2003-09-22 21:48:29 +02:00
|
|
|
|
/*
|
|
|
|
|
* Start
|
|
|
|
|
* French Language Support
|
|
|
|
|
*
|
|
|
|
|
* Copyright 2003 Dan Kegel
|
2008-06-02 09:02:25 +02:00
|
|
|
|
* Copyright 2003 Vincent Béron
|
|
|
|
|
* Copyright 2008 Jonathan Ernst
|
2003-09-22 21:48:29 +02:00
|
|
|
|
*
|
|
|
|
|
* 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
|
2003-09-22 21:48:29 +02:00
|
|
|
|
*/
|
|
|
|
|
|
2009-07-02 00:30:14 +02:00
|
|
|
|
#include "resources.h"
|
|
|
|
|
|
2003-09-22 21:48:29 +02:00
|
|
|
|
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
|
|
|
|
|
|
2008-06-02 09:02:25 +02:00
|
|
|
|
#pragma code_page(65001) /* UTF-8 */
|
|
|
|
|
|
2003-09-22 21:48:29 +02:00
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
|
|
|
{
|
2008-06-10 10:22:33 +02:00
|
|
|
|
STRING_USAGE, "Lance un programme, ou ouvre un document dans le programme normalement utilisé avec cette extension.\n\
|
|
|
|
|
Usage :\n\
|
|
|
|
|
start [options] fichier_programme [...]\n\
|
|
|
|
|
start [options] fichier_document\n\
|
|
|
|
|
\n\
|
|
|
|
|
Options :\n\
|
|
|
|
|
/M[inimized] Lance le programme minimisé.\n\
|
|
|
|
|
/MAX[imized] Lance le programme maximisé.\n\
|
|
|
|
|
/R[estored] Lance le programme normalement (ni minimisé ni maximisé).\n\
|
|
|
|
|
/W[ait] Attend que le programme lancé se termine, et termine ensuite avec son code de sortie.\n\
|
2009-06-10 21:11:48 +02:00
|
|
|
|
/ProgIDOpen Open a document using the following progID.\n\
|
2008-06-10 10:22:33 +02:00
|
|
|
|
/L Montre la licence d'utilisation.\n\
|
|
|
|
|
\n\
|
|
|
|
|
start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
|
|
|
|
|
Start est fourni sans AUCUNE GARANTIE ; pour les détails lancez avec l'option /L.\n\
|
2008-06-02 09:02:25 +02:00
|
|
|
|
Ceci est un logiciel libre, et vous êtes invité à le redistribuer\n\
|
2008-06-10 10:22:33 +02:00
|
|
|
|
sous certaines condition; lancez 'start /L' pour les détails.\n\
|
2003-09-22 21:48:29 +02:00
|
|
|
|
"
|
|
|
|
|
|
2008-06-10 10:22:33 +02:00
|
|
|
|
STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel\n\
|
|
|
|
|
Ce programme est un logiciel libre ; vous pouvez le redistribuer et/ou\n\
|
|
|
|
|
le modifier suivant les termes de la Licence Générale Publique Limitée GNU\n\
|
|
|
|
|
telle que publiée par la Free Software Foundation ; soit la version 2.1\n\
|
|
|
|
|
de la License, soit (à votre gré) toute version ultérieure.\n\
|
|
|
|
|
\n\
|
|
|
|
|
Ce programme est distribué dans l’espoir qu'il sera utile, mais\n\
|
|
|
|
|
SANS AUCUNE GARANTIE : sans même la garantie implicite de\n\
|
|
|
|
|
COMMERCIALISABILITÉ ou d’ADÉQUATION À UN OBJECTIF PARTICULIER. Consultez\n\
|
|
|
|
|
la Licence Générale Publique Limitée pour plus de détails.\n\
|
|
|
|
|
\n\
|
|
|
|
|
Vous devriez avoir reçu une copie de la Licence Générale Publique Limitée\n\
|
|
|
|
|
GNU avec ce programme ; si ce n’est pas le cas, écrivez à la :\n\
|
|
|
|
|
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,\n\
|
|
|
|
|
MA 02110-1301, USA.\n\
|
|
|
|
|
\n\
|
|
|
|
|
Référez-vous au fichier COPYING.LIB pour plus d’informations sur la licence.\n\
|
2003-09-22 21:48:29 +02:00
|
|
|
|
"
|
|
|
|
|
|
2008-06-02 09:02:25 +02:00
|
|
|
|
STRING_EXECFAIL "Le programme n'a pas pu être lancé, ou il n'y a pas de programme associé avec le fichier spécifié.\nShellExecuteEx a échoué"
|
2008-06-05 14:50:49 +02:00
|
|
|
|
|
|
|
|
|
STRING_UNIXFAIL, "Le nom de fichier Unix spécifié n'a pas pu être converti en nom de fichier DOS."
|
2003-09-22 21:48:29 +02:00
|
|
|
|
}
|