Fr.rc 2.72 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/*
 * Start
 * French Language Support
 *
 * Copyright 2003 Dan Kegel
 * Copyright 2003 Vincent Bron
 *
 * 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
20
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
 */

LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL

STRINGTABLE DISCARDABLE
{
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\
/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 dtails lancez avec l'option /L. \n\
Ceci est un logiciel libre, et vous tes invit  le redistribuer\n\
sous certaines condition; lancez 'start /L' pour les dtails. \n\
"

STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\
This program is free software; you can redistribute it and/or \n\
modify it under the terms of the GNU Lesser Public License \n\
as published by the Free Software Foundation; either version 2.1 \n\
of the License, or (at your option) any later version. \n\
 \n\
This program is distributed in the hope that it will be useful, \n\
but WITHOUT ANY WARRANTY; without even the implied warranty of \n\
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the \n\
GNU Lesser Public License for more details. \n\
 \n\
You should have received a copy of the GNU Lesser Public License \n\
along with this program; if not, write to the Free Software \n\
58
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. \n\
59 60 61 62 63 64
 \n\
See the COPYING.LIB file for license information. \n\
"

STRING_EXECFAIL "Le programme n'a pas pu tre lanc, ou il n'y a pas de programme associ avec le fichier spcifi.\nShellExecuteEx a chou"
}