Commit 4c0a20bd authored by Jonathan Ernst's avatar Jonathan Ernst Committed by Alexandre Julliard

wineconsole: Updated French translation.

parent 58bd35c8
/*
* Copyright 2001 Eric Pouech
* Copyright 2006 Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
......@@ -20,7 +21,7 @@ LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
BEGIN
IDS_EDIT, "&Editer"
IDS_EDIT, "&dition"
IDS_DEFAULT, "Par &dfaut"
IDS_PROPERTIES, "&Proprits"
IDS_MARK, "&Marquer"
......@@ -36,6 +37,20 @@ IDS_DLG_TIT_DEFAULT, "Configuration par défaut"
IDS_DLG_TIT_CURRENT, "Configuration courante"
IDS_DLG_TIT_ERROR, "Erreur de configuration"
IDS_DLG_ERR_SBWINSIZE, "La taille du tampon cran doit tre plus grande que celle de la fentre"
IDS_CMD_INVALID_EVENT_ID "wineconsole : Impossible d'analyser l'vnement\n"
IDS_CMD_INVALID_BACKEND "wineconsole : Moteur invalide\n"
IDS_CMD_INVALID_OPTION "wineconsole : Option de la ligne de commande non reconnue\n"
IDS_CMD_ABOUT "Dmarre un programme dans une console Wine\n"
IDS_CMD_LAUNCH_FAILED "wineconsole : chec lors du dmarrage du programme %s.\n"\
"La commande est invalide.\n"
IDS_USAGE_HEADER "\nUsage :\n wineconsole [options] <commande>\n\nOptions :\n"
IDS_USAGE_BACKEND " --backend={user|ncurses} En choisissant user une nouvelle fentre sera cre, ncurses \n"\
" essaiera de convertir le terminal courant en console Wine\n"
IDS_USAGE_COMMAND " <command> Le programme Wine excuter dans la console\n"
IDS_USAGE_FOOTER "\nExemple :\n wineconsole cmd\nDmarre l'interprteur de commandes de Wine dans une console Wine\n\n"
END
IDD_OPTION DIALOG LOADONCALL MOVEABLE DISCARDABLE 36, 24, 140, 105
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment