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 / languages / language_sl_SI.ycp < prev    next >
Text File  |  2006-11-29  |  1KB  |  43 lines

  1. /**
  2.  * This file contains the description of the language needed by yast2-country
  3.  * module.
  4.  *
  5.  * Translation of the 'language name' to actual YaST language be must applied
  6.  * each time this file is invoked.
  7.  *
  8.  * If you want to add new language to YaST using a file of this type provided
  9.  * by some module different from yast2-country (e.g. in some Add-On Product),
  10.  * consider using special textdomain, so it is possible to provide also
  11.  * translations of the 'language name' string to all installed languages.
  12.  *
  13.  * Author:    Ji┼Ö├¡ Suchomel <jsuchome@suse.cz>
  14.  * $Id: language_sl_SI.ycp 32769 2006-09-08 09:29:15Z jsuchome $
  15.  */
  16. {
  17.     textdomain "languages_db";
  18.  
  19.     return
  20.     $[
  21.     // 1. information for language selection:
  22.     // Format is
  23.     // <LANG-Code> : [
  24.     //    <Language-to-display-UTF8-coded>,
  25.     //    <Language-to-display-ASCII-coded-if-needed>,
  26.     //    <LANG modifier used when UTF-8 enconding is selected>
  27.     //    <LANG modifier used when no UTF-8 enconding is selected>
  28.     //    <translated Language-to-display-UTF8-coded> ]
  29.     //
  30.     "sl_SI"    : [
  31.             "Sloven┼í─ìina",
  32.             "Slovenscina",
  33.             ".UTF-8",
  34.             "",
  35.             // language name
  36.             _("Slovenian")
  37.     ],
  38.     // 2. what time zone propose for this language
  39.     "timezone"    : "Europe/Ljubljana",
  40.     // 3. which keyboard layout propose for this language
  41.     "keyboard"    : "slovene",
  42.     ];
  43. }