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 / lang2tz.ycp < prev    next >
Text File  |  2006-11-29  |  2KB  |  70 lines

  1. /**
  2.  * File:    lang2tz.ycp
  3.  *
  4.  * Authors:    Thomas Roelz <tom@suse.de> (original authors unknown)
  5.  *
  6.  * Maintainer:    Jiri Suchomel <jsuchome@suse.cz>
  7.  *
  8.  *
  9.  * Summary:  map language code to default timezone
  10.  *
  11.  * $Id: lang2tz.ycp 32769 2006-09-08 09:29:15Z jsuchome $
  12. *
  13.  * This map does not need to contain the entries for languages directly
  14.  * supported by YaST - for such languages the default time zone mappings are
  15.  * present in their language_LANGCODE.ycp description files. See language/data.
  16.  *
  17.  * *****************************************************************
  18.  * In case of changes please keep the following files in sync:
  19.  * lang2tz.ycp, timezone_raw.ycp
  20.  * *****************************************************************
  21.  */
  22.  
  23. $[
  24.   "ar_eg"        : "Africa/Cairo",
  25.  
  26.   "br_FR"        : "Europe/Paris",
  27.  
  28.   "de"            : "Europe/Berlin",
  29.   "de_AT"        : "Europe/Vienna",
  30.   "de_CH"        : "Europe/Zurich",
  31.   "de_LU"        : "Europe/Luxembourg",
  32.   "de_BE"        : "Europe/Brussels",
  33.  
  34.   "en"            : "US/Eastern",
  35.   "en_AU"        : "Australia/Sydney",
  36.   "en_CA"        : "Canada/Eastern",
  37.   "en_IE"        : "Europe/Belfast",
  38.   "en_NZ"        : "Pacific/Auckland",
  39.   "en_IN"        : "Asia/Calcutta",
  40.  
  41.   "es_AR"        : "America/Buenos_Aires",
  42.   "es_CL"        : "Chile/Continental",
  43.   "es_CO"        : "America/Bogota",
  44.   "es_MX"        : "Mexico/General",
  45.   "es_PE"        : "America/Lima",
  46.   "es_PY"        : "America/Asuncion",
  47.   "es_UY"        : "America/Montevideo",
  48.   "es_VE"        : "America/Caracas",
  49.  
  50.   "fr"            : "Europe/Paris",
  51.   "fr_BE"        : "Europe/Brussels",
  52.   "fr_CA"        : "Canada/Eastern",
  53.   "fr_CH"        : "Europe/Zurich",
  54.   "fr_LU"        : "Europe/Luxembourg",
  55.  
  56.   "it_CH"        : "Europe/Zurich",
  57.  
  58.   "km"            : "Asia/Phnom_Penh",
  59.  
  60.   "nl_BE"        : "Europe/Brussels",
  61.  
  62.   "no_NO"        : "Europe/Oslo",
  63.  
  64.   "ru"            : "Europe/Moscow",
  65.   "ru_RU.KOI8-R"    : "Europe/Moscow",
  66.   "ru_UA"        : "Europe/Kiev",
  67.  
  68.   "sr_YU"        : "Europe/Belgrade",
  69. ]
  70.