|
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 American Spanish language |
|
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("Reintentar"), // Button 1 |
|
33 _S("Detener"), // Button 2 |
|
34 _S("Vuelva a introducir el disco"), // Put the card back - line1 |
|
35 _S("o se perderán los datos"), // Put the card back - line2 |
|
36 _S("Carga de la batería demasiado baja"), // Low power - line1 |
|
37 _S("Imposible terminar escritura en el disco"), // Low power - line2 |
|
38 _S("Error de disco - imposible terminar escritura"), // Disk error - line1 |
|
39 _S("Reinténtelo o se perderán los datos"), // Disk error - line2 |
|
40 // SoundDriver |
|
41 _S("Carillón"), // Chimes |
|
42 _S("Rings"), // Rings |
|
43 _S("Señal"), // 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 |