|
1 /* |
|
2 * Copyright (c) 2002 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 Czech language, ELOCL.25 |
|
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 |
|
30 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] = |
|
31 { |
|
32 // Fileserver |
|
33 _S("Opakovat"), // Button 1 |
|
34 _S("Stop"), // Button 2 |
|
35 _S("Vlo\x017e" L"te disk zp\x011B" L"t"), // Put the card back - line1 |
|
36 _S("nebo dojde ke ztrát\x011B" L" dat"), // Put the card back - line2 |
|
37 _S("Baterie jsou tém\x011B\x0159" L" vybité"), // Low power - line1 |
|
38 _S("Nelze dokon\x010D" L"it zápis na disk"), // Low power - line2 |
|
39 _S("Chyba disku - nelze dokon\x010D" L"it zápis"), // Disk error - line1 |
|
40 _S("Opakujte nebo dojde ke ztrát\x011B" L" dat"), // Disk error - line2 |
|
41 // SoundDriver |
|
42 _S("Odbíjení"), // Chimes |
|
43 _S("Vyzván\x011B" L"ní"), // Rings |
|
44 _S("Signál"), // Signal |
|
45 // MediaDriver diskname (max 16 chars) |
|
46 _S("Internal"), // Internal |
|
47 _S("External(01)"), // External(01) |
|
48 _S("External(02)"), // External(02) |
|
49 _S("External(03)"), // External(03) |
|
50 _S("External(04)"), // External(04) |
|
51 _S("External(05)"), // External(05) |
|
52 _S("External(06)"), // External(06) |
|
53 _S("External(07)"), // External(07) |
|
54 _S("External(08)"), // External(08) |
|
55 // MediaDriver socketname (max 16 chars) |
|
56 _S("Socket(01)"), // Socket(01) |
|
57 _S("Socket(02)"), // Socket(02) |
|
58 _S("Socket(03)"), // Socket(03) |
|
59 _S("Socket(04)") // Socket(04) |
|
60 }; |
|
61 |
|
62 // End of File |