1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/localisation/localesupport/src/ls_msfre.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 French 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("Recommencer"), // Button 1
1.29 + _S("Arr\352ter"), // Button 2
1.30 + _S("R\351ins\351rez le disque"), // Put the card back - line1
1.31 + _S("Sinon des donn\351es vont \352tre perdues"), // Put the card back - line2
1.32 + _S("Piles trop faibles"), // Low power - line1
1.33 + _S("Impossible de terminer l'\351criture sur disque"), // Low power - line2
1.34 + _S("Erreur de disque : impossible de terminer l'\351criture"), // Disk error - line1
1.35 + _S("Recommencez pour \351viter de perdre des donn\351es"), // Disk error - line2
1.36 +// SoundDriver
1.37 + _S("Carillon"), // Chimes
1.38 + _S("Sonnerie"), // Rings
1.39 + _S("Signal"), // Signal
1.40 +// MediaDriver diskname (max 16 chars)
1.41 + _S("Interne"), // Internal
1.42 + _S("Externe(01)"), // External(01)
1.43 + _S("Externe(02)"), // External(02)
1.44 + _S("Externe(03)"), // External(03)
1.45 + _S("Externe(04)"), // External(04)
1.46 + _S("Externe(05)"), // External(05)
1.47 + _S("Externe(06)"), // External(06)
1.48 + _S("Externe(07)"), // External(07)
1.49 + _S("Externe(08)"), // External(08)
1.50 +// MediaDriver socketname (max 16 chars)
1.51 + _S("Connexion(01)"), // Socket(01)
1.52 + _S("Connexion(02)"), // Socket(02)
1.53 + _S("Connexion(03)"), // Socket(03)
1.54 + _S("Connexion(04)") // Socket(04)
1.55 + };