~ubuntu-branches/ubuntu/trusty/lifelines/trusty

« back to all changes in this revision

Viewing changes to src/hdrs/isolangs.h

  • Committer: Bazaar Package Importer
  • Author(s): Felipe Augusto van de Wiel (faw)
  • Date: 2007-05-23 23:49:53 UTC
  • mfrom: (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20070523234953-ogno9rnbmth61i7p
Tags: 3.0.50-2etch1
* Changing docs/ll-reportmanual.xml and docs/ll-userguide.xml to fix
  documentation build problems (Closes: #418347).

* lifelines-reports
  - Adding a dependency to lifelines >= 3.0.50 to prevent file conflict.
    (Closes: #405500).

* Updating French translation. Thanks to Bernard Adrian. (Closes: #356671).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* 
2
 
   Copyright (c) 2001-2002 Perry Rapp
3
 
   "The MIT license"
 
2
   Copyright (c) 2001-2005 Perry Rapp
 
3
   "The X11 license"
4
4
   Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
5
5
   The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
6
   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
84
84
        , "zu", "Zulu"
85
85
        , 0, 0
86
86
};
 
87
/*
 
88
 http://www.iso.org/iso/en/prods-services/iso3166ma/02iso-3166-code-lists/list-en1.html 
 
89
*/
87
90
static const char * countries[] = {
88
91
        /* TODO: Obviously this isn't even close to complete */
89
 
        "FI", "FINLAND"
90
 
        , "PL", "POLAND"
 
92
        "AD", "Andorra"
 
93
        , "AF", "Afghanistan"
 
94
        , "AG", "Antigua and Barbuda"
 
95
        , "AI", "Anguilla"
 
96
        , "AL", "Albania"
 
97
        , "AM", "Armenia"
 
98
        , "AO", "Angola"
 
99
        , "AQ", "Antartica"
 
100
        , "AR", "Argentina"
 
101
        , "AS", "American Samoa"
 
102
        , "AT", "Austria"
 
103
        , "AU", "Australia"
 
104
        , "AW", "Aruba"
 
105
        , "AX", "Aland Islands"
 
106
        , "AZ", "Azerbaijan"
 
107
        , "BA", "Bosnia and Herzegovina"
 
108
        , "BB", "Barbados"
 
109
        , "BD", "Bangladesh"
 
110
        , "BE", "Belgium"
 
111
        , "BF", "Burkina Faso"
 
112
        , "BG", "Bulgaria"
 
113
        , "BH", "Bahrain"
 
114
        , "BI", "Burundi"
 
115
        , "BJ", "Benin"
 
116
        , "BM", "Bermuda"
 
117
        , "BN", "Brunei Darussalam"
 
118
        , "BO", "Bolivia"
 
119
        , "BR", "Brazil"
 
120
        , "BS", "Bahamas"
 
121
        , "BT", "Bhutan"
 
122
        , "BV", "Bouvet Island"
 
123
        , "BW", "Botswana"
 
124
        , "BY", "Belarus"
 
125
        , "BZ", "Belize"
 
126
        , "DZ", "Algeria"
 
127
        , "ES", "Spain"
 
128
        , "FI", "Finland"
 
129
        , "IO", "British Indian Ocean Territory"
 
130
        , "IT", "Italy"
 
131
        , "PL", "Poland"
 
132
        , "SE", "Sweden"
91
133
        , "US", "United States"
92
134
        , 0, 0
93
135
};