From b10e80c34177f73c06cd8d1b7475f4bd2722c74d Mon Sep 17 00:00:00 2001 From: gub Date: Mon, 6 Sep 2021 15:35:10 +0200 Subject: [PATCH] Translated using Weblate: French (fr) by gub Currently translated at 89.7% (517 of 576 strings) Translated using Weblate: French (fr) by gub Currently translated at 89.5% (516 of 576 strings) Translated using Weblate: French (fr) by gub Currently translated at 89.4% (515 of 576 strings) Co-authored-by: gub Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/ Translation: F-Droid/F-Droid Server --- locale/fr/LC_MESSAGES/fdroidserver.po | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locale/fr/LC_MESSAGES/fdroidserver.po b/locale/fr/LC_MESSAGES/fdroidserver.po index e88f23cd..484ca08c 100644 --- a/locale/fr/LC_MESSAGES/fdroidserver.po +++ b/locale/fr/LC_MESSAGES/fdroidserver.po @@ -30,8 +30,8 @@ msgstr "" "Project-Id-Version: fdroidserver 0.9\n" "Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" "POT-Creation-Date: 2021-01-29 16:12+0100\n" -"PO-Revision-Date: 2021-03-14 10:42+0000\n" -"Last-Translator: lilim \n" +"PO-Revision-Date: 2021-03-14 11:08+0000\n" +"Last-Translator: gub \n" "Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" @@ -2406,16 +2406,16 @@ msgstr "non permis avec les arguments %s" #: /usr/lib/python3.7/argparse.py #, python-format msgid "one of the arguments %s is required" -msgstr "" +msgstr "un des arguments %s est requis" #: ../fdroidserver/index.py ../fdroidserver/common.py msgid "only accepts strings, lists, and tuples" -msgstr "" +msgstr "accepte uniquement les chaînes de caractères, listes et tuples." #: ../fdroidserver/install.py #, python-format msgid "option %s: If you really want to install all the signed apps, use --all" -msgstr "" +msgstr "option %s : Si vous voulez vraiment installer toutes les applications signées, utilisez --all" #: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py #: /usr/lib/python3.7/optparse.py