home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / usr / share / YaST2 / data / country.ycp < prev    next >
Text File  |  2006-11-29  |  3KB  |  115 lines

  1. /**
  2.  * $Id: country.ycp 19757 2004-10-06 15:52:09Z fehr $
  3.  * Author: Michal Svec <msvec@suse.cz>
  4.  */
  5.  
  6. {
  7.  
  8. textdomain "country";
  9.  
  10. return $[
  11.     "AE" : _("United Arab Emirates"),
  12.     "AL" : _("Albania"),
  13.     "AR" : _("Argentina"),
  14.     "AT" : _("Austria"),
  15.     "AU" : _("Australia"),
  16.     "BA" : _("Bosnia and Herzegowina"),
  17.     "BE" : _("Belgium"),
  18.     "BG" : _("Bulgaria"),
  19.     "BH" : _("Bahrein"),
  20.     "BN" : _("Bangladesh"),
  21.     "BO" : _("Bolivia"),
  22.     "BR" : _("Brasil"),
  23.     "BW" : _("Botswana"),
  24.     "BY" : _("Belarus"),
  25.     "CA" : _("Canada"),
  26.     "CH" : _("Switzerland"),
  27.     "CL" : _("Chile"),
  28.     "CN" : _("Peoples Republic of China"),
  29.     "CO" : _("Colombia"),
  30.     "CR" : _("Costa Rica"),
  31.     "CZ" : _("Czech Republic"),
  32.     "DE" : _("Germany"),
  33.     "DK" : _("Denmark"),
  34.     "DO" : _("Dominican Republic"),
  35.     "DZ" : _("Algeria"),
  36.     "EC" : _("Ecuador"),
  37.     "EE" : _("Estonia"),
  38.     "EG" : _("Egypt"),
  39.     "ES" : _("Catalonia"),
  40.     "ES" : _("Spain"),
  41.     "FI" : _("Finland"),
  42.     "FO" : _("Faroe Islands"),
  43.     "FR" : _("France"),
  44.     "GB" : _("Great Britain"),
  45.     "GE" : _("Georgia"),
  46.     "GL" : _("Greenland"),
  47.     "GR" : _("Greece"),
  48.     "GT" : _("Guatemala"),
  49.     "HK" : _("Hong Kong"),
  50.     "HN" : _("Honduras"),
  51.     "HR" : _("Croatia"),
  52.     "HU" : _("Hungary"),
  53.     "ID" : _("Indonesia"),
  54.     "IE" : _("Ireland"),
  55.     "IL" : _("Israel"),
  56.     "IN" : _("India"),
  57.     "IQ" : _("Iraq"),
  58.     "IS" : _("Iceland"),
  59.     "IT" : _("Italy"),
  60.     "JO" : _("Jordan"),
  61.     "JP" : _("Japan"),
  62.     "KW" : _("Kuwait"),
  63.     "LB" : _("Lebanon"),
  64.     "LT" : _("Lithuania"),
  65.     "LU" : _("Luxemburg"),
  66.     "LV" : _("Latvia"),
  67.     "LY" : _("Libyan Arab Jamahiriya"),
  68.     "MA" : _("Morocco"),
  69.     "MK" : _("Macedonia"),
  70.     "MT" : _("Malta"),
  71.     "MX" : _("Mexico"),
  72.     "MY" : _("Malaysia"),
  73.     "NI" : _("Nicaragua"),
  74.     "NL" : _("Netherlands"),
  75.     "NO" : _("Norway"),
  76.     "NZ" : _("New Zealand"),
  77.     "OM" : _("Oman"),
  78.     "PA" : _("Panama"),
  79.     "PE" : _("Peru"),
  80.     "PH" : _("Philippines"),
  81.     "PK" : _("Pakistan"),
  82.     "PL" : _("Poland"),
  83.     "PR" : _("Puerto Rico"),
  84.     "PT" : _("Portugal"),
  85.     "PY" : _("Paraguay"),
  86.     "QA" : _("Qatar"),
  87.     "RO" : _("Romania"),
  88.     "RU" : _("Russia"),
  89.     "SA" : _("Saudi Arabia"),
  90.     "SD" : _("Sudan"),
  91.     "SE" : _("Sweden"),
  92.     "SG" : _("Singapore"),
  93.     "SI" : _("Slovenia"),
  94.     "SK" : _("Slovakia"),
  95.     "SV" : _("El Salvador"),
  96.     "SY" : _("Syrian Arab Republic"),
  97.     "TH" : _("Thailand"),
  98.     "TJ" : _("Tajikistan"),
  99.     "TN" : _("Tunisia"),
  100.     "TR" : _("Turkey"),
  101. //    "TW" : _("Taiwan"),
  102.     "UA" : _("Ukraine"),
  103.     "US" : _("USA"),
  104.     "UY" : _("Uruguay"),
  105.     "UZ" : _("Uzbekistan"),
  106.     "VE" : _("Venezuela"),
  107.     "YE" : _("Yemen"),
  108.     "YU" : _("Yugoslavia"),
  109.     "ZA" : _("South Africa"),
  110.     "ZW" : _("Zimbabwe"),
  111. ];
  112.  
  113. /* EOF */
  114. }
  115.