2005-02-16 22:10:02 +01:00
|
|
|
/*
|
|
|
|
* French resources for MSI
|
|
|
|
*
|
|
|
|
* Copyright 2005 Jonathan Ernst
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License as published by the Free Software Foundation; either
|
|
|
|
* version 2.1 of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
2006-05-18 14:49:52 +02:00
|
|
|
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
2005-02-16 22:10:02 +01:00
|
|
|
*/
|
|
|
|
|
2009-07-02 00:33:53 +02:00
|
|
|
#include "windef.h"
|
|
|
|
|
2009-07-03 02:22:29 +02:00
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2005-05-04 11:52:47 +02:00
|
|
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
2005-02-16 22:10:02 +01:00
|
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
{
|
2009-07-03 02:22:29 +02:00
|
|
|
4 "Le paquet d'installation spécifié n'a pu être ouvert. Veuillez vérifier le chemin du fichier et réessayer."
|
2005-02-16 22:10:02 +01:00
|
|
|
5 "Le chemin %s est introuvable"
|
2009-07-03 02:22:29 +02:00
|
|
|
9 "insérez le disque %s"
|
|
|
|
10 "mauvais paramètres"
|
2005-02-16 22:10:02 +01:00
|
|
|
11 "saisissez le nom du dossier contenant %s"
|
2009-07-03 02:22:29 +02:00
|
|
|
12 "source d'installation pour la fonctionnalité manquante"
|
|
|
|
13 "lecteur réseau pour la fonctionnalité manquante"
|
|
|
|
14 "fonctionnalité depuis :"
|
|
|
|
15 "sélectionnez le dossier contenant %s"
|
2005-02-16 22:10:02 +01:00
|
|
|
}
|