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

  1. /**
  2.  * File:
  3.  *   xkblayout2keyboard.ycp
  4.  *
  5.  * Authors:
  6.  *   Thomas Roelz <tom@suse.de>
  7.  *
  8.  * Summary:
  9.  * Maps xkblayout-codes 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.  * The xkblayout-codes may or may not resemble a locale code, therefore
  15.  * an extra conversion map is necessary (see also lang2keyboard.ycp).
  16.  *
  17.  * $Id: xkblayout2keyboard.ycp 31465 2006-06-13 08:54:53Z jsuchome $
  18.  *
  19.  * *****************************************************************
  20.  * In case of changes please keep the following three files in sync:
  21.  * lang2keyboard.ycp, xkblayout2keyboard.ycp, keyboard_raw.ycp
  22.  * *****************************************************************
  23.  */
  24. $[
  25.     "us"        : "english-us",
  26.     "gb"        : "english-uk",
  27.     "de"        : "german",
  28.     "de_CH"     : "german-ch",
  29.  
  30.     "fr"        : "french",
  31.     "fr_CH"     : "french-ch",
  32.     "cn-latin1" : "cn-latin1",
  33.  
  34.     "it"        : "italian",
  35.  
  36.     "es"        : "spanish",
  37.  
  38.     "pt"        : "portugese",
  39.     "br"        : "portugese-br",
  40.  
  41.     "gr"        : "greek",
  42.  
  43.     "nl"        : "dutch",
  44.  
  45.     "no"          : "norwegian",
  46.  
  47.     "dk"        : "danish",
  48.  
  49.     "cz"        : "czech",
  50.     "cz_querty"    : "czech_qwerty",
  51.     "si"        : "slovene",
  52.     "sk"        : "slovak",
  53.     "sk_querty"    : "slovak_qwerty",
  54.  
  55.     "hu"        : "hungarian",
  56.  
  57.     "pl"        : "polish",
  58.  
  59.     "ru"        : "russian",
  60.  
  61.     "no"        : "norwegian",
  62.  
  63.     "se"        : "swedish",
  64.  
  65.     "fi"        : "finnish",
  66.  
  67.     "tr"        : "turkish",
  68.  
  69.     "jp"        : "japanese",
  70.  
  71.     "be"        : "belgian",
  72.  
  73.     "dvorak"    : "dvorak",
  74.  
  75.     "is"        : "icelandic",
  76.  
  77.     "lt"        : "lithuanian",
  78.  
  79.     "hr"        : "croatian",
  80.     "ua"        : "ukrainian",
  81. ]
  82.