change config.py to config.yml everywhere it is needed

This commit is contained in:
Hans-Christoph Steiner 2021-01-29 13:24:17 +01:00
parent f48ea06adb
commit 97d5933a05
45 changed files with 630 additions and 630 deletions

View file

@ -166,8 +166,8 @@ msgid "%s option does not take a value"
msgstr "l'option %s ne prend pas de valeur"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keypass' not found in config.py!"
msgstr "'keypass' non trouvé dans config.py !"
msgid "'keypass' not found in config.yml!"
msgstr "'keypass' non trouvé dans config.yml !"
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
@ -178,24 +178,24 @@ msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr "'keystore' n'est pas utilisé et 'smartcardoptions' est vide !"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystore' not found in config.py!"
msgstr "'keystore' non trouvé dans config.py !"
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' non trouvé dans config.yml !"
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr "'keystore' non trouvé dans config.yml !"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr "'keystorepass' non trouvé dans config.py !"
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' non trouvé dans config.yml !"
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr "'keystorepass' non trouvé dans config.yml !"
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr "'repo_keyalias' non trouvé dans config.py !"
msgid "'repo_keyalias' not found in config.yml!"
msgstr "'repo_keyalias' non trouvé dans config.yml !"
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
@ -207,8 +207,8 @@ msgid "'required' is an invalid argument for positionals"
msgstr "'required' est invalide comme argument positionnel"
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in 'config.py'!"
msgstr "'sdk_path' n'est pas configuré dans 'config.py' !"
msgid "'sdk_path' not set in 'config.yml'!"
msgstr "'sdk_path' n'est pas configuré dans 'config.yml' !"
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
@ -1235,8 +1235,8 @@ msgid "Name '%s' is just the auto name - remove it"
msgstr "Le nom '%s' est just un nom générer - retirer le"
#: ../fdroidserver/common.py
msgid "No 'config.py' found, using defaults."
msgstr "Aucun 'config.py' trouvée, utilisation des originales."
msgid "No 'config.yml' found, using defaults."
msgstr "Aucun 'config.yml' trouvée, utilisation des originales."
#: ../fdroidserver/common.py
msgid "No Android SDK found!"
@ -1284,8 +1284,8 @@ msgid "No need to specify that the app is for Android"
msgstr "Pas besoin de spécifier que l'application est pour Android"
#: ../fdroidserver/deploy.py
msgid "No option set! Edit your config.py to set at least one of these:"
msgstr "Aucune option configurer! Éditer votre config.py pour le mettre au moins a l'un d'eux:"
msgid "No option set! Edit your config.yml to set at least one of these:"
msgstr "Aucune option configurer! Éditer votre config.yml pour le mettre au moins a l'un d'eux:"
#: ../fdroidserver/common.py
msgid "No packages specified"
@ -1334,8 +1334,8 @@ msgid "Nothing to do for {appid}."
msgstr "Rien à faire pour {appid}."
#: ../fdroidserver/init.py
msgid "Now set these in config.py:"
msgstr "Maintenant, définissez-les dans config.py:"
msgid "Now set these in config.yml:"
msgstr "Maintenant, définissez-les dans config.yml:"
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
@ -1809,8 +1809,8 @@ msgid "This repo already has local metadata: %s"
msgstr "Ce dépôt a déjà des méta-données locales : %s"
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr "Pour utiliser awsbucket, awssecretkey et awsaccesskeyid doivent aussi être configurées dans config.py !"
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr "Pour utiliser awsbucket, awssecretkey et awsaccesskeyid doivent aussi être configurées dans config.yml !"
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
@ -2739,7 +2739,7 @@ msgstr "{file} est vide ou corrompu !"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgid "{name} \"{path}\" does not exist! Correct it in config.yml."
msgstr ""
#: ../fdroidserver/common.py