1ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// -*- Coding: utf-8; -*-  [all uconv resource files]
2ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// Copyright (c) 2000-2004 IBM, Inc. and Others.
3ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//
4ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// Root translation file for uconv messages.
5ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// So you want to translate this file??? Great!
6ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// 1. copy it to a new name [ex: se.txt]
7ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//
8ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// 2. You might wish to comment out ALL lines, and then uncomment them
9ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//    as you add translations. That way, you don't inadvertently mark
10ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//    an untranslated English (or whatever) string as already
11ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//    translated. The base translation might change!
12ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// 
13ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// 3. These files are in UTF-8 format (even though root uses only
14ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//    ASCII)
15ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//
16ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// 4. Make note of the location of {0}, {1}, etc.. they are taken from
17ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//    arguments to u_wmsg() in order..
18ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//
19ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// 5. Add se.txt to RESSRC= in resfiles.mk and to the project file on 
20ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//    the Windows side.
21ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru//
22ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// 6. Send it in to srl@jtcsv.com or ask on the ICU mailing list! thanks!
23ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
24ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queruroot
25ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru{
26ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  // uconv errors
27ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
28ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  lcUsageWord { "usage" }
29ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  ucUsageWord { "Usage" }
30ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  usage {
31ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "{0}: {1} "
32ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ -h, -?, --help ] [ -V, --version ] [ -s, --silent ] [ -v, --verbose ] "
33ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ -l, --list | --list-code code | --default-code | -L, --list-transliterators ] "
34ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ --canon ] [ -x transliteration ] "
35ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ --to-callback callback | -c ] [ --from-callback callback | -i ] [ --callback callback ] "
36ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ --fallback | --no-fallback ] "
37ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ -b, --block-size size ] "
38ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ -f, --from-code code ] [ -t, --to-code code ] "
39ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ --add-signature ] [ --remove-signature ] "
40ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ -o, --output file ] "
41ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru    "[ file ... ]\n" }
42ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
43ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  help {  "Options:  -h, --help                    print this message\n"
44ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -V, --version                 print the program version\n"
45ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -s, --silent                  suppress messages\n"
46ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -v, --verbose                 display progress information\n"
47ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -l, --list                    list all available encodings\n"
48ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --list-code code              list only the given encoding\n"
49ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --default-code                list only the default encoding\n"
50ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -L, --list-transliterators    list all available transliterators\n"
51ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --canon                       print list in cnvrtrs.txt(5) format\n"
52ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -x transliteration            run everything through transliteration\n" 
53ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --to-callback callback        use callback on destination encoding\n"
54ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -c                            omit invalid characters from the output\n"
55ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --from-callback callback      use callback on original encoding\n"
56ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -i                            ignore invalid sequences in the input\n"
57ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --callback callback           use callback on both encodings\n"
58ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -b, --block-size size         read size bytes blocks (default: 4096)\n"
59ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --fallback                    use fallback mapping\n"
60ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --no-fallback                 do not use fallback mapping\n"
61ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -f, --from-code code          set the original encoding\n"
62ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -t, --to-code code            set the destination encoding\n" 
63ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --add-signature               add a U+FEFF Unicode signature character (BOM)\n"
64ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          --remove-signature            remove a U+FEFF Unicode signature character (BOM)\n"
65ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "          -o, --output file             write output to file\n"
66ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "\n"
67ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru          "Callbacks:"
68ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  }
69ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
70ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantGetNames   { "Couldn''t get available converter names.\n" } // 0: err
71ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantGetTag   { "Couldn''t get standard tag name: {0}.\n" } // 0: err
72ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  
73ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  noSuchCodeset  { "Couldn''t find encoding: {0}.\n" } // 0: name of the encoding
74ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  noFromCodeset  { "No original encoding set (use -f).\n" }
75ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  noToCodeset    {  "No destination encoding set (use -t).\n" }
76ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
77ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  badBlockSize  { "Bad block size: {0}.\n" } // 0: size of the block
78ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
79ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantSetInBinMode { "Couldn't set standard input to binary mode." }
80ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantSetOutBinMode { "Couldn't set standard output to binary mode." }
81ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
82ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantOpenFromCodeset { "Couldn''t open converter for original encoding {0}: {1}.\n" } // 0:set, 1: err
83ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantOpenToCodeset { "Couldn''t open converteur for destination encoding {0}: {1}.\n" } // 0: set, 1: err
84ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
85ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantCreateTranslit { "Couldn''t create transliteration \"{0}\": {1}.\n" } // 0: set, 1: err
86ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantCreateTranslitParseErr { "Couldn''t create transliteration \"{0}\": {1}, line {2}, offset {3}.\n" } // 0: set, 1: err, 2: line, 3: offset
87ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
88ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantSetCallback { "Couldn''t set transcoding callback: {0}.\n" } // 0: err
89ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
90ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  unknownCallback { "Unknown callback: {0}.\n" } // 0: callback name
91ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
92ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantOpenInputF  { "Couldn''t open input file {0}: {1}.\n" } // 0: file, 1: strerror [OS error string]
93ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantCreateOutputF  { "Couldn''t create output file {0}: {1}.\n" } // 0: file, 1: strerror [OS error string]
94ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
95ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantWrite       { "The converted text couldn't be written: {0}.\n" } // 0: OS error string
96ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  cantRead        { "Error reading from input file: {0}.\n" } // 0: OS error string
97ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
98ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  problemCvtToU   { "Conversion to Unicode from codepage failed at input byte position {0}. Bytes: {1} Error: {2}\n" } // 0: position, 1: bytes, 2: err
99ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  problemCvtFromU { "Conversion from Unicode to codepage failed at input byte position {0}. Unicode: {1} Error: {2}\n"} // 0: position, 1: Unicode, 2: err
100ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  problemCvtFromUOut { "Conversion from Unicode to codepage failed at output byte position {0}. Unicode: {1} Error: {2}\n"} // 0: position, 1: Unicode, 2: err
101ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
102ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru// ICU errors - used by u_wmsg_errorName()
103ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
104ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_USING_FALLBACK_ERROR       { "Using fallback data" }
105ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_USING_DEFAULT_ERROR        { "Using default data" }
106ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_ZERO_ERROR                 { "No error has occured" }
107ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_ILLEGAL_ARGUMENT_ERROR     { "Illegal argument" }
108ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_MISSING_RESOURCE_ERROR     { "A resource was missing" }
109ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_INVALID_FORMAT_ERROR       { "Invalid format" }
110ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_FILE_ACCESS_ERROR          { "Problem accessing that file/object" }
111ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_INTERNAL_PROGRAM_ERROR     { "Internal program error" }
112ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_MESSAGE_PARSE_ERROR        { "Parse error on message format" }
113ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_MEMORY_ALLOCATION_ERROR    { "Out of memory" }
114ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_INDEX_OUTOFBOUNDS_ERROR    { "An index was out-of-bounds" }
115ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_PARSE_ERROR                { "Parse error" }
116ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_INVALID_CHAR_FOUND         { "Invalid character found" }
117ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_TRUNCATED_CHAR_FOUND       { "Truncated character found" }
118ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_ILLEGAL_CHAR_FOUND         { "Illegal character found" }
119ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_INVALID_TABLE_FORMAT       { "Invalid table data format" }
120ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_INVALID_TABLE_FILE         { "Invalid table data file" }
121ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_BUFFER_OVERFLOW_ERROR      { "Buffer overflow" }
122ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_UNSUPPORTED_ERROR          { "A feature was unsupported" }
123ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_RESOURCE_TYPE_MISMATCH     { "Resource type mismatch" }
124ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_ILLEGAL_ESCAPE_SEQUENCE    { "Illegal escape sequence found" }
125ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru  U_UNSUPPORTED_ESCAPE_SEQUENCE {"Unsupported escape sequence found" }
126ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru}
127ac04d0bbe12b3ef54518635711412f178cb4d16Jean-Baptiste Queru
128