|
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 = ELangHebrew; |
|
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("\x05E0\x05E1\x05D5\x0020\x05E9\x05D5\x05D1"), // Button 1 |
|
41 _S("\x05E2\x05E6\x05D9\x05E8\x05D4"), // Button 2 |
|
42 _S("\x05D4\x05DB\x05E0\x05D9\x05E1\x05D5\x0020\x05D0\x05EA\x0020\x05D4\x05D3\x05D9\x05E1\x05E7\x0020\x05D7\x05D6\x05E8\x05D4"), // Put the card back - line1 |
|
43 _S("\x05D0\x05D5\x0020\x05E9\x05D4\x05E0\x05EA\x05D5\x05E0\x05D9\x05DD\x0020\x05D9\x05D5\x05D0\x05D1\x05D3\x05D5"), // Put the card back - line2 |
|
44 _S("\x05D4\x05E1\x05D5\x05DC\x05DC\x05D5\x05EA\x0020\x05D7\x05DC\x05E9\x05D5\x05EA\x0020\x05DE\x05D9\x05D3\x05D9"), // Low power - line1 |
|
45 _S("\x05DC\x05D0\x0020\x05E0\x05D9\x05EA\x05DF\x0020\x05DC\x05D4\x05E9\x05DC\x05D9\x05DD\x0020\x05DB\x05EA\x05D9\x05D1\x05D4\x0020\x05DC\x05D3\x05D9\x05E1\x05E7"), // Low power - line2 |
|
46 _S("\x05E9\x05D2\x05D9\x05D0\x05EA\x0020\x05D3\x05D9\x05E1\x05E7\x0020\x002D\x0020\x05DC\x05D0\x0020\x05E0\x05D9\x05EA\x05DF\x0020\x05DC\x05D4\x05E9\x05DC\x05D9\x05DD\x0020\x05DB\x05EA\x05D9\x05D1\x05D4"), // Disk error - line1 |
|
47 _S("\x05E0\x05E1\x05D5\x0020\x05E9\x05D5\x05D1\x0020\x05D0\x05D5\x0020\x05E9\x05D4\x05E0\x05EA\x05D5\x05E0\x05D9\x05DD\x0020\x05D9\x05D5\x05D0\x05D1\x05D3\x05D5"), // Disk error - line2 |
|
48 // SoundDriver |
|
49 _S("\x05E4\x05E2\x05DE\x05D5\x05E0\x05D9\x05DD"), // Chimes |
|
50 _S("\x05E6\x05DC\x05E6\x05D5\x05DC\x05D9\x05DD"), // Rings |
|
51 _S("\x05D0\x05D5\x05EA"), // 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 // The suffix table |
|
70 const TText * const LanguageAspect::DateSuffixTable[KMaxSuffixes] = |
|
71 { |
|
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(""),_S(""),_S(""),_S(""),_S(""), |
|
78 _S("") |
|
79 }; |
|
80 // The day names |
|
81 const TText * const LanguageAspect::DayTable[KMaxDays] = |
|
82 { |
|
83 _S("\x05E9\x05E0\x05D9"), |
|
84 _S("\x05E9\x05DC\x05D9\x05E9\x05D9"), |
|
85 _S("\x05E8\x05D1\x05D9\x05E2\x05D9"), |
|
86 _S("\x05D7\x05DE\x05D9\x05E9\x05D9"), |
|
87 _S("\x05E9\x05D9\x05E9\x05D9"), |
|
88 _S("\x05E9\x05D1\x05EA"), |
|
89 _S("\x05E8\x05D0\x05E9\x05D5\x05DF") |
|
90 }; |
|
91 // The abbreviated day names |
|
92 const TText * const LanguageAspect::DayAbbTable[KMaxDays] = |
|
93 { |
|
94 _S("\x05D1\x0027"), |
|
95 _S("\x05D2\x0027"), |
|
96 _S("\x05D3\x0027"), |
|
97 _S("\x05D4\x0027"), |
|
98 _S("\x05D5\x0027"), |
|
99 _S("\x05E9\x0027"), |
|
100 _S("\x05D0\x0027") |
|
101 }; |
|
102 // The month names |
|
103 const TText * const LanguageAspect::MonthTable[KMaxMonths] = |
|
104 { |
|
105 _S("\x05D9\x05E0\x05D5\x05D0\x05E8"), |
|
106 _S("\x05E4\x05D1\x05E8\x05D5\x05D0\x05E8"), |
|
107 _S("\x05DE\x05E8\x05E5"), |
|
108 _S("\x05D0\x05E4\x05E8\x05D9\x05DC"), |
|
109 _S("\x05DE\x05D0\x05D9"), |
|
110 _S("\x05D9\x05D5\x05E0\x05D9"), |
|
111 _S("\x05D9\x05D5\x05DC\x05D9"), |
|
112 _S("\x05D0\x05D5\x05D2\x05D5\x05E1\x05D8"), |
|
113 _S("\x05E1\x05E4\x05D8\x05DE\x05D1\x05E8"), |
|
114 _S("\x05D0\x05D5\x05E7\x05D8\x05D5\x05D1\x05E8"), |
|
115 _S("\x05E0\x05D5\x05D1\x05DE\x05D1\x05E8"), |
|
116 _S("\x05D3\x05E6\x05DE\x05D1\x05E8") |
|
117 }; |
|
118 // The abbreviated month names |
|
119 const TText * const LanguageAspect::MonthAbbTable[KMaxMonths] = |
|
120 { |
|
121 _S("\x05D9\x05E0\x05D5\x002E"), |
|
122 _S("\x05E4\x05D1\x05E8\x002E"), |
|
123 _S("\x05DE\x05E8\x05E5"), |
|
124 _S("\x05D0\x05E4\x05E8\x002E"), |
|
125 _S("\x05DE\x05D0\x05D9"), |
|
126 _S("\x05D9\x05D5\x05E0\x002E"), |
|
127 _S("\x05D9\x05D5\x05DC\x002E"), |
|
128 _S("\x05D0\x05D5\x05D2\x002E"), |
|
129 _S("\x05E1\x05E4\x05D8\x002E"), |
|
130 _S("\x05D0\x05D5\x05E7\x002E"), |
|
131 _S("\x05E0\x05D5\x05D1\x002E"), |
|
132 _S("\x05D3\x05E6\x05DE\x002E") |
|
133 }; |
|
134 // The am/pm strings |
|
135 const TText * const LanguageAspect::AmPmTable[KMaxAmPms] = {_S("AM"),_S("PM")}; |
|
136 |
|
137 |
|
138 |
|
139 |
|
140 // End of File |