fr.countries.inc.php 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281
  1. <?php
  2. /**
  3. * FormIt
  4. *
  5. * Copyright 2009-2012 by Shaun McCormick <shaun@modx.com>
  6. *
  7. * FormIt is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU General Public License as published by the Free
  9. * Software Foundation; either version 2 of the License, or (at your option) any
  10. * later version.
  11. *
  12. * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY
  13. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  14. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License along with
  17. * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  18. * Suite 330, Boston, MA 02111-1307 USA
  19. *
  20. * @package formit
  21. */
  22. /**
  23. * Array of countries
  24. * @package formit
  25. * @author Treigh PM
  26. */
  27. return array (
  28. 'AF' => 'Afghanistan',
  29. 'ZA' => 'Afrique du Sud',
  30. 'AL' => 'Albanie',
  31. 'DZ' => 'Alg&eacute;rie',
  32. 'DE' => 'Allemagne',
  33. 'AD' => 'Andorre',
  34. 'AO' => 'Angola',
  35. 'AI' => 'Anguilla',
  36. 'AQ' => 'Antarctique',
  37. 'AG' => 'Antigua-et-Barbuda',
  38. 'SA' => 'Arabie saoudite',
  39. 'AR' => 'Argentine',
  40. 'AM' => 'Arm&eacute;nie',
  41. 'AW' => 'Aruba',
  42. 'AU' => 'Australie',
  43. 'AT' => 'Autriche',
  44. 'AZ' => 'Azerba&iuml;djan',
  45. 'BS' => 'Bahamas',
  46. 'BH' => 'Bahre&iuml;n',
  47. 'BD' => 'Bangladesh',
  48. 'BB' => 'Barbade',
  49. 'BE' => 'Belgique',
  50. 'BZ' => 'Belize',
  51. 'BJ' => 'B&eacute;nin',
  52. 'BM' => 'Bermudes',
  53. 'BT' => 'Bhoutan',
  54. 'BY' => 'Bi&eacute;lorussie',
  55. 'BO' => 'Bolivie',
  56. 'BA' => 'Bosnie-Herz&eacute;govine',
  57. 'BW' => 'Botswana',
  58. 'BR' => 'Br&eacute;sil',
  59. 'BN' => 'Brun&eacute;i Darussalam',
  60. 'BG' => 'Bulgarie',
  61. 'BF' => 'Burkina Faso',
  62. 'BI' => 'Burundi',
  63. 'KH' => 'Cambodge',
  64. 'CM' => 'Cameroun',
  65. 'CA' => 'Canada',
  66. 'CV' => 'Cap-Vert',
  67. 'EA' => 'Ceuta et Melilla',
  68. 'CL' => 'Chili',
  69. 'CN' => 'Chine',
  70. 'CY' => 'Chypre',
  71. 'CO' => 'Colombie',
  72. 'KM' => 'Comores',
  73. 'CG' => 'Congo-Brazzaville',
  74. 'CD' => 'Congo-Kinshasa',
  75. 'KP' => 'Cor&eacute;e du Nord',
  76. 'KR' => 'Cor&eacute;e du Sud',
  77. 'CR' => 'Costa Rica',
  78. 'CI' => 'C&ocirc;te d’Ivoire',
  79. 'HR' => 'Croatie',
  80. 'CU' => 'Cuba',
  81. 'CW' => 'Cura&ccedil;ao',
  82. 'DK' => 'Danemark',
  83. 'DG' => 'Diego Garcia',
  84. 'DJ' => 'Djibouti',
  85. 'DM' => 'Dominique',
  86. 'EG' => '&Eacute;gypte',
  87. 'SV' => 'El Salvador',
  88. 'AE' => '&Eacute;mirats arabes unis',
  89. 'EC' => '&Eacute;quateur',
  90. 'ER' => '&Eacute;rythr&eacute;e',
  91. 'ES' => 'Espagne',
  92. 'EE' => 'Estonie',
  93. 'VA' => '&Eacute;tat de la Cit&eacute; du Vatican',
  94. 'FM' => '&Eacute;tats f&eacute;d&eacute;r&eacute;s de Micron&eacute;sie',
  95. 'US' => '&Eacute;tats-Unis',
  96. 'ET' => '&Eacute;thiopie',
  97. 'FJ' => 'Fidji',
  98. 'FI' => 'Finlande',
  99. 'FR' => 'France',
  100. 'GA' => 'Gabon',
  101. 'GM' => 'Gambie',
  102. 'GE' => 'G&eacute;orgie',
  103. 'GH' => 'Ghana',
  104. 'GI' => 'Gibraltar',
  105. 'GR' => 'Gr&egrave;ce',
  106. 'GD' => 'Grenade',
  107. 'GL' => 'Groenland',
  108. 'GP' => 'Guadeloupe',
  109. 'GU' => 'Guam',
  110. 'GT' => 'Guatemala',
  111. 'GG' => 'Guernesey',
  112. 'GN' => 'Guin&eacute;e',
  113. 'GQ' => 'Guin&eacute;e &eacute;quatoriale',
  114. 'GW' => 'Guin&eacute;e-Bissau',
  115. 'GY' => 'Guyana',
  116. 'GF' => 'Guyane fran&ccedil;aise',
  117. 'HT' => 'Ha&iuml;ti',
  118. 'HN' => 'Honduras',
  119. 'HU' => 'Hongrie',
  120. 'CX' => '&Icirc;le Christmas',
  121. 'AC' => '&Icirc;le de l’Ascension',
  122. 'IM' => '&Icirc;le de Man',
  123. 'NF' => '&Icirc;le Norfolk',
  124. 'AX' => '&Icirc;les &Aring;land',
  125. 'KY' => '&Icirc;les Ca&iuml;mans',
  126. 'IC' => '&Icirc;les Canaries',
  127. 'CC' => '&Icirc;les Cocos',
  128. 'CK' => '&Icirc;les Cook',
  129. 'FO' => '&Icirc;les F&eacute;ro&eacute;',
  130. 'GS' => '&Icirc;les G&eacute;orgie du Sud et Sandwich du Sud',
  131. 'FK' => '&Icirc;les Malouines',
  132. 'MP' => '&Icirc;les Mariannes du Nord',
  133. 'MH' => '&Icirc;les Marshall',
  134. 'UM' => '&Icirc;les mineures &eacute;loign&eacute;es des &eacute;tats-Unis',
  135. 'SB' => '&Icirc;les Salomon',
  136. 'TC' => '&Icirc;les Turques-et-Ca&iuml;ques',
  137. 'VG' => '&Icirc;les Vierges britanniques',
  138. 'VI' => '&Icirc;les Vierges des &eacute;tats-Unis',
  139. 'IN' => 'Inde',
  140. 'ID' => 'Indon&eacute;sie',
  141. 'IQ' => 'Irak',
  142. 'IR' => 'Iran',
  143. 'IE' => 'Irlande',
  144. 'IS' => 'Islande',
  145. 'IL' => 'Isra&euml;l',
  146. 'IT' => 'Italie',
  147. 'JM' => 'Jama&iuml;que',
  148. 'JP' => 'Japon',
  149. 'JE' => 'Jersey',
  150. 'JO' => 'Jordanie',
  151. 'KZ' => 'Kazakhstan',
  152. 'KE' => 'Kenya',
  153. 'KG' => 'Kirghizistan',
  154. 'KI' => 'Kiribati',
  155. 'XK' => 'Kosovo',
  156. 'KW' => 'Kowe&iuml;t',
  157. 'RE' => 'La R&eacute;union',
  158. 'LA' => 'Laos',
  159. 'LS' => 'Lesotho',
  160. 'LV' => 'Lettonie',
  161. 'LB' => 'Liban',
  162. 'LR' => 'Lib&eacute;ria',
  163. 'LY' => 'Libye',
  164. 'LI' => 'Liechtenstein',
  165. 'LT' => 'Lituanie',
  166. 'LU' => 'Luxembourg',
  167. 'MK' => 'Mac&eacute;doine',
  168. 'MG' => 'Madagascar',
  169. 'MY' => 'Malaisie',
  170. 'MW' => 'Malawi',
  171. 'MV' => 'Maldives',
  172. 'ML' => 'Mali',
  173. 'MT' => 'Malte',
  174. 'MA' => 'Maroc',
  175. 'MQ' => 'Martinique',
  176. 'MU' => 'Maurice',
  177. 'MR' => 'Mauritanie',
  178. 'YT' => 'Mayotte',
  179. 'MX' => 'Mexique',
  180. 'MD' => 'Moldavie',
  181. 'MC' => 'Monaco',
  182. 'MN' => 'Mongolie',
  183. 'ME' => 'Mont&eacute;n&eacute;gro',
  184. 'MS' => 'Montserrat',
  185. 'MZ' => 'Mozambique',
  186. 'MM' => 'Myanmar',
  187. 'NA' => 'Namibie',
  188. 'NR' => 'Nauru',
  189. 'NP' => 'N&eacute;pal',
  190. 'NI' => 'Nicaragua',
  191. 'NE' => 'Niger',
  192. 'NG' => 'Nig&eacute;ria',
  193. 'NU' => 'Niue',
  194. 'NO' => 'Norv&egrave;ge',
  195. 'NC' => 'Nouvelle-Cal&eacute;donie',
  196. 'NZ' => 'Nouvelle-Z&eacute;lande',
  197. 'OM' => 'Oman',
  198. 'UG' => 'Ouganda',
  199. 'UZ' => 'Ouzb&eacute;kistan',
  200. 'PK' => 'Pakistan',
  201. 'PW' => 'Palaos',
  202. 'PA' => 'Panama',
  203. 'PG' => 'Papouasie-Nouvelle-Guin&eacute;e',
  204. 'PY' => 'Paraguay',
  205. 'NL' => 'Pays-Bas',
  206. 'BQ' => 'Pays-Bas carib&eacute;ens',
  207. 'PE' => 'P&eacute;rou',
  208. 'PH' => 'Philippines',
  209. 'PN' => 'Pitcairn',
  210. 'PL' => 'Pologne',
  211. 'PF' => 'Polyn&eacute;sie fran&ccedil;aise',
  212. 'PR' => 'Porto Rico',
  213. 'PT' => 'Portugal',
  214. 'QA' => 'Qatar',
  215. 'HK' => 'R.A.S. chinoise de Hong Kong',
  216. 'MO' => 'R.A.S. chinoise de Macao',
  217. 'CF' => 'R&eacute;publique centrafricaine',
  218. 'DO' => 'R&eacute;publique dominicaine',
  219. 'CZ' => 'R&eacute;publique tch&egrave;que',
  220. 'RO' => 'Roumanie',
  221. 'GB' => 'Royaume-Uni',
  222. 'RU' => 'Russie',
  223. 'RW' => 'Rwanda',
  224. 'EH' => 'Sahara occidental',
  225. 'BL' => 'Saint-Barth&eacute;lemy',
  226. 'KN' => 'Saint-Christophe-et-Ni&eacute;v&egrave;s',
  227. 'SM' => 'Saint-Marin',
  228. 'MF' => 'Saint-Martin (partie fran&ccedil;aise)',
  229. 'SX' => 'Saint-Martin (partie n&eacute;erlandaise)',
  230. 'PM' => 'Saint-Pierre-et-Miquelon',
  231. 'VC' => 'Saint-Vincent-et-les-Grenadines',
  232. 'SH' => 'Sainte-H&eacute;l&egrave;ne',
  233. 'LC' => 'Sainte-Lucie',
  234. 'WS' => 'Samoa',
  235. 'AS' => 'Samoa am&eacute;ricaines',
  236. 'ST' => 'Sao Tom&eacute;-et-Principe',
  237. 'SN' => 'S&eacute;n&eacute;gal',
  238. 'RS' => 'Serbie',
  239. 'SC' => 'Seychelles',
  240. 'SL' => 'Sierra Leone',
  241. 'SG' => 'Singapour',
  242. 'SK' => 'Slovaquie',
  243. 'SI' => 'Slov&eacute;nie',
  244. 'SO' => 'Somalie',
  245. 'SD' => 'Soudan',
  246. 'SS' => 'Soudan du Sud',
  247. 'LK' => 'Sri Lanka',
  248. 'SE' => 'Su&egrave;de',
  249. 'CH' => 'Suisse',
  250. 'SR' => 'Suriname',
  251. 'SJ' => 'Svalbard et Jan Mayen',
  252. 'SZ' => 'Swaziland',
  253. 'SY' => 'Syrie',
  254. 'TJ' => 'Tadjikistan',
  255. 'TW' => 'Ta&iuml;wan',
  256. 'TZ' => 'Tanzanie',
  257. 'TD' => 'Tchad',
  258. 'TF' => 'Terres australes fran&ccedil;aises',
  259. 'IO' => 'Territoire britannique de l’oc&eacute;an Indien',
  260. 'PS' => 'Territoires palestiniens',
  261. 'TH' => 'Tha&iuml;lande',
  262. 'TL' => 'Timor oriental',
  263. 'TG' => 'Togo',
  264. 'TK' => 'Tokelau',
  265. 'TO' => 'Tonga',
  266. 'TT' => 'Trinit&eacute;-et-Tobago',
  267. 'TA' => 'Tristan da Cunha',
  268. 'TN' => 'Tunisie',
  269. 'TM' => 'Turkm&eacute;nistan',
  270. 'TR' => 'Turquie',
  271. 'TV' => 'Tuvalu',
  272. 'UA' => 'Ukraine',
  273. 'UY' => 'Uruguay',
  274. 'VU' => 'Vanuatu',
  275. 'VE' => 'Venezuela',
  276. 'VN' => 'Vietnam',
  277. 'WF' => 'Wallis-et-Futuna',
  278. 'YE' => 'Y&eacute;men',
  279. 'ZM' => 'Zambie',
  280. 'ZW' => 'Zimbabwe',
  281. );