1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of the License "Symbian Foundation License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // Default messages for the English language (UK & US) |
|
15 // This UK locale dll is created only for the purpose of instantiating FatUtilityFunctions |
|
16 // |
|
17 // |
|
18 |
|
19 #include <kernel/localise.h> |
|
20 |
|
21 const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] = |
|
22 { |
|
23 // Fileserver |
|
24 _S("Retry"), // Button 1 |
|
25 _S("Stop"), // Button 2 |
|
26 _S("Put the disk back"), // Put the card back - line1 |
|
27 _S("or data will be lost"), // Put the card back - line2 |
|
28 _S("Batteries too low"), // Low power - line1 |
|
29 _S("Cannot complete write to disk"), // Low power - line2 |
|
30 _S("Disk error - cannot complete write"), // Disk error - line1 |
|
31 _S("Retry or data will be lost"), // Disk error - line2 |
|
32 // SoundDriver |
|
33 _S("Chimes"), // Chimes |
|
34 _S("Rings"), // Rings |
|
35 _S("Signal"), // Signal |
|
36 // MediaDriver diskname (max 16 chars) |
|
37 _S("Internal"), // Internal |
|
38 _S("External(01)"), // External(01) |
|
39 _S("External(02)"), // External(02) |
|
40 _S("External(03)"), // External(03) |
|
41 _S("External(04)"), // External(04) |
|
42 _S("External(05)"), // External(05) |
|
43 _S("External(06)"), // External(06) |
|
44 _S("External(07)"), // External(07) |
|
45 _S("External(08)"), // External(08) |
|
46 // MediaDriver socketname (max 16 chars) |
|
47 _S("Socket(01)"), // Socket(01) |
|
48 _S("Socket(02)"), // Socket(02) |
|
49 _S("Socket(03)"), // Socket(03) |
|
50 _S("Socket(04)") // Socket(04) |
|
51 }; |
|