[ Index ] |
|
Code source de SPIP Agora 1.4 |
1 <?php 2 /***************************************************** 3 * This file is part of Agora, web based content management system. 4 * 5 * Agora is free software; you can redistribute it and/or modify 6 * it under the terms of the GNU General Public License as published by 7 * the Free Software Foundation; version 2 of the License. 8 * 9 * Agora is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details (file "COPYING"). 13 * 14 * Copyright © Arnaud Martin, Antoine Pitrou et Philippe Rivière. 15 * List of authors detailed in "copyright_fr.html" file. 16 * E-mail : agora@sig.premier-ministre.gouv.fr 17 * Web site : http://www.agora.gouv.fr 18 *****************************************************/ 19 // Ce fichier ne sera execute qu'une fois 20 if (defined("_ECRIRE_INC_LISTE_LANG")) 21 return; 22 23 define("_ECRIRE_INC_LISTE_LANG", "1"); 24 25 $GLOBALS['codes_langues'] = array('aa' => "Afar", 26 'ab' => "Abkhazian", 27 'af' => "Afrikaans", 28 'am' => "Amharic", 29 'ar' => "العربية", 30 'as' => "Assamese", 31 'ay' => "Aymara", 32 'az' => "Азәрбајҹан", 33 'ba' => "Bashkir", 34 'be' => "Беларускі", 35 'bg' => "български", 36 'bh' => "Bihari", 37 'bi' => "Bislama", 38 'bn' => "Bengali; Bangla", 39 'bo' => "Tibetan", 40 'br' => "Breton", 41 'ca' => "català", 42 'co' => "Corsican", 43 'cs' => "čeština", 44 'cy' => "Welsh", 45 'da' => "dansk", 46 'de' => "Deutsch", 47 'dz' => "Bhutani", 48 'el' => "ελληνικά", 49 'en' => "English", 50 'eo' => "Esperanto", 51 'es' => "Español", 52 'et' => "eesti", 53 'eu' => "euskara", 54 'fa' => "فارسى", 55 'fi' => "suomi", 56 'fj' => "Fiji", 57 'fo' => "føroyskt", 58 'fr' => "français", 59 'fy' => "Frisian", 60 'ga' => "Irish", 61 'gd' => "Scots Gaelic", 62 'gl' => "Galician", 63 'gn' => "Guarani", 64 'gu' => "Gujarati", 65 'ha' => "Hausa", 66 'he' => "עברית", 67 'hi' => "हिंदी", 68 'hr' => "hrvatski", 69 'hu' => "magyar", 70 'hy' => "Armenian", 71 'ia' => "Interlingua", 72 'id' => "Bahasa Indonesia", 73 'ie' => "Interlingue", 74 'ik' => "Inupiak", 75 'is' => "íslenska", 76 'it' => "italiano", 77 'iu' => "Inuktitut", 78 'ja' => "日本語", 79 'jw' => "Javanese", 80 'ka' => "ქართული", 81 'kk' => "Қазащb", 82 'kl' => "Greenlandic", 83 'km' => "Cambodian", 84 'kn' => "Kannada", 85 'ko' => "한국어", 86 'ks' => "Kashmiri", 87 'ku' => "Kurdish", 88 'ky' => "Kirghiz", 89 'la' => "Latin", 90 'ln' => "Lingala", 91 'lo' => "Laothian", 92 'lt' => "lietuvių", 93 'lv' => "latviešu", 94 'mg' => "Malagasy", 95 'mi' => "Maori", 96 'mk' => 97 "македонски јазик", 98 'ml' => "Malayalam", 99 'mn' => "Mongolian", 100 'mo' => "Moldavian", 101 'mr' => "मराठी", 102 'ms' => "Bahasa Malaysia", 103 'mt' => "Maltese", 104 'my' => "Burmese", 105 'na' => "Nauru", 106 'ne' => "Nepali", 107 'nl' => "Nederlands", 108 'no' => "norsk", 109 'oc' => "Occitan", 110 'om' => "(Afan) Oromo", 111 'or' => "Oriya", 112 'pa' => "Punjabi", 113 'pl' => "polski", 114 'ps' => "Pashto, Pushto", 115 'pt' => "Português", 116 'qu' => "Quechua", 117 'rm' => "Rhaeto-Romance", 118 'rn' => "Kirundi", 119 'ro' => "română", 120 'ru' => "русский", 121 'rw' => "Kinyarwanda", 122 'sa' => "संस्कृत", 123 'sd' => "Sindhi", 124 'sg' => "Sangho", 125 'sh' => "Serbo-Croatian", 126 'si' => "Sinhalese", 127 'sk' => "slovenčina", 128 'sl' => "slovenski", 129 'sm' => "Samoan", 130 'sn' => "Shona", 131 'so' => "Somali", 132 'sq' => "shqipe", 133 'sr' => "српски", 134 'ss' => "Siswati", 135 'st' => "Sesotho", 136 'su' => "Sundanese", 137 'sv' => "svenska", 138 'sw' => "Kiswahili", 139 'ta' => "தமிழ்", 140 'te' => "Telugu", 141 'tg' => "Tajik", 142 'th' => "ไทย", 143 'ti' => "Tigrinya", 144 'tk' => "Turkmen", 145 'tl' => "Tagalog", 146 'tn' => "Setswana", 147 'to' => "Tonga", 148 'tr' => "Türkçe", 149 'ts' => "Tsonga", 150 'tt' => "Татар", 151 'tw' => "Twi", 152 'ug' => "Uighur", 153 'uk' => "україньска", 154 'ur' => "ٱردو", 155 'uz' => "U'zbek", 156 'vi' => "Tiếng Việt Nam", 157 'vo' => "Volapuk", 158 'wo' => "Wolof", 159 'xh' => "Xhosa", 160 'yi' => "Yiddish", 161 'yo' => "Yoruba", 162 'za' => "Zhuang", 163 'zh' => "中文", 164 'zu' => "Zulu"); 165 166 /*$GLOBALS['codes_langues'] = array ( 167 'aa' => 'Afar', 168 'ab' => 'Abkhazian', 169 'af' => 'Afrikaans', 170 'am' => 'Amharic', 171 'ar' => 'Arabic', 172 'as' => 'Assamese', 173 'ay' => 'Aymara', 174 'az' => 'Azerbaijani', 175 'ba' => 'Bashkir', 176 'be' => 'Byelorussian', 177 'bg' => 'Bulgarian', 178 'bh' => 'Bihari', 179 'bi' => 'Bislama', 180 'bn' => 'Bengali; Bangla', 181 'bo' => 'Tibetan', 182 'br' => 'Breton', 183 'ca' => 'Catalan', 184 'co' => 'Corsican', 185 'cs' => 'Czech', 186 'cy' => 'Welsh', 187 'da' => 'Danish', 188 'de' => 'German', 189 'dz' => 'Bhutani', 190 'el' => 'Greek', 191 'en' => 'English', 192 'eo' => 'Esperanto', 193 'es' => 'Spanish', 194 'et' => 'Estonian', 195 'eu' => 'Basque', 196 'fa' => 'Persian', 197 'fi' => 'Finnish', 198 'fj' => 'Fiji', 199 'fo' => 'Faroese', 200 'fr' => 'Français', 201 'fy' => 'Frisian', 202 'ga' => 'Irish', 203 'gd' => 'Scots Gaelic', 204 'gl' => 'Galician', 205 'gn' => 'Guarani', 206 'gu' => 'Gujarati', 207 'ha' => 'Hausa', 208 'he' => 'Hebrew', 209 'hi' => 'Hindi', 210 'hr' => 'Croatian', 211 'hu' => 'Hungarian', 212 'hy' => 'Armenian', 213 'ia' => 'Interlingua', 214 'id' => 'Indonesian', 215 'ie' => 'Interlingue', 216 'ik' => 'Inupiak', 217 'is' => 'Icelandic', 218 'it' => 'Italian', 219 'iu' => 'Inuktitut', 220 'ja' => 'Japanese', 221 'jw' => 'Javanese', 222 'ka' => 'Georgian', 223 'kk' => 'Kazakh', 224 'kl' => 'Greenlandic', 225 'km' => 'Cambodian', 226 'kn' => 'Kannada', 227 'ko' => 'Korean', 228 'ks' => 'Kashmiri', 229 'ku' => 'Kurdish', 230 'ky' => 'Kirghiz', 231 'la' => 'Latin', 232 'ln' => 'Lingala', 233 'lo' => 'Laothian', 234 'lt' => 'Lithuanian', 235 'lv' => 'Latvian, Lettish', 236 'mg' => 'Malagasy', 237 'mi' => 'Maori', 238 'mk' => 'Macedonian', 239 'ml' => 'Malayalam', 240 'mn' => 'Mongolian', 241 'mo' => 'Moldavian', 242 'mr' => 'Marathi', 243 'ms' => 'Malay', 244 'mt' => 'Maltese', 245 'my' => 'Burmese', 246 'na' => 'Nauru', 247 'ne' => 'Nepali', 248 'nl' => 'Dutch', 249 'no' => 'Norwegian', 250 'oc' => 'Occitan', 251 'om' => '(Afan) Oromo', 252 'or' => 'Oriya', 253 'pa' => 'Punjabi', 254 'pl' => 'Polish', 255 'ps' => 'Pashto, Pushto', 256 'pt' => 'Portuguese', 257 'qu' => 'Quechua', 258 'rm' => 'Rhaeto-Romance', 259 'rn' => 'Kirundi', 260 'ro' => 'Romanian', 261 'ru' => 'Russian', 262 'rw' => 'Kinyarwanda', 263 'sa' => 'Sanskrit', 264 'sd' => 'Sindhi', 265 'sg' => 'Sangho', 266 'sh' => 'Serbo-Croatian', 267 'si' => 'Sinhalese', 268 'sk' => 'Slovak', 269 'sl' => 'Slovenian', 270 'sm' => 'Samoan', 271 'sn' => 'Shona', 272 'so' => 'Somali', 273 'sq' => 'Albanian', 274 'sr' => 'Serbian', 275 'ss' => 'Siswati', 276 'st' => 'Sesotho', 277 'su' => 'Sundanese', 278 'sv' => 'Swedish', 279 'sw' => 'Swahili', 280 'ta' => 'Tamil', 281 'te' => 'Telugu', 282 'tg' => 'Tajik', 283 'th' => 'Thai', 284 'ti' => 'Tigrinya', 285 'tk' => 'Turkmen', 286 'tl' => 'Tagalog', 287 'tn' => 'Setswana', 288 'to' => 'Tonga', 289 'tr' => 'Turkish', 290 'ts' => 'Tsonga', 291 'tt' => 'Tatar', 292 'tw' => 'Twi', 293 'ug' => 'Uighur', 294 'uk' => 'Ukrainian', 295 'ur' => 'Urdu', 296 'uz' => 'Uzbek', 297 'vi' => 'Vietnamese', 298 'vo' => 'Volapuk', 299 'wo' => 'Wolof', 300 'xh' => 'Xhosa', 301 'yi' => 'Yiddish', 302 'yo' => 'Yoruba', 303 'za' => 'Zhuang', 304 'zh' => 'Chinese', 305 'zu' => 'Zulu') ;*/ 306 307 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |