home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110502.etc.tar.gz / bradford.20110502.etc.tar / etc / sysconfig / language < prev    next >
Text File  |  2006-12-18  |  3KB  |  105 lines

  1. ## Path:    System/Environment/Language
  2. ## Description:    
  3. ## Type:    string(POSIX,ca_ES.ISO-8859-1,ca_ES.UTF-8,cs_CZ.ISO-8859-2,cs_CZ.UTF-8,da_DE@euro,da_DK.ISO-8859-1,da_DK.UTF-8,de_DE@euro,de_DE.ISO-8859-1,de_DE.UTF-8,el_GR.ISO-8859-7,el_GR.UTF-8,en_GB.ISO-8859-1,en_GB.UTF-8,en_IE@euro,en_IE.ISO-8859-1,en_US.ISO-8859-1,es_ES@euro,es_ES.ISO-8859-1,es_ES.UTF-8,fr_FR@euro,fr_FR.ISO-8859-1,fr_FR.UTF-8,gl_ES@euro,gl_ES.ISO-8859-1,gl_ES.utf-8,hr_HR.ISO-8859-2,hu_HU.ISO-8859-2,hu_HU.UTF-8,it_IT@euro,it_IT.ISO-8859-1,it_IT.UTF-8,ja_JP.eucJP,ja_JP.UTF-8,lt_LT.ISO-8859-13,lt_LT.UTF-8,nl_NL@euro,nl_NL.ISO-8859-1,nl_NL.UTF-8,ru_RU.ISO-8859-5,ru_RU.KOI8R,ru_RU.UTF-8,sk_SK.ISO-8859-2,sk_SK.UTF-8,tr_TR.ISO-8859-9,tr_TR.UTF-8,ko_KR.eucKR,ko_KR.UTF-8,zh_TW.Big5,zh_TW.UTF-8,zh_CN.GB2312,zh_CN.UTF-8)
  4. ## Default:    ""
  5. ## Config:      OpenOffice.org,groff,ispell,kde,kdm3,profiles,susehelp,susewm,tetex,wdm
  6. #
  7. #
  8. # Local users will get RC_LANG as their default language, i.e. the
  9. # environment variable $LANG . $LANG is the default of all $LC_*-variables,
  10. # as long as $LC_ALL is not set, which overrides all $LC_-variables.
  11. # Root uses this variable only if ROOT_USES_LANG is set to "yes".
  12. #
  13. RC_LANG="en_US.UTF-8"
  14.  
  15. ## Type:    string
  16. ## Default:    ""
  17. #
  18. # This variable will override all LC-variables!!
  19. # Again, ROOT_USES_LANG must be set to "yes", if an effect on the superuser
  20. # account is desired.
  21. #
  22. RC_LC_ALL=""
  23.  
  24. ## Type:    string
  25. ## Default:    ""
  26. #
  27. # This defines the locale in which messages of programs and
  28. # libraries with i18n-support should appear if a translated
  29. # message catalog for the library or the program is installed.
  30. # This also provides localized yes/no answers.
  31. #
  32. RC_LC_MESSAGES=""
  33.  
  34. ## Type:    string
  35. ## Default:    ""
  36. #
  37. # This defines the locale for character handling and classification.
  38. # The libc uses this value in language dependent function calls, such
  39. # as e.g. uppercase/lowercase mapping of foreign characters.
  40. #
  41. RC_LC_CTYPE=""
  42.  
  43. ## Type:    string
  44. ## Default:    ""
  45. #
  46. # This defines the locale for sorting strings and characters.
  47. # It is used by the libc to obtain the alphabetical order of characters
  48. # (e.g. for string comparisons).
  49. #
  50. RC_LC_COLLATE=""
  51.  
  52. ## Type:    string
  53. ## Default:    ""
  54. #
  55. # This defines the locale for date and time output formats.
  56. # i.e.: 06/09/1999 vs. 09.06.1999
  57. #
  58. RC_LC_TIME=""
  59.  
  60. ## Type:    string
  61. ## Default:    ""
  62. #
  63. # This defines the locale for formatting and reading numbers.
  64. # i.e.: 1,234.56 vs. 1.234,56
  65. #
  66. RC_LC_NUMERIC=""
  67.  
  68. ## Type:    string
  69. ## Default:    ""
  70. #
  71. # This defines the locale for formatting and reading money values.
  72. #
  73. RC_LC_MONETARY=""
  74.  
  75. ## Type:    string
  76. ## Default:    ""
  77. #
  78. # This defines the locale for format of paper.
  79. #
  80. RC_LC_PAPER=""
  81.  
  82. ## Type:    string(ctype)
  83. ## Default:    ctype
  84. #
  85. # This defines if the user "root" should use the locale settings
  86. # which are defined here.
  87. # Value "ctype" means that root uses just LC_CTYPE. 
  88. #
  89. ROOT_USES_LANG="ctype"
  90.  
  91. ## Type:        yesno
  92. ## Default:     no
  93. #
  94. # Workaround for missing forward of LANG and LC variables
  95. # of e.g. ssh login connections.
  96. #
  97. AUTO_DETECT_UTF8="no"
  98.  
  99. ## Type:        string
  100. ## Default:     ""
  101. #
  102. # List of installed language supports, use by YaST2
  103. #
  104. INSTALLED_LANGUAGES=""
  105.