1 /* |
|
2 * Copyright (c) 1997-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 * LS_MSENG.CPP |
|
16 * Default messages for the English language (UK & US) |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 #include "ls_std.h" |
|
22 |
|
23 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] = |
|
24 { |
|
25 // Fileserver |
|
26 _S("NROM Retry"), // Button 1 |
|
27 _S("NROM Stop"), // Button 2 |
|
28 _S("NROM Put the disk back"), // Put the card back - line1 |
|
29 _S("or NROM data will be lost"), // Put the card back - line2 |
|
30 _S("NROM Batteries too low"), // Low power - line1 |
|
31 _S("NROM Cannot complete write to disk"), // Low power - line2 |
|
32 _S("NROM Disk error - cannot complete write"), // Disk error - line1 |
|
33 _S("NROM Retry or data will be lost"), // Disk error - line2 |
|
34 // SoundDriver |
|
35 _S("NROM Chimes"), // Chimes |
|
36 _S("NROM Rings"), // Rings |
|
37 _S("NROM Signal"), // Signal |
|
38 // MediaDriver diskname (max 16 chars) |
|
39 _S("NRInternal"), // Internal |
|
40 _S("NRExternal(01)"), // External(01) |
|
41 _S("NRExternal(02)"), // External(02) |
|
42 _S("NRExternal(03)"), // External(03) |
|
43 _S("NRExternal(04)"), // External(04) |
|
44 _S("NRExternal(05)"), // External(05) |
|
45 _S("NRExternal(06)"), // External(06) |
|
46 _S("NRExternal(07)"), // External(07) |
|
47 _S("NRExternal(08)"), // External(08) |
|
48 // MediaDriver socketname (max 16 chars) |
|
49 _S("NRSocket(01)"), // Socket(01) |
|
50 _S("NRSocket(02)"), // Socket(02) |
|
51 _S("NRSocket(03)"), // Socket(03) |
|
52 _S("NRSocket(04)") // Socket(04) |
|
53 }; |
|