home *** CD-ROM | disk | FTP | other *** search
/ Tools / WinSN5.0Ver.iso / NETSCAP.50 / WIN1998.ZIP / ns / cmd / macfe / restext / lang.r < prev    next >
Encoding:
Text File  |  1998-04-08  |  2.8 KB  |  163 lines

  1.  /*
  2.  * The contents of this file are subject to the Netscape Public License
  3.  * Version 1.0 (the "NPL"); you may not use this file except in
  4.  * compliance with the NPL.  You may obtain a copy of the NPL at
  5.  * http://www.mozilla.org/NPL/
  6.  *
  7.  * Software distributed under the NPL is distributed on an "AS IS" basis,
  8.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
  9.  * for the specific language governing rights and limitations under the
  10.  * NPL.
  11.  *
  12.  * The Initial Developer of this code under the NPL is Netscape
  13.  * Communications Corporation.  Portions created by Netscape are
  14.  * Copyright (C) 1998 Netscape Communications Corporation.  All Rights
  15.  * Reserved.
  16.  */
  17. #include <types.r>
  18. #undef BETA
  19. #undef ALPHA
  20. #include <systypes.r>
  21. #include "csid.h"
  22.  
  23. /* STR# 5028 and STR# 5029 should have the same sequence */
  24. /* We need to localize 5028, but not 5029 */
  25. resource 'STR#' (5028, "Language/Region in Human Readable Form", purgeable) {{
  26.     "English",
  27.     "English/United States",
  28.     "English/United Kingdom",    
  29.     "French",
  30.     "French/France",
  31.     "French/Canada",
  32.     "French/Belgium",
  33.     "French/Switzerland",    
  34.     "German",
  35.     "German/Germany",
  36.     "German/Austria",
  37.     "German/Switzerland",    
  38.     "Japanese",    
  39.     "Chinese",
  40.     "Chinese/China",
  41.     "Chinese/Taiwan",    
  42.     "Korean",    
  43.     "Italian",    
  44.     "Spanish",
  45.     "Spanish/Spain",
  46.     "Spanish/Argentina",
  47.     "Spanish/Colombia",
  48.     "Spanish/Mexico",
  49.     "Portuguese",
  50.     "Portuguese/Brazil",    
  51.     "Afrikaans",
  52.     "Albanian",
  53.     "Basque",
  54.     "Catalan",
  55.     "Danish",
  56.     "Dutch",
  57.     "Dutch/Belgium",
  58.     "Faeroese",
  59.     "Finnish",
  60.     "Galician",
  61.     "Icelandic",
  62.     "Indonesian",
  63.     "Irish",
  64.     "Scots Gaelic",
  65.     "Norwegian",
  66.     "Swedish",
  67.     "Croatian",
  68.     "Czech",
  69.     "Hungarian",
  70.     "Polish",
  71.     "Romanian",
  72.     "Slovak",
  73.     "Slovenian",
  74.     "Bulgarian",
  75.     "Byelorussian",
  76.     "Macedonian",
  77.     "Russian",
  78.     "Serbian",
  79.     "Ukrainian",
  80.     "Greek",
  81.     "Turkish"
  82.     
  83. }};
  84. resource 'STR#' (5029, "Language/Region in ISO639-ISO3166 code", purgeable) {{
  85.     "en",
  86.     "en-US",
  87.     "en-GB",    
  88.     "fr",
  89.     "fr-FR",
  90.     "fr-CA",
  91.     "fr-BE",
  92.     "fr-CH",    
  93.     "de",
  94.     "de-DE",
  95.     "de-AU",
  96.     "de-CH",    
  97.     "ja",    
  98.     "zh",
  99.     "zh-CN",
  100.     "zh-TW",    
  101.     "ko",    
  102.     "it",    
  103.     "es",
  104.     "es-ES",
  105.     "es-AR",
  106.     "es-CO",
  107.     "es-MX",
  108.     "pt",
  109.     "pt-BR",    
  110.     "af",
  111.     "sq",
  112.     "eu",
  113.     "ca",
  114.     "da",
  115.     "nl",
  116.     "nl-BE",
  117.     "fo",
  118.     "fi",
  119.     "gl",
  120.     "is",
  121.     "id",
  122.     "ga",
  123.     "gd",
  124.     "no",
  125.     "sv",
  126.     "hr",
  127.     "cs",
  128.     "hu",
  129.     "pl",
  130.     "ro",
  131.     "sk",
  132.     "sl",
  133.     "bg",
  134.     "be",
  135.     "mk",
  136.     "ru",
  137.     "sr",
  138.     "uk",
  139.     "el",
  140.     "tr"
  141.  
  142. }};
  143.  
  144. /*    CSID List for Unicode Font */
  145. type 'UCSL' {
  146.     integer = $$CountOf(table);
  147.     wide array table    {
  148.         unsigned integer;    /* Just an int16 */
  149.     };
  150. };
  151.  
  152. resource 'UCSL' (0, "CSID List for Unicode Font", purgeable) {{
  153.     CS_MAC_ROMAN,
  154.     CS_SJIS,
  155.     CS_BIG5,
  156.     CS_GB_8BIT,
  157.     CS_CNS_8BIT,
  158.     CS_KSC_8BIT,
  159.     CS_MAC_CE,
  160.     CS_SYMBOL,
  161.     CS_DINGBATS
  162. }};
  163.