Sweden-Number/programs/start/Fr.rc

75 lines
3.2 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* Start
* French Language Support
*
* Copyright 2003 Dan Kegel
* Copyright 2003 Vincent Béron
* Copyright 2008 Jonathan Ernst
* Copyright 2010 Frédéric Delanoy
*
* 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
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
#include "resources.h"
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
#pragma code_page(65001) /* UTF-8 */
STRINGTABLE
{
STRING_USAGE, "Lance un programme, ou ouvre un document dans le programme normalement associé à 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 renvoie ensuite son code de sortie.\n\
/ProgIDOpen progID Ouvre un document en utilisant le programme identifié par progID.\n\
/L Affiche 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\
Ceci est un logiciel libre, et vous êtes invité à le redistribuer\n\
sous certaines conditions ; lancez 'start /L' pour les détails.\n\
"
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 Licence, soit (à votre gré) toute version ultérieure.\n\
\n\
Ce programme est distribué dans lespoir qu'il sera utile, mais\n\
SANS AUCUNE GARANTIE : sans même la garantie implicite de\n\
COMMERCIALISABILITÉ ou dADÉ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 nest 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 dinformations sur la licence.\n\
"
STRING_EXECFAIL "Le programme n'a pas pu être lancé, ou aucun programme n'est associé au fichier spécifié.\nShellExecuteEx a échoué"
STRING_UNIXFAIL, "Le nom de fichier Unix spécifié n'a pas pu être converti en nom de fichier DOS."
}