mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
locale: update all with new source strings
make -C locale fdroidserver.pot make -C locale compile
This commit is contained in:
parent
36e9fbde98
commit
9449d52fbf
@ -5,9 +5,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\n"
|
||||
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2018-07-13 11:05+0200\n"
|
||||
"POT-Creation-Date: 2019-01-28 13:31+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@ -56,6 +56,7 @@ msgid "\"{path}\" is not an accepted format, convert to: {formats}"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "%(option)s option requires %(number)d argument"
|
||||
msgid_plural "%(option)s option requires %(number)d arguments"
|
||||
@ -68,6 +69,7 @@ msgid "%(prog)s [options] url"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "%(prog)s: error: %(message)s\n"
|
||||
msgstr ""
|
||||
@ -78,10 +80,12 @@ msgid "%d problems found"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "%prog [options]"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "%r is not callable"
|
||||
msgstr ""
|
||||
@ -92,6 +96,7 @@ msgid "%s is not an accepted build field"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "%s option does not take a value"
|
||||
msgstr ""
|
||||
@ -113,6 +118,7 @@ msgid "'repo_keyalias' not found in config.py!"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "'required' is an invalid argument for positionals"
|
||||
msgstr ""
|
||||
|
||||
@ -138,6 +144,11 @@ msgstr ""
|
||||
msgid "'{apkfilename}' is already installed on {dev}."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "'{field}' in {linedesc} is obsolete, see docs for current fields:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
|
||||
@ -159,6 +170,7 @@ msgid "...checkupdate failed for {appid} : {error}"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid ".__call__() not defined"
|
||||
msgstr ""
|
||||
|
||||
@ -337,12 +349,12 @@ msgid "Cannot write \"{path}\", not an accepted format, use: {formats}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Categories are not set"
|
||||
#, python-format
|
||||
msgid "Categories '%s' is not valid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-format
|
||||
msgid "Categories '%s' is not valid"
|
||||
msgid "Categories are not set"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroid
|
||||
@ -459,6 +471,11 @@ msgstr ""
|
||||
msgid "Creating unsigned index in preparation for signing"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "CurrentVersionCode {cv} is less than oldest build entry {versionCode}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "DEBUG_KEYSTORE is not set or the value is incomplete"
|
||||
msgstr ""
|
||||
@ -902,6 +919,10 @@ msgstr ""
|
||||
msgid "List files that would be reformatted"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Locale included in f-droid.org URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Make the build stop on exceptions"
|
||||
msgstr ""
|
||||
@ -1051,9 +1072,14 @@ msgid "Only process apps with auto-updates"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/verify.py
|
||||
msgid "Output JSON report to file named after APK."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
msgid "Overall license of the project."
|
||||
msgstr ""
|
||||
@ -1406,6 +1432,10 @@ msgstr ""
|
||||
msgid "The directory to write the mirror to"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
msgid "The only commands currently supported are 'init' and 'update'"
|
||||
msgstr ""
|
||||
@ -1423,10 +1453,6 @@ msgstr ""
|
||||
msgid "The root dir for local_copy_dir \"{path}\" does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/publish.py
|
||||
msgid "There is a keyalias collision - publishing halted"
|
||||
msgstr ""
|
||||
@ -1498,10 +1524,20 @@ msgstr ""
|
||||
msgid "Unnecessary trailing space"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised app field '{fieldname}' in '{path}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Unrecognised app field: "
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised field '{field}' in {linedesc}"
|
||||
@ -1586,10 +1622,12 @@ msgid "UpdateCheckData not a valid URL: {url}"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "Usage: %s\n"
|
||||
msgstr ""
|
||||
@ -1683,11 +1721,13 @@ msgid "adding to {name}: {path}"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/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
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "ambiguous option: %s (%s?)"
|
||||
msgstr ""
|
||||
@ -1708,6 +1748,7 @@ msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "argument \"-\" with mode %r"
|
||||
msgstr ""
|
||||
@ -1717,15 +1758,18 @@ msgid "attempting bare ssh connection to test deploy key:"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "can't open '%s': %s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "cannot have multiple subparser arguments"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "cannot merge actions - two groups are named %r"
|
||||
msgstr ""
|
||||
@ -1744,10 +1788,12 @@ msgid "command to execute, either 'init' or 'update'"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "complex"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "conflicting option string: %s"
|
||||
msgid_plural "conflicting option strings: %s"
|
||||
@ -1775,11 +1821,13 @@ msgid "deployed build logs to '{path}'"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/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
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "expected %s argument"
|
||||
msgid_plural "expected %s arguments"
|
||||
@ -1787,14 +1835,17 @@ msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "expected at least one argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "expected at most one argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "expected one argument"
|
||||
msgstr ""
|
||||
|
||||
@ -1812,6 +1863,7 @@ msgid "fdroid [<command>] [-h|--help|--version|<args>]"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "floating-point"
|
||||
msgstr ""
|
||||
|
||||
@ -1828,6 +1880,7 @@ msgid "git svn clone failed"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "ignored explicit argument %r"
|
||||
msgstr ""
|
||||
@ -1837,25 +1890,30 @@ 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
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "integer"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid %(type)s value: %(value)r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/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
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid conflict_resolution value: %r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
|
||||
msgstr ""
|
||||
@ -1879,6 +1937,7 @@ msgid "mirror '%s' does not end with 'fdroid'!"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "mutually exclusive arguments must be optional"
|
||||
msgstr ""
|
||||
|
||||
@ -1892,6 +1951,7 @@ msgid "no APK supplied"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "no such option: %s"
|
||||
msgstr ""
|
||||
@ -1901,11 +1961,13 @@ msgid "no version info found!"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "not allowed with argument %s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "one of the arguments %s is required"
|
||||
msgstr ""
|
||||
@ -1920,46 +1982,55 @@ 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
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "option %s: invalid %s value: %r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/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
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option -%s not recognized"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option -%s requires argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/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
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option --%s not a unique prefix"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option --%s not recognized"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option --%s requires argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "optional arguments"
|
||||
msgstr ""
|
||||
|
||||
@ -1969,6 +2040,7 @@ msgid "overwriting existing {path}"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "positional arguments"
|
||||
msgstr ""
|
||||
|
||||
@ -1988,11 +2060,13 @@ msgid "s3cmd sync indexes {path} to {url} and delete"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/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
|
||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.7/optparse.py
|
||||
msgid "show this help message and exit"
|
||||
msgstr ""
|
||||
|
||||
@ -2023,21 +2097,25 @@ msgid "supplied timestamp value '{timestamp}' is not a unix timestamp"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "the following arguments are required: %s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "unexpected option string: %s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/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
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "unrecognized arguments: %s"
|
||||
msgstr ""
|
||||
@ -2048,6 +2126,7 @@ msgid "unsafe permissions on '{config_file}' (should be 0600)!"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "usage: "
|
||||
msgstr ""
|
||||
|
||||
@ -2087,6 +2166,16 @@ msgstr ""
|
||||
msgid "{appid} does not have a name! Using package name instead."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Android Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Java Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} is missing {name}"
|
||||
@ -2103,6 +2192,16 @@ msgstr ""
|
||||
msgid "{appid}: no builds specified, running on current source state"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}!'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}'!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "{field} not terminated in {name}"
|
||||
|
@ -6,11 +6,10 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 1.0.6-70-g54bc858\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2018-07-13 11:05+0200\n"
|
||||
"POT-Creation-Date: 2019-01-28 13:05+0100\n"
|
||||
"PO-Revision-Date: 2018-10-03 11:28+0000\n"
|
||||
"Last-Translator: Balázs Meskó <meskobalazs@gmail.com>\n"
|
||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/f-droid/"
|
||||
"fdroidserver/hu/>\n"
|
||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/hu/>\n"
|
||||
"Language: hu\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -131,29 +130,27 @@ msgstr "Az „sdk_path” nincs megadva a „config.py” fájlban."
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!"
|
||||
msgstr ""
|
||||
"Az „{aapt}” túl régi, az fdroidhoz build-tools-23.0.0 vagy újabb szükséges."
|
||||
msgstr "Az „{aapt}” túl régi, az fdroidhoz build-tools-23.0.0 vagy újabb szükséges."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
|
||||
msgstr ""
|
||||
"Az „{aapt}” túl régi, az fdroidhoz build-tools-{version} vagy újabb "
|
||||
"szükséges."
|
||||
msgstr "Az „{aapt}” túl régi, az fdroidhoz build-tools-{version} vagy újabb szükséges."
|
||||
|
||||
#: ../fdroidserver/install.py
|
||||
#, python-brace-format
|
||||
msgid "'{apkfilename}' is already installed on {dev}."
|
||||
msgstr "A(z) „{apkfilename}” már telepítve van ezen: {dev}."
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "'{field}' in {linedesc} is obsolete, see docs for current fields:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"'{field}' will be in random order! Use () or [] brackets if order is "
|
||||
"important!"
|
||||
msgstr ""
|
||||
"A(z) „{field}” véletlenszerű sorrendben lesz. Használjon () vagy [] "
|
||||
"zárójeleket, ha fontos a sorrend."
|
||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
|
||||
msgstr "A(z) „{field}” véletlenszerű sorrendben lesz. Használjon () vagy [] zárójeleket, ha fontos a sorrend."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
@ -163,9 +160,7 @@ msgstr "A(z) „{path}” végrehajtása meghiúsult."
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
|
||||
msgstr ""
|
||||
"A(z) „{value}” nem érvényes {field} érték itt: {appid}. Regex minta: "
|
||||
"{pattern}"
|
||||
msgstr "A(z) „{value}” nem érvényes {field} érték itt: {appid}. Regex minta: {pattern}"
|
||||
|
||||
#: ../fdroidserver/checkupdates.py
|
||||
#, python-brace-format
|
||||
@ -178,8 +173,7 @@ msgstr ".__call__() nincs definiálva"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid ".fdroid.txt is not supported! Convert to .fdroid.yml or .fdroid.json."
|
||||
msgstr ""
|
||||
"Az .fdroid.txt nem támogatott. Alakítsa .fdroid.yml vagy .fdroid.json fájllá."
|
||||
msgstr "Az .fdroid.txt nem támogatott. Alakítsa .fdroid.yml vagy .fdroid.json fájllá."
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "/issues is missing"
|
||||
@ -215,9 +209,7 @@ msgid "Alias of the repo signing key in the keystore"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
msgid ""
|
||||
"Allows a different revision (or git branch) to be specified for the initial "
|
||||
"import"
|
||||
msgid "Allows a different revision (or git branch) to be specified for the initial import"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
@ -274,9 +266,7 @@ msgid "Archiving {apkfilename} with invalid signature!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
msgid ""
|
||||
"Base URL to mirror, can include the index signing key using the query "
|
||||
"string: ?fingerprint="
|
||||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
|
||||
msgstr ""
|
||||
|
||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
|
||||
@ -312,9 +302,7 @@ msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Build should have comma-separated versionName and versionCode, not "
|
||||
"\"{value}\", in {linedesc}"
|
||||
msgid "Build should have comma-separated versionName and versionCode, not \"{value}\", in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
@ -358,12 +346,12 @@ msgid "Cannot write \"{path}\", not an accepted format, use: {formats}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Categories are not set"
|
||||
#, python-format
|
||||
msgid "Categories '%s' is not valid"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-format
|
||||
msgid "Categories '%s' is not valid"
|
||||
msgid "Categories are not set"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroid
|
||||
@ -372,9 +360,7 @@ msgstr "Alkalmazásfrissítések keresése"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, "
|
||||
"archapks:{arch}"
|
||||
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/dscanner.py
|
||||
@ -482,6 +468,11 @@ msgstr ""
|
||||
msgid "Creating unsigned index in preparation for signing"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "CurrentVersionCode {cv} is less than oldest build entry {versionCode}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "DEBUG_KEYSTORE is not set or the value is incomplete"
|
||||
msgstr ""
|
||||
@ -540,9 +531,7 @@ 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"
|
||||
msgid "Don't refresh the repository, useful when testing a build with no internet connection"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py ../fdroidserver/nightly.py
|
||||
@ -569,8 +558,7 @@ msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Duplicate build recipe found for versionCode {versionCode} in {linedesc}"
|
||||
msgid "Duplicate build recipe found for versionCode {versionCode} in {linedesc}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
@ -695,9 +683,7 @@ msgid "Forbidden HTML tags"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid ""
|
||||
"Force build of disabled apps, and carries on regardless of scan problems. "
|
||||
"Only allowed in test mode."
|
||||
msgid "Force build of disabled apps, and carries on regardless of scan problems. Only allowed in test mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
@ -854,8 +840,7 @@ msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list"
|
||||
msgid "Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
@ -907,8 +892,7 @@ 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!"
|
||||
msgid "Java jarsigner not found! Install in standard location or set java_paths!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
@ -921,9 +905,7 @@ msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Last used commit '{commit}' looks like a tag, but Update Check Mode is "
|
||||
"'{ucm}'"
|
||||
msgid "Last used commit '{commit}' looks like a tag, but Update Check Mode is '{ucm}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
@ -934,6 +916,10 @@ msgstr ""
|
||||
msgid "List files that would be reformatted"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Locale included in f-droid.org URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Make the build stop on exceptions"
|
||||
msgstr ""
|
||||
@ -1086,6 +1072,10 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr "Beállítások"
|
||||
|
||||
#: ../fdroidserver/verify.py
|
||||
msgid "Output JSON report to file named after APK."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
msgid "Overall license of the project."
|
||||
msgstr ""
|
||||
@ -1214,9 +1204,7 @@ msgstr ""
|
||||
#. https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Reading packageName/versionCode/versionName failed, APK invalid: "
|
||||
"'{apkfilename}'"
|
||||
msgid "Reading packageName/versionCode/versionName failed, APK invalid: '{apkfilename}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
@ -1225,9 +1213,7 @@ msgid "Reading {apkfilename} from cache"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/stats.py
|
||||
msgid ""
|
||||
"Recalculate aggregate stats - use when changes have been made that would "
|
||||
"invalidate old cached data."
|
||||
msgid "Recalculate aggregate stats - use when changes have been made that would invalidate old cached data."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
@ -1236,18 +1222,14 @@ msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Rename APK files that do not match package.name_123.apk"
|
||||
msgstr ""
|
||||
"Azon APK fájlok átnevezése, melyek nem illeszkednek a csomag.név_123.apk "
|
||||
"mintára"
|
||||
msgstr "Azon APK fájlok átnevezése, melyek nem illeszkednek a csomag.név_123.apk mintára"
|
||||
|
||||
#: ../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."
|
||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
@ -1429,9 +1411,7 @@ msgid "System clock is older than date in {path}!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid ""
|
||||
"Test mode - put output in the tmp directory only, and always build, even if "
|
||||
"the output already exists."
|
||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||
msgstr ""
|
||||
|
||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||
@ -1448,6 +1428,10 @@ msgstr ""
|
||||
msgid "The directory to write the mirror to"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
msgid "The only commands currently supported are 'init' and 'update'"
|
||||
msgstr ""
|
||||
@ -1465,10 +1449,6 @@ msgstr ""
|
||||
msgid "The root dir for local_copy_dir \"{path}\" does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/publish.py
|
||||
msgid "There is a keyalias collision - publishing halted"
|
||||
msgstr ""
|
||||
@ -1479,9 +1459,7 @@ msgid "This repo already has local metadata: %s"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py ../fdroidserver/upload.py
|
||||
msgid ""
|
||||
"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config."
|
||||
"py!"
|
||||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
@ -1542,10 +1520,20 @@ msgstr ""
|
||||
msgid "Unnecessary trailing space"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised app field '{fieldname}' in '{path}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Unrecognised app field: "
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised field '{field}' in {linedesc}"
|
||||
@ -1663,8 +1651,7 @@ msgid "Using \"{path}\" for configuring s3cmd."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid ""
|
||||
"Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
||||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
@ -1703,9 +1690,7 @@ msgid "Warn about possible metadata errors"
|
||||
msgstr "Figyelmeztetés a lehetséges metaadat-hibákról"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid ""
|
||||
"When configured for signed indexes, create only unsigned indexes at this "
|
||||
"stage"
|
||||
msgid "When configured for signed indexes, create only unsigned indexes at this stage"
|
||||
msgstr ""
|
||||
|
||||
msgid "X.509 'Distiguished Name' used when generating keys"
|
||||
@ -1881,9 +1866,7 @@ msgstr "a(z) %r. explicit argumentum mellőzése"
|
||||
|
||||
#: ../fdroidserver/index.py
|
||||
msgid "index-v1 must have a signature, use `fdroid signindex` to create it!"
|
||||
msgstr ""
|
||||
"az index-v1-nek kell legyen aláírása, használja az „fdroid signindex” "
|
||||
"parancsot a létrehozásához."
|
||||
msgstr "az index-v1-nek kell legyen aláírása, használja az „fdroid signindex” parancsot a létrehozásához."
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
msgid "integer"
|
||||
@ -1906,15 +1889,12 @@ 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"
|
||||
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}\""
|
||||
msgid "local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
@ -2026,16 +2006,12 @@ msgstr ""
|
||||
|
||||
#: ../fdroidserver/signatures.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"refuse downloading via insecure HTTP connection (use HTTPS or specify --no-"
|
||||
"https-check): {apkfilename}"
|
||||
msgid "refuse downloading via insecure HTTP connection (use HTTPS or specify --no-https-check): {apkfilename}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/signatures.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"refuse downloading via insecure http connection (use https or specify --no-"
|
||||
"https-check): {apkfilename}"
|
||||
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py ../fdroidserver/upload.py
|
||||
@ -2143,6 +2119,16 @@ msgstr ""
|
||||
msgid "{appid} does not have a name! Using package name instead."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Android Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Java Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} is missing {name}"
|
||||
@ -2159,6 +2145,16 @@ msgstr ""
|
||||
msgid "{appid}: no builds specified, running on current source state"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}!'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}'!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "{field} not terminated in {name}"
|
||||
|
@ -6,17 +6,15 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 1.0.0-95-gd7af22b\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2018-07-13 11:05+0200\n"
|
||||
"POT-Creation-Date: 2019-01-28 13:05+0100\n"
|
||||
"PO-Revision-Date: 2018-10-24 01:34+0000\n"
|
||||
"Last-Translator: Myeongjin Lee <aranet100@gmail.com>\n"
|
||||
"Language-Team: Polish <https://hosted.weblate.org/projects/f-droid/"
|
||||
"fdroidserver/pl/>\n"
|
||||
"Language-Team: Polish <https://hosted.weblate.org/projects/f-droid/fdroidserver/pl/>\n"
|
||||
"Language: pl\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==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
||||
"|| n%100>=20) ? 1 : 2;\n"
|
||||
"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
|
||||
"X-Generator: Weblate 3.3-dev\n"
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
@ -133,29 +131,27 @@ msgstr "'sdk_path' nie jest ustawiony w 'config.py'!"
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!"
|
||||
msgstr ""
|
||||
"'{aapt}' jest zbyt stary, fdroid wymaga build-tools-23.0.0 lub nowszego!"
|
||||
msgstr "'{aapt}' jest zbyt stary, fdroid wymaga build-tools-23.0.0 lub nowszego!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
|
||||
msgstr ""
|
||||
"'{aapt}' jest zbyt stary, fdroid wymaga narzędzi-kompilacji-{version} lub "
|
||||
"nowsze!"
|
||||
msgstr "'{aapt}' jest zbyt stary, fdroid wymaga narzędzi-kompilacji-{version} lub nowsze!"
|
||||
|
||||
#: ../fdroidserver/install.py
|
||||
#, python-brace-format
|
||||
msgid "'{apkfilename}' is already installed on {dev}."
|
||||
msgstr "'{apkfilename}' jest już zainstalowany na {dev}."
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "'{field}' in {linedesc} is obsolete, see docs for current fields:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"'{field}' will be in random order! Use () or [] brackets if order is "
|
||||
"important!"
|
||||
msgstr ""
|
||||
"'{field}' będą w losowej kolejności! Użyj nawiasów () lub [], jeśli "
|
||||
"kolejność jest ważna!"
|
||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
|
||||
msgstr "'{field}' będą w losowej kolejności! Użyj nawiasów () lub [], jeśli kolejność jest ważna!"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
@ -178,8 +174,7 @@ msgstr ".__call__() nie określono"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid ".fdroid.txt is not supported! Convert to .fdroid.yml or .fdroid.json."
|
||||
msgstr ""
|
||||
".fdroid.txt nie jest obsługiwany! Konwertuj na .fdroid.yml lub .fdroid.json."
|
||||
msgstr ".fdroid.txt nie jest obsługiwany! Konwertuj na .fdroid.yml lub .fdroid.json."
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "/issues is missing"
|
||||
@ -203,8 +198,7 @@ msgstr "Dodaj klucz podpisu repozytorium do niepodpisanego repozytorium"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Add skeleton metadata files for APKs that are missing them"
|
||||
msgstr ""
|
||||
"Dodaj pliki metadanych szkieletu dla pakietów APK, które ich nie zawierają"
|
||||
msgstr "Dodaj pliki metadanych szkieletu dla pakietów APK, które ich nie zawierają"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
@ -216,11 +210,8 @@ msgid "Alias of the repo signing key in the keystore"
|
||||
msgstr "Alias klucza podpisu repozytorium w magazynie kluczy"
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
msgid ""
|
||||
"Allows a different revision (or git branch) to be specified for the initial "
|
||||
"import"
|
||||
msgstr ""
|
||||
"Umożliwia określenie innej wersji (lub gałęzi git) dla początkowego importu"
|
||||
msgid "Allows a different revision (or git branch) to be specified for the initial import"
|
||||
msgstr "Umożliwia określenie innej wersji (lub gałęzi git) dla początkowego importu"
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
msgid "Also mirror the full archive section"
|
||||
@ -276,12 +267,8 @@ msgid "Archiving {apkfilename} with invalid signature!"
|
||||
msgstr "Archiwizacja {apkfilename} z nieprawidłowym podpisem!"
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
msgid ""
|
||||
"Base URL to mirror, can include the index signing key using the query "
|
||||
"string: ?fingerprint="
|
||||
msgstr ""
|
||||
"Podstawowy adres URL do dublowania, może zawierać klucz podpisywania indeksu "
|
||||
"za pomocą ciągu zapytania: ?fingerprint="
|
||||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
|
||||
msgstr "Podstawowy adres URL do dublowania, może zawierać klucz podpisywania indeksu za pomocą ciągu zapytania: ?fingerprint="
|
||||
|
||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
|
||||
#: ../fdroidserver/lint.py
|
||||
@ -304,9 +291,7 @@ msgstr "Zbuduj wszystkie dostępne aplikacje"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Build generated by `fdroid import` - remove disable line once ready"
|
||||
msgstr ""
|
||||
"Kompilacja generowana przez `fdroid import` - usuń wyłączenie linii po "
|
||||
"przygotowaniu"
|
||||
msgstr "Kompilacja generowana przez `fdroid import` - usuń wyłączenie linii po przygotowaniu"
|
||||
|
||||
#: ../fdroidserver/checkupdates.py
|
||||
msgid "Build metadata git repo has uncommited changes!"
|
||||
@ -318,12 +303,8 @@ msgstr "Twórz tylko najnowszą wersję każdego pakietu"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Build should have comma-separated versionName and versionCode, not "
|
||||
"\"{value}\", in {linedesc}"
|
||||
msgstr ""
|
||||
"Kompilacja powinna mieć oddzieloną przecinkami versionName i versionCode, a "
|
||||
"nie \"{value}\", w {linedesc}"
|
||||
msgid "Build should have comma-separated versionName and versionCode, not \"{value}\", in {linedesc}"
|
||||
msgstr "Kompilacja powinna mieć oddzieloną przecinkami versionName i versionCode, a nie \"{value}\", w {linedesc}"
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
#, python-format
|
||||
@ -366,27 +347,23 @@ msgstr "Nie można używać jednocześnie opcji --list i --to"
|
||||
msgid "Cannot write \"{path}\", not an accepted format, use: {formats}"
|
||||
msgstr "Nie można zapisać \"{path}\", nieakceptowalny format, użyj: {formats}"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Categories are not set"
|
||||
msgstr "Kategorie nie są ustawione"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-format
|
||||
msgid "Categories '%s' is not valid"
|
||||
msgstr "Kategorie '%s' są nieprawidłowe"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Categories are not set"
|
||||
msgstr "Kategorie nie są ustawione"
|
||||
|
||||
#: ../fdroid
|
||||
msgid "Check for updates to applications"
|
||||
msgstr "Sprawdź aktualizacje aplikacji"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, "
|
||||
"archapks:{arch}"
|
||||
msgstr ""
|
||||
"Sprawdzanie archiwizacji dla {appid} - apks: {integer}, keepversions: "
|
||||
"{keep}, archapks: {arch}"
|
||||
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
|
||||
msgstr "Sprawdzanie archiwizacji dla {appid} - apks: {integer}, keepversions: {keep}, archapks: {arch}"
|
||||
|
||||
#: ../fdroidserver/dscanner.py
|
||||
msgid "Clean after all scans have finished"
|
||||
@ -402,9 +379,7 @@ msgstr "Oczyść wszystkie pojemniki, a następnie wyjdź"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Clean update - don't uses caches, reprocess all APKs"
|
||||
msgstr ""
|
||||
"Czysta aktualizacja - nie używa pamięci podręcznych, przetwarzaj ponownie "
|
||||
"wszystkie pakiety APK"
|
||||
msgstr "Czysta aktualizacja - nie używa pamięci podręcznych, przetwarzaj ponownie wszystkie pakiety APK"
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
msgid "Comma separated list of categories."
|
||||
@ -449,8 +424,7 @@ msgstr "Nie można znaleźć identyfikatora pakietu"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Cowardily refusing to overwrite existing signing key setup!"
|
||||
msgstr ""
|
||||
"Cowardily odmawia zastąpienia istniejącej konfiguracji klucza podpisującego!"
|
||||
msgstr "Cowardily odmawia zastąpienia istniejącej konfiguracji klucza podpisującego!"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Create a repo signing key in a keystore"
|
||||
@ -496,6 +470,11 @@ msgstr "Tworzenie katalogu tymczasowego"
|
||||
msgid "Creating unsigned index in preparation for signing"
|
||||
msgstr "Tworzenie niepodpisanego indeksu w ramach przygotowań do podpisania"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "CurrentVersionCode {cv} is less than oldest build entry {versionCode}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "DEBUG_KEYSTORE is not set or the value is incomplete"
|
||||
msgstr "DEBUG_KEYSTORE nie jest ustawione lub wartość jest niepełna"
|
||||
@ -547,20 +526,15 @@ msgstr "Nie usuwaj kluczy prywatnych wygenerowanych z magazynu kluczy"
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Don't create a source tarball, useful when testing a build"
|
||||
msgstr ""
|
||||
"Nie twórz archiwum źródłowego, przydatnego podczas testowania kompilacji"
|
||||
msgstr "Nie twórz archiwum źródłowego, przydatnego podczas testowania kompilacji"
|
||||
|
||||
#: ../fdroidserver/stats.py
|
||||
msgid "Don't do anything logs-related"
|
||||
msgstr "Nie wykonuj żadnych czynności związanych z logami"
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid ""
|
||||
"Don't refresh the repository, useful when testing a build with no internet "
|
||||
"connection"
|
||||
msgstr ""
|
||||
"Nie odświeżaj repozytorium, przydatne podczas testowania kompilacji bez "
|
||||
"połączenia z Internetem"
|
||||
msgid "Don't refresh the repository, useful when testing a build with no internet connection"
|
||||
msgstr "Nie odświeżaj repozytorium, przydatne podczas testowania kompilacji bez połączenia z Internetem"
|
||||
|
||||
#: ../fdroidserver/server.py ../fdroidserver/nightly.py
|
||||
#: ../fdroidserver/upload.py
|
||||
@ -577,8 +551,7 @@ msgstr "Pobierz dzienniki, których nie mamy"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Downloading the repository already failed once, not trying again."
|
||||
msgstr ""
|
||||
"Pobieranie repozytorium już raz się nie powiodło, nie próbuje ponownie."
|
||||
msgstr "Pobieranie repozytorium już raz się nie powiodło, nie próbuje ponownie."
|
||||
|
||||
#: ../fdroidserver/verify.py
|
||||
#, python-brace-format
|
||||
@ -587,11 +560,8 @@ msgstr "Pobieranie {url} nie powiodło się. {error}"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Duplicate build recipe found for versionCode {versionCode} in {linedesc}"
|
||||
msgstr ""
|
||||
"Znaleziono duplikat receptury kompilacji dla versionCode {versionCode} w "
|
||||
"{linedesc}"
|
||||
msgid "Duplicate build recipe found for versionCode {versionCode} in {linedesc}"
|
||||
msgstr "Znaleziono duplikat receptury kompilacji dla versionCode {versionCode} w {linedesc}"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
@ -719,12 +689,8 @@ msgid "Forbidden HTML tags"
|
||||
msgstr "Zakazane tagi HTML"
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid ""
|
||||
"Force build of disabled apps, and carries on regardless of scan problems. "
|
||||
"Only allowed in test mode."
|
||||
msgstr ""
|
||||
"Wymuszaj budowanie wyłączonych aplikacji i działa niezależnie od problemów "
|
||||
"ze skanowaniem. Dopuszczalne tylko w trybie testowym."
|
||||
msgid "Force build of disabled apps, and carries on regardless of scan problems. Only allowed in test mode."
|
||||
msgstr "Wymuszaj budowanie wyłączonych aplikacji i działa niezależnie od problemów ze skanowaniem. Dopuszczalne tylko w trybie testowym."
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
#, python-brace-format
|
||||
@ -822,9 +788,7 @@ msgstr "Ignorowanie {ext} pliku w '{path}'"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Include APKs that are signed with disabled algorithms like MD5"
|
||||
msgstr ""
|
||||
"Dołącz pliki APK, które są podpisane przy użyciu wyłączonych algorytmów, "
|
||||
"takich jak MD5"
|
||||
msgstr "Dołącz pliki APK, które są podpisane przy użyciu wyłączonych algorytmów, takich jak MD5"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Initialising submodules"
|
||||
@ -882,16 +846,12 @@ msgstr "Nieprawidłowa lista wypunktowana"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list"
|
||||
msgstr ""
|
||||
"Nieprawidłowy tag licencji \"%s\"! Używaj tylko tagów z https://spdx.org/"
|
||||
"license-list"
|
||||
msgid "Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list"
|
||||
msgstr "Nieprawidłowy tag licencji \"%s\"! Używaj tylko tagów z https://spdx.org/license-list"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Invalid link - use [http://foo.bar Link title] or [http://foo.bar]"
|
||||
msgstr ""
|
||||
"Nieprawidłowy link - użyj [http://foo.bar Link title] or [http://foo.bar]"
|
||||
msgstr "Nieprawidłowy link - użyj [http://foo.bar Link title] or [http://foo.bar]"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-format
|
||||
@ -935,16 +895,11 @@ msgstr "Podpis JAR potwierdzony: {path}"
|
||||
#: ../fdroidserver/publish.py ../fdroidserver/update.py
|
||||
#: ../fdroidserver/mirror.py
|
||||
msgid "Java JDK not found! Install in standard location or set java_paths!"
|
||||
msgstr ""
|
||||
"Nie znaleziono Java JDK! Zainstaluj w standardowej lokalizacji lub ustaw "
|
||||
"ścieżki java!"
|
||||
msgstr "Nie znaleziono Java JDK! Zainstaluj w standardowej lokalizacji lub ustaw ścieżki java!"
|
||||
|
||||
#: ../fdroidserver/signindex.py
|
||||
msgid ""
|
||||
"Java jarsigner not found! Install in standard location or set java_paths!"
|
||||
msgstr ""
|
||||
"Jarsigner Java nie został znaleziony! Zainstaluj w standardowej lokalizacji "
|
||||
"lub ustaw ścieżki java (java_paths)!"
|
||||
msgid "Java jarsigner not found! Install in standard location or set java_paths!"
|
||||
msgstr "Jarsigner Java nie został znaleziony! Zainstaluj w standardowej lokalizacji lub ustaw ścieżki java (java_paths)!"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Javascript in HTML src attributes"
|
||||
@ -956,12 +911,8 @@ msgstr "Magazyn kluczy do podpisywania klucza:\t"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Last used commit '{commit}' looks like a tag, but Update Check Mode is "
|
||||
"'{ucm}'"
|
||||
msgstr ""
|
||||
"Ostatnio używany commit '{commit}' wygląda jak tag, ale tryb sprawdzania "
|
||||
"aktualizacji to '{ucm}'"
|
||||
msgid "Last used commit '{commit}' looks like a tag, but Update Check Mode is '{ucm}'"
|
||||
msgstr "Ostatnio używany commit '{commit}' wygląda jak tag, ale tryb sprawdzania aktualizacji to '{ucm}'"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Liberapay donation methods belong in the LiberapayID flag"
|
||||
@ -971,6 +922,10 @@ msgstr "Metody darowizny Liberapay należą do flagi LiberapayID"
|
||||
msgid "List files that would be reformatted"
|
||||
msgstr "Lista plików, które zostaną sformatowane"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Locale included in f-droid.org URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Make the build stop on exceptions"
|
||||
msgstr "Wykonaj zatrzymanie kompilacji z wyjątkami"
|
||||
@ -1035,9 +990,7 @@ msgstr "Nie musisz określać, że aplikacja jest przeznaczona dla Androida"
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
msgid "No option set! Edit your config.py to set at least one of these:"
|
||||
msgstr ""
|
||||
"Brak opcji! Edytuj plik config.py, aby ustawić co najmniej jedno z "
|
||||
"poniższych:"
|
||||
msgstr "Brak opcji! Edytuj plik config.py, aby ustawić co najmniej jedno z poniższych:"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "No packages specified"
|
||||
@ -1125,6 +1078,10 @@ msgstr "Przetwarzaj tylko aplikacje z automatycznymi aktualizacjami"
|
||||
msgid "Options"
|
||||
msgstr "Opcje"
|
||||
|
||||
#: ../fdroidserver/verify.py
|
||||
msgid "Output JSON report to file named after APK."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
msgid "Overall license of the project."
|
||||
msgstr "Całkowita licencja na projekt."
|
||||
@ -1149,20 +1106,14 @@ msgstr "Hasło wymagane przy użyciu nazwy użytkownika"
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
msgid "Path to main Android project subdirectory, if not in root."
|
||||
msgstr ""
|
||||
"Ścieżka do głównego podkatalogu projektu Android, jeśli nie w katalogu "
|
||||
"głównym."
|
||||
msgstr "Ścieżka do głównego podkatalogu projektu Android, jeśli nie w katalogu głównym."
|
||||
|
||||
msgid "Path to main android project subdirectory, if not in root."
|
||||
msgstr ""
|
||||
"Ścieżka do głównego podkatalogu projektu Android, jeśli nie w katalogu "
|
||||
"głównym."
|
||||
msgstr "Ścieżka do głównego podkatalogu projektu Android, jeśli nie w katalogu głównym."
|
||||
|
||||
#: ../fdroidserver/init.py
|
||||
msgid "Path to the Android SDK (sometimes set in ANDROID_HOME)"
|
||||
msgstr ""
|
||||
"Ścieżka do zestawu SDK systemu Android (czasami jest ustawiona w "
|
||||
"ANDROID_HOME)"
|
||||
msgstr "Ścieżka do zestawu SDK systemu Android (czasami jest ustawiona w ANDROID_HOME)"
|
||||
|
||||
#: ../fdroidserver/btlog.py
|
||||
msgid "Path to the git repo to use as the log"
|
||||
@ -1259,12 +1210,8 @@ msgstr "Nie udało się odczytać minSdkVersion: \"{apkfilename}\""
|
||||
#. https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Reading packageName/versionCode/versionName failed, APK invalid: "
|
||||
"'{apkfilename}'"
|
||||
msgstr ""
|
||||
"Nie można odczytać packageName/versionCode/versionName, niepoprawny pakiet "
|
||||
"APK: '{apkfilename}'"
|
||||
msgid "Reading packageName/versionCode/versionName failed, APK invalid: '{apkfilename}'"
|
||||
msgstr "Nie można odczytać packageName/versionCode/versionName, niepoprawny pakiet APK: '{apkfilename}'"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
@ -1272,12 +1219,8 @@ msgid "Reading {apkfilename} from cache"
|
||||
msgstr "Czytanie {apkfilename} z pamięci podręcznej"
|
||||
|
||||
#: ../fdroidserver/stats.py
|
||||
msgid ""
|
||||
"Recalculate aggregate stats - use when changes have been made that would "
|
||||
"invalidate old cached data."
|
||||
msgstr ""
|
||||
"Przelicz statystyki zagregowane - użyj kiedy wprowadzono zmiany, które "
|
||||
"unieważniłyby stare dane z pamięci podręcznej."
|
||||
msgid "Recalculate aggregate stats - use when changes have been made that would invalidate old cached data."
|
||||
msgstr "Przelicz statystyki zagregowane - użyj kiedy wprowadzono zmiany, które unieważniłyby stare dane z pamięci podręcznej."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Removing specified files"
|
||||
@ -1292,24 +1235,17 @@ msgid "Report on build data status"
|
||||
msgstr "Raport o stanie danych dotyczących kompilacji"
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid ""
|
||||
"Reset and create a brand new build server, even if the existing one appears "
|
||||
"to be ok."
|
||||
msgstr ""
|
||||
"Zresetuj i utwórz zupełnie nowy serwer kompilacji, nawet jeśli istniejący "
|
||||
"wydaje się być w porządku."
|
||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
|
||||
msgstr "Zresetuj i utwórz zupełnie nowy serwer kompilacji, nawet jeśli istniejący wydaje się być w porządku."
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
#, python-brace-format
|
||||
msgid "Resigning {apkfilename} with provided debug.keystore"
|
||||
msgstr ""
|
||||
"Rezygnacja z pliku {apkfilename} za pomocą dostarczonego pliku debug.keystore"
|
||||
msgstr "Rezygnacja z pliku {apkfilename} za pomocą dostarczonego pliku debug.keystore"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Resize all the icons exceeding the max pixel size and exit"
|
||||
msgstr ""
|
||||
"Zmień rozmiar wszystkich ikon przekraczających maksymalny rozmiar pikseli i "
|
||||
"zakończ"
|
||||
msgstr "Zmień rozmiar wszystkich ikon przekraczających maksymalny rozmiar pikseli i zakończ"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "Restrict output to warnings and errors"
|
||||
@ -1399,12 +1335,10 @@ msgstr "Ustawienie limitu czasu {0} w sek dla tej kompilacji"
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
|
||||
msgstr ""
|
||||
"Skonfiguruj emulator, zainstaluj na nim plik APK i wykonaj skanowanie Drozera"
|
||||
msgstr "Skonfiguruj emulator, zainstaluj na nim plik APK i wykonaj skanowanie Drozera"
|
||||
|
||||
msgid "Setup an emulator, install the apk on it and perform a drozer scan"
|
||||
msgstr ""
|
||||
"Skonfiguruj emulator, zainstaluj na nim apk i wykonaj skanowanie drozer"
|
||||
msgstr "Skonfiguruj emulator, zainstaluj na nim apk i wykonaj skanowanie drozer"
|
||||
|
||||
#: ../fdroid
|
||||
msgid "Sign and place packages in the repo"
|
||||
@ -1416,8 +1350,7 @@ msgstr "Zarejestruj indeksy utworzone przy użyciu update --nosign"
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Skip scanning the source code for binaries and other problems"
|
||||
msgstr ""
|
||||
"Pomiń skanowanie kodu źródłowego dla plików binarnych i innych problemów"
|
||||
msgstr "Pomiń skanowanie kodu źródłowego dla plików binarnych i innych problemów"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
@ -1485,12 +1418,8 @@ msgid "System clock is older than date in {path}!"
|
||||
msgstr "Zegar systemowy jest starszy niż data w {path}!"
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid ""
|
||||
"Test mode - put output in the tmp directory only, and always build, even if "
|
||||
"the output already exists."
|
||||
msgstr ""
|
||||
"Tryb testowy - umieszczaj dane wyjściowe tylko w katalogu tmp i zawsze "
|
||||
"buduj, nawet jeśli dane wyjściowe już istnieją."
|
||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||
msgstr "Tryb testowy - umieszczaj dane wyjściowe tylko w katalogu tmp i zawsze buduj, nawet jeśli dane wyjściowe już istnieją."
|
||||
|
||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||
#: ../fdroidserver/update.py
|
||||
@ -1506,6 +1435,10 @@ msgstr "Podstawowy adres URL repo do logowania (default: https://f-droid.org)"
|
||||
msgid "The directory to write the mirror to"
|
||||
msgstr "Katalog do zapisania kopii lustrzanej"
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr "Plik do uwzględnienia w repozytorium (ścieżka lub glob)"
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
msgid "The only commands currently supported are 'init' and 'update'"
|
||||
msgstr "Jedynymi obsługiwanymi obecnie poleceniami są 'init' i 'update'"
|
||||
@ -1523,10 +1456,6 @@ msgstr "Indeksu repozytorium nie można zweryfikować."
|
||||
msgid "The root dir for local_copy_dir \"{path}\" does not exist!"
|
||||
msgstr "Katalog główny katalogu local_copy_dir \"{path}\" nie istnieje!"
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr "Plik do uwzględnienia w repozytorium (ścieżka lub glob)"
|
||||
|
||||
#: ../fdroidserver/publish.py
|
||||
msgid "There is a keyalias collision - publishing halted"
|
||||
msgstr "Istnieje kolizja keyalias - wstrzymano publikowanie"
|
||||
@ -1537,18 +1466,12 @@ msgid "This repo already has local metadata: %s"
|
||||
msgstr "To repo ma już lokalne metadane: %s"
|
||||
|
||||
#: ../fdroidserver/server.py ../fdroidserver/upload.py
|
||||
msgid ""
|
||||
"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config."
|
||||
"py!"
|
||||
msgstr ""
|
||||
"Aby użyć awsbucket, awssecretkey i awsaccesskeyid muszą być również "
|
||||
"ustawione w config.py!"
|
||||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
|
||||
msgstr "Aby użyć awsbucket, awssecretkey i awsaccesskeyid muszą być również ustawione w config.py!"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "UCM is set but it looks like checkupdates hasn't been run yet"
|
||||
msgstr ""
|
||||
"UCM jest ustawione, ale wygląda na to, że checkupdates nie zostało jeszcze "
|
||||
"uruchomione"
|
||||
msgstr "UCM jest ustawione, ale wygląda na to, że checkupdates nie zostało jeszcze uruchomione"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "URL shorteners should not be used"
|
||||
@ -1594,8 +1517,7 @@ msgstr "Nieznana wersja programu aapt może powodować problemy: "
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Unlinkified link - use [http://foo.bar Link title] or [http://foo.bar]"
|
||||
msgstr ""
|
||||
"Unlinkified link - użyj [http://foo.bar Link title] or [http://foo.bar]"
|
||||
msgstr "Unlinkified link - użyj [http://foo.bar Link title] or [http://foo.bar]"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Unnecessary leading space"
|
||||
@ -1605,10 +1527,20 @@ msgstr "Niepotrzebna przestrzeń wiodąca"
|
||||
msgid "Unnecessary trailing space"
|
||||
msgstr "Niepotrzebne spacje końcowe"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Unrecognised app field '{fieldname}' in '{path}'"
|
||||
msgstr "Nierozpoznane pole '{field}' w {linedesc}"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Unrecognised app field: "
|
||||
msgstr "Nierozpoznane pole aplikacji: "
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, fuzzy, python-brace-format
|
||||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
|
||||
msgstr "Nierozpoznane pole '{field}' w {linedesc}"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised field '{field}' in {linedesc}"
|
||||
@ -1659,9 +1591,7 @@ msgstr "Plik UNUSED, o %s"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Update Check Name is set to the known app id - it can be removed"
|
||||
msgstr ""
|
||||
"Aktualizacja Check Name jest ustawiona na znany identyfikator aplikacji - "
|
||||
"można go usunąć"
|
||||
msgstr "Aktualizacja Check Name jest ustawiona na znany identyfikator aplikacji - można go usunąć"
|
||||
|
||||
#: ../fdroid
|
||||
msgid "Update repo information for new packages"
|
||||
@ -1717,8 +1647,7 @@ msgstr "Użyj serwera kompilacji"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid "Use date from APK instead of current time for newly added APKs"
|
||||
msgstr ""
|
||||
"Użyj daty z pliku APK zamiast aktualnego dla nowo dodanych pakietów APK"
|
||||
msgstr "Użyj daty z pliku APK zamiast aktualnego dla nowo dodanych pakietów APK"
|
||||
|
||||
msgid "Use date from apk instead of current time for newly added apks"
|
||||
msgstr "Użyj daty z apk zamiast bieżącego czasu dla nowo dodanych plików apk"
|
||||
@ -1729,11 +1658,8 @@ msgid "Using \"{path}\" for configuring s3cmd."
|
||||
msgstr "Użyj \"{path}\" do konfiguracji s3cmd."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid ""
|
||||
"Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
||||
msgstr ""
|
||||
"Korzystanie z jarsignera Java nie jest zalecane do weryfikacji plików APK! "
|
||||
"Użyj apksigner"
|
||||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
||||
msgstr "Korzystanie z jarsignera Java nie jest zalecane do weryfikacji plików APK! Użyj apksigner"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
@ -1756,8 +1682,7 @@ msgstr "Prawidłowe polecenia to:"
|
||||
|
||||
#: ../fdroidserver/verify.py
|
||||
msgid "Verify against locally cached copy rather than redownloading."
|
||||
msgstr ""
|
||||
"Zweryfikuj lokalnie kopiowaną pamięć podręczną zamiast pobierać ponownie."
|
||||
msgstr "Zweryfikuj lokalnie kopiowaną pamięć podręczną zamiast pobierać ponownie."
|
||||
|
||||
#: ../fdroid
|
||||
msgid "Verify the integrity of downloaded packages"
|
||||
@ -1772,12 +1697,8 @@ msgid "Warn about possible metadata errors"
|
||||
msgstr "Ostrzegaj o możliwych błędach metadanych"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
msgid ""
|
||||
"When configured for signed indexes, create only unsigned indexes at this "
|
||||
"stage"
|
||||
msgstr ""
|
||||
"Po skonfigurowaniu dla indeksów podpisanych utwórz na tym etapie tylko "
|
||||
"niepodpisane indeksy"
|
||||
msgid "When configured for signed indexes, create only unsigned indexes at this stage"
|
||||
msgstr "Po skonfigurowaniu dla indeksów podpisanych utwórz na tym etapie tylko niepodpisane indeksy"
|
||||
|
||||
msgid "X.509 'Distiguished Name' used when generating keys"
|
||||
msgstr "X.509 'Distiguished Name' używana podczas generowania kluczy"
|
||||
@ -1832,8 +1753,7 @@ msgstr "argument \"-\" w trybie %r"
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "attempting bare ssh connection to test deploy key:"
|
||||
msgstr ""
|
||||
"próbując odsłoniętego połączenia ssh, aby przetestować klucz wdrożenia:"
|
||||
msgstr "próbując odsłoniętego połączenia ssh, aby przetestować klucz wdrożenia:"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#, python-format
|
||||
@ -1942,9 +1862,7 @@ msgstr "wymuszać błędy jako ostrzeżenia lub zignorować"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
|
||||
msgstr ""
|
||||
"wymuszaj błędy metadanych (domyślnie), aby były ostrzeżeniami lub aby "
|
||||
"zostały zignorowane."
|
||||
msgstr "wymuszaj błędy metadanych (domyślnie), aby były ostrzeżeniami lub aby zostały zignorowane."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "git svn clone failed"
|
||||
@ -1980,19 +1898,13 @@ msgstr "niepoprawna wartość parametru conflict_resolution: %r"
|
||||
|
||||
#: /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 ""
|
||||
"niepoprawny ciąg opcji %(option)r: musi zaczynać się od postaci "
|
||||
"%(prefix_chars)r"
|
||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
|
||||
msgstr "niepoprawny ciąg opcji %(option)r: musi zaczynać się od postaci %(prefix_chars)r"
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
|
||||
msgstr ""
|
||||
"local_copy_dir nie kończy się na \"fdroid\", może masz na myśli: \"{path}\""
|
||||
msgid "local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
|
||||
msgstr "local_copy_dir nie kończy się na \"fdroid\", może masz na myśli: \"{path}\""
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
msgid "local_copy_dir must be an absolute path!"
|
||||
@ -2046,9 +1958,7 @@ msgstr "akceptuje tylko łańcuchy, listy i krotki"
|
||||
#: ../fdroidserver/install.py
|
||||
#, python-format
|
||||
msgid "option %s: If you really want to install all the signed apps, use --all"
|
||||
msgstr ""
|
||||
"opcja %s: Jeśli naprawdę chcesz zainstalować wszystkie podpisane aplikacje, "
|
||||
"użyj --all"
|
||||
msgstr "opcja %s: Jeśli naprawdę chcesz zainstalować wszystkie podpisane aplikacje, użyj --all"
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#, python-format
|
||||
@ -2105,21 +2015,13 @@ msgstr "argumenty pozycyjne"
|
||||
|
||||
#: ../fdroidserver/signatures.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"refuse downloading via insecure HTTP connection (use HTTPS or specify --no-"
|
||||
"https-check): {apkfilename}"
|
||||
msgstr ""
|
||||
"odmów pobierania przez niezabezpieczone połączenie HTTP (użyj HTTPS lub "
|
||||
"określ --no-https-check): {apkfilename}"
|
||||
msgid "refuse downloading via insecure HTTP connection (use HTTPS or specify --no-https-check): {apkfilename}"
|
||||
msgstr "odmów pobierania przez niezabezpieczone połączenie HTTP (użyj HTTPS lub określ --no-https-check): {apkfilename}"
|
||||
|
||||
#: ../fdroidserver/signatures.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"refuse downloading via insecure http connection (use https or specify --no-"
|
||||
"https-check): {apkfilename}"
|
||||
msgstr ""
|
||||
"odmów pobierania przez niezabezpieczone połączenie http (użyj https lub "
|
||||
"określ --no-https-check): {apkfilename}"
|
||||
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
|
||||
msgstr "odmów pobierania przez niezabezpieczone połączenie http (użyj https lub określ --no-https-check): {apkfilename}"
|
||||
|
||||
#: ../fdroidserver/server.py ../fdroidserver/upload.py
|
||||
#, python-brace-format
|
||||
@ -2141,13 +2043,11 @@ msgstr "podpisany plik APK - ścieżka do pliku lub URL HTTPS."
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "skip deploying full build logs: log content is empty"
|
||||
msgstr ""
|
||||
"pomiń wdrażanie dzienników pełnej kompilacji: zawartość dziennika jest pusta"
|
||||
msgstr "pomiń wdrażanie dzienników pełnej kompilacji: zawartość dziennika jest pusta"
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid "skip deploying full build logs: not enabled in config"
|
||||
msgstr ""
|
||||
"pomiń wdrażanie pełnych dzienników kompilacji: nie włączone w konfiguracji"
|
||||
msgstr "pomiń wdrażanie pełnych dzienników kompilacji: nie włączone w konfiguracji"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
@ -2161,9 +2061,7 @@ msgstr "brak nazwy srclibs i/lub @"
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid "supplied timestamp value '{timestamp}' is not a unix timestamp"
|
||||
msgstr ""
|
||||
"dostarczona wartość znacznika czasu '{timestamp}' nie jest znacznikiem czasu "
|
||||
"unix"
|
||||
msgstr "dostarczona wartość znacznika czasu '{timestamp}' nie jest znacznikiem czasu unix"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#, python-format
|
||||
@ -2231,6 +2129,16 @@ msgstr "{apkfilename} AndroidManifest.xml ma złą datę: "
|
||||
msgid "{appid} does not have a name! Using package name instead."
|
||||
msgstr "{appid} nie ma nazwy! Zamiast tego użyj nazwy pakietu."
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Android Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Java Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} is missing {name}"
|
||||
@ -2245,8 +2153,17 @@ msgstr "{appid}: Nieznany extlib {path} w kompilacji '{versionName}'"
|
||||
#: ../fdroidserver/scanner.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: no builds specified, running on current source state"
|
||||
msgstr "{appid}: nie określono żadnych kompilacji, działa na bieżącym stanie źródła"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}!'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}'!"
|
||||
msgstr ""
|
||||
"{appid}: nie określono żadnych kompilacji, działa na bieżącym stanie źródła"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
@ -2266,8 +2183,7 @@ msgstr "{path} nie istnieje! Utwórz go, uruchamiając:"
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{path} has bad file signature \"{pattern}\", possible Janus exploit!"
|
||||
msgstr ""
|
||||
"{path} ma zły podpis pliku \"{pattern}\", możliwe wykorzystanie Janusa!"
|
||||
msgstr "{path} ma zły podpis pliku \"{pattern}\", możliwe wykorzystanie Janusa!"
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
|
Loading…
Reference in New Issue
Block a user