diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-17 10:36:58 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-17 10:36:58 +0100 |
commit | 85d7c9b6c5155db0156cd36c7b3127eb516399ff (patch) | |
tree | 3cea302ac0e9d60e004a2dfecccfb501bbe61250 /po/fr.po | |
parent | b480c7e7c06873c900bbac4a8112c86ddc66e073 (diff) | |
download | weechat-85d7c9b6c5155db0156cd36c7b3127eb516399ff.zip |
core: add command line option "-t" (or "--temp-dir") to create a temporary WeeChat home (deleted on exit)
Diffstat (limited to 'po/fr.po')
-rw-r--r-- | po/fr.po | 28 |
1 files changed, 21 insertions, 7 deletions
@@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2018-11-12 21:00+0100\n" -"PO-Revision-Date: 2018-11-12 21:01+0100\n" +"POT-Creation-Date: 2018-11-17 08:09+0100\n" +"PO-Revision-Date: 2018-11-17 10:35+0100\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" "Language: fr\n" @@ -162,6 +162,9 @@ msgid "" " -d, --dir <path> set WeeChat home directory (default: ~/.weechat)\n" " (environment variable WEECHAT_HOME is read if " "this option is not given)\n" +" -t, --temp-dir create a temporary WeeChat homedirectory and " +"delete it on exit\n" +" (incompatible with option \"-d\")\n" " -h, --help display this help\n" " -l, --license display WeeChat license\n" " -p, --no-plugin don't load any plugin at startup\n" @@ -183,6 +186,9 @@ msgstr "" "(défaut : ~/.weechat)\n" " (la variable d'environnement WEECHAT_HOME est lue " "si cette option n'est pas donnée)\n" +" -t, --temp-dir créer un répertoire de base WeeChat temporaire et " +"le supprimer en quittant\n" +" (incompatible avec l'option \"-d\")\n" " -h, --help afficher cette aide\n" " -l, --license afficher la licence WeeChat\n" " -p, --no-plugin ne charger aucune extension au démarrage\n" @@ -225,6 +231,13 @@ msgstr "Erreur : impossible de lire le répertoire personnel\n" msgid "Error: not enough memory for home directory\n" msgstr "Erreur : pas assez de mémoire pour le répertoire personnel\n" +#, c-format +msgid "" +"Error: unable to create a temporary home directory (using template: \"%s\")\n" +msgstr "" +"Erreur : impossible de créer le répertoire de base temporaire (en utilisant " +"le modèle : \"%s\")\n" + msgid "Error: WEECHAT_HOME is undefined, check build options\n" msgstr "" "Erreur : WEECHAT_HOME n'est pas défini, vérifiez les options de " @@ -4816,8 +4829,12 @@ msgstr "Utilisation mémoire non disponible (fonction \"mallinfo\" non trouvée) msgid "Directories:" msgstr "Répertoires :" -msgid "default" -msgstr "défaut" +msgid "(TEMPORARY, deleted on exit)" +msgstr "(TEMPORAIRE, supprimé en quittant)" + +#, c-format +msgid " (default: %s)" +msgstr " (défaut : %s)" #, c-format msgid "%sError sending signal %d to pid %d: %s" @@ -14459,6 +14476,3 @@ msgstr "%s%s : délai d'attente dépassé pour \"%s\" avec %s" #, c-format msgid "%s%s: unable to connect: unexpected error (%d)" msgstr "%s%s : impossible de se connecter : erreur inattendue (%d)" - -#~ msgid "merge server buffers" -#~ msgstr "mélanger les tampons de serveur" |