diff --git a/locale/Makefile b/locale/Makefile index fdfa804c..3bbd79e7 100644 --- a/locale/Makefile +++ b/locale/Makefile @@ -6,7 +6,7 @@ FILES = ../fdroid $(wildcard ../fdroidserver/*.py) \ # these are the supported languages ALL_LINGUAS = de es pt_BR pt_PT tr zh_Hans zh_Hant -POFILES = $(ALL_LINGUAS:=/LC_MESSAGES/fdroidserver.po) +POFILES = $(wildcard */LC_MESSAGES/fdroidserver.po) MOFILES = $(ALL_LINGUAS:=/LC_MESSAGES/fdroidserver.mo) TEMPLATE = fdroidserver.pot @@ -20,8 +20,8 @@ clean-local: -rm -f -- $(MOFILES) -rm -f -- $(POFILES:=~) -# refresh the template from the source code -template: $(TEMPLATE) +# refresh everything from the source code +update: $(POFILES) $(TEMPLATE): $(FILES) xgettext --join-existing --from-code=UTF-8 \ @@ -33,6 +33,9 @@ $(TEMPLATE): $(FILES) $(FILES) sed -i 's,CHARSET,UTF-8,' $(TEMPLATE) +%.po: $(TEMPLATE) + msgmerge --sort-output --add-location=file --update $@ $(TEMPLATE) + %/LC_MESSAGES/fdroidserver.mo: %/LC_MESSAGES/fdroidserver.po msgfmt --check -o $@ $(@:mo=po) diff --git a/locale/bo/LC_MESSAGES/fdroidserver.po b/locale/bo/LC_MESSAGES/fdroidserver.po index 65f19f01..23d966fe 100644 --- a/locale/bo/LC_MESSAGES/fdroidserver.po +++ b/locale/bo/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-07-17 18:35+0000\n" "Last-Translator: Lobsang \n" -"Language-Team: Tibetan " -"\n" +"Language-Team: Tibetan \n" "Language: bo\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,224 +19,222 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.16-dev\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "འབྱུང་ཁུངས་ནས་ཐུམ་སྒྲིལ་བཟོས་འདུག" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "མཛོད་ཁང་གསར་པ་ཞིག་མྱུར་དུ་འགོ་བཙུགས།" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "མིང་རྟགས་བཀོད་ནས་ཐུམ་སྒྲིལ་རྣམས་རེ་པོ་ནང་བཞག" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "gpg གྱི་མིང་རྟགས་དེ་ཐུམ་སྒྲིལ་ནང་ཁ་སྣོན་བྱས་ནས་རེ་པོ་ནང་ལ་བཅུག" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "ཐུམ་སྒྲིལ་གསར་པའི་ཆེད་དུ་རེ་པོ་གནས་ཚུལ་གསར་བསྒྱུར་བྱེད།" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "ཕབ་ལེན་བྱས་པའི་ཐུམ་སྒྲིལ་གྱི་སྤུས་ཚད་ར་སྤྲོད།" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "མཉེན་ཆས་རྣམས་གསར་བསྒྱུར་བྱས་མིན་གཟིགས་ཞིབ་གནང་དང་།" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "gpg གྱི་མིང་རྟགས་དེ་ཐུམ་སྒྲིལ་ནང་ཁ་སྣོན་བྱས་ནས་རེ་པོ་ནང་ལ་བཅུག" #: ../fdroid msgid "Add a new application from its source code" msgstr "འབྱུང་ཁུངས་ཨང་རྟགས་ནས་མཉེན་ཆས་གསར་པ་ཁ་སྣོན་བྱེད།" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "ཡོ་བྱད་སྒང་གི་ཐུམ་སྒྲིལ་བཟོས་པ་རྣམས་འགྲིག་བཅུག་བྱེད།" +msgid "Add gpg signatures for packages in repo" +msgstr "gpg གྱི་མིང་རྟགས་དེ་ཐུམ་སྒྲིལ་ནང་ཁ་སྣོན་བྱས་ནས་རེ་པོ་ནང་ལ་བཅུག" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་ཀློག་ནས་ཕྱིར་ཐོན།" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "ལྡེ་མིག་གསོག་ཉར་ཁང་ནང་རེ་པོ་མིང་རྟགས་ལྡེ་མིག་བཀོད་པའི་གསང་མིང་།" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་ཚང་མ་སྐྱར་ཟིན།" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་སྐྱོན་སྲིད་པ་རྣམས་པ་ཉེན་བརྡ་གཏོང་།" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "ཐུམ་སྒྲིལ་བྱས་པའི་འབྱུང་ཁུངས་ཨང་རྟགས་འཚག་རྒྱབ" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "APKs ཐོན་སྐྱེད་རྗེས་ཀྱི་ཞིབ་ཚགས་པོའི་འཚག་རྒྱབ།" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "རེ་པོའི་གྲངས་ཐོ་རྣམས་གསར་བསྒྱུར་བྱེད།" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "རེ་པོ་HTTP ཞབས་ཞུ་འཕྲུལ་ཆས་དང་ཐུགས་ཕྲད།" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "གསར་བསྒྱུར་བེད་སྤྱོད་བྱས་ཏེ་བཟོས་པའི་མིང་རྟགས་བརྡ་སྟོན། --མིང་རྟགས་མེད།" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "URLཆེད་དུ་ཨང་གྲངས་ཀྱི་ཐོ་གཞུང་གསར་བསྒྱུར།" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "བེད་སྤྱོད་: ཨེཕ་རོཌ་ [-h|-རོགས་པ་|--ཐོན་རིམ་] []" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "ཁུངས་ལྡན་གྱི་བཀའ་ཁྱབ་ནི།:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "བཀའ་ཁྱབ་ '%s 1'ངོས་འཛིན་ཐུབ་མ་སོང་།\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "ཆ་རྒྱུས་མེད་པའི་དམིགས་བསལ་ཞིག་རྙེད་སོང་།" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "གིཊ་རེ་པོའི་ཆེད་དུ་བདེ་སྤྱོད་བྱས་པའི་ཐོ་གཞུང་གི་ལམ།" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" -"གཞི་རྩའི་URL དེ་རེ་པོ་ཡི་ཐོ་གཞུང་བཀོད་པའི་ཆེད་དུ་(སོར་བཞག: " -"https://f-droid.org)" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "ཐོ་གཞུད་འདི་གིཊ་ཐག་རིང་གི་མཛོད་ཁང་ནང་འབུད་རྒྱག་གཏོང་།" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "" -"མཉེན་ཆས་ཀྱི་ངོ་བོ་དང་མཉམ་དུ་གདམ་ཀ་ཅན་གྱི་ཐོན་རིམ་ཨང་རྟགས་APPID[:VERCODE]" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "ཐུམ་སྒྲིལ་རེ་རེ་ལ་ཁོ་ནར་བཟོས་པའི་ཐོན་རིམ་གསར་ཤོས།" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "དམིགས་བསལ་གྱི་གནས་སྐབས་ལ་ཐོན་སྐྱེད་དེ་བཀག་ཆོག" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -"ཚོད་ལྟའི་ཚུལ་-གལ་སྲིད་ཡིག་ཚགས་འདི་སྔོན་ཚོད་ནས་ཡོད་ནའང་། ཡིག་ཚགས་འདི་སྐབས་ཕྲལ་" -"གྱི་ཕྱོགས་དེབ་ཁོ་ནའི་ནང་ལ་བླུགས་པ་དང་རྟག་ཏུ་ཐོན་སྐྱེད་བཟོས།" +"ཐོག་མའི་ནང་འདྲེན་བྱེད་པའི་སྐབས་གསལ་པོའི་ཐོག་ནས་སྐྱར་སྦྱོང་(ཡང་ན་གིཊ་ཡན་ལག་)མི་འདྲ་བ་རྣམས་ལ་ཆོག་" +"མཆན་སྤྲོད།" -#: ../fdroidserver/build.py -msgid "Use build server" -msgstr "ཐོན་སྐྱེད་ཞབས་ཞུ་འཕྲུལ་ཆས་བེད་སྤྱོད་བྱེད།" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "མ་ཟད་བཀོད་སྒྲིག་བྱས་པའི་གནད་དོན་རྣམས་ལ་ཉེན་བརྡ་སྟོན། དཔེར་ན་rewritemeta -l" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -"ཡོད་བཞིན་པའི་ཞབས་ཞུ་འཕྲུལ་ཆས་འདི་ལ་སྐྱོན་མེད་པ་ཡིན་རུང་། " -"ཐོན་སྐྱེད་ཞབས་ཞུ་འཕྲུལ་ཆས་གསར་པ་ཞིག་སྐྱར་སྒྲིག་དང་བཟོས།" -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -"ང་ཚོས་ཐོན་སྐྱེད་ཞབས་ཞུ་འཕྲུལ་ཆས་འདིའི་སྒང་ལ་འཁོར་སྐྱོད་བྱེད་བཞིན་གསལ་སྟོན་བྱེ" -"ད།" -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" -msgstr "འབྱུང་ཁུངས་ཨ་རྟགས་དང་དཀའ་ངལ་གཞན་རྣམས་འཚག་རྒྱབ་མ་དགོས་པར་མཆོང་།" - -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -"གློག་ཀླད་ལད་མོ་མཁན་ཞིག་སྒྲིག འདིའི་སྒང་ལ་apk " -"ནང་འགྲིག་བཅུག་བྱེད་དུ་བཅུག་ནས་ཌོ་ཛར་འཚག་རྒྱབ་འགོ་བཙུགས་བྱེད།" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" -msgstr "ཊར་བོལ་གྱི་འབྱུང་ཁུངས་མ་བཟོས། འདིས་ཐོན་སྐྱེད་ཚོད་ལྟ་བྱེད་པ་ལ་ཕན་ཐོགས།" - -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -"མཛོད་ཁང་སྐྱར་སོས་མ་བྱེད། " -"དྲྭ་རྒྱ་མེད་པའི་སྐབས་ལ་ཐོན་སྐྱེད་ཚོད་ལྟ་བྱེད་པར་ཕན་ཐོགས་ཡོང་།" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" msgstr "" -"ནུས་མེད་མཉེན་ཆས་ལ་ཐོན་སྐྱེད་ཆེད་དུ་མངགས་ཏེ་བཟོས། " -"འདི་འཚག་རྒྱབ་ཀྱི་དཀའ་ངལ་ཡོད་མིན་ལ་མ་ལྟོས་པར་མུ་མཐུད་དུ་འགྲོ་ཐུབ། " -"འདི་ཚོད་ལྟའི་ཚུལ་ཁ་ོནར་ཆོག་མཆན་སྤྲད།" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" +msgstr "འབྱུང་ཁུངས་ནས་ཐུམ་སྒྲིལ་བཟོས་འདུག" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "མཉེན་ཆས་ཡོད་བཞིན་པ་ཆ་ཚང་ལ་ཐོན་སྐྱེད་བཟོས།" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "ཝི་ཀི་གསར་བསྒྱུར་བྱེད།" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "མཉེས་ཆས་ཁ་བྱང་རྒྱུད་གསར་བསྒྱར་ཡོད་མིན་ལྟོས།" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" +msgstr "ཐུམ་སྒྲིལ་རེ་རེ་ལ་ཁོ་ནར་བཟོས་པའི་ཐོན་རིམ་གསར་ཤོས།" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "རང་འགུལ་གྱི་གསར་བསྒྱུར་རྣམས་བྱེད།" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" -msgstr "མཉེན་ཆས་ཁོ་ནར་རང་འགུལ་གསར་བསྒྱུར་བྱེད།" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "བསྒྱུར་བ་གཏོང་བར་མོས་མཐུན་ཡོད།" +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" -msgstr "མཉེས་ཆས་གསོག་ཉར་ཁང་དང་མི་འདྲ་པ་ཡོད་པ་ཁོ་ནར་པར་ཤུས་བྱེད།" +#: ../fdroidserver/lint.py +msgid "Categories are not set" +msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "ནམ་རྒྱུན་ལས་ཀྱང་མང་བའི་གནས་ཚུལ་ཕྱིར་སྟོན།" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" +msgstr "" -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "ཡིག་ཚགས་ལ་ཉེན་བརྡ་དང་སྐྱོན་ཅན་རྣམས་དམ་བསྒྲགས་བྱེད།" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "མཉེས་ཆས་ཁ་བྱང་དང་མཉམ་དུ་གདམ་ཀ་ཅན་གྱི་ཐོན་རིམ་ཨང་རྟགས།APPID[:VERCODE]" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "ཐུམ་སྒྲིལ་རེ་རེ་བའི་ཐོན་རིམ་གསར་ཤོས་གཅིག་པུ་འཚག་རྒྱབ།" +#: ../fdroid +msgid "Check for updates to applications" +msgstr "མཉེན་ཆས་རྣམས་གསར་བསྒྱུར་བྱས་མིན་གཟིགས་ཞིབ་གནང་དང་།" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -250,115 +248,43 @@ msgstr "འཚག་རྒྱབ་འགོ་མ་བཙུགས་གོང msgid "Clean up all containers and then exit" msgstr "སྣོད་ཆ་ཚང་གཙང་མ་བཟོས་ནས་ཕྱིར་ཐོན།" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "འཚག་རྒྱབ་འཁོར་སྐྱོད་ཐུབ་པའི་ཆེད་དུ་ཌོ་ཛར་གྲ་སྒྲིག་བྱེད།" +#: ../fdroidserver/update.py +#, fuzzy +msgid "Clean update - don't uses caches, reprocess all APKs" +msgstr "གསར་བསྒྱུར་གཙང་བཟོ།-ཡིག་ཆ་གསོག་ཉར་བེད་སྤྱོ་མ་བྱེད། apks ཚང་མ་སྐྱར་སྤྱོད་བྱེད།" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "རེ་པོ་APKs ལམ་གྱི་སྒང་ལ་སྐྱར་སྣོན། (སོར་བཞག་: ./repo)" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "URL ལས་འཆར་ནང་འདྲེན།" - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." -msgstr "" -"གལ་སྲིད་ཆོག་མཆན་ཨ་མའི་ནང་ལ་མེད་ན། " -"ལམ་གྱི་གཙོ་བོ་འདི་ཨེན་ཀྲོཌ་ལས་འཆར་གྱི་ཕྱོགས་དེབ་ཡན་ལག་སྟོན་ཡོད།" +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "གསར་བསྒྱུར་གཙང་བཟོ།-ཡིག་ཆ་གསོག་ཉར་བེད་སྤྱོ་མ་བྱེད། apks ཚང་མ་སྐྱར་སྤྱོད་བྱེད།" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "སྡེ་ཚན་སོ་སོའི་ཐོ་གཞུང་ལ་བར་མཚམས་རེ་འཇོག།" -#: ../fdroidserver/import.py -msgid "Overall license of the project." -msgstr "ལས་འཆར་འདིའི་ཁྱོན་ཡོངས་ཀྱི་ཆོག་མཆན་ལག་ཁྱེར།" +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "བཀའ་ཁྱབ་ '%s 1'ངོས་འཛིན་ཐུབ་མ་སོང་།\n" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "བསྒྱུར་བ་གཏོང་བར་མོས་མཐུན་ཡོད།" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" +msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -"ཐོག་མའི་ནང་འདྲེན་བྱེད་པའི་སྐབས་གསལ་པོའི་ཐོག་ནས་སྐྱར་སྦྱོང་(ཡང་ན་གིཊ་ཡན་ལག་)མི" -"་འདྲ་བ་རྣམས་ལ་ཆོག་མཆན་སྤྲོད།" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" -msgstr "X.509 'ཁྱད་པར་ཅན་གྱི་མིང་' ལྡེ་མིག་བཟོས་པའི་སྐབས་ལ་བེད་སྤྱོད་བྱེད།" - -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -"རེ་པོ་མིང་རྟགས་བཀོད་པའི་ལྡེ་མིག་ཆེད་དུ་སྟོན་པའི་ལྡེ་མིག་གསོག་ཉར་ཁང་གི་ལམ།" -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "ལྡེ་མིག་གསོག་ཉར་ཁང་ནང་རེ་པོ་མིང་རྟགས་ལྡེ་མིག་བཀོད་པའི་གསང་མིང་།" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "ཨེན་ཀྲོཌ་SDK ཀྱི་ལམ། (སྐབས་རེ་ཨེན་ཀྲོཌ_ཁྱིམ་དུ་སྒྲིག་ཡོད།)" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "དེ་མ་ཐག་ཏུ་ཨེན་ཀྲོཌ་SDK གྱི་ལམ་མ་སྟོན། ད་ལྟ་བྱེད་ཐུབ་མ་སོང་།" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "ཡོད་བཞིན་པའི་མིང་རྟགས་བཀོད་པའི་མཉེན་ཆས་ཆ་ཚང་འགྲིག་བཅུག་བྱེད།" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" msgstr "" -"མ་ཟད་བཀོད་སྒྲིག་བྱས་པའི་གནད་དོན་རྣམས་ལ་ཉེན་བརྡ་སྟོན། དཔེར་ན་rewritemeta -l" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "APPID བཀོད་པའི་ནང་གི་མཉེས་ཆས་ཁ་བྱང་།" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "སྐྱོན་ཤོར་བ་ལ་ཉེན་བརྡ་ངེས་པར་དུ་གཏོང་དགོས་པ་དང་། ཡང་ན་ཡ་མ་བྱེད།" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "སྐྱར་དུ་བཀོད་སྒྲིག་བྱེད་དགོས་པའི་ཡག་ཆ་རྣམས་ཀྱི་ཐོ་གཞུང་།" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "བཀོད་སྒྲིག་འདི་ག་རང་ལ་སྐྱར་བྲིས་བྱེད།: " - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "ལག་བསྟར་བྱེད་རྒྱུར་བཀའ་གཏོང། ཡང་ན་'init'འམ་ཡང་ན་ 'གསར་བསྒྱུར།'" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "rsync གྱི་ཆེད་དུ་SSH འདི་ངོ་ཐག་ཆོད་པའི་ཡིག་ཆ་ཞིག་དམིགས་སུ་བཀར་ནས་སྟེར།" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "བསྟི་གནས་ཀྱི་ཡིག་ཁུག་གཅིག་ཁ་ཕྱེས་ནས་རེ་པོ་འདི་ལ་མཉམ་བསྲེས།" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "rsync ཡིག་ཚགས་བརྟག་དཔྱད་ཀྱི་གསོག་ཉར་ཁང་འདི་བེད་སྤྱོད་མ་བྱེད།" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "ཐོ་གཞུང་ཕབ་ལེན་ང་ཚོར་མེད།" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "" -"ཕྱོགས་བསྡོམས་བྱས་པའི་གྲངས་ཐོ་རྣམས་སྐྱར་རྩིས་བྱེད། " -"-བསྒྱུར་བ་འགྲོ་བའི་སྐབས་ལ་བེད་སྤྱོད་བྱེད། " - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" -msgstr "ཐོ་གཞུང་དང་འབྲེལ་བ་ཡོད་པའི་རིགས་ལ་གང་ཡང་མ་བྱེད།" #: ../fdroidserver/update.py msgid "Create a repo signing key in a keystore" @@ -368,54 +294,1186 @@ msgstr "ལྡེ་མིག་གསོག་ཉར་ཁག་གི་ནང msgid "Create skeleton metadata files that are missing" msgstr "བོར་བརླག་ཏུ་སོང་བའི་ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་ཡང་སྐྱར་བཟོས།" -#: ../fdroidserver/update.py -msgid "Delete APKs and/or OBBs without metadata from the repo" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" msgstr "" -"APKs དང/ཡང་ནOBBs " -"གཉིས་ལ་རེ་པོ་ནས་འགྲེལ་ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་མེད་པ་རྣམས་སུབས།" #: ../fdroidserver/update.py -msgid "Report on build data status" -msgstr "ཐོན་སྐྱེད་ཡིག་ཚགས་གནས་བབས་སྒང་གི་སྙན་ཐོ།" +msgid "Delete APKs and/or OBBs without metadata from the repo" +msgstr "APKs དང/ཡང་ནOBBs གཉིས་ལ་རེ་པོ་ནས་འགྲེལ་ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་མེད་པ་རྣམས་སུབས།" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "དེ་མ་ཐག་ཏུ་ཨེན་ཀྲོཌ་SDK གྱི་ལམ་མ་སྟོན། ད་ལྟ་བྱེད་ཐུབ་མ་སོང་།" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "ཊར་བོལ་གྱི་འབྱུང་ཁུངས་མ་བཟོས། འདིས་ཐོན་སྐྱེད་ཚོད་ལྟ་བྱེད་པ་ལ་ཕན་ཐོགས།" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "ཐོ་གཞུང་དང་འབྲེལ་བ་ཡོད་པའི་རིགས་ལ་གང་ཡང་མ་བྱེད།" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "མཛོད་ཁང་སྐྱར་སོས་མ་བྱེད། དྲྭ་རྒྱ་མེད་པའི་སྐབས་ལ་ཐོན་སྐྱེད་ཚོད་ལྟ་བྱེད་པར་ཕན་ཐོགས་ཡོང་།" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "rsync ཡིག་ཚགས་བརྟག་དཔྱད་ཀྱི་གསོག་ཉར་ཁང་འདི་བེད་སྤྱོད་མ་བྱེད།" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "ཐོ་གཞུང་ཕབ་ལེན་ང་ཚོར་མེད།" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "APKs ཐོན་སྐྱེད་རྗེས་ཀྱི་ཞིབ་ཚགས་པོའི་འཚག་རྒྱབ།" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "མཉེན་ཆས་ཡོད་བཞིན་པ་ཆ་ཚང་ལ་ཐོན་སྐྱེད་བཟོས།" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" +"ནུས་མེད་མཉེན་ཆས་ལ་ཐོན་སྐྱེད་ཆེད་དུ་མངགས་ཏེ་བཟོས། འདི་འཚག་རྒྱབ་ཀྱི་དཀའ་ངལ་ཡོད་མིན་ལ་མ་ལྟོས་པར་མུ་" +"མཐུད་དུ་འགྲོ་ཐུབ། འདི་ཚོད་ལྟའི་ཚུལ་ཁ་ོནར་ཆོག་མཆན་སྤྲད།" + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "ཡོད་བཞིན་པའི་མིང་རྟགས་བཀོད་པའི་མཉེན་ཆས་ཆ་ཚང་འགྲིག་བཅུག་བྱེད།" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "ཡོ་བྱད་སྒང་གི་ཐུམ་སྒྲིལ་བཟོས་པ་རྣམས་འགྲིག་བཅུག་བྱེད།" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "རེ་པོ་HTTP ཞབས་ཞུ་འཕྲུལ་ཆས་དང་ཐུགས་ཕྲད།" #: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "གསར་བསྒྱུར་བྱེད་དགོས་པའི་རིགས་ལ་སྦས་གསང་མེད་པའི་ཐོག་ནས་གསུངས་རོགས།" -#: ../fdroidserver/update.py -msgid "Resize all the icons exceeding the max pixel size and exit" -msgstr "པར་གྱི་རྒྱུ་ཆེ་ཆུང་ཚད་ལས་བརྒལ་ན་ཚད་གཞི་ཡང་སྐྱར་འགྱུར་བ་བཏང་ནས་ཕྱིར་ཐོན།" - -#: ../fdroidserver/update.py -#, c-format -msgid "Specify editor to use in interactive mode. Default %s" +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Keystore for signing key:\t" +msgstr "རེ་པོ་མིང་རྟགས་བཀོད་པའི་ལྡེ་མིག་ཆེད་དུ་སྟོན་པའི་ལྡེ་མིག་གསོག་ཉར་ཁང་གི་ལམ།" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "སྐྱར་དུ་བཀོད་སྒྲིག་བྱེད་དགོས་པའི་ཡག་ཆ་རྣམས་ཀྱི་ཐོ་གཞུང་།" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "དམིགས་བསལ་གྱི་གནས་སྐབས་ལ་ཐོན་སྐྱེད་དེ་བཀག་ཆོག" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "མཉེས་ཆས་གསོག་ཉར་ཁང་དང་མི་འདྲ་པ་ཡོད་པ་ཁོ་ནར་པར་ཤུས་བྱེད།" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "མཉེན་ཆས་ཁོ་ནར་རང་འགུལ་གསར་བསྒྱུར་བྱེད།" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "ལས་འཆར་འདིའི་ཁྱོན་ཡོངས་ཀྱི་ཆོག་མཆན་ལག་ཁྱེར།" + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "རེ་པོ་APKs ལམ་གྱི་སྒང་ལ་སྐྱར་སྣོན། (སོར་བཞག་: ./repo)" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" +"གལ་སྲིད་ཆོག་མཆན་ཨ་མའི་ནང་ལ་མེད་ན། ལམ་གྱི་གཙོ་བོ་འདི་ཨེན་ཀྲོཌ་ལས་འཆར་གྱི་ཕྱོགས་དེབ་ཡན་ལག་སྟོན་ཡོད།" + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" +"གལ་སྲིད་ཆོག་མཆན་ཨ་མའི་ནང་ལ་མེད་ན། ལམ་གྱི་གཙོ་བོ་འདི་ཨེན་ཀྲོཌ་ལས་འཆར་གྱི་ཕྱོགས་དེབ་ཡན་ལག་སྟོན་ཡོད།" + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "ཨེན་ཀྲོཌ་SDK ཀྱི་ལམ། (སྐབས་རེ་ཨེན་ཀྲོཌ_ཁྱིམ་དུ་སྒྲིག་ཡོད།)" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "གིཊ་རེ་པོའི་ཆེད་དུ་བདེ་སྤྱོད་བྱས་པའི་ཐོ་གཞུང་གི་ལམ།" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "རེ་པོ་མིང་རྟགས་བཀོད་པའི་ལྡེ་མིག་ཆེད་དུ་སྟོན་པའི་ལྡེ་མིག་གསོག་ཉར་ཁང་གི་ལམ།" + +#: ../fdroidserver/dscanner.py +#, fuzzy +msgid "Prepare Drozer to run a scan" +msgstr "འཚག་རྒྱབ་འཁོར་སྐྱོད་ཐུབ་པའི་ཆེད་དུ་ཌོ་ཛར་གྲ་སྒྲིག་བྱེད།" + +msgid "Prepare drozer to run a scan" +msgstr "འཚག་རྒྱབ་འཁོར་སྐྱོད་ཐུབ་པའི་ཆེད་དུ་ཌོ་ཛར་གྲ་སྒྲིག་བྱེད།" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "རང་འགུལ་གྱི་གསར་བསྒྱུར་རྣམས་བྱེད།" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" msgstr "" -"སྒྲིག་བཀོད་པར་དམིགས་སྟོན་བྱས་ནས་ལན་འདེབས་ཀྱི་ཚུལ་འདི་བེད་སྤྱོད་བྱེད་ སོར་བཞག " -"%s 1" #: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "མིས་ཀློག་ཐུབ་པའི་index.xml བཟོས།" -#: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "URL ལས་འཆར་ནང་འདྲེན།" + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" msgstr "" -"གསར་བསྒྱུར་གཙང་བཟོ།-ཡིག་ཆ་གསོག་ཉར་བེད་སྤྱོ་མ་བྱེད། apks ཚང་མ་སྐྱར་སྤྱོད་བྱེད།" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "ཐོ་གཞུད་འདི་གིཊ་ཐག་རིང་གི་མཛོད་ཁང་ནང་འབུད་རྒྱག་གཏོང་།" + +#: ../fdroidserver/server.py +#, fuzzy, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "URLཆེད་དུ་ཨང་གྲངས་ཀྱི་ཐོ་གཞུང་གསར་བསྒྱུར།" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "མཛོད་ཁང་གསར་པ་ཞིག་མྱུར་དུ་འགོ་བཙུགས།" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་ཀློག་ནས་ཕྱིར་ཐོན།" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +#, fuzzy +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "ཕྱོགས་བསྡོམས་བྱས་པའི་གྲངས་ཐོ་རྣམས་སྐྱར་རྩིས་བྱེད། -བསྒྱུར་བ་འགྲོ་བའི་སྐབས་ལ་བེད་སྤྱོད་བྱེད། " + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "package.name_123.apk དང་མི་འདྲ་བའི་APK ཡིག་ཆ་དེ་ཚོར་མིང་སྐྱར་ཏུ་བཏགས།" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "ཐོན་སྐྱེད་ཡིག་ཚགས་གནས་བབས་སྒང་གི་སྙན་ཐོ།" + +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" +"ཡོད་བཞིན་པའི་ཞབས་ཞུ་འཕྲུལ་ཆས་འདི་ལ་སྐྱོན་མེད་པ་ཡིན་རུང་། ཐོན་སྐྱེད་ཞབས་ཞུ་འཕྲུལ་ཆས་གསར་པ་ཞིག་སྐྱར་" +"སྒྲིག་དང་བཟོས།" + +#: ../fdroidserver/update.py +msgid "Resize all the icons exceeding the max pixel size and exit" +msgstr "པར་གྱི་རྒྱུ་ཆེ་ཆུང་ཚད་ལས་བརྒལ་ན་ཚད་གཞི་ཡང་སྐྱར་འགྱུར་བ་བཏང་ནས་ཕྱིར་ཐོན།" + +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "ཡིག་ཚགས་ལ་ཉེན་བརྡ་དང་སྐྱོན་ཅན་རྣམས་དམ་བསྒྲགས་བྱེད།" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་ཚང་མ་སྐྱར་ཟིན།" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "བཀོད་སྒྲིག་འདི་ག་རང་ལ་སྐྱར་བྲིས་བྱེད།: " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "བཀོད་སྒྲིག་འདི་ག་རང་ལ་སྐྱར་བྲིས་བྱེད།: " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "ཐུམ་སྒྲིལ་རེ་རེ་བའི་ཐོན་རིམ་གསར་ཤོས་གཅིག་པུ་འཚག་རྒྱབ།" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "ཐུམ་སྒྲིལ་བྱས་པའི་འབྱུང་ཁུངས་ཨང་རྟགས་འཚག་རྒྱབ" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" +"གློག་ཀླད་ལད་མོ་མཁན་ཞིག་སྒྲིག འདིའི་སྒང་ལ་apk ནང་འགྲིག་བཅུག་བྱེད་དུ་བཅུག་ནས་ཌོ་ཛར་འཚག་རྒྱབ་འགོ་བཙུགས་" +"བྱེད།" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" +"གློག་ཀླད་ལད་མོ་མཁན་ཞིག་སྒྲིག འདིའི་སྒང་ལ་apk ནང་འགྲིག་བཅུག་བྱེད་དུ་བཅུག་ནས་ཌོ་ཛར་འཚག་རྒྱབ་འགོ་བཙུགས་" +"བྱེད།" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "མིང་རྟགས་བཀོད་ནས་ཐུམ་སྒྲིལ་རྣམས་རེ་པོ་ནང་བཞག" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "གསར་བསྒྱུར་བེད་སྤྱོད་བྱས་ཏེ་བཟོས་པའི་མིང་རྟགས་བརྡ་སྟོན། --མིང་རྟགས་མེད།" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "འབྱུང་ཁུངས་ཨ་རྟགས་དང་དཀའ་ངལ་གཞན་རྣམས་འཚག་རྒྱབ་མ་དགོས་པར་མཆོང་།" + +#: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "བསྟི་གནས་ཀྱི་ཡིག་ཁུག་གཅིག་ཁ་ཕྱེས་ནས་རེ་པོ་འདི་ལ་མཉམ་བསྲེས།" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "rsync གྱི་ཆེད་དུ་SSH འདི་ངོ་ཐག་ཆོད་པའི་ཡིག་ཆ་ཞིག་དམིགས་སུ་བཀར་ནས་སྟེར།" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "སྒྲིག་བཀོད་པར་དམིགས་སྟོན་བྱས་ནས་ལན་འདེབས་ཀྱི་ཚུལ་འདི་བེད་སྤྱོད་བྱེད་ སོར་བཞག %s 1" + +#, c-format +msgid "Specify editor to use in interactive mode. Default %s" +msgstr "སྒྲིག་བཀོད་པར་དམིགས་སྟོན་བྱས་ནས་ལན་འདེབས་ཀྱི་ཚུལ་འདི་བེད་སྤྱོད་བྱེད་ སོར་བཞག %s 1" + +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "ང་ཚོས་ཐོན་སྐྱེད་ཞབས་ཞུ་འཕྲུལ་ཆས་འདིའི་སྒང་ལ་འཁོར་སྐྱོད་བྱེད་བཞིན་གསལ་སྟོན་བྱེད།" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "ནམ་རྒྱུན་ལས་ཀྱང་མང་བའི་གནས་ཚུལ་ཕྱིར་སྟོན།" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" +"ཚོད་ལྟའི་ཚུལ་-གལ་སྲིད་ཡིག་ཚགས་འདི་སྔོན་ཚོད་ནས་ཡོད་ནའང་། ཡིག་ཚགས་འདི་སྐབས་ཕྲལ་གྱི་ཕྱོགས་དེབ་ཁོ་ནའི་" +"ནང་ལ་བླུགས་པ་དང་རྟག་ཏུ་ཐོན་སྐྱེད་བཟོས།" + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "གཞི་རྩའི་URL དེ་རེ་པོ་ཡི་ཐོ་གཞུང་བཀོད་པའི་ཆེད་དུ་(སོར་བཞག: https://f-droid.org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "ལག་བསྟར་བྱེད་རྒྱུར་བཀའ་གཏོང། ཡང་ན་'init'འམ་ཡང་ན་ 'གསར་བསྒྱུར།'" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "ཆ་རྒྱུས་མེད་པའི་དམིགས་བསལ་ཞིག་རྙེད་སོང་།" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "ཐུམ་སྒྲིལ་གསར་པའི་ཆེད་དུ་རེ་པོ་གནས་ཚུལ་གསར་བསྒྱུར་བྱེད།" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "URLཆེད་དུ་ཨང་གྲངས་ཀྱི་ཐོ་གཞུང་གསར་བསྒྱུར།" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "རེ་པོའི་གྲངས་ཐོ་རྣམས་གསར་བསྒྱུར་བྱེད།" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "ཝི་ཀི་གསར་བསྒྱུར་བྱེད།" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "ཐོན་སྐྱེད་ཞབས་ཞུ་འཕྲུལ་ཆས་བེད་སྤྱོད་བྱེད།" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "" +"apk རང་གི་ཚེས་གྲངས་དེ་བེད་སྤྱོད་བྱས་པ་ལས་ཁ་སྣོན་བྱས་པའི་apk གསར་པའི་དུས་ཚོས་བེད་སྤྱོད་མ་བྱེད།" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" +"apk རང་གི་ཚེས་གྲངས་དེ་བེད་སྤྱོད་བྱས་པ་ལས་ཁ་སྣོན་བྱས་པའི་apk གསར་པའི་དུས་ཚོས་བེད་སྤྱོད་མ་བྱེད།" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "ཁུངས་ལྡན་གྱི་བཀའ་ཁྱབ་ནི།:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "ཕབ་ལེན་བྱས་པའི་ཐུམ་སྒྲིལ་གྱི་སྤུས་ཚད་ར་སྤྲོད།" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "ཡིག་ཚགས་ཀྱི་རྒྱབ་ལྗོངས་ལོ་རྒྱུས་སྐྱོན་སྲིད་པ་རྣམས་པ་ཉེན་བརྡ་གཏོང་།" #: ../fdroidserver/update.py msgid "" "When configured for signed indexes, create only unsigned indexes at this " "stage" msgstr "" -"བརྡ་སྟོན་པའི་མིང་རྟགས་དེ་སྒྲིག་བཀོད་བྱས་ཚར་ན། " -"གནས་སྐབས་མིང་རྟགས་མ་བཀོད་པའི་བརྡ་སྟོན་རྣམས་བཟོས།" +"བརྡ་སྟོན་པའི་མིང་རྟགས་དེ་སྒྲིག་བཀོད་བྱས་ཚར་ན། གནས་སྐབས་མིང་རྟགས་མ་བཀོད་པའི་བརྡ་སྟོན་རྣམས་བཟོས།" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" +msgid "X.509 'Distiguished Name' used when generating keys" +msgstr "X.509 'ཁྱད་པར་ཅན་གྱི་མིང་' ལྡེ་མིག་བཟོས་པའི་སྐབས་ལ་བེད་སྤྱོད་བྱེད།" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "X.509 'Distinguished Name' used when generating keys" +msgstr "X.509 'ཁྱད་པར་ཅན་གྱི་མིང་' ལྡེ་མིག་བཟོས་པའི་སྐབས་ལ་བེད་སྤྱོད་བྱེད།" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" msgstr "" -"apk རང་གི་ཚེས་གྲངས་དེ་བེད་སྤྱོད་བྱས་པ་ལས་ཁ་སྣོན་བྱས་པའི་apk " -"གསར་པའི་དུས་ཚོས་བེད་སྤྱོད་མ་བྱེད།" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" -msgstr "package.name_123.apk དང་མི་འདྲ་བའི་APK ཡིག་ཆ་དེ་ཚོར་མིང་སྐྱར་ཏུ་བཏགས།" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "APPID བཀོད་པའི་ནང་གི་མཉེས་ཆས་ཁ་བྱང་།" + +msgid "app-id to check for updates" +msgstr "མཉེས་ཆས་ཁ་བྱང་རྒྱུད་གསར་བསྒྱར་ཡོད་མིན་ལྟོས།" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "མཉེན་ཆས་ཀྱི་ངོ་བོ་དང་མཉམ་དུ་གདམ་ཀ་ཅན་གྱི་ཐོན་རིམ་ཨང་རྟགས་APPID[:VERCODE]" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "མཉེས་ཆས་ཁ་བྱང་དང་མཉམ་དུ་གདམ་ཀ་ཅན་གྱི་ཐོན་རིམ་ཨང་རྟགས།APPID[:VERCODE]" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "applicationId in the form APPID" +msgstr "APPID བཀོད་པའི་ནང་གི་མཉེས་ཆས་ཁ་བྱང་།" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "applicationId to check for updates" +msgstr "མཉེས་ཆས་ཁ་བྱང་རྒྱུད་གསར་བསྒྱར་ཡོད་མིན་ལྟོས།" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +#, fuzzy +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "མཉེན་ཆས་ཀྱི་ངོ་བོ་དང་མཉམ་དུ་གདམ་ཀ་ཅན་གྱི་ཐོན་རིམ་ཨང་རྟགས་APPID[:VERCODE]" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "ལག་བསྟར་བྱེད་རྒྱུར་བཀའ་གཏོང། ཡང་ན་'init'འམ་ཡང་ན་ 'གསར་བསྒྱུར།'" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "སྐྱོན་ཤོར་བ་ལ་ཉེན་བརྡ་ངེས་པར་དུ་གཏོང་དགོས་པ་དང་། ཡང་ན་ཡ་མ་བྱེད།" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "ཆ་རྒྱུས་མེད་པའི་དམིགས་བསལ་ཞིག་རྙེད་སོང་།" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "བཀའ་ཁྱབ་ '%s 1'ངོས་འཛིན་ཐུབ་མ་སོང་།\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "བཀའ་ཁྱབ་ '%s 1'ངོས་འཛིན་ཐུབ་མ་སོང་།\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "བེད་སྤྱོད་: ཨེཕ་རོཌ་ [-h|-རོགས་པ་|--ཐོན་རིམ་] []" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" diff --git a/locale/de/LC_MESSAGES/fdroidserver.po b/locale/de/LC_MESSAGES/fdroidserver.po index 8274e295..5ddfeea6 100644 --- a/locale/de/LC_MESSAGES/fdroidserver.po +++ b/locale/de/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-07-16 20:06+0000\n" "Last-Translator: Claus Rüdinger \n" -"Language-Team: German " -"\n" +"Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,221 +19,224 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.16-dev\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "Programmpaket aus Quellcode erstellen" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "Schnellstart eines neuen Repositorys" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "Programmpakete in Paketquelle signieren und einstellen" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "GPG-Signaturen für Programmpakete in der Paketquelle hinzufügen" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "Paketquelleninformationen zu neuen Programmpaketen aktualisieren" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "Integrität der heruntergeladenen Programmpakete überprüfen" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "Auf Aktualisierungen für Anwendungen prüfen" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "GPG-Signaturen für Programmpakete in der Paketquelle hinzufügen" #: ../fdroid msgid "Add a new application from its source code" msgstr "Eine neue Anwendung aus ihrem Quellcode hinzufügen" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "Erstellte Programmpakete auf Geräten installieren" +msgid "Add gpg signatures for packages in repo" +msgstr "GPG-Signaturen für Programmpakete in der Paketquelle hinzufügen" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "Alle Metadaten-Dateien betrachten und beenden" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "Pseudonym des Repository-Signierchlüssels im Schlüsselspeicher" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "Alle Metadaten-Dateien neu schreiben" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "Vor möglichen Metadaten-Fehlern warnen" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "Quellcode eines Programmpakets durchsuchen" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "APKs nach Erstellung dynamisch durchsuchen" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "Repository-Statistik aktualisieren" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "Mit dem HTTP-Server des Repository kommunizieren" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "Erstellte Indizes durch Verwendung von „update --nosign“ signieren" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "Binäres Transparency-Log einer URL aktualisieren" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "Sprachgebrauch: fdroid [-h|--help|--version] []" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "Gültige Befehle sind:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "Befehl '%s' nicht erkannt.\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "Unbekannter Fehler aufgetreten!" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "Pfad zum Git-Repository, der zur Anmeldung verwendet werden soll" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" -"Basis-Adresse zur Anmeldung am Repository (Standard: https://f-droid.org)" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "Anmeldung an diesem Git-Repository durchführen" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "App-ID mit optionalem Versionscode in der Form APPID[:VERCODE]" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "Nur die neueste Version jedes Programmpakets erstellen" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "Erstellung bei Fehlern anhalten" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -"Testmodus - Ausgabe nur ins tmp-Verzeichnis einfügen, immer erstellen, " -"selbst wenn die Ausgabe bereits vorhanden ist." +"Ermöglicht die Bestimmung unterschiedlicher Überarbeitungen (oder Git-" +"Zweige) für den Erstimport" -#: ../fdroidserver/build.py -msgid "Use build server" -msgstr "Build-Server verwenden" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "Auch vor Formatierungsfehler warnen, wie etwa \"rewritemeta -l\"" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -"Zurücksetzen und ganz neuen Build-Server einrichten, auch wenn der " -"bestehende in Ordnung zu sein scheint." -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" -msgstr "Festlegen, dass F-Droid auf dem Build-Server läuft" - -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -"Durchsuchen des Quellcodes nach Binärdateien und anderen Problemen " -"überspringen" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -"Einen Emulator einrichten, die APK installieren und mit ihm eine " -"Sicherheitsprüfung (Drozer scan) durchführen" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" -msgstr "Keinen Tarball vom Quellcode erstellen, nützlich bei Test eines Builds" - -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -"Keine Aktualisierung des Repositorys. Nützlich, wenn ein Build ohne " -"Internetverbindung getestet wird" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" msgstr "" -"Erstellung deaktivierter Apps erzwingen und ungeachtet von Scan-Problemen " -"ausüben. Nur im Testmodus erlaubt." + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" +msgstr "Programmpaket aus Quellcode erstellen" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "Alle verfügbaren Anwendungen erstellen" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "Wiki aktualisieren" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "App-ID, um auf Aktualisierungen zu prüfen" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" +msgstr "Nur die neueste Version jedes Programmpakets erstellen" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "Aktualisierungen automatisch ausführen" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" -msgstr "Nur Apps mit automatischen Aktualisierungen verarbeiten" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "Änderungen übergeben" +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" -msgstr "Nur Unterschiede zum Play Store ausgeben" +#: ../fdroidserver/lint.py +msgid "Categories are not set" +msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "Mehr Informationen als gewöhnlich ausspucken" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" +msgstr "" -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "Ausgabe auf Warnungen und Fehler beschränken" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "App-ID mit optionalem Versionscode in der Form APPID[:VERCODE]" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "Nur die neueste Version jedes Programmpakets durchsuchen" +#: ../fdroid +msgid "Check for updates to applications" +msgstr "Auf Aktualisierungen für Anwendungen prüfen" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -247,116 +250,47 @@ msgstr "Vor Beginn der Scans bereinigen und Container neu erstellen" msgid "Clean up all containers and then exit" msgstr "Alle Container bereinigen und danach beenden" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "Drozer auf einen Scan vorbereiten" - -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "Pfad für die APK-Paketquelle überschreiben (Standard: ./repo)" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "Projekt-Adresse, von der importiert werden soll." - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." +#: ../fdroidserver/update.py +#, fuzzy +msgid "Clean update - don't uses caches, reprocess all APKs" msgstr "" -"Pfad zum zentralen Androidprojekt-Unterverzeichnis, wenn es nicht im " -"Stammverzeichnis ist." +"Sauber - ohne Verwendung der Zwischenspeicher - aktualisieren, alle APKs " +"wiederaufbereiten" + +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "" +"Sauber - ohne Verwendung der Zwischenspeicher - aktualisieren, alle APKs " +"wiederaufbereiten" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "Liste der Kategorien durch Kommata getrennt." -#: ../fdroidserver/import.py -msgid "Overall license of the project." -msgstr "Gesamt-Lizenz des Projekts." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "Befehl '%s' nicht erkannt.\n" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "Änderungen übergeben" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" +msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -"Ermöglicht die Bestimmung unterschiedlicher Überarbeitungen (oder Git-Zweige)" -" für den Erstimport" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" -msgstr "X.509 'Angesehener Name' wenn Schlüssel generiert werden" - -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "Pfad zum Schlüsselspeicher für den Repository-Signierschlüssel" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "Pseudonym des Repository-Signierchlüssels im Schlüsselspeicher" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -"Pfad zum Android-SDK (Softwareentwicklungsbaukasten) (mitunter in " -"ANDROID_HOME festgelegt)" -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "Android-SDK-Pfad nicht abfragen, einfach überspringen" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "Alle verfügbaren, signierten Anwendungen installieren" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "Auch vor Formatierungsfehler warnen, wie etwa \"rewritemeta -l\"" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "App-ID in der Form APPID" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "Fehler zwingend als Warnungen ausgeben oder ignorieren" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "Dateien listen, die reformatiert würden" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "In ein spezielles Format umschreiben: " - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "Ausführungsbefehl, entweder 'init' oder 'update'" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" msgstr "" -"Eine Identitätsdatei bestimmen, die bei Re-Synchronisation an SSH übergeben " -"wird" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "" -"Einen lokalen Ordner bestimmen, in dem das Repository synchronisiert wird" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "Keine rsync-Prüfsummen verwenden" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "Herunterladung von Logs welche wir nicht haben" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "Sammelstatistik neu berechnen - nach Änderungen anwenden " - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" -msgstr "Mache auf Logs bezogen nichts" #: ../fdroidserver/update.py msgid "Create a repo signing key in a keystore" @@ -366,17 +300,568 @@ msgstr "Repository-Signierschlüssel in einem Schlüsselspeicher erstellen" msgid "Create skeleton metadata files that are missing" msgstr "Gerüst für fehlende Metadaten-Dateien erstellen" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "APKs und/oder OBBs ohne Metadaten aus dem Repository löschen" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "Android-SDK-Pfad nicht abfragen, einfach überspringen" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "Keinen Tarball vom Quellcode erstellen, nützlich bei Test eines Builds" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "Mache auf Logs bezogen nichts" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" +"Keine Aktualisierung des Repositorys. Nützlich, wenn ein Build ohne " +"Internetverbindung getestet wird" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "Keine rsync-Prüfsummen verwenden" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "Herunterladung von Logs welche wir nicht haben" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "APKs nach Erstellung dynamisch durchsuchen" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "Alle verfügbaren Anwendungen erstellen" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" +"Erstellung deaktivierter Apps erzwingen und ungeachtet von Scan-Problemen " +"ausüben. Nur im Testmodus erlaubt." + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "Alle verfügbaren, signierten Anwendungen installieren" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "Erstellte Programmpakete auf Geräten installieren" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "Mit dem HTTP-Server des Repository kommunizieren" + +#: ../fdroidserver/update.py +msgid "Interactively ask about things that need updating." +msgstr "Angelegenheiten, die Aktualisierungen erfordern, interaktiv abfragen." + +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Keystore for signing key:\t" +msgstr "Pfad zum Schlüsselspeicher für den Repository-Signierschlüssel" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "Dateien listen, die reformatiert würden" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "Erstellung bei Fehlern anhalten" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "Nur Unterschiede zum Play Store ausgeben" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "Nur Apps mit automatischen Aktualisierungen verarbeiten" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "Gesamt-Lizenz des Projekts." + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "Pfad für die APK-Paketquelle überschreiben (Standard: ./repo)" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" +"Pfad zum zentralen Androidprojekt-Unterverzeichnis, wenn es nicht im " +"Stammverzeichnis ist." + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" +"Pfad zum zentralen Androidprojekt-Unterverzeichnis, wenn es nicht im " +"Stammverzeichnis ist." + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "" +"Pfad zum Android-SDK (Softwareentwicklungsbaukasten) (mitunter in " +"ANDROID_HOME festgelegt)" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "Pfad zum Git-Repository, der zur Anmeldung verwendet werden soll" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "Pfad zum Schlüsselspeicher für den Repository-Signierschlüssel" + +#: ../fdroidserver/dscanner.py +#, fuzzy +msgid "Prepare Drozer to run a scan" +msgstr "Drozer auf einen Scan vorbereiten" + +msgid "Prepare drozer to run a scan" +msgstr "Drozer auf einen Scan vorbereiten" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "Aktualisierungen automatisch ausführen" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Produce human-readable index.xml" +msgstr "Visuell lesbare „index.xml“ herstellen" + +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "Projekt-Adresse, von der importiert werden soll." + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "Anmeldung an diesem Git-Repository durchführen" + +#: ../fdroidserver/server.py +#, fuzzy, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "Binäres Transparency-Log einer URL aktualisieren" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "Schnellstart eines neuen Repositorys" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "Alle Metadaten-Dateien betrachten und beenden" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +#, fuzzy +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "Sammelstatistik neu berechnen - nach Änderungen anwenden " + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "" +"APK-Dateien umbenennen, die nicht dem Muster „package.name_123.apk“ " +"entsprechen" + #: ../fdroidserver/update.py msgid "Report on build data status" msgstr "Bericht zum Build-Datenstatus" -#: ../fdroidserver/update.py -msgid "Interactively ask about things that need updating." -msgstr "Angelegenheiten, die Aktualisierungen erfordern, interaktiv abfragen." +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" +"Zurücksetzen und ganz neuen Build-Server einrichten, auch wenn der " +"bestehende in Ordnung zu sein scheint." #: ../fdroidserver/update.py msgid "Resize all the icons exceeding the max pixel size and exit" @@ -384,22 +869,294 @@ msgstr "" "Größe aller Symbole ändern, die die maximale Pixelgröße überschreiten, und " "beenden" +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "Ausgabe auf Warnungen und Fehler beschränken" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "Alle Metadaten-Dateien neu schreiben" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "In ein spezielles Format umschreiben: " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "In ein spezielles Format umschreiben: " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "Nur die neueste Version jedes Programmpakets durchsuchen" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "Quellcode eines Programmpakets durchsuchen" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" +"Einen Emulator einrichten, die APK installieren und mit ihm eine " +"Sicherheitsprüfung (Drozer scan) durchführen" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" +"Einen Emulator einrichten, die APK installieren und mit ihm eine " +"Sicherheitsprüfung (Drozer scan) durchführen" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "Programmpakete in Paketquelle signieren und einstellen" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "Erstellte Indizes durch Verwendung von „update --nosign“ signieren" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" +"Durchsuchen des Quellcodes nach Binärdateien und anderen Problemen " +"überspringen" + #: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "" +"Einen lokalen Ordner bestimmen, in dem das Repository synchronisiert wird" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "" +"Eine Identitätsdatei bestimmen, die bei Re-Synchronisation an SSH übergeben " +"wird" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "" +"Editor festlegen, der im interaktiven Modus verwendet werden soll. Standard " +"%s" + #, c-format msgid "Specify editor to use in interactive mode. Default %s" msgstr "" "Editor festlegen, der im interaktiven Modus verwendet werden soll. Standard " "%s" -#: ../fdroidserver/update.py -msgid "Produce human-readable index.xml" -msgstr "Visuell lesbare „index.xml“ herstellen" +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "Festlegen, dass F-Droid auf dem Build-Server läuft" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "Mehr Informationen als gewöhnlich ausspucken" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" +"Testmodus - Ausgabe nur ins tmp-Verzeichnis einfügen, immer erstellen, " +"selbst wenn die Ausgabe bereits vorhanden ist." + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "" +"Basis-Adresse zur Anmeldung am Repository (Standard: https://f-droid.org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "Ausführungsbefehl, entweder 'init' oder 'update'" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "Unbekannter Fehler aufgetreten!" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "Paketquelleninformationen zu neuen Programmpaketen aktualisieren" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "Binäres Transparency-Log einer URL aktualisieren" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "Repository-Statistik aktualisieren" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "Wiki aktualisieren" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "Build-Server verwenden" #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "APK-Datum statt der aktuellen Zeit für neu hinzugefügte APKs verwenden" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "APK-Datum statt der aktuellen Zeit für neu hinzugefügte APKs verwenden" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" msgstr "" -"Sauber - ohne Verwendung der Zwischenspeicher - aktualisieren, alle APKs " -"wiederaufbereiten" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "Gültige Befehle sind:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "Integrität der heruntergeladenen Programmpakete überprüfen" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "Vor möglichen Metadaten-Fehlern warnen" #: ../fdroidserver/update.py msgid "" @@ -409,12 +1166,345 @@ msgstr "" "Bei einer Konfiguration mit signierten Indizes, in dieser Phase nur " "unsignierte Indizes erstellen" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" -msgstr "APK-Datum statt der aktuellen Zeit für neu hinzugefügte APKs verwenden" +msgid "X.509 'Distiguished Name' used when generating keys" +msgstr "X.509 'Angesehener Name' wenn Schlüssel generiert werden" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" +#: ../fdroidserver/init.py +#, fuzzy +msgid "X.509 'Distinguished Name' used when generating keys" +msgstr "X.509 'Angesehener Name' wenn Schlüssel generiert werden" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" msgstr "" -"APK-Dateien umbenennen, die nicht dem Muster „package.name_123.apk“ " -"entsprechen" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "App-ID in der Form APPID" + +msgid "app-id to check for updates" +msgstr "App-ID, um auf Aktualisierungen zu prüfen" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "App-ID mit optionalem Versionscode in der Form APPID[:VERCODE]" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "App-ID mit optionalem Versionscode in der Form APPID[:VERCODE]" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "applicationId in the form APPID" +msgstr "App-ID in der Form APPID" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "applicationId to check for updates" +msgstr "App-ID, um auf Aktualisierungen zu prüfen" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +#, fuzzy +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "App-ID mit optionalem Versionscode in der Form APPID[:VERCODE]" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "Ausführungsbefehl, entweder 'init' oder 'update'" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "Fehler zwingend als Warnungen ausgeben oder ignorieren" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "Unbekannter Fehler aufgetreten!" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "Befehl '%s' nicht erkannt.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "Befehl '%s' nicht erkannt.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "Sprachgebrauch: fdroid [-h|--help|--version] []" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/es/LC_MESSAGES/fdroidserver.po b/locale/es/LC_MESSAGES/fdroidserver.po index dcefec78..aeb3b68d 100644 --- a/locale/es/LC_MESSAGES/fdroidserver.po +++ b/locale/es/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-07-03 15:20+0000\n" "Last-Translator: José Rodrigo Baires Quezada \n" -"Language-Team: Spanish " -"\n" +"Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,220 +19,224 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.16-dev\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "Crear un paquete desde la fuente" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "Iniciar rápidamente un nuevo repositorio" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "Firmar y colocar paquetes en el repositorio" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "Añadir las firmas gpg para los paquetes en el repositorio" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "Actualizar la información del repositorio para nuevos paquetes" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "Verificar la integridad de los paquetes descargados" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "Buscar actualizaciones de aplicaciones" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "Añadir las firmas gpg para los paquetes en el repositorio" #: ../fdroid msgid "Add a new application from its source code" msgstr "Añadir una nueva aplicación desde su código fuente" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "Instalar paquetes constuídos en el dispositivo" +msgid "Add gpg signatures for packages in repo" +msgstr "Añadir las firmas gpg para los paquetes en el repositorio" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "Leer todos los archivos de metadatos y salir" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "Alias de la clave de firma de repositorio en el depósitio de claves" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "Reescribir todos los archivos de metadatos" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "Alertar sobre posibles errores de metadatos" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "Escanear el código fuente de un paquete" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "Ejecutar Fdroid dscanner de una aplicación APK, previamente construída," - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "Actualizar las estadísticas del repositorio" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "Interactuar con el servidor HTTP del repositorio" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "Firmar los índices creados usando update -nosign" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "Actualizar el registro de transparencia binario para una URL" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "Uso: fdroid [-h|--help|--version] []" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "Los comandos válidos son:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "Comando %s no reconocido\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "¡Se encontró una excepción desconocida!" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "Ruta de acceso al reporte git para usarlo como registro" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" -"El URL base para el registro del repositorio (default: https://f-droid.org)" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "Pulse el registro a este repositorio remoto git" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "APP-ID con código de versión opcional en la forma APPID [: VERCODE]" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "Construir sólo la última versión de cada paquete" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "Hacer que la construcción se detenga en las excepciones" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -"Modo de prueba: ponga la salida solo en el directorio tmp y siga " -"desarrollando, incluso si la salida ya existe." +"Permite especificar una revisión diferente (o git sector) para la " +"importación inicial" -#: ../fdroidserver/build.py -msgid "Use build server" -msgstr "Use un servidor de compilación" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "También advierta sobre problemas de formato, como r rewritemeta-l" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -"Restablecer y crear un nuevo servidor de compilación, incluso si el " -"existente parece estar bien." -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" -msgstr "Especificar que estamos ejecutando en el servidor de compilación" - -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -"Omitir el escaneo del código fuente por problemas binarios u otros problemas" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -"Configurar un emulador, instalar la aplicación APK en él y realizar una \"" -"Drozer\" scan" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" -msgstr "No cree un tarball de origen, útil al probar una compilación" - -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -"No actualizar el repositorio, útil al probar una compilación sin conexión a " -"Internet" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" msgstr "" -"Forzar la creación de compilaciones deshabilitadas, independientemente de " -"los problemas de escaneo. Sólo se permite en modo de prueba." + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" +msgstr "Crear un paquete desde la fuente" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "Compilar todas las aplicaciones disponibles" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "Actualizar el wiki" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "APP-ID para buscar actualizaciones" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" +msgstr "Construir sólo la última versión de cada paquete" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "Actualizaciones automáticas de procesos" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" -msgstr "Solo procesar aplicaciones con actualizaciones automáticas" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "Aplicar cambios" +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" -msgstr "Solo imprimir diferencias con el Play Store" +#: ../fdroidserver/lint.py +msgid "Categories are not set" +msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "Diseminar más información de lo normal" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" +msgstr "" -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "Restringir los resultados a advertencias y errores" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "APP-ID con código de versión opcional en la forma APPID [: VERCODE]" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "Escanear solo la última versión de cada paquete" +#: ../fdroid +msgid "Check for updates to applications" +msgstr "Buscar actualizaciones de aplicaciones" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -246,110 +250,45 @@ msgstr "Limpiar antes de que los análisis inicien y reconstruir el contenedor" msgid "Clean up all containers and then exit" msgstr "Limpiar todos los contenedores y luego salir" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "Preparar \"Drozer\" para ejecutar un análisis" - -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "Ruta de remplazo par el repositorio de APK (default: ./repo)" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "importar desde.URL del proyecto." - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." +#: ../fdroidserver/update.py +#, fuzzy +msgid "Clean update - don't uses caches, reprocess all APKs" msgstr "" -"Ruta al subdirectorio principal del proyecto Android, si no es en la raíz." +"Actualización limpia, no usa caché, reprocesa todas las aplicaciones APK" + +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "" +"Actualización limpia, no usa caché, reprocesa todas las aplicaciones APK" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "Lista de categorías separadas por comas." -#: ../fdroidserver/import.py -msgid "Overall license of the project." -msgstr "Licencia general del proyecto." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "Comando %s no reconocido\n" -#: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "Aplicar cambios" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" msgstr "" -"Permite especificar una revisión diferente (o git sector) para la " -"importación inicial" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" -msgstr "X.509 'Nombre Distintivo' (DN) usado al generar claves" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version code" +msgstr "" -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "Ruta al depósito de claves para la clave de firma de repositorio" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" +msgstr "" -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "Alias de la clave de firma de repositorio en el depósitio de claves" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "Ruta al Android SDK (a veces ubicado en ANDROID_HOME)" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "No solicitar la ruta al Android SDK, si falla" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "Instalar todas las aplicaciones firmadas disponibles" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "También advierta sobre problemas de formato, como r rewritemeta-l" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "APP-ID en el formato APPID" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "Forzar a los errores a ser advertencias o ignorarlas" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "Lista de archivos que se reformatearán" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "Reescribir a un formato específico: " - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "Comando para ejecutar, ya sea 'init' o 'update'" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "Especifique un fichero de identidad que ofrezca SSH para rsync" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "Especifique una carpeta local para sincronizar el" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "No use rsync checksums" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "Descargar registros que no tenemos" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "Recalcular agregación de estados - usar cuando cambie " - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" -msgstr "No haga nada con registros relacionados" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" +msgstr "" #: ../fdroidserver/update.py msgid "Create a repo signing key in a keystore" @@ -359,39 +298,859 @@ msgstr "Cree una clave de firmado de repositorios en un llavero de claves" msgid "Create skeleton metadata files that are missing" msgstr "Crear esqueleto de metadatos de archivos que faltan" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "Borrar del repositorio archivos APK y/o OBB sin metadatos" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "No solicitar la ruta al Android SDK, si falla" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "No cree un tarball de origen, útil al probar una compilación" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "No haga nada con registros relacionados" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" +"No actualizar el repositorio, útil al probar una compilación sin conexión a " +"Internet" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "No use rsync checksums" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "Descargar registros que no tenemos" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "" +"Ejecutar Fdroid dscanner de una aplicación APK, previamente construída," + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "Compilar todas las aplicaciones disponibles" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" +"Forzar la creación de compilaciones deshabilitadas, independientemente de " +"los problemas de escaneo. Sólo se permite en modo de prueba." + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + #: ../fdroidserver/update.py -msgid "Report on build data status" -msgstr "Informe sobre el estado de los datos de compilación" +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "Instalar todas las aplicaciones firmadas disponibles" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "Instalar paquetes constuídos en el dispositivo" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "Interactuar con el servidor HTTP del repositorio" #: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "" "Pregunte de forma interactiva sobre temas que necesitan una actualización." +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Keystore for signing key:\t" +msgstr "Ruta al depósito de claves para la clave de firma de repositorio" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "Lista de archivos que se reformatearán" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "Hacer que la construcción se detenga en las excepciones" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "Solo imprimir diferencias con el Play Store" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "Solo procesar aplicaciones con actualizaciones automáticas" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "Licencia general del proyecto." + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "Ruta de remplazo par el repositorio de APK (default: ./repo)" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" +"Ruta al subdirectorio principal del proyecto Android, si no es en la raíz." + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" +"Ruta al subdirectorio principal del proyecto Android, si no es en la raíz." + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "Ruta al Android SDK (a veces ubicado en ANDROID_HOME)" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "Ruta de acceso al reporte git para usarlo como registro" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "Ruta al depósito de claves para la clave de firma de repositorio" + +#: ../fdroidserver/dscanner.py +#, fuzzy +msgid "Prepare Drozer to run a scan" +msgstr "Preparar \"Drozer\" para ejecutar un análisis" + +msgid "Prepare drozer to run a scan" +msgstr "Preparar \"Drozer\" para ejecutar un análisis" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "Actualizaciones automáticas de procesos" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Produce human-readable index.xml" +msgstr "Produce un índice legible index.xml" + +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "importar desde.URL del proyecto." + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "Pulse el registro a este repositorio remoto git" + +#: ../fdroidserver/server.py +#, fuzzy, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "Actualizar el registro de transparencia binario para una URL" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "Iniciar rápidamente un nuevo repositorio" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "Leer todos los archivos de metadatos y salir" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +#, fuzzy +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "Recalcular agregación de estados - usar cuando cambie " + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "" +"Cambiar el nombre de archivos APK que no coinciden con el formato package." +"name_123.apk" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "Informe sobre el estado de los datos de compilación" + +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" +"Restablecer y crear un nuevo servidor de compilación, incluso si el " +"existente parece estar bien." + #: ../fdroidserver/update.py msgid "Resize all the icons exceeding the max pixel size and exit" msgstr "" "Cambiar el tamaño de todos los iconos que exceden el tamaño máximo del " "pixeles y salir" +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "Restringir los resultados a advertencias y errores" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "Reescribir todos los archivos de metadatos" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "Reescribir a un formato específico: " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "Reescribir a un formato específico: " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "Escanear solo la última versión de cada paquete" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "Escanear el código fuente de un paquete" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" +"Configurar un emulador, instalar la aplicación APK en él y realizar una " +"\"Drozer\" scan" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" +"Configurar un emulador, instalar la aplicación APK en él y realizar una " +"\"Drozer\" scan" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "Firmar y colocar paquetes en el repositorio" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "Firmar los índices creados usando update -nosign" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" +"Omitir el escaneo del código fuente por problemas binarios u otros problemas" + #: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "Especifique una carpeta local para sincronizar el" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "Especifique un fichero de identidad que ofrezca SSH para rsync" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "" +"Especifique el editor para utilizar en modo interactivo. Predeterminado %s" + #, c-format msgid "Specify editor to use in interactive mode. Default %s" msgstr "" "Especifique el editor para utilizar en modo interactivo. Predeterminado %s" -#: ../fdroidserver/update.py -msgid "Produce human-readable index.xml" -msgstr "Produce un índice legible index.xml" +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "Especificar que estamos ejecutando en el servidor de compilación" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "Diseminar más información de lo normal" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" +"Modo de prueba: ponga la salida solo en el directorio tmp y siga " +"desarrollando, incluso si la salida ya existe." + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "" +"El URL base para el registro del repositorio (default: https://f-droid.org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "Comando para ejecutar, ya sea 'init' o 'update'" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "¡Se encontró una excepción desconocida!" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "Actualizar la información del repositorio para nuevos paquetes" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "Actualizar el registro de transparencia binario para una URL" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "Actualizar las estadísticas del repositorio" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "Actualizar el wiki" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "Use un servidor de compilación" #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" msgstr "" -"Actualización limpia, no usa caché, reprocesa todas las aplicaciones APK" +"Use la fecha del «apk» en vez de la fecha actual para los nuevos «apk» " +"añadidos" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" +"Use la fecha del «apk» en vez de la fecha actual para los nuevos «apk» " +"añadidos" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "Los comandos válidos son:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "Verificar la integridad de los paquetes descargados" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "Alertar sobre posibles errores de metadatos" #: ../fdroidserver/update.py msgid "" @@ -401,14 +1160,345 @@ msgstr "" "Cuando está configurado para índices firmados, crear solo índices sin signo " "en esta etapa" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" -msgstr "" -"Use la fecha del «apk» en vez de la fecha actual para los nuevos «apk» " -"añadidos" +msgid "X.509 'Distiguished Name' used when generating keys" +msgstr "X.509 'Nombre Distintivo' (DN) usado al generar claves" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" +#: ../fdroidserver/init.py +#, fuzzy +msgid "X.509 'Distinguished Name' used when generating keys" +msgstr "X.509 'Nombre Distintivo' (DN) usado al generar claves" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" msgstr "" -"Cambiar el nombre de archivos APK que no coinciden con el formato " -"package.name_123.apk" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "APP-ID en el formato APPID" + +msgid "app-id to check for updates" +msgstr "APP-ID para buscar actualizaciones" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "APP-ID con código de versión opcional en la forma APPID [: VERCODE]" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "APP-ID con código de versión opcional en la forma APPID [: VERCODE]" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "applicationId in the form APPID" +msgstr "APP-ID en el formato APPID" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "applicationId to check for updates" +msgstr "APP-ID para buscar actualizaciones" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +#, fuzzy +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "APP-ID con código de versión opcional en la forma APPID [: VERCODE]" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "Comando para ejecutar, ya sea 'init' o 'update'" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "Forzar a los errores a ser advertencias o ignorarlas" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "¡Se encontró una excepción desconocida!" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "Comando %s no reconocido\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "Comando %s no reconocido\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "Uso: fdroid [-h|--help|--version] []" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/es_AR/LC_MESSAGES/fdroidserver.po b/locale/es_AR/LC_MESSAGES/fdroidserver.po index 9be95927..4b23d8c3 100644 --- a/locale/es_AR/LC_MESSAGES/fdroidserver.po +++ b/locale/es_AR/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-10-01 01:48+0000\n" "Last-Translator: who cares? \n" -"Language-Team: Spanish (Argentina) " -"\n" +"Language-Team: Spanish (Argentina) \n" "Language: es_AR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,225 +19,224 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.17-dev\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "Compilar una paquete desde su código" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "Empezar rápidamente un repositorio nuevo" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "Firmar y ubicar paquetes en el repositorio" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "Agregar firmas GPG a paquetes en el repositorio" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "Actualizar información del repositorio para paquetes nuevos" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "Verificar la integridad de los paquetes descargados" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "Buscar actualizaciones de las aplicaciones" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "Agregar firmas GPG a paquetes en el repositorio" #: ../fdroid msgid "Add a new application from its source code" msgstr "Agregar una aplicación nueva desde su código fuente" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "Instalar paquetes compilados en dispositivos" +msgid "Add gpg signatures for packages in repo" +msgstr "Agregar firmas GPG a paquetes en el repositorio" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "Leer todos los archivos de metadatos y salir" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "Alias de la llave de firmado del repositorio en el almacén de llaves" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "Rescribir todos los archivos de metadatos" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "Advertir sobre posibles errores en los metadatos" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "Escanear en código fuente de un paquete" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "Escanear dinámicamente APKs después de compilar" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "Actualizar las estadísticas del repositorio" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "Interactuar con el servidor HTTP del repositorio" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "Firmar índicescreados con \"update --nosign\"" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "Actualizar el registro de transparencia binario de un URL" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "uso: fdroid [-h|--help|--version] []" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "Los comandos válidos son:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "No se reconoce el comando \"%s\".\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "¡Se encontró una excepción desconocida!" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "Ruta de acceso al repositorio git para usar como registro" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" -"La URL base del repositorio para el registro (predefinido: " -"https://f-droid.org)" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "Subir el registro al repositorio remoto de git" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -#, fuzzy -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "app-id con VersionCode opcional con el formato APPID[:VERCODE]" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "Empaquetado con la ultima versión de cada paquete" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "Parar esta construccion cuando haya excepciones" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -"Modo prueba - pone la salida solo en el directorio temporal, y siempre " -"construye, incluso cuando la salida ya exista." +"Permitir que una revision diferente (o rama de git) sea especificada en la " +"importación inicial" -#: ../fdroidserver/build.py -msgid "Use build server" -msgstr "Usar servidor de construccion" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "También advertir sobre problemas de formateo, como ser rewritemeta -l" -#: ../fdroidserver/build.py -#, fuzzy -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." -msgstr "" -"Resetear y crear un nuevo servidor de construcción, incluso si el existente " -"parece estar bien." - -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" -msgstr "Saltear el escaneo de binarios y otros problemas en el código fuente" - -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -"Configurar un emulador, instalarle el apk y realizar el escaneo de barrido" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -"No crear el tarbal de codigo fuente, útil cuando se esta probando la " -"construcción" -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -"No refrescar el repositorio, útil cuando se esta probando la construcción y " -"no se tiene conexión a Internet" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" msgstr "" -"Forzar la construcción de aplicaciones deshabilitadas y continuar " -"independientemente de los problemas en el escaneo. Solo disponible en modo " -"de pruebas." + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" +msgstr "Compilar una paquete desde su código" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "Construir todas las aplicaciones disponibles" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "Actualizar la wiki" - -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "app-id para verificar actualizaciones" - -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "Procesar actualizaciones automaticas" - -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" msgstr "" -"Solo procesar las aplicaciones que cuenten con actualizaciones automaticas" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "Cometer cambios" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" +msgstr "Empaquetado con la ultima versión de cada paquete" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" -msgstr "Solo mostrar las diferencias con el Plays Store" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" +msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "Mostrar más información que de costumbre" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "Restringir la salida solo para advertencias y errores" +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" +msgstr "" -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "app-id con versioncode opcional en el formato APPID[:VERCODE]" +#: ../fdroidserver/lint.py +msgid "Categories are not set" +msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "Escanear solo la ultima versión de cada paquete" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" +msgstr "" + +#: ../fdroid +msgid "Check for updates to applications" +msgstr "Buscar actualizaciones de las aplicaciones" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -251,113 +250,43 @@ msgstr "Limpiar antes de que el escaneo comience y reconstruir el contenedor" msgid "Clean up all containers and then exit" msgstr "Limpiar todos los contenedores y salir" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "" +#: ../fdroidserver/update.py +#, fuzzy +msgid "Clean update - don't uses caches, reprocess all APKs" +msgstr "Limpiar actualización - no utiliza cachés, reprocesa todos los APK's" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "Sobrescribir la ruta de los repositorios APKs (por defecto ./repo)" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "URL del proyecto a importar." - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." -msgstr "" -"Ruta al subdirectorio del proyecto principal de android, si no es la raíz." +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "Limpiar actualización - no utiliza cachés, reprocesa todos los APK's" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "Lista de categorías separadas por coma." -#: ../fdroidserver/import.py -msgid "Overall license of the project." -msgstr "Licencia general del proyecto." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "No se reconoce el comando \"%s\".\n" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "Cometer cambios" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" +msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -"Permitir que una revision diferente (o rama de git) sea especificada en la " -"importación inicial" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" -msgstr "X.509 'Nombre Distinguido' usado cuando se generaron las llaves" - -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "Ruta al almacén de claves para la llave de firmado del repositorio" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "Alias de la llave de firmado del repositorio en el almacén de llaves" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "Ruta al SDK de Android ( a veces cargada en ANDROID_HOME)" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "No preguntar por la ruta al SDK de Android, solo fallar" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "Instalar todas las aplicaciones firmadas disponibles" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "También advertir sobre problemas de formateo, como ser rewritemeta -l" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "app-id en el formato APPID" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "forzar errores al ser advertencias, o ignorar" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "Listar archivos que serán reformateados" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "Rescribir a un formato especifico: " - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "comando a ejecutar, ya sea 'iniciar' o 'actualizar'" - -#: ../fdroidserver/server.py -#, fuzzy -msgid "Specify an identity file to provide to SSH for rsyncing" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -"Especifique una archivo de identificación para la resincronización vía SSH" -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "Especificar un directorio local donde sincronizar el repositorio" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "No usar sumas de validación de rsync" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "Descargar los registros que no faltan" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "Recalcular las agregaciones - usar cuando haya cambios " - -#: ../fdroidserver/stats.py -#, fuzzy -msgid "Don't do anything logs-related" -msgstr "No hacer nada que refiera a los registros" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" +msgstr "" #: ../fdroidserver/update.py #, fuzzy @@ -368,34 +297,857 @@ msgstr "Crear una llave de firmado en un almacén de llaves para el repositorio" msgid "Create skeleton metadata files that are missing" msgstr "Crear plantilla de metadatos de los archivos faltantes" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "Borrar archivos APK y/o OBBs sin metadatos del repositorio" -#: ../fdroidserver/update.py -msgid "Report on build data status" -msgstr "Reportar el estado de la construcción" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" -#: ../fdroidserver/update.py -msgid "Interactively ask about things that need updating." -msgstr "Preguntar de forma interactiva sobre las cosas necesarias a actualizar." +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" -#: ../fdroidserver/update.py -msgid "Resize all the icons exceeding the max pixel size and exit" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "No preguntar por la ruta al SDK de Android, solo fallar" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "" +"No crear el tarbal de codigo fuente, útil cuando se esta probando la " +"construcción" + +#: ../fdroidserver/stats.py +#, fuzzy +msgid "Don't do anything logs-related" +msgstr "No hacer nada que refiera a los registros" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" +"No refrescar el repositorio, útil cuando se esta probando la construcción y " +"no se tiene conexión a Internet" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "No usar sumas de validación de rsync" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "Descargar los registros que no faltan" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "Escanear dinámicamente APKs después de compilar" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "Construir todas las aplicaciones disponibles" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" +"Forzar la construcción de aplicaciones deshabilitadas y continuar " +"independientemente de los problemas en el escaneo. Solo disponible en modo " +"de pruebas." + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" msgstr "" #: ../fdroidserver/update.py -#, c-format -msgid "Specify editor to use in interactive mode. Default %s" -msgstr "Especificar el editor a usar en modo interactivo. Por defecto %s" +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "Instalar todas las aplicaciones firmadas disponibles" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "Instalar paquetes compilados en dispositivos" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "Interactuar con el servidor HTTP del repositorio" + +#: ../fdroidserver/update.py +msgid "Interactively ask about things that need updating." +msgstr "" +"Preguntar de forma interactiva sobre las cosas necesarias a actualizar." + +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Keystore for signing key:\t" +msgstr "Ruta al almacén de claves para la llave de firmado del repositorio" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "Listar archivos que serán reformateados" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "Parar esta construccion cuando haya excepciones" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "Solo mostrar las diferencias con el Plays Store" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "" +"Solo procesar las aplicaciones que cuenten con actualizaciones automaticas" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "Licencia general del proyecto." + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "Sobrescribir la ruta de los repositorios APKs (por defecto ./repo)" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" +"Ruta al subdirectorio del proyecto principal de android, si no es la raíz." + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" +"Ruta al subdirectorio del proyecto principal de android, si no es la raíz." + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "Ruta al SDK de Android ( a veces cargada en ANDROID_HOME)" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "Ruta de acceso al repositorio git para usar como registro" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "Ruta al almacén de claves para la llave de firmado del repositorio" + +#: ../fdroidserver/dscanner.py +msgid "Prepare Drozer to run a scan" +msgstr "" + +msgid "Prepare drozer to run a scan" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "Procesar actualizaciones automaticas" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" +msgstr "" #: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "Producir index.xml legible" +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "URL del proyecto a importar." + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "Subir el registro al repositorio remoto de git" + +#: ../fdroidserver/server.py +#, fuzzy, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "Actualizar el registro de transparencia binario de un URL" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "Empezar rápidamente un repositorio nuevo" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "Leer todos los archivos de metadatos y salir" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +#, fuzzy +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "Recalcular las agregaciones - usar cuando haya cambios " + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" -msgstr "Limpiar actualización - no utiliza cachés, reprocesa todos los APK's" +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "Renombrar archivos APK que no corresponden a package.name_123.apk" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "Reportar el estado de la construcción" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" +"Resetear y crear un nuevo servidor de construcción, incluso si el existente " +"parece estar bien." + +#: ../fdroidserver/update.py +msgid "Resize all the icons exceeding the max pixel size and exit" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "Restringir la salida solo para advertencias y errores" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "Rescribir todos los archivos de metadatos" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "Rescribir a un formato especifico: " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "Rescribir a un formato especifico: " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "Escanear solo la ultima versión de cada paquete" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "Escanear en código fuente de un paquete" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" +"Configurar un emulador, instalarle el apk y realizar el escaneo de barrido" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" +"Configurar un emulador, instalarle el apk y realizar el escaneo de barrido" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "Firmar y ubicar paquetes en el repositorio" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "Firmar índicescreados con \"update --nosign\"" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "Saltear el escaneo de binarios y otros problemas en el código fuente" + +#: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "Especificar un directorio local donde sincronizar el repositorio" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "" +"Especifique una archivo de identificación para la resincronización vía SSH" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "Especificar el editor a usar en modo interactivo. Por defecto %s" + +#, c-format +msgid "Specify editor to use in interactive mode. Default %s" +msgstr "Especificar el editor a usar en modo interactivo. Por defecto %s" + +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "Mostrar más información que de costumbre" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" +"Modo prueba - pone la salida solo en el directorio temporal, y siempre " +"construye, incluso cuando la salida ya exista." + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "" +"La URL base del repositorio para el registro (predefinido: https://f-droid." +"org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "comando a ejecutar, ya sea 'iniciar' o 'actualizar'" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "¡Se encontró una excepción desconocida!" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "Actualizar información del repositorio para paquetes nuevos" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "Actualizar el registro de transparencia binario de un URL" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "Actualizar las estadísticas del repositorio" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "Actualizar la wiki" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "Usar servidor de construccion" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "" +"Utilizar la fecha del apk en vez de la actual para los apks nuevos que se " +"agreguen" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" +"Utilizar la fecha del apk en vez de la actual para los apks nuevos que se " +"agreguen" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "Los comandos válidos son:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "Verificar la integridad de los paquetes descargados" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "Advertir sobre posibles errores en los metadatos" #: ../fdroidserver/update.py msgid "" @@ -403,12 +1155,346 @@ msgid "" "stage" msgstr "" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" -msgstr "" -"Utilizar la fecha del apk en vez de la actual para los apks nuevos que se " -"agreguen" +msgid "X.509 'Distiguished Name' used when generating keys" +msgstr "X.509 'Nombre Distinguido' usado cuando se generaron las llaves" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" -msgstr "Renombrar archivos APK que no corresponden a package.name_123.apk" +#: ../fdroidserver/init.py +#, fuzzy +msgid "X.509 'Distinguished Name' used when generating keys" +msgstr "X.509 'Nombre Distinguido' usado cuando se generaron las llaves" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "app-id en el formato APPID" + +msgid "app-id to check for updates" +msgstr "app-id para verificar actualizaciones" + +#, fuzzy +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "app-id con VersionCode opcional con el formato APPID[:VERCODE]" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "app-id con versioncode opcional en el formato APPID[:VERCODE]" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "applicationId in the form APPID" +msgstr "app-id en el formato APPID" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "applicationId to check for updates" +msgstr "app-id para verificar actualizaciones" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +#, fuzzy +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "app-id con VersionCode opcional con el formato APPID[:VERCODE]" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "comando a ejecutar, ya sea 'iniciar' o 'actualizar'" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "forzar errores al ser advertencias, o ignorar" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "¡Se encontró una excepción desconocida!" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "No se reconoce el comando \"%s\".\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "No se reconoce el comando \"%s\".\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "uso: fdroid [-h|--help|--version] []" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/fa/LC_MESSAGES/fdroidserver.po b/locale/fa/LC_MESSAGES/fdroidserver.po index 4566ce22..3db98eab 100644 --- a/locale/fa/LC_MESSAGES/fdroidserver.po +++ b/locale/fa/LC_MESSAGES/fdroidserver.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,207 +16,219 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../fdroid -msgid "Build a package from source" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "" #: ../fdroid -msgid "Quickly start a new repository" -msgstr "" - -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "" - -#: ../fdroid -msgid "Add gpg signatures for packages in repo" -msgstr "" - -#: ../fdroid -msgid "Update repo information for new packages" -msgstr "" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "" - -#: ../fdroid -msgid "Check for updates to applications" +msgid "Add PGP signatures using GnuPG for packages in repo" msgstr "" #: ../fdroid msgid "Add a new application from its source code" msgstr "" -#: ../fdroid -msgid "Install built packages on devices" +msgid "Add gpg signatures for packages in repo" msgstr "" -#: ../fdroid -msgid "Read all the metadata files and exit" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" msgstr "" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -#: ../fdroidserver/build.py -msgid "Use build server" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" msgstr "" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" +#: ../fdroidserver/lint.py +msgid "Categories are not set" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "" - -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" +#: ../fdroid +msgid "Check for updates to applications" msgstr "" #: ../fdroidserver/dscanner.py @@ -231,106 +243,41 @@ msgstr "" msgid "Clean up all containers and then exit" msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" +#: ../fdroidserver/update.py +msgid "Clean update - don't uses caches, reprocess all APKs" msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "" - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." +msgid "Clean update - don't uses caches, reprocess all apks" msgstr "" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "" -#: ../fdroidserver/import.py -msgid "Overall license of the project." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "" - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" msgstr "" #: ../fdroidserver/update.py @@ -341,33 +288,820 @@ msgstr "" msgid "Create skeleton metadata files that are missing" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to align application" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + #: ../fdroidserver/update.py -msgid "Report on build data status" +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" msgstr "" #: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "" -#: ../fdroidserver/update.py -msgid "Resize all the icons exceeding the max pixel size and exit" +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" msgstr "" -#: ../fdroidserver/update.py -#, c-format -msgid "Specify editor to use in interactive mode. Default %s" +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Keystore for signing key:\t" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Prepare Drozer to run a scan" +msgstr "" + +msgid "Prepare drozer to run a scan" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" msgstr "" #: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "" +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" + +#: ../fdroidserver/update.py +msgid "Resize all the icons exceeding the max pixel size and exit" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Run rewritemeta to fix formatting" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" + +#: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Specify editor to use in interactive mode. Default " +msgstr "" + +#, c-format +msgid "Specify editor to use in interactive mode. Default %s" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "" + +#: ../fdroidserver/server.py +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "" + +#: ../fdroid +msgid "Warn about possible metadata errors" msgstr "" #: ../fdroidserver/update.py @@ -376,10 +1110,340 @@ msgid "" "stage" msgstr "" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" +msgid "X.509 'Distiguished Name' used when generating keys" msgstr "" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" +#: ../fdroidserver/init.py +msgid "X.509 'Distinguished Name' used when generating keys" msgstr "" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "" + +msgid "app-id to check for updates" +msgstr "" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +msgid "applicationId in the form APPID" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "applicationId to check for updates" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +msgid "no version info found!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s not recognized" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not recognized" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/fr/LC_MESSAGES/fdroidserver.po b/locale/fr/LC_MESSAGES/fdroidserver.po index 8ec14f5c..2ee1aa12 100644 --- a/locale/fr/LC_MESSAGES/fdroidserver.po +++ b/locale/fr/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-10-17 11:46+0000\n" "Last-Translator: xin \n" -"Language-Team: French " -"\n" +"Language-Team: French \n" "Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,113 +19,189 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 2.17\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "Construire un paquet depuis les sources" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "Démarrage rapide d'un nouveau dépôt" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "Signer et déplacer les paquets dans le dépôt" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "Ajouter des signatures GPG pour les paquets dans le dépôt" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "Mettre à jour les données des dépôts pour les nouveaux paquets" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "Vérifier l'intégrité des paquets téléchargés" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "Vérifier les mises à jour pour les applications" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "Ajouter des signatures GPG pour les paquets dans le dépôt" #: ../fdroid msgid "Add a new application from its source code" msgstr "Ajouter une nouvelle application depuis son code source" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "Installer les paquets compilés sur le(s) périphérique(s)" +msgid "Add gpg signatures for packages in repo" +msgstr "Ajouter des signatures GPG pour les paquets dans le dépôt" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "Lire toutes les métadonnées et quitter" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "Réécrire toutes les métadonnées" +#: ../fdroidserver/import.py +msgid "" +"Allows a different revision (or git branch) to be specified for the initial " +"import" +msgstr "" -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "Avertir de possibles erreurs dans les métadonnées" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "" -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "Scanner le code source d'un paquet" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" +msgstr "" -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "Analyser dynamiquement les APKs après compilation" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" +msgstr "" -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "Mettre à jour les statistiques du dépôt" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" +msgstr "" -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "Interagir avec le serveur HTTP du dépôt" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" +msgstr "" -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "Signer les indexes créés avec update --nosign" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" +msgstr "" -#: ../fdroid -msgid "Update the binary transparency log for a URL" +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" msgstr "" #: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "utilisation : fdroid [-h|--help|--version] []" +msgid "Build a package from source" +msgstr "Construire un paquet depuis les sources" -#: ../fdroid -msgid "Valid commands are:" -msgstr "Les commandes valides sont les suivantes :" +#: ../fdroidserver/build.py +msgid "Build all applications available" +msgstr "Compiler toutes les applications disponibles" -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "La commande '%s 1' n'est pas reconnue.\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "Exception inconnue détectée !" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "Chemin vers un dépôt git à utiliser comme journal" - -#: ../fdroidserver/btlog.py -#, fuzzy -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "URL de base pour le dépôt du journal (par défaut: https://f-droid.org)" - -#: ../fdroidserver/btlog.py -#, fuzzy -msgid "Push the log to this git remote repository" -msgstr "Envoyer les logs dans ce dépôt distant" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" msgstr "" #: ../fdroidserver/build.py @@ -133,100 +209,33 @@ msgstr "" msgid "Build only the latest version of each package" msgstr "Compiler uniquement la dernière version de chaque paquet" -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" msgstr "" #: ../fdroidserver/build.py -msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" msgstr "" -#: ../fdroidserver/build.py -msgid "Use build server" +#: ../fdroidserver/lint.py +msgid "Categories are not set" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" msgstr "" -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" -msgstr "" - -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" -msgstr "" - -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." -msgstr "" - -#: ../fdroidserver/build.py -msgid "Build all applications available" -msgstr "Compiler toutes les applications disponibles" - -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "Mettre à jour le wiki" - -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "" - -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "Réaliser les mises à jour automatiques" - -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" -msgstr "" - -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "" - -#: ../fdroidserver/checkupdates.py -#, fuzzy -msgid "Only print differences with the Play Store" -msgstr "Afficher seulement les différences avec le Google Play Store" - -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "" - -#: ../fdroidserver/common.py -#, fuzzy -msgid "Restrict output to warnings and errors" -msgstr "Restreindre les résultats aux avertissements et erreurs" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "" - -#: ../fdroidserver/dscanner.py -#, fuzzy -msgid "Scan only the latest version of each package" -msgstr "Analyser seulement la dernière version de chaque paquet" +#: ../fdroid +msgid "Check for updates to applications" +msgstr "Vérifier les mises à jour pour les applications" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -240,112 +249,44 @@ msgstr "" msgid "Clean up all containers and then exit" msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "" - -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "" - -#: ../fdroidserver/import.py +#: ../fdroidserver/update.py #, fuzzy -msgid "Project URL to import from." -msgstr "URL du projet à importer" - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." +msgid "Clean update - don't uses caches, reprocess all APKs" msgstr "" +"Mise à jour propre - n'utilise pas les caches, ré-exécute tous les APKs" + +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "" +"Mise à jour propre - n'utilise pas les caches, ré-exécute tous les APKs" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "" -#: ../fdroidserver/import.py -msgid "Overall license of the project." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "La commande '%s 1' n'est pas reconnue.\n" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "Installer toutes les applications signées disponibles" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "" - -#: ../fdroidserver/metadata.py -#, fuzzy -msgid "force errors to be warnings, or ignore" -msgstr "forcer les erreurs en avertissement, ou les ignorer" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "" - -#: ../fdroidserver/rewritemeta.py -#, fuzzy -msgid "Rewrite to a specific format: " -msgstr "Réécrire dans un format spécifique : " - -#: ../fdroidserver/server.py -#, fuzzy -msgid "command to execute, either 'init' or 'update'" -msgstr "Commande à exécuter, soit 'init' soit 'update'" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "" -"Recalculate aggregate stats - use when changes " -"have been made that would invalidate old cached data." -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" msgstr "" #: ../fdroidserver/update.py @@ -356,17 +297,555 @@ msgstr "" msgid "Create skeleton metadata files that are missing" msgstr "Créer les métadonnées de base manquantes" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "Supprimer les APK et/ou OBB sans métadonnées dans le dépôt" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "Analyser dynamiquement les APKs après compilation" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "Compiler toutes les applications disponibles" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "Installer toutes les applications signées disponibles" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "Installer les paquets compilés sur le(s) périphérique(s)" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "Interagir avec le serveur HTTP du dépôt" + +#: ../fdroidserver/update.py +msgid "Interactively ask about things that need updating." +msgstr "" +"Demander de manière interactive les choses nécessitant une mise à jour." + +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Keystore for signing key:\t" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "Only print differences with the Play Store" +msgstr "Afficher seulement les différences avec le Google Play Store" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "Chemin vers un dépôt git à utiliser comme journal" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Prepare Drozer to run a scan" +msgstr "" + +msgid "Prepare drozer to run a scan" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "Réaliser les mises à jour automatiques" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Produce human-readable index.xml" +msgstr "Produire un fichier index.xml lisible par un humain" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Project URL to import from." +msgstr "URL du projet à importer" + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +#, fuzzy +msgid "Push the log to this git remote repository" +msgstr "Envoyer les logs dans ce dépôt distant" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "Démarrage rapide d'un nouveau dépôt" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "Lire toutes les métadonnées et quitter" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "" +"Renomme les fichiers APK dont le nom ne ressemble pas à nom.paquet_123.apk" + #: ../fdroidserver/update.py msgid "Report on build data status" msgstr "" -#: ../fdroidserver/update.py -msgid "Interactively ask about things that need updating." -msgstr "Demander de manière interactive les choses nécessitant une mise à jour." +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" #: ../fdroidserver/update.py #, fuzzy @@ -375,18 +854,286 @@ msgstr "" "Redimensionner toutes les icônes excédant la taille maximale en pixels et " "quitter" +#: ../fdroidserver/common.py +#, fuzzy +msgid "Restrict output to warnings and errors" +msgstr "Restreindre les résultats aux avertissements et erreurs" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "Réécrire toutes les métadonnées" + +#: ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "Rewrite to a specific format: " +msgstr "Réécrire dans un format spécifique : " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "Réécrire dans un format spécifique : " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +#, fuzzy +msgid "Scan only the latest version of each package" +msgstr "Analyser seulement la dernière version de chaque paquet" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "Scanner le code source d'un paquet" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "Signer et déplacer les paquets dans le dépôt" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "Signer les indexes créés avec update --nosign" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" + #: ../fdroidserver/update.py -#, c-format, fuzzy +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "Définir l'éditeur à utiliser en mode interactif. Par défaut %s" + +#, fuzzy, c-format msgid "Specify editor to use in interactive mode. Default %s" msgstr "Définir l'éditeur à utiliser en mode interactif. Par défaut %s" -#: ../fdroidserver/update.py -msgid "Produce human-readable index.xml" -msgstr "Produire un fichier index.xml lisible par un humain" +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" + +#: ../fdroidserver/btlog.py +#, fuzzy +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "URL de base pour le dépôt du journal (par défaut: https://f-droid.org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "Commande à exécuter, soit 'init' soit 'update'" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "Exception inconnue détectée !" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "Mettre à jour les données des dépôts pour les nouveaux paquets" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "Mettre à jour les statistiques du dépôt" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "Mettre à jour le wiki" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "" #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" -msgstr "Mise à jour propre - n'utilise pas les caches, ré-exécute tous les APKs" +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "" +"Utiliser la date de l'APK à la place de la date actuelle pour les APKs " +"nouvellement ajoutés" + +#, fuzzy +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" +"Utiliser la date de l'APK à la place de la date actuelle pour les APKs " +"nouvellement ajoutés" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "Les commandes valides sont les suivantes :" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "Vérifier l'intégrité des paquets téléchargés" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "Avertir de possibles erreurs dans les métadonnées" #: ../fdroidserver/update.py msgid "" @@ -394,14 +1141,343 @@ msgid "" "stage" msgstr "" -#: ../fdroidserver/update.py -#, fuzzy -msgid "Use date from apk instead of current time for newly added apks" +msgid "X.509 'Distiguished Name' used when generating keys" msgstr "" -"Utiliser la date de l'APK à la place de la date actuelle pour les APKs " -"nouvellement ajoutés" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" +#: ../fdroidserver/init.py +msgid "X.509 'Distinguished Name' used when generating keys" msgstr "" -"Renomme les fichiers APK dont le nom ne ressemble pas à nom.paquet_123.apk" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "" + +msgid "app-id to check for updates" +msgstr "" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +msgid "applicationId in the form APPID" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "applicationId to check for updates" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "command to execute, either 'init' or 'update'" +msgstr "Commande à exécuter, soit 'init' soit 'update'" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +#, fuzzy +msgid "force errors to be warnings, or ignore" +msgstr "forcer les erreurs en avertissement, ou les ignorer" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "Exception inconnue détectée !" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "La commande '%s 1' n'est pas reconnue.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "La commande '%s 1' n'est pas reconnue.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "utilisation : fdroid [-h|--help|--version] []" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/it/LC_MESSAGES/fdroidserver.po b/locale/it/LC_MESSAGES/fdroidserver.po index 59af3bb5..0d123ff2 100644 --- a/locale/it/LC_MESSAGES/fdroidserver.po +++ b/locale/it/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-07-12 15:24+0000\n" "Last-Translator: Roberto Albano De Rosa \n" -"Language-Team: Italian " -"\n" +"Language-Team: Italian \n" "Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,208 +19,220 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.16-dev\n" -#: ../fdroid -msgid "Build a package from source" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "" #: ../fdroid -msgid "Quickly start a new repository" +msgid "Add PGP signatures using GnuPG for packages in repo" msgstr "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "" - -#: ../fdroid -msgid "Add gpg signatures for packages in repo" -msgstr "" - -#: ../fdroid -msgid "Update repo information for new packages" -msgstr "" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "Cerca gli aggiornamenti delle applicazioni" - #: ../fdroid msgid "Add a new application from its source code" msgstr "Aggiungi una nuova applicazione dal suo codice sorgente" -#: ../fdroid -msgid "Install built packages on devices" +msgid "Add gpg signatures for packages in repo" msgstr "" -#: ../fdroid -msgid "Read all the metadata files and exit" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" msgstr "" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "Avvisa riguardo possibili errori metadata" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "Scansiona il codice sorgente di un pacchetto" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "Aggiorna le statistiche del repo" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "I comandi validi sono:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "Eccezione sconosciuta trovata!" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -#: ../fdroidserver/build.py -msgid "Use build server" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" msgstr "" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" +#: ../fdroidserver/lint.py +msgid "Categories are not set" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "" - -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "" +#: ../fdroid +msgid "Check for updates to applications" +msgstr "Cerca gli aggiornamenti delle applicazioni" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -234,106 +246,41 @@ msgstr "" msgid "Clean up all containers and then exit" msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" +#: ../fdroidserver/update.py +msgid "Clean update - don't uses caches, reprocess all APKs" msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "" - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." +msgid "Clean update - don't uses caches, reprocess all apks" msgstr "" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "" -#: ../fdroidserver/import.py -msgid "Overall license of the project." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "" - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" msgstr "" #: ../fdroidserver/update.py @@ -344,45 +291,1163 @@ msgstr "" msgid "Create skeleton metadata files that are missing" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to align application" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + #: ../fdroidserver/update.py -msgid "Report on build data status" +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" msgstr "" #: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "" -#: ../fdroidserver/update.py -msgid "Resize all the icons exceeding the max pixel size and exit" +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" msgstr "" -#: ../fdroidserver/update.py -#, c-format -msgid "Specify editor to use in interactive mode. Default %s" +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Keystore for signing key:\t" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Prepare Drozer to run a scan" +msgstr "" + +msgid "Prepare drozer to run a scan" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" msgstr "" #: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "" -#: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" +#: ../fdroidserver/import.py +msgid "Project URL to import from." msgstr "" +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" + +#: ../fdroidserver/update.py +msgid "Resize all the icons exceeding the max pixel size and exit" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Run rewritemeta to fix formatting" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "Scansiona il codice sorgente di un pacchetto" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" + +#: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Specify editor to use in interactive mode. Default " +msgstr "" + +#, c-format +msgid "Specify editor to use in interactive mode. Default %s" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "" + +#: ../fdroidserver/server.py +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "Eccezione sconosciuta trovata!" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "Aggiorna le statistiche del repo" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "I comandi validi sono:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "Avvisa riguardo possibili errori metadata" + #: ../fdroidserver/update.py msgid "" "When configured for signed indexes, create only unsigned indexes at this " "stage" msgstr "" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" +msgid "X.509 'Distiguished Name' used when generating keys" msgstr "" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" +#: ../fdroidserver/init.py +msgid "X.509 'Distinguished Name' used when generating keys" msgstr "" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "" + +msgid "app-id to check for updates" +msgstr "" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +msgid "applicationId in the form APPID" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "applicationId to check for updates" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "Eccezione sconosciuta trovata!" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s not recognized" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not recognized" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/kab/LC_MESSAGES/fdroidserver.po b/locale/kab/LC_MESSAGES/fdroidserver.po index e59cf64c..809edeaf 100644 --- a/locale/kab/LC_MESSAGES/fdroidserver.po +++ b/locale/kab/LC_MESSAGES/fdroidserver.po @@ -1,12 +1,12 @@ msgid "" msgstr "" "Project-Id-Version: Kabyle (F-Droid)\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-08-11 20:08+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-08-11 19:09+0100\n" "Last-Translator: Belkacem Mohammed \n" -"Language-Team: Kabyle " -"\n" +"Language-Team: Kabyle \n" "Language: kab\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -14,207 +14,219 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Poedit 2.0.3\n" -#: ../fdroid -msgid "Build a package from source" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "" #: ../fdroid -msgid "Quickly start a new repository" -msgstr "" - -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "" - -#: ../fdroid -msgid "Add gpg signatures for packages in repo" -msgstr "" - -#: ../fdroid -msgid "Update repo information for new packages" -msgstr "" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "" - -#: ../fdroid -msgid "Check for updates to applications" +msgid "Add PGP signatures using GnuPG for packages in repo" msgstr "" #: ../fdroid msgid "Add a new application from its source code" msgstr "" -#: ../fdroid -msgid "Install built packages on devices" +msgid "Add gpg signatures for packages in repo" msgstr "" -#: ../fdroid -msgid "Read all the metadata files and exit" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" msgstr "" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "Leqqem tidaddanin n ukufi" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -#: ../fdroidserver/build.py -msgid "Use build server" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" msgstr "" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "Leqqem awiki" - -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" +#: ../fdroidserver/lint.py +msgid "Categories are not set" msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" msgstr "" -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" +#: ../fdroid +msgid "Check for updates to applications" msgstr "" #: ../fdroidserver/dscanner.py @@ -229,108 +241,41 @@ msgstr "" msgid "Clean up all containers and then exit" msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" +#: ../fdroidserver/update.py +msgid "Clean update - don't uses caches, reprocess all APKs" msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "" - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." +msgid "Clean update - don't uses caches, reprocess all apks" msgstr "" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "" -#: ../fdroidserver/import.py -msgid "Overall license of the project." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "" - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "" -"Recalculate aggregate stats - use when changes " -"have been made that would invalidate old cached data." -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" msgstr "" #: ../fdroidserver/update.py @@ -341,33 +286,820 @@ msgstr "" msgid "Create skeleton metadata files that are missing" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to align application" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + #: ../fdroidserver/update.py -msgid "Report on build data status" +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" msgstr "" #: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "" -#: ../fdroidserver/update.py -msgid "Resize all the icons exceeding the max pixel size and exit" +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" msgstr "" -#: ../fdroidserver/update.py -#, c-format -msgid "Specify editor to use in interactive mode. Default %s" +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Keystore for signing key:\t" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Prepare Drozer to run a scan" +msgstr "" + +msgid "Prepare drozer to run a scan" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" msgstr "" #: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "" +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" + +#: ../fdroidserver/update.py +msgid "Resize all the icons exceeding the max pixel size and exit" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Run rewritemeta to fix formatting" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" + +#: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Specify editor to use in interactive mode. Default " +msgstr "" + +#, c-format +msgid "Specify editor to use in interactive mode. Default %s" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "" + +#: ../fdroidserver/server.py +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "Leqqem tidaddanin n ukufi" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "Leqqem awiki" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "" + +#: ../fdroid +msgid "Warn about possible metadata errors" msgstr "" #: ../fdroidserver/update.py @@ -376,10 +1108,340 @@ msgid "" "stage" msgstr "" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" +msgid "X.509 'Distiguished Name' used when generating keys" msgstr "" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" +#: ../fdroidserver/init.py +msgid "X.509 'Distinguished Name' used when generating keys" msgstr "" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "" + +msgid "app-id to check for updates" +msgstr "" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +msgid "applicationId in the form APPID" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "applicationId to check for updates" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +msgid "no version info found!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s not recognized" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not recognized" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/nb_NO/LC_MESSAGES/fdroidserver.po b/locale/nb_NO/LC_MESSAGES/fdroidserver.po index 7db27c1f..b8b4612f 100644 --- a/locale/nb_NO/LC_MESSAGES/fdroidserver.po +++ b/locale/nb_NO/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: fdroidserver 0.8-74-ga380b9f\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-09-15 23:36+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-10-17 14:20+0000\n" "Last-Translator: Allan Nordhøy \n" -"Language-Team: Norwegian Bokmål " -"\n" +"Language-Team: Norwegian Bokmål \n" "Language: nb_NO\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,53 +19,127 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 2.17\n" +#: ../fdroidserver/lint.py #, python-format msgid "\"%s/\" has no matching metadata file!" msgstr "" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" + +#: ../fdroidserver/scanner.py #, python-format msgid "%d problems found" msgstr "%d problemer funnet" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py #, python-format msgid "%s is not an accepted build field" msgstr "%s er ikke et godtatt bygge-felt" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py msgid "'keypass' not found in config.py!" msgstr "'keypass' ble ikke funnet i config.py!" +#: ../fdroidserver/index.py msgid "'keystore' not found in config.py!" msgstr "'keystore' ble ikke funnet i config.py!" +#: ../fdroidserver/index.py msgid "'keystorepass' not found in config.py!" msgstr "'keystorepass' ble ikke funnet i config.py!" +#: ../fdroidserver/index.py msgid "'repo_keyalias' not found in config.py!" msgstr "'repo_keyalias' ble ikke funnet i config.py!" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +#, fuzzy +msgid "'sdk_path' not set in 'config.py'!" +msgstr "'keypass' ble ikke funnet i config.py!" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py #, python-brace-format msgid "'{apkfilename}' is already installed on {dev}." msgstr "'{apkfilename}' er allerede installert på {dev}." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py #, python-brace-format msgid "...checkupdate failed for {appid} : {error}" msgstr "" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py msgid "/issues is missing" msgstr "" msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "Legg til PGP-signaturer for pakker i pakkebrønnen ved bruk av GnuPG" +#: ../fdroid +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "Legg til PGP-signaturer for pakker i pakkebrønnen ved bruk av GnuPG" + +#: ../fdroid msgid "Add a new application from its source code" msgstr "Legg til et nytt program fra dets kildekode" msgid "Add gpg signatures for packages in repo" msgstr "" +#: ../fdroidserver/init.py msgid "Alias of the repo signing key in the keystore" msgstr "" +#: ../fdroidserver/import.py #, fuzzy msgid "" "Allows a different revision (or git branch) to be specified for the initial " @@ -74,462 +148,789 @@ msgstr "" "Tillater en annen revisjon (eller git-avgreining) å angis for igangsettende " "import" +#: ../fdroidserver/lint.py msgid "Also warn about formatting issues, like rewritemeta -l" msgstr "" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Android SDK not found!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" +msgstr "" + +#: ../fdroidserver/lint.py #, python-brace-format msgid "App is in '{repo}' but has a link to {url}" msgstr "Program finnes i '{repo}', men har en lenke til {url}" +#: ../fdroidserver/lint.py msgid "Appending .git is not necessary" msgstr "Å legge til .git er ikke nødvendig" +#: ../fdroidserver/lint.py #, python-brace-format msgid "Branch '{branch}' used as commit in build '{versionName}'" msgstr "" +#: ../fdroidserver/lint.py #, python-brace-format msgid "Branch '{branch}' used as commit in srclib '{srclib}'" msgstr "" +#: ../fdroid msgid "Build a package from source" msgstr "Bygg en pakke fra kildekode" +#: ../fdroidserver/build.py msgid "Build all applications available" msgstr "Bygg alle tilgjengelige versjoner" +#: ../fdroidserver/lint.py msgid "Build generated by `fdroid import` - remove disable line once ready" msgstr "" +#: ../fdroidserver/build.py msgid "Build only the latest version of each package" msgstr "" +#: ../fdroidserver/init.py #, python-format msgid "Built repo based in \"%s\" with this config:" msgstr "" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/rewritemeta.py msgid "Cannot use --list and --to at the same time" msgstr "Kan ikke bruke --list og --to samtidig" +#: ../fdroidserver/lint.py msgid "Categories are not set" msgstr "Kategoreier ikke satt" +#: ../fdroidserver/lint.py #, python-format msgid "Category '%s' is not valid" msgstr "Kategorien \"%s\" er ikke gyldig" +#: ../fdroid msgid "Check for updates to applications" msgstr "Se etter programoppdateringer" +#: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" msgstr "Rydd opp etter at alle skanninger er fullførte" +#: ../fdroidserver/dscanner.py msgid "Clean before the scans start and rebuild the container" msgstr "" +#: ../fdroidserver/dscanner.py msgid "Clean up all containers and then exit" msgstr "" +#: ../fdroidserver/update.py msgid "Clean update - don't uses caches, reprocess all APKs" msgstr "" msgid "Clean update - don't uses caches, reprocess all apks" msgstr "" +#: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "Kommainndelt liste over kategorier." +#: ../fdroid #, c-format, python-format msgid "Command '%s' not recognised.\n" msgstr "Kommandoen \"%s\" gjenkjennes ikke.\n" +#: ../fdroidserver/checkupdates.py msgid "Commit changes" msgstr "" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" +msgstr "" + +#: ../fdroidserver/import.py msgid "Couldn't find latest version code" msgstr "" +#: ../fdroidserver/import.py msgid "Couldn't find latest version name" msgstr "" +#: ../fdroidserver/import.py msgid "Couldn't find package ID" msgstr "" +#: ../fdroidserver/update.py msgid "Create a repo signing key in a keystore" msgstr "" +#: ../fdroidserver/update.py msgid "Create skeleton metadata files that are missing" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py msgid "Creating log directory" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py msgid "Creating output directory" msgstr "" +#: ../fdroidserver/index.py msgid "Creating signed index with this key (SHA256):" msgstr "" +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py msgid "Creating temporary directory" msgstr "" +#: ../fdroidserver/index.py msgid "Creating unsigned index in preparation for signing" msgstr "" +#: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "Slett APK-er og/eller OBB-er uten metadata fra pakkebrønnen" +#: ../fdroidserver/lint.py #, python-format msgid "Description '%s' is just the app's summary" msgstr "" +#: ../fdroidserver/lint.py msgid "Description has a duplicate line" msgstr "" +#: ../fdroidserver/lint.py #, python-format msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" msgstr "" +#: ../fdroidserver/lint.py #, python-brace-format msgid "Description of length {length} is over the {limit} char limit" msgstr "" +#: ../fdroidserver/init.py msgid "Do not prompt for Android SDK path, just fail" msgstr "" +#: ../fdroidserver/build.py msgid "Don't create a source tarball, useful when testing a build" msgstr "" +#: ../fdroidserver/stats.py msgid "Don't do anything logs-related" msgstr "" +#: ../fdroidserver/build.py msgid "" "Don't refresh the repository, useful when testing a build with no internet " "connection" msgstr "" +#: ../fdroidserver/server.py msgid "Don't use rsync checksums" msgstr "" +#: ../fdroidserver/stats.py msgid "Download logs we don't have" msgstr "" +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py #, python-brace-format msgid "Downloading {url} failed. {error}" msgstr "Nedlasting av {url} mislyktes. {error}" +#: ../fdroidserver/lint.py #, python-brace-format msgid "Duplicate link in '{field}': {url}" msgstr "" +#: ../fdroid msgid "Dynamically scan APKs post build" msgstr "" +#: ../fdroidserver/init.py #, python-format msgid "" "Enter the path to the Android SDK (%s) here:\n" "> " msgstr "" +#: ../fdroidserver/import.py msgid "Error while getting repo address" msgstr "" +#: ../fdroid msgid "Extract signatures from APKs" msgstr "Hent ut signaturer fra APK-er" +#: ../fdroidserver/signatures.py #, python-brace-format msgid "Failed fetching signatures for '{apkfilename}': {error}" msgstr "Klarte ikke å hente signaturer for '{apkfilename}': {error}" +#: ../fdroidserver/publish.py msgid "Failed to align application" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py #, python-brace-format msgid "Failed to install '{apkfilename}' on {dev}: {error}" msgstr "Klarte ikke å installere '{apkfilename}' på {dev}: {error}" +#: ../fdroidserver/publish.py msgid "Failed to sign application" msgstr "Klarte ikke å singere program" +#: ../fdroidserver/signatures.py #, python-brace-format msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" msgstr "Hentet signaturer for '{apkfilename}' → '{sigdir}'" +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py msgid "Finished" msgstr "Fullført" +#: ../fdroidserver/lint.py msgid "Flattr donation methods belong in the FlattrID flag" msgstr "Flatter-donasjonsmetoder hører hjemme i FlattrID-flagget" +#: ../fdroidserver/build.py msgid "" "Force build of disabled apps, and carries on regardless of scan problems. " "Only allowed in test mode." msgstr "" +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py msgid "Found multiple signing certificates for repository." msgstr "" +#: ../fdroidserver/index.py msgid "Found no signing certificates for repository." msgstr "" +#: ../fdroidserver/lint.py #, python-format msgid "Found non-file at %s" msgstr "" +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py msgid "Ignoring package without metadata: " msgstr "" +#: ../fdroidserver/rewritemeta.py #, python-brace-format msgid "Ignoring {ext} file at '{path}'" msgstr "" +#: ../fdroidserver/update.py msgid "Include APKs that are signed with disabled algorithms like MD5" msgstr "" +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py msgid "Install all signed applications available" msgstr "" +#: ../fdroid msgid "Install built packages on devices" msgstr "Installer bygde pakker på enheter" +#: ../fdroidserver/install.py #, python-format msgid "Installing %s..." msgstr "Installerer %s…" +#: ../fdroidserver/install.py #, python-brace-format msgid "Installing '{apkfilename}' on {dev}..." msgstr "Installerer '{apkfilename}' på {dev}…" +#: ../fdroid msgid "Interact with the repo HTTP server" msgstr "" +#: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "" +#: ../fdroidserver/lint.py msgid "Invalid bulleted list" msgstr "" +#: ../fdroidserver/lint.py #, python-format msgid "" "Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" msgstr "" +#: ../fdroidserver/lint.py msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" msgstr "" +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py msgid "Java JDK not found! Install in standard location or set java_paths!" msgstr "" +#: ../fdroidserver/signindex.py msgid "" "Java jarsigner not found! Install in standard location or set java_paths!" msgstr "" +#: ../fdroidserver/init.py msgid "Keystore for signing key:\t" msgstr "" +#: ../fdroidserver/lint.py #, python-brace-format msgid "" "Last used commit '{commit}' looks like a tag, but Update Check Mode is " "'{ucm}'" msgstr "" +#: ../fdroidserver/rewritemeta.py msgid "List files that would be reformatted" msgstr "" +#: ../fdroidserver/build.py msgid "Make the build stop on exceptions" msgstr "" +#: ../fdroidserver/index.py msgid "Malformed repository mirrors." msgstr "" +#: ../fdroidserver/server.py msgid "Malformed serverwebroot line:" msgstr "" +#: ../fdroidserver/gpgsign.py msgid "Missing output directory" msgstr "" +#: ../fdroidserver/lint.py #, python-format msgid "Name '%s' is just the auto name - remove it" msgstr "" +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py msgid "No android or kivy project could be found. Specify --subdir?" msgstr "" +#: ../fdroidserver/install.py msgid "No attached devices found" msgstr "Fant ingen tilknyttede enheter" +#: ../fdroidserver/index.py msgid "No fingerprint in URL." msgstr "Inget fingeravtrykk i nettadresse." +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py msgid "No information found." msgstr "Ingen informasjon funnet." +#: ../fdroidserver/lint.py msgid "No need to specify that the app is Free Software" msgstr "" +#: ../fdroidserver/lint.py msgid "No need to specify that the app is for Android" msgstr "" +#: ../fdroidserver/server.py msgid "No option set! Edit your config.py to set at least one of these:" msgstr "" +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py #, python-format msgid "No signed apk available for %s" msgstr "" +#: ../fdroidserver/install.py msgid "No signed output directory - nothing to do" msgstr "" +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py msgid "No unsigned directory - nothing to do" msgstr "" +#: ../fdroidserver/signindex.py msgid "Nothing to do" msgstr "Ingenting å gjøre" +#: ../fdroidserver/checkupdates.py #, python-brace-format msgid "Nothing to do for {appid}." msgstr "Ingenting å gjøre for {appid}." +#: ../fdroidserver/checkupdates.py msgid "Only print differences with the Play Store" msgstr "" +#: ../fdroidserver/checkupdates.py msgid "Only process apps with auto-updates" msgstr "" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py msgid "Overall license of the project." msgstr "" +#: ../fdroidserver/dscanner.py msgid "Override path for repo APKs (default: ./repo)" msgstr "" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py msgid "Path to main Android project subdirectory, if not in root." msgstr "" msgid "Path to main android project subdirectory, if not in root." msgstr "" +#: ../fdroidserver/init.py msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" msgstr "" +#: ../fdroidserver/btlog.py msgid "Path to the git repo to use as the log" msgstr "" +#: ../fdroidserver/init.py msgid "Path to the keystore for the repo signing key" msgstr "" +#: ../fdroidserver/dscanner.py msgid "Prepare Drozer to run a scan" msgstr "" msgid "Prepare drozer to run a scan" msgstr "" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py msgid "Process auto-updates" msgstr "" +#: ../fdroidserver/publish.py ../fdroidserver/update.py #, python-brace-format msgid "Processing {apkfilename}" msgstr "Behandler {apkfilename}" +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py #, python-brace-format msgid "Processing {appid}" msgstr "Behandler {appid}" +#: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "" +#: ../fdroidserver/import.py msgid "Project URL to import from." msgstr "" +#: ../fdroidserver/lint.py msgid "Punctuation should be avoided" msgstr "" +#: ../fdroidserver/btlog.py msgid "Push the log to this git remote repository" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid msgid "Quickly start a new repository" msgstr "" +#: ../fdroid msgid "Read all the metadata files and exit" msgstr "Les alle metadatafilene og avslutt" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py msgid "" "Recalculate aggregate stats - use when changes have been made that would " "invalidate old cached data." msgstr "" +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + +#: ../fdroidserver/update.py msgid "Rename APK files that do not match package.name_123.apk" msgstr "" +#: ../fdroidserver/update.py msgid "Report on build data status" msgstr "" +#: ../fdroidserver/build.py msgid "" "Reset and create a brand new build server, even if the existing one appears " "to be ok." msgstr "" +#: ../fdroidserver/update.py msgid "Resize all the icons exceeding the max pixel size and exit" msgstr "" +#: ../fdroidserver/common.py msgid "Restrict output to warnings and errors" msgstr "" +#: ../fdroid msgid "Rewrite all the metadata files" msgstr "Skriv om alle metadatafilene" +#: ../fdroidserver/rewritemeta.py msgid "Rewrite to a specific format: " msgstr "" +#: ../fdroidserver/rewritemeta.py #, python-brace-format msgid "Rewriting '{appid}'" msgstr "" +#: ../fdroidserver/rewritemeta.py #, python-brace-format msgid "Rewriting '{appid}' to '{path}'" msgstr "" +#: ../fdroidserver/lint.py msgid "Run rewritemeta to fix formatting" msgstr "" +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py msgid "Scan only the latest version of each package" msgstr "" +#: ../fdroid msgid "Scan the source code of a package" msgstr "Skann kildekoden til en pakke" +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py msgid "Setup an emulator, install the APK on it and perform a Drozer scan" msgstr "" msgid "Setup an emulator, install the apk on it and perform a drozer scan" msgstr "" +#: ../fdroid msgid "Sign and place packages in the repo" msgstr "Logg inn og legg til pakker i pakkebrønnen" +#: ../fdroid msgid "Sign indexes created using update --nosign" msgstr "" +#: ../fdroidserver/build.py msgid "Skip scanning the source code for binaries and other problems" msgstr "" +#: ../fdroidserver/update.py #, python-brace-format msgid "Skipping '{apkfilename}' with invalid signature!" msgstr "" +#: ../fdroidserver/scanner.py #, python-brace-format msgid "Skipping {appid}: disabled" msgstr "" +#: ../fdroidserver/scanner.py #, python-brace-format msgid "Skipping {appid}: no builds specified" msgstr "" +#: ../fdroidserver/server.py msgid "Specify a local folder to sync the repo to" msgstr "" +#: ../fdroidserver/server.py msgid "Specify an identity file to provide to SSH for rsyncing" msgstr "" +#: ../fdroidserver/update.py msgid "Specify editor to use in interactive mode. Default " msgstr "" @@ -537,118 +938,181 @@ msgstr "" msgid "Specify editor to use in interactive mode. Default %s" msgstr "" +#: ../fdroidserver/build.py msgid "Specify that we're running on the build server" msgstr "" +#: ../fdroidserver/common.py msgid "Spew out even more information than normal" msgstr "" +#: ../fdroidserver/lint.py #, python-format msgid "Summary '%s' is just the app's name" msgstr "" +#: ../fdroidserver/lint.py #, python-brace-format msgid "Summary of length {length} is over the {limit} char limit" msgstr "" +#: ../fdroidserver/build.py msgid "" "Test mode - put output in the tmp directory only, and always build, even if " "the output already exists." msgstr "" +#: ../fdroidserver/btlog.py msgid "The base URL for the repo to log (default: https://f-droid.org)" msgstr "" +#: ../fdroidserver/server.py msgid "The only commands currently supported are 'init' and 'update'" msgstr "" +#: ../fdroidserver/index.py msgid "The repository's fingerprint does not match." msgstr "" +#: ../fdroidserver/common.py msgid "The repository's index could not be verified." msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py msgid "There is a keyalias collision - publishing halted" msgstr "" +#: ../fdroidserver/import.py #, python-format msgid "This repo already has local metadata: %s" msgstr "" +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py msgid "UCM is set but it looks like checkupdates hasn't been run yet" msgstr "" +#: ../fdroidserver/lint.py msgid "URL shorteners should not be used" msgstr "" +#: ../fdroidserver/lint.py #, python-brace-format msgid "URL {url} in Description: {error}" msgstr "" +#: ../fdroid msgid "Unknown exception found!" msgstr "" +#: ../fdroidserver/lint.py #, python-brace-format msgid "Unknown file '{filename}' in build '{versionName}'" msgstr "" +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" msgstr "" +#: ../fdroidserver/lint.py msgid "Unnecessary leading space" msgstr "Unødvendig innledende mellomrom" +#: ../fdroidserver/lint.py msgid "Unnecessary trailing space" msgstr "Unødvendig etterfølgende mellomrom" +#: ../fdroidserver/rewritemeta.py #, python-brace-format msgid "Unsupported metadata format, use: --to [{supported}]" msgstr "" +#: ../fdroidserver/lint.py #, python-format msgid "Unused extlib at %s" msgstr "" +#: ../fdroidserver/lint.py #, python-format msgid "Unused file at %s" msgstr "" +#: ../fdroidserver/lint.py msgid "Update Check Name is set to the known app id - it can be removed" msgstr "" +#: ../fdroid msgid "Update repo information for new packages" msgstr "" +#: ../fdroid msgid "Update the binary transparency log for a URL" msgstr "" +#: ../fdroid msgid "Update the stats of the repo" msgstr "Oppdater pakkebrønnens status" +#: ../fdroidserver/update.py ../fdroidserver/build.py msgid "Update the wiki" msgstr "" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py msgid "Use /HEAD instead of /master to point at a file in the default branch" msgstr "" +#: ../fdroidserver/build.py msgid "Use build server" msgstr "" +#: ../fdroidserver/update.py msgid "Use date from APK instead of current time for newly added APKs" msgstr "" msgid "Use date from apk instead of current time for newly added apks" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid msgid "Valid commands are:" msgstr "Gyldige kommandoer er:" +#: ../fdroid msgid "Verify the integrity of downloaded packages" msgstr "Bekreft integriteten til nedlastede pakker" +#: ../fdroid msgid "Warn about possible metadata errors" msgstr "Advar om mulige metadata-feil" +#: ../fdroidserver/update.py msgid "" "When configured for signed indexes, create only unsigned indexes at this " "stage" @@ -657,9 +1121,24 @@ msgstr "" msgid "X.509 'Distiguished Name' used when generating keys" msgstr "" +#: ../fdroidserver/init.py msgid "X.509 'Distinguished Name' used when generating keys" msgstr "" +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + msgid "app-id in the form APPID" msgstr "" @@ -672,59 +1151,307 @@ msgstr "" msgid "app-id with optional versioncode in the form APPID[:VERCODE]" msgstr "" +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py msgid "applicationId in the form APPID" msgstr "" +#: ../fdroidserver/checkupdates.py msgid "applicationId to check for updates" msgstr "" +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" msgstr "" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py msgid "command to execute, either 'init' or 'update'" msgstr "" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py msgid "force errors to be warnings, or ignore" msgstr "tving feil til å bli advarsler, eller ignorer" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" msgstr "" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py msgid "local_copy_dir must be an absolute path!" msgstr "" +#: ../fdroidserver/server.py msgid "local_copy_dir must be directory, not a file!" msgstr "" +#: ../fdroidserver/index.py #, python-format msgid "mirror '%s' does not end with 'fdroid'!" msgstr "" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py msgid "no APK supplied" msgstr "" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid msgid "no version info found!" msgstr "ingen versjonsinfo funnet!" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py msgid "only accepts strings, lists, and tuples" msgstr "" +#: ../fdroidserver/install.py #, python-format msgid "option %s: If you really want to install all the signed apps, use --all" msgstr "" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "Kommandoen \"%s\" gjenkjennes ikke.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "Kommandoen \"%s\" gjenkjennes ikke.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py #, python-brace-format msgid "" "refuse downloading via insecure http connection (use https or specify --no-" "https-check): {apkfilename}" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py msgid "signed APK, either a file-path or HTTPS URL." msgstr "" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid msgid "usage: fdroid [-h|--help|--version] []" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py #, python-brace-format msgid "{appid}: Unknown extlib {path} in build '{versionName}'" msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/pt_BR/LC_MESSAGES/fdroidserver.po b/locale/pt_BR/LC_MESSAGES/fdroidserver.po index 5294dc6a..765f38c7 100644 --- a/locale/pt_BR/LC_MESSAGES/fdroidserver.po +++ b/locale/pt_BR/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-09-02 13:48+0000\n" "Last-Translator: Edgar Moraes Diniz \n" -"Language-Team: Portuguese (Brazil) " -"\n" +"Language-Team: Portuguese (Brazil) \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,221 +19,224 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 2.17-dev\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "Compilar um pacote a partir do código fonte" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "Rapidamente comece um novo repositório" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "Assine e coloque pacotes no repositório" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "Adicione assinaturas gpg para os pacotes no repositório" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "Atualize as informações do repositório para novos pacotes" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "Verifique a integridade dos pacotes baixados" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "Verifique se existem atualizações para os aplicativos" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "Adicione assinaturas gpg para os pacotes no repositório" #: ../fdroid msgid "Add a new application from its source code" msgstr "Adicione um novo aplicativo a partir do seu código fonte" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "Instalar pacotes prontos nos dispositivos" +msgid "Add gpg signatures for packages in repo" +msgstr "Adicione assinaturas gpg para os pacotes no repositório" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "Ler todos os arquivos de metadados e sair" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "Alias (apelido) da chave de assinatura do repositório na keystore" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "Reescrever todos os arquivos de metadados" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "Avisar sobre possíveis erros de metadados" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "Escanear o código fonte de um pacote" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "Escanear dinamicamente os APKs após a compilação" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "Atualizar as estatísticas do repositório" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "Interagir com o servidor HTTP do repositório" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "Assinar os índices criados usando update --nosign" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "Atualizar o log de transparência de um binário para um URL" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "uso: fdroid [-h|--help|--version] []" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "Os comandos válidos são:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "Comando '%s' não é reconhecido\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "Uma exceção desconhecida foi encrontrada!" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "Caminho para o repositório git para usar como log" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" -"O URL base para o registro de mudanças do repositório (padrão: " -"https://f-droid.org)" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "Mandar o registro de mudanças para este repositório git remoto" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "" -"app-id, com código de versão (versionCode) opcional, na forma APPID[:VERCODE]" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "Compilar apenas a última versão de cada pacote" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "Fazer a compilação parar se encontrar exceções" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -"Modo de teste - coloque a saída apenas no diretório tmp e sempre compile, " -"mesmo que a saída já exista." +"Permite que uma revisão diferente (ou árvore do git) seja especificada para " +"a importação inicial" -#: ../fdroidserver/build.py -msgid "Use build server" -msgstr "Usar servidor de compilação" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "Também avisar sobre problemas de formatação, como rewritemeta -l" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -"Redefinir e criar um novo servidor de compilação, mesmo que o existente " -"parecer normal." -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" -msgstr "Especificar que estamos executando no servidor de compilação" - -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -"Pular o escaneamento do código fonte atrás de binários e outros problemas" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" -msgstr "Configurar um emulador, instalar o apk nele e escanear com o drozer" - -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" -msgstr "Não criar um tarball da fonte; útil quando testando uma compilação" - -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -"Não atualizar o repositório; útil quando testando uma compilação sem conexão " -"com a internet" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -"Forçar a compilação de aplicativos desativados e continuar independentemente " -"de problemas de escaneamento. Apenas permitido no modo de teste." + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" +msgstr "Compilar um pacote a partir do código fonte" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "Compilar todos aplicativos disponíveis" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "Atualizar a wiki" - -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "app-id para verificar por atualizações" - -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "Processar atualizações automáticas" - -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" -msgstr "Processar apenas aplicativos com atualizações automáticas" - -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "Enviar mudanças" - -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" -msgstr "Apenas mostrar diferenças com a Play Store" - -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "Mostrar ainda mais informações que o normal" - -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "Restringir a saída a erros e avisos" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" msgstr "" -"app-id, com código de versão (versioncode) opcional, na forma APPID[:VERCODE]" -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "Escanear apenas a versão mais recente de cada pacote" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" +msgstr "Compilar apenas a última versão de cada pacote" + +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Categories are not set" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" +msgstr "" + +#: ../fdroid +msgid "Check for updates to applications" +msgstr "Verifique se existem atualizações para os aplicativos" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -247,113 +250,43 @@ msgstr "Limpar antes do escanemento começar e recompilar o container" msgid "Clean up all containers and then exit" msgstr "Limpar todos os containers e então sair" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "Preparar o Drozer para fazer um escaneamento" +#: ../fdroidserver/update.py +#, fuzzy +msgid "Clean update - don't uses caches, reprocess all APKs" +msgstr "Atualização limpa - não usa cache, reprocessa todos os APKs" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "Substituir o caminho para os APKs do repositório (padrão: ./repo)" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "URL do projeto para importar." - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." -msgstr "" -"Caminho para os principais subdiretórios do projeto android, se não estiver " -"na raiz (root)." +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "Atualização limpa - não usa cache, reprocessa todos os APKs" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "Lista de categorias separadas por vírgula." -#: ../fdroidserver/import.py -msgid "Overall license of the project." -msgstr "Licença geral do projeto." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "Comando '%s' não é reconhecido\n" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "Enviar mudanças" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" +msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -"Permite que uma revisão diferente (ou árvore do git) seja especificada para " -"a importação inicial" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" -msgstr "X.509 'Distiguished Name' usado ao gerar as chaves" - -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "Caminho até a keystore para a chave de assinatura do repositório" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "Alias (apelido) da chave de assinatura do repositório na keystore" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "Caminho até o Android SDK (algumas vezes definido em ANDROID_HOME)" - -#: ../fdroidserver/init.py -#, fuzzy -msgid "Do not prompt for Android SDK path, just fail" -msgstr "Não solicitar um caminho para o Android SDK, apenas emitir falha" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "Instalar todos os aplicativos assinados disponíveis" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "Também avisar sobre problemas de formatação, como rewritemeta -l" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "app-id na forma APPID" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "forçar erros como avisos ou ignorá-los" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "Listar arquivos que devem ser reformatados" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "Reescrever para um formato específico: " - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "comando para executar, seja 'init' ou 'update'" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -"Especifique um arquivo identidade para fornecer ao SSH para usar o rsync" -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "Especifique uma pasta local para ser sincronizada com o repositório" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "Não usar as somas de verificação (checksums) do rsync" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "Baixar os registros de alterações que nós não temos" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "Recalcular estatísticas agregadas - usar quando mudar " - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" -msgstr "Não fazer nada relacionado a registros de alterações" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" +msgstr "" #: ../fdroidserver/update.py msgid "Create a repo signing key in a keystore" @@ -363,35 +296,853 @@ msgstr "Criar uma chave de assinatura do repositório em uma keystore" msgid "Create skeleton metadata files that are missing" msgstr "Criar as bases dos arquivos de metadados que estão faltando" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "Apagar do repositório os APKs e/ou OBBs sem metadados" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Do not prompt for Android SDK path, just fail" +msgstr "Não solicitar um caminho para o Android SDK, apenas emitir falha" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "Não criar um tarball da fonte; útil quando testando uma compilação" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "Não fazer nada relacionado a registros de alterações" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" +"Não atualizar o repositório; útil quando testando uma compilação sem conexão " +"com a internet" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "Não usar as somas de verificação (checksums) do rsync" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "Baixar os registros de alterações que nós não temos" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "Escanear dinamicamente os APKs após a compilação" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "Compilar todos aplicativos disponíveis" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" +"Forçar a compilação de aplicativos desativados e continuar independentemente " +"de problemas de escaneamento. Apenas permitido no modo de teste." + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "Instalar todos os aplicativos assinados disponíveis" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "Instalar pacotes prontos nos dispositivos" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "Interagir com o servidor HTTP do repositório" + +#: ../fdroidserver/update.py +msgid "Interactively ask about things that need updating." +msgstr "Perguntar interativamente sobre elementos que precisam de atualização." + +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Keystore for signing key:\t" +msgstr "Caminho até a keystore para a chave de assinatura do repositório" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "Listar arquivos que devem ser reformatados" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "Fazer a compilação parar se encontrar exceções" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "Apenas mostrar diferenças com a Play Store" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "Processar apenas aplicativos com atualizações automáticas" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "Licença geral do projeto." + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "Substituir o caminho para os APKs do repositório (padrão: ./repo)" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" +"Caminho para os principais subdiretórios do projeto android, se não estiver " +"na raiz (root)." + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" +"Caminho para os principais subdiretórios do projeto android, se não estiver " +"na raiz (root)." + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "Caminho até o Android SDK (algumas vezes definido em ANDROID_HOME)" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "Caminho para o repositório git para usar como log" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "Caminho até a keystore para a chave de assinatura do repositório" + +#: ../fdroidserver/dscanner.py +#, fuzzy +msgid "Prepare Drozer to run a scan" +msgstr "Preparar o Drozer para fazer um escaneamento" + +msgid "Prepare drozer to run a scan" +msgstr "Preparar o Drozer para fazer um escaneamento" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "Processar atualizações automáticas" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Produce human-readable index.xml" +msgstr "Gerar um index.xml legível por humanos" + +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "URL do projeto para importar." + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "Mandar o registro de mudanças para este repositório git remoto" + +#: ../fdroidserver/server.py +#, fuzzy, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "Atualizar o log de transparência de um binário para um URL" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "Rapidamente comece um novo repositório" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "Ler todos os arquivos de metadados e sair" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +#, fuzzy +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "Recalcular estatísticas agregadas - usar quando mudar " + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "Renomear arquivos APK que não são do tipo pacote.nome_123.apk" + #: ../fdroidserver/update.py msgid "Report on build data status" msgstr "Relatório sobre o status dos dados de compilação" -#: ../fdroidserver/update.py -msgid "Interactively ask about things that need updating." -msgstr "Perguntar interativamente sobre elementos que precisam de atualização." +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" +"Redefinir e criar um novo servidor de compilação, mesmo que o existente " +"parecer normal." #: ../fdroidserver/update.py msgid "Resize all the icons exceeding the max pixel size and exit" msgstr "" "Redimensionar todos os ícones que excedam o tamanho máximo de pixels e sair" +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "Restringir a saída a erros e avisos" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "Reescrever todos os arquivos de metadados" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "Reescrever para um formato específico: " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "Reescrever para um formato específico: " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "Escanear apenas a versão mais recente de cada pacote" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "Escanear o código fonte de um pacote" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "Configurar um emulador, instalar o apk nele e escanear com o drozer" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "Configurar um emulador, instalar o apk nele e escanear com o drozer" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "Assine e coloque pacotes no repositório" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "Assinar os índices criados usando update --nosign" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" +"Pular o escaneamento do código fonte atrás de binários e outros problemas" + #: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "Especifique uma pasta local para ser sincronizada com o repositório" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "" +"Especifique um arquivo identidade para fornecer ao SSH para usar o rsync" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "Especificar o editor que será usado no modo interativo. O padrão é %s" + #, c-format msgid "Specify editor to use in interactive mode. Default %s" msgstr "Especificar o editor que será usado no modo interativo. O padrão é %s" -#: ../fdroidserver/update.py -msgid "Produce human-readable index.xml" -msgstr "Gerar um index.xml legível por humanos" +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "Especificar que estamos executando no servidor de compilação" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "Mostrar ainda mais informações que o normal" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" +"Modo de teste - coloque a saída apenas no diretório tmp e sempre compile, " +"mesmo que a saída já exista." + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "" +"O URL base para o registro de mudanças do repositório (padrão: https://f-" +"droid.org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "comando para executar, seja 'init' ou 'update'" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "Uma exceção desconhecida foi encrontrada!" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "Atualize as informações do repositório para novos pacotes" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "Atualizar o log de transparência de um binário para um URL" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "Atualizar as estatísticas do repositório" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "Atualizar a wiki" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "Usar servidor de compilação" #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" -msgstr "Atualização limpa - não usa cache, reprocessa todos os APKs" +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "" +"Usar a data do apk ao invés do horário atual para APKs recentemente " +"adicionados" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" +"Usar a data do apk ao invés do horário atual para APKs recentemente " +"adicionados" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "Os comandos válidos são:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "Verifique a integridade dos pacotes baixados" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "Avisar sobre possíveis erros de metadados" #: ../fdroidserver/update.py msgid "" @@ -401,12 +1152,348 @@ msgstr "" "Quando configurado para índices assinados, crie apenas índices não assinados " "nesta etapa" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" -msgstr "" -"Usar a data do apk ao invés do horário atual para APKs recentemente " -"adicionados" +msgid "X.509 'Distiguished Name' used when generating keys" +msgstr "X.509 'Distiguished Name' usado ao gerar as chaves" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" -msgstr "Renomear arquivos APK que não são do tipo pacote.nome_123.apk" +#: ../fdroidserver/init.py +#, fuzzy +msgid "X.509 'Distinguished Name' used when generating keys" +msgstr "X.509 'Distiguished Name' usado ao gerar as chaves" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "app-id na forma APPID" + +msgid "app-id to check for updates" +msgstr "app-id para verificar por atualizações" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "" +"app-id, com código de versão (versionCode) opcional, na forma APPID[:VERCODE]" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "" +"app-id, com código de versão (versioncode) opcional, na forma APPID[:VERCODE]" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "applicationId in the form APPID" +msgstr "app-id na forma APPID" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "applicationId to check for updates" +msgstr "app-id para verificar por atualizações" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +#, fuzzy +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "" +"app-id, com código de versão (versionCode) opcional, na forma APPID[:VERCODE]" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "comando para executar, seja 'init' ou 'update'" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "forçar erros como avisos ou ignorá-los" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "Uma exceção desconhecida foi encrontrada!" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "Comando '%s' não é reconhecido\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "Comando '%s' não é reconhecido\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "uso: fdroid [-h|--help|--version] []" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/pt_PT/LC_MESSAGES/fdroidserver.po b/locale/pt_PT/LC_MESSAGES/fdroidserver.po index 33e6934f..cde8cf86 100644 --- a/locale/pt_PT/LC_MESSAGES/fdroidserver.po +++ b/locale/pt_PT/LC_MESSAGES/fdroidserver.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" @@ -16,207 +16,219 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: ../fdroid -msgid "Build a package from source" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "" #: ../fdroid -msgid "Quickly start a new repository" -msgstr "" - -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "" - -#: ../fdroid -msgid "Add gpg signatures for packages in repo" -msgstr "" - -#: ../fdroid -msgid "Update repo information for new packages" -msgstr "" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "" - -#: ../fdroid -msgid "Check for updates to applications" +msgid "Add PGP signatures using GnuPG for packages in repo" msgstr "" #: ../fdroid msgid "Add a new application from its source code" msgstr "" -#: ../fdroid -msgid "Install built packages on devices" +msgid "Add gpg signatures for packages in repo" msgstr "" -#: ../fdroid -msgid "Read all the metadata files and exit" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" msgstr "" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -#: ../fdroidserver/build.py -msgid "Use build server" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" msgstr "" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" +#: ../fdroidserver/lint.py +msgid "Categories are not set" msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "" - -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" +#: ../fdroid +msgid "Check for updates to applications" msgstr "" #: ../fdroidserver/dscanner.py @@ -231,106 +243,41 @@ msgstr "" msgid "Clean up all containers and then exit" msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" +#: ../fdroidserver/update.py +msgid "Clean update - don't uses caches, reprocess all APKs" msgstr "" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "" - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." +msgid "Clean update - don't uses caches, reprocess all apks" msgstr "" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "" -#: ../fdroidserver/import.py -msgid "Overall license of the project." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "" - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "" - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" msgstr "" #: ../fdroidserver/update.py @@ -341,33 +288,820 @@ msgstr "" msgid "Create skeleton metadata files that are missing" msgstr "" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to align application" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + #: ../fdroidserver/update.py -msgid "Report on build data status" +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" msgstr "" #: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "" -#: ../fdroidserver/update.py -msgid "Resize all the icons exceeding the max pixel size and exit" +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" msgstr "" -#: ../fdroidserver/update.py -#, c-format -msgid "Specify editor to use in interactive mode. Default %s" +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Keystore for signing key:\t" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Path to main Android project subdirectory, if not in root." +msgstr "" + +msgid "Path to main android project subdirectory, if not in root." +msgstr "" + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Prepare Drozer to run a scan" +msgstr "" + +msgid "Prepare drozer to run a scan" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" msgstr "" #: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "" +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "" + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" + +#: ../fdroidserver/update.py +msgid "Resize all the icons exceeding the max pixel size and exit" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Run rewritemeta to fix formatting" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" + +#: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Specify editor to use in interactive mode. Default " +msgstr "" + +#, c-format +msgid "Specify editor to use in interactive mode. Default %s" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "" + +#: ../fdroidserver/server.py +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "" + +#: ../fdroid +msgid "Warn about possible metadata errors" msgstr "" #: ../fdroidserver/update.py @@ -376,10 +1110,340 @@ msgid "" "stage" msgstr "" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" +msgid "X.509 'Distiguished Name' used when generating keys" msgstr "" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" +#: ../fdroidserver/init.py +msgid "X.509 'Distinguished Name' used when generating keys" msgstr "" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "" + +msgid "app-id to check for updates" +msgstr "" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +msgid "applicationId in the form APPID" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "applicationId to check for updates" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +msgid "no version info found!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s not recognized" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not recognized" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/tr/LC_MESSAGES/fdroidserver.po b/locale/tr/LC_MESSAGES/fdroidserver.po index b8708bd6..123a458e 100644 --- a/locale/tr/LC_MESSAGES/fdroidserver.po +++ b/locale/tr/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-06-23 14:47+0000\n" "Last-Translator: monolifed \n" -"Language-Team: Turkish " -"\n" +"Language-Team: Turkish \n" "Language: tr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,217 +19,224 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n > 1;\n" "X-Generator: Weblate 2.15-dev\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "Kaynaktan bir paket oluştur" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "Hızlıca yeni bir depo başlat" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "Paketleri imzala ve depoya yerleştir" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "Depodaki paketler için GPG imzaları ekle" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "Yeni paketler için depo bilgisini güncelle" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "İndirilen paketlerin bütünlüğünü doğrula" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "Uygulama güncellemelerini denetle" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "Depodaki paketler için GPG imzaları ekle" #: ../fdroid msgid "Add a new application from its source code" msgstr "Kaynak kodundan yeni bir uygulama ekle" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "Oluşturulan paketleri aygıtlara kur" +msgid "Add gpg signatures for packages in repo" +msgstr "Depodaki paketler için GPG imzaları ekle" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "Tüm meta veri dosyalarını oku ve çık" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "Depo imzalama anahtarının anahtar deposundaki takma adı" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "Tüm meta veri dosyalarını yeniden yaz" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "Olası meta veri hataları hakkında uyar" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "Bir paketin kaynak kodunu tara" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "Oluşturma sonrası APKları dinamik olarak tara" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "Depo istatistikleri güncelleştir" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "Depo HTTP sunucusu ile etkileşim kur" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "update -nosign ile yaratılan indeksleri imzala" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "Bir URL için çalıştırılabilir şeffaflık günlüğünü güncelle" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "kullanım: fdroid [-h|--help|--version] []" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "Geçerli komutlar:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "Komut '%s' tanınmıyor.\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "Bilinmeyen özel durum bulundu!" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "Günlük olarak kullanılacak git deposunun konumu" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "Günlüklenecek depo için taban URLsi (öntanımlı: https://f-droid.org)" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "Günlüğü bu git uzak deposuna it" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "APPID[:VERCODE] biçiminde app-id, isteğe bağlı versionCode ile" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "Her paketin sadece son sürümünü oluştur" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "Özel durumlarda oluşturmayı durdur" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" msgstr "" -"Sınama kipi - çıkışı sadece tmp dizinine koy, ve her zaman oluştur, çıkış " -"zaten var olsa bile." +"İlk içe aktarım için farklı bir revizyonun (veya git dalının) belirtilmesine " +"izin verir" -#: ../fdroidserver/build.py -msgid "Use build server" -msgstr "Oluşturma sunucusu kullan" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "Ayrıca biçimlendirme sorunları hakkında uyar, rewritemeta -l gibi" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -"Sıfırla ve yeni bir oluşturma sunucusu yarat, var olan iyi görünüyor olsa " -"bile." -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" -msgstr "Oluşturma sunucusunda çalıştığımızı belirtin" - -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -"Kaynak kodu, çalıştırılabilir dosyalar ve diğer sorunlar için taramayı atla" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" -msgstr "Bir emülatör kur, APKyı ona kur ve bir Drozer taraması yap" - -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" -msgstr "Bir kaynak tar dosyası yaratma, bir oluşturma sınanırken yararlıdır" - -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -"Depoyu yenileme, bir oluşturma internet bağlantısı olmadan sınanırken " -"yararlıdır" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -"Devre dışı uygulamaların oluşturulmasını zorunlu kıl, ve tarama problemi " -"olsa bile devam et. Sadece sınama kipinde izin verilir." + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" +msgstr "Kaynaktan bir paket oluştur" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "Kullanılabilir tüm uygulamaları oluştur" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "Viki'yi güncelle" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "Güncellemeleri denetlemek için app-id" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" +msgstr "Her paketin sadece son sürümünü oluştur" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "Kendiliğinden güncellemeleri işle" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" -msgstr "Yalnızca kendiliğinden güncellemesi olan uygulamaları işle" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "Değişiklikleri işle" +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" -msgstr "Yalnızca Play Store ile olan farkları yazdır" +#: ../fdroidserver/lint.py +msgid "Categories are not set" +msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "Olağandan daha da çok bilgi çıkart" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" +msgstr "" -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "Çıkışı uyarılara ve hatalara kısıtla" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "APPID[:VERCODE] biçiminde app-id, isteğe bağlı versioncode ile" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "Her paketin sadece en son sürümünü tara" +#: ../fdroid +msgid "Check for updates to applications" +msgstr "Uygulama güncellemelerini denetle" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -243,111 +250,43 @@ msgstr "Taramalar başlamadan önce temizle ve konteyneri yeniden oluştur" msgid "Clean up all containers and then exit" msgstr "Bütün konteynerleri temizle ve sonra çık" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "Drozer'i bir tarama çalıştırmak için hazırla" +#: ../fdroidserver/update.py +#, fuzzy +msgid "Clean update - don't uses caches, reprocess all APKs" +msgstr "Temiz güncelleme - önbellekleri kullanmaz, tüm APKları yeniden işler" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "Depo APKları için konumu geçersiz kıl (öntanımlı: ./repo)" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "İçe aktarma için proje URL'si." - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." -msgstr "Kökte değilse, ana Android proje alt dizininin konumu." +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "Temiz güncelleme - önbellekleri kullanmaz, tüm APKları yeniden işler" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "Kategorilerin virgülle ayrılmış listesi." -#: ../fdroidserver/import.py -msgid "Overall license of the project." -msgstr "Projenin genel lisansı." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "Komut '%s' tanınmıyor.\n" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "Değişiklikleri işle" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" +msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" +msgid "Couldn't find latest version code" msgstr "" -"İlk içe aktarım için farklı bir revizyonun (veya git dalının) belirtilmesine " -"izin verir" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" -msgstr "Anahtarlar üretilirken X.509 'Distinguished Name' kullanılır" - -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "Depo imzalama anahtarı için anahtar deposunun konumu" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "Depo imzalama anahtarının anahtar deposundaki takma adı" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "Android SDK konumu (bazen ANDROID_HOME'da ayarlıdır)" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "Android SDK konumunu sorma, sadece başarısız ol" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "Kullanılabilir tüm imzalı uygulamaları kur" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "Ayrıca biçimlendirme sorunları hakkında uyar, rewritemeta -l gibi" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "APPID biçiminde app-id" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "hataları uyarı olmaya zorla veya yok say" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "Yeniden biçimlendirilecek olan dosyaları listele" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "Belirli bir biçimde yeniden yaz: " - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "çalıştırılacak komut, 'init' ya da 'update'" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "Rsync için SSH'a sağlanacak bir kimlik dosyası belirtin" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "Deponun eşleneceği yerel bir klasör belirtin" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "Rsync sağlama toplamlarını kullanma" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "Bizde olmayan günlükleri indir" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" msgstr "" -"Toplam istatistikleri yeniden hesapla - eski önbelleklenen veriyi geçersiz " -"kılacak değişiklikler yapıldığında kullanın " -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" -msgstr "Günlüklerle ilgili bir şey yapma" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" +msgstr "" #: ../fdroidserver/update.py msgid "Create a repo signing key in a keystore" @@ -357,34 +296,842 @@ msgstr "Bir anahtar deposunda, depo imzalama anahtarı yaratır" msgid "Create skeleton metadata files that are missing" msgstr "Eksik olan iskelet meta veri dosyalarını yarat" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "Depodan meta verisi olmayan APKları ve/veya OBBleri sil" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "Android SDK konumunu sorma, sadece başarısız ol" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "Bir kaynak tar dosyası yaratma, bir oluşturma sınanırken yararlıdır" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "Günlüklerle ilgili bir şey yapma" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" +"Depoyu yenileme, bir oluşturma internet bağlantısı olmadan sınanırken " +"yararlıdır" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "Rsync sağlama toplamlarını kullanma" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "Bizde olmayan günlükleri indir" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "Oluşturma sonrası APKları dinamik olarak tara" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "Kullanılabilir tüm uygulamaları oluştur" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" +"Devre dışı uygulamaların oluşturulmasını zorunlu kıl, ve tarama problemi " +"olsa bile devam et. Sadece sınama kipinde izin verilir." + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + #: ../fdroidserver/update.py -msgid "Report on build data status" -msgstr "Oluşturma veri durumu hakkında bildir" +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "Kullanılabilir tüm imzalı uygulamaları kur" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "Oluşturulan paketleri aygıtlara kur" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "Depo HTTP sunucusu ile etkileşim kur" #: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "Güncelleme gerektiren şeyler hakkında etkileşimli olarak sor." -#: ../fdroidserver/update.py -msgid "Resize all the icons exceeding the max pixel size and exit" -msgstr "Piksel boyut sınırını aşan tüm simgeleri yeniden boyutlandır ve çık" +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" -#: ../fdroidserver/update.py -#, c-format -msgid "Specify editor to use in interactive mode. Default %s" -msgstr "Etkileşimli kipte kullanılacak editörü belirtin. Öntanımlı %s" +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Keystore for signing key:\t" +msgstr "Depo imzalama anahtarı için anahtar deposunun konumu" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "Yeniden biçimlendirilecek olan dosyaları listele" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "Özel durumlarda oluşturmayı durdur" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "Yalnızca Play Store ile olan farkları yazdır" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "Yalnızca kendiliğinden güncellemesi olan uygulamaları işle" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "Projenin genel lisansı." + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "Depo APKları için konumu geçersiz kıl (öntanımlı: ./repo)" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Path to main Android project subdirectory, if not in root." +msgstr "Kökte değilse, ana Android proje alt dizininin konumu." + +msgid "Path to main android project subdirectory, if not in root." +msgstr "Kökte değilse, ana Android proje alt dizininin konumu." + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "Android SDK konumu (bazen ANDROID_HOME'da ayarlıdır)" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "Günlük olarak kullanılacak git deposunun konumu" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "Depo imzalama anahtarı için anahtar deposunun konumu" + +#: ../fdroidserver/dscanner.py +#, fuzzy +msgid "Prepare Drozer to run a scan" +msgstr "Drozer'i bir tarama çalıştırmak için hazırla" + +msgid "Prepare drozer to run a scan" +msgstr "Drozer'i bir tarama çalıştırmak için hazırla" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "Kendiliğinden güncellemeleri işle" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" +msgstr "" #: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "Okunabilir index.xml üret" +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "İçe aktarma için proje URL'si." + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "Günlüğü bu git uzak deposuna it" + +#: ../fdroidserver/server.py +#, fuzzy, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "Bir URL için çalıştırılabilir şeffaflık günlüğünü güncelle" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "Hızlıca yeni bir depo başlat" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "Tüm meta veri dosyalarını oku ve çık" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +#, fuzzy +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "" +"Toplam istatistikleri yeniden hesapla - eski önbelleklenen veriyi geçersiz " +"kılacak değişiklikler yapıldığında kullanın " + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" -msgstr "Temiz güncelleme - önbellekleri kullanmaz, tüm APKları yeniden işler" +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "paket.ad_123.apk ile eşleşmeyen tüm APK dosyalarını yeniden adlandır" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "Oluşturma veri durumu hakkında bildir" + +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" +"Sıfırla ve yeni bir oluşturma sunucusu yarat, var olan iyi görünüyor olsa " +"bile." + +#: ../fdroidserver/update.py +msgid "Resize all the icons exceeding the max pixel size and exit" +msgstr "Piksel boyut sınırını aşan tüm simgeleri yeniden boyutlandır ve çık" + +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "Çıkışı uyarılara ve hatalara kısıtla" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "Tüm meta veri dosyalarını yeniden yaz" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "Belirli bir biçimde yeniden yaz: " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "Belirli bir biçimde yeniden yaz: " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "Her paketin sadece en son sürümünü tara" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "Bir paketin kaynak kodunu tara" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "Bir emülatör kur, APKyı ona kur ve bir Drozer taraması yap" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "Bir emülatör kur, APKyı ona kur ve bir Drozer taraması yap" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "Paketleri imzala ve depoya yerleştir" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "update -nosign ile yaratılan indeksleri imzala" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" +"Kaynak kodu, çalıştırılabilir dosyalar ve diğer sorunlar için taramayı atla" + +#: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "Deponun eşleneceği yerel bir klasör belirtin" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "Rsync için SSH'a sağlanacak bir kimlik dosyası belirtin" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "Etkileşimli kipte kullanılacak editörü belirtin. Öntanımlı %s" + +#, c-format +msgid "Specify editor to use in interactive mode. Default %s" +msgstr "Etkileşimli kipte kullanılacak editörü belirtin. Öntanımlı %s" + +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "Oluşturma sunucusunda çalıştığımızı belirtin" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "Olağandan daha da çok bilgi çıkart" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" +"Sınama kipi - çıkışı sadece tmp dizinine koy, ve her zaman oluştur, çıkış " +"zaten var olsa bile." + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "Günlüklenecek depo için taban URLsi (öntanımlı: https://f-droid.org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "çalıştırılacak komut, 'init' ya da 'update'" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "Bilinmeyen özel durum bulundu!" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "Yeni paketler için depo bilgisini güncelle" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "Bir URL için çalıştırılabilir şeffaflık günlüğünü güncelle" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "Depo istatistikleri güncelleştir" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "Viki'yi güncelle" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "Oluşturma sunucusu kullan" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "Yeni eklenen APKlar için o anki zaman yerine APK tarihini kullan" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "Yeni eklenen APKlar için o anki zaman yerine APK tarihini kullan" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "Geçerli komutlar:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "İndirilen paketlerin bütünlüğünü doğrula" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "Olası meta veri hataları hakkında uyar" #: ../fdroidserver/update.py msgid "" @@ -394,10 +1141,345 @@ msgstr "" "İmzalı indeksler için yapılandırıldığında, bu aşamada sadece imzasız " "indeksleri yarat" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" -msgstr "Yeni eklenen APKlar için o anki zaman yerine APK tarihini kullan" +msgid "X.509 'Distiguished Name' used when generating keys" +msgstr "Anahtarlar üretilirken X.509 'Distinguished Name' kullanılır" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" -msgstr "paket.ad_123.apk ile eşleşmeyen tüm APK dosyalarını yeniden adlandır" +#: ../fdroidserver/init.py +#, fuzzy +msgid "X.509 'Distinguished Name' used when generating keys" +msgstr "Anahtarlar üretilirken X.509 'Distinguished Name' kullanılır" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "APPID biçiminde app-id" + +msgid "app-id to check for updates" +msgstr "Güncellemeleri denetlemek için app-id" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "APPID[:VERCODE] biçiminde app-id, isteğe bağlı versionCode ile" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "APPID[:VERCODE] biçiminde app-id, isteğe bağlı versioncode ile" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "applicationId in the form APPID" +msgstr "APPID biçiminde app-id" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "applicationId to check for updates" +msgstr "Güncellemeleri denetlemek için app-id" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +#, fuzzy +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "APPID[:VERCODE] biçiminde app-id, isteğe bağlı versionCode ile" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "çalıştırılacak komut, 'init' ya da 'update'" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "hataları uyarı olmaya zorla veya yok say" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "Bilinmeyen özel durum bulundu!" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "Komut '%s' tanınmıyor.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "Komut '%s' tanınmıyor.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "kullanım: fdroid [-h|--help|--version] []" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" diff --git a/locale/uk/LC_MESSAGES/fdroidserver.po b/locale/uk/LC_MESSAGES/fdroidserver.po index 8b600056..844410ed 100644 --- a/locale/uk/LC_MESSAGES/fdroidserver.po +++ b/locale/uk/LC_MESSAGES/fdroidserver.po @@ -6,233 +6,238 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-10-01 11:53+0000\n" "Last-Translator: Володимир Бриняк \n" -"Language-Team: Ukrainian " -"\n" +"Language-Team: Ukrainian \n" "Language: uk\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=" -"4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" "X-Generator: Weblate 2.17-dev\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "Побудуйте пакет з джерела" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "Швидкий запуск нового сховища" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "Записати та розмістити пакети в репозиторії" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "Додайте підписи gpg для пакетів у репозиторії" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "Оновіть інформацію репозиторю для нових пакетів" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "Перевірте цілісність завантажених пакетів" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "Перевірте наявність оновлень для застосунків" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "Додайте підписи gpg для пакетів у репозиторії" #: ../fdroid msgid "Add a new application from its source code" msgstr "Додайте новий застосунку зі свого вихідного коду" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "Встановити побудовані пакети на пристрої" +msgid "Add gpg signatures for packages in repo" +msgstr "Додайте підписи gpg для пакетів у репозиторії" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "Прочитайте всі файли метаданих і вийдіть" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "Псевдонім підписного ключа репозиторія в сховищі ключів" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "Перепишіть усі файли метаданих" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "Попереджати про можливі помилки метаданих" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "Сканування вихідного коду пакета" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "Динамічне сканування створення APKs допису" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "Оновити статистику репозиторію" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "Взаємодія з HTTP-сервером репозиторію" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "Запис індексів, створених за допомогою update --nosign" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "Оновити бінарний журнал прозорості для URL-адреси" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "використання: fdroid [-h|--help|--version] <команда> [<аргументи>]" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "Дійсні команди:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "Команда '%s' не визнана.\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "Виявлено невідому виняткову ситуацію!" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "Шлях до git репозиторію для використання в якості входу" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "" -"Базова URL-адреса для входу в репозиторій (за замовчуванням: " -"https://f-droid.org)" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "Натисніть вхід цього віддаленого сховища git" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "app-id з необов'язковою версією коду у формі APPID[:VERCODE]" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "Створіть лише останню версію кожного пакета" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "Зробити зупинку створення за винятками" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." +"Allows a different revision (or git branch) to be specified for the initial " +"import" +msgstr "Дозволяє вказати іншу версію (або git гілку) для початкового імпорту" + +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "Також попередити про проблеми форматування, наприклад rewritemeta -l" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" msgstr "" -"Режим тесту - надсилайте випуск тільки в каталог tmp, і завжди створюйте, " -"навіть якщо випуск вже існує." -#: ../fdroidserver/build.py -msgid "Use build server" -msgstr "Використовуйте сервер створення" - -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" msgstr "" -"Перезавантажте та створіть новий сервер створення, навіть якщо наявний існує." -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" -msgstr "Вкажіть, що ми працюємо на сервері створення" - -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" msgstr "" -"Пропустити сканування вихідного коду для двійкових файлів та інших проблем" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" msgstr "" -"Налаштуйте емулятор, встановіть apk на нього та виконайте drozer сканування" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" -msgstr "Не створюйте вихідний код, корисно під час тестування створення" - -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" msgstr "" -"Не оновлюйте сховище, корисне під час тестування створення без підключення " -"до Інтернету" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" msgstr "" -"Примусити створювати інвалідні додатки, і здійснювати розміщення незалежно " -"від проблем сканування. Лише дозволено в тестовому режимі." + +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" +msgstr "Побудуйте пакет з джерела" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "Створіть всі доступні застосунки" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "Оновити вікі" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "app-id для перевірки наявність оновлень" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" +msgstr "Створіть лише останню версію кожного пакета" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "Процес автоматичних оновлень" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" -msgstr "Обробляти застосунки лише за допомогою автоматичних оновлень" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "Прийняти зміни" +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" -msgstr "Друкувати відмінності тільки з Play Store" +#: ../fdroidserver/lint.py +msgid "Categories are not set" +msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "Випишіть ще більше інформації, ніж звичайно" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" +msgstr "" -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "Обмеження виводу на попередження і помилки" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "app-id з необов'язковим кодом версії у формі APPID[:VERCODE]" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "Сканувати лише останню версію кожного пакета" +#: ../fdroid +msgid "Check for updates to applications" +msgstr "Перевірте наявність оновлень для застосунків" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -246,111 +251,43 @@ msgstr "Очистити перед початком сканування і п msgid "Clean up all containers and then exit" msgstr "Очистити усі контейнери, а потім вийти" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "Підготувати drozer для запуску сканування" +#: ../fdroidserver/update.py +#, fuzzy +msgid "Clean update - don't uses caches, reprocess all APKs" +msgstr "Очистити оновлення - не використовує кеш, повторно обробляє всі apks" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "Перевизначити шлях для репозиторію APKs (default: ./repo)" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "URL-адреса проекту для імпорту." - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." -msgstr "Шлях до основного підкаталогу андроїда, якщо не в кореневому каталозі." +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "Очистити оновлення - не використовує кеш, повторно обробляє всі apks" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "Список категорій, розділених комами." -#: ../fdroidserver/import.py -msgid "Overall license of the project." -msgstr "Загальна ліцензія проекту." +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "Команда '%s' не визнана.\n" -#: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" -msgstr "Дозволяє вказати іншу версію (або git гілку) для початкового імпорту" +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "Прийняти зміни" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" -msgstr "X.509 'Distiguished Name' використовується при створенні ключів" - -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "Шлях до сховища ключа для підписного ключа репозиторія" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "Псевдонім підписного ключа репозиторія в сховищі ключів" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "Шлях до Android SDK (іноді встановлено в ANDROID_HOME)" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "Не точний шлях Android SDK, просто збій" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "Встановити всі доступні підписані застосунки" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "Також попередити про проблеми форматування, наприклад rewritemeta -l" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "app-id у формі APPID" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "примусити попереджувати помилки, або ігнорувати" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "Список файлів, які будуть переформатовані" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "Переписати в певний формат: " - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "команда виконати, 'init' або 'update'" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "Вкажіть файл ідентифікатора для надання SSH для rsyncing" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "Вкажіть локальну папку, щоб синхронізувати репозиторій в" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "Не використовуйте контрольні суми rsync" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "Журналів завантаження у нас немає" - -#: ../fdroidserver/stats.py -msgid "" -"Recalculate aggregate stats - use when changes " -"have been made that would invalidate old cached data." +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" msgstr "" -"Перерахуйте сукупну статистику - використовуйте, коли були внесені зміни, " -"які призведуть до втрати старих кешованих даних." -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" -msgstr "Не робіть нічого пов'язаного з журналами" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version code" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" +msgstr "" #: ../fdroidserver/update.py msgid "Create a repo signing key in a keystore" @@ -360,17 +297,560 @@ msgstr "Створіть ключ підписування репозиторі msgid "Create skeleton metadata files that are missing" msgstr "Створення скелетів файлів метаданих, які відсутні" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "Видаліть APKs і/або OBBs без метаданих з репозиторію" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "Не точний шлях Android SDK, просто збій" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "Не створюйте вихідний код, корисно під час тестування створення" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "Не робіть нічого пов'язаного з журналами" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "" +"Не оновлюйте сховище, корисне під час тестування створення без підключення " +"до Інтернету" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "Не використовуйте контрольні суми rsync" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "Журналів завантаження у нас немає" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "Динамічне сканування створення APKs допису" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "Створіть всі доступні застосунки" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "" +"Примусити створювати інвалідні додатки, і здійснювати розміщення незалежно " +"від проблем сканування. Лише дозволено в тестовому режимі." + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "Встановити всі доступні підписані застосунки" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "Встановити побудовані пакети на пристрої" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "Взаємодія з HTTP-сервером репозиторію" + +#: ../fdroidserver/update.py +msgid "Interactively ask about things that need updating." +msgstr "Інтерактивно запитайте про речі, які потребують оновлення." + +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Keystore for signing key:\t" +msgstr "Шлях до сховища ключа для підписного ключа репозиторія" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "Список файлів, які будуть переформатовані" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "Зробити зупинку створення за винятками" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "Друкувати відмінності тільки з Play Store" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "Обробляти застосунки лише за допомогою автоматичних оновлень" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "Загальна ліцензія проекту." + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "Перевизначити шлях для репозиторію APKs (default: ./repo)" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Path to main Android project subdirectory, if not in root." +msgstr "Шлях до основного підкаталогу андроїда, якщо не в кореневому каталозі." + +msgid "Path to main android project subdirectory, if not in root." +msgstr "Шлях до основного підкаталогу андроїда, якщо не в кореневому каталозі." + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "Шлях до Android SDK (іноді встановлено в ANDROID_HOME)" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "Шлях до git репозиторію для використання в якості входу" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "Шлях до сховища ключа для підписного ключа репозиторія" + +#: ../fdroidserver/dscanner.py +#, fuzzy +msgid "Prepare Drozer to run a scan" +msgstr "Підготувати drozer для запуску сканування" + +msgid "Prepare drozer to run a scan" +msgstr "Підготувати drozer для запуску сканування" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "Процес автоматичних оновлень" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Produce human-readable index.xml" +msgstr "Створити зручний для сприйняття index.xml" + +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "URL-адреса проекту для імпорту." + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "Натисніть вхід цього віддаленого сховища git" + +#: ../fdroidserver/server.py +#, fuzzy, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "Оновити бінарний журнал прозорості для URL-адреси" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "Швидкий запуск нового сховища" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "Прочитайте всі файли метаданих і вийдіть" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "" +"Перерахуйте сукупну статистику - використовуйте, коли були внесені зміни, " +"які призведуть до втрати старих кешованих даних." + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + +#: ../fdroidserver/update.py +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "Перейменування файлів APK, які не відповідають package.name_123.apk" + #: ../fdroidserver/update.py msgid "Report on build data status" msgstr "Звіт про статус створення даних" -#: ../fdroidserver/update.py -msgid "Interactively ask about things that need updating." -msgstr "Інтерактивно запитайте про речі, які потребують оновлення." +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "" +"Перезавантажте та створіть новий сервер створення, навіть якщо наявний існує." #: ../fdroidserver/update.py msgid "Resize all the icons exceeding the max pixel size and exit" @@ -378,20 +858,292 @@ msgstr "" "Змінити розмір усіх значків, що перевищують максимальний розмір пікселя та " "вийти" +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "Обмеження виводу на попередження і помилки" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "Перепишіть усі файли метаданих" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "Переписати в певний формат: " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "Переписати в певний формат: " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "Сканувати лише останню версію кожного пакета" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "Сканування вихідного коду пакета" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "" +"Налаштуйте емулятор, встановіть apk на нього та виконайте drozer сканування" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "" +"Налаштуйте емулятор, встановіть apk на нього та виконайте drozer сканування" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "Записати та розмістити пакети в репозиторії" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "Запис індексів, створених за допомогою update --nosign" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "" +"Пропустити сканування вихідного коду для двійкових файлів та інших проблем" + #: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "Вкажіть локальну папку, щоб синхронізувати репозиторій в" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "Вкажіть файл ідентифікатора для надання SSH для rsyncing" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "" +"Вкажіть редактор для використання в інтерактивному режимі. За замовчуванням " +"%s" + #, c-format msgid "Specify editor to use in interactive mode. Default %s" msgstr "" "Вкажіть редактор для використання в інтерактивному режимі. За замовчуванням " "%s" -#: ../fdroidserver/update.py -msgid "Produce human-readable index.xml" -msgstr "Створити зручний для сприйняття index.xml" +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "Вкажіть, що ми працюємо на сервері створення" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "Випишіть ще більше інформації, ніж звичайно" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "" +"Режим тесту - надсилайте випуск тільки в каталог tmp, і завжди створюйте, " +"навіть якщо випуск вже існує." + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "" +"Базова URL-адреса для входу в репозиторій (за замовчуванням: https://f-droid." +"org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "команда виконати, 'init' або 'update'" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "Виявлено невідому виняткову ситуацію!" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "Оновіть інформацію репозиторю для нових пакетів" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "Оновити бінарний журнал прозорості для URL-адреси" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "Оновити статистику репозиторію" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "Оновити вікі" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "Використовуйте сервер створення" #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" -msgstr "Очистити оновлення - не використовує кеш, повторно обробляє всі apks" +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "" +"Використовуйте дату з apk, замість поточного часу для нових доданих apks" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "" +"Використовуйте дату з apk, замість поточного часу для нових доданих apks" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "Дійсні команди:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "Перевірте цілісність завантажених пакетів" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "Попереджати про можливі помилки метаданих" #: ../fdroidserver/update.py msgid "" @@ -401,11 +1153,350 @@ msgstr "" "Коли налаштовано для підписаних індексів, на цьому етапі створюйте лише " "непідписані індекси" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" -msgstr "" -"Використовуйте дату з apk, замість поточного часу для нових доданих apks" +msgid "X.509 'Distiguished Name' used when generating keys" +msgstr "X.509 'Distiguished Name' використовується при створенні ключів" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" -msgstr "Перейменування файлів APK, які не відповідають package.name_123.apk" +#: ../fdroidserver/init.py +#, fuzzy +msgid "X.509 'Distinguished Name' used when generating keys" +msgstr "X.509 'Distiguished Name' використовується при створенні ключів" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "app-id у формі APPID" + +msgid "app-id to check for updates" +msgstr "app-id для перевірки наявність оновлень" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "app-id з необов'язковою версією коду у формі APPID[:VERCODE]" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "app-id з необов'язковим кодом версії у формі APPID[:VERCODE]" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "applicationId in the form APPID" +msgstr "app-id у формі APPID" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "applicationId to check for updates" +msgstr "app-id для перевірки наявність оновлень" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +#, fuzzy +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "app-id з необов'язковою версією коду у формі APPID[:VERCODE]" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "команда виконати, 'init' або 'update'" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "примусити попереджувати помилки, або ігнорувати" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "Виявлено невідому виняткову ситуацію!" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "Команда '%s' не визнана.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "Команда '%s' не визнана.\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "використання: fdroid [-h|--help|--version] <команда> [<аргументи>]" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" diff --git a/locale/zh_Hans/LC_MESSAGES/fdroidserver.po b/locale/zh_Hans/LC_MESSAGES/fdroidserver.po index c797099d..d03fbed3 100644 --- a/locale/zh_Hans/LC_MESSAGES/fdroidserver.po +++ b/locale/zh_Hans/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-07-24 02:40+0000\n" "Last-Translator: sima \n" -"Language-Team: Chinese (Simplified) " -"\n" +"Language-Team: Chinese (Simplified) \n" "Language: zh_Hans\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,208 +19,220 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.16-dev\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "从源生成包" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "快速新建资源库" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "对包进行签名并将其加入资源库" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "添加包 gpg 签名至资源库" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "更新新包的资源库信息" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "验证已下载包的完整性" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "检查应用更新" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "添加包 gpg 签名至资源库" #: ../fdroid msgid "Add a new application from its source code" msgstr "从源码添加新的应用程序" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "在设备上安装生成包" +msgid "Add gpg signatures for packages in repo" +msgstr "添加包 gpg 签名至资源库" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "读取全部元数据文件并退出" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "密钥存储中资源库签名密钥的别名" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "重写全部元数据文件" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "有关元数据可能错误的警告" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "扫描包源码" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "动态扫描已编译的 APKs" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "更新资源库统计信息" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "与资源库 HTTP 服务器互动" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "签署使用更新创建的索引 --nosign" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "更新 URL 的二进制透明度日志" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "用法:fdroid [-h|--help|--version] []" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "有效的命令为:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "无法识别命令 '%s'。\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "发生未知异常!" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "使用的 git 资源库路径在日志上" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "资源库基 URL的日志(默认为 https://f-droid.org)" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "拖送日志至 git 远程资源库" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "带有可选项 versionCode 的 app-id,格式:APPID[:VERCODE]" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "仅编译每个包的最新版本" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "异常时中止编译" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." -msgstr "测试模式:仅将输出保存至 tmp 目录,即使输出已存在,仍然编译。" +"Allows a different revision (or git branch) to be specified for the initial " +"import" +msgstr "可让运行初始导入时指定不同修订(或 git 分支)" -#: ../fdroidserver/build.py -msgid "Use build server" -msgstr "使用编译服务器" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "同时提示格式问题,如 rewritemeta -l" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." -msgstr "即使已有服务器看起来运行正常,请重置并创建一个全新的编译服务器。" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" +msgstr "" -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" -msgstr "指定在编译服务器上运行" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" +msgstr "" -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" -msgstr "跳过二进制源码扫描和其他问题" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" +msgstr "" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" -msgstr "设置一个模拟器,然后在其中安装 apk 并执行 drozer 扫描" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" +msgstr "" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" -msgstr "不创建源码 tarball 文件,便于内部版本测试" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" +msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" -msgstr "不刷新资源库,便于没有互联网时的内部版本测试" +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" +msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." -msgstr "强制编译已禁用应用,忽略扫描出错。仅用于测试模式。" +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" +msgstr "从源生成包" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "编译全部可用应用程序" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "更新维基页面" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "app-id,用于检查更新" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" +msgstr "仅编译每个包的最新版本" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "处理自动更新" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" -msgstr "仅处理使用自动更新的应用" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "提交更改" +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" -msgstr "仅输出与 Play Store 的差异" +#: ../fdroidserver/lint.py +msgid "Categories are not set" +msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "比一般情况输出更多的信息" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" +msgstr "" -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "仅输出警告和出错信息" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "带有可选项 versioncode 的 app-id,格式:APPID[:VERCODE]" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "仅扫描每个包的最新版本" +#: ../fdroid +msgid "Check for updates to applications" +msgstr "检查应用更新" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -234,107 +246,43 @@ msgstr "在扫描启动和容器重新编译之前清除" msgid "Clean up all containers and then exit" msgstr "清除所有容器,然后退出" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "准备运行 drozer 扫描" +#: ../fdroidserver/update.py +#, fuzzy +msgid "Clean update - don't uses caches, reprocess all APKs" +msgstr "清除更新:不用缓存,重新处理全部 apk" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "覆盖资源库 APK 路径(默认为 ./repo)" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "项目 URL 导入位置。" - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." -msgstr "如果不是位于根目录,路径为 android 主项目的子目录。" +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "清除更新:不用缓存,重新处理全部 apk" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "逗号分割的目录列表。" -#: ../fdroidserver/import.py -msgid "Overall license of the project." -msgstr "项目总体许可证。" +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "无法识别命令 '%s'。\n" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "提交更改" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" +msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" -msgstr "可让运行初始导入时指定不同修订(或 git 分支)" +msgid "Couldn't find latest version code" +msgstr "" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" -msgstr "X.509 生成密钥时所用的“可分辨名称”" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" +msgstr "" -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "资源库签名密钥的密钥存储(keystore)路径" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "密钥存储中资源库签名密钥的别名" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "Android SDK 路径(有时在 ANDROID_HOME 中设置)" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "不提示输入 Android SDK 路径,仅显示失败" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "安装全部可用的已签名应用" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "同时提示格式问题,如 rewritemeta -l" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "app-id,格式:APPID" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "强制错误提示警告或忽略" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "列出全部需重新设定格式的文件" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "重写为特定格式: " - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "执行命令:init 或 update" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "指定 rsync 同步时 SSH 所用的标识文件" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "指定资源库同步的本地文件夹" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "请勿使用 rsync 校验和" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "下载当前没有的日志" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "重新计算聚合统计信息(发生更改时使用) " - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" -msgstr "请勿做任何日志相关的操作" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" +msgstr "" #: ../fdroidserver/update.py msgid "Create a repo signing key in a keystore" @@ -344,34 +292,830 @@ msgstr "在密钥存储中创建资源库签名密钥" msgid "Create skeleton metadata files that are missing" msgstr "创建缺少的主干元数据文件" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "从资源库中删除没有元数据的 APK 和 OBB" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "不提示输入 Android SDK 路径,仅显示失败" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "不创建源码 tarball 文件,便于内部版本测试" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "请勿做任何日志相关的操作" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "不刷新资源库,便于没有互联网时的内部版本测试" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "请勿使用 rsync 校验和" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "下载当前没有的日志" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "动态扫描已编译的 APKs" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "编译全部可用应用程序" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "强制编译已禁用应用,忽略扫描出错。仅用于测试模式。" + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + #: ../fdroidserver/update.py -msgid "Report on build data status" -msgstr "报告编译数据状态" +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "安装全部可用的已签名应用" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "在设备上安装生成包" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "与资源库 HTTP 服务器互动" #: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "需更新事项的互动提示。" -#: ../fdroidserver/update.py -msgid "Resize all the icons exceeding the max pixel size and exit" -msgstr "对超过像素大小上限的全部图标进行尺寸调整,然后退出" +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" -#: ../fdroidserver/update.py -#, c-format -msgid "Specify editor to use in interactive mode. Default %s" -msgstr "指定编辑器使用互动模式。默认 %s" +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Keystore for signing key:\t" +msgstr "资源库签名密钥的密钥存储(keystore)路径" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "列出全部需重新设定格式的文件" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "异常时中止编译" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "仅输出与 Play Store 的差异" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "仅处理使用自动更新的应用" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "项目总体许可证。" + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "覆盖资源库 APK 路径(默认为 ./repo)" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Path to main Android project subdirectory, if not in root." +msgstr "如果不是位于根目录,路径为 android 主项目的子目录。" + +msgid "Path to main android project subdirectory, if not in root." +msgstr "如果不是位于根目录,路径为 android 主项目的子目录。" + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "Android SDK 路径(有时在 ANDROID_HOME 中设置)" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "使用的 git 资源库路径在日志上" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "资源库签名密钥的密钥存储(keystore)路径" + +#: ../fdroidserver/dscanner.py +#, fuzzy +msgid "Prepare Drozer to run a scan" +msgstr "准备运行 drozer 扫描" + +msgid "Prepare drozer to run a scan" +msgstr "准备运行 drozer 扫描" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "处理自动更新" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" +msgstr "" #: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "生成用户可读的 index.xml" +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "项目 URL 导入位置。" + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "拖送日志至 git 远程资源库" + +#: ../fdroidserver/server.py +#, fuzzy, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "更新 URL 的二进制透明度日志" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "快速新建资源库" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "读取全部元数据文件并退出" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +#, fuzzy +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "重新计算聚合统计信息(发生更改时使用) " + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" -msgstr "清除更新:不用缓存,重新处理全部 apk" +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "对于文件名不符合 package.name_123.apk 的文件进行重命名" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "报告编译数据状态" + +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "即使已有服务器看起来运行正常,请重置并创建一个全新的编译服务器。" + +#: ../fdroidserver/update.py +msgid "Resize all the icons exceeding the max pixel size and exit" +msgstr "对超过像素大小上限的全部图标进行尺寸调整,然后退出" + +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "仅输出警告和出错信息" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "重写全部元数据文件" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "重写为特定格式: " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "重写为特定格式: " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "仅扫描每个包的最新版本" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "扫描包源码" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "设置一个模拟器,然后在其中安装 apk 并执行 drozer 扫描" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "设置一个模拟器,然后在其中安装 apk 并执行 drozer 扫描" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "对包进行签名并将其加入资源库" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "签署使用更新创建的索引 --nosign" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "跳过二进制源码扫描和其他问题" + +#: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "指定资源库同步的本地文件夹" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "指定 rsync 同步时 SSH 所用的标识文件" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "指定编辑器使用互动模式。默认 %s" + +#, c-format +msgid "Specify editor to use in interactive mode. Default %s" +msgstr "指定编辑器使用互动模式。默认 %s" + +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "指定在编译服务器上运行" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "比一般情况输出更多的信息" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "测试模式:仅将输出保存至 tmp 目录,即使输出已存在,仍然编译。" + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "资源库基 URL的日志(默认为 https://f-droid.org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "执行命令:init 或 update" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "发生未知异常!" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "更新新包的资源库信息" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "更新 URL 的二进制透明度日志" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "更新资源库统计信息" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "更新维基页面" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "使用编译服务器" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "对于最新添加的 apk,使用来自 apk 的日期,而不是当前时间" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "对于最新添加的 apk,使用来自 apk 的日期,而不是当前时间" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "有效的命令为:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "验证已下载包的完整性" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "有关元数据可能错误的警告" #: ../fdroidserver/update.py msgid "" @@ -379,10 +1123,340 @@ msgid "" "stage" msgstr "如果已配置为使用签名索引,该阶段仅创建未签名索引" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" -msgstr "对于最新添加的 apk,使用来自 apk 的日期,而不是当前时间" +msgid "X.509 'Distiguished Name' used when generating keys" +msgstr "X.509 生成密钥时所用的“可分辨名称”" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" -msgstr "对于文件名不符合 package.name_123.apk 的文件进行重命名" +#: ../fdroidserver/init.py +#, fuzzy +msgid "X.509 'Distinguished Name' used when generating keys" +msgstr "X.509 生成密钥时所用的“可分辨名称”" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "app-id,格式:APPID" + +msgid "app-id to check for updates" +msgstr "app-id,用于检查更新" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "带有可选项 versionCode 的 app-id,格式:APPID[:VERCODE]" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "带有可选项 versioncode 的 app-id,格式:APPID[:VERCODE]" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "applicationId in the form APPID" +msgstr "app-id,格式:APPID" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "applicationId to check for updates" +msgstr "app-id,用于检查更新" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +#, fuzzy +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "带有可选项 versionCode 的 app-id,格式:APPID[:VERCODE]" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "执行命令:init 或 update" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "强制错误提示警告或忽略" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "发生未知异常!" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "无法识别命令 '%s'。\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "无法识别命令 '%s'。\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "用法:fdroid [-h|--help|--version] []" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] "" diff --git a/locale/zh_Hant/LC_MESSAGES/fdroidserver.po b/locale/zh_Hant/LC_MESSAGES/fdroidserver.po index eabcfbcf..da0b852a 100644 --- a/locale/zh_Hant/LC_MESSAGES/fdroidserver.po +++ b/locale/zh_Hant/LC_MESSAGES/fdroidserver.po @@ -6,12 +6,12 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: team@f-droid.org\n" -"POT-Creation-Date: 2017-06-01 17:23+0200\n" +"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n" +"POT-Creation-Date: 2017-10-17 17:48+0200\n" "PO-Revision-Date: 2017-08-31 02:59+0000\n" "Last-Translator: ezjerry liao \n" -"Language-Team: Chinese (Traditional) " -"\n" +"Language-Team: Chinese (Traditional) \n" "Language: zh_Hant\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,208 +19,220 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Weblate 2.17-dev\n" -#: ../fdroid -msgid "Build a package from source" -msgstr "從原始程式碼編譯成套裝軟體" +#: ../fdroidserver/lint.py +#, python-format +msgid "\"%s/\" has no matching metadata file!" +msgstr "" -#: ../fdroid -msgid "Quickly start a new repository" -msgstr "快速啟動新的儲存庫" +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%(option)s option requires %(number)d argument" +msgid_plural "%(option)s option requires %(number)d arguments" +msgstr[0] "" -#: ../fdroid -msgid "Sign and place packages in the repo" -msgstr "簽署並放置套件包在軟體倉庫中" +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%(prog)s: error: %(message)s\n" +msgstr "" -#: ../fdroid -msgid "Add gpg signatures for packages in repo" +#: ../fdroidserver/scanner.py +#, python-format +msgid "%d problems found" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "%prog [options]" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "%r is not callable" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "%s is not an accepted build field" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "%s option does not take a value" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keypass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystore' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'keystorepass' not found in config.py!" +msgstr "" + +#: ../fdroidserver/index.py +msgid "'repo_keyalias' not found in config.py!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "'required' is an invalid argument for positionals" +msgstr "" + +#: ../fdroidserver/common.py +msgid "'sdk_path' not set in 'config.py'!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "'{apkfilename}' is already installed on {dev}." +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"'{field}' will be in random order! Use () or [] brackets if order is " +"important!" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "'{path}' failed to execute!" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "...checkupdate failed for {appid} : {error}" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid ".__call__() not defined" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "/issues is missing" +msgstr "" + +#, fuzzy +msgid "Add PGP signatures for packages in repo using GnuPG" msgstr "在軟體倉庫中加入套件包的 gpg 簽署" #: ../fdroid -msgid "Update repo information for new packages" -msgstr "為新的套件包更新軟體倉庫資訊" - -#: ../fdroid -msgid "Verify the integrity of downloaded packages" -msgstr "驗證下載套裝軟體的完整性" - -#: ../fdroid -msgid "Check for updates to applications" -msgstr "檢查應用程式更新" +#, fuzzy +msgid "Add PGP signatures using GnuPG for packages in repo" +msgstr "在軟體倉庫中加入套件包的 gpg 簽署" #: ../fdroid msgid "Add a new application from its source code" msgstr "從原始程式碼增加一個新的應用程式" -#: ../fdroid -msgid "Install built packages on devices" -msgstr "在裝置上安裝構建套件包" +msgid "Add gpg signatures for packages in repo" +msgstr "在軟體倉庫中加入套件包的 gpg 簽署" -#: ../fdroid -msgid "Read all the metadata files and exit" -msgstr "讀取所有的中介資料檔案並退出" +#: ../fdroidserver/init.py +msgid "Alias of the repo signing key in the keystore" +msgstr "在金鑰庫裡軟體倉庫簽署金鑰的別名" -#: ../fdroid -msgid "Rewrite all the metadata files" -msgstr "重寫所有的中介資料檔案" - -#: ../fdroid -msgid "Warn about possible metadata errors" -msgstr "關於中介資料可能錯誤的警告" - -#: ../fdroid -msgid "Scan the source code of a package" -msgstr "掃描套件包的原始碼" - -#: ../fdroid -msgid "Dynamically scan APKs post build" -msgstr "動態掃描建置後的 APK" - -#: ../fdroid -msgid "Update the stats of the repo" -msgstr "更新軟體倉庫的統計" - -#: ../fdroid -msgid "Interact with the repo HTTP server" -msgstr "與軟體倉庫 HTTP 伺服器互動" - -#: ../fdroid -msgid "Sign indexes created using update --nosign" -msgstr "簽署使用更新建立的索引 --nosign" - -#: ../fdroid -msgid "Update the binary transparency log for a URL" -msgstr "為網址更新二進制的透明日誌" - -#: ../fdroid -msgid "usage: fdroid [-h|--help|--version] []" -msgstr "用法:fdroid [-h|--help|--version] []" - -#: ../fdroid -msgid "Valid commands are:" -msgstr "正確的命令是:" - -#: ../fdroid -#, c-format -msgid "Command '%s' not recognised.\n" -msgstr "不能承認命令「%s」。\n" - -#: ../fdroid -msgid "Unknown exception found!" -msgstr "發現未知的異常!" - -#: ../fdroidserver/btlog.py -msgid "Path to the git repo to use as the log" -msgstr "到 git 軟體倉庫的路徑用在日誌" - -#: ../fdroidserver/btlog.py -msgid "The base URL for the repo to log (default: https://f-droid.org)" -msgstr "軟體倉庫日誌的總部網址(預設:https://f-droid.org)" - -#: ../fdroidserver/btlog.py -msgid "Push the log to this git remote repository" -msgstr "將日誌推送到 git 遠端軟體倉庫" - -#: ../fdroidserver/build.py:875 ../fdroidserver/install.py -#: ../fdroidserver/publish.py:45 ../fdroidserver/scanner.py -#: ../fdroidserver/verify.py -msgid "app-id with optional versionCode in the form APPID[:VERCODE]" -msgstr "app-id 具有任選的 versionCode 在此格式為 APPID [:VERCODE]" - -#: ../fdroidserver/build.py -msgid "Build only the latest version of each package" -msgstr "只構建每個套件包的最後版本" - -#: ../fdroidserver/build.py -msgid "Make the build stop on exceptions" -msgstr "異常時停止做構建" - -#: ../fdroidserver/build.py +#: ../fdroidserver/import.py msgid "" -"Test mode - put output in the tmp directory only, and always build, even if " -"the output already exists." -msgstr "測試模式 - 將輸出只放在 tmp 目錄中,即使輸出已經存在,仍然構建。" +"Allows a different revision (or git branch) to be specified for the initial " +"import" +msgstr "允許為初始匯入指定不同的校訂(或 git 分支)" -#: ../fdroidserver/build.py -msgid "Use build server" -msgstr "使用構建伺服器" +#: ../fdroidserver/lint.py +msgid "Also warn about formatting issues, like rewritemeta -l" +msgstr "還要提醒格式化問題,如 rewritemeta -l" -#: ../fdroidserver/build.py -msgid "" -"Reset and create a brand new build server, even if the existing one appears " -"to be ok." -msgstr "即使現有的伺服器明顯是好的,仍重置並建立一個新的構建伺服器。" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android Build Tools path '{path}' does not exist!" +msgstr "" -#: ../fdroidserver/build.py -msgid "Specify that we're running on the build server" -msgstr "指定在構建伺服務器上運作" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK '{path}' does not have '{dirname}' installed!" +msgstr "" -#: ../fdroidserver/build.py -msgid "Skip scanning the source code for binaries and other problems" -msgstr "跳過掃描二進制碼和其它問題的原始碼" +#: ../fdroidserver/common.py +msgid "Android SDK not found!" +msgstr "" -#: ../fdroidserver/build.py -msgid "Setup an emulator, install the apk on it and perform a drozer scan" -msgstr "設置一個模擬器,在其上安裝 apk 並執行 drozer 掃描" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' does not exist!" +msgstr "" -#: ../fdroidserver/build.py -msgid "Don't create a source tarball, useful when testing a build" -msgstr "不要建立 tarball,在測試一個構建時很有用處" +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Android SDK path '{path}' is not a directory!" +msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Don't refresh the repository, useful when testing a build with no internet " -"connection" -msgstr "不要更新軟體倉庫,在沒有網路連線時測試構建很有用" +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "App is in '{repo}' but has a link to {url}" +msgstr "" -#: ../fdroidserver/build.py -msgid "" -"Force build of disabled apps, and carries on regardless of scan problems. " -"Only allowed in test mode." -msgstr "強制停用應用程式的構建,並且忽視掃描問題而繼續。只允許在測試模式下。" +#: ../fdroidserver/lint.py +msgid "Appending .git is not necessary" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Branch '{branch}' used as commit in srclib '{srclib}'" +msgstr "" + +#: ../fdroid +msgid "Build a package from source" +msgstr "從原始程式碼編譯成套裝軟體" #: ../fdroidserver/build.py msgid "Build all applications available" msgstr "構建所有可用的應用程式" -#: ../fdroidserver/build.py:901 ../fdroidserver/update.py -msgid "Update the wiki" -msgstr "更新維基百科" +#: ../fdroidserver/lint.py +msgid "Build generated by `fdroid import` - remove disable line once ready" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "app-id to check for updates" -msgstr "以 app-id 檢查更新" +#: ../fdroidserver/build.py +msgid "Build only the latest version of each package" +msgstr "只構建每個套件包的最後版本" -#: ../fdroidserver/checkupdates.py -msgid "Process auto-updates" -msgstr "處理自動更新" +#: ../fdroidserver/init.py +#, python-format +msgid "Built repo based in \"%s\" with this config:" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only process apps with auto-updates" -msgstr "只處理具有自動更新的應用程式" +#: ../fdroidserver/build.py +msgid "Can't build due to {} error while scanning" +msgid_plural "Can't build due to {} errors while scanning" +msgstr[0] "" -#: ../fdroidserver/checkupdates.py -msgid "Commit changes" -msgstr "提交變更" +#: ../fdroidserver/rewritemeta.py +msgid "Cannot use --list and --to at the same time" +msgstr "" -#: ../fdroidserver/checkupdates.py -msgid "Only print differences with the Play Store" -msgstr "僅印出與 Play Store 的不同處" +#: ../fdroidserver/lint.py +msgid "Categories are not set" +msgstr "" -#: ../fdroidserver/common.py -msgid "Spew out even more information than normal" -msgstr "傾湧出比正常情況下更多的資訊" +#: ../fdroidserver/lint.py +#, python-format +msgid "Category '%s' is not valid" +msgstr "" -#: ../fdroidserver/common.py -msgid "Restrict output to warnings and errors" -msgstr "將輸出限定為警告和錯誤" - -#: ../fdroidserver/dscanner.py -msgid "app-id with optional versioncode in the form APPID[:VERCODE]" -msgstr "app-id 具有任選的 versioncode 在此格式為 APPID [:VERCODE]" - -#: ../fdroidserver/dscanner.py -msgid "Scan only the latest version of each package" -msgstr "只掃描每個套件包的最新版本" +#: ../fdroid +msgid "Check for updates to applications" +msgstr "檢查應用程式更新" #: ../fdroidserver/dscanner.py msgid "Clean after all scans have finished" @@ -234,107 +246,43 @@ msgstr "在掃描開始與重新構建容器之前清除" msgid "Clean up all containers and then exit" msgstr "清除所有容器,然後退出" -#: ../fdroidserver/dscanner.py -msgid "Prepare drozer to run a scan" -msgstr "準備 drozer 以執行掃描" +#: ../fdroidserver/update.py +#, fuzzy +msgid "Clean update - don't uses caches, reprocess all APKs" +msgstr "清除更新 - 不使用快取,重新處理全部的 apk" -#: ../fdroidserver/dscanner.py -msgid "Override path for repo APKs (default: ./repo)" -msgstr "覆蓋軟體倉庫 APK 的路徑 (預設:./repo)" - -#: ../fdroidserver/import.py -msgid "Project URL to import from." -msgstr "要導入的專案網址。" - -#: ../fdroidserver/import.py -msgid "Path to main android project subdirectory, if not in root." -msgstr "如果不在根目錄下,路徑為 android 主要專案的子目錄。" +msgid "Clean update - don't uses caches, reprocess all apks" +msgstr "清除更新 - 不使用快取,重新處理全部的 apk" #: ../fdroidserver/import.py msgid "Comma separated list of categories." msgstr "以逗號分隔類別清單。" -#: ../fdroidserver/import.py -msgid "Overall license of the project." -msgstr "該專案的整體授權。" +#: ../fdroid +#, c-format, python-format +msgid "Command '%s' not recognised.\n" +msgstr "不能承認命令「%s」。\n" + +#: ../fdroidserver/checkupdates.py +msgid "Commit changes" +msgstr "提交變更" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Could not find '{command}' on your system" +msgstr "" #: ../fdroidserver/import.py -msgid "" -"Allows a different revision (or git branch) to be specified for the initial " -"import" -msgstr "允許為初始匯入指定不同的校訂(或 git 分支)" +msgid "Couldn't find latest version code" +msgstr "" -#: ../fdroidserver/init.py -msgid "X.509 'Distiguished Name' used when generating keys" -msgstr "產生金鑰時使用 X.509 '專有名稱'" +#: ../fdroidserver/import.py +msgid "Couldn't find latest version name" +msgstr "" -#: ../fdroidserver/init.py -msgid "Path to the keystore for the repo signing key" -msgstr "給軟體倉庫簽署金鑰的金鑰庫路徑" - -#: ../fdroidserver/init.py -msgid "Alias of the repo signing key in the keystore" -msgstr "在金鑰庫裡軟體倉庫簽署金鑰的別名" - -#: ../fdroidserver/init.py -msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" -msgstr "Android SDK 的路徑(有時在 ANDROID_HOME 中設定)" - -#: ../fdroidserver/init.py -msgid "Do not prompt for Android SDK path, just fail" -msgstr "不要為 Android SDK 的路徑提示,只提示失敗的" - -#: ../fdroidserver/install.py -msgid "Install all signed applications available" -msgstr "安裝所有已簽署可用的應用程式" - -#: ../fdroidserver/lint.py -msgid "Also warn about formatting issues, like rewritemeta -l" -msgstr "還要提醒格式化問題,如 rewritemeta -l" - -#: ../fdroidserver/lint.py:394 ../fdroidserver/rewritemeta.py -msgid "app-id in the form APPID" -msgstr "app-id,格式為 APPID" - -#: ../fdroidserver/metadata.py -msgid "force errors to be warnings, or ignore" -msgstr "強制錯誤警告或忽略" - -#: ../fdroidserver/rewritemeta.py -msgid "List files that would be reformatted" -msgstr "列出將重新格式化的檔案" - -#: ../fdroidserver/rewritemeta.py -msgid "Rewrite to a specific format: " -msgstr "重寫為特定的格式: " - -#: ../fdroidserver/server.py -msgid "command to execute, either 'init' or 'update'" -msgstr "命令執行,'init' 或 'update' 中的任何一個" - -#: ../fdroidserver/server.py -msgid "Specify an identity file to provide to SSH for rsyncing" -msgstr "指定一個身份檔案以提供給 SSH 進行 rsync" - -#: ../fdroidserver/server.py -msgid "Specify a local folder to sync the repo to" -msgstr "指定要將軟體倉庫同步到本地的資料夾" - -#: ../fdroidserver/server.py -msgid "Don't use rsync checksums" -msgstr "不使用 rsync 檢驗和" - -#: ../fdroidserver/stats.py -msgid "Download logs we don't have" -msgstr "下載我們沒有的日誌" - -#: ../fdroidserver/stats.py -msgid "Recalculate aggregate stats - use when changes " -msgstr "重新計算集合統計 - 更改時使用 " - -#: ../fdroidserver/stats.py -msgid "Don't do anything logs-related" -msgstr "不要做任何與日誌有關的事情" +#: ../fdroidserver/import.py +msgid "Couldn't find package ID" +msgstr "" #: ../fdroidserver/update.py msgid "Create a repo signing key in a keystore" @@ -344,34 +292,830 @@ msgstr "在金鑰庫中建立一個軟體倉庫的簽署金鑰" msgid "Create skeleton metadata files that are missing" msgstr "建立缺少的骨幹中介資料檔案" +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Created new container \"{name}\"" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating log directory" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Creating new S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Creating output directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating signed index with this key (SHA256):" +msgstr "" + +#: ../fdroidserver/import.py ../fdroidserver/verify.py +#: ../fdroidserver/publish.py +msgid "Creating temporary directory" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Creating unsigned index in preparation for signing" +msgstr "" + #: ../fdroidserver/update.py msgid "Delete APKs and/or OBBs without metadata from the repo" msgstr "從軟體倉庫刪除缺少中介資料的 APK 和/或 OBB" +#: ../fdroidserver/lint.py +#, python-format +msgid "Description '%s' is just the app's summary" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Description has a duplicate line" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Description of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/init.py +msgid "Do not prompt for Android SDK path, just fail" +msgstr "不要為 Android SDK 的路徑提示,只提示失敗的" + +#: ../fdroidserver/build.py +msgid "Don't create a source tarball, useful when testing a build" +msgstr "不要建立 tarball,在測試一個構建時很有用處" + +#: ../fdroidserver/stats.py +msgid "Don't do anything logs-related" +msgstr "不要做任何與日誌有關的事情" + +#: ../fdroidserver/build.py +msgid "" +"Don't refresh the repository, useful when testing a build with no internet " +"connection" +msgstr "不要更新軟體倉庫,在沒有網路連線時測試構建很有用" + +#: ../fdroidserver/server.py +msgid "Don't use rsync checksums" +msgstr "不使用 rsync 檢驗和" + +#: ../fdroidserver/stats.py +msgid "Download logs we don't have" +msgstr "下載我們沒有的日誌" + +#: ../fdroidserver/common.py +msgid "Downloading the repository already failed once, not trying again." +msgstr "" + +#: ../fdroidserver/verify.py +#, python-brace-format +msgid "Downloading {url} failed. {error}" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Duplicate link in '{field}': {url}" +msgstr "" + +#: ../fdroid +msgid "Dynamically scan APKs post build" +msgstr "動態掃描建置後的 APK" + +#: ../fdroidserver/init.py +#, python-format +msgid "" +"Enter the path to the Android SDK (%s) here:\n" +"> " +msgstr "" + +#: ../fdroidserver/import.py +msgid "Error while getting repo address" +msgstr "" + +#: ../fdroid +msgid "Extract signatures from APKs" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Failed fetching signatures for '{apkfilename}': {error}" +msgstr "" + +#: ../fdroidserver/publish.py +#, fuzzy +msgid "Failed to align application" +msgstr "構建所有可用的應用程式" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Failed to create S3 bucket: {url}" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Failed to get APK manifest information" +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Failed to install '{apkfilename}' on {dev}: {error}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Failed to sign application" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/stats.py ../fdroidserver/update.py +#: ../fdroidserver/rewritemeta.py ../fdroidserver/build.py +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#: ../fdroidserver/install.py +msgid "Finished" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Flattr donation methods belong in the FlattrID flag" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Force build of disabled apps, and carries on regardless of scan problems. " +"Only allowed in test mode." +msgstr "強制停用應用程式的構建,並且忽視掃描問題而繼續。只允許在測試模式下。" + +#: ../fdroidserver/common.py +msgid "Found invalid appids in arguments" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Found invalid versionCodes for some apps" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found multiple signing certificates for repository." +msgstr "" + +#: ../fdroidserver/index.py +msgid "Found no signing certificates for repository." +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Found non-file at %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Git checkout of '%s' failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git clean failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git fetch failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git remote set-head failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git reset failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule sync failed" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Git submodule update failed" +msgstr "" + +#: ../fdroidserver/index.py +msgid "Ignoring package without metadata: " +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Ignoring {ext} file at '{path}'" +msgstr "" + #: ../fdroidserver/update.py -msgid "Report on build data status" -msgstr "報告構建資料的狀態" +msgid "Include APKs that are signed with disabled algorithms like MD5" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Initialising submodules" +msgstr "" + +#: ../fdroidserver/install.py +msgid "Install all signed applications available" +msgstr "安裝所有已簽署可用的應用程式" + +#: ../fdroid +msgid "Install built packages on devices" +msgstr "在裝置上安裝構建套件包" + +#: ../fdroidserver/install.py +#, python-format +msgid "Installing %s..." +msgstr "" + +#: ../fdroidserver/install.py +#, python-brace-format +msgid "Installing '{apkfilename}' on {dev}..." +msgstr "" + +#: ../fdroid +msgid "Interact with the repo HTTP server" +msgstr "與軟體倉庫 HTTP 伺服器互動" #: ../fdroidserver/update.py msgid "Interactively ask about things that need updating." msgstr "以對話方式詢問需要更新的內容。" -#: ../fdroidserver/update.py -msgid "Resize all the icons exceeding the max pixel size and exit" -msgstr "重設超過最大像素的所有圖示之尺寸並且退出" +#: ../fdroidserver/lint.py +msgid "Invalid bulleted list" +msgstr "" -#: ../fdroidserver/update.py -#, c-format -msgid "Specify editor to use in interactive mode. Default %s" -msgstr "指定編輯器在互動模式使用。預設 %s" +#: ../fdroidserver/lint.py +#, python-format +msgid "" +"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "Invalid name for published file: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Invalid package name {0}" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "Java JDK not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "" +"Java jarsigner not found! Install in standard location or set java_paths!" +msgstr "" + +#: ../fdroidserver/init.py +#, fuzzy +msgid "Keystore for signing key:\t" +msgstr "給軟體倉庫簽署金鑰的金鑰庫路徑" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "" +"Last used commit '{commit}' looks like a tag, but Update Check Mode is " +"'{ucm}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +msgid "List files that would be reformatted" +msgstr "列出將重新格式化的檔案" + +#: ../fdroidserver/build.py +msgid "Make the build stop on exceptions" +msgstr "異常時停止做構建" + +#: ../fdroidserver/index.py +msgid "Malformed repository mirrors." +msgstr "" + +#: ../fdroidserver/server.py +msgid "Malformed serverwebroot line:" +msgstr "" + +#: ../fdroidserver/gpgsign.py +msgid "Missing output directory" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Name '%s' is just the auto name - remove it" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No 'config.py' found, using defaults." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No Android SDK found!" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No android or kivy project could be found. Specify --subdir?" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No attached devices found" +msgstr "" + +#: ../fdroidserver/index.py +msgid "No fingerprint in URL." +msgstr "" + +#: ../fdroidserver/common.py +msgid "No git submodules available" +msgstr "" + +#: ../fdroidserver/import.py +msgid "No information found." +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is Free Software" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "No need to specify that the app is for Android" +msgstr "" + +#: ../fdroidserver/server.py +msgid "No option set! Edit your config.py to set at least one of these:" +msgstr "" + +#: ../fdroidserver/common.py +msgid "No packages specified" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "No signed apk available for %s" +msgstr "" + +#: ../fdroidserver/install.py +msgid "No signed output directory - nothing to do" +msgstr "" + +#: ../fdroidserver/common.py +#, python-format +msgid "No such package: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "No such versionCode {versionCode} for app {appid}" +msgstr "" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +msgid "No unsigned directory - nothing to do" +msgstr "" + +#: ../fdroidserver/signindex.py +msgid "Nothing to do" +msgstr "" + +#: ../fdroidserver/checkupdates.py +#, python-brace-format +msgid "Nothing to do for {appid}." +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Only print differences with the Play Store" +msgstr "僅印出與 Play Store 的不同處" + +#: ../fdroidserver/checkupdates.py +msgid "Only process apps with auto-updates" +msgstr "只處理具有自動更新的應用程式" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Options" +msgstr "" + +#: ../fdroidserver/import.py +msgid "Overall license of the project." +msgstr "該專案的整體授權。" + +#: ../fdroidserver/dscanner.py +msgid "Override path for repo APKs (default: ./repo)" +msgstr "覆蓋軟體倉庫 APK 的路徑 (預設:./repo)" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Parsing manifest at '{path}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Password required with username" +msgstr "" + +#: ../fdroidserver/import.py +#, fuzzy +msgid "Path to main Android project subdirectory, if not in root." +msgstr "如果不在根目錄下,路徑為 android 主要專案的子目錄。" + +msgid "Path to main android project subdirectory, if not in root." +msgstr "如果不在根目錄下,路徑為 android 主要專案的子目錄。" + +#: ../fdroidserver/init.py +msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)" +msgstr "Android SDK 的路徑(有時在 ANDROID_HOME 中設定)" + +#: ../fdroidserver/btlog.py +msgid "Path to the git repo to use as the log" +msgstr "到 git 軟體倉庫的路徑用在日誌" + +#: ../fdroidserver/init.py +msgid "Path to the keystore for the repo signing key" +msgstr "給軟體倉庫簽署金鑰的金鑰庫路徑" + +#: ../fdroidserver/dscanner.py +#, fuzzy +msgid "Prepare Drozer to run a scan" +msgstr "準備 drozer 以執行掃描" + +msgid "Prepare drozer to run a scan" +msgstr "準備 drozer 以執行掃描" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Problem with xml at '{path}'" +msgstr "" + +#: ../fdroidserver/checkupdates.py +msgid "Process auto-updates" +msgstr "處理自動更新" + +#: ../fdroidserver/publish.py ../fdroidserver/update.py +#, python-brace-format +msgid "Processing {apkfilename}" +msgstr "" + +#: ../fdroidserver/checkupdates.py ../fdroidserver/scanner.py +#, python-brace-format +msgid "Processing {appid}" +msgstr "" #: ../fdroidserver/update.py msgid "Produce human-readable index.xml" msgstr "產生可讀懂的 index.xml 格式" +#: ../fdroidserver/import.py +msgid "Project URL to import from." +msgstr "要導入的專案網址。" + +#: ../fdroidserver/lint.py +msgid "Punctuation should be avoided" +msgstr "" + +#: ../fdroidserver/btlog.py +msgid "Push the log to this git remote repository" +msgstr "將日誌推送到 git 遠端軟體倉庫" + +#: ../fdroidserver/server.py +#, fuzzy, python-brace-format +msgid "Pushing binary transparency log to {url}" +msgstr "為網址更新二進制的透明日誌" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Pushing to {url}" +msgstr "" + +#: ../fdroid +msgid "Quickly start a new repository" +msgstr "快速啟動新的儲存庫" + +#: ../fdroid +msgid "Read all the metadata files and exit" +msgstr "讀取所有的中介資料檔案並退出" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "Reading '{config_file}'" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "" +"Reading packageName/versionCode/versionName failed, APK invalid: " +"'{apkfilename}'" +msgstr "" + +#: ../fdroidserver/stats.py +#, fuzzy +msgid "" +"Recalculate aggregate stats - use when changes have been made that would " +"invalidate old cached data." +msgstr "重新計算集合統計 - 更改時使用 " + +#: ../fdroidserver/common.py +msgid "Removing specified files" +msgstr "" + #: ../fdroidserver/update.py -msgid "Clean update - don't uses caches, reprocess all apks" -msgstr "清除更新 - 不使用快取,重新處理全部的 apk" +msgid "Rename APK files that do not match package.name_123.apk" +msgstr "為不符合 package.name_123.apk 格式的 APK 檔案更名" + +#: ../fdroidserver/update.py +msgid "Report on build data status" +msgstr "報告構建資料的狀態" + +#: ../fdroidserver/build.py +msgid "" +"Reset and create a brand new build server, even if the existing one appears " +"to be ok." +msgstr "即使現有的伺服器明顯是好的,仍重置並建立一個新的構建伺服器。" + +#: ../fdroidserver/update.py +msgid "Resize all the icons exceeding the max pixel size and exit" +msgstr "重設超過最大像素的所有圖示之尺寸並且退出" + +#: ../fdroidserver/common.py +msgid "Restrict output to warnings and errors" +msgstr "將輸出限定為警告和錯誤" + +#: ../fdroid +msgid "Rewrite all the metadata files" +msgstr "重寫所有的中介資料檔案" + +#: ../fdroidserver/rewritemeta.py +msgid "Rewrite to a specific format: " +msgstr "重寫為特定的格式: " + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}'" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Rewriting '{appid}' to '{path}'" +msgstr "" + +#: ../fdroidserver/lint.py +#, fuzzy +msgid "Run rewritemeta to fix formatting" +msgstr "重寫為特定的格式: " + +#: ../fdroidserver/server.py +msgid "Running first pass with MD5 checking disabled" +msgstr "" + +#: ../fdroidserver/dscanner.py +msgid "Scan only the latest version of each package" +msgstr "只掃描每個套件包的最新版本" + +#: ../fdroid +msgid "Scan the source code of a package" +msgstr "掃描套件包的原始碼" + +#: ../fdroidserver/build.py +msgid "Scanner found {} problem" +msgid_plural "Scanner found {} problems" +msgstr[0] "" + +#: ../fdroidserver/build.py +#, fuzzy +msgid "Setup an emulator, install the APK on it and perform a Drozer scan" +msgstr "設置一個模擬器,在其上安裝 apk 並執行 drozer 掃描" + +msgid "Setup an emulator, install the apk on it and perform a drozer scan" +msgstr "設置一個模擬器,在其上安裝 apk 並執行 drozer 掃描" + +#: ../fdroid +msgid "Sign and place packages in the repo" +msgstr "簽署並放置套件包在軟體倉庫中" + +#: ../fdroid +msgid "Sign indexes created using update --nosign" +msgstr "簽署使用更新建立的索引 --nosign" + +#: ../fdroidserver/build.py +msgid "Skip scanning the source code for binaries and other problems" +msgstr "跳過掃描二進制碼和其它問題的原始碼" + +#: ../fdroidserver/update.py +#, python-brace-format +msgid "Skipping '{apkfilename}' with invalid signature!" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: disabled" +msgstr "" + +#: ../fdroidserver/scanner.py +#, python-brace-format +msgid "Skipping {appid}: no builds specified" +msgstr "" + +#: ../fdroidserver/server.py +msgid "Specify a local folder to sync the repo to" +msgstr "指定要將軟體倉庫同步到本地的資料夾" + +#: ../fdroidserver/server.py +msgid "Specify an identity file to provide to SSH for rsyncing" +msgstr "指定一個身份檔案以提供給 SSH 進行 rsync" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Specify editor to use in interactive mode. Default " +msgstr "指定編輯器在互動模式使用。預設 %s" + +#, c-format +msgid "Specify editor to use in interactive mode. Default %s" +msgstr "指定編輯器在互動模式使用。預設 %s" + +#: ../fdroidserver/build.py +msgid "Specify that we're running on the build server" +msgstr "指定在構建伺服務器上運作" + +#: ../fdroidserver/common.py +msgid "Spew out even more information than normal" +msgstr "傾湧出比正常情況下更多的資訊" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Summary '%s' is just the app's name" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Summary of length {length} is over the {limit} char limit" +msgstr "" + +#: ../fdroidserver/build.py +msgid "" +"Test mode - put output in the tmp directory only, and always build, even if " +"the output already exists." +msgstr "測試模式 - 將輸出只放在 tmp 目錄中,即使輸出已經存在,仍然構建。" + +#: ../fdroidserver/btlog.py +msgid "The base URL for the repo to log (default: https://f-droid.org)" +msgstr "軟體倉庫日誌的總部網址(預設:https://f-droid.org)" + +#: ../fdroidserver/server.py +#, fuzzy +msgid "The only commands currently supported are 'init' and 'update'" +msgstr "命令執行,'init' 或 'update' 中的任何一個" + +#: ../fdroidserver/index.py +msgid "The repository's fingerprint does not match." +msgstr "" + +#: ../fdroidserver/common.py +msgid "The repository's index could not be verified." +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "The root dir for local_copy_dir \"{path}\" does not exist!" +msgstr "" + +#: ../fdroidserver/publish.py +msgid "There is a keyalias collision - publishing halted" +msgstr "" + +#: ../fdroidserver/import.py +#, python-format +msgid "This repo already has local metadata: %s" +msgstr "" + +#: ../fdroidserver/server.py +msgid "" +"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config." +"py!" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "UCM is set but it looks like checkupdates hasn't been run yet" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "URL shorteners should not be used" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "URL {url} in Description: {error}" +msgstr "" + +#: ../fdroid +msgid "Unknown exception found!" +msgstr "發現未知的異常!" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "Unknown file '{filename}' in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/common.py +msgid "Unknown version of aapt, might cause problems: " +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary leading space" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Unnecessary trailing space" +msgstr "" + +#: ../fdroidserver/rewritemeta.py +#, python-brace-format +msgid "Unsupported metadata format, use: --to [{supported}]" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused extlib at %s" +msgstr "" + +#: ../fdroidserver/lint.py +#, python-format +msgid "Unused file at %s" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Update Check Name is set to the known app id - it can be removed" +msgstr "" + +#: ../fdroid +msgid "Update repo information for new packages" +msgstr "為新的套件包更新軟體倉庫資訊" + +#: ../fdroid +msgid "Update the binary transparency log for a URL" +msgstr "為網址更新二進制的透明日誌" + +#: ../fdroid +msgid "Update the stats of the repo" +msgstr "更新軟體倉庫的統計" + +#: ../fdroidserver/update.py ../fdroidserver/build.py +msgid "Update the wiki" +msgstr "更新維基百科" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "Usage" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "Usage: %s\n" +msgstr "" + +#: ../fdroidserver/lint.py +msgid "Use /HEAD instead of /master to point at a file in the default branch" +msgstr "" + +#: ../fdroidserver/build.py +msgid "Use build server" +msgstr "使用構建伺服器" + +#: ../fdroidserver/update.py +#, fuzzy +msgid "Use date from APK instead of current time for newly added APKs" +msgstr "新增的 apk 使用日期,來自 apk 而不是目前時間" + +msgid "Use date from apk instead of current time for newly added apks" +msgstr "新增的 apk 使用日期,來自 apk 而不是目前時間" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "Using s3cmd to sync with: {url}" +msgstr "" + +#: ../fdroid +msgid "Valid commands are:" +msgstr "正確的命令是:" + +#: ../fdroid +msgid "Verify the integrity of downloaded packages" +msgstr "驗證下載套裝軟體的完整性" + +#: ../fdroid +msgid "Warn about possible metadata errors" +msgstr "關於中介資料可能錯誤的警告" #: ../fdroidserver/update.py msgid "" @@ -379,10 +1123,340 @@ msgid "" "stage" msgstr "當已組態為簽名的索引時,只能在此階段建立無簽名的索引" -#: ../fdroidserver/update.py -msgid "Use date from apk instead of current time for newly added apks" -msgstr "新增的 apk 使用日期,來自 apk 而不是目前時間" +msgid "X.509 'Distiguished Name' used when generating keys" +msgstr "產生金鑰時使用 X.509 '專有名稱'" -#: ../fdroidserver/update.py -msgid "Rename APK files that do not match package.name_123.apk" -msgstr "為不符合 package.name_123.apk 格式的 APK 檔案更名" +#: ../fdroidserver/init.py +#, fuzzy +msgid "X.509 'Distinguished Name' used when generating keys" +msgstr "產生金鑰時使用 X.509 '專有名稱'" + +#: ../fdroidserver/common.py +msgid "You can use ANDROID_HOME to set the path to your SDK, i.e.:" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ambiguous option: %(option)s could match %(matches)s" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "ambiguous option: %s (%s?)" +msgstr "" + +msgid "app-id in the form APPID" +msgstr "app-id,格式為 APPID" + +msgid "app-id to check for updates" +msgstr "以 app-id 檢查更新" + +msgid "app-id with optional versionCode in the form APPID[:VERCODE]" +msgstr "app-id 具有任選的 versionCode 在此格式為 APPID [:VERCODE]" + +msgid "app-id with optional versioncode in the form APPID[:VERCODE]" +msgstr "app-id 具有任選的 versioncode 在此格式為 APPID [:VERCODE]" + +#: ../fdroidserver/lint.py ../fdroidserver/rewritemeta.py +#, fuzzy +msgid "applicationId in the form APPID" +msgstr "app-id,格式為 APPID" + +#: ../fdroidserver/checkupdates.py +#, fuzzy +msgid "applicationId to check for updates" +msgstr "以 app-id 檢查更新" + +#: ../fdroidserver/verify.py ../fdroidserver/publish.py +#: ../fdroidserver/dscanner.py ../fdroidserver/build.py +#: ../fdroidserver/scanner.py ../fdroidserver/install.py +#, fuzzy +msgid "applicationId with optional versionCode in the form APPID[:VERCODE]" +msgstr "app-id 具有任選的 versionCode 在此格式為 APPID [:VERCODE]" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "argument \"-\" with mode %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "can't open '%s': %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "cannot have multiple subparser arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "cannot merge actions - two groups are named %r" +msgstr "" + +#: ../fdroidserver/server.py +msgid "command to execute, either 'init' or 'update'" +msgstr "命令執行,'init' 或 'update' 中的任何一個" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "complex" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "conflicting option string: %s" +msgid_plural "conflicting option strings: %s" +msgstr[0] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "dest= is required for options like %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "expected %s argument" +msgid_plural "expected %s arguments" +msgstr[0] "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at least one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected at most one argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "expected one argument" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "floating-point" +msgstr "" + +#: ../fdroidserver/metadata.py +msgid "force errors to be warnings, or ignore" +msgstr "強制錯誤警告或忽略" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "ignored explicit argument %r" +msgstr "" + +#: ../fdroidserver/index.py +msgid "index-v1 must have a signature, use `fdroid signindex` to create it!" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "integer" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid %(type)s value: %(value)r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid choice: %(value)r (choose from %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "invalid conflict_resolution value: %r" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "" +"invalid option string %(option)r: must start with a character " +"%(prefix_chars)r" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "" +"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\"" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be an absolute path!" +msgstr "" + +#: ../fdroidserver/server.py +msgid "local_copy_dir must be directory, not a file!" +msgstr "" + +#: ../fdroidserver/index.py +#, python-format +msgid "mirror '%s' does not end with 'fdroid'!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "mutually exclusive arguments must be optional" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "no APK supplied" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "no such option: %s" +msgstr "" + +#: ../fdroid +#, fuzzy +msgid "no version info found!" +msgstr "發現未知的異常!" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "not allowed with argument %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "one of the arguments %s is required" +msgstr "" + +#: ../fdroidserver/index.py ../fdroidserver/common.py +msgid "only accepts strings, lists, and tuples" +msgstr "" + +#: ../fdroidserver/install.py +#, python-format +msgid "option %s: If you really want to install all the signed apps, use --all" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid %s value: %r" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +#, python-format +msgid "option %s: invalid choice: %r (choose from %s)" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option -%s not recognized" +msgstr "不能承認命令「%s」。\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option -%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s must not have an argument" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s not a unique prefix" +msgstr "" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, fuzzy, python-format +msgid "option --%s not recognized" +msgstr "不能承認命令「%s」。\n" + +#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py +#, python-format +msgid "option --%s requires argument" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "optional arguments" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "positional arguments" +msgstr "" + +#: ../fdroidserver/signatures.py +#, python-brace-format +msgid "" +"refuse downloading via insecure http connection (use https or specify --no-" +"https-check): {apkfilename}" +msgstr "" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "s3cmd sync indexes {path} to {url} and delete" +msgstr "" + +#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py +msgid "show program's version number and exit" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.5/optparse.py +#: /usr/lib/python3.6/argparse.py /usr/lib/python3.6/optparse.py +msgid "show this help message and exit" +msgstr "" + +#: ../fdroidserver/signatures.py +msgid "signed APK, either a file-path or HTTPS URL." +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "the following arguments are required: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unexpected option string: %s" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unknown parser %(parser_name)r (choices: %(choices)s)" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +#, python-format +msgid "unrecognized arguments: %s" +msgstr "" + +#: ../fdroidserver/common.py +#, python-brace-format +msgid "unsafe permissions on '{config_file}' (should be 0600)!" +msgstr "" + +#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py +msgid "usage: " +msgstr "" + +#: ../fdroid +msgid "usage: fdroid [-h|--help|--version] []" +msgstr "用法:fdroid [-h|--help|--version] []" + +#: ../fdroidserver/server.py +#, python-brace-format +msgid "using Apache libcloud to sync with {url}" +msgstr "" + +#: ../fdroidserver/publish.py +#, python-brace-format +msgid "{0} app, {1} key aliases" +msgid_plural "{0} apps, {1} key aliases" +msgstr[0] "" + +#: ../fdroidserver/lint.py +#, python-brace-format +msgid "{appid}: Unknown extlib {path} in build '{versionName}'" +msgstr "" + +#: ../fdroidserver/build.py +msgid "{} build failed" +msgid_plural "{} builds failed" +msgstr[0] "" + +#: ../fdroidserver/build.py +msgid "{} build succeeded" +msgid_plural "{} builds succeeded" +msgstr[0] ""