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

  1. /**
  2.  * File:    keyboard_raw.ycp
  3.  *
  4.  * Authors:    Thomas Roelz <tom@suse.de> (original authors unknown)
  5.  *
  6.  * Maintainer:    Jiri Suchomel <jsuchome@suse.cz>
  7.  *
  8.  * Summary:
  9.  * Maps language codes (locales) to YaST2-keyboard-codes.
  10.  *
  11.  * The YaST2-keyboard-codes are used for looking up a keyboard description in
  12.  * the YaST2-keyboard-database (see keyboard_raw.ycp).
  13.  *
  14.  * Do NOT use this map for looking up YaST2-keyboard-codes from xkblayout-codes.
  15.  * The xkblayout-codes may or may not resemble a locale code, therefore
  16.  * an extra conversion map is necessary (see xkblayout2keyboard.ycp).
  17.  *
  18.  * This map does not need to contain the entries for languages directly
  19.  * supported by YaST - for such languages the default keyboard mappings are
  20.  * present in their language_LANGCODE.ycp description files. See language/data.
  21.  *
  22.  * $Id: lang2keyboard.ycp 32769 2006-09-08 09:29:15Z jsuchome $
  23.  *
  24.  * *****************************************************************
  25.  * In case of changes please keep the following three files in sync:
  26.  * lang2keyboard.ycp, xkblayout2keyboard.ycp, keyboard_raw.ycp
  27.  * *****************************************************************
  28.  */
  29.  
  30.       $[
  31.     "ar_eg"        : "english-us",
  32.  
  33.     "be_BY"        : "belgian",
  34.     "br_FR"        : "french",
  35.  
  36.     "de"        : "german",
  37.     "de_CH"        : "german-ch",
  38.  
  39.     "en"        : "english-us",
  40.  
  41.     "es"        : "spanish",
  42.  
  43.     "fr"        : "french",
  44.     "fr_BE"        : "french",
  45.     "fr_CA"        : "cn-latin1",
  46.     "fr_CH"        : "french-ch",
  47.  
  48.     "is_IS"         : "icelandic",
  49.  
  50.     "it"        : "italian",
  51.  
  52.     "no_NO"        : "norwegian",
  53.     "nn_NO"        : "norwegian",
  54.  
  55.     "nl_BE"        : "english-us",
  56.  
  57.     "ru"        : "russian",
  58.     "ru_RU.KOI8-R"    : "russian",
  59.  
  60.     "sr_YU"        : "serbian",
  61.       ]
  62.