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_ar_EG.ycp next >
Text File  |  2006-11-29  |  1KB  |  45 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_ar_EG.ycp 33134 2006-09-26 15:11:06Z 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.     "ar_EG"    : [
  31. //            "╪╣╪▒╪¿┘è",    // -- shorter string from mvidner
  32.             "╪º┘ä╪╣╪▒╪¿┘è╪⌐",    // -- wikipedia
  33.             "Arabic",
  34.             ".UTF-8",
  35.             "",
  36.             // language name
  37.             _("Arabic")
  38.     ],
  39.     // 2. what time zone propose for this language
  40.     "timezone"    : "Africa/Cairo",
  41.     // 3. which keyboard layout propose for this language
  42.     "keyboard"    : "english-us",
  43.     ];
  44. }
  45.