mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
change config.py to config.yml everywhere it is needed
This commit is contained in:
parent
f48ea06adb
commit
97d5933a05
45 changed files with 630 additions and 630 deletions
|
@ -131,44 +131,44 @@ msgid "%s option does not take a value"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py ../fdroidserver/common.py
|
||||
msgid "'keypass' not found in config.py!"
|
||||
msgstr "'keypass' tidak ditemukan dalam config.py!"
|
||||
msgid "'keypass' not found in config.yml!"
|
||||
msgstr "'keypass' tidak ditemukan dalam config.yml!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'keypass' not found in config.yml!"
|
||||
msgstr "'keypass' tidak ditemukan dalam config.py!"
|
||||
msgstr "'keypass' tidak ditemukan dalam config.yml!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/index.py ../fdroidserver/common.py
|
||||
msgid "'keystore' not found in config.py!"
|
||||
msgstr "'keystore' tidak ditemukan dalam config.py!"
|
||||
msgid "'keystore' not found in config.yml!"
|
||||
msgstr "'keystore' tidak ditemukan dalam config.yml!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'keystore' not found in config.yml!"
|
||||
msgstr "'keystore' tidak ditemukan dalam config.py!"
|
||||
msgstr "'keystore' tidak ditemukan dalam config.yml!"
|
||||
|
||||
#: ../fdroidserver/index.py ../fdroidserver/common.py
|
||||
msgid "'keystorepass' not found in config.py!"
|
||||
msgstr "'keystorepass' tidak ditemukan dalam config.py!"
|
||||
msgid "'keystorepass' not found in config.yml!"
|
||||
msgstr "'keystorepass' tidak ditemukan dalam config.yml!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'keystorepass' not found in config.yml!"
|
||||
msgstr "'keystorepass' tidak ditemukan dalam config.py!"
|
||||
msgstr "'keystorepass' tidak ditemukan dalam config.yml!"
|
||||
|
||||
#: ../fdroidserver/index.py ../fdroidserver/common.py
|
||||
msgid "'repo_keyalias' not found in config.py!"
|
||||
msgstr "'repo_keyalias' tidak ditemukan dalam config.py!"
|
||||
msgid "'repo_keyalias' not found in config.yml!"
|
||||
msgstr "'repo_keyalias' tidak ditemukan dalam config.yml!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'repo_keyalias' not found in config.yml!"
|
||||
msgstr "'repo_keyalias' tidak ditemukan dalam config.py!"
|
||||
msgstr "'repo_keyalias' tidak ditemukan dalam config.yml!"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
|
@ -176,13 +176,13 @@ msgid "'required' is an invalid argument for positionals"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "'sdk_path' not set in 'config.py'!"
|
||||
msgid "'sdk_path' not set in 'config.yml'!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, fuzzy
|
||||
msgid "'sdk_path' not set in config.yml!"
|
||||
msgstr "'keypass' tidak ditemukan dalam config.py!"
|
||||
msgstr "'keypass' tidak ditemukan dalam config.yml!"
|
||||
|
||||
#. Translators: "build-tools" is the file name of a package from
|
||||
#. Google, it is part of the Android SDK. So it probably shouldn't be
|
||||
|
@ -1200,7 +1200,7 @@ msgid "Name '%s' is just the auto name - remove it"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "No 'config.py' found, using defaults."
|
||||
msgid "No 'config.yml' found, using defaults."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
|
@ -1249,7 +1249,7 @@ msgid "No need to specify that the app is for Android"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
msgid "No option set! Edit your config.py to set at least one of these:"
|
||||
msgid "No option set! Edit your config.yml to set at least one of these:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
|
@ -1299,7 +1299,7 @@ msgid "Nothing to do for {appid}."
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
msgid "Now set these in config.py:"
|
||||
msgid "Now set these in config.yml:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
|
@ -1773,7 +1773,7 @@ msgid "This repo already has local metadata: %s"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py ../fdroidserver/upload.py
|
||||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
|
||||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/deploy.py
|
||||
|
@ -2696,7 +2696,7 @@ msgstr ""
|
|||
|
||||
#: ../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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue