make -C locale/ clean update

This commit is contained in:
Hans-Christoph Steiner 2021-01-14 14:56:20 +01:00
parent f24eae0f6f
commit 4d14179732
37 changed files with 2732 additions and 112 deletions

View file

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2020-10-21 18:05+0200\n"
"POT-Creation-Date: 2021-01-14 14:55+0100\n"
"PO-Revision-Date: 2021-01-04 15:47+0000\n"
"Last-Translator: fresh <fresh190@protonmail.com>\n"
"Language-Team: Greek <https://hosted.weblate.org/projects/f-droid/fdroidserver/el/>\n"
@ -136,6 +136,10 @@ msgstr ""
msgid "'keypass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keypass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' is NONE and 'smartcardoptions' is blank!"
msgstr ""
@ -144,14 +148,26 @@ msgstr ""
msgid "'keystore' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystore' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'keystorepass' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'keystorepass' not found in config.yml!"
msgstr ""
#: ../fdroidserver/index.py ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.py!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'repo_keyalias' not found in config.yml!"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#: /usr/lib/python3.7/argparse.py
msgid "'required' is an invalid argument for positionals"
@ -161,6 +177,10 @@ msgstr ""
msgid "'sdk_path' not set in 'config.py'!"
msgstr ""
#: ../fdroidserver/common.py
msgid "'sdk_path' not set in config.yml!"
msgstr ""
#. 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
#. translated or transliterated.
@ -275,6 +295,11 @@ msgstr ""
msgid "Android SDK '{path}' does not have '{dirname}' installed!"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Android SDK not found at {path}!"
msgstr ""
#: ../fdroidserver/common.py
msgid "Android SDK not found!"
msgstr ""
@ -289,6 +314,11 @@ msgstr ""
msgid "Android SDK path '{path}' is not a directory!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Android SDK tool {cmd} found!"
msgstr ""
#. 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
#. translated or transliterated.
@ -447,6 +477,11 @@ msgstr ""
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Could not find '{command}' on your system"
@ -465,6 +500,11 @@ msgstr ""
msgid "Could not find {path} to remove it"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Could not open APK {path} for analysis: "
msgstr ""
#: ../fdroidserver/update.py
msgid "Could not open apk file for analysis"
msgstr ""
@ -688,6 +728,11 @@ msgid ""
"> "
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Environment variable {var} from {configname} is not set!"
msgstr ""
#: ../fdroidserver/deploy.py ../fdroidserver/checkupdates.py
#: ../fdroidserver/upload.py
#, python-format
@ -815,7 +860,7 @@ msgstr ""
msgid "Found bad funding file \"{path}\" for \"{name}\":"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
msgid "Found invalid appids in arguments"
msgstr ""
@ -1173,6 +1218,10 @@ msgstr ""
msgid "No commit specified for {versionName} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
msgid "No config.yml found, using defaults."
msgstr ""
#: ../fdroidserver/index.py
msgid "No fingerprint in URL."
msgstr ""
@ -1219,7 +1268,7 @@ msgstr ""
msgid "No signing certificates found in {path}"
msgstr ""
#: ../fdroidserver/common.py
#: ../fdroidserver/common.py ../fdroidserver/metadata.py
#, python-format
msgid "No such package: %s"
msgstr ""
@ -1251,6 +1300,10 @@ msgstr ""
msgid "Now set these in config.py:"
msgstr ""
#: ../fdroidserver/init.py
msgid "Now set these in config.yml:"
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -1722,6 +1775,10 @@ msgstr ""
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/deploy.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.yml!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "URL must start with https:// or http://"
msgstr ""
@ -1752,6 +1809,11 @@ msgstr ""
msgid "Unexpected text on same line as {field} in {linedesc}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Unknown entry {key} in {configname}"
msgstr ""
#: ../fdroid ../fdroidserver/__main__.py
msgid "Unknown exception found!"
msgstr "Βρέθηκε άγνωστη εξαίρεση!"
@ -2639,6 +2701,11 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "{oldfile} is deprecated, use {newfile}"
msgstr ""
#: ../fdroidserver/import.py
#, python-brace-format
msgid "{path} already exists, ignoring import results!"