sl@0: // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of the License "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // f32test\locl\t_msger.cpp sl@0: // Default messages for the German language sl@0: // sl@0: // sl@0: sl@0: #include sl@0: sl@0: const TText * const LMessages::MsgTable[ELocaleMessages_LastMsg] = sl@0: { sl@0: // Fileserver sl@0: _S("Wiederholen"), // Button 1 sl@0: _S("Stopp"), // Button 2 sl@0: _S("Disk wieder einlegen,"), // Put the card back - line1 sl@0: _S("sonst Datenverlust"), // Put the card back - line2 sl@0: _S("Batterien zu schwach"), // Low power - line1 sl@0: _S("Kann Schreiben auf Disk nicht abschlie\xDFen"), // Low power - line2 sl@0: _S("Diskfehler - kann Schreiben nicht abschlie\xDFen"), // Disk error - line1 sl@0: _S("Wiederholen, sonst Datenverlust"), // Disk error - line2 sl@0: // SoundDriver sl@0: _S("Melodie"), // Chimes sl@0: _S("Klingel"), // Rings sl@0: _S("Signal"), // Signal sl@0: // MediaDriver diskname (max 16 chars) sl@0: _S("Intern"), // Internal sl@0: _S("Extern(01)"), // External(01) sl@0: _S("Extern(02)"), // External(02) sl@0: _S("Extern(03)"), // External(03) sl@0: _S("Extern(04)"), // External(04) sl@0: _S("Extern(05)"), // External(05) sl@0: _S("Extern(06)"), // External(06) sl@0: _S("Extern(07)"), // External(07) sl@0: _S("Extern(08)"), // External(08) sl@0: // MediaDriver socketname (max 16 chars) sl@0: _S("Steckplatz(01)"), // Socket(01) sl@0: _S("Steckplatz(02)"), // Socket(02) sl@0: _S("Steckplatz(03)"), // Socket(03) sl@0: _S("Steckplatz(04)") // Socket(04) sl@0: };