|
1 /* |
|
2 * Copyright (c) 1994-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 // EXTERNAL RESOURCES |
|
22 |
|
23 |
|
24 // Include Files |
|
25 |
|
26 #include <kernel/ls_std.h> |
|
27 #include "locl_language.h" |
|
28 |
|
29 const TLanguage LanguageAspect::Language = ELangVietnamese; |
|
30 const TLanguage LanguageAspect::LanguageDowngrade[3] = {ELangNone, ELangNone, ELangNone}; |
|
31 const TDigitType LanguageAspect::DigitType = EDigitTypeWestern; |
|
32 const TFatUtilityFunctions* const LanguageAspect::FatUtilityFunctions = NULL; |
|
33 |
|
34 |
|
35 |
|
36 // LOCAL CONSTANTS AND MACROS |
|
37 const TText * const LanguageAspect::MsgTable[ELocaleMessages_LastMsg] = |
|
38 { |
|
39 // Fileserver |
|
40 _S("Th1eed" L" l1ea1" L"i"), // Button 1 |
|
41 _S("D1eeb" L"ng"), // Button 2 |
|
42 _S("Put the disk back"), // Put the card back - line1 |
|
43 _S("or data will be lost"), // Put the card back - line2 |
|
44 _S("Battery too low"), // Low power - line1 |
|
45 _S("Cannot complete write to disk"), // Low power - line2 |
|
46 _S("Disk error - cannot complete write"), // Disk error - line1 |
|
47 _S("Retry or data will be lost"), // Disk error - line2 |
|
48 // SoundDriver |
|
49 _S("Chimes"), // Chimes |
|
50 _S("Rings"), // Rings |
|
51 _S("Signal"), // Signal |
|
52 // MediaDriver diskname (max 16 chars) |
|
53 _S("Internal"), // Internal |
|
54 _S("External(01)"), // External(01) |
|
55 _S("External(02)"), // External(02) |
|
56 _S("External(03)"), // External(03) |
|
57 _S("External(04)"), // External(04) |
|
58 _S("External(05)"), // External(05) |
|
59 _S("External(06)"), // External(06) |
|
60 _S("External(07)"), // External(07) |
|
61 _S("External(08)"), // External(08) |
|
62 // MediaDriver socketname (max 16 chars) |
|
63 _S("Socket(01)"), // Socket(01) |
|
64 _S("Socket(02)"), // Socket(02) |
|
65 _S("Socket(03)"), // Socket(03) |
|
66 _S("Socket(04)") // Socket(04) |
|
67 }; |
|
68 |
|
69 const TText * const LanguageAspect::DateSuffixTable[KMaxSuffixes] = |
|
70 { |
|
71 _S(""),_S(""),_S(""),_S(""),_S(""), |
|
72 _S(""),_S(""),_S(""),_S(""),_S(""), |
|
73 _S(""),_S(""),_S(""),_S(""),_S(""), |
|
74 _S(""),_S(""),_S(""),_S(""),_S(""), |
|
75 _S(""),_S(""),_S(""),_S(""),_S(""), |
|
76 _S(""),_S(""),_S(""),_S(""),_S(""), |
|
77 _S("") |
|
78 }; |
|
79 // The day names |
|
80 const TText * const LanguageAspect::DayTable[KMaxDays] = |
|
81 { |
|
82 _S("Th\x1ee9" L" hai"), |
|
83 _S("Th\x1ee9" L" ba"), |
|
84 _S("Th\x1ee9" L" t\x01b0" L""), |
|
85 _S("Th\x1ee9" L" n\x0103" L"m"), |
|
86 _S("Th\x1ee9" L" s\x00e1" L"u"), |
|
87 _S("Th\x1ee9" L" b\x1ea3" L"y"), |
|
88 _S("Ch\x1ee7" L" nh\x1ead" L"t") |
|
89 }; |
|
90 // The abbreviated day names |
|
91 const TText * const LanguageAspect::DayAbbTable[KMaxDays] = |
|
92 { |
|
93 _S("T2"), |
|
94 _S("T3"), |
|
95 _S("T4"), |
|
96 _S("T5"), |
|
97 _S("T6"), |
|
98 _S("T7"), |
|
99 _S("CN") |
|
100 }; |
|
101 // The month names |
|
102 const TText * const LanguageAspect::MonthTable[KMaxMonths] = |
|
103 { |
|
104 _S("Th\x00e1" L"ng 1"), |
|
105 _S("Th\x00e1" L"ng 2"), |
|
106 _S("Th\x00e1" L"ng 3"), |
|
107 _S("Th\x00e1" L"ng 4"), |
|
108 _S("Th\x00e1" L"ng 5"), |
|
109 _S("Th\x00e1" L"ng 6"), |
|
110 _S("Th\x00e1" L"ng 7"), |
|
111 _S("Th\x00e1" L"ng 8"), |
|
112 _S("Th\x00e1" L"ng 9"), |
|
113 _S("Th\x00e1" L"ng 10"), |
|
114 _S("Th\x00e1" L"ng 11"), |
|
115 _S("Th\x00e1" L"ng 12") |
|
116 }; |
|
117 // The abbreviated month names |
|
118 const TText * const LanguageAspect::MonthAbbTable[KMaxMonths] = |
|
119 { |
|
120 _S("Th1"), |
|
121 _S("Th2"), |
|
122 _S("Th3"), |
|
123 _S("Th4"), |
|
124 _S("Th5"), |
|
125 _S("Th6"), |
|
126 _S("Th7"), |
|
127 _S("Th8"), |
|
128 _S("Th9"), |
|
129 _S("Th10"), |
|
130 _S("Th11"), |
|
131 _S("Th12") |
|
132 }; |
|
133 // The am/pm strings |
|
134 const TText * const LanguageAspect::AmPmTable[KMaxAmPms] = {_S("SA"),_S("CH")}; |
|
135 |
|
136 // End of File |