1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/localisation/localesupport/src/ls_msger.cpp Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,52 @@
1.4 +/*
1.5 +* Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +* All rights reserved.
1.7 +* This component and the accompanying materials are made available
1.8 +* under the terms of "Eclipse Public License v1.0"
1.9 +* which accompanies this distribution, and is available
1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +*
1.12 +* Initial Contributors:
1.13 +* Nokia Corporation - initial contribution.
1.14 +*
1.15 +* Contributors:
1.16 +*
1.17 +* Description:
1.18 +* Default messages for the German language
1.19 +*
1.20 +*/
1.21 +
1.22 +
1.23 +#include "ls_std.h"
1.24 +
1.25 +const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] =
1.26 + {
1.27 +// Fileserver
1.28 + _S("Wiederholen"), // Button 1
1.29 + _S("Stopp"), // Button 2
1.30 + _S("Disk wieder einlegen,"), // Put the card back - line1
1.31 + _S("sonst Datenverlust"), // Put the card back - line2
1.32 + _S("Batterien zu schwach"), // Low power - line1
1.33 + _S("Kann Schreiben auf Disk nicht abschlie\337en"), // Low power - line2
1.34 + _S("Diskfehler - kann Schreiben nicht abschlie\337en"), // Disk error - line1
1.35 + _S("Wiederholen, sonst Datenverlust"), // Disk error - line2
1.36 +// SoundDriver
1.37 + _S("Melodie"), // Chimes
1.38 + _S("Klingel"), // Rings
1.39 + _S("Signal"), // Signal
1.40 +// MediaDriver diskname (max 16 chars)
1.41 + _S("Intern"), // Internal
1.42 + _S("Extern(01)"), // External(01)
1.43 + _S("Extern(02)"), // External(02)
1.44 + _S("Extern(03)"), // External(03)
1.45 + _S("Extern(04)"), // External(04)
1.46 + _S("Extern(05)"), // External(05)
1.47 + _S("Extern(06)"), // External(06)
1.48 + _S("Extern(07)"), // External(07)
1.49 + _S("Extern(08)"), // External(08)
1.50 +// MediaDriver socketname (max 16 chars)
1.51 + _S("Steckplatz(01)"), // Socket(01)
1.52 + _S("Steckplatz(02)"), // Socket(02)
1.53 + _S("Steckplatz(03)"), // Socket(03)
1.54 + _S("Steckplatz(04)") // Socket(04)
1.55 + };