author | MattD <mattd@symbian.org> |
Mon, 21 Dec 2009 16:35:01 +0000 | |
changeset 16 | 6d8ad5bee44b |
parent 15 | 4122176ea935 |
permissions | -rw-r--r-- |
15
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
1 |
/* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
2 |
* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
3 |
* All rights reserved. |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
8 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
9 |
* Initial Contributors: |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
11 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
12 |
* Contributors: |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
13 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
14 |
* Description: |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
15 |
* Default messages for the Dutch language |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
16 |
* |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
17 |
*/ |
4122176ea935
Revision: 200948 + Removing redundant base integration tests and fixing build errors
John Imhofe <john.imhofe@nokia.com>
parents:
0
diff
changeset
|
18 |
|
0 | 19 |
|
20 |
#include "ls_std.h" |
|
21 |
||
22 |
const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] = |
|
23 |
{ |
|
24 |
// Fileserver |
|
25 |
_S("Opnieuw"), // Button 1 |
|
26 |
_S("Breek af"), // Button 2 |
|
27 |
_S("Plaats disk terug"), // Put the card back - line1 |
|
28 |
_S("Anders gaan er gegevens verloren"), // Put the card back - line2 |
|
29 |
_S("Batterij is zwak"), // Low power - line1 |
|
30 |
_S("Kan schrijven naar disk niet voltooien"), // Low power - line2 |
|
31 |
_S("Diskfout - kan schrijven niet voltooien"), // Disk error - line1 |
|
32 |
_S("Probeer het opnieuw, anders gaan er gegevens verloren"), // Disk error - line2 |
|
33 |
// SoundDriver |
|
34 |
_S("Carillon"), // Chimes |
|
35 |
_S("Bel"), // Rings |
|
36 |
_S("Signaal"), // Signal |
|
37 |
// MediaDriver diskname (max 16 chars) |
|
38 |
_S("Intern"), // Internal |
|
39 |
_S("Extern(01)"), // External(01) |
|
40 |
_S("Extern(02)"), // External(02) |
|
41 |
_S("Extern(03)"), // External(03) |
|
42 |
_S("Extern(04)"), // External(04) |
|
43 |
_S("Extern(05)"), // External(05) |
|
44 |
_S("Extern(06)"), // External(06) |
|
45 |
_S("Extern(07)"), // External(07) |
|
46 |
_S("Extern(08)"), // External(08) |
|
47 |
// MediaDriver socketname (max 16 chars) |
|
48 |
_S("Verbinding(01)"), // Socket(01) |
|
49 |
_S("Verbinding(02)"), // Socket(02) |
|
50 |
_S("Verbinding(03)"), // Socket(03) |
|
51 |
_S("Verbinding(04)") // Socket(04) |
|
52 |
}; |