|
1 /* |
|
2 * Copyright (c) 2002, 2003 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: Default locale messages for Hebrew language, ELOCL.57 |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 |
|
20 |
|
21 // EXTERNAL RESOURCES |
|
22 |
|
23 |
|
24 // Include Files |
|
25 |
|
26 #include <kernel/ls_std.h> |
|
27 |
|
28 // LOCAL CONSTANTS AND MACROS |
|
29 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] = |
|
30 { |
|
31 // Fileserver |
|
32 _S("\x05E0\x05E1\x05D5\x0020\x05E9\x05D5\x05D1"), // Button 1 |
|
33 _S("\x05E2\x05E6\x05D9\x05E8\x05D4"), // Button 2 |
|
34 _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 |
|
35 _S("\x05D0\x05D5\x0020\x05E9\x05D4\x05E0\x05EA\x05D5\x05E0\x05D9\x05DD\x0020\x05D9\x05D5\x05D0\x05D1\x05D3\x05D5"), // Put the card back - line2 |
|
36 _S("\x05D4\x05E1\x05D5\x05DC\x05DC\x05D5\x05EA\x0020\x05D7\x05DC\x05E9\x05D5\x05EA\x0020\x05DE\x05D9\x05D3\x05D9"), // Low power - line1 |
|
37 _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 |
|
38 _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 |
|
39 _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 |
|
40 // SoundDriver |
|
41 _S("\x05E4\x05E2\x05DE\x05D5\x05E0\x05D9\x05DD"), // Chimes |
|
42 _S("\x05E6\x05DC\x05E6\x05D5\x05DC\x05D9\x05DD"), // Rings |
|
43 _S("\x05D0\x05D5\x05EA"), // Signal |
|
44 // MediaDriver diskname (max 16 chars) |
|
45 _S("Internal"), // Internal |
|
46 _S("External(01)"), // External(01) |
|
47 _S("External(02)"), // External(02) |
|
48 _S("External(03)"), // External(03) |
|
49 _S("External(04)"), // External(04) |
|
50 _S("External(05)"), // External(05) |
|
51 _S("External(06)"), // External(06) |
|
52 _S("External(07)"), // External(07) |
|
53 _S("External(08)"), // External(08) |
|
54 // MediaDriver socketname (max 16 chars) |
|
55 _S("Socket(01)"), // Socket(01) |
|
56 _S("Socket(02)"), // Socket(02) |
|
57 _S("Socket(03)"), // Socket(03) |
|
58 _S("Socket(04)") // Socket(04) |
|
59 }; |
|
60 |
|
61 // End of File |