Vincent Béron | 221aa8d | 2003-09-22 19:48:29 +0000 | [diff] [blame] | 1 | /* |
| 2 | * Start |
| 3 | * French Language Support |
| 4 | * |
| 5 | * Copyright 2003 Dan Kegel |
| 6 | * Copyright 2003 Vincent Béron |
| 7 | * |
| 8 | * This library is free software; you can redistribute it and/or |
| 9 | * modify it under the terms of the GNU Lesser General Public |
| 10 | * License as published by the Free Software Foundation; either |
| 11 | * version 2.1 of the License, or (at your option) any later version. |
| 12 | * |
| 13 | * This library is distributed in the hope that it will be useful, |
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 16 | * Lesser General Public License for more details. |
| 17 | * |
| 18 | * You should have received a copy of the GNU Lesser General Public |
| 19 | * License along with this library; if not, write to the Free Software |
| 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 21 | */ |
| 22 | |
| 23 | LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL |
| 24 | |
| 25 | STRINGTABLE DISCARDABLE |
| 26 | { |
| 27 | STRING_USAGE, "Lance un programme, ou ouvre un document dans le programme normalement utilisé avec cette extension. \n\ |
| 28 | Usage: \n\ |
| 29 | start [options] fichier_programme [...] \n\ |
| 30 | start [options] fichier_document \n\ |
| 31 | \n\ |
| 32 | Options: \n\ |
| 33 | /M[inimized] Lance le programme minimisé. \n\ |
| 34 | /MAX[imized] Lance le programme maximisé. \n\ |
| 35 | /R[estored] Lance le programme normalement (ni minimisé ni maximisé). \n\ |
| 36 | /W[ait] Attend que le programme lancé se termine, et termine ensuite avec son code de sortie. \n\ |
| 37 | /L Montre la licence d'utilisation. \n\ |
| 38 | \n\ |
| 39 | start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\ |
| 40 | Start est fourni sans AUCUNE GARANTIE; pour les détails lancez avec l'option /L. \n\ |
| 41 | Ceci est un logiciel libre, et vous êtes invité à le redistribuer\n\ |
| 42 | sous certaines condition; lancez 'start /L' pour les détails. \n\ |
| 43 | " |
| 44 | |
| 45 | STRING_LICENSE, "start.exe version 0.2 Copyright (C) 2003, Dan Kegel \n\ |
| 46 | This program is free software; you can redistribute it and/or \n\ |
| 47 | modify it under the terms of the GNU Lesser Public License \n\ |
| 48 | as published by the Free Software Foundation; either version 2.1 \n\ |
| 49 | of the License, or (at your option) any later version. \n\ |
| 50 | \n\ |
| 51 | This program is distributed in the hope that it will be useful, \n\ |
| 52 | but WITHOUT ANY WARRANTY; without even the implied warranty of \n\ |
| 53 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the \n\ |
| 54 | GNU Lesser Public License for more details. \n\ |
| 55 | \n\ |
| 56 | You should have received a copy of the GNU Lesser Public License \n\ |
| 57 | along with this program; if not, write to the Free Software \n\ |
| 58 | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. \n\ |
| 59 | \n\ |
| 60 | See the COPYING.LIB file for license information. \n\ |
| 61 | " |
| 62 | |
| 63 | 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é" |
| 64 | } |