mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 14:30:30 +03:00 
			
		
		
		
	Merge branch 'weblate' into 'master'
update source strings See merge request fdroid/fdroidserver!1626
This commit is contained in:
		
						commit
						0b192a7694
					
				
					 55 changed files with 1296 additions and 17021 deletions
				
			
		| 
						 | 
				
			
			@ -1,8 +1,7 @@
 | 
			
		|||
 | 
			
		||||
FILES = ../fdroid $(wildcard ../fdroidserver/*.py) \
 | 
			
		||||
FILES = $(wildcard ../fdroidserver/*.py) \
 | 
			
		||||
	$(wildcard /usr/lib/python3.*/argparse.py) \
 | 
			
		||||
	$(wildcard /usr/lib/python3.*/optparse.py) \
 | 
			
		||||
	$(wildcard /usr/lib/python3.*/getopt.py)
 | 
			
		||||
	../fdroid
 | 
			
		||||
 | 
			
		||||
# these are the supported languages
 | 
			
		||||
ALL_LINGUAS = $(shell sed -En 's,include locale/([^/]+)/.*,\1,p' ../MANIFEST.in)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,17 +0,0 @@
 | 
			
		|||
fdroid
 | 
			
		||||
fdroidserver/btlog.py
 | 
			
		||||
fdroidserver/build.py
 | 
			
		||||
fdroidserver/checkupdates.py
 | 
			
		||||
fdroidserver/common.py
 | 
			
		||||
fdroidserver/deploy.py
 | 
			
		||||
fdroidserver/import.py
 | 
			
		||||
fdroidserver/init.py
 | 
			
		||||
fdroidserver/install.py
 | 
			
		||||
fdroidserver/lint.py
 | 
			
		||||
fdroidserver/metadata.py
 | 
			
		||||
fdroidserver/publish.py
 | 
			
		||||
fdroidserver/rewritemeta.py
 | 
			
		||||
fdroidserver/scanner.py
 | 
			
		||||
fdroidserver/stats.py
 | 
			
		||||
fdroidserver/update.py
 | 
			
		||||
fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -9,7 +9,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-09-21 19:31+0000\n"
 | 
			
		||||
"Last-Translator: Cool Man <mcool3273@gmail.com>\n"
 | 
			
		||||
"Language-Team: Arabic <https://hosted.weblate.org/projects/f-droid/fdroidserver/ar/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -52,11 +52,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -82,17 +77,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -108,14 +92,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [خيارات]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -136,13 +112,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -163,8 +132,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -178,11 +145,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -193,7 +155,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -212,8 +174,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() غير محدد"
 | 
			
		||||
| 
						 | 
				
			
			@ -304,10 +264,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -351,7 +307,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -407,11 +362,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -464,20 +421,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -497,6 +451,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -590,11 +545,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -651,11 +601,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "جاري التحميل %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -689,12 +634,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -839,10 +778,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "تم الانتهاء"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -874,7 +809,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -939,15 +873,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1082,16 +1014,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1302,7 +1230,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1338,7 +1265,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1368,19 +1294,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1389,10 +1313,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "خيارات"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1558,14 +1478,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1866,11 +1778,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1880,7 +1787,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "تم العثور على استثناء غير معروف!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1918,6 +1824,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1948,11 +1855,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1966,6 +1868,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1985,11 +1888,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2004,27 +1903,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "استخدام"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "الاستخدام: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2063,11 +1945,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2169,20 +2046,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2196,11 +2064,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2211,8 +2081,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2231,7 +2099,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2245,14 +2113,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2271,14 +2135,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "مركب"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2309,10 +2165,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2337,8 +2189,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2357,8 +2207,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2366,20 +2214,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2392,10 +2234,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2408,8 +2246,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2423,35 +2259,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "عدد صحيح"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2489,8 +2311,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2509,30 +2329,15 @@ msgstr "لا يوجد \"أيقونة\" في {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "لم يتم توفير ملف APK"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "لم يتم العثور على معلومات الإصدار!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "لم يتم العثور على معلومات النسخة"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "غير مسموح به مع الوسيط %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2542,72 +2347,6 @@ msgstr "أحد الوسائط %s مطلوب"
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "لم يتم التعرف على الإختيار -%s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "الخيار - %s يتطلب وسيطة"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "الخيار --%s لم يتم التعرف عليه"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "مناقشات اختيارية"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2618,8 +2357,6 @@ msgstr "خيارات"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2652,10 +2389,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2679,17 +2412,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "اظهر رسالة المساعدة واخرج"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2723,8 +2446,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2734,22 +2455,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2760,9 +2475,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "الإستخدام: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2791,21 +2504,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2826,7 +2537,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2867,11 +2577,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2023-05-26 19:39+0000\n"
 | 
			
		||||
"Last-Translator: Mehrab Poladov <thepoladov@protonmail.com>\n"
 | 
			
		||||
"Language-Team: Azerbaijani <https://hosted.weblate.org/projects/f-droid/fdroidserver/az/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -48,11 +48,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -78,17 +73,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -104,14 +88,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -132,13 +108,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -159,8 +128,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -174,11 +141,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -189,7 +151,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -208,8 +170,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -300,10 +260,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -347,7 +303,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -403,11 +358,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -460,20 +417,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -493,6 +447,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -586,11 +541,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -647,11 +597,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -685,12 +630,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -835,10 +774,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -870,7 +805,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -935,15 +869,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1078,16 +1010,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1298,7 +1226,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1333,7 +1260,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1363,19 +1289,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1384,10 +1308,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1553,14 +1473,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1861,11 +1773,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1875,7 +1782,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1913,6 +1819,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1943,11 +1850,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1961,6 +1863,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1980,11 +1883,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1999,27 +1898,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2058,11 +1940,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2164,20 +2041,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2191,11 +2059,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2206,8 +2076,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2226,7 +2094,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2240,14 +2108,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2266,14 +2130,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2304,10 +2160,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2332,8 +2184,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2351,8 +2201,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2360,20 +2208,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2386,10 +2228,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2402,8 +2240,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2417,35 +2253,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2483,8 +2305,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2503,30 +2323,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2536,72 +2341,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2611,8 +2350,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2645,10 +2382,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2672,17 +2405,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2716,8 +2439,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2727,22 +2448,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2753,9 +2468,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2784,21 +2497,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2819,7 +2530,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2860,11 +2570,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.2.1-143-g1a5ee449\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-01-21 00:08+0000\n"
 | 
			
		||||
"Last-Translator: flac <flac_twin@keemail.me>\n"
 | 
			
		||||
"Language-Team: Belarusian <https://hosted.weblate.org/projects/f-droid/fdroidserver/be/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -53,11 +53,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -83,17 +78,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -109,14 +93,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [параметры]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -137,13 +113,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -164,8 +133,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -179,11 +146,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -194,7 +156,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -213,8 +175,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() не вызначана"
 | 
			
		||||
| 
						 | 
				
			
			@ -305,10 +265,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -352,7 +308,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -408,11 +363,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -465,20 +422,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -498,6 +452,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -591,11 +546,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -652,11 +602,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -690,12 +635,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -840,10 +779,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -875,7 +810,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -940,15 +874,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1083,16 +1015,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1303,7 +1231,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1338,7 +1265,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1368,19 +1294,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1389,10 +1313,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Параметры"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1558,14 +1478,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Перайменуйце файлы APK, якія не адпавядаюць package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1866,11 +1778,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1880,7 +1787,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Знойдзена невядомае выключэнне!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1918,6 +1824,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1948,11 +1855,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Абнаўленне інфармацыі рэпазітара для новых пакетаў"
 | 
			
		||||
| 
						 | 
				
			
			@ -1966,6 +1868,7 @@ msgstr "Абнавіць бінарны журнал празрыстасці д
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1985,11 +1888,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2004,27 +1903,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Выкарыстанне"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Выкарыстанне: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2063,11 +1945,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2169,20 +2046,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "неадназначны варыянт: %(option)s можа адпавядаць %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "неадназначны варыянт: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2196,11 +2064,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2211,8 +2081,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2231,7 +2099,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2245,14 +2113,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2271,14 +2135,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2309,10 +2165,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2337,8 +2189,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2356,8 +2206,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2365,20 +2213,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2391,10 +2233,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2407,8 +2245,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2422,35 +2258,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2488,8 +2310,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2508,30 +2328,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "такой опцыі няма: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2541,72 +2346,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "варыянт -%s не распазнаны"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "варыянт -%s патрабуе аргумента"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "параметр --%s не павінен мець аргумент"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "параметр --%s не з'яўляецца унікальным прэфіксам"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "варыянт --%s не распазнаны"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "параметр --%s патрабуе аргументу"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "неабавязковыя аргументы"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2616,8 +2355,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "пазіцыйныя аргументы"
 | 
			
		||||
| 
						 | 
				
			
			@ -2650,10 +2387,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2677,17 +2410,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "паказаць гэта паведамленне дапамогі і выйсці"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2721,8 +2444,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2732,22 +2453,16 @@ msgstr "патрабуюцца наступныя аргументы: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "нечаканы параметр: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2758,9 +2473,7 @@ msgstr "незнаёмыя аргументы: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "небяспечныя дазволы доступу для '{config_file}' (патрэбна быць 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "выкарыстанне: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2789,21 +2502,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2824,7 +2535,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2865,11 +2575,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.1b0\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-07-19 10:21+0000\n"
 | 
			
		||||
"Last-Translator: 109247019824 <stoyan@gmx.com>\n"
 | 
			
		||||
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/bg/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -49,11 +49,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -79,17 +74,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -105,14 +89,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -133,13 +109,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -160,8 +129,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -175,11 +142,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -190,7 +152,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -209,8 +171,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -301,10 +261,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -348,7 +304,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -404,11 +359,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -461,20 +418,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -494,6 +448,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -587,11 +542,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -648,11 +598,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -686,12 +631,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -836,10 +775,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -871,7 +806,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -936,15 +870,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1079,16 +1011,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1299,7 +1227,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1334,7 +1261,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1364,19 +1290,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1385,10 +1309,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1554,14 +1474,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1862,11 +1774,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1876,7 +1783,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1914,6 +1820,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1944,11 +1851,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1962,6 +1864,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1981,11 +1884,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2000,27 +1899,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2059,11 +1941,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2165,20 +2042,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2192,11 +2060,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2207,8 +2077,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2227,7 +2095,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2241,14 +2109,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2267,14 +2131,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "комплекс"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2305,10 +2161,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2333,8 +2185,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2352,8 +2202,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2361,20 +2209,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2387,10 +2229,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2403,8 +2241,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2418,35 +2254,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2484,8 +2306,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2504,30 +2324,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2537,72 +2342,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2612,8 +2351,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2646,10 +2383,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,17 +2406,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2717,8 +2440,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2728,22 +2449,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2754,9 +2469,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2785,21 +2498,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2820,7 +2531,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2861,11 +2571,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ 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: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2021-02-12 09:48+0000\n"
 | 
			
		||||
"Last-Translator: Oymate <dhruboadittya96@gmail.com>\n"
 | 
			
		||||
"Language-Team: Bengali <https://hosted.weblate.org/projects/f-droid/fdroidserver/bn/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -48,11 +48,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -78,17 +73,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -104,14 +88,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [অপশন]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -132,13 +108,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -159,8 +128,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -174,11 +141,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -189,7 +151,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -208,8 +170,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -300,10 +260,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -347,7 +303,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -403,11 +358,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -460,20 +417,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -493,6 +447,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -586,11 +541,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -647,11 +597,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -685,12 +630,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -835,10 +774,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "সম্পূর্ণ"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -870,7 +805,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -935,15 +869,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1078,16 +1010,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1298,7 +1226,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1333,7 +1260,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1363,19 +1289,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1384,10 +1308,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "বিকল্পসমূহ"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1553,14 +1473,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1861,11 +1773,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1875,7 +1782,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "অজানা ব্যতিক্রম পাওয়া গেছে!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1913,6 +1819,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1943,11 +1850,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1961,6 +1863,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1980,11 +1883,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1999,27 +1898,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "ব্যবহার"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "ব্যবহার: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2058,11 +1940,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2164,20 +2041,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2191,11 +2059,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2206,8 +2076,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2226,7 +2094,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2240,14 +2108,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2266,14 +2130,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "জটিল"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2304,10 +2160,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2332,8 +2184,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2351,8 +2201,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2360,20 +2208,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2386,10 +2228,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "ফ্লোটিং-পয়েন্ট"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2402,8 +2240,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2417,35 +2253,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "ইন্টিজার"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2483,8 +2305,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2503,30 +2323,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2536,72 +2341,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2612,8 +2351,6 @@ msgstr "বিকল্পসমূহ"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2646,10 +2383,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,17 +2406,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2717,8 +2440,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2728,22 +2449,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2754,9 +2469,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "ব্যবহার: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2785,21 +2498,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2820,7 +2531,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2861,11 +2571,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-04-10 13:33+0000\n"
 | 
			
		||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
 | 
			
		||||
"Language-Team: Tibetan <https://hosted.weblate.org/projects/f-droid/fdroidserver/bo/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -53,11 +53,6 @@ msgstr "dir གྱི་རྩ་བ་ for local_copy_dir \"{path}\" མིན
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "'{apkfilename}' འདི་{dev}.ནང་སྔོན་ཚོད་ནས་སྒྲིག་བཅུག་བྱས་ཟིན།."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\"དུས་ཚོད་ཡོལ་ཟིན་པའི་{name} ({version})ཚུད་ཡོད།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -83,16 +78,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s གདམ་ཀ་དགོས་ %(number)d རྩོད་པ།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -108,14 +93,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d དཀའ་རྙོག་ཐོན་སོང་།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [གདམ་ཀ།]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -136,13 +113,6 @@ msgstr ""
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s 1འདི་ཁས་ལེན་ཐུབ་པའི་བཟོ་སྐྲུན་རྭ་བ་མ་རེད།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%sགདམ་ཀ་ནུས་མེད་རེད་འདུག"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' འདི་config.yml ནང་རྙེད་མ་སོང་།!"
 | 
			
		||||
| 
						 | 
				
			
			@ -163,8 +133,6 @@ msgstr "'keystorepass' འདི་ config.yml ནང་རྙེད་མ་ས
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' འདི་ config.yml ནང་རྙེད་མ་སོང་།!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'དགསོ་མཁོ།' ནི་གནས་སྟངས་འདི་ལ་ཁུངས་ལྡན་གྱི་རྩོད་པ་རེད་མིན་འདུག"
 | 
			
		||||
| 
						 | 
				
			
			@ -179,11 +147,6 @@ msgstr "'sdk_path' འདི་ 'config.yml' ནང་སྒྲིག་ཐུ
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}1' ནི་གོ་རིམ་ངེས་མེད།! བེད་སྤྱོད། () ཡང་ན། [] གོ་རིམ་གལ་ཆེན་པོའི་རིགས་ལ་གུག་རྟགས་ནང་བཅུག!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -194,7 +157,7 @@ msgstr "'{path}1' ལག་བསྟར་ཐུབ་མ་སོང་།!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' ཁུངས་ལྡན་རེད་མིན་འདུག{field} འདི་ནང་ {appid}. Regex འགྲོ་ལུགས་: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -213,8 +176,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...{appid} གྱི་ཆེད་དུ་གསར་བསྒྱུར་འཚོལ་མི་ཐུབ།་: {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() ངོས་འཛིན་ཐུབ་མེད།"
 | 
			
		||||
| 
						 | 
				
			
			@ -305,10 +266,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -352,7 +309,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -407,11 +363,13 @@ msgstr[0] "ཚགས་རྒྱབ་པའི་སྐབས་སུ་ནོ
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "སྡེ་ཚན་'%s' ཁུངས་ལྡན་མ་རེད།"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "སྡེ་ཚན་རྣམས་སྒྲིག་མེད།"
 | 
			
		||||
| 
						 | 
				
			
			@ -464,21 +422,18 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "ཁྱེད་རང་གི་མ་ལག་སྒང་ལ་'{command}1' རྙེད་མ་སོང་།"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "ཐོན་རིམ་གསར་གསར་ཤོས་ཀྱི་ཨང་རྟགས་འདི་འདི་རྙེད་མ་སོང་།"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
| 
						 | 
				
			
			@ -499,6 +454,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
| 
						 | 
				
			
			@ -594,11 +550,6 @@ msgstr "འགྲེལ་བཤད་'%s 1' ནི་མཉེན་ཆས་
 | 
			
		|||
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 "འགྲེལ་བཤད་འདི་ལ་ཐོ་གཞུང་ཡོད། (%s 1) འོན་ཀྱང་འདི་ལ་ཚགས་རྒྱབ་མིན་འདུག(*)གྲངས་ཀྱང་མེད། (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -655,11 +606,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "མཛོད་ཁང་ཕབ་ལེན་ཐེངས་གཅིག་བྱས་པ་འདི་ཐུབ་མ་སོང་། ཡང་སྐྱར་ཐབས་ཤེས་བྱེད་ཀྱི་མིན་།."
 | 
			
		||||
| 
						 | 
				
			
			@ -693,12 +639,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ནོར་འཁྲུལ།: རྒྱབ་སྐྱོར་མེད་པའི་CI རྣམ་གྲངས་དང་ལྷན་པ་རྒྱབ་ནའང་འགྲིག་གི་ཡོད།!"
 | 
			
		||||
| 
						 | 
				
			
			@ -846,11 +786,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "ཚར་སོང་།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Flattr ཞལ་འདེབས་ཐབས་ལམ་འདི་བཞིན་FlattrID flag ལ་ཐོབ་ཀྱི་ཡོད་།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -882,7 +817,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "རྩོད་པའི་ནང་ཁུངས་ལྡན་མིན་པའི་appids རྙེད་འདུག"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "མཉེན་ཆས་ཁ་ཤས་ཀྱི་ཁུངས་ལྡན་མིན་པའི་ཐོན་རིམ་ཨང་རྟགས་རྙེད་འདུག"
 | 
			
		||||
| 
						 | 
				
			
			@ -948,16 +882,13 @@ msgstr "གིཊ་གཙང་བཟོ་ཐུབ་མ་སོང་།"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "གིཊ་འཚོལ་ཐུབ་མ་སོང་།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "གིཊ་སྐྱར་སྒྲིག་ཐུབ་མ་སོང་།"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "གིཊ་སྐྱར་སྒྲིག་ཐུབ་མ་སོང་།"
 | 
			
		||||
| 
						 | 
				
			
			@ -1093,16 +1024,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ལས་ཀ་བྱེད་བཞིན་པ།{appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "ཁུངས་ལྡན་མིན་པའི་boolean '%s 1'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "ཚད་ལྡན་མིན་པའི་ཚགས་ཀྱི་ཐོ་གཞུང་།"
 | 
			
		||||
| 
						 | 
				
			
			@ -1317,7 +1244,6 @@ msgstr "{path}མིང་རྟགས་བཀོད་པའི་ཆོག་
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "ཐུམ་སྒྲིལ་དེ་འདྲ་མིན་འདུག: %s 1"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1354,7 +1280,6 @@ msgstr "{appid} ཆེད་དུ་བྱ་རྒྱུ་གང་ཡང་
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1384,19 +1309,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "PNG དང་ JPEG ཁོ་ན་བརྐོས་རིས་རྒྱབ་སྐྱོར་རྙེད་སོང་། :{path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "མཉེས་ཆས་གསོག་ཉར་ཁང་དང་མི་འདྲ་པ་ཡོད་པ་ཁོ་ནར་པར་ཤུས་བྱེད།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "མཉེན་ཆས་ཁོ་ནར་རང་འགུལ་གསར་བསྒྱུར་བྱེད།"
 | 
			
		||||
| 
						 | 
				
			
			@ -1406,10 +1329,6 @@ msgstr "མཉེན་ཆས་ཁོ་ནར་རང་འགུལ་གས
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Flattr ཞལ་འདེབས་ཐབས་ལམ་འདི་བཞིན་FlattrID flag ལ་ཐོབ་ཀྱི་ཡོད་།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "གདམ་ཀ།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1575,14 +1494,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "package.name_123.apk དང་མི་འདྲ་བའི་APK ཡིག་ཆ་དེ་ཚོར་མིང་སྐྱར་ཏུ་བཏགས།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "ཡོད་བཞིན་པའི་ཞབས་ཞུ་འཕྲུལ་ཆས་འདི་ལ་སྐྱོན་མེད་པ་ཡིན་རུང་། ཐོན་སྐྱེད་ཞབས་ཞུ་འཕྲུལ་ཆས་གསར་པ་ཞིག་སྐྱར་སྒྲིག་དང་བཟོས།."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1884,11 +1795,6 @@ msgstr "ཁུངས་ལྡན་མིན་པའི་ཆོག་མཆན
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1898,7 +1804,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "ཆ་རྒྱུས་མེད་པའི་དམིགས་བསལ་ཞིག་རྙེད་སོང་།!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1936,6 +1841,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1966,11 +1872,6 @@ msgstr "%s 1 དེ་ལ་བེད་སྤྱོད་མེད་པའི
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "%s 1 དེ་ལ་བེད་སྤྱོད་མེད་པའི་ཡིག་ཆ།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "ཐུམ་སྒྲིལ་གསར་པའི་ཆེད་དུ་རེ་པོ་གནས་ཚུལ་གསར་བསྒྱུར་བྱེད།"
 | 
			
		||||
| 
						 | 
				
			
			@ -1984,6 +1885,7 @@ msgstr "URLཆེད་དུ་ཨང་གྲངས་ཀྱི་ཐོ་ག
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2003,11 +1905,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
| 
						 | 
				
			
			@ -2023,28 +1921,11 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "སྦས་ཁུང་ནས་ {apkfilename}ཀློག་བཞིན་པ།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "བེད་སྤྱོད།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "བེད་སྤྱོད།:%s 1\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "བེད་སྤྱོད།/HEAD གྱི་ཚབ་ཏུ།/ སོར་བཞག་ཡན་ལག་ནང་དུ་ཡོད་པའི་དོན་ཚན་ཨ་མ།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "བེད་སྤྱོད།/HEAD གྱི་ཚབ་ཏུ།/ སོར་བཞག་ཡན་ལག་ནང་དུ་ཡོད་པའི་དོན་ཚན་ཨ་མ།"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "`fdroid update -c`བེད་སྤྱོད་བྱས་ནས་འདི་བཟོས།."
 | 
			
		||||
| 
						 | 
				
			
			@ -2083,11 +1964,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "སྐྱར་བྲིས་ཡོད་།{path}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2189,20 +2065,11 @@ msgstr "{path}ལ་ངོས་འཛིན་ཡིག་ཆ་ཁ་སྣོ
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "{name}ལ་ཁ་སྣོན་བྱེད།: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "གསལ་ཁ་མེད་པའི་གདམ་ཀ: %(option)s མཐུན་མི་སོང་།%(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "གསལ་ཁ་མེད་པའི་གདམ་ཀ:%s 1 (%s 2?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2216,12 +2083,14 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "མཉེས་ཆས་ཁ་བྱང་རྒྱུད་གསར་བསྒྱར་ཡོད་མིན་ལྟོས།"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2233,8 +2102,6 @@ msgstr "མཉེན་ཆས་ཀྱི་ངོ་བོ་དང་མཉམ
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2254,7 +2121,7 @@ msgstr "ཕྱོགས་སྐྱོད་ལྡེ་མིག་ཚོད་
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "ཁ་ཕྱེས་ཐུབ་མ་སོང་།'%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2268,14 +2135,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "{path}!གྱི་ཆེད་དུ་ཐུམ་སྒྲིལ་གྱི་མིང་རྙེད་མ་སོང་།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "subparser རྩོད་པ་དུ་མ་ཡོད་ཐབས་མེད།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2294,14 +2157,6 @@ msgstr "འདྲ་བཟོས་{url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "མགོ་རྙོག"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2331,10 +2186,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2359,8 +2210,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2379,28 +2228,20 @@ msgstr "{apkfilename}ཡིག་ཆ་སྦས་ཁུང་རྙིང་
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
msgid_plural "expected %s arguments"
 | 
			
		||||
msgstr[0] "ཚོད་དཔག་བྱེད་པའི་%s 1 རྩོད་པ་"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "རེ་བ་བྱས་པའི་རྩོད་པ་གཅིག"
 | 
			
		||||
| 
						 | 
				
			
			@ -2414,10 +2255,6 @@ msgstr "བེད་སྤྱོད་: ཨེཕ་རོཌ་ [-h|-རོག
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "གཡེང་ཚེག"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
| 
						 | 
				
			
			@ -2432,8 +2269,6 @@ msgstr "གིཊ་གཙང་བཟོ་ཐུབ་མ་སོང་།"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2448,35 +2283,21 @@ msgstr "index-v1 ངེས་པར་དུ་མིང་རྟགས་དག
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v1 ངེས་པར་དུ་མིང་རྟགས་དགོས། བེད་སྤྱོད་`fdroid signindex`འདི་བཟོས་པ་རེད།!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "གོང་བུ།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "ཁུངས་ལྡན་མིན་པ་ %(type)s value: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "ཁུངས་ལྡན་མིན་པའི་གདམ་ཀ: %(value)r (དེ་ནས་གདམ་ཀ་%(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "ཁུངས་ལྡན་མིན་པའི་རྙོག་ཕྲ།_resolution value: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2514,8 +2335,6 @@ msgstr "མེ་ལོང་། '%s 1' 'fdroid'དང་མཉམ་དུ་
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "ནང་ཕན་ཚུན་རྩོད་པ་དེ་གདམ་ཀ་ཅན་ངེས་པར་དུ་བཞག་དགོས་།"
 | 
			
		||||
| 
						 | 
				
			
			@ -2534,31 +2353,16 @@ msgstr "ལས་ཀ་བྱེད་བཞིན་པ།{appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "APK མཁོ་སྤྲོད་མིན་འདུག"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "གདམ་ཀ་དེ་འདྲ་མིན་འདུག: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "ཆ་རྒྱུས་མེད་པའི་དམིགས་བསལ་ཞིག་རྙེད་སོང་།!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "ཆ་རྒྱུས་མེད་པའི་དམིགས་བསལ་ཞིག་རྙེད་སོང་།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "རྩོད་པ་དང་མཉམ་དུ་ཆོག་མཆན་མེད། %s 1"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2568,72 +2372,6 @@ msgstr "རྩོད་པ་གཅིག་དགོས་ཀྱི་ཡོད
 | 
			
		|||
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 "གདམ་ཀ %s 1: གལ་ཏེ་ཁྱེད་ཀྱིས་མིང་རྟགས་བཀོད་པའི་མཉེན་ཆས་རིགས་ཚང་མ་ངེས་པར་དུ་སྒྲིག་བཅུག་བྱེད་འདོད་ཡོད་། བེད་སྤྱོད་ --ཚང་མ།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "གདམ་ཀ %s 1: ཁུངས་ལྡན་མིན་པ་ %s 2 རིན་ཐང་།: %r 3"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "གདམ་ཀ %s 1: ཁུངས་ལྡན་མིན་པའི་གདམ་ཀ: %r 2 (choose from %s 3)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "གདམ་ཀ། '%s 1'ངོས་འཛིན་ཐུབ་མ་སོང་།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "གདམ་ཀ། -%s 1 རྩོད་དགོས།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "གདམ་ཀ། --%s 1གང་བྱས་ཀྱང་རྩོད་པ་མེད།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "གདམ་ཀ་--%s ཐུན་མོང་མ་ཡིན་པའི་སྔོན་འཇུག་མ་རེད།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "གདམ་ཀ།--%s 1 ངོས་འཛིན་ཐུབ་མ་སོང་།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "གདམ་ཀ། --%s རྩོད་དགོས།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "གདམ་ཀ་ཅན་གྱི་རྩོད་པ།"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2644,8 +2382,6 @@ msgstr "གདམ་ཀ།"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "སྐྱར་བྲིས་ཡོད་།{path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "གནས་སྟངས་ལ་གཞིགས་པའི་རྩོད་པ།"
 | 
			
		||||
| 
						 | 
				
			
			@ -2678,10 +2414,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2706,17 +2438,7 @@ msgstr "local_copy_dir \"fdroid\"གིས་མཇུག་སྐྱོང་
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "རོགས་པ་བྱེད་པའི་འཕྲིན་ཐུང་སྟོན་ནས་ཕྱིར་ཐོན།"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2750,8 +2472,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2761,22 +2481,16 @@ msgstr "གཤམ་གྱི་རྩོད་པ་དེ་དག་དགོ
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "རེ་བ་མེད་པའི་གདམ་ཀ་ཅན་གྱི་ཚིག་སྒྲུབ།:%s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "ངོས་འཛིན་མི་ཐུབ་པའི་ parser %(parser_name)r (གདམ་ཀ།: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2787,9 +2501,7 @@ msgstr "ངོས་འཛིན་མི་ཐུབ་པའི་རྩོད
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "'{config_file}' སྒང་གི་བདེ་ཆགས་མེད་པའི་ཆོག་མཆན་ (ངེས་པར་དུ། 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "བེད་སྤྱོད།: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2817,21 +2529,19 @@ msgstr[0] "{0} མཉེས་ཆས་, {1} key aliases"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) ལ་རྒྱབ་ལྗོངས་ཡིག་ཆ་མིན་འདུག!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} ལ་མིང་ཡོད་མ་རེད། !དེའི་ཚབ་ལ་ཐུམ་སྒྲིལ་མིང་བེད་སྤྱོད་བྱེད།."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2852,7 +2562,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2893,11 +2602,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-01-30 12:31+0000\n"
 | 
			
		||||
"Last-Translator: pitroig <ona@riseup.net>\n"
 | 
			
		||||
"Language-Team: Catalan <https://hosted.weblate.org/projects/f-droid/fdroidserver/ca/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -58,11 +58,6 @@ msgstr "\"local_copy_dir\" {path} no existeix!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" ja està instal·lat en {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" conté {name} ({version}) obsoleta"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -88,17 +83,6 @@ msgstr "\"{path}\" està signat per una clau que no està permesa:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" no és un URL vàlid!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "l'opció %(option)s requereix l'argument %(number)d"
 | 
			
		||||
msgstr[1] "les opcions %(option)s requereixen els arguments %(number)d"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -114,14 +98,6 @@ msgstr "%d APKs no han pogut ser signats o verificats."
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problemes trobats"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [options]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -142,13 +118,6 @@ msgstr "%s té un SHA-256 dolent: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s no és un camp de compilació acceptat"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "L'opció %s no pren cap valor"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' no s'ha trobat a config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -169,8 +138,6 @@ msgstr "'keystorepass' no s'ha trobat a config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' no s'ha trobat a config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "\"obligatori\" és un argument no vàlid per a posicionals"
 | 
			
		||||
| 
						 | 
				
			
			@ -184,11 +151,6 @@ msgstr "'sdk_path' no establert a config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' és massa antic, fdroid requereix build-tools-{version} o superior."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' serà en ordre aleatori. Utilitzeu parèntesis () o [] si l'ordre és important."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -199,7 +161,7 @@ msgstr "Error en l'execució de '{path}'."
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' té un format invàlid; hauria de ser un diccionari!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' no és un {field} vàlid a {appid}. Expressió regular: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -218,8 +180,6 @@ msgstr "--merge-request només funciona amb un sol ID d'aplicació!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...ha fallat la comprovació de {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() no definida"
 | 
			
		||||
| 
						 | 
				
			
			@ -310,10 +270,6 @@ msgstr "No s'ha trobat l'eina Android SDK {cmd}!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "L'aplicació té binaris però no té el corresponent certificat AllowedAPKSigningKeys per fixar."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "L'aplicació té NoSourceSince o ArchivePolicy \"0 versions\", però AutoUpdateMode o UpdateCheckMode no són None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "L'aplicació té NoSourceSince o ArchivePolicy \"0 versions\" o 0 però AutoUpdateMode o UpdateCheckMode no són None"
 | 
			
		||||
| 
						 | 
				
			
			@ -357,7 +313,6 @@ msgstr "Tipus d'entrada incorrecta \"{mirrortype}\" a la configuració de mirall
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "URL base a la rèplica, podeu incloure la clau de signatura de l'índex utilitzant la cadena de consulta: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -413,11 +368,13 @@ msgstr[1] "No es pot construir a causa d'errors {} en escanejar"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "No es pot reescriure \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Les categories '%s' no són vàlides"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "No s'han definit categories"
 | 
			
		||||
| 
						 | 
				
			
			@ -470,20 +427,17 @@ msgstr "Definicions conflictives de \"{field}\" entre .yml i fitxers localitzats
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Arguments conflictius: no es poden especificar al mateix temps '--verbose' i '--quiet'."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Fitxers de configuració en conflicte! Utilitzant {newfile}, s'ignorarà {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "No s'ha pogut trobar '{command}' al vostre sistema"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "No s'ha pogut trobar el codi de versió més recent"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "No s'ha pogut trobar el codi de versió més recent"
 | 
			
		||||
| 
						 | 
				
			
			@ -503,6 +457,7 @@ msgstr "No s'ha pogut obrir APK {path} per a l'anàlisi: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "No s'ha pogut analitzar la mida \"{size}\", tipus incorrecte \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "No s'ha pogut trobar l'identificador de l'aplicació"
 | 
			
		||||
| 
						 | 
				
			
			@ -596,11 +551,6 @@ msgstr "La descripció '%s' és només el resum de l'aplicació"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "La descripció té una línia duplicada"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "La descripció té una llista (%s) però no té pics (*) ni numerats (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -657,11 +607,6 @@ msgstr "Baixeu l'F-Droid.apk amb els miralls que filtren menys dades a la xarxa"
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Baixa les rèpliques completes dels petits dipòsits"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "S'està baixant %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "La baixada del repositori ja ha fallat una vegada, no s'ha tornat a provar."
 | 
			
		||||
| 
						 | 
				
			
			@ -695,14 +640,6 @@ msgstr "ERROR: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ERROR: S'ha eliminat la subordre \"servidor\", useu \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ERROR: aquesta ordre no s'ha d'utilitzar mai per a replicar f-droid.org!\n"
 | 
			
		||||
"Una rèplica completa de f-droid.org requereix més de 200 GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ERROR: tipus CI no suportat, pedaços benvinguts!"
 | 
			
		||||
| 
						 | 
				
			
			@ -849,10 +786,6 @@ msgstr "El fitxer ha desaparegut en processar-lo: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Finalitzat"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Els mètodes de donació de Flattr pertanyen a FlattrID: camp"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Etiquetes HTML prohibida"
 | 
			
		||||
| 
						 | 
				
			
			@ -884,7 +817,6 @@ msgstr "S'ha trobat un fitxer de finançament incorrecte \"{path}\" per a \"{nam
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "S'han trobat aplicacions no vàlides als arguments"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "S'han trobat versionsCodes no vàlides per a algunes aplicacions"
 | 
			
		||||
| 
						 | 
				
			
			@ -949,15 +881,13 @@ msgstr "Ha fallat la neteja del Git"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Ha fallat l'obtenció del Git"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Ha fallat la poda del Git"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Ha fallat el set-head remot del Git: «%s»"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Ha fallat el restabliment del Git"
 | 
			
		||||
| 
						 | 
				
			
			@ -1092,16 +1022,12 @@ msgstr "VercodeOperation no vàlid: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation no vàlid: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ID d'aplicació {appid} invàlid"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "El booleà '%s' no és vàlid"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Llista de pics no vàlida"
 | 
			
		||||
| 
						 | 
				
			
			@ -1312,7 +1238,6 @@ msgstr "No s'ha trobat cap certificat de signatura a {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "No existeix el paquet: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1347,7 +1272,6 @@ msgstr "No hi ha res a fer per {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Ara establiu-los a config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1377,19 +1301,17 @@ msgstr "Un dels elements de configuració 'github_releases' manca el valor 'proj
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Un dels elements de configuració 'github_releases' manca el valor 'token'. s'està ometent..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Només s'admeten PNG i JPEG per als gràfics, s'ha trobat: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Imprimeix només les diferències amb la Play Store"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "Només processa aplicacions amb actualitzacions automàtiques"
 | 
			
		||||
| 
						 | 
				
			
			@ -1398,10 +1320,6 @@ msgstr "Només processa aplicacions amb actualitzacions automàtiques"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Els mètodes de donació OpenCollective pertanyen al camp OpenCollective: field"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opcions"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Informe de sortida JSON a un fitxer anomenat segons l'APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1567,14 +1485,6 @@ msgstr "S'està suprimint {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Canvia el nom dels fitxers APK que no coincideixin amb package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "El mode d'actualització del RepoTrunk només té sentit en els dipòsits git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Restableix i crea un servidor de construcció nou, fins i tot si l'existent sembla estar bé."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1882,11 +1792,6 @@ msgstr "Etiqueta de llicència inesperada \"{}\"! Utilitza només les etiquetes
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Etiqueta de llicència inesperada \"{}\"! Utilitza només les etiquetes de llicència configurades al fitxer de configuració"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Destinació inesperada de l'enllaç simbòlic: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1896,7 +1801,6 @@ msgstr "Entrada desconeguda {key} a {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "S'ha trobat una excepció desconeguda!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1934,6 +1838,7 @@ msgstr "Camp d'aplicació no reconegut '{fieldname}' a '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Indicador de construcció no reconegut '{build_flag}' a '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1964,11 +1869,6 @@ msgstr "Camí de l'escandelete no utilitzat: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Camí de scanignore no utilitzat: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "S'està descomprimint a %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Actualitza la informació del dipòsit amb paquets nous"
 | 
			
		||||
| 
						 | 
				
			
			@ -1982,6 +1882,7 @@ msgstr "Actualitza l'informe de transparència binari amb un nou URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData té un URL no vàlid: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2001,11 +1902,7 @@ msgstr "UpdateCheckData no és un URL vàlid: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode està establert però sembla que encara no s'han executat les revisions."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode està definit però sembla que encara no s'ha executat checkupdates"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName està establert a l'identificador d'aplicació conegut, es pot eliminar"
 | 
			
		||||
| 
						 | 
				
			
			@ -2020,27 +1917,10 @@ msgstr "S'està pujant {apkfilename} a androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "S'està pujant {apkfilename} a virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Utilització"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Utilització: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Usa /HEAD en lloc de /master o /main per apuntar a un fitxer a la branca predeterminada"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Usa /HEAD en lloc de /master per a apuntar a un fitxer a la branca predeterminada"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Utilitzeu `fdroid update -c`per a crear-lo."
 | 
			
		||||
| 
						 | 
				
			
			@ -2079,11 +1959,6 @@ msgstr "Ús de la signatura JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Utilitzant el jarsigner de Java, no es recomana verificar APKs! Useu l'apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Ús d'androguard de \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2185,20 +2060,11 @@ msgstr "s'està afegint el fitxer d'identitat a {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "s'està afegint a {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "opció ambigua: %(option)s podria correspondre amb %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "opció ambigua: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2212,11 +2078,13 @@ msgstr "No s'ha trobat l'apksigner! No es poden signar o verificar els APK moder
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "No s'ha trobat l'apksigner, és necessari per signar!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID de l'aplicació del fitxer en què s'ha d'operar"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2227,8 +2095,6 @@ msgstr "ID de l'aplicació amb versió opcionalCode en el formulari APPID[:VERCO
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url necessita acabar amb /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2247,7 +2113,7 @@ msgstr "s'està provant la connexió SSH per comprovar la clau de desplegament:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "no es pot analitzar l'especificació de la «scrlib» (no és una cadena): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "no es pot obrir '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2261,14 +2127,10 @@ msgstr "no es pot obrir l'URL no-https: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "no s'han pogut trobar els srclibs requerits: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "no es poden tenir múltiples arguments de subanalitzador"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2287,14 +2149,6 @@ msgstr "s'està clonant {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "ordres dels mòduls del connector:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complex"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2325,10 +2179,6 @@ msgstr "no s'ha pogut analitzar l'especificació «srclib» (no s'ha especificat
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "no s'ha pogut analitzar l'especificació «srclib» (no s'ha especificat cap referència): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "no s'ha pogut analitzar l'especificació de l'srclib (massa signes '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2353,8 +2203,6 @@ msgstr "fitxer de dependència sense blocatge"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "s'ha desplegat el registre de procés {path} a {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2372,8 +2220,6 @@ msgstr "ha fallat la baixada de signatures de l'escàner des de '{}'"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "binari executable, possiblement codi"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2381,20 +2227,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "s'esperava l'argument %s"
 | 
			
		||||
msgstr[1] "s'esperaven els arguments %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "s'esperava almenys un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "s'esperava com a màxim un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "s'esperava un argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2407,10 +2247,6 @@ msgstr "fdroid [<command>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "recupera l'última versió de les signatures del web"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "coma flotant"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "força que els errors de metadades (predeterminat) siguin avisos o s'ignorin."
 | 
			
		||||
| 
						 | 
				
			
			@ -2423,8 +2259,6 @@ msgstr "Ha fallat el clon de «git svn»"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "arxiu de fitxers gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2438,35 +2272,21 @@ msgstr "index-v1 ha de tenir una signatura, utilitzeu `fdroid signindex` per a c
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 ha de tenir una signatura, utilitzeu `fdroid signindex`per a crear-la!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "enter"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "valor %(type)s no vàlid: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "elecció no vàlida: %(value)r (trieu de %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "el valor conflict_resolution no és vàlid: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2504,8 +2324,6 @@ msgstr "el mirall '%s' no acaba amb 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "miralls establerts dues vegades, a config.yml i {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "els arguments mútuament excloents han de ser opcionals"
 | 
			
		||||
| 
						 | 
				
			
			@ -2524,30 +2342,15 @@ msgstr "no hi ha cap \"icona\" a {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "no s'ha subministrat cap APK"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "opció inexistent: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "no s'ha trobat cap informació de versió!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "no s'ha trobat cap informació de versió"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "no està permès amb l'argument %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2557,72 +2360,6 @@ msgstr "es requereix un dels arguments %s"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "només accepta cadenes, llistes i tuples"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "opció %s: Si realment voleu instal·lar totes les aplicacions signades, utilitzeu --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "opció %s: valor %s no vàlid: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "opció %s: elecció no vàlida: %r (trieu de %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opció -%s no reconeguda"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "opció -%s demana un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "l'opció --%s no pot tenir arguments"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "l'opció --%s no té un prefix unívoc"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opció --%s not reconeguda"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "l'opció --%s requereix un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "arguments opcionals"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "opcions"
 | 
			
		||||
| 
						 | 
				
			
			@ -2632,8 +2369,6 @@ msgstr "opcions"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "s'està sobreescrivint {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "arguments posicionals"
 | 
			
		||||
| 
						 | 
				
			
			@ -2666,10 +2401,6 @@ msgstr "repo_url ha d'acabar amb /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "falta el rsync o està trencat: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml no està instal·lat, no es poden escriure metadades."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2693,17 +2424,7 @@ msgstr "serverwebroot: el camí no acaba amb \"fdroid\", potser volíeu dir una
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "biblioteca compartida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "mostra el número de versió del programa i surt"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "mostra aquest missatge d'ajuda i surt"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2737,8 +2458,6 @@ msgstr "biblioteca estàtica"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "el binari de referència proporcionat ha permès el signant {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2748,22 +2467,16 @@ msgstr "els arguments següents són obligatoris: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "vertader"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "cadena d'opcions inesperada: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "analitzador desconegut %(parser_name)r (opcions: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2774,9 +2487,7 @@ msgstr "arguments desconeguts: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "permisos a «{config_file}» insegurs (hauria de ser 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "us: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2805,21 +2516,19 @@ msgstr[1] "{0} aplicacions, {1} àlies de claus"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) no té metadades!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} té múltiples fitxers {name}, sembla un exploit a la clau mestra!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "L'AndroidManifest.xml de {apkfilename} té una data incorrecta: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} no té nom! S'està utilitzant l'identificador de l'aplicació."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2840,7 +2549,6 @@ msgstr "{appid} té tant APK com fitxers: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} no té {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2881,11 +2589,6 @@ msgstr "{file} està en blanc o corromput!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" no existeix! Comproveu \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} és obsolet, utilitzeu {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,8 +13,8 @@ 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: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-01-21 19:35+0000\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-20 16:21+0000\n"
 | 
			
		||||
"Last-Translator: Fjuro <fjuro@users.noreply.hosted.weblate.org>\n"
 | 
			
		||||
"Language-Team: Czech <https://hosted.weblate.org/projects/f-droid/fdroidserver/cs/>\n"
 | 
			
		||||
"Language: cs\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -22,7 +22,7 @@ msgstr ""
 | 
			
		|||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
"Plural-Forms: nplurals=3; plural=((n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2);\n"
 | 
			
		||||
"X-Generator: Weblate 5.10-dev\n"
 | 
			
		||||
"X-Generator: Weblate 5.11-dev\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid ""
 | 
			
		||||
| 
						 | 
				
			
			@ -48,7 +48,7 @@ msgstr "„%s/“ nemá žádný odpovídající soubor metadat!"
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "\"isPrimary\" key should not be added to mirrors!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Klíč „isPrimary“ by neměl být přidán k zrcadlům!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -58,12 +58,7 @@ msgstr "„local_copy_dir“ {path} neexistuje!"
 | 
			
		|||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "aplikace „{apkfilename}“ je již nainstalována na {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "„{path}“ obsahuje zastaralý {name} ({version})"
 | 
			
		||||
msgstr "Aplikace „{apkfilename}“ je již nainstalována na {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -90,18 +85,6 @@ msgstr "„{path}“ je podepsáno klíčem, který není povolen:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "„{url}“ není platná adresa URL!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "možnost %(option)s vyžaduje %(number)d argument"
 | 
			
		||||
msgstr[1] "možnost %(option)s vyžaduje %(number)d argumenty"
 | 
			
		||||
msgstr[2] "možnost %(option)s vyžaduje %(number)d argumentů"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -117,14 +100,6 @@ msgstr "Nepodařilo se podepsat nebo ověřit %d souborů APK!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "nalezeno %d problémů"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [možnosti]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -145,13 +120,6 @@ msgstr "%s má špatný kód SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s není akceptované pole sestavení"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "možnost %s nepřebírá hodnotu"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "„keypass“ nebyl nalezen v souboru config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -172,8 +140,6 @@ msgstr "„keystorepass“ nebyl nalezen v souboru config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "„repo_keyalias“ nebyl nalezen v souboru config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "„required je neplatný argument pro positionals"
 | 
			
		||||
| 
						 | 
				
			
			@ -187,11 +153,6 @@ msgstr "„sdk_path“ není nastavena v souboru config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "„{aapt}“ je příliš starý, fdroid vyžaduje build-tools-{version} nebo novější!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "„{field}“ bude v náhodném pořadí! Pokud je pořadí důležité, použijte závorky () nebo []!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -202,7 +163,7 @@ msgstr "„{path}“ se nepodařilo spustit!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "„{path}“ má neplatný formát, měl by to být slovník!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "„{value}“ není platný {field} v {appid}. Vzor regex: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -221,8 +182,6 @@ msgstr "--merge-request beží pouze u jednoho appid!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate selhal pro {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() není definováno"
 | 
			
		||||
| 
						 | 
				
			
			@ -313,10 +272,6 @@ msgstr "Nástroj Android SDK {cmd} nenalezen!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Aplikace má binární soubory, ale nemá odpovídající AllowedAPKSigningKeys pro připnutí certifikátu."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Aplikace má NoSourceSince nebo ArchivePolicy „0 versions“, ale AutoUpdateMode nebo UpdateCheckMode nejsou None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Aplikace má NoSourceSince nebo ArchivePolicy „0 versions“ nebo 0, ale AutoUpdateMode nebo UpdateCheckMode nejsou None"
 | 
			
		||||
| 
						 | 
				
			
			@ -360,7 +315,6 @@ msgstr "Nesprávný typ záznamu „{mirrortype}“ v konfiguraci zrcadel: {mirr
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Základní adresa URL pro zrcadlení, může obsahovat klíč pro podepisování indexu pomocí řetězce dotazu: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -417,11 +371,13 @@ msgstr[2] "Nelze sestavit kvůli {} chybám při skenování"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Nelze přepsat „{path}“"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Kategorie „%s“ není platná"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Kategorie nejsou nastavené"
 | 
			
		||||
| 
						 | 
				
			
			@ -474,20 +430,17 @@ msgstr "Konfliktní definice „{field}“ mezi soubory .yml a lokalizovanými s
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Konfliktní argumenty: „--verbose“ a „--quiet“ nelze zadat současně."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Konfliktní konfigurační soubory! Používám {newfile}, ignoruji {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Ve vašem systému se nepodařilo najít příkaz „{command}“"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Nepodařilo se najít kód poslední verze"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Nepodařilo se najít název poslední verze"
 | 
			
		||||
| 
						 | 
				
			
			@ -507,6 +460,7 @@ msgstr "Nepodařilo se otevřít APK {path} pro analýzu: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Nepodařilo se parsovat velikost „{size}“, nesprávný typ „{type}“"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Nepodařilo se nalézt ID aplikace"
 | 
			
		||||
| 
						 | 
				
			
			@ -534,9 +488,9 @@ msgid "Creating \"{path}\" for configuring s3cmd."
 | 
			
		|||
msgstr "Vytváření „{path}“ pro konfiguraci s3cmd."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Creating empty {config_file}"
 | 
			
		||||
msgstr "Čtení „{config_file}“"
 | 
			
		||||
msgstr "Vytvářím prázdný {config_file}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/publish.py
 | 
			
		||||
msgid "Creating log directory"
 | 
			
		||||
| 
						 | 
				
			
			@ -600,11 +554,6 @@ msgstr "Popis „%s“ je pouze souhrn aplikace"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Popis má duplicitní řádek"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Popis má seznam (%s), ale není opatřen odrážkami (*) ani očíslován (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -661,11 +610,6 @@ msgstr "Stáhnout F-Droid.apk pomocí zrcadel, která do sítě vypouštějí m
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Stáhnout kompletní mirrory malých repozitářů"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Stahování %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Stahování repozitáře již jednou selhalo, nezkouším to znovu."
 | 
			
		||||
| 
						 | 
				
			
			@ -699,14 +643,6 @@ msgstr "CHYBA: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "CHYBA: Podpříkaz „server“ byl odebrán, použijte „deploy“!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"CHYBA: tento příkaz by nikdy neměl být použit k zrcadlení f-droid.org!\n"
 | 
			
		||||
"Celý mirror f-droid.org vyžaduje více než 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "CHYBA: nepodporovaný typ CI, opravy vítány!"
 | 
			
		||||
| 
						 | 
				
			
			@ -724,12 +660,12 @@ msgstr "CHYBA: {key} v {path} není „archive“ nebo „repo“!"
 | 
			
		|||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "ERROR: {key} not a valid key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "CHYBA: {key} není platný klíč!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "ERROR: {key}'s value should be of type {t}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "CHYBA: hodnota klíče {key} by měla být typu {t}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -756,9 +692,9 @@ msgid "Environment variable {var} from {configname} is not set!"
 | 
			
		|||
msgstr "Proměnná prostředí {var} z {configname} není nastavena!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Environment variable {{env: {var}}} is not set!"
 | 
			
		||||
msgstr "Proměnná prostředí {var} z {configname} není nastavena!"
 | 
			
		||||
msgstr "Proměnná prostředí {{env: {var}}} není nastavena!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
 | 
			
		||||
| 
						 | 
				
			
			@ -853,10 +789,6 @@ msgstr "Soubor zmizel při jeho zpracování: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Dokončeno"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Metody darování Flattr patří do pole „FlattrID:“"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Zakázané značky HTML"
 | 
			
		||||
| 
						 | 
				
			
			@ -888,7 +820,6 @@ msgstr "Nalezeno špatné financování souboru „{path}“ pro „{name}“:"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "V argumentech nalezena neplatná id aplikací"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "U některých aplikací nalezeny neplatné versionCodes"
 | 
			
		||||
| 
						 | 
				
			
			@ -953,15 +884,13 @@ msgstr "Git clean se nezdařil"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch se nezdařil"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune se nezdařil"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head se nezdařil: „%s“"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git reset se nezdařil"
 | 
			
		||||
| 
						 | 
				
			
			@ -1007,9 +936,9 @@ msgid "Ignoring bad element in manifest: %s"
 | 
			
		|||
msgstr "Ignorování nesprávného prvku v manifestu: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
 | 
			
		||||
msgstr "{oldfile} je zastaralý, použijte {newfile}"
 | 
			
		||||
msgstr "Ignoruji zastaralý {oldfile}, použijte {newfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "Ignoring package without metadata: "
 | 
			
		||||
| 
						 | 
				
			
			@ -1096,16 +1025,12 @@ msgstr "Neplatný VercodeOperation: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Neplatný VercodeOperation: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Neplatné ID aplikace {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Neplatná logická hodnota „%s“"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Neplatný seznam s odrážkami"
 | 
			
		||||
| 
						 | 
				
			
			@ -1221,7 +1146,7 @@ msgstr "Dosažena maximální hloubka rekurze v souboru ZIP: %s"
 | 
			
		|||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Mirror config for {url} contains \"isPrimary\" key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Konfigurace zrcadla {url} obsahuje klíč „isPrimary“!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid "Mirror the full repo and archive, all file types."
 | 
			
		||||
| 
						 | 
				
			
			@ -1316,7 +1241,6 @@ msgstr "Nenalezeny žádné podpisové certifikáty v {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Žádný takový balíček: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1351,7 +1275,6 @@ msgstr "Pro {appid} není co dělat."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Nyní nastavte následující v config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1381,18 +1304,16 @@ msgstr "Jedné z položek konfigurace „github_releases“ chybí hodnota „pr
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Jedné z položek konfigurace „github_releases“ chybí hodnota „token“. Přeskakuji ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Pro grafiku jsou podporovány pouze formáty PNG a JPEG, nalezeno: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Zobrazit pouze rozdíly s Obchodem Play"
 | 
			
		||||
msgstr "Přijímá pouze jediný klíč „env“"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
| 
						 | 
				
			
			@ -1402,10 +1323,6 @@ msgstr "Zpracovat pouze aplikace s automatickými aktualizacemi"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Darovací metody OpenCollective patří do pole „OpenCollective:“"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Možnosti"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Uložit hlášení JSON do souboru pojmenovaného podle APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1571,14 +1488,6 @@ msgstr "Odebírání {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Přejmenovat soubory APK, které se neshodují s package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Režim aktualizace RepoTrunk má smysl pouze v repozitářích git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Resetovat a vytvořit zcela nový server sestavení, i když se stávající zdá být v pořádku."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1789,7 +1698,7 @@ msgstr "Testovací režim - výstup se ukládá pouze do adresáře tmp a vždy
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Python balíček „qrcode“ není nainstalován (např. apt-get install python3-qrcode)!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
| 
						 | 
				
			
			@ -1887,11 +1796,6 @@ msgstr "Neočekávaná licenční značka „{}“! Používejte pouze značky s
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Neočekávaná licenční značka „{}“! Používejte pouze licenční značky nakonfigurované v konfiguračním souboru"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Neočekávaný cíl symlinku: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1901,7 +1805,6 @@ msgstr "Neznámá položka {key} in {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Došlo k neznámé chybě!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1939,6 +1842,7 @@ msgstr "Nerozpoznané pole aplikace „{fieldname}“ v „{path}“"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Nerozpoznaný příznak sestavení „{build_flag}“ v „{path}“"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1969,11 +1873,6 @@ msgstr "Nepoužitá cesta scandelete: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Nepoužitá cesta scanignore: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Rozbalování do %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Aktualizovat informace o repozitáři pro nové balíčky"
 | 
			
		||||
| 
						 | 
				
			
			@ -1987,6 +1886,7 @@ msgstr "Aktualizovat protokol binární transparentnosti pro URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData má neplatnou URL: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2006,11 +1906,7 @@ msgstr "UpdateCheckData není platná URL: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode je nastaven, ale vypadá to, že akce checkupdates ještě nebyla spuštěna."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode je nastaven, ale vypadá to, že akce checkupdates zatím nebyla spuštěna"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName je nastaveno na známé ID aplikace, lze jej odstranit"
 | 
			
		||||
| 
						 | 
				
			
			@ -2025,27 +1921,10 @@ msgstr "Nahrávání {apkfilename} na androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Nahrávání {apkfilename} na VirusTotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Použití"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Použití: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Použijte /HEAD namísto /master nebo /main k ukázání na soubor ve výchozí větvi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Použijte /HEAD místo /master k ukázání na soubor ve výchozí větvi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "K vytvoření použijte `fdroid update -c`."
 | 
			
		||||
| 
						 | 
				
			
			@ -2084,11 +1963,6 @@ msgstr "Používám JAR Signature"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Používám jarsigner Javy, není doporučeno pro ověřování APK! Použijte apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Používám androguard z „{path}“"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2190,20 +2064,11 @@ msgstr "přidávám IdentityFile do {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "přidávání do {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "nejednoznačná možnost: %(option)s by mohlo odpovídat %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "nejednoznačná možnost: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2217,11 +2082,13 @@ msgstr "apksigner nenalezen! Nelze podepsat nebo ověřit moderní APK"
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner nenalezen, je vyžadován k podepisování!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID aplikace nebo soubor, se kterým se má pracovat"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2232,8 +2099,6 @@ msgstr "ID aplikace s nepovinným kódem verze ve tvaru APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url musí končit na /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2252,7 +2117,7 @@ msgstr "pokus o holé připojení SSH k testování klíče pro nasazení:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "nelze zpracovat specifikaci scrlib (není to řetězec): „{}“"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "nelze otevřít „%(filename)s“: %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2266,14 +2131,10 @@ msgstr "nelze otevřít non-https url: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "nelze najít požadované srclibs: „{path}“"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "nelze mít více argumentů subparseru"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2292,14 +2153,6 @@ msgstr "klonování {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "příkazy z modulů pluginů:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "komplexní"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2331,10 +2184,6 @@ msgstr "nepodařilo se parsovat srclib spec (není určen název): „{}“"
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "nepodařilo se parsovat srclib spec (není určen ref): „{}“"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "nepodařilo se parsovat srclib spec (příliš mnoho značek „@“): „{}“"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2359,8 +2208,6 @@ msgstr "soubor závislostí bez zámku"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "protokol procesu {path} nasazen do {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2378,8 +2225,6 @@ msgstr "stahování podpisů skeneru z „{}“ se nezdařilo"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "spustitelná binárka, případně kód"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2388,20 +2233,14 @@ msgstr[0] "očekáván %s argument"
 | 
			
		|||
msgstr[1] "očekávány %s argumenty"
 | 
			
		||||
msgstr[2] "očekáváno %s argumentů"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "očekáván alespoň jeden argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "očekáván maximálně jeden argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "očekáván jeden argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2414,10 +2253,6 @@ msgstr "fdroid [<příkaz>] [-h|--help|--version|<argumenty>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "stáhnout nejnovější verzi podpisů z webu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "floating-point"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "vynutit, aby chyby metadat (výchozí) byly varování nebo byly ignorovány."
 | 
			
		||||
| 
						 | 
				
			
			@ -2430,8 +2265,6 @@ msgstr "git svn clone selhalo"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "archiv souborů gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2445,35 +2278,21 @@ msgstr "index-v1 musí mít podpis, použijte `fdroid signindex` pro jeho vytvo
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 musí mít podpis, použijte `fdroid signindex` pro jeho vytvoření!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "celé číslo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "neplatná hodnota %(type)s: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "neplatná volba: %(value)r (vyberte si z %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "neplatná hodnota conflict_resolution: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2511,8 +2330,6 @@ msgstr "mirror „%s“ nekončí s „fdroid“!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "zrcadla nastavena dvakrát, v config.yml a {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "společně exkluzivní argumenty musí být volitelné"
 | 
			
		||||
| 
						 | 
				
			
			@ -2531,30 +2348,15 @@ msgstr "žádná „icon“ v {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "neposkytnuto APK"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "žádná taková možnost: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "nenalezeno info o verzi!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "nenalezeny informace o verzi"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "není povoleno s argumentem %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2564,72 +2366,6 @@ msgstr "jeden z argumentů %s je vyžadován"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "přijímá pouze řetězce, seznamy a tuply"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "možnost %s: pokud opravdu chcete nainstalovat všechny podepsané aplikace, použijte --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "možnost %s: neplatná hodnota %s: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "možnost %s: neplatná volba: %r (vyberte si z %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "možnost -%s není rozpoznána"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "možnost -%s vyžaduje argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "možnost --%s nesmí mít argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "možnost --%s není jedinečným prefixem"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "možnost --%s není rozpoznána"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "možnost --%s vyžaduje argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "volitelné argumenty"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "možnosti"
 | 
			
		||||
| 
						 | 
				
			
			@ -2639,8 +2375,6 @@ msgstr "možnosti"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "přepisování existující {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "poziční argumenty"
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,10 +2407,6 @@ msgstr "repo_url musí končit na /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync chybí nebo je rozbitý: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml není nainstalován, nelze zapisovat metadata."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2700,17 +2430,7 @@ msgstr "serverwebroot: cesta nekončí s „fdroid“, možná jste mysleli jedn
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "sdílená knihovna"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "zobrazit číslo verze programu a ukončit"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "zobrazí tuto nápovědu a ukončí program"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2744,8 +2464,6 @@ msgstr "statická knihovna"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "dodaný referenční binární soubor umožnil podepisujícího {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2755,22 +2473,16 @@ msgstr "jsou vyžadovány následující argumenty: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "pravda"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "neočekávaný řetězec možností: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "neznámý parser %(parser_name)r (volby: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2781,9 +2493,7 @@ msgstr "nerozpoznané argumenty: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "nebezpečné oprávnění u „{config_file}“ (má být 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "použití: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2813,21 +2523,19 @@ msgstr[2] "{0} aplikací, {1} aliasů klíčů"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) nemá žádná metadata!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} má několik souborů {name}, vypadá to na exploit Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "AndroidManifest.xml aplikace {apkfilename} má špatné datum: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} nemá název! Používám ID aplikace."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2848,7 +2556,6 @@ msgstr "{appid} má APK i soubory: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} chybí {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2889,15 +2596,10 @@ msgstr "{file} je prázdný nebo poškozený!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} „{section}/icons/{path}“ neexistuje! Zkontrolujte „config.yml“."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} je zastaralý, použijte {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "{path1} je kopií {path2}, jednu odstraňte!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2021-01-16 21:23+0000\n"
 | 
			
		||||
"Last-Translator: Aled Powell <aled@aledpowell.cymru>\n"
 | 
			
		||||
"Language-Team: Welsh <https://hosted.weblate.org/projects/f-droid/fdroidserver/cy/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -48,11 +48,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -78,21 +73,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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] ""
 | 
			
		||||
msgstr[3] ""
 | 
			
		||||
msgstr[4] ""
 | 
			
		||||
msgstr[5] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -108,14 +88,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "canfuwyd %d problem"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -136,13 +108,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -163,8 +128,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -178,11 +141,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -193,7 +151,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -212,8 +170,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -304,10 +260,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -351,7 +303,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -411,11 +362,13 @@ msgstr[5] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -468,20 +421,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -501,6 +451,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -594,11 +545,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -655,11 +601,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -693,12 +634,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -843,10 +778,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -878,7 +809,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -943,15 +873,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1086,16 +1014,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1306,7 +1230,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1341,7 +1264,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1371,19 +1293,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1392,10 +1312,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Dewisiadau"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1561,14 +1477,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Ailenwi ffeiliau APK na sy'n dilyn y ffurf package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1880,11 +1788,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1894,7 +1797,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1932,6 +1834,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1962,11 +1865,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Diweddaru gwybodaeth ystorfa am becynnau newydd"
 | 
			
		||||
| 
						 | 
				
			
			@ -1980,6 +1878,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1999,11 +1898,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2018,27 +1913,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Defndd: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2077,11 +1955,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2183,20 +2056,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "dewis amwys: gall %(option)s gydweddu â %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "dewis amwys: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2210,11 +2074,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2225,8 +2091,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2245,7 +2109,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "methu agor '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2259,14 +2123,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2285,14 +2145,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2327,10 +2179,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2355,8 +2203,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2374,8 +2220,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2387,20 +2231,14 @@ msgstr[3] ""
 | 
			
		|||
msgstr[4] ""
 | 
			
		||||
msgstr[5] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2413,10 +2251,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2429,8 +2263,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2444,35 +2276,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2510,8 +2328,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2530,30 +2346,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "dim dewis o'r fath: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2563,72 +2364,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "dewis -%s heb ei adnabod"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "dewis -%s angen ymresymiad"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "dewis --%s heb ei adnabod"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "ymresymiadau dewisol"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2639,8 +2374,6 @@ msgstr "Dewisiadau"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,10 +2406,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2700,17 +2429,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "dangos rhif fersiwn y rhaglen a gadael"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "dangos y neges cymorth hon a gadael"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2744,8 +2463,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2755,22 +2472,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2781,9 +2492,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "defnydd: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2816,21 +2525,19 @@ msgstr[5] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2851,7 +2558,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2892,11 +2598,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,8 +26,8 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-20 10:14+0000\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-21 08:45+0000\n"
 | 
			
		||||
"Last-Translator: VfBFan <drop0815@posteo.de>\n"
 | 
			
		||||
"Language-Team: German <https://hosted.weblate.org/projects/f-droid/fdroidserver/de/>\n"
 | 
			
		||||
"Language: de\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -61,7 +61,7 @@ msgstr "\"%s/\" besitzt keine zugehörige Metadaten-Datei!"
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "\"isPrimary\" key should not be added to mirrors!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "\"isPrimary\"-Schlüssel sollte nicht zu den Spiegelservern hinzugefügt werden!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -73,11 +73,6 @@ msgstr "\"local_copy_dir\" {path}\" existiert nicht!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" ist bereits auf {dev} installiert."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "{name} ({version}) in „{path}” veraltet"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -103,17 +98,6 @@ msgstr "\"{path}” ist mit einem nicht zulässigen Schlüssel signiert:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" ist keine gültige URL!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "Option %(option)s benötigt %(number)d Argument"
 | 
			
		||||
msgstr[1] "Option %(option)s benötigt %(number)d Argumente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -129,14 +113,6 @@ msgstr "%d APKs konnten nicht signiert oder verifiziert werden!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d Probleme gefunden"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [Optionen]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -157,13 +133,6 @@ msgstr "%s hat schlechtes SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s ist kein zulässiges Build-Feld"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "Option %s verfügt über keinen Wert"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' nicht in config.yml vorhanden!"
 | 
			
		||||
| 
						 | 
				
			
			@ -184,8 +153,6 @@ msgstr "'keystorepass' nicht in config.yml vorhanden!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' nicht in config.yml vorhanden!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' ist ein ungültiges Argument für Positionsangaben"
 | 
			
		||||
| 
						 | 
				
			
			@ -199,11 +166,6 @@ msgstr "Kein 'sdk_path' in 'config.yml' festgelegt!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' ist veraltet, fdroid benötigt build-tools-{version} oder neuer!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "Das Feld '{field}' wird in zufälliger Reihenfolge angezeigt! Verwenden Sie runde ( ) oder eckige [ ] Klammern, wenn die Reihenfolge wichtig ist!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -214,7 +176,7 @@ msgstr "'{path}' konnte nicht ausgeführt werden!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' in ungültigem Format, sollte ein Wörterbuch sein!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' ist kein gültiges {field} in {appid}. Regex-Muster: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -233,8 +195,6 @@ msgstr "--merge-request läuft nur auf einer einzigen App-ID!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "… checkupdate für {appid} fehlgeschlagen: {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() nicht festgelegt"
 | 
			
		||||
| 
						 | 
				
			
			@ -325,10 +285,6 @@ msgstr "Android-SDK-Tool {cmd} nicht gefunden!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "App besitzt Binärdateien aber keine entsprechenden AllowedAPKSigningKeys, um Zertifikat zu verankern."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "App hat NoSourceSince oder ArchivePolicy \"0 Versionen\", aber AutoUpdateMode oder UpdateCheckMode sind nicht None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "App hat NoSourceSince oder ArchivePolicy \"0 versions\" oder 0, aber AutoUpdateMode oder UpdateCheckMode sind nicht None"
 | 
			
		||||
| 
						 | 
				
			
			@ -372,7 +328,6 @@ msgstr "Falscher Typeneintrag \"{mirrortype}\" in Spiegelserver-Konfiguration vo
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Basis-URL zum Spiegeln, kann den Index-Signierungsschlüssel mit Hilfe des Abfrage-Strings enthalten: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -428,11 +383,13 @@ msgstr[1] "Kann nicht erstellt werden, da {} Fehler beim Prüfen aufgetreten sin
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "\"{path}\" konnte nicht überschrieben werden"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Kategorie '%s' ist nicht gültig"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Keine Kategorien festgelegt"
 | 
			
		||||
| 
						 | 
				
			
			@ -485,20 +442,17 @@ msgstr "Widersprüchliche \"{field}\"-Definitionen in .yml- bzw. übersetzten Da
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Widersprüchliche Argumente: '--verbose' und '--quiet' können nicht gleichzeitig angegeben werden."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Konflikt in der Konfiguration. Verwende {newfile}, ignoriere {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "'{command}' konnte auf Ihrem System nicht gefunden werden"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Neuester Versionscode konnte nicht gefunden werden"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Neuester Versionsname konnte nicht gefunden werden"
 | 
			
		||||
| 
						 | 
				
			
			@ -518,6 +472,7 @@ msgstr "Konnte APK-Datei {path} nicht für Analyse öffnen "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Konnte Größe \"{size}\" nicht parsen, falscher Typ \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Konnte Anwendungs-ID nicht finden"
 | 
			
		||||
| 
						 | 
				
			
			@ -611,11 +566,6 @@ msgstr "Die Beschreibung '%s' ist nur die Zusammenfassung der App"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Beschreibung enthält eine doppelte Zeile"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Beschreibung enthält eine Liste (%s), ist aber weder aufgezählt (*) noch nummeriert (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -672,11 +622,6 @@ msgstr "F-Droid.apk über Spiegelserver herunterladen, die weniger Datenlecks in
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Komplette Spiegel von kleinen Paketquellen herunterladen"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Herunterladen %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Herunterladen des Repositorys bereits einmal fehlgeschlagen, versuche es nicht nochmal."
 | 
			
		||||
| 
						 | 
				
			
			@ -710,14 +655,6 @@ msgstr "FEHLER: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "FEHLER: Der \"server\"-Unterbefehl wurde entfernt, verwende \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"FEHLER: Dieser Befehl sollte niemals verwendet werden, um f-droid.org zu spiegeln!\n"
 | 
			
		||||
"Ein vollständiger Spiegel von f-droid.org erfordert mehr als 200 GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "FEHLER: nicht unterstützter CI-Typ, Patches willkommen!"
 | 
			
		||||
| 
						 | 
				
			
			@ -864,10 +801,6 @@ msgstr "Datei verschwand während der Verarbeitung: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Fertiggestellt"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Flattr-Spendenmethoden gehören in das FlattrID-Feld"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Verbotene HTML-Befehle"
 | 
			
		||||
| 
						 | 
				
			
			@ -899,7 +832,6 @@ msgstr "Schlechte Finanzierungsdatei \"{path}\" für \"{name}\" gefunden:"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Ungültige App-IDs in Argumenten gefunden"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Ungültige versionCodes für einige Apps gefunden"
 | 
			
		||||
| 
						 | 
				
			
			@ -964,15 +896,13 @@ msgstr "Git clean fehlgeschlagen"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch fehlgeschlagen"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune fehlgeschlagen"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head fehlgeschlagen: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git reset fehlgeschlagen"
 | 
			
		||||
| 
						 | 
				
			
			@ -1107,16 +1037,12 @@ msgstr "Ungültige VercodeOperation: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Ungültige VercodeOperation: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Ungültige Anwendungs-ID {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Ungültiger boolescher Wert '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Ungültige Aufzählung"
 | 
			
		||||
| 
						 | 
				
			
			@ -1232,7 +1158,7 @@ msgstr "Maximale Rekursionstiefe in ZIP-Datei erreicht: %s"
 | 
			
		|||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Mirror config for {url} contains \"isPrimary\" key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Spiegelserver-Konfiguration für {url} enthält \"isPrimary\"-Schlüssel!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid "Mirror the full repo and archive, all file types."
 | 
			
		||||
| 
						 | 
				
			
			@ -1327,7 +1253,6 @@ msgstr "Keine Signaturzertifikate in {path} gefunden"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Kein solches Paket: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1362,7 +1287,6 @@ msgstr "Keine zu erledigenden Aufgaben für {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Legen Sie diese nun in der config.yml fest:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1392,19 +1316,17 @@ msgstr "Einem der Konfigurationselemente von 'github_releases' fehlt der Wert 'p
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Einem der Konfigurationselemente von 'github_releases' fehlt der Wert 'token'. Überspringe …"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Nur PNG und JPEG werden für Grafiken unterstützt, gefunden wurde: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr "Nur ein einziger Schlüssel \"env\" wird akzeptiert"
 | 
			
		||||
 | 
			
		||||
#: ../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"
 | 
			
		||||
| 
						 | 
				
			
			@ -1413,10 +1335,6 @@ msgstr "Nur Apps mit automatischen Aktualisierungen verarbeiten"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "OpenCollective-Spendenmethoden gehören in das OpenCollective: Feld"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Optionen"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "JSON-Bericht in eine nach der APK benannte Datei ausgeben."
 | 
			
		||||
| 
						 | 
				
			
			@ -1582,14 +1500,6 @@ msgstr "Entferne {path}\""
 | 
			
		|||
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/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Der RepoTrunk-Aktualisierungsmodus ist nur bei git-svn-Paketquellen sinnvoll"
 | 
			
		||||
 | 
			
		||||
#: ../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 Buildserver einrichten, auch wenn der bestehende in Ordnung zu sein scheint."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1732,7 +1642,7 @@ msgstr "Überspringen von '{apkfilename}' mit ungültiger Signatur!"
 | 
			
		|||
#: ../fdroidserver/deploy.py ../fdroidserver/index.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Skipping GitLab Pages mirror because the repo is too large (>%.2fGB)!"
 | 
			
		||||
msgstr "GitLab Pages Mirror wird übersprungen, da das Repo zu groß ist (>%.2fGB)!"
 | 
			
		||||
msgstr "Überspringe GitLab-Pages-Spiegelserver, da das Repo zu groß ist (>%.2f GB)!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -1897,11 +1807,6 @@ msgstr "Ungültiges Lizenz-Tag \"{}\"! Verwenden Sie nur Kennzeichen von https:/
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Unerwartetes Lizenz-Tag \"{}\"! Nur Lizenz-Tags verwenden, die in deiner config-Datei eingerichtet sind"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Unerwartetes Symlink-Ziel: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1911,7 +1816,6 @@ msgstr "Unbekannter Eintrag {key} in {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Unbekannter Fehler aufgetreten!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1949,6 +1853,7 @@ msgstr "Nicht erkanntes App-Feld '{fieldname}' in '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Nicht erkanntes Build-Flag '{build_flag}' in '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1979,11 +1884,6 @@ msgstr "Nicht verwendeter „scandelete“-Pfad: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Nicht verwendeter „scanignore“-Pfad: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Entpacke nach %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Paketquelleninformationen zu neuen Programmpaketen aktualisieren"
 | 
			
		||||
| 
						 | 
				
			
			@ -1997,6 +1897,7 @@ msgstr "Binäres Transparency-Log einer URL aktualisieren"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData hat eine ungültige URL: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2016,11 +1917,7 @@ msgstr "UpdateCheckData hat eine ungültige URL: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode ist gesetzt, aber likecheckupdates wurde vermutlich noch nicht ausgeführt."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode ist gesetzt, aber likecheckupdates wurde anscheinend noch nicht ausgeführt"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName ist auf eine bekannte App-ID gesetzt, sie kann entfernt werden"
 | 
			
		||||
| 
						 | 
				
			
			@ -2035,27 +1932,10 @@ msgstr "Lade {apkfilename} auf androidobservatory.org hoch"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Lade {apkfilename} auf VirusTotal hoch"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Syntax"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Syntax: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Verwende /HEAD anstelle von /master oder /main, um auf eine Datei im Hauptzweig zu verweisen"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Verwende /HEAD anstelle von /master, um auf eine Datei im Hauptzweig zu verweisen"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Verwende `fdroid update -c` zum Erstellen."
 | 
			
		||||
| 
						 | 
				
			
			@ -2094,11 +1974,6 @@ msgstr "Verwende JAR Signatur"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Von Java jarsigner zur Verifikation von APKs wird abgeraten! Verwenden Sie apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Verwende Androguard von \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2200,20 +2075,11 @@ msgstr "IdentityFile zu {path} hinzufügen"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "Hinzufügen zu {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "Mehrdeutige Option: %(option)s könnte übereinstimmen mit %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "Mehrdeutige Option: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2227,11 +2093,13 @@ msgstr "apksigner nicht gefunden! Moderne APKs können nicht signiert oder verif
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner nicht gefunden, er wird zum Signieren benötigt!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "App-ID der Datei, die bearbeitet werden soll"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2242,8 +2110,6 @@ msgstr "App-ID mit fakultativem Versionscode in der Form APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url muss mit /archive enden"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2262,7 +2128,7 @@ msgstr "Versuch einer reinen SSH-Verbindung, um den Deployment-Key zu testen:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "kann scrlib-Spezifikation nicht parsen (keine Zeichenkette): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "'%(filename)s' kann nicht geöffnet werden: %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2276,14 +2142,10 @@ msgstr "Nicht-HTTPS-URL kann nicht geöffnet werden: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "Konnte die benötigten srclibs nicht finden: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "Mehrere Subparser-Argumente sind unzulässig"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2302,14 +2164,6 @@ msgstr "Klone {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "Befehle aus den PlugIn-Modulen:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "komplex"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2340,10 +2194,6 @@ msgstr "konnte srclib-Spezifikation nicht parsen (kein Name angegeben): '{}'"
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "konnte srclib-Spezifikation nicht parsen (keine ref angegeben): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "konnte srclib-Spezifikation nicht parsen (zu viele '@'-Zeichen): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2368,8 +2218,6 @@ msgstr "Abhängigkeitsdatei ohne Sperre"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "Verarbeitungsprotokoll {path} unter {dest} bereitgestellt"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2387,8 +2235,6 @@ msgstr "Herunterladen der Scanner-Signaturen von '{}' fehlgeschlagen"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "ausführbare Binärdatei, vermutlich Code"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2396,20 +2242,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "%s Argument erwartet"
 | 
			
		||||
msgstr[1] "%s Argumente erwartet"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "mindestens ein Argument erwartet"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "höchstens ein Argument erwartet"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "ein Argument erwartet"
 | 
			
		||||
| 
						 | 
				
			
			@ -2422,10 +2262,6 @@ msgstr "fdroid [<command>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "Abrufen der neuesten Version von Signaturen aus dem Web"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "Gleitkomma"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "Erzwingen, dass Metadatenfehler (Standard) als Warnung ausgegeben oder ignoriert werden."
 | 
			
		||||
| 
						 | 
				
			
			@ -2438,8 +2274,6 @@ msgstr "git svn Klonen fehlgeschlagen"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "gzip Dateiarchiv"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2453,35 +2287,21 @@ msgstr "index-v1 muß eine Signatur haben, verwenden Sie `fdroid signindex` um s
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 muss eine Signatur haben, verwenden Sie `fdroid signindex`, um sie zu erstellen!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "Ganzzahl"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "Ungültige(r) %(type)s mit Wert: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "Ungültige Auswahl: %(value)r (Wählen Sie aus %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "Ungültiger conflict_resolution-Wert: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2517,10 +2337,8 @@ msgstr "Spiegelserver '%s' ended nicht mit 'fdroid'!"
 | 
			
		|||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "Mirrors zweimal gesetzt, in config.yml und {path}!"
 | 
			
		||||
msgstr "Spiegelserver zweimal gesetzt, in config.yml und {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "sich gegenseitig ausschließende Argumente müssen optional sein"
 | 
			
		||||
| 
						 | 
				
			
			@ -2539,30 +2357,15 @@ msgstr "kein \"icon\" in {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "kein APK bereitgestellt"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "keine solche Option: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "keine Versionsinformation gefunden!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "keine Versionsinformation gefunden"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "unzulässig mit Argument %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2572,72 +2375,6 @@ msgstr "eines der Argumente %s ist erforderlich"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "akzeptiert nur Zeichenketten, Listen und Tupel"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "Option %s: Wenn Sie wirklich alle signierten Apps installieren wollen, verwenden Sie --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "Option %s: ungültiger %s Wert: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "Option %s: ungültige Wahl: %r (wählen Sie aus %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "Option -%s nicht erkannt"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "Option -%s erfordert Argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "Option --%s darf kein Argument haben"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "option --%s ist kein eindeutiges Präfix"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "Option --%s nicht erkannt"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "Option --%s erfordert Argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "optionale Argumente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "Optionen"
 | 
			
		||||
| 
						 | 
				
			
			@ -2647,8 +2384,6 @@ msgstr "Optionen"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "überschreiben des vorhandenen {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "Positionsparameter"
 | 
			
		||||
| 
						 | 
				
			
			@ -2681,10 +2416,6 @@ msgstr "repo_url muss mit /repo enden"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync fehlt oder ist kaputt: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml ist nicht installiert, kann Metadaten nicht schreiben."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2708,17 +2439,7 @@ msgstr "serverwebroot: Der Pfad endet nicht mit \"fdroid\", vielleicht meinten S
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "dynamische Bibliothek"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "Versionsnummer der Anwendung anzeigen und beenden"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "diese Hilfemeldung anzeigen und beenden"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2752,8 +2473,6 @@ msgstr "statische Bibliothek"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "Angewandte Referenz-Binary erlaubt Signer {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2763,22 +2482,16 @@ msgstr "die folgenden Argumente sind erforderlich: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "wahr"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "Unerwartete Optionsverkettung: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "Unbekannter Parser %(parser_name)r (Auswahl: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2789,9 +2502,7 @@ msgstr "nicht erkannte Argumente: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "Unsichere Berechtigungen in „{config_file}” (sollte 0600 sein)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "Syntax: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2820,21 +2531,19 @@ msgstr[1] "{0} apps, {1} Schlüsselaliase"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) besitzt keine Metadaten!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} hat mehrere {name} Dateien, sieht aus wie Master Key Exploit!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "Die AndroidManifest.xml der App „{apkfilename}” hat ein ungültiges Datum: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} besitzt keinen Namen! Die Anwendungs-ID wird stattdessen verwendet."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2855,7 +2564,6 @@ msgstr "{appid} hat sowohl APKs als auch Dateien: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} fehlt {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2896,11 +2604,6 @@ msgstr "{file} ist leer oder beschädigt!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" existiert nicht! Überprüfe \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} ist veraltet, verwenden Sie {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-05-10 13:24+0000\n"
 | 
			
		||||
"Last-Translator: ΣΤΑΥΡΟΣ ΔΑΛΙΑΚΟΠΟΥΛΟΣ <stavros.daliakopoulos@gmail.com>\n"
 | 
			
		||||
"Language-Team: Greek <https://hosted.weblate.org/projects/f-droid/fdroidserver/el/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -55,11 +55,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "Το \"{apkfilename}\" είναι ήδη εγκατεστημένο στο {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "Το \"{path}\" περιέχει ένα ξεπερασμένο {name} ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -85,17 +80,6 @@ msgstr "Το \"{path}\" έχει υπογραφή από ένα κλειδί π
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "Το \"{url}\" δεν είναι έγκυρο URL!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "Η επιλογή %(option)s απαιτεί %(number)d όρισμα"
 | 
			
		||||
msgstr[1] "Η επιλογή %(option)s απαιτεί %(number)d ορίσματα"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -111,14 +95,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d προβλήματα εντοπίστηκαν"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [επιλογές]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -139,13 +115,6 @@ msgstr ""
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "Το %s δεν είναι αποδεκτό πεδίο δόμησης"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "Η επιλογή %s δεν λαμβάνει τιμή"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "Το «keypass» δεν βρέθηκε στο config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -166,8 +135,6 @@ msgstr "Το 'keystorepass' δεν βρέθηκε στο config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -181,11 +148,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -196,7 +158,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -215,8 +177,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ". __call__ () δεν έχει οριστεί"
 | 
			
		||||
| 
						 | 
				
			
			@ -307,10 +267,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -354,7 +310,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -410,11 +365,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -467,20 +424,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -500,6 +454,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -593,11 +548,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -654,11 +604,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -692,12 +637,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -842,10 +781,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -877,7 +812,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -942,15 +876,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1085,16 +1017,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1305,7 +1233,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1340,7 +1267,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1370,19 +1296,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1391,10 +1315,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Επιλογές"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1560,14 +1480,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Μετονομασία αρχείων APK που δεν αντιστοιχούν με «όνομα.πακέτου_123.apk»"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1868,11 +1780,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1882,7 +1789,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Βρέθηκε άγνωστη εξαίρεση!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1920,6 +1826,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1950,11 +1857,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Ενημέρωση πληροφοριών αποθετηρίου για νέα πακέτα"
 | 
			
		||||
| 
						 | 
				
			
			@ -1968,6 +1870,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1987,11 +1890,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2006,27 +1905,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Χρήση"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Χρήση: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2065,11 +1947,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2171,20 +2048,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "Ασαφής επιλογή: %(option)s θα μπορούσε να ταιριάζει με %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "ασαφής επιλογή: %s (%s;)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2198,11 +2066,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2213,8 +2083,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2233,7 +2101,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "δεν είναι δυνατό το άνοιγμα του '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2247,14 +2115,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2273,14 +2137,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "Σύμπλεγμα"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2311,10 +2167,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2339,8 +2191,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2358,8 +2208,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2367,20 +2215,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2393,10 +2235,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2409,8 +2247,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2424,35 +2260,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2490,8 +2312,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2510,30 +2330,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "δεν υπάρχει τέτοια επιλογή: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2543,72 +2348,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "επιλογή -%s δεν αναγνωρίζεται"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "η επιλογή -%s απαιτεί επιχείρημα"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "η επιλογή --%s δεν πρέπει να έχει όρισμα"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "η επιλογή --%s δεν είναι ένα μοναδικό πρόθεμα"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "η επιλογή --%s δεν αναγνωρίζεται"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "η επιλογή --%s απαιτεί όρισμα"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "προεραιτικά επιχειρήματα"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2619,8 +2358,6 @@ msgstr "Επιλογές"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2653,10 +2390,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2680,17 +2413,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "εμφάνιση αυτού του βοηθητικού μηνύματος κι έξοδος"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2724,8 +2447,6 @@ msgstr "στατική βιβλιοθήκη"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2735,22 +2456,16 @@ msgstr "Απαιτούνται τα ακόλουθα ορίσματα: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "άγνωστος συντακτικός αναλυτής %(parser_name)r (επιλογές: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2761,9 +2476,7 @@ msgstr "μη αναγνωρίσιμα ορίσματα: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "μη ασφαλή δικαιώματα στο '{config_file}' (πρέπει να είναι 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "χρήση: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2792,21 +2505,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2827,7 +2538,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2868,11 +2578,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -18,7 +18,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-16 22:47+0000\n"
 | 
			
		||||
"Last-Translator: Nicolás Pérez <ccnicolasperez@gmail.com>\n"
 | 
			
		||||
"Language-Team: Spanish <https://hosted.weblate.org/projects/f-droid/fdroidserver/es/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -65,11 +65,6 @@ msgstr "¡El directorio raíz para local_copy_dir \"{path}\" no existe!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" ya está instalado en {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" contiene {name} ({version}) caducado"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -95,17 +90,6 @@ msgstr "\"{path}\" está firmado por una clave no permitida:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" no es una URL válida!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "la opción %(option)s requiere %(number)d argumento"
 | 
			
		||||
msgstr[1] "la opción %(option)s requiere %(number)d argumentos"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -121,14 +105,6 @@ msgstr "¡%d APKs fallaron al ser firmados o verificados!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problemas encontrados"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opciones]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -149,13 +125,6 @@ msgstr "%s tienes mal un SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s no es un campo de construcción aceptado"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "la opción %s no toma un valor"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "¡'keypass' no encontrado en config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -176,8 +145,6 @@ msgstr "¡'keystorepass' no encontrado en config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "¡'repo_keyalias' no encontrado en config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' es un argumento inválido para posicionales"
 | 
			
		||||
| 
						 | 
				
			
			@ -191,11 +158,6 @@ msgstr "¡'sdk_path' no establecido en 'config.yml'!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "¡'{aapt}' es demasiado antiguo, fdroid requiere build-tools-{version} o posterior!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "¡'{field}' estará en un orden aleatorio! ¡Use paréntesis () o [] si el orden es importante!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -206,7 +168,7 @@ msgstr "¡Falló la ejecución de '{path}'!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' tiene un formato inválido, ¡debería ser un diccionario!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' no es un {field} válido en {appid}. Patrón de expresión regular: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -225,8 +187,6 @@ msgstr "¡--merge-request solo se ejecuta en un único ID de aplicación!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...falló la comprobación de actualizaciones para {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() no definida"
 | 
			
		||||
| 
						 | 
				
			
			@ -317,10 +277,6 @@ msgstr "¡No se encontró la herramienta {cmd} del SDK de Android!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "La aplicación tiene archivos binarios, pero no las AllowedAPKSigningKeys correspondientes para fijat el certificado."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "La aplicación tiene NoSourceSince o ArchivePolicy \"0 versiones\", pero AutoUpdateMode o UpdateCheckMode no es Ninguno"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "La aplicación tiene NoSourceSince o ArchivePolicy \"versiones 0\" o 0, pero AutoUpdateMode o UpdateCheckMode no son Ninguna"
 | 
			
		||||
| 
						 | 
				
			
			@ -364,7 +320,6 @@ msgstr "Tipo de entrada incorrecto \"{mirrortype}\" en la configuración de los
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "URL base para replicar, puede incluir la clave de firma del índice usando la cadena de consulta: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -420,11 +375,13 @@ msgstr[1] "No se puede construir debido a los errores {} mientras se comprobaba"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "No se puede reescribir \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "La categoría '%s' no es válida"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "No se han establecido categorías"
 | 
			
		||||
| 
						 | 
				
			
			@ -477,20 +434,17 @@ msgstr "Definiciones \"{field}\" contradictorias entre los archivos .yml y los a
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Argumentos incompatibles: No se puede especificar \"--verbose\" y \"--quiet\" a la vez."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Archivos de configuración en conflicto. ¡Usando {newfile}, ignorando {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "No se pudo encontrar '{command}' en el sistema"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "No se pudo encontrar el último código de versión"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "No se pudo encontrar el último nombre de versión"
 | 
			
		||||
| 
						 | 
				
			
			@ -510,6 +464,7 @@ msgstr "No se pudo abrir el archivo APK {path} para analizarlo: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "No se puede procesar el tamaño \"{size}\", tipo erróneo \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "No se pudo encontrar el identificador de aplicación"
 | 
			
		||||
| 
						 | 
				
			
			@ -603,11 +558,6 @@ msgstr "La descripción '%s' es simplemente el resumen de la aplicación"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "La descripción contiene una línea duplicada"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "La descripción tiene una lista (%s) pero no está estructurada (*) ni numerada (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -664,11 +614,6 @@ msgstr "Descarga F-Droid.apk usando espejos que filtren menos a la red"
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Descargar réplicas completas de repositorios pequeños"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Descargando %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "La descarga del repositorio ya falló una vez, no se intentará de nuevo."
 | 
			
		||||
| 
						 | 
				
			
			@ -702,14 +647,6 @@ msgstr "ERROR: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ERROR: ¡El subcomando \"server\" se ha eliminado. Use \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ERROR: ¡esta orden no se debería usar nunca para replicar f-droid.org!\n"
 | 
			
		||||
"Una réplica completa de f-droid.org requiere más de 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ERROR: tipo de CI no soportado, ¡se aceptan parches!"
 | 
			
		||||
| 
						 | 
				
			
			@ -856,10 +793,6 @@ msgstr "El archivo desapareció al procesarlo: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Terminado"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Los métodos de donación de Flattr pertenecen al FlattrID: field"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Etiquetas HTML prohibidas"
 | 
			
		||||
| 
						 | 
				
			
			@ -891,7 +824,6 @@ msgstr "Se encontró archivo de financiación \"{path}\" para \"{name}\":"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Se encontraron identificadores de aplicaciones inválidos en los argumentos"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Se encontraron códigos de versión (versionCodes) inválidos para algunas aplicaciones"
 | 
			
		||||
| 
						 | 
				
			
			@ -956,15 +888,13 @@ msgstr "Git clean falló"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch falló"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Falló la extracción de Git"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head falló: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git reset falló"
 | 
			
		||||
| 
						 | 
				
			
			@ -1099,16 +1029,12 @@ msgstr "VercodeOperation no válida: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation no válido: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ID de aplicación inválido {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Valor booleano no válido '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Lista no numerada no válida"
 | 
			
		||||
| 
						 | 
				
			
			@ -1319,7 +1245,6 @@ msgstr "No se ha encontrado ningún certificado de firma en {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "No existe tal paquete: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1354,7 +1279,6 @@ msgstr "Nada que hacer para {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Ahora establezca lo siguiente en config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1384,19 +1308,17 @@ msgstr "A uno de los elementos de configuración 'github_releases' le falta el v
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "A uno de los elementos de configuración 'github_releases' le falta el valor 'token'. Omitiendo ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Sólo PNG y JPEG son compatibles con los gráficos, encontrados: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -1405,10 +1327,6 @@ msgstr "Solo procesar aplicaciones con actualizaciones automáticas"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Los métodos de donación de OpenCollective pertenecen al OpenCollective: field"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opciones"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Sacar el informe JSON a un fichero nombrado según el APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1574,14 +1492,6 @@ msgstr "Eliminando {path}\""
 | 
			
		|||
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/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "El modo de actualización RepoTrunk solo tiene sentido en repositorios git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../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/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1889,11 +1799,6 @@ msgstr "¡Etiqueta de licencia inesperada \"{}\"! Use solo etiquetas aprobadas p
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "¡Etiqueta de licencia inesperada \"{}\"! Use solo etiquetas de licencia configuradas en su archivo de configuración"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Destino del enlace simbólico inesperado: {link} ->{target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1903,7 +1808,6 @@ msgstr "Entrada desconocida {key} en {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "¡Se encontró una excepción desconocida!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1941,6 +1845,7 @@ msgstr "Campo de app '{fieldname}' desconocido en '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Flag de compilación '{build_flag}' desconocido en '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1971,11 +1876,6 @@ msgstr "Ruta scandelete sin uso: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Ruta scanignore sin uso: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Descomprimiendo a %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Actualizar la información del repositorio para nuevos paquetes"
 | 
			
		||||
| 
						 | 
				
			
			@ -1989,6 +1889,7 @@ msgstr "Actualizar el registro de transparencia binario para una URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData tiene una URL no válida: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2008,11 +1909,7 @@ msgstr "UpdateCheckData tiene una URL no válida: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode está configurado pero parece que aún no se han ejecutado las actualizaciones."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode está activado pero parece que aún no se ha ejecutado checkupdates"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName está configurado con el ID de la aplicación conocida, se puede eliminar"
 | 
			
		||||
| 
						 | 
				
			
			@ -2027,27 +1924,10 @@ msgstr "Subiendo {apkfilename} a androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Subiendo {apkfilename} a virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Utilización"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Uso: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Utiliza /HEAD en lugar de /master o /main para apuntar a un archivo de la rama por defecto"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Use /HEAD en vez de /master para apuntar a un fichero en la rama por omisión"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Use `fdroid update -c` para crearlo."
 | 
			
		||||
| 
						 | 
				
			
			@ -2086,11 +1966,6 @@ msgstr "Utilizar la firma JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "¡Usando jarsigner de Java. No recomendado para verificar APKs! Use apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Usando androguard de \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2192,20 +2067,11 @@ msgstr "añadiendo IdentityFile a {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "añadiendo a {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "opción ambigua: %(option)s podría corresponderse con %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "opción ambigua: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2219,11 +2085,13 @@ msgstr "¡No se encontró apksigner! No se pueden firmar o verificar los APKs mo
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "¡Se requiere apksigner para firmar pero no se encontró!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "identificador de aplicación del fichero en el que operar"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2234,8 +2102,6 @@ msgstr "identificador de aplicación con código de versión opcional en la form
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "El archive_url debe terminar con /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2254,7 +2120,7 @@ msgstr "intentando conexión SSH pura para probar la llave de despliegue:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "no se puede procesar (no es una cadena) la especificación scrlib: '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "no se puede abrir '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2268,14 +2134,10 @@ msgstr "no se puede abrir una url que no sea https: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "no se encuentran las srclibs requeridas: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "no se puede tener varios argumentos de subparser"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2294,14 +2156,6 @@ msgstr "clonando {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "órdenes de módulos de extensión (plugins):"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complejo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2332,10 +2186,6 @@ msgstr "no se ha podido analizar la especificación srclib (no se ha especificad
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "no se pudo procesar especificación srclib (sin especificar ref): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "no se pudo procesar especificación srclib (demasiadas arrobas '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2360,8 +2210,6 @@ msgstr "archivo de dependencia sin bloqueo"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "registro de proceso {path} desplegado en '{dest}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2379,8 +2227,6 @@ msgstr "la descarga del escaneo de la firma para '{}' falló"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "binario ejecutable, posiblemente código"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2388,20 +2234,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "argumento inesperado %s"
 | 
			
		||||
msgstr[1] "argumentos inesperados %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "se esperaba al menos 1 argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "no se esperaba más de 1 argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "se esperaba 1 argumento"
 | 
			
		||||
| 
						 | 
				
			
			@ -2414,10 +2254,6 @@ msgstr "fdroid [<orden>] [-h|--help|--version|<argumentos>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "obtener la última versión de las firmas de la web"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "punto flotante"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "forzar que los errores en metadatos sean avisos, o que se ignoren (valor predeterminado: errores)."
 | 
			
		||||
| 
						 | 
				
			
			@ -2430,8 +2266,6 @@ msgstr "falló git svn clone"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "archivo de ficheros gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2445,35 +2279,21 @@ msgstr "¡index-v1 tiene que tener una firma, use `fdroid signindex` para crearl
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 debe tener una firma, ¡ use `f droid signindex` para crearla!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "entero"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "valor inválido de tipo %(type)s: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "opción no válida: %(value)r (escoja de entre %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "valor para conflict_resolution no válido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2511,8 +2331,6 @@ msgstr "¡el espejo '%s' no termina en 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "¡espejos establecidos dos veces, en config.yml y {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "los argumentos mutuamente exclusivos tienen que ser opcionales"
 | 
			
		||||
| 
						 | 
				
			
			@ -2531,30 +2349,15 @@ msgstr "{appid} sin \"icono\""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "no se ha indicado APK"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "no hay tal opción: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "¡no se encontró información de la versión!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "no se encontró información de la versión"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "no permitido con el argumento %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2564,72 +2367,6 @@ msgstr "se necesita 1 de los argumentos %s"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "solo acepta cadenas, listas, y tuplas"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "opción %s: Si de verdad quiere instalar todas las apps firmadas use --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "opción %s: valor de %s no válido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "opción %s: selección no válida: %r (elija de entre %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opción -%s no reconocida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "opción -%s requiere un argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "opción --%s no puede llevar argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "opción --%s no es un prefijo único"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opción --%s no reconocida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "opción --%s requiere un argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argumentos opcionales"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "opciones"
 | 
			
		||||
| 
						 | 
				
			
			@ -2639,8 +2376,6 @@ msgstr "opciones"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "sobrescribiendo {path} existente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argumentos posicionales"
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,10 +2408,6 @@ msgstr "repo_url debe terminar con /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync no existe o no funciona: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml no instalado. No se pueden escribir metadatos."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2700,17 +2431,7 @@ msgstr "serverwebroot: la ruta no termina con \"fdroid\", tal vez se refería a
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "biblioteca compartida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "mostrar el número de versión del programa y salir"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "mostrar este mensaje de ayuda y salir"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2744,8 +2465,6 @@ msgstr "biblioteca estática"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "el archivo binario de referencia ha proporcionado autorización al firmante {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2755,22 +2474,16 @@ msgstr "se requieren los siguientes argumentos: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "verdadero"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "cadena de opción inesperada: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "parser '%(parser_name)r' desconocido. (Opciones válidas: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2781,9 +2494,7 @@ msgstr "argumentos no reconocidos: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "permisos inseguros en '{config_file}' (¡debería ser 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "uso: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2812,21 +2523,19 @@ msgstr[1] "{0} aplicaciones, {1} alias de clave"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "¡{apkfilename} ({appid}) no tiene metadatos!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "¡{apkfilename} tiene multiples ficheros {name}, parece un exploit de clave maestra!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "El AndroidManifest.xml de {apkfilename} tiene la fecha mal: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "¡{appid} no tiene nombre! Usando su identificador."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2847,7 +2556,6 @@ msgstr "{appid} tiene tanto APKs como archivos: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} no tiene {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2888,11 +2596,6 @@ msgstr "¡{file} está vacío o corrupto!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "¡{name} \"{section}/icons/{path}\" no existe! Corrijalo en config.yml."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} está obsoleto, use {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2021-04-10 21:26+0000\n"
 | 
			
		||||
"Last-Translator: Germe the fur star <FOSSgerme.deb@tuta.io>\n"
 | 
			
		||||
"Language-Team: Spanish (Argentina) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_AR/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -53,11 +53,6 @@ msgstr "directorio_copia_local ¡tiene que ser una ruta absoluta!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -83,17 +78,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -109,14 +93,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opciones]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -137,13 +113,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -164,8 +133,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -179,11 +146,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -194,7 +156,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -213,8 +175,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() no definida"
 | 
			
		||||
| 
						 | 
				
			
			@ -308,10 +268,6 @@ msgstr "No se encontró Android SDK!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -355,7 +311,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -411,11 +366,13 @@ msgstr[1] "No se pudo empaquetar debido a los {} errores mientras se escaneaba"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "No se puede reescribir \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -468,21 +425,18 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Empaquetado con la ultima versión de cada paquete"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
| 
						 | 
				
			
			@ -503,6 +457,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
| 
						 | 
				
			
			@ -598,11 +553,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -659,11 +609,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -697,12 +642,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -847,10 +786,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -882,7 +817,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -947,15 +881,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1090,16 +1022,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1312,7 +1240,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1348,7 +1275,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1378,19 +1304,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -1399,10 +1323,6 @@ msgstr "Solo procesar las aplicaciones que cuenten con actualizaciones automatic
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opciones"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1570,14 +1490,6 @@ msgstr ""
 | 
			
		|||
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/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../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/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1878,11 +1790,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1892,7 +1799,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "¡Se encontró una excepción desconocida!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1930,6 +1836,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1960,11 +1867,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Actualizar información del repositorio para paquetes nuevos"
 | 
			
		||||
| 
						 | 
				
			
			@ -1978,6 +1880,7 @@ msgstr "Actualizar el registro de transparencia binario de un URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1997,11 +1900,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2016,27 +1915,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Uso"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Uso: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2075,11 +1957,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2182,20 +2059,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "opción ambigua: %(option)s podría corresponderse con %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "opción ambigua: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2209,12 +2077,14 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "app-id para verificar actualizaciones"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2226,8 +2096,6 @@ msgstr "app-id con VersionCode opcional con el formato APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2246,7 +2114,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "no se puede abrir '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2260,14 +2128,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2286,14 +2150,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2324,10 +2180,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2352,8 +2204,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2371,8 +2221,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2380,20 +2228,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2407,10 +2249,6 @@ msgstr "uso: fdroid [-h|--help|--version] <comando> [<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "forzar errores al ser advertencias, o ignorar."
 | 
			
		||||
| 
						 | 
				
			
			@ -2423,8 +2261,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2438,35 +2274,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2505,8 +2327,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2525,32 +2345,16 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "no hay tal opción: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "¡Se encontró una excepción desconocida!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "¡Se encontró una excepción desconocida!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2560,72 +2364,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "No se reconoce el comando \"%s\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "opción -%s requiere un argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "opción --%s no puede llevar argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "opción --%s no es un prefijo único"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "No se reconoce el comando --\"%s\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "opción --%s requiere un argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argumentos opcionales"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2636,8 +2374,6 @@ msgstr "Opciones"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argumentos posicionales"
 | 
			
		||||
| 
						 | 
				
			
			@ -2670,10 +2406,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2698,17 +2430,7 @@ msgstr "local_copy_dir no termina en \"fdroid\", quizá quiso escribir: \"{path}
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "librería compartida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "mostrar el número de versión del programa y salir"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "mostrar este mensaje de ayuda y salir"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2742,8 +2464,6 @@ msgstr "librería estática"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2753,22 +2473,16 @@ msgstr "se requieren los siguientes argumentos: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "Cadena de opción inesperada: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2779,9 +2493,7 @@ msgstr "argumentos no reconocidos: %s"
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "uso: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2810,21 +2522,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "el AndroidManifest.xml del {apkfilename} tiene una mala fecha: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2845,7 +2555,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2886,11 +2595,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2020-04-29 12:49+0000\n"
 | 
			
		||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
 | 
			
		||||
"Language-Team: Spanish (Mexico) <https://hosted.weblate.org/projects/f-droid/fdroidserver/es_MX/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -49,11 +49,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -79,17 +74,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -105,14 +89,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opciones]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -133,13 +109,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -160,8 +129,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -175,11 +142,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -190,7 +152,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -209,8 +171,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -301,10 +261,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -348,7 +304,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -404,11 +359,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -461,21 +418,18 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "No se pudo encontrar '{command}' en su sistema"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "No se pudo encontrar el código de la última versión"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
| 
						 | 
				
			
			@ -496,6 +450,7 @@ msgstr "No se pudo abrir el archivo APK para su análisis"
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
| 
						 | 
				
			
			@ -591,11 +546,6 @@ msgstr "Descripción '%s' es solo el resumen de la aplicación"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "La descripción tiene una línea duplicada"
 | 
			
		||||
 | 
			
		||||
#: ../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"
 | 
			
		||||
| 
						 | 
				
			
			@ -652,11 +602,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -690,12 +635,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -840,10 +779,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -875,7 +810,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -940,15 +874,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1083,16 +1015,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1303,7 +1231,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1338,7 +1265,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1368,19 +1294,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1389,10 +1313,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1558,14 +1478,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1866,11 +1778,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1880,7 +1787,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1918,6 +1824,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1948,11 +1855,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1966,6 +1868,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1985,11 +1888,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2004,27 +1903,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2063,11 +1945,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2169,20 +2046,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2196,11 +2064,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2211,8 +2081,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2231,7 +2099,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2245,14 +2113,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2271,14 +2135,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complejo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2309,10 +2165,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2337,8 +2189,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2356,8 +2206,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2365,20 +2213,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2391,10 +2233,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2407,8 +2245,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2422,35 +2258,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2488,8 +2310,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2508,30 +2328,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2541,72 +2346,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2617,8 +2356,6 @@ msgstr "%prog [opciones]"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2651,10 +2388,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2678,17 +2411,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2722,8 +2445,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2733,22 +2454,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2759,9 +2474,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2790,21 +2503,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2825,7 +2536,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2866,11 +2576,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
			
		||||
"Last-Translator: Automatically generated\n"
 | 
			
		||||
"Language-Team: none\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -47,11 +47,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -77,17 +72,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -103,14 +87,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -131,13 +107,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -158,8 +127,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -173,11 +140,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -188,7 +150,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -207,8 +169,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -299,10 +259,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -346,7 +302,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -402,11 +357,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -459,20 +416,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -492,6 +446,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -585,11 +540,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -646,11 +596,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -684,12 +629,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -834,10 +773,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -869,7 +804,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -934,15 +868,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1077,16 +1009,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1297,7 +1225,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1332,7 +1259,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1362,19 +1288,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1383,10 +1307,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1552,14 +1472,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1860,11 +1772,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1874,7 +1781,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1912,6 +1818,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1942,11 +1849,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1960,6 +1862,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1979,11 +1882,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1998,27 +1897,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2057,11 +1939,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2163,20 +2040,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2190,11 +2058,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2205,8 +2075,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2225,7 +2093,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2239,14 +2107,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2265,14 +2129,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "konplexua"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2303,10 +2159,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2331,8 +2183,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2350,8 +2200,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2359,20 +2207,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2385,10 +2227,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2401,8 +2239,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2416,35 +2252,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2482,8 +2304,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2502,30 +2322,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2535,72 +2340,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2610,8 +2349,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2644,10 +2381,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2671,17 +2404,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2715,8 +2438,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2726,22 +2447,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2752,9 +2467,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2783,21 +2496,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2818,7 +2529,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2859,11 +2569,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-11-26 15:16+0000\n"
 | 
			
		||||
"Last-Translator: Danial Behzadi <dani.behzi@ubuntu.com>\n"
 | 
			
		||||
"Language-Team: Persian <https://hosted.weblate.org/projects/f-droid/fdroidserver/fa/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -51,11 +51,6 @@ msgstr "{path} local_copy_dir وجود ندارد!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "{apkfilename} از پیش روی {dev} نصب شده."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -81,17 +76,6 @@ msgstr "{path} به دست کلیدی که مجاز نیست امضا شده:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "{url} نشانی معتبری نیست!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "گزینهٔ %(option)s نیاز به %(number)d آرگومان دارد"
 | 
			
		||||
msgstr[1] "گزینهٔ %(option)s نیاز به %(number)d آرگومان دارد"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -107,14 +91,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d مشکل پیدا شد"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [گزینهها]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -135,13 +111,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "گزینۀ %s مقدار نمیگیرد"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "keypass در config.yml پیدا نشد!"
 | 
			
		||||
| 
						 | 
				
			
			@ -162,8 +131,6 @@ msgstr "keystorepass در config.yml پیدا نشد!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "repo_keyalias در config.yml پیدا نشد!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "required آرگومانی نامعتبر برای موقعیتیهاست"
 | 
			
		||||
| 
						 | 
				
			
			@ -177,11 +144,6 @@ msgstr "sdk_path در config.yml تنظیم نشده!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' بیش از حد قدیمی است. افدروید به build- tools-{version} یا جدیدتر نیاز دارد!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "ترتیب {field} کاتورهای خواهد بود! اگر ترتیب مهم است از () یا [] استفاده کنید!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -192,7 +154,7 @@ msgstr "اجرای {path} شکست خورد!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -211,8 +173,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() تعریف نشده است"
 | 
			
		||||
| 
						 | 
				
			
			@ -303,10 +263,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -350,7 +306,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -406,11 +361,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "نمیتوان {path} را بازنویسی کرد"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -463,20 +420,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -496,6 +450,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -589,11 +544,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -650,11 +600,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "بار گرفتن %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -688,12 +633,6 @@ msgstr "خطا: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -838,10 +777,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "پایان یافته"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "برچسبهای HTML ممنوعه"
 | 
			
		||||
| 
						 | 
				
			
			@ -873,7 +808,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -938,15 +872,13 @@ msgstr "پاک سازی گیت شکست خورد"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "واکشی گیت شکست خورد"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "بازنشانی گیت شکست خورد"
 | 
			
		||||
| 
						 | 
				
			
			@ -1081,16 +1013,12 @@ msgstr "VercodeOperation نامعتبر: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "دودویی نامعتبر %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "سیاههٔ گلولهای نامعتبر"
 | 
			
		||||
| 
						 | 
				
			
			@ -1301,7 +1229,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1336,7 +1263,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1366,19 +1292,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1387,10 +1311,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "گزینهها"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1556,14 +1476,6 @@ msgstr "برداشتن {path}"
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1864,11 +1776,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1878,7 +1785,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "استثنایی ناشناخته پیدا شد!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1916,6 +1822,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1946,11 +1853,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1964,6 +1866,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1983,11 +1886,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2002,27 +1901,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "استفاده"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "استفاده: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2061,11 +1943,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2167,20 +2044,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2194,11 +2062,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2209,8 +2079,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2229,7 +2097,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2243,14 +2111,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2269,14 +2133,6 @@ msgstr "شبیهسازی {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "پیچیده"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2307,10 +2163,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2335,8 +2187,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2354,8 +2204,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2363,20 +2211,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "انتظار %s آرگومان میرفت"
 | 
			
		||||
msgstr[1] "انتظار %s آرگومان میرفت"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "انتظار آرگومان میرفت"
 | 
			
		||||
| 
						 | 
				
			
			@ -2389,10 +2231,6 @@ msgstr "fdroid [<command>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "ممیّز شناور"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2405,8 +2243,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "بایگانی پروندهٔ gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2420,35 +2256,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "عدد صحیح"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2486,8 +2308,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2506,30 +2326,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "هیج APKای داده نشده"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2539,72 +2344,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "گزینه -%s شناسایی نشد"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "گزینه -%s نیازمند آرگومان است"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "گزینه --%s شناسایی نشد"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "آرگومانهای اختیاری"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "گزینهها"
 | 
			
		||||
| 
						 | 
				
			
			@ -2614,8 +2353,6 @@ msgstr "گزینهها"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "پایمالی {path} موجود"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "آرگومانهای موقعیتی"
 | 
			
		||||
| 
						 | 
				
			
			@ -2648,10 +2385,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2675,17 +2408,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "کتابخانهٔ اشتراکی"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "نمایش این پیام راهنما و خروج"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2719,8 +2442,6 @@ msgstr "کتابخانهٔ ایستا"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2730,22 +2451,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "درست"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2756,9 +2471,7 @@ msgstr "آرگومانهای ناشناخته: %s"
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "استفاده: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2787,21 +2500,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2822,7 +2533,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2863,11 +2573,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.4a2\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\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"
 | 
			
		||||
| 
						 | 
				
			
			@ -49,11 +49,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -79,17 +74,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -105,14 +89,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -133,13 +109,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -160,8 +129,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -175,11 +142,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -190,7 +152,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -209,8 +171,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -301,10 +261,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -348,7 +304,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -404,11 +359,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -461,20 +418,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -494,6 +448,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -587,11 +542,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -648,11 +598,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -686,12 +631,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -836,10 +775,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -871,7 +806,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -936,15 +870,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1079,16 +1011,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1299,7 +1227,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1334,7 +1261,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1364,19 +1290,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1385,10 +1309,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1554,14 +1474,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1862,11 +1774,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1876,7 +1783,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1914,6 +1820,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1944,11 +1851,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1962,6 +1864,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1981,11 +1884,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2000,27 +1899,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2059,11 +1941,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2165,20 +2042,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2192,11 +2060,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2207,8 +2077,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2227,7 +2095,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2241,14 +2109,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2267,14 +2131,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2305,10 +2161,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2333,8 +2185,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2352,8 +2202,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2361,20 +2209,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2387,10 +2229,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2403,8 +2241,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2418,35 +2254,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2484,8 +2306,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2504,30 +2324,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2537,72 +2342,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2612,8 +2351,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2646,10 +2383,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,17 +2406,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2717,8 +2440,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2728,22 +2449,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2754,9 +2469,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2785,21 +2498,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2820,7 +2531,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2861,11 +2571,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.0a0-62-gc63c4b3d\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-01-31 14:19+0000\n"
 | 
			
		||||
"Last-Translator: Ricky Tigg <ricky.tigg@gmail.com>\n"
 | 
			
		||||
"Language-Team: Finnish <https://hosted.weblate.org/projects/f-droid/fdroidserver/fi/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -50,11 +50,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" on jo asennettu kohteeseen {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -80,17 +75,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -106,14 +90,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -134,13 +110,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -161,8 +130,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -176,11 +143,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -191,7 +153,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -210,8 +172,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -302,10 +262,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -349,7 +305,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -405,11 +360,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -462,20 +419,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -495,6 +449,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -588,11 +543,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -649,11 +599,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -687,12 +632,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -837,10 +776,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -872,7 +807,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -937,15 +871,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1080,16 +1012,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1300,7 +1228,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1335,7 +1262,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1365,19 +1291,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1386,10 +1310,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1555,14 +1475,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1863,11 +1775,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1877,7 +1784,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1915,6 +1821,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1945,11 +1852,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1963,6 +1865,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1982,11 +1885,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2001,27 +1900,10 @@ msgstr "Ulosladataan {apkfilename}:a osoitteeseen androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Ulosladataan {apkfilename} virustotaliin"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2060,11 +1942,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2166,20 +2043,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2193,11 +2061,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2208,8 +2078,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2228,7 +2096,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "%(filename)s:a ei voi avata: %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2242,14 +2110,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2268,14 +2132,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "monimutkainen"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2306,10 +2162,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2334,8 +2186,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2353,8 +2203,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2362,20 +2210,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2388,10 +2230,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2404,8 +2242,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2419,35 +2255,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2485,8 +2307,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2505,30 +2325,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2538,72 +2343,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2613,8 +2352,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2647,10 +2384,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2674,17 +2407,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2718,8 +2441,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2729,22 +2450,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2755,9 +2470,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2786,21 +2499,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename}:lla ({appid}) ei ole metatietoja!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} sisältää useita {name} tiedostoja, näyttää Pääavaimen hyväksikäytöltä!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename}:n AndroidManifest.xml:ssa on väärä päivämäärä: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2821,7 +2532,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2862,11 +2572,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -46,7 +46,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-02 16:42+0000\n"
 | 
			
		||||
"Last-Translator: Lula Bye <translate.cylinder716@passinbox.com>\n"
 | 
			
		||||
"Language-Team: French <https://hosted.weblate.org/projects/f-droid/fdroidserver/fr/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -93,11 +93,6 @@ msgstr "Le dossier racine pour « local_copy_dir » {path} n’existe pas !"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "«{apkfilename}» est déjà installé sur {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" contient {name} obsolète ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -123,17 +118,6 @@ msgstr "\"{path}\" est signé par une clé qui n'est pas autorisée :"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" n'est pas une URL valide !"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "L'option %(option)s requiert %(number)d argument"
 | 
			
		||||
msgstr[1] "L'option %(option)s requiert %(number)d arguments"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -149,14 +133,6 @@ msgstr "Les APK %d n'ont pas pu être signés ou vérifiés !"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problèmes trouvés"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [options]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -177,13 +153,6 @@ msgstr "%s a un mauvais SHA-256 : %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s n'est pas un champ de construction acceptable"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "l'option %s ne prend pas de valeur"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' non trouvé dans config.yml !"
 | 
			
		||||
| 
						 | 
				
			
			@ -204,8 +173,6 @@ msgstr "'keystorepass' non trouvé dans config.yml !"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' non trouvé dans config.yml !"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' est invalide comme argument positionnel"
 | 
			
		||||
| 
						 | 
				
			
			@ -219,11 +186,6 @@ msgstr "'sdk_path' n'est pas configuré dans 'config.yml' !"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' est obsolète, fdroid requiert build-tools-{version} ou plus !"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' sera ordonné aléatoirement ! Utilisez des parenthèses () ou des crochets [] si l'ordre est important !"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -234,7 +196,7 @@ msgstr "'{path}' n'a pas pu être exécuté !"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "Le format de '{path}' est incorrect, il devrait s'agir d’un dictionnaire !"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' n'est pas un(e) {field} valide dans {appid}. Motif regex : {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -253,8 +215,6 @@ msgstr "--merge-request fonctionne seulement sur un unique appid !"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate a échoué pour {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() n'est pas défini"
 | 
			
		||||
| 
						 | 
				
			
			@ -345,10 +305,6 @@ msgstr "L'outil SDK Android {cmd} n'a pas été trouvé !"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "L’application possède des fichiers binaires mais n'a pas les AllowedAPKSigningKeys correspondantes pour épingler le certificat."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "L'application a NoSourceSince ou ArchivePolicy « 0 version » mais AutoUpdateMode ou UpdateCheckMode ne valent pas None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "L'application a NoSourceSince ou ArchivePolicy à « 0 version » mais AutoUpdateMode ou UpdateCheckMode ne valent pas None"
 | 
			
		||||
| 
						 | 
				
			
			@ -392,7 +348,6 @@ msgstr "Mauvais type d'entrée \"{mirrortype}\" dans le paramétrage des miroirs
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "URL de base à mirorer, peut inclure la clef de signature d'index à l'aide de la chaîne de requête : ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -448,11 +403,13 @@ msgstr[1] "Build impossible à cause des {} erreurs lors de l'analyse"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Impossible d'écrire sur \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Catégories « %s » invalides"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Catégories non définies"
 | 
			
		||||
| 
						 | 
				
			
			@ -505,20 +462,17 @@ msgstr "Conflit des définitions « {field} » entre les fichiers .yml et ceux
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Conflit d'arguments : '--verbose' et '--quiet' ne peuvent être choisis en même temps."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Conflit de fichiers de configuration ! Utilisation de {newfile}, ignorant {oldfile} !"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Impossible de trouver '{command}' sur votre système"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Impossible de trouver la dernière version du code"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Impossible de trouver le nom de la dernière version"
 | 
			
		||||
| 
						 | 
				
			
			@ -538,6 +492,7 @@ msgstr "Impossible d'ouvrir le fichier APK {path} pour analyse : "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Impossible de récupérer la taille \"{size}\", mauvais type \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Impossible de trouver l'ID de l'application"
 | 
			
		||||
| 
						 | 
				
			
			@ -631,11 +586,6 @@ msgstr "Description de '%s' n'est qu'un résumé de l'application"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Ligne dupliquée dans la description"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "La description contient une liste (%s) mais ce n'est ni une liste à puces (*) ni une liste numérotée (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -692,11 +642,6 @@ msgstr "Téléchager F-Droid.apk en utilisant des miroirs avec moins de fuites r
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Télécharger une image complète des petits dépôts"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Téléchargement de %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Le téléchargement du référentiel a déjà échoué une fois, ne pas réessayer."
 | 
			
		||||
| 
						 | 
				
			
			@ -730,14 +675,6 @@ msgstr "ERREUR : %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ERREUR : La sous-commande \"server\" a été supprimée, utilisez plutôt \"deploy\" !"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ERREUR : cette commande ne devrait jamais être utilisée pour copier f-droid.org !\n"
 | 
			
		||||
"Une copie de f-droid.org occupe plus de 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ERREUR : type de CI non supporté, les corrections sont bienvenues !"
 | 
			
		||||
| 
						 | 
				
			
			@ -884,10 +821,6 @@ msgstr "Le fichier a été supprimé au cours du traitement : {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Terminé"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Les informations de dons via Flattr doivent être renseignées dans le champ FlattrID:"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Balises HTML interdites"
 | 
			
		||||
| 
						 | 
				
			
			@ -919,7 +852,6 @@ msgstr "Mauvais fichier de financement « {path} » trouvé pour « {name}
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Appids invalide trouvée dans l'argument"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Code de version invalide trouvée pour certaines application"
 | 
			
		||||
| 
						 | 
				
			
			@ -984,15 +916,13 @@ msgstr "Nettoyage du Git échoué"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Recherche du Git échouée"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune a échoué"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Impossible de définir la branche par défaut du Git distant : \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Reset de Git échouée"
 | 
			
		||||
| 
						 | 
				
			
			@ -1127,16 +1057,12 @@ msgstr "VercodeOperation non valide : {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation non valide : {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ID de l'application invalide {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Booléen '%s' non valide"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Liste à puces non valide"
 | 
			
		||||
| 
						 | 
				
			
			@ -1347,7 +1273,6 @@ msgstr "Aucun certificat signé trouvé dans {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Ce paquet n'existe pas : %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1382,7 +1307,6 @@ msgstr "Rien à faire pour {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Maintenant, définissez-les dans config.yml :"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1412,19 +1336,17 @@ msgstr "L'un des éléments de configuration 'github_releases' ne contient pas l
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "L'un des éléments de configuration 'github_releases' ne contient pas la valeur 'token'. suivant ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Seuls les formats PNG et JPEG sont pris en charge pour les graphiques, trouvés : {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Afficher uniquement les différences avec le Play Store"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "Traiter uniquement les applications ayant des mises à jour automatiques"
 | 
			
		||||
| 
						 | 
				
			
			@ -1433,10 +1355,6 @@ msgstr "Traiter uniquement les applications ayant des mises à jour automatiques
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Les méthodes de donation OpenCollective vont dans le champ OpenCollective:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Options"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Générez un rapport JSON dans un fichier nommé d'après l'APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1602,14 +1520,6 @@ msgstr "Suppression de {path}\""
 | 
			
		|||
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/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Le mode de mise à jour de RepoTrunk n'a de sens que pour les dépôts git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Réinitialiser et créer un tout nouveau serveur de construction, même si le serveur existant semble correct."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1919,11 +1829,6 @@ msgstr "Balise de licence non valide \"{}\" ! Utilisez uniquement des balises
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Balise de licence non valide \"{}\" ! Utilisez uniquement des balises de licence configurées dans votre fichier de configuration"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Cible du lien symbolique inattendue : {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1933,7 +1838,6 @@ msgstr "Entrée {key} inconnue dans {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Exception inconnue détectée !"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1971,6 +1875,7 @@ msgstr "Champ application non reconnu '{fieldname}' dans '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Option de compilation '{build_flag}' non reconnue dans '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -2001,11 +1906,6 @@ msgstr "Chemin scandelete inutilisé : %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Chemin scanignore inutilisé : %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Extraction vers %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Mettre à jour les données des dépôts pour les nouveaux paquets"
 | 
			
		||||
| 
						 | 
				
			
			@ -2019,6 +1919,7 @@ msgstr "Mettre à jour le rapport de transparence des fichiers binaires pour une
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData a une URL invalide : {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2038,11 +1939,7 @@ msgstr "UpdateCheckData URL non valide : {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode est configuré mais on dirait que checkupdates n'a pas encore été lancé."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode est configuré mais il semble que checkupdates n'a pas encore été lancé"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName est défini sur l’ID d’application connu, il peut être supprimé"
 | 
			
		||||
| 
						 | 
				
			
			@ -2057,28 +1954,11 @@ msgstr "Téléversement de {apkfilename} vers androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Téléversement de {apkfilename} vers virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Usage"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Usage : %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Utiliser /HEAD plutôt que /master pour pointer un fichier dans la branche par défaut"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Utiliser /HEAD plutôt que /master pour pointer un fichier dans la branche par défaut"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Utiliser 'fdroid update -c' pour le créer."
 | 
			
		||||
| 
						 | 
				
			
			@ -2117,11 +1997,6 @@ msgstr "Utilisation de la signature JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "L'utilisation de l'utilitaire jarsigner de Java n'est pas recommandé pour vérifier les APKs ! Utiliser apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Utiliser d’androguard à partir de \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2224,20 +2099,11 @@ msgstr "ajoute IdentityFile à {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "ajoute à {name} : {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "option ambiguë : %(option)s peut correspondre à %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "option ambiguë : %s (%s ?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2251,11 +2117,13 @@ msgstr "apksigner introuvable ! Impossible de signer ou de vérifier les APK mo
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner est introuvable, il est requis pour la signature !"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "applicationId du fichier à traiter"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2266,8 +2134,6 @@ msgstr "ID d'application avec le versionCode optionnel sous la forme APPID[:VERC
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url doit se terminer par /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2286,7 +2152,7 @@ msgstr "tentative de connexion SSH simple pour tester la clé de déploiement :"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "impossible d'analyser la spécification de scrlib (not a string) : '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "impossible d'ouvrir « %(filename)s » : %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2300,14 +2166,10 @@ msgstr "impossible d'ouvrir les url sans https : '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "Impossible de trouver srclibs : \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "Impossible d'avoir plusieurs arguments du sous-parseur"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2326,14 +2188,6 @@ msgstr "clonage de {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "commandes des modules d'extension :"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complexe"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2365,10 +2219,6 @@ msgstr "impossible d'analyser la spécification srclib (pas de référence spéc
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "impossible d'analyser la spécification srclib (pas de référence spécifiée) : '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "impossible d'analyser la spécification srclib (trop de caractères '@') : '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2393,8 +2243,6 @@ msgstr "ficher de dépendance sans verrouillage"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "journal du processus déployé de {path} vers {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2412,8 +2260,6 @@ msgstr "le téléchargement de l'analyse des signatures de '{}' a échoué"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "binaire exécutable, possiblement du code"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2421,20 +2267,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "%s argument attendu"
 | 
			
		||||
msgstr[1] "%s arguments attendus"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "au moins un argument est attendu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "un seul argument au plus est attendu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "un seul argument est attendu"
 | 
			
		||||
| 
						 | 
				
			
			@ -2447,10 +2287,6 @@ msgstr "fdroid [<commande>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "recupération de la dernière version des signatures depuis le web"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "virgule flottante"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "forcer les erreurs (par défaut) sur les métadonnées à être des avertissements, ou les ignorer."
 | 
			
		||||
| 
						 | 
				
			
			@ -2463,8 +2299,6 @@ msgstr "git svn clone a échoué"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "archive GZIP"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2478,35 +2312,21 @@ msgstr "index-v1 doit avoir une signature, utilisez `fdroid signindex` pour la c
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 doit avoir une signature, utilisez `fdroid signindex` pour la créer !"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "entier"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "valeur %(type)s non valide : %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "choix non valide : %(value)r (choisissez parmi %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "valeur de conflict_resolution invalide : %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2544,8 +2364,6 @@ msgstr "le miroir «%s» ne se termine pas par «fdroid» !"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "miroir configuré deux fois, dans config.yml et {path} !"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "les arguments qui s'excluent mutuellement doivent être optionnels"
 | 
			
		||||
| 
						 | 
				
			
			@ -2564,30 +2382,15 @@ msgstr "aucune \"icon\" dans {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "aucun APK n’est fourni"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "option inexistante : %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "aucune information de version n'a été trouvée !"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "aucune information sur la version n’a été trouvée"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "non permis avec les arguments %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2597,72 +2400,6 @@ msgstr "un des arguments %s est requis"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "accepte uniquement les chaînes de caractères, listes et tuples"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "option %s : Si vous voulez vraiment installer toutes les applications signées, utilisez --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "option %s : valeur %s non valide : %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "option %s : choix non valide : %r (choisissez depuis %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "L'option -%s n'est pas reconnue"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "l'option -%s requiert un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "L'option %s ne doit pas avoir d'argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "option --%s n'est pas un préfixe unique"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "option --%s non reconnue"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "L'option %s requiert un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "arguments optionnels"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2672,8 +2409,6 @@ msgstr "options"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "écrasement de {path} en cours"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "arguments de position"
 | 
			
		||||
| 
						 | 
				
			
			@ -2706,10 +2441,6 @@ msgstr "repo_url doit se terminer par /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync n'est pas présent ou ne fonctionne pas : {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml n’est pas installé, impossible d’écrire les métadonnées."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2734,17 +2465,7 @@ msgstr "serverwebroot: le chemin ne se terminer pas avec \"fdroid\", peut être
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "bibliothèque partagée"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "afficher le numéro de version du programme et quitter"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "afficher ce message d'aide et quitter"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2778,8 +2499,6 @@ msgstr "librairie statique"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "le fichier binaire de référence fourni a autorisé le signataire {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2790,22 +2509,16 @@ msgstr "les arguments suivants sont requis %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "vrai"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "chaîne d'option inattendue : %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "parser inconnu %(parser_name)r (choix : %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2816,9 +2529,7 @@ msgstr "arguments non reconnu : %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "permissions dangereuses sur '{config_file}' (doit être 0600) !"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "usage : "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2848,21 +2559,19 @@ msgstr[1] "{0} applis, {1} alias de clé"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) ne contient pas de métadonnées !"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} a plusieurs fichiers {name}, on dirait que c'est une faille ou exploitation de la clé maître (Master Key) !"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "Le fichier AndroidManifest.xml de {apkfilename} possède une date incorrecte : "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} n’a pas de nom ! Utilisation de l’ID d’application à la place."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2883,7 +2592,6 @@ msgstr "{appid} possède à la fois des APK et des fichiers : {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} n'a pas de {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2924,11 +2632,6 @@ msgstr "{file} est vide ou corrompu !"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" n'existe pas ! Vérifiez \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} est obsolète, utilisez {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.0\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2021-07-01 15:29+0000\n"
 | 
			
		||||
"Last-Translator: Vancha March <tjipkevdh@gmail.com>\n"
 | 
			
		||||
"Language-Team: Frisian <https://hosted.weblate.org/projects/f-droid/fdroidserver/fy/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -48,11 +48,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -78,17 +73,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -104,14 +88,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [options]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -132,13 +108,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -159,8 +128,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -174,11 +141,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -189,7 +151,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -208,8 +170,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() net definiearre"
 | 
			
		||||
| 
						 | 
				
			
			@ -300,10 +260,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -347,7 +303,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -403,11 +358,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -460,20 +417,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -493,6 +447,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -586,11 +541,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -647,11 +597,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -685,12 +630,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -835,10 +774,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -870,7 +805,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -935,15 +869,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1078,16 +1010,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1298,7 +1226,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1333,7 +1260,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1363,19 +1289,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1384,10 +1308,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opsjes"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1553,14 +1473,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1861,11 +1773,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1875,7 +1782,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Ûnbekende útsûndering fûn!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1913,6 +1819,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1943,11 +1850,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1961,6 +1863,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1980,11 +1883,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1999,27 +1898,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Gebrûk"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Gebrûk: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2058,11 +1940,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2164,20 +2041,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2191,11 +2059,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2206,8 +2076,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2226,7 +2094,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2240,14 +2108,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2266,14 +2130,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2304,10 +2160,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2332,8 +2184,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2351,8 +2201,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2360,20 +2208,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2386,10 +2228,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2402,8 +2240,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2417,35 +2253,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2483,8 +2305,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2503,30 +2323,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2536,72 +2341,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opsje -%s wurd net werkend"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "opsje -%s hat in argumint nedich"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opsje --%s wurd net werkend"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "opsjonele arguminten"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2612,8 +2351,6 @@ msgstr "Opsjes"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2646,10 +2383,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,17 +2406,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "lit it ferzje nûmer fan de applikaasje sjen en slút ôf"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "dit help berjocht sjen litte en ôfslute"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2717,8 +2440,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2728,22 +2449,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2754,9 +2469,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "gebrûk: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2785,21 +2498,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2820,7 +2531,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2861,11 +2571,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,8 +5,8 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.3a1-162-gfbb3cc59\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-01-23 09:05+0000\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-23 10:56+0000\n"
 | 
			
		||||
"Last-Translator: Aindriú Mac Giolla Eoin <aindriu80@gmail.com>\n"
 | 
			
		||||
"Language-Team: Irish <https://hosted.weblate.org/projects/f-droid/fdroidserver/ga/>\n"
 | 
			
		||||
"Language: ga\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -14,7 +14,7 @@ msgstr ""
 | 
			
		|||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
"Plural-Forms: nplurals=5; plural=n==1 ? 0 : n==2 ? 1 : (n>2 && n<7) ? 2 :(n>6 && n<11) ? 3 : 4;\n"
 | 
			
		||||
"X-Generator: Weblate 5.10-dev\n"
 | 
			
		||||
"X-Generator: Weblate 5.11-dev\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid ""
 | 
			
		||||
| 
						 | 
				
			
			@ -40,7 +40,7 @@ msgstr "Níl aon chomhad meiteashonraí meaitseála ag \"%s/\"!"
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "\"isPrimary\" key should not be added to mirrors!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Níor cheart eochair \"isPrimary\" a chur le scátháin!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -52,11 +52,6 @@ msgstr "Níl \"local_copy_dir\" {path} ann!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "Tá \"{apkfilename}\" suiteáilte cheana féin ar {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" tá {name} as dáta ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -82,20 +77,6 @@ msgstr "Tá \"{path}\" sínithe ag eochair nach bhfuil ceadaithe:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "Ní URL bailí é \"{url}\"!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "Tá argóint %(number)d ag teastáil ó rogha %(option)s"
 | 
			
		||||
msgstr[1] "Teastaíonn %(number)d argóint le rogha %(option)s"
 | 
			
		||||
msgstr[2] "Teastaíonn %(number)d argóint le rogha %(option)s"
 | 
			
		||||
msgstr[3] "Teastaíonn %(number)d argóint le rogha %(option)s"
 | 
			
		||||
msgstr[4] "Teastaíonn %(number)d argóint le rogha %(option)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -111,14 +92,6 @@ msgstr "Theip ar %d APKs a shíniú nó a fhíorú!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "Aimsíodh %d fadhbanna"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [roghanna]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -139,13 +112,6 @@ msgstr "Tá droch-SHA-256 ag %s: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "Ní réimse tógála inghlactha é %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "Ní ghlacann rogha %s luach"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "Níl 'Keypass' le fáil i config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -166,8 +132,6 @@ msgstr "Níl 'keystorepass' le fáil i config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "Níl 'repo_keyalias' le fáil sa config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "Is argóint neamhbhailí é 'riachtanach' do shuíomhanna"
 | 
			
		||||
| 
						 | 
				
			
			@ -181,11 +145,6 @@ msgstr "Níl 'sdk_path' socraithe sa config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "Tá '{aapt}' ró-shean, éilíonn fdroid build-tools-{version} nó níos nuaí!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "Beidh '{field}' in ord randamach! Bain úsáid as lúibíní () nó [] má tá ord tábhachtach!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -196,7 +155,7 @@ msgstr "Theip ar '{path}' a rith!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "Tá formáid neamhbhailí ag '{path}', ba chóir gur foclóir é!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "Ní '{value}' bailí {field} in {appid}. Patrún Regex: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -215,8 +174,6 @@ msgstr "Ní ritheann --merge-request ach ar aip amháin!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "... theip ar checkupdate le haghaidh {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() gan sainmhíniú"
 | 
			
		||||
| 
						 | 
				
			
			@ -307,10 +264,6 @@ msgstr "Android SDK uirlis {cmd} gan aimsiú!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Tá Binaries ag app ach níl AllowedAPKSigningKeys comhfhreagrach aige chun deimhniú a phionnáil."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Tá NoSourceSince nó ArchivePolicy \"leaganacha 0\" ag an bhfeidhmchlár ach níl aon cheann ag AutoUpdateMode nó UpdateCheckMode"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Tá NoSourceSince nó ArchivePolicy \"leaganacha 0\" nó 0 ag an bhfeidhmchlár ach níl aon cheann ag AutoUpdateMode nó UpdateCheckMode"
 | 
			
		||||
| 
						 | 
				
			
			@ -354,7 +307,6 @@ msgstr "Drochchineál iontrála \"{mirrortype}\" i gcumraíocht scátháin: {mir
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Bun-URL le scáthán, is féidir an eochair sínithe innéacs a áireamh ag baint úsáide as teaghrán an iarratais: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -413,11 +365,13 @@ msgstr[4] "Ní féidir tógáil de bharr {} earráidí agus an scanadh"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Ní féidir \"{path}\" a athscríobh"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Níl catagóirí '%s' bailí"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Níl catagóirí socraithe"
 | 
			
		||||
| 
						 | 
				
			
			@ -470,20 +424,17 @@ msgstr "Sainmhínithe contrártha \"{field}\" idir comhaid .yml agus logánaithe
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Argóintí contrártha: ní féidir '--verbose' agus '--quiet' a shonrú ag an am céanna."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Comhaid chumraíochta ag teacht salach ar a chéile! Ag baint úsáide as {newfile}, neamhaird {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Níorbh fhéidir '{command}' a aimsiú ar do chóras"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Níorbh fhéidir an cód leagain is déanaí a aimsiú"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Níorbh fhéidir ainm an leagain is déanaí a aimsiú"
 | 
			
		||||
| 
						 | 
				
			
			@ -503,6 +454,7 @@ msgstr "Níorbh fhéidir APK {path} a oscailt le haghaidh anailíse: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Níorbh fhéidir méid \"{size}\" a pharsáil, cineál mícheart \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Níorbh fhéidir aitheantas feidhmchláir a aimsiú"
 | 
			
		||||
| 
						 | 
				
			
			@ -530,9 +482,9 @@ msgid "Creating \"{path}\" for configuring s3cmd."
 | 
			
		|||
msgstr "Ag cruthú \"{path}\" chun s3cmd a chumrú."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Creating empty {config_file}"
 | 
			
		||||
msgstr "Ag léamh '{config_file}'"
 | 
			
		||||
msgstr "{config_file} folamh á chruthú"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/publish.py
 | 
			
		||||
msgid "Creating log directory"
 | 
			
		||||
| 
						 | 
				
			
			@ -596,11 +548,6 @@ msgstr "Níl sa chur síos ar '%s' ach achoimre an fheidhmchláir"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Tá líne dhúbailte ag cur síos"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Tá liosta (%s) sa chur síos ach níl sé urchair (*) ná uimhrithe (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -657,11 +604,6 @@ msgstr "Íoslódáil F-Droid.apk ag baint úsáide as scátháin a sceitheann n
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Íoslódáil scátháin iomlána de repos beag"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "%s á íosluchtú"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Theip ar an stór a íoslódáil cheana féin uair amháin, gan iarracht a dhéanamh arís."
 | 
			
		||||
| 
						 | 
				
			
			@ -695,14 +637,6 @@ msgstr "EARRÁID: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "EARRÁID: Baineadh an fo-ordú \"freastalaí\", bain úsáid as \"imscaradh\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"EARRÁID: níor chóir an t-ordú seo a úsáid riamh chun scáthán a dhéanamh f-droid.org!\n"
 | 
			
		||||
"Éilíonn scáthán iomlán f-droid.org níos mó ná 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "EARRÁID: cineál CI gan tacaíocht, fáilte roimh phaistí!"
 | 
			
		||||
| 
						 | 
				
			
			@ -720,12 +654,12 @@ msgstr "EARRÁID: Níl {key} i {path} \"archive\" nó \"repo\"!"
 | 
			
		|||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "ERROR: {key} not a valid key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "EARRÁID: Ní eochair bhailí í {key}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "ERROR: {key}'s value should be of type {t}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "EARRÁID: Ba cheart gur de chineál {t} luach {key}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -752,9 +686,9 @@ msgid "Environment variable {var} from {configname} is not set!"
 | 
			
		|||
msgstr "Níl athróg timpeallachta {var} ó {configname} socraithe!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Environment variable {{env: {var}}} is not set!"
 | 
			
		||||
msgstr "Níl athróg timpeallachta {var} ó {configname} socraithe!"
 | 
			
		||||
msgstr "Níl athróg timpeallachta {{env: {var}}} socraithe!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
 | 
			
		||||
| 
						 | 
				
			
			@ -849,10 +783,6 @@ msgstr "D'imigh an comhad agus é á phróiseáil: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Críochnaithe"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Baineann modhanna síntiús Flattr sa FlattrID: réimse"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Clibeanna HTML toirmiscthe"
 | 
			
		||||
| 
						 | 
				
			
			@ -884,7 +814,6 @@ msgstr "Aimsíodh drochchomhad maoinithe \"{path}\" in ionad \"{name}\":"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Aimsíodh appids neamhbhailí in argóintí"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Aimsíodh leagan neamhbhailíCodes for some apps"
 | 
			
		||||
| 
						 | 
				
			
			@ -949,15 +878,13 @@ msgstr "Theip ar Git glan"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Theip ar ghabháil Git"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Theip ar git prune"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Theip ar cheann socraithe cianda Git: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Theip ar athshocrú Git"
 | 
			
		||||
| 
						 | 
				
			
			@ -1003,9 +930,9 @@ msgid "Ignoring bad element in manifest: %s"
 | 
			
		|||
msgstr "Neamhaird á déanamh ar dhrocheilimint sa léiriú: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
 | 
			
		||||
msgstr "Tá {oldfile} imithe i léig, úsáid {newfile}"
 | 
			
		||||
msgstr "Má dhéantar neamhaird de {oldfile}, úsáid {newfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "Ignoring package without metadata: "
 | 
			
		||||
| 
						 | 
				
			
			@ -1092,16 +1019,12 @@ msgstr "VercodeOperation neamhbhailí: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation neamhbhailí: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Aitheantas neamhbhailí feidhmchláir {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Boole neamhbhailí '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Liosta neamhbhailí le hurchair"
 | 
			
		||||
| 
						 | 
				
			
			@ -1217,7 +1140,7 @@ msgstr "Sroicheadh uasdoimhneacht athchúrsaithe sa chomhad ZIP: %s"
 | 
			
		|||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Mirror config for {url} contains \"isPrimary\" key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Tá eochair \"isPrimary\" i gcumraíocht scátháin do {url}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid "Mirror the full repo and archive, all file types."
 | 
			
		||||
| 
						 | 
				
			
			@ -1312,7 +1235,6 @@ msgstr "Níor aimsíodh aon deimhnithe sínithe i {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Gan a leithéid de phacáiste: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1347,7 +1269,6 @@ msgstr "Níl aon rud le déanamh le haghaidh {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Anois leagtar iad seo i config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1377,18 +1298,16 @@ msgstr "Tá luach 'projectUrl' in easnamh ar cheann de na míreanna cumraíochta
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Tá an luach 'comhartha' in easnamh ar cheann de na míreanna cumraíochta 'github_releases'. gan bacadh ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Ní thacaítear ach le PNG agus JPEG le haghaidh grafaicí, le fáil: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Ná priontáil ach difríochtaí leis an Play Store"
 | 
			
		||||
msgstr "Ní ghlacann ach le \"env\" eochair amháin"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
| 
						 | 
				
			
			@ -1398,10 +1317,6 @@ msgstr "Ná próiseáil ach feidhmchláir le nuashonruithe uathoibríocha"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Baineann modhanna síntiús OpenCollective sa OpenCollective: réimse"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Roghanna"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Aschuir tuarascáil JSON le comhad ainmnithe i ndiaidh APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1567,14 +1482,6 @@ msgstr "Ag baint {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Athainmnigh comhaid APK nach bhfuil comhoiriúnach package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Ní dhéanann modh nuashonraithe RepoTrunk ciall ach amháin i stórtha git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Athshocraigh agus cruthaigh freastalaí tógála branda nua, fiú más cosúil go bhfuil an ceann atá ann cheana ceart go leor."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1787,7 +1694,7 @@ msgstr "Modh tástála - aschur a chur san eolaire tmp amháin, agus a thógáil
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Níl an pacáiste Python \"qrcode\" suiteáilte (m.sh. apt-get install python3-qrcode)!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
| 
						 | 
				
			
			@ -1885,11 +1792,6 @@ msgstr "Clib cheadúnais gan choinne \"{}\"! Ná húsáid ach clibeanna faofa FS
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Clib cheadúnais gan choinne \"{}\"! Ná húsáid ach clibeanna ceadúnais atá cumraithe i do chomhad cumraíochta"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Sprioc symlink gan choinne: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1899,7 +1801,6 @@ msgstr "Iontráil anaithnid {key} in {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Aimsíodh eisceacht anaithnid!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1937,6 +1838,7 @@ msgstr "Réimse app neamhaitheanta '{fieldname}' in '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Bratach tógála neamhaitheanta '{build_flag}' in '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1967,11 +1869,6 @@ msgstr "Conair scanta neamhúsáidte: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Conair scanignore neamhúsáidte: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Dízipeáil go %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Nuashonraigh faisnéis maidir le pacáistí nua"
 | 
			
		||||
| 
						 | 
				
			
			@ -1985,6 +1882,7 @@ msgstr "Nuashonraigh an logchomhad trédhearcachta dénártha le haghaidh URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "Tá URL neamhbhailí ag UpdateCheckData: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2004,11 +1902,7 @@ msgstr "UpdateCheckData ní URL bailí é: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "Tá UpdateCheckMode socraithe ach tá an chuma air nach bhfuil checkupdates rite fós."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode socraithe ach tá an chuma air nár ritheadh nuashonruithe go fóill"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName is set to the known application ID, is féidir é a bhaint"
 | 
			
		||||
| 
						 | 
				
			
			@ -2023,27 +1917,10 @@ msgstr "{apkfilename} á uaslódáil chuig androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "{apkfilename} á uaslódáil chuig virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Úsáid"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Úsáid: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Úsáid / HEAD in ionad / máistir nó / príomh go pointe ag comhad sa bhrainse réamhshocraithe"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Úsáid / HEAD in ionad / máistir go pointe ag comhad sa bhrainse réamhshocraithe"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Bain úsáid as 'nuashonrú fdroid -c' chun é a chruthú."
 | 
			
		||||
| 
						 | 
				
			
			@ -2082,11 +1959,6 @@ msgstr "Ag baint úsáide as Síniú JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Ag baint úsáide as jarsigner Java, ní mholtar chun APKs a fhíorú! Úsáid apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Ag baint úsáide as androguard ó \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2188,20 +2060,11 @@ msgstr "IdentityFile á chur le {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "ag cur le {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "Rogha dhébhríoch: D'fhéadfadh %(option)s %(matches)s a mheaitseáil"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "Rogha dhébhríoch: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2215,11 +2078,13 @@ msgstr "apksigner gan aimsiú! Ní féidir APKs nua-aimseartha a shíniú nó a
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner gan aimsiú, tá sé ag teastáil le síniú!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "aitheantas feidhmchláir an chomhaid le hoibriú air"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2230,8 +2095,6 @@ msgstr "ID iarratais le leagan roghnachCode san fhoirm APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "Caithfidh archive_url deireadh a chur le /cartlann"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2250,7 +2113,7 @@ msgstr "ag iarraidh nasc SSH lom chun eochair imscaradh tástála:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "ní féidir spec scrlib a pharsáil (ní teaghrán): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "ní féidir '%(filename)s' a oscailt: %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2264,14 +2127,10 @@ msgstr "ní féidir url neamh-https a oscailt: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "ní féidir srclibs riachtanacha a aimsiú: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "ní féidir argóintí éagsúla subparser a bheith acu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2290,14 +2149,6 @@ msgstr "clónáil {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "orduithe ó mhodúil bhreiseáin:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "casta"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2331,10 +2182,6 @@ msgstr "Níorbh fhéidir srclib spec a pharsáil (níor sonraíodh ainm ar bith)
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "Níorbh fhéidir srclib spec a pharsáil (níor sonraíodh tag): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "níorbh fhéidir spec srclib a pharsáil (an iomarca comharthaí '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2359,8 +2206,6 @@ msgstr "comhad spleáchais gan ghlas"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "loga próiseas imlonnaithe {path} go {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2378,8 +2223,6 @@ msgstr "Theip ar shínithe scanóirí a íosluchtú ó '{}'"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "dénártha inrite, cód b'fhéidir"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2390,20 +2233,14 @@ msgstr[2] "bhíothas ag súil le %s argóint"
 | 
			
		|||
msgstr[3] "bhíothas ag súil le %s argóint"
 | 
			
		||||
msgstr[4] "bhíothas ag súil le %s argóint"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "bhíothas ag súil le hargóint amháin ar a laghad"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "bhíothas ag súil le hargóint amháin ar a mhéad"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "bhíothas ag súil le hargóint amháin"
 | 
			
		||||
| 
						 | 
				
			
			@ -2416,10 +2253,6 @@ msgstr "fdroid [<command>] [-h|--help|--leagan|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "Faigh an leagan is déanaí de shínithe ón ngréasán"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "snámhphointe"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "bhfeidhm earráidí meiteashonraí (réamhshocrú) a bheith ina rabhaidh, nó le neamhaird a dhéanamh orthu."
 | 
			
		||||
| 
						 | 
				
			
			@ -2432,8 +2265,6 @@ msgstr "theip ar chlón git svn"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "Cartlann Comhad Gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2447,35 +2278,21 @@ msgstr "Ní mór síniú a bheith ag Innéacs-V1, bain úsáid as 'FDROID Signin
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "Ní mór síniú a bheith ag Innéacs-V2, bain úsáid as 'FDROID Signindex' chun é a chruthú!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "slánuimhir"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "luach neamhbhailí %(type)s: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "rogha neamhbhailí: %(value)r (roghnaigh ó %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "Luach conflict_resolution neamhbhailí:%r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2513,8 +2330,6 @@ msgstr "ní chríochnaíonn scáthán '%s' le 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "scátháin leagtha faoi dhó, i config.yml agus {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "ní mór argóintí comheisiacha a bheith roghnach"
 | 
			
		||||
| 
						 | 
				
			
			@ -2533,30 +2348,15 @@ msgstr "níl \"icon\" in {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "níor soláthraíodh aon APK"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "Níl a leithéid de rogha ann: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "Níor aimsíodh aon eolas leagain!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "Níor aimsíodh aon eolas leagain"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "ní cheadaítear le hargóint %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2566,72 +2366,6 @@ msgstr "tá ceann de na hargóintí %s ag teastáil"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "ní ghlacann ach teaghráin, liostaí, agus tuples"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "rogha %s: Más mian leat na feidhmchláir shínithe go léir a shuiteáil, úsáid --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "Rogha %s: luach neamhbhailí %s:%r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "rogha %s: rogha neamhbhailí:%r (roghnaigh ó %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "rogha -%s gan aithint"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "rogha -%s éilíonn argóint"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "rogha --%s ní mór argóint a bheith aige"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "rogha --%s ní réimír uathúil é"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "rogha --%s gan aithint"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "rogha --%s éilíonn argóint"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argóintí roghnacha"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "roghanna"
 | 
			
		||||
| 
						 | 
				
			
			@ -2641,8 +2375,6 @@ msgstr "roghanna"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "overwriting atá ann cheana {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argóintí suímh"
 | 
			
		||||
| 
						 | 
				
			
			@ -2675,10 +2407,6 @@ msgstr "Caithfidh repo_url deireadh a chur le / repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync ar iarraidh nó briste: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml nach bhfuil suiteáilte, ní féidir meiteashonraí a scríobh."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2702,17 +2430,7 @@ msgstr "serverwebroot: ní chríochnaíonn cosán le \"fdroid\", b'fhéidir gur
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "leabharlann chomhroinnte"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "Taispeáin uimhir leagain agus scoir an ríomhchláir"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "Taispeáin an teachtaireacht chabhrach seo agus scoir"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2746,8 +2464,6 @@ msgstr "Leabharlann statach"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "tá dénártha tagartha soláthraithe ceadaithe signer {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2757,22 +2473,16 @@ msgstr "Tá na hargóintí seo a leanas ag teastáil: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "fíor"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "teaghrán rogha gan choinne: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "parsálaí anaithnid %(parser_name)r (roghanna: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2783,9 +2493,7 @@ msgstr "argóintí neamhaitheanta: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "ceadanna neamhshábháilte ar '{config_file}' (ba chóir go mbeadh 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "úsáid: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2817,21 +2525,19 @@ msgstr[4] "{0} aippeanna, {1} ailiasanna eochrach"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) níl aon mheiteashonraí aige!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} Tá comhaid {name} iolracha, tá sé cosúil le leas a bhaint as Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "Tá drochdháta ag AndroidManifest.xml {apkfilename}: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "Níl ainm ar {appid}! Ag baint úsáide as ID iarratais ina ionad."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2852,7 +2558,6 @@ msgstr "Tá APKs agus comhaid araon ag {appid}: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "Tá {appid} ar iarraidh {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2893,15 +2598,10 @@ msgstr "Tá {file} bán nó truaillithe!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} Níl \"{section}/icons/{path}\" ann! Seiceáil \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "Tá {oldfile} imithe i léig, úsáid {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Is dúblach é {path1} de {path2}, bain ceann amháin!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.1b0\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-08-18 06:27+0000\n"
 | 
			
		||||
"Last-Translator: Yaron Shahrabani <sh.yaron@gmail.com>\n"
 | 
			
		||||
"Language-Team: Hebrew <https://hosted.weblate.org/projects/f-droid/fdroidserver/he/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -49,11 +49,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -79,17 +74,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -105,14 +89,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [אפשרויות]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -133,13 +109,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -160,8 +129,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -175,11 +142,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -190,7 +152,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -209,8 +171,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() לא מוגדר"
 | 
			
		||||
| 
						 | 
				
			
			@ -301,10 +261,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -348,7 +304,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -404,11 +359,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -461,20 +418,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -494,6 +448,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -587,11 +542,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -648,11 +598,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -686,12 +631,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -836,10 +775,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -871,7 +806,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -936,15 +870,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1079,16 +1011,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1299,7 +1227,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1334,7 +1261,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1364,19 +1290,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1385,10 +1309,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "אפשרויות"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1554,14 +1474,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "לשנות שמות של קובצי APK שאינם בתבנית package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1862,11 +1774,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1876,7 +1783,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "אירעה חריגה לא מוכרת!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1914,6 +1820,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1944,11 +1851,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1962,6 +1864,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1981,11 +1884,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2000,27 +1899,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "שימוש"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "שימוש: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2059,11 +1941,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2165,20 +2042,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2192,11 +2060,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2207,8 +2077,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2227,7 +2095,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2241,14 +2109,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2267,14 +2131,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2305,10 +2161,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2333,8 +2185,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2352,8 +2202,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2361,20 +2209,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2387,10 +2229,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2403,8 +2241,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2418,35 +2254,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2484,8 +2306,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2504,30 +2324,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2537,72 +2342,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "האפשרות -%s לא מוכרת"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "האפשרות -%s דורשת משתנה"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "האפשרות --%s לא מוכרת"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "משתני רשות"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "אפשרויות"
 | 
			
		||||
| 
						 | 
				
			
			@ -2612,8 +2351,6 @@ msgstr "אפשרויות"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2646,10 +2383,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,17 +2406,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "להציג את הודעת העזרה הזאת ולצאת"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2717,8 +2440,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2728,22 +2449,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2754,9 +2469,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "שימוש: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2785,21 +2498,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2820,7 +2531,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2861,11 +2571,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2023-02-22 11:24+0000\n"
 | 
			
		||||
"Last-Translator: Saurmandal <saurmandal@protonmail.com>\n"
 | 
			
		||||
"Language-Team: Hindi <https://hosted.weblate.org/projects/f-droid/fdroidserver/hi/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -49,11 +49,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -79,17 +74,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -105,14 +89,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -133,13 +109,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -160,8 +129,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -175,11 +142,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -190,7 +152,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -209,8 +171,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() परिभाषित नहीं"
 | 
			
		||||
| 
						 | 
				
			
			@ -301,10 +261,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -348,7 +304,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -404,11 +359,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -461,20 +418,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -494,6 +448,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -587,11 +542,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -648,11 +598,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -686,12 +631,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -836,10 +775,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -871,7 +806,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -936,15 +870,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1079,16 +1011,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1299,7 +1227,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1334,7 +1261,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1364,19 +1290,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1385,10 +1309,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "विकल्प"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1554,14 +1474,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1862,11 +1774,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1876,7 +1783,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "अज्ञात अपवाद मिला!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1914,6 +1820,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1944,11 +1851,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1962,6 +1864,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1981,11 +1884,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2000,27 +1899,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "प्रयोग"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "प्रयोग: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2059,11 +1941,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2165,20 +2042,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2192,11 +2060,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2207,8 +2077,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2227,7 +2095,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2241,14 +2109,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2267,14 +2131,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "जटिल"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2305,10 +2161,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2333,8 +2185,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2352,8 +2202,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2361,20 +2209,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2387,10 +2229,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2403,8 +2241,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2418,35 +2254,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2484,8 +2306,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2504,30 +2324,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2537,72 +2342,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "विकल्प -%s मान्यता प्राप्त नहीं"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "वैकल्पिक तर्क"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2613,8 +2352,6 @@ msgstr "विकल्प"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2647,10 +2384,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2674,17 +2407,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "यह मदद संदेश दिखाएं और बाहर निकलें"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2718,8 +2441,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2729,22 +2450,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2755,9 +2470,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "प्रयोग: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2786,21 +2499,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2821,7 +2532,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2862,11 +2572,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ 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: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-04-10 13:33+0000\n"
 | 
			
		||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
 | 
			
		||||
"Language-Team: Hungarian <https://hosted.weblate.org/projects/f-droid/fdroidserver/hu/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -54,11 +54,6 @@ msgstr "\"local_copy_dir\" {path} nem létezik!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "A(z) „{apkfilename}” már telepítve van ezen: {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "A(z) „{path}” elavult {name} csomagot tartalmaz ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -84,17 +79,6 @@ msgstr "\"{path}\" kulccsal aláírt és így nem engedélyezett:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "A(z) „{url}” nem érvényes URL!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "A(z) %(option)s kapcsoló %(number)d argumentumot igényel"
 | 
			
		||||
msgstr[1] "A(z) %(option)s kapcsoló %(number)d argumentumot igényel"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -110,14 +94,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d probléma található"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [kapcsolók]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -138,13 +114,6 @@ msgstr ""
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "A(z) %s nem elfogadott összeállítási mező"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "A(z) %s kapcsoló nem fogad értéket"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "A „keypass” nem található a config.yml fájlban."
 | 
			
		||||
| 
						 | 
				
			
			@ -165,8 +134,6 @@ msgstr "A „keystorepass” nem található a config.yml fájlban."
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "A „repo_keyalias” nem található a config.yml fájlban."
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "A „required” argumentum érvénytelen argumentum pozicionális paraméterek esetén"
 | 
			
		||||
| 
						 | 
				
			
			@ -180,11 +147,6 @@ msgstr "Az „sdk_path” nincs megadva a „config.yml” fájlban."
 | 
			
		|||
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."
 | 
			
		||||
 | 
			
		||||
#: ../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."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -195,7 +157,7 @@ msgstr "A(z) „{path}” végrehajtása sikertelen."
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../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}"
 | 
			
		||||
| 
						 | 
				
			
			@ -214,8 +176,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "…checkupdate sikertelen ennél: {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() nincs definiálva"
 | 
			
		||||
| 
						 | 
				
			
			@ -306,10 +266,6 @@ msgstr "A(z) „{cmd}” Android SDK eszköz megtalálva!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -353,7 +309,6 @@ msgstr ""
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "A tükrözendő alap URL, tartalmazhatja az index aláírókulcsát a lekérdezésben: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -409,11 +364,13 @@ msgstr[1] "Nem lehet összeállítani, mert {} hiba történt az átvizsgálásk
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "A(z) „{path}” nem írható újra"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "A(z) „%s” kategória érvénytelen"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "A kategóriák nincsenek megadva"
 | 
			
		||||
| 
						 | 
				
			
			@ -466,20 +423,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Ütköző argumentumok: a „--verbose” és a „--quite” kapcsolók együtt nem adhatók meg."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Ütköző konfigurációs fájlok! {newfile} használata, {oldfile} mellőzése!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "A(z) „{command}” nem található a rendszeren"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "A legfrissebb verzió kódja nem található"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "A legfrissebb verzió neve nem található"
 | 
			
		||||
| 
						 | 
				
			
			@ -499,6 +453,7 @@ msgstr "A(z) {path} APK nem nyitható meg az elemzéshez: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "A(z) „{size}” méret nem dolgozható fel, hibás „{type}” típus"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Az alkalmazásazonosító nem található"
 | 
			
		||||
| 
						 | 
				
			
			@ -593,11 +548,6 @@ msgstr "A(z) „%s” leírás csak az alkalmazás összegzése"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "A leírás ismételt sorokat tartalmaz"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "A leírás listát (%s) tartalmaz, de nem pontozott (*) vagy számozott (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -654,11 +604,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Kis tárolók teljes tükrének letöltése"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "A tároló letöltése már egyszer sikertelen volt, nem próbálja meg újra."
 | 
			
		||||
| 
						 | 
				
			
			@ -692,14 +637,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "HIBA: A „server” alparancs eltávolításra került, használja ezt: „deploy”!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"HIBA: a parancsot sose használja az f-droid.org tükrözéséhez.\n"
 | 
			
		||||
"Az f-droid.org teljes tükrözéséhez több mint 200 GB tárhely szükséges."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "HIBA: nem támogatott CI típus, foltokat szívesen fogadunk!"
 | 
			
		||||
| 
						 | 
				
			
			@ -847,10 +784,6 @@ msgstr "A fájl feldolgozás közben eltűnt: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Befejezve"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "A Flattr adományozási módok a FlattrID: mezőbe tartoznak"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Tiltott HTML címkék"
 | 
			
		||||
| 
						 | 
				
			
			@ -882,7 +815,6 @@ msgstr "Hibás „{path}” finanszírozási fájl található a(z) „{name}”
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Érvénytelen alkalmazásazonosítók találhatók az argumentumokban"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Egyes alkalmazásoknál érvénytelen versionCode paraméterek találhatók"
 | 
			
		||||
| 
						 | 
				
			
			@ -948,16 +880,13 @@ msgstr "A git tisztítás sikertelen"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "A git lekérés sikertelen"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "A git helyreállítás sikertelen"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "A git távoli fej beállítás sikertelen: „%s”"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "A git helyreállítás sikertelen"
 | 
			
		||||
| 
						 | 
				
			
			@ -1093,16 +1022,12 @@ msgstr "Érvénytelen VercodeOperation: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Érvénytelen VercodeOperation: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Érvénytelen alkalmazásazonosító: {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Érvénytelen logikai érték: „%s”"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Érvénytelen felsorolás"
 | 
			
		||||
| 
						 | 
				
			
			@ -1314,7 +1239,6 @@ msgstr "Nem található aláíró-tanúsítvány itt: {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Nincs ilyen csomag: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1351,7 +1275,6 @@ msgstr "Nincs teendő a(z) {appid} alkalmazásnál."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Most adja meg ezeket a config.yml fájlban:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1381,19 +1304,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "A grafikáknál csak PNG és JPEG formátum támogatott, ez található: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Csak a különbségek kiírása Play Áruház esetén"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "Csak az automatikus frissítésekkel rendelkező alkalmazások feldolgozása"
 | 
			
		||||
| 
						 | 
				
			
			@ -1402,10 +1323,6 @@ msgstr "Csak az automatikus frissítésekkel rendelkező alkalmazások feldolgoz
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Az OpenCollective adományozási módok a OpenCollective: mezőbe tartoznak"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Beállítások"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "A JSON jelentés kiírása egy APK után elnevezett fájlba."
 | 
			
		||||
| 
						 | 
				
			
			@ -1572,14 +1489,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Visszaállítás és teljesen új összeállítási kiszolgáló létrehozása, még akkor is, ha a meglévő rendben lévőnek tűnik."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1884,11 +1793,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1898,7 +1802,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Ismeretlen kivétel észlelve!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1936,6 +1839,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1966,11 +1870,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Tárolóinformációk frissítése az új csomagoknál"
 | 
			
		||||
| 
						 | 
				
			
			@ -1984,6 +1883,7 @@ msgstr "A bináris átláthatósági napló frissítése az URL-nél"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2003,11 +1903,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2022,27 +1918,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Használat"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Használat: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2081,11 +1960,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2187,20 +2061,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "nem egyértelmű kapcsoló: %(option)s, ezekre illeszkedhet: %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "nem egyértelmű kapcsoló: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2214,11 +2079,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2229,8 +2096,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2249,7 +2114,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "„%(filename)s” nem nyitható meg: %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2263,14 +2128,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2289,14 +2150,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "komplex"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2327,10 +2180,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2355,8 +2204,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2374,8 +2221,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2383,20 +2228,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2409,10 +2248,6 @@ msgstr "fdroid [<parancs>] [-h|--help|--version|<argumentumok>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "lebegőpontos"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2425,8 +2260,6 @@ msgstr "git svn klónozás meghiúsult"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2441,35 +2274,21 @@ msgstr "az index-v1-nek kell legyen aláírása, használja az „fdroid signind
 | 
			
		|||
msgid "index-v2 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!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2507,8 +2326,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "Most adja meg ezeket a config.yml fájlban:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2527,30 +2344,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "nincs ilyen kapcsoló: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2560,72 +2362,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "a(z) -%s kapcsoló nem ismert"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "a(z) -%s kapcsolóhoz argumentum szükséges"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "a(z) --%s kapcsolóhoz argumentum szükséges"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "a(z) --%s kapcsoló nem egyedi előtag"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "a(z) --%s kapcsoló nem ismert"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "a(z) --%s kapcsolóhoz argumentum szükséges"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "nem kötelező argumentumok"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2636,8 +2372,6 @@ msgstr "Beállítások"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "pozicionális argumentumok"
 | 
			
		||||
| 
						 | 
				
			
			@ -2670,10 +2404,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2697,17 +2427,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "a programverzió megjelenítése és kilépés"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "ezen üzenet kiírása és kilépés"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2741,8 +2461,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2752,22 +2470,16 @@ msgstr "a következő argumentumok szükségesek: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "váratlan kapcsoló karakterlánc: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2778,9 +2490,7 @@ msgstr "nem felismert argumentumok: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "nem biztonságos jogosultságok ennél: „{config_file}” (0600-nak kellene lennie)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "használat: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2809,21 +2519,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2844,7 +2552,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2885,11 +2592,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-10-04 04:26+0000\n"
 | 
			
		||||
"Last-Translator: Doctorredits_here <alkaf.alkaf2018@tutamail.com>\n"
 | 
			
		||||
"Language-Team: Indonesian <https://hosted.weblate.org/projects/f-droid/fdroidserver/id/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -55,11 +55,6 @@ msgstr "\"local_copy_dir\" {path} tidak ada!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" sudah terpasang pada {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" berisi {name}({version}) kadaluarsa"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -85,16 +80,6 @@ msgstr "\"{path}\" ditandatangani oleh kunci yang tidak diperbolehkan:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" URL tudak valid!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "opsi %(option)s memerlukan argumen sebanyak %(number)d"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -110,14 +95,6 @@ msgstr "%d APK gagal ditandatangani atau diverifikasi!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d terdapat masalah"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opsi]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -138,13 +115,6 @@ msgstr "%s checksum yg dihitung untuk file tersebut tidak cocok dengan yang diha
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s bukan bidang build yang diterima"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s opsi tidak mengambil nilai"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' tidak ditemukan dalam config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -165,8 +135,6 @@ msgstr "'keystorepass' tidak ditemukan dalam config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' tidak ditemukan dalam config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'diperlukan' adalah argumen yang tidak valid untuk posisi"
 | 
			
		||||
| 
						 | 
				
			
			@ -180,11 +148,6 @@ msgstr "'sdk_path' belum diatur di config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' terlalu usang, fdroid memerlukan build-tools-{version} atau yang lebih baru!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' akan dalam urutan acak! Gunakan kurung () atau [] jika urutan tersebut penting!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -195,7 +158,7 @@ msgstr "'{path}' gagal dieksekusi!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' memiliki format yang tidak valid, seharusnya kamus!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' tidak valid pada {field} dalam {appid}. Pakem regex: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -214,8 +177,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate gagal untuk {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() tidak didefinisikan"
 | 
			
		||||
| 
						 | 
				
			
			@ -306,10 +267,6 @@ msgstr "Alat Android SDK {cmd} tidak ditemukan!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Aplikasi memiliki Biner tetapi tidak memiliki AllowedAPKSigningKeys yang sesuai untuk menyematkan sertifikat."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Aplikasi memiliki NoSource Since atau ArchivePolicy \"0 versi\" tetapi AutoUpdateMode atau UpdateCheckMode bukan Tidak Ada"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Aplikasi memiliki NoSource Since atau ArchivePolicy \"0 versi\" atau 0 tetapi AutoUpdateMode atau UpdateCheckMode bukan Tidak Ada"
 | 
			
		||||
| 
						 | 
				
			
			@ -353,7 +310,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -408,11 +364,13 @@ msgstr[0] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -465,20 +423,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -498,6 +453,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -591,11 +547,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -652,11 +603,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -690,12 +636,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -840,10 +780,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -875,7 +811,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -940,15 +875,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1083,16 +1016,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1303,7 +1232,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1338,7 +1266,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1368,19 +1295,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1389,10 +1314,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opsi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1558,14 +1479,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Ubah nama berkas APK yang tidak sesuai dengan package.nama_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1865,11 +1778,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1879,7 +1787,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Eksepsi tidak ditemukan!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1917,6 +1824,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1947,11 +1855,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Perbarui informasi repo untuk paket yang baru"
 | 
			
		||||
| 
						 | 
				
			
			@ -1965,6 +1868,7 @@ msgstr "Perbarui log transparansi biner untuk URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1984,11 +1888,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2003,27 +1903,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Penggunaan"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Penggunaan: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2062,11 +1945,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2168,20 +2046,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "opsi ambigu: %(option)s bisa sesuai dengan %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "opsi ambigu: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2195,11 +2064,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2210,8 +2081,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2230,7 +2099,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "tidak bisa dibuka '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2244,14 +2113,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2270,14 +2135,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "kompleks"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2307,10 +2164,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2335,8 +2188,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2354,28 +2205,20 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2388,10 +2231,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2404,8 +2243,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2419,35 +2256,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2485,8 +2308,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2505,30 +2326,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "tidak ada opsi: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2538,72 +2344,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opsi -%s tidak dikenal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "opsi -%s memerlukan argumen"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "opsi --%s harus tidak mengandung argumen"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "opsi --%s bukan prefiks unik"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opsi --%s tidak dikenal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "opsi --%s memerlukan argumen"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argumen opsional"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2614,8 +2354,6 @@ msgstr "Opsi"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argumen posisi"
 | 
			
		||||
| 
						 | 
				
			
			@ -2648,10 +2386,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2675,17 +2409,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "menampilkan nomor versi program dan keluar"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "menampilkan bantuan ini dan keluar"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2719,8 +2443,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2730,22 +2452,16 @@ msgstr "argumen berikut ini diperlukan: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "string opsi tak terduga: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2756,9 +2472,7 @@ msgstr "argumen tidak dikenal: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "izin tidak aman pada '{config_file}' (seharusnya 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "penggunaan: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2786,21 +2500,19 @@ msgstr[0] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2821,7 +2533,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2862,11 +2573,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,20 +17,21 @@
 | 
			
		|||
# Mirko Di <mirko@mirkodi.eu>, 2023.
 | 
			
		||||
# coronabond <coronabond@airmail.cc>, 2023.
 | 
			
		||||
# Random <random-r@users.noreply.hosted.weblate.org>, 2023, 2024.
 | 
			
		||||
# Champ0999 <champ0999@users.noreply.hosted.weblate.org>, 2025.
 | 
			
		||||
msgid ""
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-09-10 09:27+0000\n"
 | 
			
		||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-20 16:21+0000\n"
 | 
			
		||||
"Last-Translator: Champ0999 <champ0999@users.noreply.hosted.weblate.org>\n"
 | 
			
		||||
"Language-Team: Italian <https://hosted.weblate.org/projects/f-droid/fdroidserver/it/>\n"
 | 
			
		||||
"Language: it\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
 | 
			
		||||
"X-Generator: Weblate 5.8-dev\n"
 | 
			
		||||
"X-Generator: Weblate 5.11-dev\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid ""
 | 
			
		||||
| 
						 | 
				
			
			@ -68,11 +69,6 @@ msgstr "La directory principale per \"local_copy_dir\" {path} non esiste!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" è già installato su {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" contiene {name} obsoleto ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -98,17 +94,6 @@ msgstr "\"{path}\" è firmato da una chiave non autorizzata:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" non è un URL valido!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "l'opzione %(option)s richiede l'argomento %(number)d"
 | 
			
		||||
msgstr[1] "l'opzione %(option)s richiede gli argomenti %(number)d"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -124,14 +109,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "trovati %d problemi"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opzioni]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -152,13 +129,6 @@ msgstr "%s ha un SHA-256 errato: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s non è un campo di build accettato"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "l'opzione %s non accetta un valore"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "\"keypass\" non trovato in config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -179,8 +149,6 @@ msgstr "\"keystorepass\" non trovato in config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "\"repo_keyalias\" non trovato in config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "\"required\" è un argomento invalido per i posizionali"
 | 
			
		||||
| 
						 | 
				
			
			@ -194,11 +162,6 @@ msgstr "\"sdk_path\" non impostato in config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' è troppo vecchio, fdroid richiede build-tools-{version} o più recente!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "\"{field}\" sarà in ordine casuale! Usa le parentesi () o [] se l'ordine è importante!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -209,7 +172,7 @@ msgstr "Esecuzione di \"{path}\" fallita!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' ha un formato non valido, dovrebbe essere un dizionario!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "\"{value}\" non è un {field} valido in {appid}. Espressione regolare: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -228,8 +191,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate fallito per {appid}:{error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() non definita"
 | 
			
		||||
| 
						 | 
				
			
			@ -320,10 +281,6 @@ msgstr "Strumento Android SDK {cmd} non trovato!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "L'app ha Binaries ma non ha AllowedAPKSigningKeys corrispondente per fissare il certificato."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "L'app ha NoSourceSince o ArchivePolicy \"0 versioni\" ma AutoUpdateMode o UpdateCheckMode non sono None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
| 
						 | 
				
			
			@ -368,7 +325,6 @@ msgstr "Tipo di voce \"{mirrortype}\" errato nella configurazione dei mirror: {m
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Indirizzo URL base per il mirror, può includere la chiave di firma dell'indice utilizzando la query string: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -424,11 +380,13 @@ msgstr[1] "Impossibile costruire a causa di errori con {} durante la scansione"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Impossibile riscrivere \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "La categoria \"%s\" non è valida"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Le categorie non sono impostate"
 | 
			
		||||
| 
						 | 
				
			
			@ -481,20 +439,17 @@ msgstr "Definizioni \"{field}\" in conflitto tra .yml e file localizzati:"
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Argomenti in conflitto: '--verbose' e '--quiet' non possono essere specificati contemporaneamente."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "File di configurazione in conflitto! Utilizzando {newfile}, ignorando {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Impossibile trovare \"{command}\" sul tuo sistema"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Impossibile trovare il codice della versione più recente"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Impossibile trovare il nome della versione più recente"
 | 
			
		||||
| 
						 | 
				
			
			@ -514,6 +469,7 @@ msgstr "Impossibile aprire il file APK {path} per l'analisi: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Impossibile analizzare la dimensione \"{size}\", tipo sbagliato \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Impossibile trovare l'ID dell'applicazione"
 | 
			
		||||
| 
						 | 
				
			
			@ -607,11 +563,6 @@ msgstr "La descrizione \"%s\" è solo il riassunto dell'app"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "La descrizione ha una riga duplicata"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "La descrizione ha un elenco (%s) ma non è puntato (*) né numerato (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -668,11 +619,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Scarica mirror completi di piccoli repository"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Scaricando %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Lo scaricamento del repository è gia fallito una volta, non verrà riprovato."
 | 
			
		||||
| 
						 | 
				
			
			@ -700,20 +646,12 @@ msgstr "Link duplicato in '{field}': {url}"
 | 
			
		|||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ERROR: %(message)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "ERRORE: %(message)s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ERRORE: il sottocomando \"server\" è stato rimosso, usa \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ERRORE: questo comando non deve mai essere utilizzato per il mirror f-droid.org!\n"
 | 
			
		||||
"L’intero mirror di f-droid.org richiede più di 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ERRORE: tipo di CI non supportato, le patch sono benvenute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -860,10 +798,6 @@ msgstr "Il file è scomparso durante l'elaborazione: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Finito"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "I metodi di donazione di Flattr appartengono al campo FlattrID"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Tag HTML vietati"
 | 
			
		||||
| 
						 | 
				
			
			@ -895,7 +829,6 @@ msgstr "Trovato file di finanziamento non valido \"{path}\" per \"{name}\":"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Trovati appid non validi negli argomenti"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Trovati codici di versione non validi per alcune app"
 | 
			
		||||
| 
						 | 
				
			
			@ -960,15 +893,13 @@ msgstr "Git clean non riuscito"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Recupero Git non riuscito"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Cancellazione Git non riuscita"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Set-head remoto Git non riuscito: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Ripristino Git non riuscito"
 | 
			
		||||
| 
						 | 
				
			
			@ -1104,16 +1035,12 @@ msgstr "VercodeOperation non valido: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation non valido: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ID applicazione non valida {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Valore booleano '%s' non valido"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Elenco puntato non valido"
 | 
			
		||||
| 
						 | 
				
			
			@ -1324,7 +1251,6 @@ msgstr "Nessun certificato di firma trovato in {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Nessun pacchetto di questo tipo: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1359,7 +1285,6 @@ msgstr "Niente da fare per {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Ora imposta i seguenti campi in config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1389,19 +1314,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Solo PNG e JPEG sono supportati per la grafica, trovati: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Stampa solo le differenze con il Play Store"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "Elabora solo app con aggiornamenti automatici"
 | 
			
		||||
| 
						 | 
				
			
			@ -1410,10 +1333,6 @@ msgstr "Elabora solo app con aggiornamenti automatici"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "I metodi di donazione di OpenCollective appartengono al campo OpenCollective"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opzioni"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Rapporto di uscita JSON al file chiamato dopo APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1580,14 +1499,6 @@ msgstr "Rimozione di {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Rinomina i file APK che non corrispondono a package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "La modalità di aggiornamento RepoTrunk ha senso solo nei repository git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Reimposta e crea un nuovo server di compilazione, anche se quello esistente sembra essere ok."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1897,11 +1808,6 @@ msgstr "Tag di licenza inaspettato \"{}\"! Usare solo tag approvati da FSF o OSI
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Tag di licenza inaspettato \"{}\"! Usa solo i tag di licenza configurati nel tuo file di configurazione"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Destinazione collegamento simbolico inattesa: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1911,7 +1817,6 @@ msgstr "Voce sconosciuta {key} in {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Eccezione sconosciuta trovata!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1949,6 +1854,7 @@ msgstr "Campo dell'app non riconosciuto '{fieldname}' in '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Flag di costruzione non riconosciuto '{build_flag}' in '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1979,11 +1885,6 @@ msgstr "Percorso scandelete non utilizzato: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Percorso scanignore non utilizzato: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Decomposizione in %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Aggiorna le informazioni del repository coi nuovi pacchetti"
 | 
			
		||||
| 
						 | 
				
			
			@ -1997,6 +1898,7 @@ msgstr "Aggiorna il log di trasparenza binario con un nuovo URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData ha un URL non valido: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2016,12 +1918,7 @@ msgstr "UpdateCheckData non è un URL valido: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode impostato ma sembra che checkupdates non sia ancora stato eseguito."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode impostato ma sembra che checkupdates non sia ancora stato eseguito."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName è impostato sull'ID dell'applicazione nota, può essere rimosso"
 | 
			
		||||
| 
						 | 
				
			
			@ -2036,28 +1933,11 @@ msgstr "Caricamento di {apkfilename} su androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Caricamento di {apkfilename} su virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Uso"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Utilizzo: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Usare /HEAD invece di /master per puntare a un file nel ramo predefinito"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Usare /HEAD invece di /master per puntare a un file nel ramo predefinito"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Usa `fdroid update -c` per crearlo."
 | 
			
		||||
| 
						 | 
				
			
			@ -2097,11 +1977,6 @@ msgstr "Usare la firma APK v2"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Utilizzando jarsigner di Java, non raccomandato per verificare APK! Utilizzare apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Usando androguard da \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2170,7 +2045,7 @@ msgstr ""
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
msgid "Would you like to download and install F-Droid.apk via adb? (YES/no)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Vuoi scaricare e installare F-Droid.apk tramite adb? (SÌ/no)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
msgid "Would you like to download the app(s) from f-droid.org? (YES/no)"
 | 
			
		||||
| 
						 | 
				
			
			@ -2203,20 +2078,11 @@ msgstr "aggiungendo IdentityFile a {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "aggiungendo a {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "opzione ambigua: %(option)s potrebbe corrispondere a %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "opzione ambigua: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2230,11 +2096,13 @@ msgstr "apksigner non trovato! Impossibile firmare o verificare gli APK moderni"
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner non trovato, è necessario per la firma!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID dell'applicazione del file su cui operare"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2245,8 +2113,6 @@ msgstr "ID dell'applicazione con versionCode opzionale nella forma APPID[:VERCOD
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url deve terminare con /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2265,7 +2131,7 @@ msgstr "tentativo di connessione SSH nuda per testare la chiave di distribuzione
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "impossibile analizzare le specifiche scrlib (non una stringa): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "impossibile aprire '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2279,14 +2145,10 @@ msgstr "impossibile aprire l'url non-https: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "impossibile trovare srclibs richiesto: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "impossibile avere più argomenti subparser"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2305,14 +2167,6 @@ msgstr "clonazione {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "dai moduli dei plugin:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complesso"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2344,10 +2198,6 @@ msgstr "non ha potuto analizzare la specifica srclib (nessun riferimento specifi
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "non ha potuto analizzare la specifica srclib (nessun riferimento specificato): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "non ha potuto analizzare la specifica srclib (troppi segni '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2372,8 +2222,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "log di processo distribuito {path} a {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2391,8 +2239,6 @@ msgstr "scaricamento delle firme dello scanner da '{}' fallito"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "binario eseguibile, eventualmente codice"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2400,20 +2246,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "atteso %s argomento"
 | 
			
		||||
msgstr[1] "atteso %s argomenti"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "si aspettava almeno un argomento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "atteso al massimo un argomento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "atteso un argomento"
 | 
			
		||||
| 
						 | 
				
			
			@ -2426,10 +2266,6 @@ msgstr "fdroid [<command>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "recupera l'ultima versione delle firme dal web"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "in virgola mobile"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "forza gli errori di metadati (predefinito) come avvisi, o da ignorare."
 | 
			
		||||
| 
						 | 
				
			
			@ -2442,8 +2278,6 @@ msgstr "git svn clone fallito"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "archivio file gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2457,35 +2291,21 @@ msgstr "index-v1 deve avere una firma, usa `fdroid signindex` per crearla!"
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 deve avere una firma, usa `fdroid signindex` per crearla!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "intero"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "valore %(type)s non valido: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "scelta non valida: %(value)r (scegliere tra %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "valore di risoluzione dei conflitti non valido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2523,8 +2343,6 @@ msgstr "il mirror '%s' non finisce con 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "gli argomenti che si escludono a vicenda devono essere opzionali"
 | 
			
		||||
| 
						 | 
				
			
			@ -2543,30 +2361,15 @@ msgstr "nessuna \"icona\" in {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "nessun APK fornito"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "opzione inesistente: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "nessuna informazione sulla versione è stata trovata!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "nessuna informazione sulla versione trovata"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "non consentito con argomento %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2576,72 +2379,6 @@ msgstr "uno degli argomenti %s è richiesto"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "accetta solo stringhe, liste e tuple"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "opzione %s: Se volete davvero installare tutte le app firmate, usate --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "opzione %s: valore %s non valido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "opzione %s: scelta non valida: %r (scegliere da %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opzione -%s non riconosciuta"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "l'opzione -%s richiede degli argomenti"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "l'opzione --%s non deve avere argomenti"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "l'opzione --%s non ha un prefisso univoco"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opzione --%s non riconosciuta"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "l'opzione --%s richiede un argomento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argomenti facoltativi"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "opzioni"
 | 
			
		||||
| 
						 | 
				
			
			@ -2651,8 +2388,6 @@ msgstr "opzioni"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "sovrascrivendo il {path} esistente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argomenti posizionali"
 | 
			
		||||
| 
						 | 
				
			
			@ -2683,11 +2418,7 @@ msgstr "Il repo_url deve terminare con /repo"
 | 
			
		|||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml non installato, non può scrivere metadati."
 | 
			
		||||
msgstr "rsync è assente o non funziona: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -2712,17 +2443,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "libreria condivisa"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "mostra il numero di versione del programma ed esci"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "mostra questo messaggio di aiuto ed esci"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2756,8 +2477,6 @@ msgstr "libreria statica"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "il binario di riferimento fornito ha il firmatario autorizzato {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2765,24 +2484,18 @@ msgstr "i seguenti argomenti sono obbligatori: %s"
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "vero"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "stringa di opzioni inaspettata: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "parser sconosciuto %(parser_name)r (scelte: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2793,9 +2506,7 @@ msgstr "argomenti sconosciuti: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "permessi su \"{config_file}\" insicuri (dovrebbero essere 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "utilizzo: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2810,7 +2521,7 @@ msgstr "virustotal.com sta limitando il tasso, in attesa di riprovare..."
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
msgid "yes"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "sì"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/publish.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -2824,21 +2535,19 @@ msgstr[1] "{0} applicazioni, {1} alias chiave"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) non ha metadati!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} ha più file {name}, sembra un exploit di Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "L'AndroidManifest.xml di {apkfilename} ha una data non corretta: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} non ha un nome! Usa invece l'ID dell'applicazione."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2859,7 +2568,6 @@ msgstr "{appid} ha sia APK che file: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} manca {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2900,11 +2608,6 @@ msgstr "{file} è vuoto o corrotto!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" non esiste! Controlla \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} è deprecato, usa {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.8-224-g4b0ade7\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-02-08 06:22+0000\n"
 | 
			
		||||
"Last-Translator: Liner Seven <linour7gmekiblo@gmail.com>\n"
 | 
			
		||||
"Language-Team: Japanese <https://hosted.weblate.org/projects/f-droid/fdroidserver/ja/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -55,11 +55,6 @@ msgstr "\"local_copy_dir\" {path} は存在しません!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "「{apkfilename}」はすでに{dev}にインストールされています。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "「{path}」は古くなった{name}({version})を含んでいます"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -85,16 +80,6 @@ msgstr "「{path}」は許可されていない鍵で署名されています:
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "「{url}」は正しいURLではありません!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)sのオプションは%(number)d個の引数が必要です"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -110,14 +95,6 @@ msgstr "%d個のAPKが署名されておらず検証できませんでした!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d個の問題が見つかりました"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [オプション]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -138,13 +115,6 @@ msgstr "%sのSHA-256は誤っています:%s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%sは承認されたビルドフィールドではありません"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%sのオプションに値を設定することはできません"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "「keypass」がconfig.ymlにありません!"
 | 
			
		||||
| 
						 | 
				
			
			@ -165,8 +135,6 @@ msgstr "「keystorepass」がconfig.ymlにありません!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "「repo_keyalias」がconfig.ymlにありません!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "「required」は位置についての引数としては正しくありません"
 | 
			
		||||
| 
						 | 
				
			
			@ -180,11 +148,6 @@ msgstr "「sdk_path」がconfig.ymlで設定されていません!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "「{aapt}」は古すぎます。fdroidはbuild-tools-{version}またはそれ以降が必要です!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "「{field}」の順番はランダムです!順番が重要な場合は () または [] の括弧を使用してください!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -195,7 +158,7 @@ msgstr "「{path}」を実行できませんでした!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "「{path}」は正しいフォーマットではありません。辞書を指定してください!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "「{value}」は {appid}の正しい{field}ではありません。正規表現のパターンは {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -214,8 +177,6 @@ msgstr "--merge-requestは単一のappidでのみ実行されます!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "…{appid}についてcheckupdateを実行できませんでした:{error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() は定義されていません"
 | 
			
		||||
| 
						 | 
				
			
			@ -306,10 +267,6 @@ msgstr "AndroidのSDKツール {cmd} が見つかりません!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "アプリにはバイナリーがありますが、それに対応する、証明書の固定用のAllowedAPKSigningKeysがありません。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "アプリにNoSourceSinceまたは、\"0 versions\"のArchivePolicyが設定されていますが、AutoUpdateModeまたはUpdateCheckModeはNoneに設定されていません"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "アプリにNoSourceSinceまたは、\"0 versions\"か0のArchivePolicyが設定されていますが、AutoUpdateModeまたはUpdateCheckModeはNoneに設定されていません"
 | 
			
		||||
| 
						 | 
				
			
			@ -353,7 +310,6 @@ msgstr "正しくないエントリーの種類「{mirrortype}」がミラーの
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "ミラーのベースURLにはクエリーの文字列 ?fingerprint= を使ってインデックスの署名鍵を含めることができます。"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -408,11 +364,13 @@ msgstr[0] "スキャン時に{}個のエラーが発生したためビルドで
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "「{path}」を書き換えられません"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "「%s」のカテゴリーは正しくありません"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "カテゴリーが設定されていません"
 | 
			
		||||
| 
						 | 
				
			
			@ -465,20 +423,17 @@ msgstr "「{field}」の定義が.ymlと翻訳済の間で矛盾しています
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "引数が矛盾しています:「--verbose」と「--quiet」を同時に設定することはできません。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "設定ファイルが矛盾しています。{newfile}を使用し、{oldfile}は無視します!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "システム上で「{command}」が見つかりませんでした"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "最新のバージョンコードが見つかりませんでした"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "最新のバージョン名が見つかりませんでした"
 | 
			
		||||
| 
						 | 
				
			
			@ -498,6 +453,7 @@ msgstr "分析用にAPK {path} を開くことができませんでした: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "サイズ「{size}」をパースできませんでした。種類「{type}」が正しくありません"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "アプリケーションIDが見つかりませんでした"
 | 
			
		||||
| 
						 | 
				
			
			@ -591,11 +547,6 @@ msgstr "説明文「%s」がアプリの要約と同一です"
 | 
			
		|||
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 "説明文に一覧がありますが(%s)、一覧は箇条書き(*)でも番号付き(#)でもありません"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -652,11 +603,6 @@ msgstr "ネットワークへの情報漏洩が少ないミラーを使用して
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "小さいリポジトリのミラーを完全にダウンロード"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "%sのダウンロード"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "リポジトリのダウンロードは既に一度失敗しているので、再試行は行いません。"
 | 
			
		||||
| 
						 | 
				
			
			@ -690,14 +636,6 @@ msgstr "エラー:%(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "エラー:「server」のサブコマンドは削除されました。「deploy」を使用してください!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"エラー:このコマンドで f-droid.org のミラーリングを行わないでください!\n"
 | 
			
		||||
"f-droid.org の完全なミラーリングには200GB以上が必要となります。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "エラー:サポートされていない種類のCIです。パッチを歓迎します!"
 | 
			
		||||
| 
						 | 
				
			
			@ -844,10 +782,6 @@ msgstr "ファイルが処理中に消去されました:{path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "終了"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Flattrによる寄付の方法は、FlattrID: フィールドに属します"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "禁止されているHTMLのタグ"
 | 
			
		||||
| 
						 | 
				
			
			@ -879,7 +813,6 @@ msgstr "「{name}」の不正な調達用ファイル「{path}」が見つかり
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "引数に不正なappidがあります"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "いくつかのアプリのバージョンコードが正しくありません"
 | 
			
		||||
| 
						 | 
				
			
			@ -944,15 +877,13 @@ msgstr "Git cleanを実行できませんでした"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetchを実行できませんでした"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git pruneを実行できませんでした"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remoteでset-headを実行できませんでした:\"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git resetを実行できませんでした"
 | 
			
		||||
| 
						 | 
				
			
			@ -1087,16 +1018,12 @@ msgstr "不正なVercodeOperationです:{field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "不正なVercodeOperationです:{invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "不正なアプリケーションIDです {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "不正なブール値です '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "不正な箇条書きリストです"
 | 
			
		||||
| 
						 | 
				
			
			@ -1307,7 +1234,6 @@ msgstr "{path}で署名用の証明書が見つかりません"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "そのようなパッケージはありません:%s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1342,7 +1268,6 @@ msgstr "{appid}について実行することは何もありません。"
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "これらをconfig.ymlに設定してください:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1372,19 +1297,17 @@ msgstr "「github_releases」の設定項目の1つに「projectUrl」の値が
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "「github_releases」の設定項目の1つに「token」の値が設定されていません。スキップします…"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "画像にはPNGとJPEGのみをサポートします。これが見つかりました:{path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
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 "自動アップデートのアプリのみを処理"
 | 
			
		||||
| 
						 | 
				
			
			@ -1393,10 +1316,6 @@ msgstr "自動アップデートのアプリのみを処理"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "OpenCollectiveの寄付の方法はOpenCollective: フィールドに属します"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "オプション"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "APKに従った名前のファイルでJSONのレポートを出力。"
 | 
			
		||||
| 
						 | 
				
			
			@ -1562,14 +1481,6 @@ msgstr "{path} を削除"
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "package.name_123.apkに合致しないAPKファイルの名前を変更"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "RepoTrunkのアップデートモードはgit-svnのリポジトリでのみ機能します"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "既存のサーバーに問題がない場合でも、サーバーをリセットして新しいビルド用サーバーを作成。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1876,11 +1787,6 @@ msgstr "予期されていないライセンスタグ「{}」です!https://sp
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "予期しないライセンスタグ「{}」です!設定ファイルで設定されたライセンスタグのみを使用してください"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "予期していないsymlinkのターゲットです:{link} → {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1890,7 +1796,6 @@ msgstr "{configname}の不明なエントリー {key} です"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "不明な例外が発生しました!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1928,6 +1833,7 @@ msgstr "「{path}」に未認識のアプリのフィールド「{fieldname}」
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "認識されないビルド用のオプション「{build_flag}」が「{path}」にあります"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1958,11 +1864,6 @@ msgstr "使われていないscandeleteのパス:%s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "使われていないscanignoreのパス:%s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "%sに解凍しています"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "新しいパッケージに関するリポジトリの情報を更新"
 | 
			
		||||
| 
						 | 
				
			
			@ -1976,6 +1877,7 @@ msgstr "URLに関するバイナリーの透明性のログを更新"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckDataのURLが正しくありません:{url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1995,11 +1897,7 @@ msgstr "UpdateCheckDataは正しいURLではありません:{url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckModeが設定されていますがcheckupdatesがまだ実行されていないようです。"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckModeが設定されていますがlikecheckupdatesが実行されていないようです"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckNameが既知のアプリケーションIDに設定されています。これは削除できます"
 | 
			
		||||
| 
						 | 
				
			
			@ -2014,27 +1912,10 @@ msgstr "{apkfilename}をandroidobservatory.orgにアップロードしていま
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "{apkfilename}をvirustotalにアップロードしています"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "使い方"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "使い方: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "既定のブランチでファイルを指定する際に /master または /main の代わりに /HEADを使用"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "既定のブランチでファイルを指定する際に /master の代わりに /HEADを使用"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "`fdroid update -c`で作成。"
 | 
			
		||||
| 
						 | 
				
			
			@ -2073,11 +1954,6 @@ msgstr "JAR署名を使用"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "JavaのjarsignerでAPKを検証することは推奨されません!apksignerを使ってください"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "「{path}」のandroguardを使用"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2179,20 +2055,11 @@ msgstr "IdentityFileを{path}に追加"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "{name}: {path} に追加"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "オプションが曖昧です。%(option)sは%(matches)sに一致しませんでした"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "オプションが曖昧です:%s(%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2206,11 +2073,13 @@ msgstr "apksignerが見つかりません!最近のAPKに署名を行ったり
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksignerが見つかりません。署名を行うには必要です!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "実行用のファイルのアプリケーションID"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2221,8 +2090,6 @@ msgstr "APPID[:VERCODE] 形式でversionCodeを指定した(オプション)
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url は /archive で終了する必要があります"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2241,7 +2108,7 @@ msgstr "SSH接続でデプロイ用の鍵をテストします。"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "srclibの規定をパースできません(文字列ではありません):'{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "「%(filename)s」を開けません:%(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2255,14 +2122,10 @@ msgstr "HTTPSでないURLは開けません:'{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "必要なsrclibsが見つかりません:「{path}」"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2281,14 +2144,6 @@ msgstr "{url}のcloneを行います"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "プラグインモジュールのコマンド:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "コンプレックス"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2318,10 +2173,6 @@ msgstr "srclibの規定をパースできませんでした(名前が指定さ
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "srclibの規定をパースできませんでした(refが指定されていません):'{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "srclibの規定をパースできませんでした(「@」が多すぎます):'{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2346,8 +2197,6 @@ msgstr "ロックの存在しない依存ファイル"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "{path}の処理ログを{dest}に設定しました"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2365,28 +2214,20 @@ msgstr "スキャナーの署名を'{}'からダウンロードできません
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "実行可能なバイナリー、おそらくコードです"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
msgid_plural "expected %s arguments"
 | 
			
		||||
msgstr[0] "%s個の引数が必要"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "1つ以上の引数が必要です"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "多くても1つの引数が必要です"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "1つの引数が必要です"
 | 
			
		||||
| 
						 | 
				
			
			@ -2399,10 +2240,6 @@ msgstr "fdroid [<command>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "ウェブから署名の最新のバージョンを取得"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "浮動小数点"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "メタデータのエラー(既定)を警告として扱うよう強制するか、無視するよう強制。"
 | 
			
		||||
| 
						 | 
				
			
			@ -2415,8 +2252,6 @@ msgstr "git svn clone を実行できませんでした"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "gzipファイルアーカイブ"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2430,35 +2265,21 @@ msgstr "index-v1には署名が必要です。`fdroid signindex`で署名を作
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2には署名が必要です。`fdroid signindex`で署名を作成してください!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "整数"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "%(type)sの値が不正です:%(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "不正な選択です:%(value)r(%(choices)sから選択してください)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "conflict_resolutionの値が不正です:%r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2496,8 +2317,6 @@ msgstr "ミラー「%s」は「fdroid」で終わっていません!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "config.ymlと{path}で2回ミラーが設定されています!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "相互に排他的な引数はオプションとしてください"
 | 
			
		||||
| 
						 | 
				
			
			@ -2516,30 +2335,15 @@ msgstr "{appid}に「アイコン」がありません"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "APKが指定されていません"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "そうしたオプションはありません:%s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "バージョンの情報が見つかりません!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "バージョンの情報が見つかりません"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "引数 %s は許可されていません"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2549,72 +2353,6 @@ msgstr "引数 %s の1つが必要です"
 | 
			
		|||
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 "オプション %s:全ての署名済のアプリを本当にインストールしたい場合は、--allを使ってください"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "オプション %s:不正 %s 値:%r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "オプション %s:選択が正しくありません:%r(%sから選択してください)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "オプション -%s は認識されません"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "オプション -%s は引数が必要です"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "オプション --%s に引数は指定できません"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "オプション --%s は一意のプリフィックスではありません"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "オプション --%s は認識されません"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "オプション --%s には引数が必要です"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "オプションの引数"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "オプション"
 | 
			
		||||
| 
						 | 
				
			
			@ -2624,8 +2362,6 @@ msgstr "オプション"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "既存の{path}を上書きします"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "位置に関する引数"
 | 
			
		||||
| 
						 | 
				
			
			@ -2658,10 +2394,6 @@ msgstr "repo_urlは/repoで終わる必要があります"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsyncが無いか壊れています:{error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yamlがインストールされていません。メタデータを書き込めません。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2685,17 +2417,7 @@ msgstr "serverwebroot: パスが「fdroid」で終わっていません。もし
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "共有ライブラリー"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "このヘルプメッセージを表示して終了"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2729,8 +2451,6 @@ msgstr "静的ライブラリー"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "指定された参照バイナリーには許可された署名者 {signer} がいます"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2740,22 +2460,16 @@ msgstr "次の引数が必要です:%s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "true"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "予期しないオプションの文字列です:%s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "不明なパーサー %(parser_name)r(選択肢:%(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2766,9 +2480,7 @@ msgstr "認識されない引数です:%s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "「{config_file}」のパーミッションが安全ではありません(0600に設定すべきです)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "使い方: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2796,21 +2508,19 @@ msgstr[0] "{0}個のアプリ、{1}個の鍵のエイリアス"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename}({appid})にメタデータがありません!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename}に複数の{name}のファイルがあります。マスターキーが悪用されているようです!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename}のAndroidManifest.xmlの日付が正しくありません: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid}には名前が設定されていません!アプリケーションIDを代わりに使用します。"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2831,7 +2541,6 @@ msgstr "{appid}にはAPKとファイルの両方があります:{files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid}には{name}がありません"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2872,11 +2581,6 @@ msgstr "{file}は空か壊れています!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name}「{section}/icons/{path}」がありません!「config.yml」を確認してください。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile}は非推奨です。{newfile}を使用してください"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2021-01-15 13:25+0000\n"
 | 
			
		||||
"Last-Translator: R_SACI <rgebbid@gmail.com>\n"
 | 
			
		||||
"Language-Team: Kabyle <https://hosted.weblate.org/projects/f-droid/fdroidserver/kab/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -50,11 +50,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" yebded yakan ɣef {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -80,17 +75,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" mačči d aseɣwen URL ameɣtu!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -106,14 +90,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d n wuguren ttwafen"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [d afrayan]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -134,13 +110,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' ulac-it di config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -161,8 +130,6 @@ msgstr "'keystorepass' ulac-it di config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' ulac-it deg config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' d taɣiret ur iṣeḥḥan ara i usideg"
 | 
			
		||||
| 
						 | 
				
			
			@ -176,11 +143,6 @@ msgstr "'sdk_path' ur yettwasbadu ara 'config.yml'!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' d aqbuṛ, fdroid yesra build-tools-{version} neɣ amaynut!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' ad yili s usmizzwer agacuran ! Seqdec () neɣ tuccar [] ma yella ilaq usmizzwer!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -191,7 +153,7 @@ msgstr "'{path}' ur izmir ara ad yettwaselkem!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -210,8 +172,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...anadi n ileqman ur yeddi ara i {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() ur yettwasbadu ara"
 | 
			
		||||
| 
						 | 
				
			
			@ -302,10 +262,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -349,7 +305,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -405,11 +360,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -462,20 +419,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "D awezɣi tifin n '{command}' deg unagraw-ik.im"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Ur izmir ara ad d-yaf isem n lqem aneggaru"
 | 
			
		||||
| 
						 | 
				
			
			@ -495,6 +449,7 @@ msgstr "Ur yezmir ara ad d-yeldi afaylu APK {path} i tesleḍt: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -589,11 +544,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -650,11 +600,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -688,12 +633,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -838,10 +777,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Immed"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Ticraḍ HTML yettwagedlen"
 | 
			
		||||
| 
						 | 
				
			
			@ -873,7 +808,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -938,16 +872,13 @@ msgstr "Asfaḍ Git yecceḍ"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Asfaḍ Git yecceḍ"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1083,16 +1014,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Asulay n usnas d arameɣtu {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Tabdart s tneqqiḍin tarameɣtut"
 | 
			
		||||
| 
						 | 
				
			
			@ -1303,7 +1230,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1338,7 +1264,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1368,19 +1293,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1389,10 +1312,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Tixtiṛiyin"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1558,14 +1477,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1866,11 +1777,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1880,7 +1786,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Tettwaf tsureft d tarussint!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1918,6 +1823,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1948,11 +1854,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1966,6 +1867,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1985,11 +1887,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2004,27 +1902,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Aseqdec"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Aseqdec: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2063,11 +1944,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2169,20 +2045,11 @@ msgstr "timerniwt n ufaylu n tmagit ɣer {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "timerniwt ɣer {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2196,11 +2063,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2211,8 +2080,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2231,7 +2098,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2245,14 +2112,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2271,14 +2134,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2309,10 +2164,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2337,8 +2188,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2356,8 +2205,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2365,20 +2212,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2391,10 +2232,6 @@ msgstr "fdroid [<command>] [-h|--tallelt|--lqem|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2407,8 +2244,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2422,35 +2257,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "amḍan ummid"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2488,8 +2309,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2508,30 +2327,15 @@ msgstr "ulac \"tignit\" deg {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2541,72 +2345,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "Taxtiṛt -%s ur tettwassen ara"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "Taxtiṛt -%s yesra afakul"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "aɣewwar --%s yessefk ad yesεu tiɣiret"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2617,8 +2355,6 @@ msgstr "Tixtiṛiyin"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2651,10 +2387,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2678,17 +2410,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2722,8 +2444,6 @@ msgstr "tamkerḍit n tdaddanin"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2733,22 +2453,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2759,9 +2473,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "aqseqdac: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2790,21 +2502,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2825,7 +2535,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2866,11 +2575,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.8-135-g16dd6d28\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-09-06 14:57+0000\n"
 | 
			
		||||
"Last-Translator: Cxnfl1ct <wind0wso2o2@naver.com>\n"
 | 
			
		||||
"Language-Team: Korean <https://hosted.weblate.org/projects/f-droid/fdroidserver/ko/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -54,11 +54,6 @@ msgstr "Android SDK 경로 '{path}'는 존재하지 않습니다!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\"는 이미 {dev}에 설치되어 있습니다."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\"는 오래된 {name} ({version})를 포함합니다"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -84,16 +79,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\"은 올바른 URL이 아닙니다!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s 옵션은 %(number)d 인자가 필요합니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -109,14 +94,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "문제 %d개를 찾음"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [옵션]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -137,13 +114,6 @@ msgstr ""
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s는 빌드 필드 값으로 허용되지 않습니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s 옵션은 값을 받지 않습니다"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass'를 config.yml에서 찾을 수 없습니다!"
 | 
			
		||||
| 
						 | 
				
			
			@ -164,8 +134,6 @@ msgstr "'keystorepass'를 config.yml에서 찾을 수 없습니다!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias'를 config.yml에서 찾을 수 없습니다!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required'는 고정적을 위한 잘못된 인수입니다"
 | 
			
		||||
| 
						 | 
				
			
			@ -179,11 +147,6 @@ msgstr "'sdk_path'가 config.yml에서 설정되어 있지 않습니다!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}'는 너무 오래되었습니다, fdroid는 build-tools-{version} 이후가 필요합니다!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}'는 순서가 무작위로 변합니다! 순서가 중요하면 괄호 ()나 대괄호 []를 사용하세요!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -194,7 +157,7 @@ msgstr "'{path}'를 실행하는 데 실패했습니다!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}'는 {appid}에서 올바른 {field}가 아닙니다. 정규식 패턴: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -213,8 +176,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...{appid}를 위한 checkupdate가 실패됨 : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__()이 정의되지 않음"
 | 
			
		||||
| 
						 | 
				
			
			@ -305,10 +266,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -352,7 +309,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -407,11 +363,13 @@ msgstr[0] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "카테고리 '%s'는 올바르지 않습니다"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "카테고리가 설정되어 있지 않습니다"
 | 
			
		||||
| 
						 | 
				
			
			@ -464,20 +422,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -497,6 +452,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -590,11 +546,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -651,11 +602,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -689,12 +635,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -839,10 +779,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "마침"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -874,7 +810,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -939,16 +874,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "git svn 복제에 실패됨"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1084,16 +1016,12 @@ msgstr "잘못된 Vercode연산: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "잘못된 VercodeOperation연산: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "올바르지 않은 부울 '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "잘못된 글머리 기호 목록"
 | 
			
		||||
| 
						 | 
				
			
			@ -1304,7 +1232,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1340,7 +1267,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1370,19 +1296,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "PNG와 JPEG만 그래픽을 위해 지원됩니다, 찾았습니다: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1391,10 +1315,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "옵션"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1560,14 +1480,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "package.name_123.apk와 일치하지 않는 APK 파일의 이름을 바꿉니다"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1867,11 +1779,6 @@ msgstr "잘못된 라이선스 태그 \"{}\"! https://spdx.org/license-list 에
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1881,7 +1788,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "알 수 없는 예외가 찾아졌습니다!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1919,6 +1825,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1949,11 +1856,6 @@ msgstr "사용되지 않은 스캔삭제 경로: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "사용되지 않은 스캔삭제 경로: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "새 패키지를 위한 저장소 정보를 업데이트합니다"
 | 
			
		||||
| 
						 | 
				
			
			@ -1967,6 +1869,7 @@ msgstr "URL을 위한 바이너리 투명성 기록을 업데이트합니다"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData에 올바르지 않은 URL이 있습니다: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1986,11 +1889,7 @@ msgstr "UpdateCheckData는 올바른 URL이 아닙니다: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2005,27 +1904,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "사용법"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "사용법: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "그것을 만드려면 `fdroid update -c`를 사용하세요."
 | 
			
		||||
| 
						 | 
				
			
			@ -2064,11 +1946,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Java의 jarsigner를 사용하여, APK를 검증하는 것은 권장되지 않습니다! apksigner를 사용하세요"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "\"{path}\"에서 androguard를 사용 중"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2170,20 +2047,11 @@ msgstr "{path}에 IdentityFile을 추가 중"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "{name}에 추가 중: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "모호한 옵션: %(option)s은 %(matches)s와 일치했을 수 있습니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "모호한 옵션: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2197,11 +2065,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "작업할 파일의 애플리케이션 ID"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2212,8 +2082,6 @@ msgstr "양식 APPID[:VERCODE]에서 선택적인 versionCode로 된 애플리
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2232,7 +2100,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "'%(filename)s'를 열 수 없습니다: %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2246,14 +2114,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2272,14 +2136,6 @@ msgstr "{url}를 복제 중"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "복잡한"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2309,10 +2165,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2337,8 +2189,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2356,28 +2206,20 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2390,10 +2232,6 @@ msgstr "fdroid [<명령>] [-h|--help|--version|<인수>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "부동소수점"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "경고하거나 무시되는 강제 메타데이터 오류 (기본값)."
 | 
			
		||||
| 
						 | 
				
			
			@ -2406,8 +2244,6 @@ msgstr "git svn 복제에 실패됨"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2422,35 +2258,21 @@ msgstr "index-v1은 서명이 있어야 합니다, 그것을 만드려면 `fdroi
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v1은 서명이 있어야 합니다, 그것을 만드려면 `fdroid signindex`를 사용하세요!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "정수"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "올바르지 않은 %(type)s 값: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "올바르지 않은 선택: %(value)r (%(choices)s에서 선택하세요)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "올바르지 않은 conflict_resolution 값: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2488,8 +2310,6 @@ msgstr "미러 '%s'는 'fdroid'로 끝나지 않습니다!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2508,30 +2328,15 @@ msgstr "{appid}에 \"icon\"이 없습니다"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "제공된 APK가 없습니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "이러한 옵션이 없습니다: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "버전 정보를 찾지 못했습니다!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "버전 정보를 찾지 못했습니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2541,72 +2346,6 @@ msgstr ""
 | 
			
		|||
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 "옵션 %s: 당신이 정말 모든 서명된 앱을 설치하기를 원한다면, --all을 사용하세요"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "옵션 %s: 올바르지 않은 %s 값: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "옵션 %s: 올바르지 않은 선택: %r (%s에서 선택하세요)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "옵션 -%s은 인식되지 않습니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "옵션 -%s은 인수가 필요합니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "옵션 --%s은 인수를 가지지 않아야 합니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "옵션 --%s는 고유한 접두어가 아닙니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "옵션 --%s은 인식되지 않습니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "옵션 --%s은 인수가 필요합니다"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "선택적 인수"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2617,8 +2356,6 @@ msgstr "옵션"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "기존 {path}를 덮어쓰는 중"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "고정적 인수"
 | 
			
		||||
| 
						 | 
				
			
			@ -2651,10 +2388,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2678,17 +2411,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "이 도움말 메시지를 보여주고 종료합니다"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2722,8 +2445,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2733,22 +2454,16 @@ msgstr "다음 인수들이 필요합니다: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "예기치 않은 옵션 문자열: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "알 수 없는 파서 %(parser_name)r (선택: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2759,9 +2474,7 @@ msgstr "인식할 수 없는 인수: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "'{config_file}'에 안전하지 않은 권한 (0600이어야 합니다)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "사용법: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2789,21 +2502,19 @@ msgstr[0] "앱 {0}개, 키 별칭 {1}개"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid})에 메타데이터가 없습니다!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename}의 AndroidManifest.xml에 잘못된 날짜가 있습니다: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid}는 이름을 가지지 않습니다! 대신 애플리케이션 ID를 사용."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2824,7 +2535,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid}는 없는 {name}입니다"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2865,11 +2575,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\"는 존재하지 않습니다! \"config.yml\"을 확인하세요."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,8 +6,8 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.3a1\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-20 10:14+0000\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-21 08:46+0000\n"
 | 
			
		||||
"Last-Translator: Edgars Andersons <Edgars+Weblate@gaitenis.id.lv>\n"
 | 
			
		||||
"Language-Team: Latvian <https://hosted.weblate.org/projects/f-droid/fdroidserver/lv/>\n"
 | 
			
		||||
"Language: lv\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -37,7 +37,7 @@ msgstr ""
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "\"isPrimary\" key should not be added to mirrors!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Atslēgu \"isPrimary\" nevajadzētu pievienot spoguļglabātavām."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -49,11 +49,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -79,17 +74,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -105,14 +89,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [iespējas]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -133,13 +109,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -160,8 +129,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -175,11 +142,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -190,7 +152,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -209,8 +171,6 @@ msgstr "--merge-request darbojas tikai ar vienu appid."
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -301,10 +261,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -348,7 +304,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -404,11 +359,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -461,20 +418,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -494,6 +448,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -587,11 +542,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -648,11 +598,6 @@ msgstr "Lejupielādēt F-Droid.apk no spoguļserveriem, kas tīklā nopludina ma
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Lejupielādēt pilnīgu mazu glabātavu spoguļojumu"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Lejupielādē %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Glabātavas lejupielāde jau vienreiz neizdevās, tas atkārtoti netiks mēģināts."
 | 
			
		||||
| 
						 | 
				
			
			@ -686,12 +631,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -836,10 +775,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -871,7 +806,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -936,15 +870,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1079,16 +1011,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1204,7 +1132,7 @@ msgstr ""
 | 
			
		|||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Mirror config for {url} contains \"isPrimary\" key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Spoguļglabātavas konfigurācija {url} satur \"isPrimary\" key."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid "Mirror the full repo and archive, all file types."
 | 
			
		||||
| 
						 | 
				
			
			@ -1299,7 +1227,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1334,7 +1261,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1364,19 +1290,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr "Pieņem tikai vienas atslēgas \"env\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Drukāt tikai atšķirības no Play Store"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "Apstrādāt tikai lietotnes ar automātiskajiem atjauninājumiem"
 | 
			
		||||
| 
						 | 
				
			
			@ -1385,10 +1309,6 @@ msgstr "Apstrādāt tikai lietotnes ar automātiskajiem atjauninājumiem"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1554,14 +1474,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1862,11 +1774,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1876,7 +1783,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1914,6 +1820,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1944,11 +1851,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1962,6 +1864,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1981,11 +1884,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2000,27 +1899,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2059,11 +1941,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2165,20 +2042,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2192,11 +2060,13 @@ msgstr "apksigner nav atrasts. Nevar parakstīt vai apliecināt mūsdienīgus AP
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner nav atrasts, tas ir nepieciešams parakstīšanai."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2207,8 +2077,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2227,7 +2095,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2241,14 +2109,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2267,14 +2131,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2305,10 +2161,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2333,8 +2185,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2352,8 +2202,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2361,20 +2209,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2387,10 +2229,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2403,8 +2241,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2418,35 +2254,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2484,8 +2306,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2504,30 +2324,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2537,72 +2342,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2612,8 +2351,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2646,10 +2383,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,17 +2406,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2717,8 +2440,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2728,22 +2449,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "patiess"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "nezināms parsētājs %(parser_name)r (izvēles: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2754,9 +2469,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2785,21 +2498,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2820,7 +2531,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2861,11 +2571,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ 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: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2023-06-23 14:52+0000\n"
 | 
			
		||||
"Last-Translator: abe1242 <abmdn1242@gmail.com>\n"
 | 
			
		||||
"Language-Team: Malayalam <https://hosted.weblate.org/projects/f-droid/fdroidserver/ml/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -53,11 +53,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -83,17 +78,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -109,14 +93,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d പ്രശ്നങ്ങൾ കണ്ടുപിടിച്ചു"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -137,13 +113,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -164,8 +133,6 @@ msgstr "config.yml ൽ 'keystorepass' കാണപ്പെടുന്നില
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -179,11 +146,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -194,7 +156,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -213,8 +175,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -305,10 +265,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -352,7 +308,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -408,11 +363,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -465,20 +422,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -498,6 +452,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -591,11 +546,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -652,11 +602,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -690,12 +635,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -840,10 +779,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -875,7 +810,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -940,15 +874,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1083,16 +1015,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1303,7 +1231,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1338,7 +1265,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1368,19 +1294,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1389,10 +1313,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1558,14 +1478,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1869,11 +1781,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1883,7 +1790,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1921,6 +1827,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1951,11 +1858,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1969,6 +1871,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1988,11 +1891,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2007,27 +1906,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2066,11 +1948,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2172,20 +2049,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2199,11 +2067,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2214,8 +2084,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2234,7 +2102,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2248,14 +2116,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2274,14 +2138,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "സങ്കീർണ്ണമായ"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2312,10 +2168,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2340,8 +2192,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2359,8 +2209,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2368,20 +2216,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2394,10 +2236,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2410,8 +2248,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2425,35 +2261,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2491,8 +2313,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2511,30 +2331,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2544,72 +2349,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2619,8 +2358,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2653,10 +2390,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2680,17 +2413,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2724,8 +2447,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2735,22 +2456,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2761,9 +2476,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2792,21 +2505,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2827,7 +2538,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2868,11 +2578,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.8-74-ga380b9f\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2022-09-06 14:30+0000\n"
 | 
			
		||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
 | 
			
		||||
"Language-Team: Norwegian Bokmål <https://hosted.weblate.org/projects/f-droid/fdroidserver/nb_NO/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -55,11 +55,6 @@ msgstr "Rotmappen for local_copy_dir \"{path}\" finnes ikke."
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "'{apkfilename}' er allerede installert på {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" inneholder utdatert {name} ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -85,17 +80,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" er ikke en gyldig nettadresse."
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s-valget krever %(number)d argument"
 | 
			
		||||
msgstr[1] "%(option)s-valget krever %(number)d argumenter"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -111,14 +95,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problemer funnet"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [valg]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -139,13 +115,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s-valget tar ikke en verdi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' ble ikke funnet i config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -166,8 +135,6 @@ msgstr "'keystorepass' ble ikke funnet i config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' ble ikke funnet i config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
| 
						 | 
				
			
			@ -183,11 +150,6 @@ msgstr "'sdk_path' ble ikke funnet i config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' er for gammel, fdroid krever build-tools-{version} eller nyere."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' vil bli utført i tilfeldig rekkefølge. Bruk () eller [] -parenteser hvis rekkefølgen er viktig."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -198,7 +160,7 @@ msgstr "\"{path}\" klarte ikke å kjøre."
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "\"{value}\" er ikke et gyldig {field} i {appid}. Mønster for regulært uttrykk: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -217,8 +179,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "…oppdateringssjekk mislyktes for {appid}: {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() udefinert"
 | 
			
		||||
| 
						 | 
				
			
			@ -311,10 +271,6 @@ msgstr "Fant ikke Android-SDK-verktøyet {cmd}!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -358,7 +314,6 @@ msgstr ""
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Grunnettadresse å speile, kan inkludere indekssigneringsnøkkelen ved bruk av spørreingsstrengen: ?fingerpring="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -416,11 +371,13 @@ msgstr[1] "Kan ikke bygge som følge av {} feiler under skanning"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Kan ikke lese \"{path}\"."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Kategorien '%s' er ikke gyldig"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Kategoreier ikke satt"
 | 
			
		||||
| 
						 | 
				
			
			@ -473,21 +430,18 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Argumenter i konflikt: '--verbose' og '--quiet' kan ikke angis samtidig."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Filer i konflikt med hverandre. Bruker {newfile}, ser bort fra {oldfile}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Fant ikke \"{command}\" på ditt system"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Fant ikke seneste versjonskode"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
| 
						 | 
				
			
			@ -508,6 +462,7 @@ msgstr "Kunne ikke åpne APK {path} for analyse: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Kunne ikke fortolke størrelse \"{size}\", feil type \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
| 
						 | 
				
			
			@ -606,11 +561,6 @@ msgstr "Beskrivelsen \"%s\" er bare programsammendraget"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Beskrivelsen har repetert linje"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Beskrivelsen har en liste (%s), men er ikke punktvis (*) eller nummerert (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -669,11 +619,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Last ned fullstendige speilinger av små pakkebrønner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Laster ned %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Nedlasting av pakkebrønn mislyktes én gang, prøver ikke igjen."
 | 
			
		||||
| 
						 | 
				
			
			@ -708,15 +653,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "Feil: «server»-underkommandoen har blitt fjernet. Bruk «depoloy»."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Feil: Denne kommandoen bør aldri brukes til å speile f-droid.org.\n"
 | 
			
		||||
"Et helt speil av f-droid.org krever mer enn 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
| 
						 | 
				
			
			@ -866,11 +802,6 @@ msgstr "En fil ble borte mens den ble behandlet: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Fullført"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Flatter-donasjonsmetoder hører hjemme i FlattrID-flagget"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Forbudte HTML-tagger"
 | 
			
		||||
| 
						 | 
				
			
			@ -903,7 +834,6 @@ msgstr "Fant feilaktig kronerullingsfil «{path}» for «{name}»:"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Fant ugyldige App-ID-er i argumenter"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
| 
						 | 
				
			
			@ -971,16 +901,13 @@ msgstr "Git-tømming mislyktes"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git-innhenting mislyktes"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git-tilbakestilling mislyktes"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git set-head annensteds hen mislyktes: «%s»"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git-tilbakestilling mislyktes"
 | 
			
		||||
| 
						 | 
				
			
			@ -1120,16 +1047,12 @@ msgstr "Ugyldig VercodeOperation: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Ugyldig VercodeOperation: {field}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Ugyldig program-ID {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Ugyldig boolsk uttrykk \"%s\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
| 
						 | 
				
			
			@ -1351,7 +1274,6 @@ msgstr "Ingen signeringssertifikater funnet i {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Ingen slik pakke: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1389,7 +1311,6 @@ msgstr "Ingenting å gjøre for {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Nå må du sette disse i config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1420,19 +1341,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Kun PNG og JPEG støttes for grafikk, fant: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Kun skriv ut forskjeller vis-a-vis Play-butikken"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
| 
						 | 
				
			
			@ -1443,10 +1362,6 @@ msgstr "Behandle kun programmer som har auto-oppdateringer"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Flatter-donasjonsmetoder hører hjemme i FlattrID-flagget"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Valg"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Skriv ut JSON-rapport til fil navngitt etter APK-en."
 | 
			
		||||
| 
						 | 
				
			
			@ -1617,16 +1532,6 @@ msgstr "Fjerner {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Gi nytt navn til APK-filer som ikke samsvarer med package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "RepoTrunk-oppdateringsmodus gir kun mening i Git-SVN-kodelager"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Tilbakestill og opprett en helt ny byggtjener, selv når den eksisterende later til å være i orden."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1940,11 +1845,6 @@ msgstr "Ugyldig lisenstagg \"%s\". Kun bruk de som er å finne på https://spdx.
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1954,7 +1854,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Ukjent unntak møtt!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1993,6 +1892,7 @@ msgstr "Ugjenkjent felt «{fieldname}» i «{path}»"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Ugjenkjent felt «{build_flag}» i «{path}»"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -2023,11 +1923,6 @@ msgstr "Ubrukt fil i %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Ubrukt fil i %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Pakker ut til %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Oppdater repo informasjon for nye pakker"
 | 
			
		||||
| 
						 | 
				
			
			@ -2041,6 +1936,7 @@ msgstr "Oppdater binær gjennomsiktighetslogg for en URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData har ugyldig nettadresse: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2060,11 +1956,7 @@ msgstr "UpdateCheckData er ikke en gyldig nettadresse: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
| 
						 | 
				
			
			@ -2080,28 +1972,11 @@ msgstr "Laster opp {apkfilename} to androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Behandler {apkfilename}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Bruk"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Bruk: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Bruk /HEAD istedenfor /master for å peke til en fil i forvalgt forgrening"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Bruk /HEAD istedenfor /master for å peke til en fil i forvalgt forgrening"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Bruk `fdroid update -c` for å opprette den."
 | 
			
		||||
| 
						 | 
				
			
			@ -2144,11 +2019,6 @@ msgstr "Bruker APK Signature v2"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Bruker Java sin jarsigner, ikke anbefalt for bekreftelse av APK-er. Bruk apksigner."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Bruker Androguard fra \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2252,20 +2122,11 @@ msgstr "legger til IdentityFile i {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "legger til i {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "tvetydig valg: %(option)s kan passe overens med %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "tvetydig valg: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2280,12 +2141,14 @@ msgstr "fant ikke apksigner (som kreves for signering)."
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "fant ikke apksigner (som kreves for signering)."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "App-ID å sjekke for oppdateringer"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2297,8 +2160,6 @@ msgstr "App-ID med valgfri versionCode, i formen APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2318,7 +2179,7 @@ msgstr "forsøker naken SSH-tilkobling for å teste utrullingsnøkkel:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "kan ikke åpne '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2332,14 +2193,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "Finner ikke AppID for {path}."
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "kan ikke ha flere underfortolkningsargumenter"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2359,15 +2216,6 @@ msgstr "kloner {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "kommandoer fra programtilleggsmodulene:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "kompleks"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2398,10 +2246,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2426,8 +2270,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2447,8 +2289,6 @@ msgstr "Stripper mystisk signatur fra {apkfilename}"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "kjørbar binærfil, muligens kode"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2456,20 +2296,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "forventet %s argument"
 | 
			
		||||
msgstr[1] "forventet %s argumenter"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "forventet minst ett argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "forventet på det meste ett argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "forventet ett argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2483,11 +2317,6 @@ msgstr "bruk: fdroid [-h|--help|--version] <kommando> [<argumenter>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "flyttall"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
| 
						 | 
				
			
			@ -2503,8 +2332,6 @@ msgstr "\"git svn clone\" mislyktes"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ".gzip-filarkiv"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2519,35 +2346,21 @@ msgstr "index-v1 må ha en signatur, bruk `fdroid signindex` for å opprette den
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v1 må ha en signatur, bruk `fdroid signindex` for å opprette den."
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "heltall"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "ugydlig %(type)s verdi: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "ugyldig valg: %(value)r (velg fra %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "ugyldig conflict_resolution-verdi: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2585,8 +2398,6 @@ msgstr "speilet \"%s\" slutter ikke med \"fdroid\"."
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "Nå må du sette disse i config.yml:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "gjensidig utelukkende argumenter må være valgfrie"
 | 
			
		||||
| 
						 | 
				
			
			@ -2605,31 +2416,16 @@ msgstr "Behandler {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "ingen APK angitt"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "Inget slikt valg: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "ingen versjonsinfo funnet!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "ingen versjonsinfo funnet!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "ikke tillatt med argument %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2640,72 +2436,6 @@ msgstr "ett av argumentene %s kreves"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "kun godta strenger, lister, og forekomster"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "valg %s: Hvis du virkelig ønsker å installere alle signerte programmer, bruk -all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "valg %s: ugyldig %s verdi: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "valg %s: ugyldig valg: %r (velg mellom %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "Kommandoen \"-%s\" gjenkjennes ikke"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "valg -%s krever et argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "valget --%s kan ikke ha et argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "valget --%s er ikke et unikt prefiks"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "Kommandoen \"--%s\" gjenkjennes ikke"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "valget --%s krever et argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "valgfrie argumenter"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2716,8 +2446,6 @@ msgstr "Valg"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "overskriver eksisterende {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "Posisjonelle argumenter"
 | 
			
		||||
| 
						 | 
				
			
			@ -2750,11 +2478,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml er ikke installert. Kan ikke skrive metadata."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2779,17 +2502,7 @@ msgstr "local_copy_dir slutter ikke med \"fdroid\", kanskje du mente: \"{path}\"
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "delt bibliotek"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "vis programmets versjonsnummer og avslutt"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "vis denne hjelpemeldingen og avslutt"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2826,8 +2539,6 @@ msgstr "statisk bibliotek"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2837,22 +2548,16 @@ msgstr "følgende argumenter kreves: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "uventet valgstreng: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "ukjent fortolker %(parser_name)r (valg: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2863,9 +2568,7 @@ msgstr "ugjengkjente argumenter: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "utrygge tilganger for '{config_file}' (skal være 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "bruk: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2894,21 +2597,19 @@ msgstr[1] "{0} programmer, {1} nøkkelalias"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) mangler metadata."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} har flere {name}-filer, ser ut til å være en hovednøkkelutnyttelse."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename} sin AndroidManifest.xml har en feilaktig dato: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} mangler navn. Bruker pakkenavn istedenfor."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2929,7 +2630,6 @@ msgstr "{appid} har både APK-er og filer: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} mangler {name}."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2970,11 +2670,6 @@ msgstr "{file} er tom eller skadet!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} «{section}/icons/{path}» finnes ikke. Rett det i config.yml."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} er avleggs, bruk {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-01-03 09:07+0000\n"
 | 
			
		||||
"Last-Translator: Issa1553 <fairfull.playing@gmail.com>\n"
 | 
			
		||||
"Language-Team: Dutch <https://hosted.weblate.org/projects/f-droid/fdroidserver/nl/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -55,11 +55,6 @@ msgstr "\"local_copy_dir\" {path} bestaat niet!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" is al geïnstalleerd op {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" bevat verouderde {name} ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -85,17 +80,6 @@ msgstr "\"{path}\" is ondertekend door een sleutel die niet is toegestaan:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" is geen geldige URL!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s optie vereist %(number)d argument"
 | 
			
		||||
msgstr[1] "%(option)s optie vereist %(number)d argumenten"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -111,14 +95,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problemen gevonden"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opties]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -139,13 +115,6 @@ msgstr "%s heeft slechte SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s is geen geaccepteerd build-veld"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s optie heeft geen waarde"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' niet gevonden in config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -166,8 +135,6 @@ msgstr "'keystorepass' niet gevonden in config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' niet gevonden in config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' is een ongeldig argument voor positionelen"
 | 
			
		||||
| 
						 | 
				
			
			@ -181,11 +148,6 @@ msgstr "'sdk_path' niet ingesteld in config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "{aapt}' is te oud, fdroid vereist build-tools-{version} of nieuwer!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' zal in willekeurige volgorde staan! Gebruik () of [] haakjes als de volgorde belangrijk is!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -196,7 +158,7 @@ msgstr "{path}' is niet uitgevoerd!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' heeft ongeldig formaat, het zou een woordenboek moeten zijn!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "{value}' is geen geldig {field} in {appid}. Regex patroon: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -215,8 +177,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate mislukt voor {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() niet gedefinieerd"
 | 
			
		||||
| 
						 | 
				
			
			@ -307,10 +267,6 @@ msgstr "Android SDK-tool {cmd} niet gevonden!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "App heeft binaries maar heeft geen overeenkomstige ToegestaneAPKOndertekenSleutels om certificaat te pinnen."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "App heeft GeenBronSinds of Archiefbeleid \"0 versies\" maar AutoUpdateModus of UpdateCheckModus zijn niet Geen"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
| 
						 | 
				
			
			@ -355,7 +311,6 @@ msgstr "Slecht entry type \"{mirrortype}\" in spiegels configuratie: {mirror}"
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -411,11 +366,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -468,20 +425,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -501,6 +455,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -594,11 +549,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -655,11 +605,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -693,12 +638,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -843,10 +782,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -878,7 +813,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -943,15 +877,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1086,16 +1018,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1306,7 +1234,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1341,7 +1268,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1371,19 +1297,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1392,10 +1316,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opties"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1561,14 +1481,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Hernoem APK-bestanden die niet overeenkomen met pakket.naam_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1869,11 +1781,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1883,7 +1790,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Onbekende uitzondering gevonden!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1921,6 +1827,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1951,11 +1858,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Repo informatie bijwerken voor nieuwe pakketten"
 | 
			
		||||
| 
						 | 
				
			
			@ -1969,6 +1871,7 @@ msgstr "Het binaire transparantielogboek bijwerken voor een URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1988,11 +1891,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2007,27 +1906,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Gebruik"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Gebruik: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2066,11 +1948,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2172,20 +2049,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "dubbelzinnige optie: %(option)s kan overeenkomen met %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "dubbelzinnige optie: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2199,11 +2067,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2214,8 +2084,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2234,7 +2102,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2248,14 +2116,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2274,14 +2138,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complex"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2312,10 +2168,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2340,8 +2192,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2359,8 +2209,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2368,20 +2216,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2394,10 +2236,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2410,8 +2248,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2425,35 +2261,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2491,8 +2313,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2511,30 +2331,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "geen dergelijke optie: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2544,72 +2349,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "optie -%s wordt niet herkend"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "optie -%s vereist een argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "optie --%s mag geen argument hebben"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "optie --%s geen uniek voorvoegsel"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "optie --%s wordt niet herkend"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "optie --%s vereist argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "optionele argumenten"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2620,8 +2359,6 @@ msgstr "Opties"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "positionele argumenten"
 | 
			
		||||
| 
						 | 
				
			
			@ -2654,10 +2391,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2681,17 +2414,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "toon versienummer van programma en sluit af"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "toon dit hulpbericht en sluit af"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2725,8 +2448,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2736,22 +2457,16 @@ msgstr "de volgende argumenten zijn vereist: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "onverwachte optiestring: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2762,9 +2477,7 @@ msgstr "onherkende argumenten: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "Onveilige rechten op '{config_file}' (zou 0600 moeten zijn)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "gebruik: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2793,21 +2506,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2828,7 +2539,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2869,11 +2579,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.3.0-3-g4ba7b5c9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-11-26 10:54+0000\n"
 | 
			
		||||
"Last-Translator: Bård Sigurd Møller <git@bsmoller.no>\n"
 | 
			
		||||
"Language-Team: Norwegian Nynorsk <https://hosted.weblate.org/projects/f-droid/fdroidserver/nn/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -48,11 +48,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -78,17 +73,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -104,14 +88,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [val]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -132,13 +108,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -159,8 +128,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -174,11 +141,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -189,7 +151,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -208,8 +170,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -300,10 +260,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -347,7 +303,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -403,11 +358,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -460,20 +417,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -493,6 +447,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -586,11 +541,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -647,11 +597,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -685,12 +630,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -835,10 +774,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -870,7 +805,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -935,15 +869,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1078,16 +1010,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1298,7 +1226,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1333,7 +1260,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1363,19 +1289,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1384,10 +1308,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Val"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1553,14 +1473,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1861,11 +1773,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1875,7 +1782,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1913,6 +1819,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1943,11 +1850,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1961,6 +1863,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1980,11 +1883,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1999,27 +1898,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2058,11 +1940,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2164,20 +2041,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2191,11 +2059,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2206,8 +2076,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2226,7 +2094,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2240,14 +2108,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2266,14 +2130,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2304,10 +2160,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2332,8 +2184,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2351,8 +2201,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2360,20 +2208,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2386,10 +2228,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2402,8 +2240,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2417,35 +2253,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2483,8 +2305,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2503,30 +2323,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2536,72 +2341,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2611,8 +2350,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2645,10 +2382,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2672,17 +2405,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2716,8 +2439,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2727,22 +2448,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2753,9 +2468,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2784,21 +2497,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2819,7 +2530,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2860,11 +2570,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.3.3\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
			
		||||
"Last-Translator: Automatically generated\n"
 | 
			
		||||
"Language-Team: none\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -47,11 +47,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -77,17 +72,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -103,14 +87,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -131,13 +107,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -158,8 +127,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -173,11 +140,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -188,7 +150,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -207,8 +169,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -299,10 +259,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -346,7 +302,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -402,11 +357,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -459,20 +416,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -492,6 +446,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -585,11 +540,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -646,11 +596,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -684,12 +629,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -834,10 +773,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -869,7 +804,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -934,15 +868,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1077,16 +1009,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1297,7 +1225,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1332,7 +1259,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1362,19 +1288,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1383,10 +1307,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1552,14 +1472,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1860,11 +1772,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1874,7 +1781,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1912,6 +1818,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1942,11 +1849,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1960,6 +1862,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1979,11 +1882,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1998,27 +1897,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2057,11 +1939,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2163,20 +2040,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2190,11 +2058,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2205,8 +2075,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2225,7 +2093,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2239,14 +2107,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2265,14 +2129,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2303,10 +2159,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2331,8 +2183,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2350,8 +2200,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2359,20 +2207,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2385,10 +2227,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2401,8 +2239,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2416,35 +2252,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2482,8 +2304,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2502,30 +2322,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2535,72 +2340,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2610,8 +2349,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2644,10 +2381,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2671,17 +2404,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2715,8 +2438,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2726,22 +2447,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2752,9 +2467,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2783,21 +2496,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2818,7 +2529,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2859,11 +2569,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,7 @@ 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: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-13 20:43+0000\n"
 | 
			
		||||
"Last-Translator: WaldiS <sto@tutanota.de>\n"
 | 
			
		||||
"Language-Team: Polish <https://hosted.weblate.org/projects/f-droid/fdroidserver/pl/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -57,11 +57,6 @@ msgstr "„local_copy_dir” {path} nie istnieje!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" jest już zainstalowany na {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" zawiera nieaktualne {name} ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -87,18 +82,6 @@ msgstr "„{path}” jest podpisany kluczem, który jest niedozwolony:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" nie jest prawidłowym adresem URL!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s opcja wymaga %(number)d argument"
 | 
			
		||||
msgstr[1] "%(option)s opcji wymaga %(number)d argumentów"
 | 
			
		||||
msgstr[2] "%(option)s opcje wymagają %(number)d argumentów"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -114,14 +97,6 @@ msgstr "Nie udało się podpisać lub zweryfikować %d plików APK!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problemy odnalezione"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opcje]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -142,13 +117,6 @@ msgstr "%s ma zły SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s nie jest akceptowanym polem kompilacji"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s opcja nie przyjmuje wartości"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' nie znaleziono w config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -169,8 +137,6 @@ msgstr "'keystorepass' nie znaleziono w config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' nie znaleziono w config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'wymagane' jest nieprawidłowym argumentem dla pozycji"
 | 
			
		||||
| 
						 | 
				
			
			@ -184,11 +150,6 @@ msgstr "'sdk_path' nie jest ustawiony w config.yml!"
 | 
			
		|||
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!"
 | 
			
		||||
 | 
			
		||||
#: ../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!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -199,7 +160,7 @@ msgstr "'{path}' nie udało się wykonać!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' ma nieprawidłowy format, powinien być słownikiem!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' nie jest prawidłowy {field} w {appid}. Wzór Regex: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -218,8 +179,6 @@ msgstr "--merge-request działa tylko na pojedynczym appid!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...sprawdzenie aktualizacji nie powiodło się {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() nie określono"
 | 
			
		||||
| 
						 | 
				
			
			@ -310,10 +269,6 @@ msgstr "Nie znaleziono narzędzia Android SDK {cmd}!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Aplikacja ma Binaries, ale nie ma odpowiednich kluczy AllowedAPKSingKeys do przypięcia certyfikatu."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Aplikacja ma NoSourceSince lub ArchivePolicy „0 versions”, ale AutoUpdateMode lub UpdateCheckMode nie są None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Aplikacja ma NoSourceSince lub ArchivePolicy „0 versions”, ale AutoUpdateMode lub UpdateCheckMode nie są None"
 | 
			
		||||
| 
						 | 
				
			
			@ -357,7 +312,6 @@ msgstr "Błędny typ wpisu „{mirrortype}” w konfiguracji serwerów lustrzany
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Bazowy adres URL do serwera lustrzanego, może zawierać klucz do podpisywania indeksu za pomocą łańcucha zapytania: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -414,11 +368,13 @@ msgstr[2] "Nie można zbudować z powodu błędów {} podczas skanowania"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Nie można odczytać \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Kategorie '%s' są nieprawidłowe"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Kategorie nie są ustawione"
 | 
			
		||||
| 
						 | 
				
			
			@ -471,20 +427,17 @@ msgstr "Sprzeczne definicje „{field}” między plikami .yml a przetłumaczony
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Sprzeczne argumenty: '--verbose' i '--quiet' nie mogą być podane w tym samym czasie."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Pliki konfiguracyjne powodujące konflikt! Używając {newfile}, ignoruje {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Nie można znaleźć '{command}' w twoim systemie"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Nie można znaleźć najnowszej wersji kodu"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Nie można odnaleźć nazwy najnowszej wersji"
 | 
			
		||||
| 
						 | 
				
			
			@ -504,6 +457,7 @@ msgstr "Nie można otworzyć pliku APK {path} do analizy: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Nie można przeanalizować rozmiaru \"{size}\", nieprawidłowy typ \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Nie można odnaleźć identyfikatora aplikacji"
 | 
			
		||||
| 
						 | 
				
			
			@ -597,11 +551,6 @@ msgstr "Opis \"%s\" to tylko podsumowanie aplikacji"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Opis ma zduplikowaną linię"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Opis ma listę (%s), ale nie jest wypunktowana (*) ani ponumerowana (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -658,11 +607,6 @@ msgstr "Pobierz F-Droid.apk za pomocą serwerów lustrzanych, które wyciekają
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Pobierz pełne mirrors małych repozytoriów"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Pobieranie %s"
 | 
			
		||||
 | 
			
		||||
#: ../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."
 | 
			
		||||
| 
						 | 
				
			
			@ -696,14 +640,6 @@ msgstr "BŁĄD: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "BŁĄD: podkomenda „serwer” została usunięta, użyj polecenia „deploy”!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"BŁĄD: tego polecenia nigdy nie należy używać do zwierciadlania f-droid.org!\n"
 | 
			
		||||
"Pełne lustro f-droid.org wymaga ponad 200 GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "BŁĄD: nieobsługiwany typ CI, mile widziane poprawki!"
 | 
			
		||||
| 
						 | 
				
			
			@ -850,10 +786,6 @@ msgstr "Plik zniknął podczas przetwarzania go: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Skończone"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Metody darowizn Flattr należą do FlattrID: field"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Zakazane tagi HTML"
 | 
			
		||||
| 
						 | 
				
			
			@ -885,7 +817,6 @@ msgstr "Znaleziono zły plik finansowania \"{path}\" dla \"{name}\":"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Znaleziono nieprawidłowe pliki w argumentach"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Znaleziono nieprawidłowe kody wersji dla niektórych aplikacji"
 | 
			
		||||
| 
						 | 
				
			
			@ -950,15 +881,13 @@ msgstr "Git clean nie powiódł się"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Pobranie Git nie powiodło się"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune nie powiodło się"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Błąd zdalnego ustawiania Git: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Resetowanie Git nie powiodło się"
 | 
			
		||||
| 
						 | 
				
			
			@ -1093,16 +1022,12 @@ msgstr "Nieprawidłowa VercodeOperation: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Nieprawidłowa VercodeOperation: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Nieprawidłowy ID aplikacji {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Niepoprawna wartość boolean '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Nieprawidłowa lista wypunktowana"
 | 
			
		||||
| 
						 | 
				
			
			@ -1313,7 +1238,6 @@ msgstr "Nie znaleziono certyfikatów do podpisu w {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Brak takiego pakietu: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1348,7 +1272,6 @@ msgstr "Nic nie robić w {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Teraz ustaw je w config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1378,19 +1301,17 @@ msgstr "Jeden z elementów 'github_releases' nie posiada wartości 'projectUrl'.
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Jeden z elementów 'github_releases' nie posiada wartości 'token'. pomijanie..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Tylko PNG i JPEG są obsługiwane dla grafiki, znaleziono: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Wydrukuj tylko różnice ze Sklepem Play"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "Przetwarzaj tylko aplikacje z automatycznymi aktualizacjami"
 | 
			
		||||
| 
						 | 
				
			
			@ -1399,10 +1320,6 @@ msgstr "Przetwarzaj tylko aplikacje z automatycznymi aktualizacjami"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Metody darowizn OpenCollective należą do OpenCollective: field"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opcje"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Wyjście raportu JSON do pliku o nazwie po APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1568,14 +1485,6 @@ msgstr "Usuwanie „{path}”"
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Zmień nazwy plików APK, które nie pasują do pliku package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Tryb aktualizacji RepoTrunk ma sens tylko w repozytoriach git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../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."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1884,11 +1793,6 @@ msgstr "Nieprawidłowy tag licencji \"{}\"! Używaj tylko tagów zgodnych z FSF
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Nieprawidłowy tag licencji \"{}\"! Używaj tylko tagów licencji skonfigurowanych w twoim pliku konfiguracji"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Nieoczekiwany cel dowiązania symbolicznego: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1898,7 +1802,6 @@ msgstr "Nieznany wpis {key} w {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Znaleziono nieznany wyjątek!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1936,6 +1839,7 @@ msgstr "Nierozpoznane pole aplikacji '{fieldname}' w '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Nierozpoznana flaga kompilacji '{build_flag}' w '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1966,11 +1870,6 @@ msgstr "Nieużywana ścieżka scandelete: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Nieużywana ścieżka scanignore: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Rozpakowywanie do %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Zaktualizuj informacje o repozytorium dla nowych pakietów"
 | 
			
		||||
| 
						 | 
				
			
			@ -1984,6 +1883,7 @@ msgstr "Zaktualizuj dziennik przejrzystości plików binarnych dla adresu URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData ma nieprawidłowy adres URL: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2003,11 +1903,7 @@ msgstr "UpdateCheckData nie jest prawidłowym adresem URL: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode jest ustawiony, ale wygląda na to, że checkupdates nie został jeszcze uruchomiony"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode jest ustawiony, ale wygląda na to, że checkupdates nie został jeszcze uruchomiony"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName jest ustawiony na znany identyfikator aplikacji, można go usunąć"
 | 
			
		||||
| 
						 | 
				
			
			@ -2022,27 +1918,10 @@ msgstr "Przesyłanie {apkfilename} do androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Przesyłanie {apkfilename} do virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Zastosowanie"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Użycie: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Użyj /HEAD zamiast /master czy /main, aby wskazać plik w domyślnej gałęzi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Użyj /HEAD zamiast/ master, aby wskazać plik w domyślnej gałęzi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Użyj `fdroid update -c`, aby go utworzyć."
 | 
			
		||||
| 
						 | 
				
			
			@ -2081,11 +1960,6 @@ msgstr "Używanie podpisu JAR"
 | 
			
		|||
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
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Korzystanie z androguard od \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2187,20 +2061,11 @@ msgstr "dodawanie pliku IdentityFile do {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "dodaj do {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "niejednoznaczna opcja: %(option)s może dopasować %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "niejednoznaczna opcja: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2214,11 +2079,13 @@ msgstr "Nie znaleziono apksignera! Nie można podpisać ani zweryfikować nowocz
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner nie znaleziono, jest wymagane do podpisania!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "Identyfikator aplikacji, na której ma działać"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2229,8 +2096,6 @@ msgstr "identyfikator aplikacji z opcjonalnym kodem wersji w postaci APPID [: VE
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url musi kończyć się na /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2249,7 +2114,7 @@ msgstr "próba połączenia odsłoniętego SSH w celu przetestowania klucza wdro
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "can not parse scrlib spec (not a string):' {}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "nie można otworzyć „%(filename)s”: %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2263,14 +2128,10 @@ msgstr "nie można otworzyć adresu URL innego niż https: „{}”"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "Nie można znaleźć wymaganych srclibs: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "nie może mieć wielu argumentów o różnych argumentach"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2289,14 +2150,6 @@ msgstr "klonowanie {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "polecenia z modułów plugin:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "złożony"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2328,10 +2181,6 @@ msgstr "nie można przeanalizować specyfikacji srclib (nie podano nazwy): '{}'"
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "could not parse srclib spec (no ref specified):' {}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "nie można przeanalizować specyfikacji srclib (za dużo znaków '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2356,8 +2205,6 @@ msgstr "plik zależności bez blokady"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "wdrożony dziennik procesów {path} do {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2375,8 +2222,6 @@ msgstr "nie udało się pobrać sygnatur skanera z „{}”"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "wykonywalny binarny, ewentualnie kod"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2385,20 +2230,14 @@ msgstr[0] "oczekiwany argument %s"
 | 
			
		|||
msgstr[1] "oczekiwanych argumentów %s"
 | 
			
		||||
msgstr[2] "oczekiwane argumenty %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "spodziewano się co najmniej jednego argumentu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "spodziewano się co najwyżej jednego argumentu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "oczekiwano jednego argumentu"
 | 
			
		||||
| 
						 | 
				
			
			@ -2411,10 +2250,6 @@ msgstr "fdroid [<command>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "pobierz najnowszą wersję sygnatur z sieci"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "zmiennoprzecinkowy"
 | 
			
		||||
 | 
			
		||||
#: ../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."
 | 
			
		||||
| 
						 | 
				
			
			@ -2427,8 +2262,6 @@ msgstr "klon git svn nie powiódł się"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "plik archiwum gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2442,35 +2275,21 @@ msgstr "index-v1 musi mieć podpis, użyj `fdroid signindex` aby go utworzyć!"
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 musi mieć podpis, użyj `fdroid signindex`, aby go utworzyć!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "liczba całkowita (ang. integer)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "nieprawidłowe %(type)s wartość: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "nieprawidłowy wybór: %(value)r (wybierz z %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "niepoprawna wartość parametru conflict_resolution: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2508,8 +2327,6 @@ msgstr "mirror '%s'nie kończy się na 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "serwery lustrzane zostały ustawione dwukrotnie w config.yml i {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "wykluczające się wzajemnie argumenty muszą być opcjonalne"
 | 
			
		||||
| 
						 | 
				
			
			@ -2528,30 +2345,15 @@ msgstr "brak \"ikony\" w {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "nie dostarczono pakietu APK"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "brak takiej opcji: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "nie znaleziono informacji o wersji!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "nie znaleziono informacji o wersji"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "niedozwolone z argumentem %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2561,72 +2363,6 @@ msgstr "jeden z argumentów %s jest wymagany"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
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"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "opcja %s: nieprawidłowa %s wartość: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "opcja %s: nieprawidłowy wybór: %r (wybierz z %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opcja -%s nie został rozpoznany"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "opcja -%s wymaga argumentu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "opcja --%s nie może mieć argumentu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "opcja --%s nie jest to unikalny prefiks"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opcja --%s nie został rozpoznany"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "opcja --%s wymaga argumentu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "opcjonalne argumenty"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "opcje"
 | 
			
		||||
| 
						 | 
				
			
			@ -2636,8 +2372,6 @@ msgstr "opcje"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "nadpisanie istniejącego {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argumenty pozycyjne"
 | 
			
		||||
| 
						 | 
				
			
			@ -2670,10 +2404,6 @@ msgstr "repo_url musi kończyć się na /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync nie działa lub działa nieprawidłowo: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "nie zainstalowano ruamel.yaml, nie można zapisać metadanych."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2697,17 +2427,7 @@ msgstr "serverwebroot: ścieżka nie kończy się na \"fdroid\", być może mia
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "biblioteka współdzielona"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "pokaż numer wersji programu i zakończ"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "pokaż ten komunikat pomocy i zakończ"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2741,8 +2461,6 @@ msgstr "biblioteka statyczna"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "dostarczony referencyjny plik binarny umożliwił podpis {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2752,22 +2470,16 @@ msgstr "wymagane są następujące argumenty: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "prawda"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "nieoczekiwany ciąg opcji: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "nieznana składnia (parser) %(parser_name)r (wybierz: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2778,9 +2490,7 @@ msgstr "nierozpoznane argumenty: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "niebezpieczne uprawnienia na '{config_file}' (powinno być 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "stosowanie: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2810,21 +2520,19 @@ msgstr[2] "{0} apps, {1} kluczowych aliasów"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) nie ma metadanych!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} ma wiele {name} plików, wygląda jak exploit Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename} AndroidManifest.xml ma złą datę: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} nie ma nazwy! Zamiast tego używam identyfikatora aplikacji."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2845,7 +2553,6 @@ msgstr "{appid} zawiera zarówno pliki APK, jak i pliki: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} brakuje {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2886,11 +2593,6 @@ msgstr "{file} jest pusty lub uszkodzony!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" nie istnieje! Sprawdź \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} jest przestarzałe, użyj {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 1.1-680-ge1d3de71\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-02 21:32+0000\n"
 | 
			
		||||
"Last-Translator: ssantos <ssantos@web.de>\n"
 | 
			
		||||
"Language-Team: Portuguese <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -56,11 +56,6 @@ msgstr "\"local_copy_dir\" {path} não existe!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "'{apkfilename}' já está instalado no {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" contém {name} ({version}) desatualizado"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -86,17 +81,6 @@ msgstr "\"{path}\" está acessado por uma chave que não é permitida:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" não é uma URL válida!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "A opção %(option)s requer o argumento %(number)d"
 | 
			
		||||
msgstr[1] "A opção %(option)s requer os argumentos %(number)d"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -112,14 +96,6 @@ msgstr "%d APKs falharam a serem assinados ou verificados!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problemas encontrados"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opções]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -140,13 +116,6 @@ msgstr "%s tem um SHA-256 ruim: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s não é um campo criado aceito"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "opção %s não leva um valor"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' não foi encontrada em config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -167,8 +136,6 @@ msgstr "'keystorepass' não encontrada em config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' não encontrada em config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' é um argumento inválido para posicionadores"
 | 
			
		||||
| 
						 | 
				
			
			@ -182,11 +149,6 @@ msgstr "'sdk_path' não definido em 'config.yml'!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' é muito antigo, fdroid requer build-tools-{version} ou mais recente!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' será em ordem aleatória! Use () ou [] se a ordem for importante!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -197,7 +159,7 @@ msgstr "'{path}' falhou ao executar!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' tem um formato inválido, deveria ser um dicionário!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' não é um {field} válido em {appid}. Modelo regex: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -216,8 +178,6 @@ msgstr "--merge-request só é executado num único appid!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate falhou para {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() não definida"
 | 
			
		||||
| 
						 | 
				
			
			@ -308,10 +268,6 @@ msgstr "Ferramenta {cmd} do Android SDK não foi encontrada!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "A app tem binários, mas não tem AllowedAPKSigningKeys correspondentes para fixar o certificado."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "A app tem NoSourceSince ou ArchivePolicy \"0 versões\", mas AutoUpdateMode ou UpdateCheckMode não são Nenhum"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "A app tem NoSourceSince ou ArchivePolicy \"0 versions\" ou 0, mas AutoUpdateMode ou UpdateCheckMode não são None"
 | 
			
		||||
| 
						 | 
				
			
			@ -355,7 +311,6 @@ msgstr "Tipo de entrada \"{mirrortype}\" incorreto na configuração de espelhos
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "URL base para espelhar, pode incluir a chave de assinatura de índice usando a cadeia de consulta: ?fingerprint ="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -411,11 +366,13 @@ msgstr[1] "Não é possível construir devido a erros {} durante a digitalizaç
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Não é possível reescrever \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "As categorias '%s' não são válidas"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "As categorias não são definidas"
 | 
			
		||||
| 
						 | 
				
			
			@ -468,20 +425,17 @@ msgstr "Definições contraditórias de \"{field}\" entre ficheiros .yml e fiche
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Argumentos conflitantes: \"--verbose\" e \"--quiet\" não podem ser especificados ao mesmo tempo."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Ficheiros de configuração conflitantes! Usando {newfile}, ignorando {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Não foi possível encontrar '{command}' no seu sistema"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Não foi possível encontrar o código de versão mais recente"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Não foi possível encontrar o nome da versão mais recente"
 | 
			
		||||
| 
						 | 
				
			
			@ -501,6 +455,7 @@ msgstr "Não foi possível abrir o APK {path} para análise: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Não foi possível analisar o tamanho \"{size}\", tipo \"{type}\" incorreto"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Não foi possível encontrar o ID da aplicação"
 | 
			
		||||
| 
						 | 
				
			
			@ -594,11 +549,6 @@ msgstr "Descrição '%s' é apenas o resumo da app"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "A descrição tem uma linha duplicada"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "A descrição tem a lista (%s), mas não tem marcadores (*), nem é numerada (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -655,11 +605,6 @@ msgstr "Descarregue o F-Droid.apk utilizando espelhos que vazam menos para a red
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Descarregar espelhos completos de repos pequenos"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "A descarregar %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "O descarregamento do repositório já falhou uma vez, não tento novamente."
 | 
			
		||||
| 
						 | 
				
			
			@ -693,14 +638,6 @@ msgstr "ERRO: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ERRO: o subcomando \"server\" foi removido, use \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ERRO: este comando nunca deve ser usado para espelhar f-Droid.org!\n"
 | 
			
		||||
"Um espelho completo de f-Droid.org requer mais que 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ERRO: tipo de CI sem suporte, patches são bem-vindos!"
 | 
			
		||||
| 
						 | 
				
			
			@ -847,10 +784,6 @@ msgstr "O ficheiro desapareceu enquanto era processado: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Terminado"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Os métodos de doação do Flattr pertencem no campo FlattrID:"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Tags HTML proibidos"
 | 
			
		||||
| 
						 | 
				
			
			@ -882,7 +815,6 @@ msgstr "Ficheiro de financiamento ruim \"{path}\" encontrado para \"{name}\":"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "appids inválidos encontrados em argumentos"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "versionCodes inválidos encontrados para algumas apps"
 | 
			
		||||
| 
						 | 
				
			
			@ -947,15 +879,13 @@ msgstr "Git clean falhou"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch falhou"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune falhou"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head falhou: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git reset falhou"
 | 
			
		||||
| 
						 | 
				
			
			@ -1090,16 +1020,12 @@ msgstr "VercodeOperation inválido: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation inválido: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ID da aplicação {appid} inválido"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Booleano inválido '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Lista com marcadores inválida"
 | 
			
		||||
| 
						 | 
				
			
			@ -1310,7 +1236,6 @@ msgstr "Nenhum certificado de assinatura encontrado em {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Nenhum pacote desses: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1345,7 +1270,6 @@ msgstr "Nada a fazer para {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Agora configure estes em config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1375,19 +1299,17 @@ msgstr "Um dos itens de configuração 'github_releases' não tem o valor 'proje
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Um dos itens de configuração 'github_releases' não tem o valor 'token'. A ignorar ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Somente PNG e JPEG são suportados para gráficos, encontrado: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
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 apps com atualizações automáticas"
 | 
			
		||||
| 
						 | 
				
			
			@ -1396,10 +1318,6 @@ msgstr "Processar apenas apps com atualizações automáticas"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Os métodos de doação OpenCollective pertencem no campo OpenCollective:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opções"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Saída de relatório JSON para ficheiro nomeado após APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1565,14 +1483,6 @@ msgstr "A remover {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Renomear todos os ficheiros APKs que não correspondem com package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "O modo de atualização repoTrunk só faz sentido em repositórios de git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../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/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1880,11 +1790,6 @@ msgstr "Etiqueta de licença \"{}\" inesperada! Use somente as etiquetas aprovad
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Etiqueta de licença \"{}\" inesperada! Use somente as etiquetas de licença configuradas no seu ficheiro de configuração"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Alvo symlink inesperado: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1894,7 +1799,6 @@ msgstr "Entrada {key} desconhecida em {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Exceção desconhecida!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1932,6 +1836,7 @@ msgstr "Campo de aplicação '{fieldname}' não reconhecido em '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Bandeira de compilação '{build_flag}' não reconhecida em '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1962,11 +1867,6 @@ msgstr "O caminho de scandelete não é usado: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "O caminho de scanignore não é usado: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "A descompactar para %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Atualizar a informação do repositório para novos pacotes"
 | 
			
		||||
| 
						 | 
				
			
			@ -1980,6 +1880,7 @@ msgstr "Atualizar o registo de transparência de binário para um URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData tem URL inválido: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1999,11 +1900,7 @@ msgstr "UpdateCheckData não é uma URL válida: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode está definido, mas parece que o updatecheckupdates ainda não foi executado"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName (o nome da verificação de atualização) é definido como o ID comun da aplicação - pode ser removido"
 | 
			
		||||
| 
						 | 
				
			
			@ -2018,27 +1915,10 @@ msgstr "A enviar {apkfilename} ao androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "A enviar {apkfilename} ao virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Utilização"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Utilização: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Use /HEAD em vez de /master ou /main para apontar a um ficheiro no ramo predefinido"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Use /HEAD em vez de /master para apontar num ficheiro na ramificação predefinida"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Use ' fdroid update -c ' para criá-lo."
 | 
			
		||||
| 
						 | 
				
			
			@ -2077,11 +1957,6 @@ msgstr "A usar a assinatura JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Usando o jarsigner de Java, não recomendado para verificar APKs! Use apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Usando androguard de \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2183,20 +2058,11 @@ msgstr "adicionando IdentityFile a {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "adicionando a {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "opção ambígua: %(option)s poderia corresponder %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "opção ambígua: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2210,11 +2076,13 @@ msgstr "apksigner não encontrado! Não é possível assinar ou verificar APKs m
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "Nenhum apksigner encontrado, é necessário para assinar!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID de aplicação do ficheiro para operar"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2225,8 +2093,6 @@ msgstr "applicationID com versionCode opcional na forma APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url precisa de terminar com /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2245,7 +2111,7 @@ msgstr "tentar a conexão nua por SSH para testar a implantação da chave:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "não é possível analisar as especificações do scrlib (não é uma cadeia): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "não é possível abrir '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2259,14 +2125,10 @@ msgstr "não é possível abrir o url não-https: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "não é possível encontrar os srclibs necessários: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "não é possível ter vários argumentos de subparser"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2285,14 +2147,6 @@ msgstr "clonagem {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "comandos dos módulos de plugin:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complexo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2323,10 +2177,6 @@ msgstr "não foi possível analisar a especificação srclib (nenhum nome especi
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "não foi possível analisar a especificação srclib (referência não especificada): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "não foi possível analisar a especificação srclib (demais símbolos '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2351,8 +2201,6 @@ msgstr "ficheiro de dependência sem bloqueio"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "registo de processo implantado {path} a {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2370,8 +2218,6 @@ msgstr "a descarga de assinaturas de scanner de '{}' falhou"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "binário executável, possivelmente código"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2379,20 +2225,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "%s argumento esperado"
 | 
			
		||||
msgstr[1] "%s argumentos esperados"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "esperado pelo menos um argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "esperado um argumento no máximo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "esperado um argumento"
 | 
			
		||||
| 
						 | 
				
			
			@ -2405,10 +2245,6 @@ msgstr "fdroid [<comando>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "buscar a versão de assinaturas mais recente da Web"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "ponto flutuante"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "Forçar os erros de metadados (padrão) para serem avisos, ou para serem ignorados."
 | 
			
		||||
| 
						 | 
				
			
			@ -2421,8 +2257,6 @@ msgstr "git svn clone falhou"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "arquivo de ficheiros gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2436,35 +2270,21 @@ msgstr "index-v1 deve ter uma assinatura, use ' fdroid signindex ' para criá-lo
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 deve ter uma assinatura, use droid signindex` para o criar!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "inteiro"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "valor inválido do tipo %(type)s: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "opção inválida: %(value)r (escolha de %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "valor conflict_resolution inválido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2502,8 +2322,6 @@ msgstr "espelho '%s' não termina com 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "espelhos (mirrors) definidos duas vezes, em config.yml e em {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "argumentos mutuamente exclusivos devem ser opcional"
 | 
			
		||||
| 
						 | 
				
			
			@ -2522,30 +2340,15 @@ msgstr "nenhum \"ícone\" em {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "nenhum APK fornecido"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "não tem tal opção: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "não há informações de versão encontrada!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "nenhuma informação de versão encontrada"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "não é permitido com o argumento %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2555,72 +2358,6 @@ msgstr "um dos argumentos %s é necessário"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "apenas aceita cadeias, listas e tuplos"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "opção %s: se realmente deseja instalar todas as apps assinadas, use --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "Opção %s: valor %s inválido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "opção %s: escolha inválida: %r (escolha entre %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opção -%s não reconhecida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "opção -%s requer um argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "opção --%s não pode ter argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "opção --%s não é prefixo único"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opção --%s não reconhecida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "opção --%s necessita argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argumentos opcionais"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "opções"
 | 
			
		||||
| 
						 | 
				
			
			@ -2630,8 +2367,6 @@ msgstr "opções"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "sobrescrevendo {path} existente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argumentos posicionais"
 | 
			
		||||
| 
						 | 
				
			
			@ -2664,10 +2399,6 @@ msgstr "repo_url precisa de terminar com /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync está ausente ou quebrado: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "o ruamel.yaml não está instalado, não é possível escrever metadados."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2691,17 +2422,7 @@ msgstr "serverwebroot: o caminho não termina com \"fdroid\", talvez queria usar
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "biblioteca partilhada"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "mostrar versão do programa e sair"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "mostrar esta ajuda e sair"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2735,8 +2456,6 @@ msgstr "biblioteca estática"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "o binário de referência fornecido tem o assinante permitido {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2746,22 +2465,16 @@ msgstr "os seguintes argumentos são necessários: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "verdadeiro"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "opção de cadeia de texto inesperada: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "O formato '%(parser_name)r' é desconhecido. (Opções Válidas: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2772,9 +2485,7 @@ msgstr "argumentos não reconhecidos: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "permissões inseguras em '{config_file}' (deveria ser 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "utilização: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2803,21 +2514,19 @@ msgstr[1] "{0} apps, {1} aliases chave"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) não tem metadados!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} tem vários ficheiros {name} que, parece explorar a Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "AndroidManifest.xml do {apkfilename} tem uma data má: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} não tem um nome! A usar o ID da aplicação em vez disso."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2838,7 +2547,6 @@ msgstr "{appid} tem APKs e ficheiros: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} tem falta de {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2879,11 +2587,6 @@ msgstr "{file} está em branco ou corrompido!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" não existe! Corrija-o no \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} está obsoleto, use {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,9 +19,9 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-20 01:45+0000\n"
 | 
			
		||||
"Last-Translator: Igor Rückert <igorruckert@yahoo.com.br>\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-21 18:43+0000\n"
 | 
			
		||||
"Last-Translator: LucasMZ <git@lucasmz.dev>\n"
 | 
			
		||||
"Language-Team: Portuguese (Brazil) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_BR/>\n"
 | 
			
		||||
"Language: pt_BR\n"
 | 
			
		||||
"MIME-Version: 1.0\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -54,7 +54,7 @@ msgstr "\"%s/\" não tem arquivo de metadados correspondente!"
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "\"isPrimary\" key should not be added to mirrors!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "A chave \"isPrimary\" não deve ser adicionada em espelhos!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -66,11 +66,6 @@ msgstr "O diretório raiz para \"local_copy_dir\" {path} não existe!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" já está instalado em {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" contém {name} ({version}) desatualizado"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -96,17 +91,6 @@ msgstr "\"{path}\" é assinado por uma chave que não é permitida:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" não é uma URL válida!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "opção %(option)s necessita %(number)d argumento"
 | 
			
		||||
msgstr[1] "opção %(option)s necessita %(number)d argumentos"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -122,14 +106,6 @@ msgstr "%d APKs falharam em serem assinados ou verificados!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problemas encontrados"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opções]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -150,13 +126,6 @@ msgstr "%s tem SHA-256 ruim: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s não é um campo criado aceito"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "opção %s não leva um valor"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' não foi encontrada em config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -177,8 +146,6 @@ msgstr "'keystorepass' não encontrada em config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' não encontrada em config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' é um argumento inválido para posicionadores"
 | 
			
		||||
| 
						 | 
				
			
			@ -192,11 +159,6 @@ msgstr "\"sdk_path\" não definido em config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' é muito antigo, fdroid requer build-tools-{version} ou mais recente!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' será em ordem aleatória! Use () ou [] se a ordem for importante!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -207,7 +169,7 @@ msgstr "'{path}' falhou ao executar!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' tem um formato inválido, deveria ser um dicionário!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' não é um{field} válido em {appid}. Regex padrão: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -226,8 +188,6 @@ msgstr "--merge-request roda somente com um único appid!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate falhou para {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() não definida"
 | 
			
		||||
| 
						 | 
				
			
			@ -318,10 +278,6 @@ msgstr "A ferramenta SDK do Android {cmd} não foi encontrada!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "O aplicativo tem binários, mas não tem AllowedAPKSigningKeys correspondentes para fixar o certificado."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "O aplicativo tem NoSourceSince ou ArchivePolicy \"0 versões\", mas AutoUpdateMode ou UpdateCheckMode não são None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "O aplicativo tem NoSourceSince ou ArchivePolicy \"0 versões\" ou 0, mas AutoUpdateMode ou UpdateCheckMode não são None"
 | 
			
		||||
| 
						 | 
				
			
			@ -365,7 +321,6 @@ msgstr "Tipo de entrada incorreto \"{mirrortype}\" na configuração de espelhos
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "URL base para espelhar, pode incluir a chave de assinatura de índice usando a string de consulta:? Fingerprint ="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -421,11 +376,13 @@ msgstr[1] "Não é possível criar devido a {} erros durante a digitalização"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Não é possível reescrever \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Categorias '%s' não são válidas"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "As categorias não estão definidas"
 | 
			
		||||
| 
						 | 
				
			
			@ -478,20 +435,17 @@ msgstr "Definições conflitantes de \"{field}\" entre arquivos .yml e localizad
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Argumentos conflitantes: \"--verbose\" e \"--quiet\" não podem ser especificados ao mesmo tempo."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Arquivos de configuração conflitantes! Usando {newfile}, ignorando {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Impossível encontrar '{command}' em seu sistema"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Não foi possível encontrar o código da versão mais recente"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Não foi possível encontrar o nome da versão mais recente"
 | 
			
		||||
| 
						 | 
				
			
			@ -511,6 +465,7 @@ msgstr "Impossível abrir o APK {path} para análise: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Não foi possível analisar o tamanho \"{size}\", tipo incorreto \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Não foi possível encontrar o ID do aplicativo"
 | 
			
		||||
| 
						 | 
				
			
			@ -604,11 +559,6 @@ msgstr "Descrição '%s' é apenas o resumo do app"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Descrição tem uma linha duplicada"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Descrição tem uma lista (%s), mas não é com marcadores (*) nem numerada (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -665,11 +615,6 @@ msgstr "Faça o download do F-Droid.apk usando mirrors (sites espelhos) que vaza
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Faça o download de espelhos completos de pequenos repositórios"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Baixando %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "O download do repositório já falhou uma vez, não tente novamente."
 | 
			
		||||
| 
						 | 
				
			
			@ -703,14 +648,6 @@ msgstr "ERRO: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ERRO: o subcomando \"server\" foi removido, use \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ERRO: este comando nunca deve ser usado para espelhar o f-droid.org!\n"
 | 
			
		||||
"Um espelho completo de f-droid.org requer mais de 200 GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ERRO: tipo de IC não suportado, correções bem-vindas!"
 | 
			
		||||
| 
						 | 
				
			
			@ -857,10 +794,6 @@ msgstr "O arquivo desapareceu enquanto era processado: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Acabado"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Métodos de doação Flattr pertencem ao campo FlattrID"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Tags HTML proibidas"
 | 
			
		||||
| 
						 | 
				
			
			@ -892,7 +825,6 @@ msgstr "Encontrado arquivo inválido \"{path}\" de financiamento para \"{name}\"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Encontrou apps inválidos em argumentos"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Encontrado versões de códigos inválidas para alguns apps"
 | 
			
		||||
| 
						 | 
				
			
			@ -957,15 +889,13 @@ msgstr "Falha ao limpar o Git"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Falha no 'fetch' do Git"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Falha na remoção do Git"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head falhou: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Falha no 'reset' do Git"
 | 
			
		||||
| 
						 | 
				
			
			@ -1100,16 +1030,12 @@ msgstr "Versão de Operação de Código inválido: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Versão de Operação de Código inválido: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ID do aplicativo {appid} inválido"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Booleano inválido '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Lista com marcadores inválida"
 | 
			
		||||
| 
						 | 
				
			
			@ -1225,7 +1151,7 @@ msgstr "Profundidade máxima de recursão no arquivo ZIP atingida: %s"
 | 
			
		|||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Mirror config for {url} contains \"isPrimary\" key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "A configuração de espelho de {url} contém a chave \"isPrimary\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid "Mirror the full repo and archive, all file types."
 | 
			
		||||
| 
						 | 
				
			
			@ -1320,7 +1246,6 @@ msgstr "Nenhum certificado de assinatura encontrado em {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Nenhum pacote desse tipo: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1355,7 +1280,6 @@ msgstr "Nada a fazer para {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Agora defina estes em config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1385,19 +1309,17 @@ msgstr "Um dos itens de configuração 'github_releases' está faltando o valor
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Um dos itens de configuração 'github_releases' está faltando o valor 'token'. ignorando ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Apenas PNG e JPEG são suportados para gráficos, encontrados: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr "Aceita apenas uma única chave \"env\""
 | 
			
		||||
 | 
			
		||||
#: ../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 apps com atualizações automáticas"
 | 
			
		||||
| 
						 | 
				
			
			@ -1406,10 +1328,6 @@ msgstr "Processar apenas apps com atualizações automáticas"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Os métodos de doação opencollective pertencem ao campo OpenCollective"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opções"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Exporte a saída do relatório JSON para um nome de arquivo após APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1575,14 +1493,6 @@ msgstr "Removendo {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Renomeia arquivos APK que não correspondem a pacote.nome_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "O modo de atualização repoTrunk só faz sentido em repositórios git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../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/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1890,11 +1800,6 @@ msgstr "A etiqueta da licença foi inesperada \"{}\"! Use apenas etiquetas FSF o
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "A etiqueta da licença foi inesperada \"{}\"! Use apenas as etiquetas configuradas no seu arquivo de configuração"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Destino de symlink inesperado: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1904,7 +1809,6 @@ msgstr "Entrada desconhecida {key} em {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Exceção desconhecida encontrada!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1942,6 +1846,7 @@ msgstr "O campo '{fieldname}' não foi reconhecido em '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "O sinalizador de construção '{build_flag}' desconhecido em '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1972,11 +1877,6 @@ msgstr "Caminho scandelete não usado: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Caminho scanignore não usado: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Descompactando para %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Atualiza as informações do repositório para novos pacotes"
 | 
			
		||||
| 
						 | 
				
			
			@ -1990,6 +1890,7 @@ msgstr "Atualiza o log de transparência de um binário para um URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData tem URL inválido: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2009,11 +1910,7 @@ msgstr "UpdateCheckData não é uma URL válida: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode está definido, mas parece que o updatecheckupdates ainda não foi executado"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName (atualização da verificação do nome) é definido como o ID comun do aplicativo - pode ser removido"
 | 
			
		||||
| 
						 | 
				
			
			@ -2028,27 +1925,10 @@ msgstr "Enviando o {apkfilename} para o androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Enviando o {apkfilename} para o virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Uso"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Uso: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Use /HEAD em vez de /master ou /main para apontar para um arquivo na ramificação padrão"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Use /HEAD em vez de /master para apontar em um arquivo na ramificação predefinida"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Use ' fdroid update -c ' para criá-lo."
 | 
			
		||||
| 
						 | 
				
			
			@ -2087,11 +1967,6 @@ msgstr "Usando assinatura JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Usando o jarsigner de Java, não recomendado para verificar APKs! Use apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Usando androguard de \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2193,20 +2068,11 @@ msgstr "adicionando IdentityFile a {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "adicionando a {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "opção ambígua: %(option)s pode corresponder a %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "opção ambígua: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2220,11 +2086,13 @@ msgstr "apksigner não encontrado! Não é possível assinar ou verificar APKs m
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "o apksigner não foi encontrado, ele é necessário para assinar!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID de aplicação do arquivo para operar"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2235,8 +2103,6 @@ msgstr "applicationId com versionCode opcional na forma APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url precisa terminar com /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2255,7 +2121,7 @@ msgstr "tentando uma conexão SSH vazia para testar a chave de implantação:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "não é possível analisar a especificação scrlib (não uma string): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "não é possível abrir '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2269,14 +2135,10 @@ msgstr "não é possível abrir a url não-https: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "não é possível encontrar os srclibs necessários: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "não é possível ter vários argumentos de subparser"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2295,14 +2157,6 @@ msgstr "clonagem {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "comandos a partir dos módulos de plugin:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complexo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2333,10 +2187,6 @@ msgstr "não foi possível analisar a especificação srclib (nenhum nome especi
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "não foi possível analisar a especificação srclib (referência sem especificação): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "não foi possível analisar a especificação srclib (excesso de sinais '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2361,8 +2211,6 @@ msgstr "arquivo de dependência sem bloqueio"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "registro de processo implantado {path} para {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2380,8 +2228,6 @@ msgstr "o download de assinaturas de scanner de '{}' falhou"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "binário executável, possivelmente código"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2389,20 +2235,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "foi previsto %s argumento"
 | 
			
		||||
msgstr[1] "foi previsto %s argumentos"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "esperado pelo menos um argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "esperado um argumento no máximo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "esperado um argumento"
 | 
			
		||||
| 
						 | 
				
			
			@ -2415,10 +2255,6 @@ msgstr "fdroid [<comando>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "obter a versão de assinaturas mais recente da Web"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "ponto flutuante"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "Forçar os erros de metadados (padrão) para serem avisos, ou para serem ignorados."
 | 
			
		||||
| 
						 | 
				
			
			@ -2431,8 +2267,6 @@ msgstr "git svn clone falhou"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "arquivo gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2446,35 +2280,21 @@ msgstr "index-v1 deve ter uma assinatura, use ' fdroid signindex ' para criá-lo
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 deve ter uma assinatura, use droid signindex` para criá-la!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "inteiro"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "valor inválido do tipo %(type)s: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "opção inválida: %(value)r (escolha de %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "valor conflict_resolution inválido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2512,8 +2332,6 @@ msgstr "espelho '%s' não termina com 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "espelhos (mirrors) definidos duas vezes, em config.yml e {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "argumentos mutuamente exclusivos devem ser opcional"
 | 
			
		||||
| 
						 | 
				
			
			@ -2532,30 +2350,15 @@ msgstr "nenhum \"ícone\" em {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "nenhum APK fornecido"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "não tem tal opção: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "não há informações de versão encontrada!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "nenhuma informação de versão encontrada"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "não é permitido com o argumento %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2565,72 +2368,6 @@ msgstr "um dos argumentos %s é necessário"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "apenas aceita cadeias, listas e tuplos"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "opção %s: se você realmente deseja instalar todas as apps assinadas, use --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "Opção %s: valor %s inválido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "opção %s: escolha inválida: %r (escolha entre %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opção -%s não reconhecida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "a opção -%s necessita de argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "opção --%s não pode ter argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "opção --%s não é prefixo único"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opção --%s não reconhecida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "opção --%s necessita argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argumentos opcionais"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "opções"
 | 
			
		||||
| 
						 | 
				
			
			@ -2640,8 +2377,6 @@ msgstr "opções"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "sobrescrevendo {path} existente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argumentos posicionais"
 | 
			
		||||
| 
						 | 
				
			
			@ -2674,10 +2409,6 @@ msgstr "repo_url precisa terminar com /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync está ausente ou quebrado: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "o ruamel.yaml não está instalado, não é possível escrever os metadados."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2701,17 +2432,7 @@ msgstr "serverwebroot: o caminho não termina com \"fdroid\", talvez você tenha
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "biblioteca compartilhada"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "mostra o número da versão do programa e sai"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "mostra esta mensagem de ajuda e sai"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2745,8 +2466,6 @@ msgstr "biblioteca estática"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "o binário de referência fornecido autorizou o signatário {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2756,22 +2475,16 @@ msgstr "os seguintes argumentos são necessários: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "verdadeiro"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "opção de cadeia de texto inesperada: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "O formato '%(parser_name)r' é desconhecido. (Opções Válidas: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2782,9 +2495,7 @@ msgstr "argumentos não reconhecidos: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "permissões inseguras em '{config_file}' (deveria ser 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "uso: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2813,21 +2524,19 @@ msgstr[1] "{0} apls, {1} codinome de chaves"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) não tem metadados!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} tem vários arquivos {name} que, parece explorar a Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "AndroidManifest.xml do {apkfilename} tem uma data má: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} não tem um nome! Usando o ID do applicativo em vez disso."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2848,7 +2557,6 @@ msgstr "{appid} tem APKs e arquivos: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} tem falta de {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2889,11 +2597,6 @@ msgstr "o {file} está vazio ou está corrompido!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" não existe! Corrija-o no \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} foi descontinuado, use {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-02 21:32+0000\n"
 | 
			
		||||
"Last-Translator: ssantos <ssantos@web.de>\n"
 | 
			
		||||
"Language-Team: Portuguese (Portugal) <https://hosted.weblate.org/projects/f-droid/fdroidserver/pt_PT/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -58,11 +58,6 @@ msgstr "\"local_copy_dir\" {path} não existe!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "'{apkfilename}' já está instalado no {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" contém {name} ({version}) desatualizado"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -88,17 +83,6 @@ msgstr "\"{path}\" está acessado por uma chave que não é permitida:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" não é uma URL válida!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "A opção %(option)s requer o argumento %(number)d"
 | 
			
		||||
msgstr[1] "A opção %(option)s requer os argumentos %(number)d"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -114,14 +98,6 @@ msgstr "%d APKs falharam a serem assinados ou verificados!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problemas encontrados"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opções]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -142,13 +118,6 @@ msgstr "%s tem um SHA-256 ruim: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s não é um campo criado aceito"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "opção %s não leva um valor"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' não foi encontrada em config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -169,8 +138,6 @@ msgstr "'keystorepass' não encontrada em config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' não encontrada em config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' é um argumento inválido para posicionadores"
 | 
			
		||||
| 
						 | 
				
			
			@ -184,11 +151,6 @@ msgstr "'sdk_path' não definido em 'config.yml'!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' é muito antigo, fdroid requer build-tools-{version} ou mais recente!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' será em ordem aleatória! Use () ou [] se a ordem for importante!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -199,7 +161,7 @@ msgstr "'{path}' falhou ao executar!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' tem um formato inválido, deveria ser um dicionário!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' não é um {field} válido em {appid}. Modelo regex: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -218,8 +180,6 @@ msgstr "--merge-request só é executado num único appid!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate falhou para {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() não definida"
 | 
			
		||||
| 
						 | 
				
			
			@ -310,10 +270,6 @@ msgstr "Ferramenta {cmd} do Android SDK não foi encontrada!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "A app tem binários, mas não tem AllowedAPKSigningKeys correspondentes para fixar o certificado."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "A app tem NoSourceSince ou ArchivePolicy \"0 versões\", mas AutoUpdateMode ou UpdateCheckMode não são Nenhum"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "A app tem NoSourceSince ou ArchivePolicy \"0 versions\" ou 0, mas AutoUpdateMode ou UpdateCheckMode não são None"
 | 
			
		||||
| 
						 | 
				
			
			@ -357,7 +313,6 @@ msgstr "Tipo de entrada \"{mirrortype}\" incorreto na configuração de espelhos
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "URL base para espelhar, pode incluir a chave de assinatura de índice usando a cadeia de consulta: ?fingerprint ="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -413,11 +368,13 @@ msgstr[1] "Não é possível construir devido a erros {} durante a digitalizaç
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Não é possível reescrever \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "As categorias '%s' não são válidas"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "As categorias não são definidas"
 | 
			
		||||
| 
						 | 
				
			
			@ -470,20 +427,17 @@ msgstr "Definições contraditórias de \"{field}\" entre ficheiros .yml e fiche
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Argumentos conflitantes: \"--verbose\" e \"--quiet\" não podem ser especificados ao mesmo tempo."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Ficheiros de configuração conflitantes! Usando {newfile}, ignorando {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Não foi possível encontrar '{command}' no seu sistema"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Não foi possível encontrar o código de versão mais recente"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Não foi possível encontrar o nome da versão mais recente"
 | 
			
		||||
| 
						 | 
				
			
			@ -503,6 +457,7 @@ msgstr "Não foi possível abrir o APK {path} para análise: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Não foi possível analisar o tamanho \"{size}\", tipo \"{type}\" incorreto"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Não foi possível encontrar o ID da aplicação"
 | 
			
		||||
| 
						 | 
				
			
			@ -596,11 +551,6 @@ msgstr "Descrição '%s' é apenas o resumo da app"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "A descrição tem uma linha duplicada"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "A descrição tem a lista (%s), mas não tem marcadores (*), nem é numerada (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -657,11 +607,6 @@ msgstr "Descarregue o F-Droid.apk utilizando espelhos que vazam menos para a red
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Descarregar espelhos completos de repos pequenos"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "A descarregar %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "O descarregamento do repositório já falhou uma vez, não tento novamente."
 | 
			
		||||
| 
						 | 
				
			
			@ -695,14 +640,6 @@ msgstr "ERRO: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ERRO: o subcomando \"server\" foi removido, use \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ERRO: este comando nunca deve ser usado para espelhar f-Droid.org!\n"
 | 
			
		||||
"Um espelho completo de f-Droid.org requer mais que 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ERRO: tipo de CI sem suporte, patches são bem-vindos!"
 | 
			
		||||
| 
						 | 
				
			
			@ -849,10 +786,6 @@ msgstr "O ficheiro desapareceu enquanto era processado: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Terminado"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Os métodos de doação do Flattr pertencem no campo FlattrID:"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Tags HTML proibidos"
 | 
			
		||||
| 
						 | 
				
			
			@ -884,7 +817,6 @@ msgstr "Ficheiro de financiamento ruim \"{path}\" encontrado para \"{name}\":"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "appids inválidos encontrados em argumentos"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "versionCodes inválidos encontrados para algumas apps"
 | 
			
		||||
| 
						 | 
				
			
			@ -949,15 +881,13 @@ msgstr "Git clean falhou"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch falhou"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune falhou"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head falhou: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git reset falhou"
 | 
			
		||||
| 
						 | 
				
			
			@ -1092,16 +1022,12 @@ msgstr "VercodeOperation inválido: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation inválido: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ID da aplicação {appid} inválido"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Booleano inválido '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Lista com marcadores inválida"
 | 
			
		||||
| 
						 | 
				
			
			@ -1312,7 +1238,6 @@ msgstr "Nenhum certificado de assinatura encontrado em {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Nenhum pacote desses: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1347,7 +1272,6 @@ msgstr "Nada a fazer para {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Agora configure estes em config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1377,19 +1301,17 @@ msgstr "Um dos itens de configuração 'github_releases' não tem o valor 'proje
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Um dos itens de configuração 'github_releases' não tem o valor 'token'. A ignorar ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Somente PNG e JPEG são suportados para gráficos, encontrado: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
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 apps com atualizações automáticas"
 | 
			
		||||
| 
						 | 
				
			
			@ -1398,10 +1320,6 @@ msgstr "Processar apenas apps com atualizações automáticas"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Os métodos de doação OpenCollective pertencem no campo OpenCollective:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opções"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Saída de relatório JSON para ficheiro nomeado após APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1567,14 +1485,6 @@ msgstr "A remover {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Renomear todos os ficheiros APKs que não correspondem com package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "O modo de atualização repoTrunk só faz sentido em repositórios de git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../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/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1882,11 +1792,6 @@ msgstr "Etiqueta de licença \"{}\" inesperada! Use somente as etiquetas aprovad
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Etiqueta de licença \"{}\" inesperada! Use somente as etiquetas de licença configuradas no seu ficheiro de configuração"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Alvo symlink inesperado: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1896,7 +1801,6 @@ msgstr "Entrada {key} desconhecida em {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Exceção desconhecida!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1934,6 +1838,7 @@ msgstr "Campo de aplicação '{fieldname}' não reconhecido em '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Bandeira de compilação '{build_flag}' não reconhecida em '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1964,11 +1869,6 @@ msgstr "O caminho de scandelete não é usado: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "O caminho de scanignore não é usado: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "A descompactar para %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Atualizar a informação do repositório para novos pacotes"
 | 
			
		||||
| 
						 | 
				
			
			@ -1982,6 +1882,7 @@ msgstr "Atualizar o registo de transparência de binário para um URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData tem URL inválido: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2001,11 +1902,7 @@ msgstr "UpdateCheckData não é uma URL válida: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode é definido, mas parece que likecheckupdates ainda não foi executado."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode está definido, mas parece que o updatecheckupdates ainda não foi executado"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName (o nome da verificação de atualização) é definido como o ID comun da aplicação - pode ser removido"
 | 
			
		||||
| 
						 | 
				
			
			@ -2020,27 +1917,10 @@ msgstr "A enviar {apkfilename} ao androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "A enviar {apkfilename} ao virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Utilização"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Utilização: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Use /HEAD em vez de /master ou /main para apontar a um ficheiro no ramo predefinido"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Use /HEAD em vez de /master para apontar num ficheiro na ramificação predefinida"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Use ' fdroid update -c ' para criá-lo."
 | 
			
		||||
| 
						 | 
				
			
			@ -2079,11 +1959,6 @@ msgstr "A usar a assinatura JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Usando o jarsigner de Java, não recomendado para verificar APKs! Use apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Usando androguard de \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2185,20 +2060,11 @@ msgstr "adicionando IdentityFile a {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "adicionando a {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "opção ambígua: %(option)s poderia corresponder %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "opção ambígua: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2212,11 +2078,13 @@ msgstr "apksigner não encontrado! Não é possível assinar ou verificar APKs m
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "Nenhum apksigner encontrado, é necessário para assinar!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID de aplicação do ficheiro para operar"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2227,8 +2095,6 @@ msgstr "applicationID com versionCode opcional na forma APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url precisa de terminar com /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2247,7 +2113,7 @@ msgstr "tentar a conexão nua por SSH para testar a implantação da chave:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "não é possível analisar as especificações do scrlib (não é uma cadeia): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "não é possível abrir '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2261,14 +2127,10 @@ msgstr "não é possível abrir o url não-https: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "não é possível encontrar os srclibs necessários: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "não é possível ter vários argumentos de subparser"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2287,14 +2149,6 @@ msgstr "clonagem {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "comandos dos módulos de plugin:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complexo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2325,10 +2179,6 @@ msgstr "não foi possível analisar a especificação srclib (nenhum nome especi
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "não foi possível analisar a especificação srclib (referência não especificada): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "não foi possível analisar a especificação srclib (demais símbolos '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2353,8 +2203,6 @@ msgstr "ficheiro de dependência sem bloqueio"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "registo de processo implantado {path} a {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2372,8 +2220,6 @@ msgstr "a descarga de assinaturas de scanner de '{}' falhou"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "binário executável, possivelmente código"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2381,20 +2227,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "%s argumento esperado"
 | 
			
		||||
msgstr[1] "%s argumentos esperados"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "esperado pelo menos um argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "esperado um argumento no máximo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "esperado um argumento"
 | 
			
		||||
| 
						 | 
				
			
			@ -2407,10 +2247,6 @@ msgstr "fdroid [<comando>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "buscar a versão de assinaturas mais recente da Web"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "ponto flutuante"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "Forçar os erros de metadados (padrão) para serem avisos, ou para serem ignorados."
 | 
			
		||||
| 
						 | 
				
			
			@ -2423,8 +2259,6 @@ msgstr "git svn clone falhou"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "arquivo de ficheiros gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2438,35 +2272,21 @@ msgstr "index-v1 deve ter uma assinatura, use ' fdroid signindex ' para criá-lo
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 deve ter uma assinatura, use droid signindex` para o criar!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "inteiro"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "valor inválido do tipo %(type)s: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "opção inválida: %(value)r (escolha de %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "valor conflict_resolution inválido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2504,8 +2324,6 @@ msgstr "espelho '%s' não termina com 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "espelhos (mirrors) definidos duas vezes, em config.yml e em {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "argumentos mutuamente exclusivos devem ser opcional"
 | 
			
		||||
| 
						 | 
				
			
			@ -2524,30 +2342,15 @@ msgstr "nenhum \"ícone\" em {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "nenhum APK fornecido"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "não tem tal opção: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "não há informações de versão encontrada!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "nenhuma informação de versão encontrada"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "não é permitido com o argumento %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2557,72 +2360,6 @@ msgstr "um dos argumentos %s é necessário"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "apenas aceita cadeias, listas e tuplos"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "opção %s: se realmente deseja instalar todas as apps assinadas, use --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "Opção %s: valor %s inválido: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "opção %s: escolha inválida: %r (escolha entre %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opção -%s não reconhecida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "opção -%s requer um argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "opção --%s não pode ter argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "opção --%s não é prefixo único"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opção --%s não reconhecida"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "opção --%s necessita argumento"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argumentos opcionais"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "opções"
 | 
			
		||||
| 
						 | 
				
			
			@ -2632,8 +2369,6 @@ msgstr "opções"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "sobrescrevendo {path} existente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argumentos posicionais"
 | 
			
		||||
| 
						 | 
				
			
			@ -2666,10 +2401,6 @@ msgstr "repo_url precisa de terminar com /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync está ausente ou quebrado: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "o ruamel.yaml não está instalado, não é possível escrever metadados."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2693,17 +2424,7 @@ msgstr "serverwebroot: o caminho não termina com \"fdroid\", talvez queria usar
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "biblioteca partilhada"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "mostrar versão do programa e sair"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "mostrar esta ajuda e sair"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2737,8 +2458,6 @@ msgstr "biblioteca estática"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "o binário de referência fornecido tem o assinante permitido {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2748,22 +2467,16 @@ msgstr "os seguintes argumentos são necessários: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "verdadeiro"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "opção de cadeia de texto inesperada: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "O formato '%(parser_name)r' é desconhecido. (Opções Válidas: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2774,9 +2487,7 @@ msgstr "argumentos não reconhecidos: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "permissões inseguras em '{config_file}' (deveria ser 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "utilização: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2805,21 +2516,19 @@ msgstr[1] "{0} apps, {1} aliases chave"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) não tem metadados!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} tem vários ficheiros {name} que, parece explorar a Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "AndroidManifest.xml do {apkfilename} tem uma data má: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} não tem um nome! A usar o ID da aplicação em vez disso."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2840,7 +2549,6 @@ msgstr "{appid} tem APKs e ficheiros: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} tem falta de {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2881,11 +2589,6 @@ msgstr "{file} está em branco ou corrompido!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" não existe! Corrija-o no \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} está obsoleto, use {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.0a5-27-gf24eae0f\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-12-02 17:00+0000\n"
 | 
			
		||||
"Last-Translator: Licaon Kter <licaon.kter@protonmail.com>\n"
 | 
			
		||||
"Language-Team: Romanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/ro/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -56,11 +56,6 @@ msgstr "\"local_copy_dir\" {path} nu există!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" este deja instalat pe {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" conține {name} ({version}) depășite"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -86,18 +81,6 @@ msgstr "\"{path}\" este semnat de o cheie care nu este permisă:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" nu este un URL valid!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "Opțiunea %(option)s necesită %(number)d argument"
 | 
			
		||||
msgstr[1] "Opțiunea %(option)s necesită %(number)d argumente"
 | 
			
		||||
msgstr[2] "Opțiunea %(option)s necesită %(number)d argumente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -113,14 +96,6 @@ msgstr "%d fișiere APK nu au putut fi semnate sau verificate!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d probleme găsite"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [opțiuni]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -141,13 +116,6 @@ msgstr "%s are un SHA-256 greșit: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s nu este un câmp de construcție acceptat"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "Opțiunea %s nu acceptă o valoare"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' nu a fost găsit în config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -168,8 +136,6 @@ msgstr "'keystorepass' nu se găsește în config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' nu se găsește în config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' este un argument invalid pentru poziționale"
 | 
			
		||||
| 
						 | 
				
			
			@ -183,11 +149,6 @@ msgstr "'sdk_path' nu este setat în 'config.yml'!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' este prea vechi, fdroid necesită build-tools-{version} sau mai nou!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' va fi în ordine aleatorie! Folosiți paranteze () sau [] dacă ordinea este importantă!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -198,7 +159,7 @@ msgstr "'{path}' nu a reușit să se execute!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' are un format invalid, ar trebui să fie un dicționar!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' nu este valid {field} în {appid}. Regex model: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -217,8 +178,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate a eșuat pentru {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() nu este definit"
 | 
			
		||||
| 
						 | 
				
			
			@ -309,10 +268,6 @@ msgstr "Instrumentul Android SDK {cmd} nu a fost găsit!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Aplicația are binare, dar nu are AllowedAPKSigningKeys corespunzătoare pentru a fixa certificatul."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "App are NoSourceSince sau ArchivePolicy \"0 versions\" dar AutoUpdateMode sau UpdateCheckMode nu sunt None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Aplicatia are NoSourceSince sau ArchivePolicy \"0 versions\" dar AutoUpdateMode sau UpdateCheckMode nu sunt None"
 | 
			
		||||
| 
						 | 
				
			
			@ -356,7 +311,6 @@ msgstr "Intrare de tip \"{mirrortype}\" greșită în configurația oglinzilor:
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "URL de bază pentru oglindire, poate include cheia de semnare a indexului folosind șirul de interogare: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -413,11 +367,13 @@ msgstr[2] "Nu se poate construi din cauza erorilor {} în timpul scanării"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Nu se poate rescrie \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Categoriile \"%s\" nu sunt valabile"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Categoriile nu sunt setate"
 | 
			
		||||
| 
						 | 
				
			
			@ -470,20 +426,17 @@ msgstr "Definiții \"{field}\" contradictorii între fișierele .yml și cele lo
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Argumente contradictorii: '--verbose' și '--quiet' nu pot fi specificate în același timp."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Fișiere de configurare conflictuale! Folosind {newfile}, ignorând {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Nu a putut găsi '{command}' pe sistemul dvs"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Nu a putut găsi codul ultimei versiuni"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Nu a putut găsi numele celei mai recente versiuni"
 | 
			
		||||
| 
						 | 
				
			
			@ -503,6 +456,7 @@ msgstr "Nu s-a putut deschide APK {path} pentru analiză: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Nu a putut analiza dimensiunea \"{size}\", tip greșit \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Nu s-a putut găsi ID-ul aplicației"
 | 
			
		||||
| 
						 | 
				
			
			@ -596,11 +550,6 @@ msgstr "Descrierea \"%s\" este doar un rezumat al aplicației"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Descrierea are o linie duplicată"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Descrierea are o listă (%s), dar nu este punctată (*) și nici numerotată (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -657,11 +606,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Descărcați oglinzi complete ale depozitelor mici"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Descărcare %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Descărcarea depozitului a eșuat deja o dată, nu mai încerc din nou."
 | 
			
		||||
| 
						 | 
				
			
			@ -695,14 +639,6 @@ msgstr "EROARE: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ERROR: Subcomanda \"server\" a fost eliminată, utilizați \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ERROR: această comandă nu ar trebui să fie folosită niciodată pentru a oglindi f-droid.org!\n"
 | 
			
		||||
"O oglindă completă a f-droid.org necesită mai mult de 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ERROR: tip CI neacceptat, patch-uri binevenite!"
 | 
			
		||||
| 
						 | 
				
			
			@ -849,10 +785,6 @@ msgstr "Fișierul a dispărut în timpul procesării acestuia: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Finalizat"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Metodele de donație Flattr fac parte din FlattrID: câmp"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Etichete HTML interzise"
 | 
			
		||||
| 
						 | 
				
			
			@ -884,7 +816,6 @@ msgstr "Am găsit un fișier de finanțare necorespunzător \"{path}\" pentru \"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Găsit appids invalid în argumente"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Am găsit coduri de versiune invalide pentru unele aplicații"
 | 
			
		||||
| 
						 | 
				
			
			@ -949,15 +880,13 @@ msgstr "Curățarea Git a eșuat"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch a eșuat"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git plum a eșuat"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head a eșuat: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Resetarea Git a eșuat"
 | 
			
		||||
| 
						 | 
				
			
			@ -1092,16 +1021,12 @@ msgstr "VercodeOperation invalid: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation invalidă: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ID-ul aplicației nevalabil {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Boolean invalid \"%s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Listă cu puncte invalidă"
 | 
			
		||||
| 
						 | 
				
			
			@ -1312,7 +1237,6 @@ msgstr "Nu s-au găsit certificate de semnare în {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Nu există un astfel de pachet: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1347,7 +1271,6 @@ msgstr "Nimic de făcut pentru {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Acum setați-le în config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1377,19 +1300,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Doar PNG și JPEG sunt acceptate pentru grafică, găsite: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Imprimă doar diferențele cu Play Store"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "Procesați numai aplicațiile cu actualizări automate"
 | 
			
		||||
| 
						 | 
				
			
			@ -1398,10 +1319,6 @@ msgstr "Procesați numai aplicațiile cu actualizări automate"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Metodele de donație OpenCollective aparțin OpenCollective: câmp"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Opțiuni"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Emite raportul JSON în fișierul numit după APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1567,14 +1484,6 @@ msgstr "Eliminarea lui {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Redenumiți fișierele APK care nu se potrivesc cu package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Modul de actualizare RepoTrunk are sens doar în depozitele git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Resetați și creați un nou server de construcție, chiar dacă cel existent pare să fie în regulă."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1884,11 +1793,6 @@ msgstr "Etichetă de licență neașteptată \"{}\"! Folosiți numai etichete ap
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Etichetă de licență neașteptată \"{}\"! Utilizați numai etichetele de licență configurate în fișierul de configurare"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Neașteptată țintă symlink: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1898,7 +1802,6 @@ msgstr "Intrare necunoscută {key} în {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "S-a găsit o excepție necunoscută!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1936,6 +1839,7 @@ msgstr "Câmp de aplicație nerecunoscut '{fieldname}' în '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Indicator de construcție nerecunoscut '{build_flag}' în '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1966,11 +1870,6 @@ msgstr "Calea de scanare a ștergerii neutilizată: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Cale de scanare neutilizată: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Decomprimarea la %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Actualizarea informațiilor repo pentru noile pachete"
 | 
			
		||||
| 
						 | 
				
			
			@ -1984,6 +1883,7 @@ msgstr "Actualizarea jurnalului de transparență binară pentru o adresă URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData are un URL invalid: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2003,11 +1903,7 @@ msgstr "UpdateCheckData nu este un URL valid: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode este setat, dar se pare că checkupdates nu a fost încă rulat."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode este setat, dar se pare că checkupdates nu a fost încă rulat"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName este setat la ID-ul cunoscut al aplicației, acesta poate fi eliminat"
 | 
			
		||||
| 
						 | 
				
			
			@ -2022,27 +1918,10 @@ msgstr "Încărcarea {apkfilename} pe androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Încărcarea {apkfilename} la virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Utilizare"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Utilizare: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Folosiți /HEAD în loc de /master sau /main pentru a indica un fișier din ramura implicită"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Folosiți /HEAD în loc de /master pentru a indica un fișier din ramura implicită"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Utilizați `fdroid update -c` pentru a-l crea."
 | 
			
		||||
| 
						 | 
				
			
			@ -2081,11 +1960,6 @@ msgstr "Folosind JAR Signature"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Folosind jarsigner de la Java, nu este recomandat pentru verificarea APK-urilor! Utilizați apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Folosind androguard din \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2187,20 +2061,11 @@ msgstr "adăugând IdentityFile la {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "adăugând la {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "opțiune ambiguă: %(option)s ar putea corespunde cu %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "opțiune ambiguă: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2214,11 +2079,13 @@ msgstr "apksigner nu a fost găsit! Nu se poate semna sau verifica APK-urile mod
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner nu a fost găsit, este necesar pentru a semna!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID-ul de aplicație al fișierului pe care se operează"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2229,8 +2096,6 @@ msgstr "ID-ul aplicației cu versionCode opțional sub forma APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url trebuie să se termine cu /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2249,7 +2114,7 @@ msgstr "încercând o conexiune SSH goală pentru a testa cheia de implementare:
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "nu poate analiza specificația scrlib (not a string): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "nu se poate deschide '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2263,14 +2128,10 @@ msgstr "nu se poate deschide un URL non-https: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "nu poate găsi srclibs necesare: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "nu poate avea mai multe argumente subparser"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2289,14 +2150,6 @@ msgstr "clonarea {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "comenzi din modulele plugin:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "complexă"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2328,10 +2181,6 @@ msgstr "nu a putut analiza specificația srclib (nu a fost specificat niciun num
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "nu a putut analiza specificația srclib (nu a fost specificat niciun ref): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "could not parse srclib spec (prea multe semne '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2356,8 +2205,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "a implementat jurnalul de proces {path} la {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2375,8 +2222,6 @@ msgstr "descărcarea semnăturilor de scaner de la '{}' a eșuat"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "binar executabil, eventual cod"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2385,20 +2230,14 @@ msgstr[0] "argument %s așteptat"
 | 
			
		|||
msgstr[1] "argumente %s așteptate"
 | 
			
		||||
msgstr[2] "argumente %s așteptate"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "se așteaptă cel puțin un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "se așteaptă cel mult un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "se așteaptă un singur argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2411,10 +2250,6 @@ msgstr "fdroid [<comandă>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "extrage cea mai recentă versiune de semnături de pe web"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "punct flotant"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "forțează erorile de metadate (implicit) să fie avertismente sau să fie ignorate."
 | 
			
		||||
| 
						 | 
				
			
			@ -2427,8 +2262,6 @@ msgstr "git svn clone a eșuat"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "Arhiva de fișiere gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2442,35 +2275,21 @@ msgstr "index-v1 trebuie să aibă o semnătură, folosiți `fdroid signindex` p
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 trebuie să aibă o semnătură, folosiți `fdroid signindex` pentru a o crea!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "întreg"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "invalid %(type)s valoare: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "alegere invalidă: %(value)r (alege din %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "valoare invalidă a rezoluției_conflictului: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2508,8 +2327,6 @@ msgstr "oglinda '%s' nu se termină cu 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "servere de rezervă duplicat, în config.yml și {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "argumentele care se exclud reciproc trebuie să fie opționale"
 | 
			
		||||
| 
						 | 
				
			
			@ -2528,30 +2345,15 @@ msgstr "nu există \" pictogramă \" în {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "nici un APK furnizat"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "nu există o astfel de opțiune: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "nu s-au găsit informații despre versiune!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "nu s-au găsit informații despre versiune"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "nu este permis cu argumentul %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2561,72 +2363,6 @@ msgstr "unul dintre argumentele %s este necesar"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "acceptă doar șiruri de caractere, liste și tupluri"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "opțiunea %s: Dacă doriți cu adevărat să instalați toate aplicațiile semnate, utilizați --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "opțiunea %s: valoare %s invalidă: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "opțiunea %s: alegere invalidă: %r (alege din %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "opțiunea -%s nerecunoscută"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "opțiunea -%s necesită argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "opțiunea --%s nu trebuie să aibă un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "opțiunea --%s nu este un prefix unic"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "opțiunea --%s nerecunoscută"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "opțiunea --%s necesită un argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argumente opționale"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "opțiuni"
 | 
			
		||||
| 
						 | 
				
			
			@ -2636,8 +2372,6 @@ msgstr "opțiuni"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "suprascriere {path} existent"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argumente poziționale"
 | 
			
		||||
| 
						 | 
				
			
			@ -2670,10 +2404,6 @@ msgstr "repo_url trebuie să se termine cu /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync lipsește sau este nefuncțional: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml nu este instalat, nu poate scrie metadatele."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2697,17 +2427,7 @@ msgstr "serverwebroot: calea nu se termină cu \"fdroid\", poate că v-ați refe
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "bibliotecă partajată"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "arată numărul versiunii programului și iese"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "arată acest mesaj de ajutor și iese"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2741,8 +2461,6 @@ msgstr "bibliotecă statică"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "binare de referință furnizate au permis semnatarului {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2752,22 +2470,16 @@ msgstr "sunt necesare următoarele argumente: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "adevărat"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "șir de opțiuni neașteptate: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "parser necunoscut %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2778,9 +2490,7 @@ msgstr "argumente nerecunoscute: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "permisiuni nesigure pe '{config_file}' (ar trebui să fie 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "utilizare: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2810,21 +2520,19 @@ msgstr[2] "{0} aplicații, {1} aliasuri de chei"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) nu are metadate!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} are mai multe fișiere {name}, pare a fi un exploit Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "AndroidManifest.xml al lui {apkfilename} are o dată greșită: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} nu are un nume! În schimb, utilizați ID-ul aplicației."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2845,7 +2553,6 @@ msgstr "{appid} are atât APK-uri, cât și fișiere: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} lipsește {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2886,11 +2593,6 @@ msgstr "{file} este gol sau corupt!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" nu există! Verificați \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} este depreciat, folosiți {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,7 +20,7 @@ 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: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-01-25 15:42+0000\n"
 | 
			
		||||
"Last-Translator: Golubev Alexander <fatzer2@gmail.com>\n"
 | 
			
		||||
"Language-Team: Russian <https://hosted.weblate.org/projects/f-droid/fdroidserver/ru/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -67,11 +67,6 @@ msgstr "\"local_copy_dir\" {path} не существует!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "'{apkfilename}' уже установлен на {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "В пути \"{path}\" устаревшие имя {name} или версия {version} пакета"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -97,18 +92,6 @@ msgstr "\"{path}\" подписан ключом, который не разре
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" — не корректный URL!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "Параметр %(option)s требует %(number)d аргумент"
 | 
			
		||||
msgstr[1] "Параметр %(option)s требует %(number)d аргумента"
 | 
			
		||||
msgstr[2] "Параметр %(option)s требует %(number)d аргументов"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -124,14 +107,6 @@ msgstr "%d APK не удалось подписать или проверить!
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d ошибок найдено"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [параметры]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -152,13 +127,6 @@ msgstr "%s имеет неверный SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s не является допустимым полем"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s параметр не принимает значений"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "В config.yml нет переменной 'keypass'!"
 | 
			
		||||
| 
						 | 
				
			
			@ -179,8 +147,6 @@ msgstr "'keystorepass' не найден в config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' не найден в config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' не годится в качестве позиционного аргумента"
 | 
			
		||||
| 
						 | 
				
			
			@ -194,11 +160,6 @@ msgstr "'sdk_path' не найден в config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "{aapt} — устаревшая версия, F-droid нужна версия build-tools-{version} или более поздняя!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' добавлено в произвольном порядке! Если порядок важен, используйте скобки () и []!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -209,7 +170,7 @@ msgstr "{path} не удалось исполнить!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' имеет недопустимый формат, это должен быть словарь!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' не подходит в качестве {field} в {appid}. Образец регулярного выражения: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -228,8 +189,6 @@ msgstr "--merge-request работает только с одним appid!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...checkupdate для {appid} завершился ошибкой: {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() не определен"
 | 
			
		||||
| 
						 | 
				
			
			@ -320,10 +279,6 @@ msgstr "Инструмент Android SDK {cmd} не найден!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "У приложения задано поле Binaries, но не указано AllowedAPKSigningKeys, что необходимо, чтобы ограничить ключи подписи."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "У приложения задано поле NoSourceSince, или поле ArchivePolicy равно \"0 versions\", но AutoUpdateMode или UpdateCheckMode не равны None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "У приложения задано поле NoSourceSince, или поле ArchivePolicy равно \"0 versions\" или \"0\", но AutoUpdateMode или UpdateCheckMode не равны None"
 | 
			
		||||
| 
						 | 
				
			
			@ -367,7 +322,6 @@ msgstr "Неверный тип записи \"{mirrortype}\" в конфигу
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Основной URL-адрес зеркала может содержать ключ для подписывания индекса (добавьте запрос \"?fingerprint=\")"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -424,11 +378,13 @@ msgstr[2] "Запустить сборку невозможно из-за {} о
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Невозможно переписать \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Неправильные категории: '%s'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Категории не выбраны"
 | 
			
		||||
| 
						 | 
				
			
			@ -481,20 +437,17 @@ msgstr "Конфликтующие определения \"{field}\" между
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Несовместимые аргументы: '--verbose' и '--quiet' нельзя указывать одновременно."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Конфликтуюущие файлы настроек! {newfile} — используется; {oldfile} — игнорируется!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "В вашей системе недоступна команда '{command}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Не удалось найти последнюю версию приложения (versionCode)"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Не удалось найти название последней версии"
 | 
			
		||||
| 
						 | 
				
			
			@ -514,6 +467,7 @@ msgstr "Не удалось открыть и проанализировать 
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Не удалось разобрать размер «{size}», неверный тип «{type}»"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Не удалось найти Application ID"
 | 
			
		||||
| 
						 | 
				
			
			@ -607,11 +561,6 @@ msgstr "Описание '%s' копирует краткий обзор при
 | 
			
		|||
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 "В описании есть неразмеченный список (%s). Воспользуйтесь (*) для ненумерованного списка и (#) для нумерованного"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -668,11 +617,6 @@ msgstr "Загружать F-Droid.apk с помощью тех зеркал, и
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Полностью загружать зеркала для небольших репозиториев"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Загрузка %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Репозиторий не удалось склонировать с первой попытки."
 | 
			
		||||
| 
						 | 
				
			
			@ -706,14 +650,6 @@ msgstr "ОШИБКА: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ОШИБКА: подкоманда \"server\" была удалена, используйте \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ОШИБКА: эту команду ни в коем случае нельзя использовать для создания зеркала f-droid.org!\n"
 | 
			
		||||
"Оно занимает больше 200 Гб."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ОШИБКА: этот тип CI не поддерживается, налаживайте и присылайте патчи!"
 | 
			
		||||
| 
						 | 
				
			
			@ -860,10 +796,6 @@ msgstr "Файл исчез во время обработки: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Готово"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Cсылка на пожертвования через Flattr должна быть в поле «FlattrID:»"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Запрещенные теги HTML"
 | 
			
		||||
| 
						 | 
				
			
			@ -895,7 +827,6 @@ msgstr "Обнаружен неверный файл финансировани
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "В аргументах обнаружены неправильные appid"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Для некоторых приложений обнаружены неправильные номера внутренней версии (versionCode)"
 | 
			
		||||
| 
						 | 
				
			
			@ -960,15 +891,13 @@ msgstr "Очистка репозитория (git clean) не удалась"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Не удалось получить данные из репозитория (git fetch)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Не удалось выполнить Git prune"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Не удалось настроить HEAD для удаленного репозитория (git remote set-head): \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Не удалось отменить изменения (git reset)"
 | 
			
		||||
| 
						 | 
				
			
			@ -1103,16 +1032,12 @@ msgstr "Расхождение версий приложения в метада
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Недействительная VercodeOperation: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Неверный ID приложения: {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Расхождение условий перехода состояния (boolean) в метаданных: '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Неверно размеченный список"
 | 
			
		||||
| 
						 | 
				
			
			@ -1323,7 +1248,6 @@ msgstr "В {path} не обнаружены сертификаты для под
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Такого пакета не существует: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1358,7 +1282,6 @@ msgstr "Автоматические обновления для {appid} нед
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Определите эти переменные в config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1388,19 +1311,17 @@ msgstr "В одном из 'github_releases' отсутствует значен
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "В одном из 'github_releases' отсутствует значение 'token'; пропускаем ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Допускаются изображения только в форматах PNG и JPEG: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
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 "Запустить проверку только для приложений с автоматическим обновлением"
 | 
			
		||||
| 
						 | 
				
			
			@ -1409,10 +1330,6 @@ msgstr "Запустить проверку только для приложен
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Cсылка на пожертвования через OpenCollective должна быть в поле «OpenCollective:»"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Параметры"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Вывод отчета в формате JSON под именем файла APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1578,14 +1495,6 @@ msgstr "Удаление {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Переименовать все APK файлы, не соответствующие шаблону \"название.пакета_123.apk\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Режим обновления RepoTrunk имеет смысл только в репозиториях git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Сбросить все настройки и создать новый сервер сборки, даже если со старым все в порядке."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1894,11 +1803,6 @@ msgstr "Неожиданная метка лицензии: \"{}\"! Исполь
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Неожиданная метка лицензии: \"{}\"! Используйте только метки, указанные в вашем файле настроек"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Неожиданная цель симлинка: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1908,7 +1812,6 @@ msgstr "Неизвестная запись {key} в {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Произошла неизвестная ошибка!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1946,6 +1849,7 @@ msgstr "Неизвестное поле приложения '{fieldname}' в '{
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Неизвестный флаг сборки '{build_flag}' в '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1976,11 +1880,6 @@ msgstr "Неиспользованный scandelete-путь: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Неиспользованный scanignore-путь: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Распаковка в %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Обновить информацию о репозитории для новых пакетов"
 | 
			
		||||
| 
						 | 
				
			
			@ -1994,6 +1893,7 @@ msgstr "Обновить лог степени прозрачности (binary
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData содержит некорректный URL-адрес: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2013,11 +1913,7 @@ msgstr "UpdateCheckData содержит некорректный URL-адрес
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode установлен, но похоже, что checkupdates еще не запущен."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode установлен, но похоже, что функцияheckupdates еще не запущена"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "Имя приложения для проверки обновлений (UpdateCheckName) соответствует ID приложения — это поле можно удалить"
 | 
			
		||||
| 
						 | 
				
			
			@ -2032,27 +1928,10 @@ msgstr "Загрузка {apkfilename} на androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Загрузка {apkfilename} на virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Использование"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Использование: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Используйте /HEAD вместо /master или /main, чтобы указать на файл в ветке по умолчанию"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Указывайте /HEAD, а не /master, ссылаясь на файл в ветке по умолчанию"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Чтобы создать необходимые файлы метаданных, выполните `fdroid update -c`."
 | 
			
		||||
| 
						 | 
				
			
			@ -2091,11 +1970,6 @@ msgstr "Использование подписи JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Проверка APK с помощью Java jarsigner. Так делать не следует! Пользуйтесь для этого apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Запуск androguard из \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2197,20 +2071,11 @@ msgstr "добавление IdentiyFile в {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "добавление в {name}:{path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "неоднозначный выбор: %(option)s совпадает с %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "неоднозначный выбор: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2224,11 +2089,13 @@ msgstr "apksigner не найден! Невозможно подписать и
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner не найден, он необходим для создания подписи!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID приложения того файла, с которым будут производится операции"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2239,8 +2106,6 @@ msgstr "ID приложения и внутренняя версия прило
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url должен оканчиваться «/archive»"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2259,7 +2124,7 @@ msgstr "попытка установить голое SSH-соединение
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "не удалось разобрать спецификацию scrlib (не является строкой): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "не удается открыть '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2273,14 +2138,10 @@ msgstr "не удалось открыть не-https url: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "не удалось найти необходимые srclibs: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2299,14 +2160,6 @@ msgstr "клонирование {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "Команды из подключаемых модулей:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "комплекс"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2338,10 +2191,6 @@ msgstr "не удалось разобрать srclib spec (не указано
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "не удалось разобрать спецификацию scrlib (не задана ссылка): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "не удалось разобрать спецификацию scrlib (слишком много символов '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2366,8 +2215,6 @@ msgstr "файл зависимостей без блокировки"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "лог {path} загружен на {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2385,8 +2232,6 @@ msgstr "не удалось загрузить подписи сканера с
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "исполняемый бинарный файл, возможно код"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2395,20 +2240,14 @@ msgstr[0] "необходимо указать %s аргумент"
 | 
			
		|||
msgstr[1] "необходимо указать %s аргумента"
 | 
			
		||||
msgstr[2] "необходимо указать %s аргументов"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "можно указать только один аргумент"
 | 
			
		||||
| 
						 | 
				
			
			@ -2421,10 +2260,6 @@ msgstr "fdroid [<команда>] [-h|--help|--version|<аргументы>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "получить последнюю версию подписей из интернета"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "с плавающей запятой"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "принудительно обрабатывать ошибки как предупреждения или игнорировать их."
 | 
			
		||||
| 
						 | 
				
			
			@ -2437,8 +2272,6 @@ msgstr "команда git svn clone не выполнена"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "архив gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2452,35 +2285,21 @@ msgstr "index-v1 должен быть подписан, сделайте это
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 должен быть подписан, сделайте это с помощью `fdroid signindex`!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "число"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "неверное %(type)s значение: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "неверный выбор: %(value)r (следует выбрать из %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "неверное значение conflict_resolution: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2518,8 +2337,6 @@ msgstr "адрес зеркала '%s' должен заканчиваться '
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "Зеркала установлены дважды, в config.yml и {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "взаимоисключающие аргументы не должны быть обязательными"
 | 
			
		||||
| 
						 | 
				
			
			@ -2538,30 +2355,15 @@ msgstr "{appid} не содержит поля \"icon\""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "APK файл не указан"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "такого параметра нет: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "определить версию не удалось!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "информация о версии не найдена"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "недопустимо с аргументом %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2571,72 +2373,6 @@ msgstr "необходимо указать хотя бы один аргуме
 | 
			
		|||
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 "параметр %s: если вы действительно хотите установить все подписанные приложения, то используйте --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "параметр %s: неверное %s значение: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "параметр %s: неверный выбор: %r (следует выбрать из %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "параметр -%s не распознан"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "параметр -%s требует аргумент"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "параметру --%s не нужны аргументы"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "параметр --%s не является уникальным префиксом"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "параметр --%s не распознан"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "параметру --%s нужен аргумент"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "необязательные аргументы"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "параметры"
 | 
			
		||||
| 
						 | 
				
			
			@ -2646,8 +2382,6 @@ msgstr "параметры"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "перезапись существующего пути {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "позиционные аргументы"
 | 
			
		||||
| 
						 | 
				
			
			@ -2680,10 +2414,6 @@ msgstr "repo_url должен оканчиваться «/repo»"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync отсутствует или сломан: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml не установлен, не получается записать метаданные."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2707,17 +2437,7 @@ msgstr "serverwebroot: путь не заканчивается на \"fdroid\",
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "разделяемая библиотека"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "показать это справочное сообщение и выйти"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2751,8 +2471,6 @@ msgstr "статическая библиотека"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "предоставленный эталонный двоичный файл разрешил подписанту {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2762,22 +2480,16 @@ msgstr "требуются аргументы: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "истина"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "неизвестная строка параметра: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "неизвестный парсер %(parser_name)r (следует выбрать из %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2788,9 +2500,7 @@ msgstr "неизвестные аргументы: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "небезопасные права доступа к файлу '{config_file}' (должны быть 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "использование: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2820,21 +2530,19 @@ msgstr[2] "{0} приложений, {1} алиасов ключей для по
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "Не обнаружено метаданных для {apkfilename} ({appid})!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "У {apkfilename} несколько файлов {name}. Выглядит подозрительно и похоже на попытку нарушения безопасности (Master Key exploit)!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "AndroidManifest.xml приложения {apkfilename} содержит неверную дату: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "У {appid} нет имени! Будет использовано ID приложения."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2855,7 +2563,6 @@ msgstr "{appid} содержит как APK, так и файлы: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "В {appid} нет {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2896,11 +2603,6 @@ msgstr "{file} пустой или поврежденный!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name}: \"{section}/icons/{path}\" не существует! Поправьте свой \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} признан устаревшим; используйте {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
			
		||||
"Last-Translator: Automatically generated\n"
 | 
			
		||||
"Language-Team: none\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -47,11 +47,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -77,18 +72,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -104,14 +87,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -132,13 +107,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -159,8 +127,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -174,11 +140,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -189,7 +150,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -208,8 +169,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -300,10 +259,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -347,7 +302,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -404,11 +358,13 @@ msgstr[2] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -461,20 +417,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -494,6 +447,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -587,11 +541,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -648,11 +597,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -686,12 +630,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -836,10 +774,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -871,7 +805,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -936,15 +869,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1079,16 +1010,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1299,7 +1226,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1334,7 +1260,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1364,19 +1289,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1385,10 +1308,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1554,14 +1473,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1863,11 +1774,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1877,7 +1783,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1915,6 +1820,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1945,11 +1851,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1963,6 +1864,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1982,11 +1884,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2001,27 +1899,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2060,11 +1941,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2166,20 +2042,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2193,11 +2060,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2208,8 +2077,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2228,7 +2095,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2242,14 +2109,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2268,14 +2131,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2307,10 +2162,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2335,8 +2186,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2354,8 +2203,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2364,20 +2211,14 @@ msgstr[0] ""
 | 
			
		|||
msgstr[1] ""
 | 
			
		||||
msgstr[2] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2390,10 +2231,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2406,8 +2243,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2421,35 +2256,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2487,8 +2308,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2507,30 +2326,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2540,72 +2344,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2615,8 +2353,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2649,10 +2385,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2676,17 +2408,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2720,8 +2442,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2731,22 +2451,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2757,9 +2471,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2789,21 +2501,19 @@ msgstr[2] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2824,7 +2534,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2865,11 +2574,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,13 +1,13 @@
 | 
			
		|||
# SOME DESCRIPTIVE TITLE.
 | 
			
		||||
# This file is put in the public domain.
 | 
			
		||||
# Besnik Bleta <besnik@programeshqip.org>, 2020, 2021, 2022, 2023, 2024.
 | 
			
		||||
# Besnik Bleta <besnik@programeshqip.org>, 2020, 2021, 2022, 2023, 2024, 2025.
 | 
			
		||||
# Hans-Christoph Steiner <hans@guardianproject.info>, 2020, 2021, 2024.
 | 
			
		||||
msgid ""
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 1.0.6-349-g907c04ea\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-12-12 14:43+0000\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-21 08:45+0000\n"
 | 
			
		||||
"Last-Translator: Besnik Bleta <besnik@programeshqip.org>\n"
 | 
			
		||||
"Language-Team: Albanian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sq/>\n"
 | 
			
		||||
"Language: sq\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ msgstr ""
 | 
			
		|||
"Content-Type: text/plain; charset=UTF-8\n"
 | 
			
		||||
"Content-Transfer-Encoding: 8bit\n"
 | 
			
		||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
 | 
			
		||||
"X-Generator: Weblate 5.9-dev\n"
 | 
			
		||||
"X-Generator: Weblate 5.11-dev\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid ""
 | 
			
		||||
| 
						 | 
				
			
			@ -41,7 +41,7 @@ msgstr "“%s/”\" s’ka kartelë tejtëdhënash me përputhje!"
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "\"isPrimary\" key should not be added to mirrors!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Kyçi “isPrimary” s’duhet shtuar te pasqyra!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -53,11 +53,6 @@ msgstr "“local_copy_dir” {path} s’ekziston!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "'{apkfilename}' është tashmë e instaluar në {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "“{path}” përmban {name} të vjetruar ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -83,17 +78,6 @@ msgstr "“{path}” është nënshkruar me një kyç që s’lejohet:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "“{url}” s’është URL e vlefshme!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "Mundësi %(option)s lyp %(number)d argument"
 | 
			
		||||
msgstr[1] "Mundësi %(option)s lyp %(number)d argumente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -109,14 +93,6 @@ msgstr "S’u arrit të nënshkruhen ose verifikohen %d APK!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "U gjetën %d probleme"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [mundësi]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -137,13 +113,6 @@ msgstr "%s ka SHA-256 të gabuar: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s s’është fushë e pranuar montimi"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "Mundësia %s s’merr ndonjë vlerë"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "S’u gjet 'keypass' në config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -164,8 +133,6 @@ msgstr "S’u gjet 'keystorepass' te config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "S’u gjet 'repo_keyalias' te config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' është argument i pavlefshëm për pozicionalë"
 | 
			
		||||
| 
						 | 
				
			
			@ -179,11 +146,6 @@ msgstr "'sdk_path' te 'config.yml' s’është ujdisur!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' është shumë i vjetër, fdroid lyp build-tools-{version} ose më të ri!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' do të jetë sipas një rendi kuturu! Nëse rendi është i rëndësishëm, përdorni kllapa () ose []!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -194,7 +156,7 @@ msgstr "S’u arrit të përmbushet '{path}'!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' ka format të pavlefshëm, duhet të jetë një fjalor!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' s’është një {field} e vlefshme te {appid}. Rregullsi shprehjeje të rregullt: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -213,8 +175,6 @@ msgstr "--merge-request xhiron vetëm me një appid!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "…checkupdate dështoi për {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() e pacaktuar"
 | 
			
		||||
| 
						 | 
				
			
			@ -305,10 +265,6 @@ msgstr "S’u gjet {cmd} mjeti SDK-je Android!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Aplikacioni ka Dyorë, por s’ka AllowedAPKSigningKeys përkatës për të fiksuar dëshmi."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Aplikacioni ka NoSourceSince ose ArchivePolicy “0 versione”, por AutoUpdateMode ose UpdateCheckMode janë vënë si “Asnjë”"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Aplikacioni ka NoSourceSince ose ArchivePolicy “0 versione”, ose 0, por AutoUpdateMode ose UpdateCheckMode janë vënë si “Asnjë”"
 | 
			
		||||
| 
						 | 
				
			
			@ -352,7 +308,6 @@ msgstr "Lloj i gabuar zëri “{mirrortype}” në formësim pasqyrash: {mirror}
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "URL bazë për t’u pasqyruar, mund të përfshijë kyçin e nënshkrimit të treguesit që përdor vargun e kërkimi: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -408,11 +363,13 @@ msgstr[1] "S’montohet dot, për shkak të {} gabimeve teksa skanohej"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "S’rishkruhet dot “{path}”"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Kategoritë '%s' s’janë të vlefshme"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "S’janë ujdisur kategori"
 | 
			
		||||
| 
						 | 
				
			
			@ -465,20 +422,17 @@ msgstr "Përkufizime “{field}” me përplasje, mes kartelash .yml dhe të pë
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Argumente që përplasen: '--verbose' dhe '--quiet' s’mund të përdoren në të njëjtën kohë."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Kartela formësimi me përplasje! Po përdoret {newfile}, po shpërfillet {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Në sistemin tuaj s’u gjet '{command}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "S’u gjet dot kod i versionit më të ri"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "S’u gjet dot emër i versionit më të ri"
 | 
			
		||||
| 
						 | 
				
			
			@ -498,6 +452,7 @@ msgstr "S’u hap dot kartela APK {path} për analizim : "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "S’u përtyp dot madhësia “{size}”, lloj i gabuar “{type}”"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "S’u gjet dot ID Aplikacione"
 | 
			
		||||
| 
						 | 
				
			
			@ -525,9 +480,9 @@ msgid "Creating \"{path}\" for configuring s3cmd."
 | 
			
		|||
msgstr "Po krijohet “{path}” për formësim të s3cmd."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Creating empty {config_file}"
 | 
			
		||||
msgstr "Po lexohet '{config_file}'"
 | 
			
		||||
msgstr "Po krijohet '{config_file}' e zbrazët"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/publish.py
 | 
			
		||||
msgid "Creating log directory"
 | 
			
		||||
| 
						 | 
				
			
			@ -591,11 +546,6 @@ msgstr "Përmbledhja '%s' është thjesht përmbledhja e aplikacionit"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Përshkrimi ka një rresht të përsëdytur"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Përshkrimi ka një listë (%s), por kjo s’është as me toptha (*), as e numërtuar (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -652,11 +602,6 @@ msgstr "Shkarkojeni F-Droid.apk duke përdorur pasqyra që kanë më pak rrjedhj
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Shkarko pasqyra të plota deposh të vogla"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Po shkarkohet %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Shkarkimi i depos dështoi një herë, s’po riprovohet."
 | 
			
		||||
| 
						 | 
				
			
			@ -690,14 +635,6 @@ msgstr "GABIM: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "GABIM: Nënurdhri “server” është hequr, përdorni “deploy”!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"GABIM: ky urdhër s’duhet përdorur kurrë për krijimin e një pasqyre të f-droid.org!\n"
 | 
			
		||||
"Një pasqyrë e plotë e f-droid.org lyp më tepër se 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "GABIM: lloj CI i pambuluar, arnimet janë të mirëpritura!"
 | 
			
		||||
| 
						 | 
				
			
			@ -715,12 +652,12 @@ msgstr "GABIM: {key} te {path} s’është “archive” apo “repo”!"
 | 
			
		|||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "ERROR: {key} not a valid key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "GABIM: {key} s’është kyç i vlefshëm!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "ERROR: {key}'s value should be of type {t}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "GABIM: Vlera e {key} duhet të jetë e llojit {t}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -747,9 +684,9 @@ msgid "Environment variable {var} from {configname} is not set!"
 | 
			
		|||
msgstr "S’është ujdisur ndryshore {var} nga {configname}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Environment variable {{env: {var}}} is not set!"
 | 
			
		||||
msgstr "S’është ujdisur ndryshore {var} nga {configname}!"
 | 
			
		||||
msgstr "S’është ujdisur ndryshore {{env: {var}}}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
msgid "Error deploying 'github_releases', {} not present. (You might need to run `fdroid update` first.)"
 | 
			
		||||
| 
						 | 
				
			
			@ -844,10 +781,6 @@ msgstr "Kartela u zhduk teksa përpunohej: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Përfundoi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Metodat e dhurimit përmes Flattr-i i takojnë fushës FlattrID:"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Etiketa HTML të ndaluara"
 | 
			
		||||
| 
						 | 
				
			
			@ -879,7 +812,6 @@ msgstr "U gjet kartelë e dëmtuar themeli “{path}” për “{name}”:"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "U gjetën appid-e të pavlefshëm te argumente"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "U gjetën versionCodes të pavlefshëm për disa aplikacione"
 | 
			
		||||
| 
						 | 
				
			
			@ -944,15 +876,13 @@ msgstr "Veprimi “git clean” dështoi"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Veprimi “git fetch” dështoi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Veprimi “git prune” dështoi"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Veprimi “git remote set-head” dështoi: “%s”"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Veprimi “git reset” dështoi"
 | 
			
		||||
| 
						 | 
				
			
			@ -998,9 +928,9 @@ msgid "Ignoring bad element in manifest: %s"
 | 
			
		|||
msgstr "Po shpërfillet element i gabuar në manifest: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Ignoring deprecated {oldfile}, use {newfile}!"
 | 
			
		||||
msgstr "{oldfile} është nxjerrë nga përdorimi, përdorni {newfile}"
 | 
			
		||||
msgstr "Po shpërfillet {oldfile} e nxjerrë nga përdorimi, përdorni {newfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "Ignoring package without metadata: "
 | 
			
		||||
| 
						 | 
				
			
			@ -1087,16 +1017,12 @@ msgstr "VercodeOperationi pavlefshëm: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation i pavlefshëm: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "ID e pavlefshme aplikacioni {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Bulean i pavlefshëm '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Listë me toptha e pavlefshme"
 | 
			
		||||
| 
						 | 
				
			
			@ -1212,7 +1138,7 @@ msgstr "U mbërrit në thellësi maksimum rekursive te kartelë ZIP: %s"
 | 
			
		|||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Mirror config for {url} contains \"isPrimary\" key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Formësimi i pasqyrës për {url} përmban kyç “isPrimary”!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid "Mirror the full repo and archive, all file types."
 | 
			
		||||
| 
						 | 
				
			
			@ -1307,7 +1233,6 @@ msgstr "S’u gjetën dëshmi nënshkrimi te {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "S’ka paketë të tillë: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1342,7 +1267,6 @@ msgstr "S’ka ç’bëhet për {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Tani, ujdisini këto te config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1372,18 +1296,16 @@ msgstr "Njërit prej zërave të formësimit të 'github_releases' i mungon vler
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Një nga zërat e formësimit të 'github_releases' mungon te vlera 'token' value. Po anashkalohet…"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Si formate grafike mbulohen vetëm PNG dhe JPEG, u gjet: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Shtyp vetëm dallimet me Play Store-in"
 | 
			
		||||
msgstr "Pranon vetëm një “env” të vetëm kyçi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
| 
						 | 
				
			
			@ -1393,10 +1315,6 @@ msgstr "Kryeje vetëm për aplikacione me vetëpërditësime"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Metodat e dhurimit përmes OpenCollective i takojnë fushës OpenCollective:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Mundësi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Hidhe raportin JSON te kartelë e emërtuar sipas APK-sh."
 | 
			
		||||
| 
						 | 
				
			
			@ -1562,14 +1480,6 @@ msgstr "Po hiqet {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Riemërtoni kartelat APK që nuk përputhen me package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Mënyra “RepoTrunk” ka kuptim vetën në depo git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Zeroje dhe krijo një shërbyes montimesh të ri fringo, edhe nëse ai ekzistuesi duket të jetë në rregull."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1779,7 +1689,7 @@ msgstr "Mënyra testim - hidhe output-in vetëm te drejtoria tmp, dhe monto për
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "The \"qrcode\" Python package is not installed (e.g. apt-get install python3-qrcode)!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Paketa Python “qrcode” s’është e instaluar (p.sh., apt-get install python3-qrcode)!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
| 
						 | 
				
			
			@ -1878,11 +1788,6 @@ msgstr "Etiketë licence “{}” e papritur! Përdorni vetëm etiketa të mirat
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Etiketë e papritur licence “{}”! Përdorni vetëm etiketa licencash të formësuara te kartela e formësimit tuaj"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Vendmbërritje e papritur lidhjeje simbolike: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1892,7 +1797,6 @@ msgstr "Zë i panjohur {key} në {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "U gjet përjashtim i panjohur!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1930,6 +1834,7 @@ msgstr "Fushë aplikacioni jo e pranuar '{fieldname}' te '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Flamurkë e jo e pranuar montimi '{build_flag}' te '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1960,11 +1865,6 @@ msgstr "Shteg scandelete i papërdorur: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Shteg scanignore i papërdorur: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Po përftohet te %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Përditësoni të dhëna depoje për paketa të reja"
 | 
			
		||||
| 
						 | 
				
			
			@ -1978,6 +1878,7 @@ msgstr "Përditësoni regjistrin e transparencës së dyorit për një URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData ka URL të pavlefshme: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1997,11 +1898,7 @@ msgstr "UpdateCheckData s’është URL e vlefshme: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode është ujdisur, por duket sikur checkupdates s’është xhiruar ende."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode është ujdisur, por duket sikur checkupdates s’është xhiruar ende"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "Si UpdateCheckName është caktuar ID aplikacioni të njohur - s’mund të hiqet"
 | 
			
		||||
| 
						 | 
				
			
			@ -2016,27 +1913,10 @@ msgstr "Po ngarkohet {apkfilename} te androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Po ngarkohet {apkfilename} to virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Përdorim"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Përdorim: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Për të treguar një kartelë te dega parazgjedhje, përdorni /HEAD, në vend se /master apo /main"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Për të treguar një kartelë te dega parazgjedhje, përdorni /HEAD, në vend se /master"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Përdor `fdroid update -c` për ta krijuar."
 | 
			
		||||
| 
						 | 
				
			
			@ -2075,11 +1955,6 @@ msgstr "Po përdoret Nënshkrim JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Po përdoret jarsigner Java, s’rekomandohet për verifikim APK-sh! Përdorni apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Po përdoret androguard prej “{path}”"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2181,24 +2056,15 @@ msgstr "po shtohet IdentityFile te {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "po shtohet te {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "mundësi e dykuptimtë: %(option)s mund të përputhej me %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "mundësi e dykuptimtë: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "apksigner te build-tools;{version} përcjell APK-ra ne nënshkrime v3 të pavlefshme, po shpërfillet."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "apksigner not found! Cannot sign or verify modern APKs"
 | 
			
		||||
| 
						 | 
				
			
			@ -2208,11 +2074,13 @@ msgstr "S’u gjet apksigner! S’nënshkruhen ose verifikohen dot APK-ra modern
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "S’u gjet apksigner, është i domosdoshëm për nënshkrim!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID aplikacioni e kartelës mbi të cilën të veprohet"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2223,8 +2091,6 @@ msgstr "ID aplikacioni me versionCode opsional në formën APPID[:VERCODE]"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url lypset të përfundojë me /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2243,7 +2109,7 @@ msgstr "po tentohet lidhje SSH e zhveshur, për të testuar kyç sendërtimesh:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "s’përtyp dot specifikim scrlib (s’është një varg): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "s’hapet dot '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2257,14 +2123,10 @@ msgstr "s’mund të hapet url jo https: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "s’gjenden dot srclibs të domosdoshme: “{path}”"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "s’mund të kihen argumente të shumtë për subparser"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2283,14 +2145,6 @@ msgstr "po klonohet {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "urdhra prej modulesh shtojce:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "kompleks"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2321,10 +2175,6 @@ msgstr "s’u përtyp dot specifikim scrlib (s’u dha emër): '{}'"
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "s’u përtyp dot specifikim scrlib (s’u dha referencë): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "s’u përtyp dot specifikim scrlib (shumë shenja '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2349,8 +2199,6 @@ msgstr "kartelë varësie pa kyç"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2368,8 +2216,6 @@ msgstr "dështoi shkarkimi i nënshkrimeve të kontrollorit prej “{}”"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "dyor i ekzekutueshëm, ka gjasa të jetë kod"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2377,20 +2223,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "pritej %s argument"
 | 
			
		||||
msgstr[1] "priteshin %s argumente"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "pritej e pakta një argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "pritej e shumta një argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "pritej një argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2403,10 +2243,6 @@ msgstr "fdroid [<urdhër>] [-h|--help|--version|<argumente>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "sill nga interneti versionin më të ri të nënshkrimeve"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "bëji gabimet e tejtëdhënave (parazgjedhje) të jenë sinjalizime, ose të shpërfillen."
 | 
			
		||||
| 
						 | 
				
			
			@ -2419,8 +2255,6 @@ msgstr "veprimi “git svn clone” dështoi"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "Arkiv gzip kartelash"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2434,35 +2268,21 @@ msgstr "index-v1 duhet të ketë një nënshkrim, përdorni `fdroid signindex` p
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 duhet të ketë një nënshkrim, përdorni `fdroid signindex` për ta krijuar!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "numër i plotë"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "vlerë %(type)s e pavlefshme: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "zgjedhje e pavlefshme: %(value)r (zgjidhni nga %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "vlerë e pavlefshme conflict_resolution: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2500,8 +2320,6 @@ msgstr "pasqyra '%s' s’përfundon me 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "pasqyra të ujdisura dy herë, te config.yml dhe {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "argumentet që përjashtojnë njëri-tjetrin duhet të jenë opsionalë"
 | 
			
		||||
| 
						 | 
				
			
			@ -2520,30 +2338,15 @@ msgstr "s’ka “icon” te {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "s’u dha APK"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "s’ka mundësi të tillë: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "s’u gjetën të dhëna versioni!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "s’u gjetën hollësi versioni"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "e palejuar me argumentin %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2553,72 +2356,6 @@ msgstr "një nga argumentet %s është i domosdoshëm"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "prano vetëm vargje, lista dhe dyshe"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "mundësi %s: Nëse doni vërtet të instaloni krejt aplikacionet e nënshkruar, përdorni --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "mundësi %s: vlerë %s e pavlefshme: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "mundësia %s: zgjedhje e pavlefshme: %r (zgjidhni nga %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "mundësi -%s jo e pranuar"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "mundësia -%s lyp argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "mundësia --%s s’duhet të ketë një argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "mundësia --%s s’është parashtesë unike"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "mundësi --%s e papranuar"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "mundësia --%s lyp argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "argumente opsionalë"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "mundësi"
 | 
			
		||||
| 
						 | 
				
			
			@ -2628,8 +2365,6 @@ msgstr "mundësi"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "po mbishkruhet {path} ekzistues"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "argumente pozicionalë"
 | 
			
		||||
| 
						 | 
				
			
			@ -2662,10 +2397,6 @@ msgstr "repo_url lypset të përfundojë me /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync-u mungon, ose është i dëmtuar: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml s’është i instaluar, s’mund të shkruhen tejtëdhëna."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2689,17 +2420,7 @@ msgstr "serverwebroot: shtegu nuk mbaron me “fdroid”, ndoshta kishit në men
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "librari e përbashkët"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "shfaq numër versioni programi dhe dil"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "shfaq këtë mesazh ndihme dhe dil"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2733,8 +2454,6 @@ msgstr "librari statike"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2744,22 +2463,16 @@ msgstr "argumentet vijuese janë të domosdoshëm: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "varg i papritur mundësie: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "përtypës i panjohur %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2770,9 +2483,7 @@ msgstr "argumente të papranuar: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "leje jo të parrezikshme mbi '{config_file}' (duhet të ishin 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "përdorimi: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2801,21 +2512,19 @@ msgstr[1] "{0} aplikacione, {1} aliase kyçi"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) s’ka tejtëdhëna!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} ka shumë kartela {name}, duket si rreng me Kyçin e Përgjithshëm!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "AndroidManifest.xml e {apkfilename} ka një datë të gabuar: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} s’ka emër! Në vend të tij po përdoret ID aplikacioni."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2836,7 +2545,6 @@ msgstr "{appid} ka nga të dyja, APK-ra dhe kartela: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} i mungon {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2877,15 +2585,10 @@ msgstr "{file} është e zbrazët ose e dëmtuar!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} “{section}/icons/{path}” s’ekziston! Kontrolloni “config.yml”."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} është nxjerrë nga përdorimi, përdorni {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "{path1} është përsëdytje e {path2}, hiqeni njërin!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.1b0\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-12-30 22:00+0000\n"
 | 
			
		||||
"Last-Translator: Reno Tx <renotx@users.noreply.hosted.weblate.org>\n"
 | 
			
		||||
"Language-Team: Serbian <https://hosted.weblate.org/projects/f-droid/fdroidserver/sr/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -55,11 +55,6 @@ msgstr "\"local_copy_dir\" {path} не постоји!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" је већ инсталиран на {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" садржи застарели {name} ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -85,18 +80,6 @@ msgstr "„{path}” је потписан кључем који није доз
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" није валидан URL!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s опција захтева %(number)d аргумент"
 | 
			
		||||
msgstr[1] "%(option)s опција захтева %(number)d аргументa"
 | 
			
		||||
msgstr[2] "%(option)s опција захтева %(number)d аргуменaтa"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -112,14 +95,6 @@ msgstr "%d АПК-ова није успело да се потпише или 
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d проблема пронађено"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [опције]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -140,13 +115,6 @@ msgstr "%s има лош SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s није прихваћено поље за градњу"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "Опција %s не прихвата вредност"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' није пронађен у config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -167,8 +135,6 @@ msgstr "'keystorepass' није пронађен у config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' није пронађен у config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'захтевано' је неважећи аргумент за позиционе параметре"
 | 
			
		||||
| 
						 | 
				
			
			@ -182,11 +148,6 @@ msgstr "'путања_до_сдк' није постављена у config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' је превише стар, fdroid захтева build-tools-{version} или новији!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' ће бити у насумичном редоследу! Користите () или [] заграде ако је редослед важан!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -197,7 +158,7 @@ msgstr "'{path}' није успео да се изврши!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' има неважећи формат, треба да буде речник!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' није валидан {field} у {appid}. Регекспатерн: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -216,8 +177,6 @@ msgstr "--merge-request се извршава само на једној апл
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...провера ажурирања није успела за {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() није дефинисано"
 | 
			
		||||
| 
						 | 
				
			
			@ -308,10 +267,6 @@ msgstr "Андроид СДК алат {cmd} није пронађен!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Апликација има бинарне фајлове али нема одговарајуће AllowedAPKSigningKeys за пиновање сертификата."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Апликација има NoSourceSince или ArchivePolicy \"0 верзија\" али AutoUpdateMode или UpdateCheckMode нису None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Апликација има NoSourceSince или ArchivePolicy \"0 верзија\" или 0, али AutoUpdateMode или UpdateCheckMode нису None"
 | 
			
		||||
| 
						 | 
				
			
			@ -355,7 +310,6 @@ msgstr "Лош тип уноса \"{mirrortype}\" у конфигурацији
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Основни URL за огледало, може укључивати кључ за потписивање индекса користећи упит низ: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -412,11 +366,13 @@ msgstr[2] "Не може се изградити због {} грешака пр
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Не могу да препишем \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Категорије '%s' нису важеће"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Категорије нису подешене"
 | 
			
		||||
| 
						 | 
				
			
			@ -469,20 +425,17 @@ msgstr "Конфликтне дефиниције \"{field}\" између .yml
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Контрадикторни аргументи: '--verbose' и '--quiet' не могу бити наведени у исто време."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Конфликтни конфигурациони фајлови! Користи се {newfile}, игнорише се {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Није могуће пронаћи '{command}' на вашем систему"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Није могуће пронаћи најновији верзијски код"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Није могуће пронаћи назив најновије верзије"
 | 
			
		||||
| 
						 | 
				
			
			@ -502,6 +455,7 @@ msgstr "Није могуће отворити APK {path} за анализу: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Није могуће парсовање величине \"{size}\", погрешан тип \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Није пронађен ИД апликације"
 | 
			
		||||
| 
						 | 
				
			
			@ -595,11 +549,6 @@ msgstr "Опис '%s' је само сажетак апликације"
 | 
			
		|||
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 "Опис има листу (%s) али није тачкаст (*) нити нумерисан (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -656,11 +605,6 @@ msgstr "Преузмите F-Droid.apk користећи огледала ко
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Преузмите комплетне огледале малих репоа"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Преузимање %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Преузимање складишта је већ једном неуспело, не покушавам поново."
 | 
			
		||||
| 
						 | 
				
			
			@ -694,14 +638,6 @@ msgstr "ГРЕШКА: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ГРЕШКА: Подкоманда „server“ је уклоњена, користите „deploy“!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ГРЕШКА: ову команду никада не треба користити за пресликавање f-droid.org!\n"
 | 
			
		||||
"Потпуно пресликавање f-droid.org захтева више од 200ГБ."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ГРЕШКА: неподржани тип CI, закрпе добродошле!"
 | 
			
		||||
| 
						 | 
				
			
			@ -848,10 +784,6 @@ msgstr "Фајл је нестао током обраде: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Завршено"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Методе донације путем Flattr-а спадају у поље FlattrID:"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Забрањене HTML ознаке"
 | 
			
		||||
| 
						 | 
				
			
			@ -883,7 +815,6 @@ msgstr "Пронађена лоша датотека за финансирање
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Пронађени неважећи ID-еви апликација у аргументима"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Пронађени неважећи верзијски кодови за неке апликације"
 | 
			
		||||
| 
						 | 
				
			
			@ -948,15 +879,13 @@ msgstr "Гит чишћење није успело"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Преузимање из Гит-а није успело"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune није успео"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head неуспешан: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Гит ресет није успео"
 | 
			
		||||
| 
						 | 
				
			
			@ -1091,16 +1020,12 @@ msgstr "Неважећа VercodeOperation: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Неважећа VercodeOperation: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Неважећи идентификациони број апликације {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Неважећи буловски '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Неисправна наменска листа"
 | 
			
		||||
| 
						 | 
				
			
			@ -1311,7 +1236,6 @@ msgstr "Нема сертификата за потпис у {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Нема пакета: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1346,7 +1270,6 @@ msgstr "Ништа за радити за {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Сада поставите ове у config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1376,19 +1299,17 @@ msgstr "Једна од 'github_releases' конфигурационих ста
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "Једна од 'github_releases' конфигурационих ставки нема 'token' вредност. прескакање ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Само PNG и JPEG су подржани за графику, нађено: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Само штампај разлике са Плеј продавницом"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "Само процесирај апликације са автоматским ажурирањима"
 | 
			
		||||
| 
						 | 
				
			
			@ -1397,10 +1318,6 @@ msgstr "Само процесирај апликације са автоматс
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Методе донација OpenCollective припадају OpenCollective: пољу"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Опције"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Извештај у JSON формату сачувај у датотеку именовану по APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1566,14 +1483,6 @@ msgstr "Уклањање {path}"
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Преименујте APK фајлове који не одговарају package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "RepoTrunk режим ажурирања има смисла само у git-svn репозиторјима"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Ресетујте и креирајте потпуно нови билд сервер, чак и ако се постојећи чини у реду."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1882,11 +1791,6 @@ msgstr "Неочекивана ознака лиценце \"{}\"! Корист
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Неочекивана ознака лиценце \"{}\"! Користите само ознаке лиценце конфигурисане у вашем конфигурационом фајлу"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Неочекивани симболички линк циљ: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1896,7 +1800,6 @@ msgstr "Непознати унос {key} у {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Непозната изузетна ситуација пронађена!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1934,6 +1837,7 @@ msgstr "Непознато поље апликације '{fieldname}' у '{path
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Непозната застава изградње '{build_flag}' у '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1964,11 +1868,6 @@ msgstr "Некоришћена путања за брисање скенирањ
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Некоришћена путања за игнорисање скенирања: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Распакујем у %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Ажурирање информација о репозиторијуму за нове пакете"
 | 
			
		||||
| 
						 | 
				
			
			@ -1982,6 +1881,7 @@ msgstr "Ажурирање дневника транспарентности б
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData има неважећи URL: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2001,11 +1901,7 @@ msgstr "UpdateCheckData није важећи URL: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode је подешен, али изгледа да checkupdates још није покренут."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode је подешен, али изгледа да checkupdates још није покренут"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName је постављен на познати ID апликације, може се уклонити"
 | 
			
		||||
| 
						 | 
				
			
			@ -2020,27 +1916,10 @@ msgstr "Отпремање {apkfilename} на androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Отпремање {apkfilename} на virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Употреба"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Употреба: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Користите /HEAD уместо /master или /main да покажете на фајл у подразумеваној грани"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Користи /HEAD уместо /master за указивање на датотеку у подразумеваној грани"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Користи `fdroid update -c` да је креираш."
 | 
			
		||||
| 
						 | 
				
			
			@ -2079,11 +1958,6 @@ msgstr "Коришћење JAR потписа"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Користим Java's jarsigner, не препоручује се за верификацију APK-ова! Користи apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Користим androguard из \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2185,20 +2059,11 @@ msgstr "додавање IdentityFile у {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "додавање у {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "нејасна опција: %(option)s може одговарати %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "двосмислена опција: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2212,11 +2077,13 @@ msgstr "apksigner није пронађен! Не могу да потпишем
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner није пронађен, потребан је за потписивање!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "ID апликације датотеке за рад"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2227,8 +2094,6 @@ msgstr "ID апликације са опционим versionCode у облик
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url мора да се завршава са /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2247,7 +2112,7 @@ msgstr "покушавам SSH везу без кључа да тестирам
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "не могу да парсирам scrlib спецификацију (није стринг): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "не могу да отворим '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2261,14 +2126,10 @@ msgstr "не могу да отворим non-https url: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "не могу да пронађем потребне srclibs: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2287,14 +2148,6 @@ msgstr "клонирам {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "команде из plugin модула:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "комплекс"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2326,10 +2179,6 @@ msgstr "није могуће парсирати srclib спецификациј
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "не могу да парсирам srclib спецификацију (није наведена референца): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "не могу да парсирам srclib спецификацију (превише '@' знакова): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2354,8 +2203,6 @@ msgstr "фајл зависности без закључавања"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "постављен лог процеса {path} на {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2373,8 +2220,6 @@ msgstr "преузимање потписа скенера са '{}' није у
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "извршни бинарни фајл, могуће код"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2383,20 +2228,14 @@ msgstr[0] "очекиван %s аргумент"
 | 
			
		|||
msgstr[1] "очекивана %s аргумента"
 | 
			
		||||
msgstr[2] "очекивано %s аргумената"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "очекиван један аргумент"
 | 
			
		||||
| 
						 | 
				
			
			@ -2409,10 +2248,6 @@ msgstr "fdroid [<команда>] [-h|--help|--version|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "преузмите најновију верзију потписа са веба"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "број са покретним зарезом"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "форсирај грешке метаподатака (подразумевано) да буду упозорења, или да буду игнорисане."
 | 
			
		||||
| 
						 | 
				
			
			@ -2425,8 +2260,6 @@ msgstr "git svn clone није успео"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "gzip архива датотека"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2440,35 +2273,21 @@ msgstr "index-v1 мора имати потпис, користите `fdroid si
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 мора имати потпис, користите `fdroid signindex` да га направите!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "цео број"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "неважећа %(type)s вредност: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "неважећи избор: %(value)r (изаберите из %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "неважећа conflict_resolution вредност: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2506,8 +2325,6 @@ msgstr "огледало '%s' се не завршава са 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "огледала су постављена два пута, у config.yml и {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "међусобно искључиви аргументи морају бити опционални"
 | 
			
		||||
| 
						 | 
				
			
			@ -2526,30 +2343,15 @@ msgstr "нема \"иконе\" у {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "нема достављеног APK-а"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "нема такве опције: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "нема пронађених информација о верзији!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "није пронађена информација о верзијама"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "није дозвољено са аргументом %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2559,72 +2361,6 @@ msgstr "један од аргумената %s је обавезан"
 | 
			
		|||
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 "опција %s: Ако заиста желите да инсталирате све потписане апликације, користите --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "опција %s: неважећа %s вредност: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "опција %s: неважећи избор: %r (изаберите из %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "опција -%s није препозната"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "опција -%s захтева аргумент"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "опција --%s не сме имати аргумент"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "опција --%s није јединствени префикс"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "опција --%s није препозната"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "опција --%s захтева аргумент"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "опциони аргументи"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "опције"
 | 
			
		||||
| 
						 | 
				
			
			@ -2634,8 +2370,6 @@ msgstr "опције"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "преписивање постојећег {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "позициони аргументи"
 | 
			
		||||
| 
						 | 
				
			
			@ -2668,10 +2402,6 @@ msgstr "repo_url мора да се завршава са /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync недостаје или је покварен: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml није инсталиран, не могу да пишем метаподатке."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2695,17 +2425,7 @@ msgstr "serverwebroot: путања се не завршава са \"fdroid\",
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "дељена библиотека"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "прикажи ову поруку помоћи и изађи"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2739,8 +2459,6 @@ msgstr "статичка библиотека"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "достављени референтни бинарни фајл има дозвољеног потписника {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2750,22 +2468,16 @@ msgstr "следећи аргументи су обавезни: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "истина"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "неочекивана опција стринг: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "непознат парсер %(parser_name)r (избори: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2776,9 +2488,7 @@ msgstr "непрепознати аргументи: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "небезбедне дозволе на '{config_file}' (требало би да буду 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "употреба: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2808,21 +2518,19 @@ msgstr[2] "{0} апликација, {1} кључних алијаса"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) нема метаподатке!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} има више {name} фајлова, изгледа као Master Key експлоат!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename}'s AndroidManifest.xml има лош датум: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} нема име! Користи се ID апликације уместо тога."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2843,7 +2551,6 @@ msgstr "{appid} има и APK-ове и фајлове: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} недостаје {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2884,11 +2591,6 @@ msgstr "{file} је празан или оштећен!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" не постоји! Проверите \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} је застарео, користите {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,7 +10,7 @@ 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: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-17 21:44+0000\n"
 | 
			
		||||
"Last-Translator: Kristoffer Grundström <swedishsailfishosuser@tutanota.com>\n"
 | 
			
		||||
"Language-Team: Swedish <https://hosted.weblate.org/projects/f-droid/fdroidserver/sv/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -57,11 +57,6 @@ msgstr "\"local_copy_dir\" {path} finns inte!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "'{apkfilename}' är redan installerad i {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" innehåller utdaterat {name} ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -87,17 +82,6 @@ msgstr "\"{path}\" är signerad av en nyckel som inte är tillåten:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" är inte en giltig URL!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s-valet kräver %(number)d argument"
 | 
			
		||||
msgstr[1] "%(option)s-valen kräver %(number)d argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -113,14 +97,6 @@ msgstr "%d APK:er kunde inte signeras eller verifieras!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d problem hittades"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [alternativ]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -141,13 +117,6 @@ msgstr "%s har felaktig SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s är inte ett acceptabelt byggnationsfält"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' hittades inte i config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -168,8 +137,6 @@ msgstr "'keystorepass' hittades inte i config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' hittades inte i config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -183,11 +150,6 @@ msgstr "'sdk_path' är inte inställt i config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "{aapt} är för gammal, fdroid kräver build-tools-{version} eller nyare!"
 | 
			
		||||
 | 
			
		||||
#: ../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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -198,7 +160,7 @@ msgstr "Misslyckades med att köra '{path}'!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' är inte ett giltigt {field} i {appid}. Regex-mönster: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -217,8 +179,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() angavs inte"
 | 
			
		||||
| 
						 | 
				
			
			@ -309,10 +269,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -356,7 +312,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -412,11 +367,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Kan inte skriva om \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -469,20 +426,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -502,6 +456,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -595,11 +550,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -656,11 +606,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Hämtar %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -694,12 +639,6 @@ msgstr "FEL: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -844,10 +783,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Förbjudna HTML-taggar"
 | 
			
		||||
| 
						 | 
				
			
			@ -879,7 +814,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -944,15 +878,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1087,16 +1019,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Ogiltig booleansk '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1307,7 +1235,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1342,7 +1269,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1372,19 +1298,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1393,10 +1317,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Alternativ"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1562,14 +1482,6 @@ msgstr "Tar bort {path}''"
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Byt namn på APK-filer som inte matchar paket.namn_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1870,11 +1782,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1884,7 +1791,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Okänt undantag hittades!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1922,6 +1828,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1952,11 +1859,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Packar upp till %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Uppdatera förrådinformation för nya paket"
 | 
			
		||||
| 
						 | 
				
			
			@ -1970,6 +1872,7 @@ msgstr "Uppdatera binärens genomskinliga logg för en URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1989,11 +1892,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2008,27 +1907,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Användning"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Användning: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2067,11 +1949,6 @@ msgstr "Använder JAR-signatur"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2173,20 +2050,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "tvetydigt alternativ: %(option)s kunde motsvara %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "tvetydig option: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2200,11 +2068,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2215,8 +2085,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2235,7 +2103,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "kan inte öppna '%(filename)s': %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2249,14 +2117,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2275,14 +2139,6 @@ msgstr "klonar {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "komplex"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2313,10 +2169,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2341,8 +2193,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2360,8 +2210,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2369,20 +2217,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "ett argument förväntades"
 | 
			
		||||
| 
						 | 
				
			
			@ -2395,10 +2237,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2411,8 +2249,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "gzip-filarkiv"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2426,35 +2262,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "heltal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2492,8 +2314,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2512,30 +2332,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "ingen APK tillhandahölls"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "inget sådant val: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2545,72 +2350,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "alternativet -%s kändes inte igen"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "alternativet -%s kräver argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "alternativet --%s måste inte ha ett argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "alternativet --%s inte ett unikt prefix"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "alternativet --%s kändes inte igen"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "alternativet --%s kräver argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "alternativa argument"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2621,8 +2360,6 @@ msgstr "Alternativ"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "skriver över befintlig {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "positionella argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2655,10 +2392,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2682,17 +2415,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "delat bibliotek"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "visa programmets versionsnummer och avsluta"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "visa det här hjälpmeddelandet och avsluta"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2726,8 +2449,6 @@ msgstr "statiskt bibliotek"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2737,22 +2458,16 @@ msgstr "följande argument krävs: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "oväntad alternativ-sträng: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2763,9 +2478,7 @@ msgstr "argumenten känns inte igen: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "o-säkra behörigheter på '{config_file}' (borde vara 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "användning: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2794,21 +2507,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename}{appid} har ingen metadata!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2829,7 +2540,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid}saknas {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2870,11 +2580,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.3a1\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-09-08 11:09+0000\n"
 | 
			
		||||
"Last-Translator: abelbiwott-dev <abelbiwott@outlook.com>\n"
 | 
			
		||||
"Language-Team: Swahili <https://hosted.weblate.org/projects/f-droid/fdroidserver/sw/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -54,11 +54,6 @@ msgstr "\"local_copy_dir\" {path} haipo!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "Tayari \"{apkfilename}\" imesakinishwa kwenye {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" ina {name} ({version}) iliyopitwa na wakati"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -84,17 +79,6 @@ msgstr "\"{path}\" imetiwa saini na ufunguo ambao hauruhusiwi:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" si URL halali!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "Chaguo %(option)s linahitaji hoja %(number)d"
 | 
			
		||||
msgstr[1] "Chaguo %(option)s linahitaji hoja %(number)d"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -110,14 +94,6 @@ msgstr "APK %d hazijatiwa saini au kuthibitishwa!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d matatizo yamepatikana"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [chaguo]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -138,13 +114,6 @@ msgstr "%s ina SHA-256 mbaya: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s sio sehemu ya kujenga inayokubalika"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "chaguo la %s halichukui thamani"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' haipatikani kwenye config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -165,8 +134,6 @@ msgstr "'keystorepass' haipatikani kwenye config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' haipatikani kwenye config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "\"required\" ni hoja batili kwa vipengee vya nafasi"
 | 
			
		||||
| 
						 | 
				
			
			@ -180,11 +147,6 @@ msgstr "'sdk_path' haijawekwa kwenye config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' ni ya zamani sana, fdroid inahitaji zana za kujenga-{version} au mpya!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' itakuwa katika mpangilio nasibu! Tumia mabano () au [] ikiwa agizo ni muhimu!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -195,7 +157,7 @@ msgstr "{path} imeshindwa kutekeleza!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' ina muundo batili, inapaswa kuwa kamusi!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' si {field} halali katika {appid}. Muundo wa regex: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -214,8 +176,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "...sasisho la ukaguzi limeshindwa la{appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() haijafafanuliwa"
 | 
			
		||||
| 
						 | 
				
			
			@ -306,10 +266,6 @@ msgstr "Zana ya SDK ya Android {cmd} haijapatikana!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Apu ina Binari lakini haina AllowedAPKSigningKeys zinazolingana ili kubandika cheti."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Apu ina NoSourceSince au ArchivePolicy \"0 versions\" lakini AutoUpdateMode au UpdateCheckMode sio None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Apu ina NoSourceSince au ArchivePolicy \"matoleo 0\" au 0 lakini AutoUpdateMode au UpdateCheckMode sio Hakuna"
 | 
			
		||||
| 
						 | 
				
			
			@ -353,7 +309,6 @@ msgstr "Aina mbaya ya ingizo \"{mirrortype}\" katika usanidi wa vioo: {mirror}"
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "URL ya msingi ya kioo, inaweza kujumuisha ufunguo wa saini ya faharasa kwa kutumia mfuatano wa saili: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -409,11 +364,13 @@ msgstr[1] "Haiwezi kujenga kutokana na makosa ya {} wakati wa uchanganuzi"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Haiwezi kuandika upya \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Makundi ‘%s’ sio halali"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Makundi hayajawekwa"
 | 
			
		||||
| 
						 | 
				
			
			@ -466,20 +423,17 @@ msgstr "Ukinzani kati ya ufafanuzi wa \"{field}\" kati ya .yml na faili zilizoja
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Hoja zinazokinzana: '--verbose' na '--quiet' haiwezi kubainishwa kwa wakati mmoja."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Faili za usanidi zinazokinzana! Kwa kutumia {newfile}, ukipuuza {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Haikuweza kupata '{command}' kwenya mfumo wako"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Haikuweza kupata msimbo wa toleo wa hivi karibuni"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Haikuweza kupata jina la toleo la hivi karibuni"
 | 
			
		||||
| 
						 | 
				
			
			@ -499,6 +453,7 @@ msgstr "Haikuweza kufungua APK {path} kwa uchambuzi: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Haikuweza kuchanganua ukubwa \"{size}\", aina isiyo sahihi \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Haikuweza kupata Kitambulisho cha apu"
 | 
			
		||||
| 
						 | 
				
			
			@ -592,11 +547,6 @@ msgstr "Maelezo %s ni muhtasari ya apu tu"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Maelezo ina mstari wa nakala"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Maelezo ina orodha (%s) lakini sio yenye vitone (*) wala nambari (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -653,11 +603,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Pakua vioo kamili vya maghala madogo"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Inapakua %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Kupakua ghala hio tayari imefeli mara moja, haijaribu tena."
 | 
			
		||||
| 
						 | 
				
			
			@ -691,14 +636,6 @@ msgstr "HITILAFU: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "HITILAFU: Amri ndogo ya \"server\" imetolewa, tumia \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"HITILAFU: amri hii haipaswi kutumika kama kioo kwa f-droid.org!\n"
 | 
			
		||||
"Kioo kamili cha f-droid.org kinahitaji zaidi ya 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "HITILAFU: aina ya CI isiyoungwa mkono, marekebisho yanakaribishwa!"
 | 
			
		||||
| 
						 | 
				
			
			@ -845,10 +782,6 @@ msgstr "Faili ilipotea wakati wa kuichakata: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Imekamilika"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Njia za mchango ya Flattr ni za FlattrID: eneo"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Tagi za HTML zilizokatazwa"
 | 
			
		||||
| 
						 | 
				
			
			@ -880,7 +813,6 @@ msgstr "Imepata faili ya fedha mbaya \"{path}\" ya \"{name}\":"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Imepata appids batili katika hoja"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Ilipata versionCodes batili katika baadhi ya apu"
 | 
			
		||||
| 
						 | 
				
			
			@ -945,15 +877,13 @@ msgstr "Git clean imeshindwa"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch imeshindwa"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune imeshindwa"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head imeshindwa: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git reset imeshindwa"
 | 
			
		||||
| 
						 | 
				
			
			@ -1088,16 +1018,12 @@ msgstr "VercodeOperation batili: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "VercodeOperation batili: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Kitambulisho batili cha apu {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Boolean batili '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Orodha ya vitone batili"
 | 
			
		||||
| 
						 | 
				
			
			@ -1308,7 +1234,6 @@ msgstr "Hakuna vyeti vya kusaini vimepatikana katika {path}"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Hakuna kifurushi kama vile: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1343,7 +1268,6 @@ msgstr "Hakuna la kufanya kwa {appid}."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Sasa seti hizi katika config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1373,19 +1297,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "PNG na JPEG pekee zinakubalika katika mchoro, zimepata: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "Chapisha tofauti pekee na Play Store"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "Chakata apu zilizo na masasisho ya kiotomatiki pekee"
 | 
			
		||||
| 
						 | 
				
			
			@ -1394,10 +1316,6 @@ msgstr "Chakata apu zilizo na masasisho ya kiotomatiki pekee"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Njia za Mchango wa OpenCollective inapatikana kwenye OpenCollective: uwanja"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Chaguo"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Toa ripoti ya JSON kwa faili iliyopewa jina la APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1563,14 +1481,6 @@ msgstr "Kuondoa {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Badilisha jina la faili za APK ambazo hazilingani na package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Hali ya kisasa ya RepoTrunk ni ya maana tu katika ghala za git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Weka upya na uunde seva mpya ya kujenga, hata ikiwa ile iliopo inaonekana kuwa sawa."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1879,11 +1789,6 @@ msgstr "tagi ya leseni lisilotarajiwa \"{}\"! Tumia pekee tagi zilizoidhinishwa
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "tagi ya leseni isiyotarajiwa \"{}\"! Tumia pekee tagi za leseni zilizosanidiwa katika faili yako ya usanidi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Lengo la symlink lisiyotarajiwa:{link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1893,7 +1798,6 @@ msgstr "ingilio lisilojulikana {key} katika {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Kighairi kisichojulikana kimepatikana!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1931,6 +1835,7 @@ msgstr "Nafasi ya apu isiyotambulika '{fieldname}' katika '{path}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Bendera ya kujenga isiyotambulika '{build_flag}' katika '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1961,11 +1866,6 @@ msgstr "Njia ya scandelete isiyotumika: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Njia ya scanignore isiyotumika: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Kufungua zipu kwa %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Sasisha maelezo ya repo kwa vifurushi vipya"
 | 
			
		||||
| 
						 | 
				
			
			@ -1979,6 +1879,7 @@ msgstr "Sasisha logi ya uwazi ya binary kwa URL"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData ina URL batili: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1998,11 +1899,7 @@ msgstr "UpdateCheckData si URL iliyo halali: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode imewekwa lakini inaonekana kama checkupdates haijaendeshwa bado."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode imewekwa lakini inaonekana kama likecheckupdates haijaendeshwa bado"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName imewekwa katika kitambulisho cha apu kinachojulikana, inaweza kutolewa"
 | 
			
		||||
| 
						 | 
				
			
			@ -2017,27 +1914,10 @@ msgstr "Kupakia {apkfilename} kwa androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Kupakia {apkfilename} kwa virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Matumizi"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Matumizi: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Tumia /HEAD badala ya /master au /main kuashiria faili kwenye tawi la msingi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Tumia /HEAD badala ya /master kuashiria kwa fiaili katika tawi la msingi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Tumia `fdroid update -C` kuiunda."
 | 
			
		||||
| 
						 | 
				
			
			@ -2076,11 +1956,6 @@ msgstr "Kutumia saini ya JAR"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Kutumia jarsigner ya Java, haipendekezwi kwa kuthibitisha APK! Tumia apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Kutumia androguard kutoka \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2182,20 +2057,11 @@ msgstr "Inaongeza IdentityFile kwa {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "Inaongeza kwa {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "chaguo lisiloeleweka: %(option)s linaweza kulingana na %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "chaguo lisiloeleweka: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2209,11 +2075,13 @@ msgstr "apksigner haijapatikana! Haiwezi kusaini au kutibitisha APK ya kisasa"
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner haikupatikana, inahitajika kwa ajili ya kusaini!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "Kitambulisho cha apu cha faili kufanyia kazi"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2224,8 +2092,6 @@ msgstr "Kitambulisho cha apu yenye versionCode iliyo ya hiari katika fomu APPID[
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url inahitaji kumalizia na /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2244,7 +2110,7 @@ msgstr "inajaribu uhusiano wa SSH ulio tupu ili kujaribu ufunguo wa kupeleka:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "Haiwezi kuchanganua speci ya scrlib (sio kamba): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "Haiwezi kufungua '%(filename)s':%(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2258,14 +2124,10 @@ msgstr "Haiwezi kufungua URL isiyo ya https: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "Haiwezi kupata srclibs inayohitajika: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "Haiwezi kuwa na hoja za subparser nyingi"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2284,14 +2146,6 @@ msgstr "kukaririsha {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "amri kutoka kwa kiunzi huru cha programu-jalizi:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "changamani"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2322,10 +2176,6 @@ msgstr "haikuweza kuchanganua specifisheni ya srclib (hakuna jina limebainishwa)
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "haikuweza kuchanganua specifisheni ya srclib (hakuna rejeleo limebainishwa): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "haikuweza kuchanganua specifisheni ya srclib (saini nyingi mno za '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2350,8 +2200,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "logi ya mchakato uliosambazwa {path} hadi {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2369,8 +2217,6 @@ msgstr "Inapakua sahihi za skena kutoka '{}' imefeli"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "binari inayoweza kutekelezwa, ikiwezekana msimbo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2378,20 +2224,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "hoja %s iliyotarajiwa"
 | 
			
		||||
msgstr[1] "hoja %s zilizotarajiwa"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "ilitarajia angalau hoja moja"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "Imetarajiwa isiwe zaidi ya hoja moja"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "Ilitarajia hoja moja"
 | 
			
		||||
| 
						 | 
				
			
			@ -2404,10 +2244,6 @@ msgstr "fdroid [<command>] [-h|--msaada|--toleo|<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "Pakua toleo jipya zaidi za saini kutoka kwenye mtandao"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "hatua ya kuelea"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "lazimisha hitilafu za metadata (chaguo msingi) ziwe maonyo, au ziwe za kupuuzwa."
 | 
			
		||||
| 
						 | 
				
			
			@ -2420,8 +2256,6 @@ msgstr "svn clone ya git ilifeli"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "kumbukumbu ya faili ya gzip"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2435,35 +2269,21 @@ msgstr "index-v1 lazima iwe na saini, tumia `fdroid signindex` kuiunda!"
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 lazima iwe na saini, tumia `fdroid signindex` kuiunda!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "nambari kamili"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "Thamani batili ya %(type)s: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "chaguo iliyo batili: %(value)r (chagua kutoka %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "thamani ya conflict_resolution iliyo batili: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2501,8 +2321,6 @@ msgstr "kioo %s haikwishia na 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "vioo vimesetiwa mara mbili, katika config.yml na {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "Hoja zinazokinzana lazima ziwe za hiari"
 | 
			
		||||
| 
						 | 
				
			
			@ -2521,30 +2339,15 @@ msgstr "hakuna \"icon\" katika {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "hakuna APK iliyowasilishwa"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "hakuna chaguo kama hilo: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "hakuna maelezo ya toleo imepatikana!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "hakuna maelezo ya toleo zimepatikana"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "haikubaliki na hoja %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2554,72 +2357,6 @@ msgstr "moja ya hoja %s inahitajika"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "inakubali pekee kamba, orodha, na jozi"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "chaguo %s: Ikiwa kweli unataka kusakinisha apu zote zilizosainiwa, tumia --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "chaguo %s: thamani %s iliyo batili: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "chaguo %s: chaguo batili: %r(choose from %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "chaguo -%s halitambuliki"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "chaguo -%s linahitaji hoja"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "chaguo --%s ni lazima isiwe na hoja"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "chaguo --%s sio kiambishi awali cha kipekee"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "chaguo --%s halitambuliki"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "chaguo --%s linahitaji hoja"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "hoja za hiari"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "uchaguzi"
 | 
			
		||||
| 
						 | 
				
			
			@ -2629,8 +2366,6 @@ msgstr "uchaguzi"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "inaandika upya {path} iliyopo"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "hoja ya msimamo"
 | 
			
		||||
| 
						 | 
				
			
			@ -2663,10 +2398,6 @@ msgstr "repo_url ina haja ya kuisha na /ghala"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync inakosa au imevunjika: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml haijasimikwa, haiwezi kuandika metadata."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2690,17 +2421,7 @@ msgstr "serverwebroot: njia haikamiliki na \"fdroid\", labda ulimaanisha moja ka
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "maktaba inayoshirikishwa"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "onyesha nambari ya toleo la programu kisha uondoke"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "onyesha ujumbe huu wa usaidizi na uondoke"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2734,8 +2455,6 @@ msgstr "maktaba tuli"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "binari ya rejeleo lililowasilishwa imeruhusu signer {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2745,22 +2464,16 @@ msgstr "hoja zifuatazo zinahitajika: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "Chaguo lisilotarajiwa: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "kichanganuzi isiyojulikana %(parser_name)r (chaguo: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2771,9 +2484,7 @@ msgstr "hoja zisizotambulika: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "ruhusa zisizo salama kwenye '{config_file}' (inapaswa kuwa 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "matumizi: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2802,21 +2513,19 @@ msgstr[1] "apu {0}, lakabu muhimu{1}"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) haina metadata!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} ina faili nyingi za {name}, inaonekana kama shambulio la Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "AndroidManifest.xml ya {apkfilename} ina tarehe mbaya: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} haina jina! Inatumia kitambulisho cha apu badala yake."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2837,7 +2546,6 @@ msgstr "{appid} ina vyote viwili APK pamoja na faili: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} inakosa {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2878,11 +2586,6 @@ msgstr "{file} ni tupu au fisadi!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" haipo! Angalia \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} imewacha kutumika, tumia {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 2.1-273-g54e84d87\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-01-20 14:04+0000\n"
 | 
			
		||||
"Last-Translator: Hans-Christoph Steiner <hans@guardianproject.info>\n"
 | 
			
		||||
"Language-Team: Tamil <https://hosted.weblate.org/projects/f-droid/fdroidserver/ta/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -55,11 +55,6 @@ msgstr "\"local_copy_dir\" {path} இல்லை!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" ஏற்கனவே {dev} இல் நிறுவப்பட்டுள்ளது."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" காலாவதியான {name} ({version}) உள்ளது"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -85,17 +80,6 @@ msgstr "\"{path}\" அனுமதிக்கப்படாத ஒரு வ
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" சரியான முகவரி அல்ல!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s விருப்பத்திற்கு %(number)d உரையாடல் தேவைப்படுகிறது"
 | 
			
		||||
msgstr[1] "%(option)s விருப்பத்திற்கு %(number)d வாதங்கள் தேவை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -111,14 +95,6 @@ msgstr "%d apks கையொப்பமிடவோ சரிபார்க்
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d சிக்கல்கள் காணப்படுகின்றன"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [விருப்பங்கள்]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -139,13 +115,6 @@ msgstr "%s மோசமான SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s ஏற்றுக்கொள்ளப்பட்ட கட்டட புலம் அல்ல"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s விருப்பம் ஒரு மதிப்பை எடுக்காது"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "config.yml இல் 'கீபாச்' காணப்படவில்லை!"
 | 
			
		||||
| 
						 | 
				
			
			@ -166,8 +135,6 @@ msgstr "'கீச்டோர்பாச்' config.yml இல் காணப
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "config.yml இல் 'ரெப்போ_காலியாச்' காணப்படவில்லை!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'தேவை' என்பது நிலைப்பாடுகளுக்கு தவறான வாதமாகும்"
 | 
			
		||||
| 
						 | 
				
			
			@ -181,11 +148,6 @@ msgstr "'sdk_path' config.yml இல் அமைக்கப்படவில
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' மிகவும் பழையது, fdroid க்கு கட்டிய-கருவிகள்-{version} அல்லது புதியவை தேவை!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' சீரற்ற வரிசையில் இருக்கும்! ஆர்டர் முக்கியத்துவம் வாய்ந்ததாக இருந்தால் () அல்லது [] அடைப்புக்குறிகளைப் பயன்படுத்தவும்!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -196,7 +158,7 @@ msgstr "'{path}' செயல்படுத்தத் தவறிவிட
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' தவறான வடிவத்தைக் கொண்டுள்ளது, அது ஒரு அகராதியாக இருக்க வேண்டும்!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' என்பது {appid} இல் செல்லுபடியாகும் {field} அல்ல. ரீசெக்ச் முறை: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -215,8 +177,6 @@ msgstr "-மெர்ச்-கோருதல் ஒரு பயன்பா
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "... {appid}: {error} க்கு செக்அப்டேட் தோல்வியுற்றது"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__ அழைப்பு __ () வரையறுக்கப்படவில்லை"
 | 
			
		||||
| 
						 | 
				
			
			@ -307,10 +267,6 @@ msgstr "ஆண்ட்ராய்டு SDK கருவிகள் {cmd} க
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "பயன்பாட்டில் பைனரிகள் உள்ளன, ஆனால் சான்றிதழுடன் தொடர்புடைய AllowedAPKSigningKeys இல்லை."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "பயன்பாட்டில் Nosourcencens அல்லது காப்பகப் போலிசி \"0 பதிப்புகள்\" உள்ளன, ஆனால் ஆட்டோப்டேட்மோட் அல்லது புதுப்பிப்பு தொழில்நுட்பம் எதுவும் இல்லை"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "பயன்பாட்டில் Nosourcencence அல்லது காப்பகப் போலிசி \"0 பதிப்புகள்\" அல்லது 0 உள்ளது, ஆனால் ஆட்டோப்டேட்மோட் அல்லது புதுப்பிப்பு தொழில்நுட்பம் எதுவும் இல்லை"
 | 
			
		||||
| 
						 | 
				
			
			@ -354,7 +310,6 @@ msgstr "கண்ணாடியில் \"{mirrortype}\" மோசமான 
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -410,11 +365,13 @@ msgstr[1] "ச்கேன் செய்யும் போது {} பிழ
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "\"{path}\" ஐ மீண்டும் எழுத முடியாது"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "வகைகள் '%s' செல்லுபடியாகாது"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "வகைகள் அமைக்கப்படவில்லை"
 | 
			
		||||
| 
						 | 
				
			
			@ -467,20 +424,17 @@ msgstr ".Yml மற்றும் உள்ளூர்மயமாக்கப
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "முரண்பட்ட வாதங்கள்: '--verbose' மற்றும் '--quiet' ஒரே நேரத்தில் குறிப்பிட முடியாது."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "முரண்பட்ட கட்டமைப்பு கோப்புகள்! {newfile} ஐப் பயன்படுத்துதல், {oldfile} ஐ புறக்கணித்து!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "உங்கள் கணினியில் '{command}' கண்டுபிடிக்க முடியவில்லை"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "அண்மைக் கால பதிப்பு குறியீட்டைக் கண்டுபிடிக்க முடியவில்லை"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "அண்மைக் கால பதிப்பு பெயரைக் கண்டுபிடிக்க முடியவில்லை"
 | 
			
		||||
| 
						 | 
				
			
			@ -500,6 +454,7 @@ msgstr "பகுப்பாய்விற்கு பயன்பாடு {
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "அளவை \"{size}\", தவறான வகை \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "பயன்பாட்டு ஐடியைக் கண்டுபிடிக்க முடியவில்லை"
 | 
			
		||||
| 
						 | 
				
			
			@ -593,11 +548,6 @@ msgstr "விளக்கம் '%s' என்பது பயன்பாட
 | 
			
		|||
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 "விளக்கத்தில் ஒரு பட்டியல் (%s) உள்ளது, ஆனால் அது புல்லட் (*) அல்லது எண்ணற்ற (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -654,11 +604,6 @@ msgstr "நெட்வொர்க்கில் குறைவாக கச
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "சிறிய களஞ்சியங்களின் முழுமையான கண்ணாடியைப் பதிவிறக்கவும்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "%s பதிவிறக்குதல்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "களஞ்சியத்தை பதிவிறக்குவது ஏற்கனவே ஒரு முறை தோல்வியடைந்தது, மீண்டும் முயற்சிக்கவில்லை."
 | 
			
		||||
| 
						 | 
				
			
			@ -692,14 +637,6 @@ msgstr "பிழை: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "பிழை: \"சேவையகம்\" துணைக்குழு அகற்றப்பட்டது, \"வரிசைப்படுத்தல்\" ஐப் பயன்படுத்தவும்!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"பிழை: F-droid.org ஐ பிரதிபலிக்க இந்த கட்டளை ஒருபோதும் பயன்படுத்தப்படக்கூடாது!\n"
 | 
			
		||||
" F-droid.org இன் முழு கண்ணாடிக்கு 200 சிபிக்கு மேல் தேவைப்படுகிறது."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "பிழை: ஆதரிக்கப்படாத தொஒ வகை, திட்டுகள் வரவேற்கப்படுகின்றன!"
 | 
			
		||||
| 
						 | 
				
			
			@ -846,10 +783,6 @@ msgstr "அதை செயலாக்கும்போது கோப்ப
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "முடிந்தது"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "பிளாட்ட்ரிடில் பிளாட் ட்ரிட்டில் பெல்லாங்: புலம்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "தடைசெய்யப்பட்ட உஉகுமொ குறிச்சொற்கள்"
 | 
			
		||||
| 
						 | 
				
			
			@ -881,7 +814,6 @@ msgstr "\"{name}\" க்கு \"{path}\" மோசமான பொருள்
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "வாதங்களில் தவறான பயன்பாடுகளைக் கண்டறிந்தது"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "சில பயன்பாடுகளுக்கான தவறான பதிப்புக் குறியீடுகளைக் கண்டறிந்தது"
 | 
			
		||||
| 
						 | 
				
			
			@ -946,15 +878,13 @@ msgstr "அறிவிலி தூய்மையான தோல்விய
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch தோல்வியுற்றது"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "அறிவிலி ப்ரூன் தோல்வியடைந்தது"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "அறிவிலி ரிமோட் செட்-எட் தோல்வியடைந்தது: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "அறிவிலி மீட்டமைப்பு தோல்வியடைந்தது"
 | 
			
		||||
| 
						 | 
				
			
			@ -1089,16 +1019,12 @@ msgstr "தவறான VERCODEOPERATION: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "தவறான VERCODEOPERATION: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "தவறான பயன்பாட்டு ஐடி {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "தவறான பூலியன் '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "தவறான புல்லட் பட்டியல்"
 | 
			
		||||
| 
						 | 
				
			
			@ -1309,7 +1235,6 @@ msgstr "{path} இல் கையொப்பமிடும் சான்ற
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "அத்தகைய தொகுப்பு இல்லை: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1344,7 +1269,6 @@ msgstr "{appid}க்கு எதுவும் செய்ய முடி
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "இப்போது இவற்றை config.yml இல் அமைக்கவும்:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1374,19 +1298,17 @@ msgstr "'Github_releases' கட்டமைப்பு உருப்பட
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "'Github_releases' கட்டமைப்பு உருப்படிகளில் ஒன்று 'கிள்ளாக்கு' மதிப்பைக் காணவில்லை. ச்கிப்பிங் ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "கிராபிக்ச் மற்றும் காணப்படும் பி.என்.சி மற்றும் சே.பி.சி மட்டுமே ஆதரிக்கப்படுகின்றன: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr "பிளே ச்டோருடன் மட்டுமே வேறுபாடுகளை அச்சிடுங்கள்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr "தானியங்கு புதுப்பிப்புகளுடன் பயன்பாடுகளை மட்டுமே செயலாக்கவும்"
 | 
			
		||||
| 
						 | 
				
			
			@ -1395,10 +1317,6 @@ msgstr "தானியங்கு புதுப்பிப்புகள
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "OpenCollective நன்கொடை முறைகள் OpenCollective: புலம்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "விருப்பங்கள்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "APK இன் பெயரிடப்பட்ட தாக்கல் சாதொபொகு அறிக்கை."
 | 
			
		||||
| 
						 | 
				
			
			@ -1564,14 +1482,6 @@ msgstr "{path} \"ஐ நீக்குதல்"
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "தொகுப்புடன் பொருந்தாத APK கோப்புகளை மறுபெயரிடுங்கள். NAME_123.APK"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Git-svn களஞ்சியங்களில் மட்டுமே ரெபோட்ரங்க் புதுப்பிப்பு முறை அர்த்தமுள்ளதாக இருக்கும்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "தற்போதுள்ள ஒன்று சரியாகத் தோன்றினாலும், ஒரு புதிய உருவாக்க சேவையகத்தை மீட்டமைத்து உருவாக்கவும்."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1879,11 +1789,6 @@ msgstr "எதிர்பாராத உரிமக் குறிச்ச
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "எதிர்பாராத உரிமக் குறிச்சொல் \"{}\"! உங்கள் கட்டமைப்பு கோப்பில் கட்டமைக்கப்பட்ட உரிமக் குறிச்சொற்களை மட்டுமே பயன்படுத்தவும்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "எதிர்பாராத சிம்லிங்க் இலக்கு: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1893,7 +1798,6 @@ msgstr "{configname} இல் அறியப்படாத நுழைவு
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "அறியப்படாத விதிவிலக்கு கண்டறியப்பட்டது!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1931,6 +1835,7 @@ msgstr "அங்கீகரிக்கப்படாத பயன்பா
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "அங்கீகரிக்கப்படாத கட்டமைப்புக் கொடி '{build_flag}' '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1961,11 +1866,6 @@ msgstr "பயன்படுத்தப்படாத ச்கேண்ட
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "பயன்படுத்தப்படாத ச்கேனிக்னர் பாதை: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "%s க்கு அன்சிங்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "புதிய தொகுப்புகளுக்கான ரெப்போ தகவல்களைப் புதுப்பிக்கவும்"
 | 
			
		||||
| 
						 | 
				
			
			@ -1979,6 +1879,7 @@ msgstr "முகவரி க்கான பைனரி வெளிப்ப
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData இல் தவறான முகவரி உள்ளது: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1998,11 +1899,7 @@ msgstr "புதுப்பிப்பு தொழில்நுட்ப
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode அமைக்கப்பட்டுள்ளது, ஆனால் சரிபார்ப்புகள் இன்னும் இயக்கப்படவில்லை என்று தெரிகிறது."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode அமைக்கப்பட்டுள்ளது, ஆனால் இது சாத்தியம் இன்னும் இயக்கப்படவில்லை"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "புதுப்பிப்பு சோதனை பெயர் அறியப்பட்ட பயன்பாட்டு ஐடிக்கு அமைக்கப்பட்டுள்ளது, அதை அகற்றலாம்"
 | 
			
		||||
| 
						 | 
				
			
			@ -2017,27 +1914,10 @@ msgstr "Uploading {apkfilename} பெறுநர் androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Uploading {apkfilename} பெறுநர் virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "பயன்பாடு"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "பயன்பாடு: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Use /HEAD instead of /master or /main பெறுநர் புள்ளியம் at a கோப்பு in the இயல்புநிலை branch"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Use /HEAD instead of /master பெறுநர் புள்ளியம் at a கோப்பு in the இயல்புநிலை branch"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Use `fdroid புதுப்பிப்பு -c` பெறுநர் create it."
 | 
			
		||||
| 
						 | 
				
			
			@ -2076,11 +1956,6 @@ msgstr "குடுவை கையொப்பத்தைப் பயன்
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "சாவாவின் சார்சிக்னரைப் பயன்படுத்துதல், APKS ஐ சரிபார்க்க பரிந்துரைக்கப்படவில்லை! Apksigner ஐப் பயன்படுத்தவும்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Using androguard இருந்து \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2182,20 +2057,11 @@ msgstr "{path} க்கு அடையாள கோப்பைச் சே
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "{name}: {path} உடன் சேர்க்கிறது"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "தெளிவற்ற விருப்பம்: %(option)s %(matches)s உடன் பொருந்தக்கூடும்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "தெளிவற்ற விருப்பம்: %s ( %s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2209,11 +2075,13 @@ msgstr "apksigner கண்டுபிடிக்கப்படவில்
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner கண்டுபிடிக்கப்படவில்லை, கையெழுத்திட இது தேவை!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "இயக்க வேண்டிய கோப்பின் பயன்பாட்டு ஐடி"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2224,8 +2092,6 @@ msgstr "Appid [: VERCODE] படிவத்தில் விருப்ப 
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "காப்பகம்_ஆர்ல் /காப்பகத்துடன் முடிவடைய வேண்டும்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2244,7 +2110,7 @@ msgstr "சோதனை வரிசைப்படுத்துவதற்
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "ச்க்ர்லிப் ச்பெக்கை அலச முடியாது (ஒரு சரம் அல்ல): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "' %(error)s கள்' ஐ திறக்க முடியாது: %(filename)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2258,14 +2124,10 @@ msgstr "HTTPS அல்லாத முகவரி ஐ திறக்க ம
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "தேவையான SRCLIBS ஐக் கண்டுபிடிக்க முடியவில்லை: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2284,14 +2146,6 @@ msgstr "குளோனிங் {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "சொருகி தொகுதிகளிலிருந்து கட்டளைகள்:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "அணைவு"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2322,10 +2176,6 @@ msgstr "SRCLIB ச்பெக்கை அலச முடியவில்ல
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "SRCLIB ச்பெக்கை அலச முடியவில்லை (குறிப்பு எதுவும் குறிப்பிடப்படவில்லை): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "SRCLIB ச்பெக்கை அலச முடியவில்லை (அதிகமான '@' அறிகுறிகள்): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2350,8 +2200,6 @@ msgstr "பூட்டு இல்லாமல் சார்பு கோப
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "பயன்படுத்தப்பட்ட செயல்முறை பதிவு {path} முதல் {dest} வரை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2369,8 +2217,6 @@ msgstr "'{}' இலிருந்து ச்கேனர் கையொப
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "இயங்கக்கூடிய பைனரி, ஒருவேளை குறியீடு"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2378,20 +2224,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "எதிர்பார்க்கப்படும் %s உரையாடல்"
 | 
			
		||||
msgstr[1] "எதிர்பார்க்கப்படும் %s வாதங்கள்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "ஒரு வாதத்தை எதிர்பார்க்கலாம்"
 | 
			
		||||
| 
						 | 
				
			
			@ -2404,10 +2244,6 @@ msgstr "fdroid [<கட்டளை>] [-h |--help | --version | <args>]]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "வலையிலிருந்து கையொப்பங்களின் அண்மைக் கால பதிப்பைப் பெறுங்கள்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "மிதக்கும் புள்ளி"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "மேனிலை தரவு பிழைகள் (இயல்புநிலை) எச்சரிக்கைகள் அல்லது புறக்கணிக்கப்பட வேண்டும்."
 | 
			
		||||
| 
						 | 
				
			
			@ -2420,8 +2256,6 @@ msgstr "அறிவிலி எச்.வி.என் நகலி தோல
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "GZIP கோப்பு காப்பகம்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2435,35 +2269,21 @@ msgstr "Index-V1 ஒரு கையொப்பத்தைக் கொண்
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "Index-V2 ஒரு கையொப்பத்தைக் கொண்டிருக்க வேண்டும், அதை உருவாக்க `fdroid சிக்னின்டெக்ச்` ஐப் பயன்படுத்தவும்!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "முழு எண்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "தவறான %(type)s மதிப்பு: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "தவறான தேர்வு: %(value)r ஆர் ( %(choices)s இலிருந்து தேர்வு செய்யவும்)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "தவறான மோதல்_ -ரசல் மதிப்பு: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2501,8 +2321,6 @@ msgstr "கண்ணாடியின் '%s' 'fdroid' உடன் முட
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "கண்ணாடிகள் இரண்டு முறை அமைக்கப்பட்டன, config.yml மற்றும் {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "பரச்பர வாதங்கள் விருப்பமாக இருக்க வேண்டும்"
 | 
			
		||||
| 
						 | 
				
			
			@ -2521,30 +2339,15 @@ msgstr "{appid} in இல் \"படவுரு\" இல்லை"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "APK வழங்கப்படவில்லை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "அத்தகைய விருப்பம் இல்லை: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "பதிப்பு செய்தி எதுவும் கிடைக்கவில்லை!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "பதிப்பு தகவல்கள் எதுவும் கிடைக்கவில்லை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "உரையாடல் %s உடன் அனுமதிக்கப்படவில்லை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2554,72 +2357,6 @@ msgstr "%s வாதங்களில் ஒன்று தேவை"
 | 
			
		|||
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 "விருப்பம் %s: கையொப்பமிடப்பட்ட அனைத்து பயன்பாடுகளையும் நீங்கள் உண்மையில் நிறுவ விரும்பினால், பயன்படுத்தவும் -அனைவருக்கும்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "விருப்பம் %s: தவறான %s மதிப்பு: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "விருப்பம் %s: தவறான தேர்வு: %r ( %s இலிருந்து தேர்வு)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "விருப்பம் -%s அங்கீகரிக்கப்படவில்லை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "விருப்பம் -%s க்கு வாதம் தேவை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "விருப்பம் -%s க்கு ஒரு உரையாடல் இருக்கக்கூடாது"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "விருப்பம் -%s ஒரு தனித்துவமான முன்னொட்டு அல்ல"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "விருப்பம் --%s அங்கீகரிக்கப்படவில்லை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "விருப்பம் -%s க்கு உரையாடல் தேவை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "விருப்ப வாதங்கள்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "விருப்பங்கள்"
 | 
			
		||||
| 
						 | 
				
			
			@ -2629,8 +2366,6 @@ msgstr "விருப்பங்கள்"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "இருக்கும் {path} ஐ மேலெழுதும்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "நிலை வாதங்கள்"
 | 
			
		||||
| 
						 | 
				
			
			@ -2663,10 +2398,6 @@ msgstr "ரெப்போ_ஆர்ல் /ரெப்போவுடன் 
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "RSYNC காணவில்லை அல்லது உடைந்தது: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ருவாமெல்.யம்ல் நிறுவப்படவில்லை, மெட்டாடேட்டாவை எழுத முடியாது."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2690,17 +2421,7 @@ msgstr "ServerWebroot: பாதை \"fdroid\" உடன் முடிவட
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "பகிரப்பட்ட நூலகம்"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "இந்த உதவி செய்தியை காட்டிவிட்டு வெளியேறு"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2734,8 +2455,6 @@ msgstr "நிலையான நூலகம்"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "வழங்கப்பட்ட குறிப்பு பைனரி கையொப்பத்தை அனுமதித்துள்ளது {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2745,22 +2464,16 @@ msgstr "பின்வரும் வாதங்கள் தேவை: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "உண்மை"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "எதிர்பாராத விருப்ப சரம்: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "அறியப்படாத பாகுபடுத்தி %(parser_name)r (தேர்வுகள்: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2771,9 +2484,7 @@ msgstr "அங்கீகரிக்கப்படாத வாதங்க
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "'{config_file}' இல் பாதுகாப்பற்ற அனுமதிகள் (0600 ஆக இருக்க வேண்டும்)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "பயன்பாடு: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2802,21 +2513,19 @@ msgstr[1] "{0} பயன்பாடுகள், {1} முக்கிய ம
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) மேனிலை தரவு இல்லை!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename the பல {apkfilename} கோப்புகளைக் கொண்டுள்ளது, முதன்மை விசை சுரண்டல் போல் தெரிகிறது!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename} இன் androidmanifest.xml க்கு மோசமான தேதி உள்ளது: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} ஒரு பெயர் இல்லை! அதற்கு பதிலாக பயன்பாட்டு ஐடியைப் பயன்படுத்துதல்."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2837,7 +2546,6 @@ msgstr "{appid} பயன்பாடுகள் மற்றும் கோ
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} காணவில்லை {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2878,11 +2586,6 @@ msgstr "{file} வெற்று அல்லது ஊழல் நிறை
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/ஐகான்கள்/{path}\" இல்லை! \"Config.yml\" ஐ சரிபார்க்கவும்."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} நீக்கப்பட்டது, {newfile} ஐப் பயன்படுத்தவும்"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-09-10 23:49+0000\n"
 | 
			
		||||
"Last-Translator: Oğuz Ersen <oguz@ersen.moe>\n"
 | 
			
		||||
"Language-Team: Turkish <https://hosted.weblate.org/projects/f-droid/fdroidserver/tr/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -55,11 +55,6 @@ msgstr "\"local_copy_dir\" {path} mevcut değil!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" zaten {dev} üzerinde kurulu."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" tarihi geçmiş {name} ({version}) içeriyor"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -85,17 +80,6 @@ msgstr "\"{path}\", izin verilmeyen bir anahtarla imzalandı:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" geçerli bir URL değil!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s seçeneği %(number)d argüman gerektirir"
 | 
			
		||||
msgstr[1] "%(option)s seçeneği %(number)d argüman gerektirir"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -111,14 +95,6 @@ msgstr "%d APK imzalanamadı veya doğrulanamadı!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d sorun bulundu"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [seçenekler]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -139,13 +115,6 @@ msgstr "%s bozuk SHA-256'ya sahip: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s kabul edilen bir inşa alanı değil"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s seçeneği bir değer almaz"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' config.yml içinde bulunamadı!"
 | 
			
		||||
| 
						 | 
				
			
			@ -166,8 +135,6 @@ msgstr "'keystorepass' config.yml içinde bulunamadı!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' config.yml içinde bulunamadı!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' positionals için geçersiz bir argüman"
 | 
			
		||||
| 
						 | 
				
			
			@ -181,11 +148,6 @@ msgstr "'sdk_path' config.yml içinde ayarlı değil!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' çok eski, fdroid build-tools-{version} veya daha yenisini gerektirir!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' rastgele sırada olacak! Sıra önemliyse () veya [] parantez kullanın!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -196,7 +158,7 @@ msgstr "'{path}' yürütülemedi!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' geçersiz biçime sahip, bir sözlük olmalı!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' {appid} içinde geçerli {field} değil. Regex ifadesi: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -215,8 +177,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr ".. .checkupdate {appid} için başarısız oldu: {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() tanımlı değil"
 | 
			
		||||
| 
						 | 
				
			
			@ -307,10 +267,6 @@ msgstr "Android SDK aracı {cmd} bulunamadı!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Uygulama İkili Dosyalara sahip ancak sertifikayı sabitlemek için karşılık gelen AllowedAPKSigningKeys'e sahip değil."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Uygulamanın NoSourceSince veya ArchivePolicy \"0 sürümü\" var ancak AutoUpdateMode veya UpdateCheckMode Yok değil"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Uygulamanın NoSourceSince veya ArchivePolicy \"0 sürümü\" var ya da 0 var ama AutoUpdateMode veya UpdateCheckMode Yok değil"
 | 
			
		||||
| 
						 | 
				
			
			@ -354,7 +310,6 @@ msgstr "Aynalar yapılandırmasında hatalı giriş türü \"{mirrortype}\": {mi
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Yansının temel URL'si, 'şu sorgu dizgisini kullanarak indeks imzalama anahtarını içerebilir: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -410,11 +365,13 @@ msgstr[1] "Tarama sırasında {} hata nedeniyle inşa edilemiyor"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "\"{path}\" yeniden yazılamıyor"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "'%s' kategorileri geçersiz"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Kategoriler ayarlı değil"
 | 
			
		||||
| 
						 | 
				
			
			@ -467,20 +424,17 @@ msgstr ".yml ve yerelleştirilmiş dosyalar arasında çakışan \"{field}\" tan
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Çakışan argümanlar: '--verbose' ve '--quiet' aynı anda belirtilemez."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Çakışan yapılandırma dosyaları! {newfile} kullanılıyor, {oldfile} yok sayılıyor!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "'{command}' sisteminizde bulunamadı"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Son sürüm kodu bulunamadı"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Son sürüm adı bulunamadı"
 | 
			
		||||
| 
						 | 
				
			
			@ -500,6 +454,7 @@ msgstr "İnceleme için APK {path} açılamadı: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "\"{size}\" boyutu ayrıştırılamadı, yanlış tür \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Uygulama kimliği bulunamadı"
 | 
			
		||||
| 
						 | 
				
			
			@ -593,11 +548,6 @@ msgstr "Açıklama '%s' yalnızca uygulamanın özeti"
 | 
			
		|||
msgid "Description has a duplicate line"
 | 
			
		||||
msgstr "Açıklamanın yinelenen satırı var"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Description has a list (%s) but it isn't bulleted (*) nor numbered (#)"
 | 
			
		||||
msgstr "Açıklamanın bir listesi (%s) var fakat madde imli (*) veya numaralı(#) değil"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -654,11 +604,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Küçük depoların tam yansımasını indir"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "%s indiriliyor"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Depoyu indirmek zaten bir kez başarısız oldu, tekrar denenmiyor."
 | 
			
		||||
| 
						 | 
				
			
			@ -692,14 +637,6 @@ msgstr "HATA: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "HATA: \"server\" alt komutu kaldırıldı, \"deploy\" kullanın!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"HATA: bu komut asla f-droid.org'u yansıtmak için kullanılmamalıdır!\n"
 | 
			
		||||
"f-droid.org'un tam bir yansıması 200GB'tan çok yer gerektirir."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "HATA: desteklenmeyen CI türü, yama gönderebilirsiniz!"
 | 
			
		||||
| 
						 | 
				
			
			@ -846,10 +783,6 @@ msgstr "Dosya işlenirken kayboldu: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Tamamlandı"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Flattr bağış yöntemleri FlattrID: alanında olmalı"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Yasaklı HTML etiketleri"
 | 
			
		||||
| 
						 | 
				
			
			@ -881,7 +814,6 @@ msgstr "\"{name}\" için hatalı ödeme dosyası \"{path}\" bulundu:"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Argümanda geçersiz appid'ler bulundu"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Bazı uygulamalar için geçersiz versionCodes bulundu"
 | 
			
		||||
| 
						 | 
				
			
			@ -946,15 +878,13 @@ msgstr "Git clean başarısız"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch başarısız"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune başarısız"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head başarısız: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git reset başarısız"
 | 
			
		||||
| 
						 | 
				
			
			@ -1089,16 +1019,12 @@ msgstr "Geçersiz Vercode İşlemi: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Geçersiz VercodeOperation: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Geçersiz uygulama kimliği {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Geçersiz boole '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Geçersiz madde imli liste"
 | 
			
		||||
| 
						 | 
				
			
			@ -1309,7 +1235,6 @@ msgstr "{path} içinde imzalama sertifikaları bulunamadı"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Böyle bir paket yok: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1344,7 +1269,6 @@ msgstr "{appid} için yapılacak işlem yok."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Şimdi bunları config.yml içinde ayarlayın:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1374,19 +1298,17 @@ msgstr "'github_releases' yapılandırma ögelerinden birinde 'projectUrl' değe
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "'github_releases' yapılandırma ögelerinden birinde 'token' değeri eksik. atlanıyor..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Grafikler için yalnızca PNG ve JPEG desteklenir, bulunan: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -1395,10 +1317,6 @@ msgstr "Yalnızca kendiliğinden güncellemesi olan uygulamaları işle"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "OpenCollective bağış yöntemleri OpenCollective: alanında olmalı"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Seçenekler"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "APK'den sonra adlandırılmış dosyaya JSON raporu yazdırın."
 | 
			
		||||
| 
						 | 
				
			
			@ -1564,14 +1482,6 @@ msgstr "\"{path}\" kaldırılıyor"
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "paket.adı_123.apk örüntüsüyle eşleşmeyen tüm APK dosyalarını yeniden adlandır"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "RepoTrunk güncelleme modu yalnızca git-svn depolarında anlamlıdır"
 | 
			
		||||
 | 
			
		||||
#: ../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 inşa sunucusu yarat, var olan iyi görünüyor olsa bile."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1879,11 +1789,6 @@ msgstr "Beklenmeyen lisans etiketi \"{}\"! Yalnızca https://spdx.org/license-li
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Beklenmeyen lisans etiketi \"{}\"! Yalnızca yapılandırma dosyanızda yapılandırılan lisans etiketlerini kullanın"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Beklenmeyen sembolik bağlantı hedefi: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1893,7 +1798,6 @@ msgstr "{configname} içinde bilinmeyen girdi {key}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Bilinmeyen istisna bulundu!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1931,6 +1835,7 @@ msgstr "'{path}'deki tanınmayan uygulama alanı '{fieldname}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "'{path}'de tanınmayan yapı bayrağı '{build_flag}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1961,11 +1866,6 @@ msgstr "Kullanılmayan scandelete yolu: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Kullanılmayan scanignore yolu: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "%s konumuna çıkarılıyor"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Yeni paketler için depo bilgisini güncelle"
 | 
			
		||||
| 
						 | 
				
			
			@ -1979,6 +1879,7 @@ msgstr "Bir URL için çalıştırılabilir şeffaflık günlüğünü güncelle
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData geçersiz URL'ye sahip: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1998,11 +1899,7 @@ msgstr "UpdateCheckData geçerli bir URL değil: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode ayarlı ancak checkupdates henüz çalıştırılmamış gibi görünüyor."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode ayarlı ancak checkupdates henüz çalıştırılmamış gibi görünüyor"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName bilinen uygulama kimliğine ayarlı - kaldırılabilir"
 | 
			
		||||
| 
						 | 
				
			
			@ -2017,27 +1914,10 @@ msgstr "{apkfilename}, androidobservatory.org'a yükleniyor"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "{apkfilename} virustotal'e yükleniyor"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Kullanım"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Kullanım: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Öntanımlı daldaki bir dosyaya işaret etmek için /master veya /main yerine /HEAD kullanın"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Öntanımlı daldaki bir dosyaya işaret etmek için /master yerine /HEAD kullanın"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Onu oluşturmak için `fdroid update -c` kullanın."
 | 
			
		||||
| 
						 | 
				
			
			@ -2076,11 +1956,6 @@ msgstr "JAR İmza kullanılıyor"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Java'nın jarsigner'ı kullanılıyor, APK'ları doğrulamak için önerilmez! apksigner'ı kullanın"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "\"{path}\" adresinden androguard'ı kullanıyor"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2182,20 +2057,11 @@ msgstr "IdentityFile {path} konumuna ekleniyor"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "{name} adına ekleniyor: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "belirsiz şeçenek: %(option)s ile %(matches)s eşleşebilir"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "belirsiz şeçenek: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2209,11 +2075,13 @@ msgstr "apksigner bulunamadı! Modern APK'lar imzalanamıyor veya doğrulanamıy
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner bulunamadı, imzalamak için gereklidir!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "üzerinde işlem yapılacak dosyanın uygulama kimliği"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2224,8 +2092,6 @@ msgstr "UYGULAMA_KİMLİĞİ[:SÜRÜM_KODU] biçiminde isteğe bağlı versionCo
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url'nin /archive ile bitmesi gerekiyor"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2244,7 +2110,7 @@ msgstr "Dağıtım anahtarını sınamak için çıplak SSH bağlantısı deneni
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "scrlib belirtimi ayrıştırılamıyor (bir dizge değil): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "'%(filename)s' açılamıyor: %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2258,14 +2124,10 @@ msgstr "https olmayan url açılamıyor: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "gerekli srclibs bulunamıyor: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "cannot have multiple subparser arguments"
 | 
			
		||||
msgstr "birden çok alt-ayrıştırıcı argümanı verilemez"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2284,14 +2146,6 @@ msgstr "{url} klonlanıyor"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "eklenti modüllerinden komutlar:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "karmaşık"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2322,10 +2176,6 @@ msgstr "srclib belirtimi ayrıştırılamadı (ad belirtilmedi): '{}'"
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "srclib belirtimi ayrıştırılamadı (referans belirtilmedi): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "srclib belirtimi ayrıştırılamadı (çok fazla '@' işareti): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2350,8 +2200,6 @@ msgstr "kilitsiz bağımlılık dosyası"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "{path} işlem günlüğü {dest}'e dağıtıldı"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2369,8 +2217,6 @@ msgstr "'{}' tarayıcı imzalarının indirilmesi başarısız oldu"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "çalıştırılabilir ikili dosya, muhtemelen kod"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2378,20 +2224,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] "beklenen %s argümandı"
 | 
			
		||||
msgstr[1] "beklenen %s argümandı"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at least one argument"
 | 
			
		||||
msgstr "beklenen en az bir argümandı"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected at most one argument"
 | 
			
		||||
msgstr "beklenen en çok bir argümandı"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "beklenen bir argümandı"
 | 
			
		||||
| 
						 | 
				
			
			@ -2404,10 +2244,6 @@ msgstr "fdroid [<komut>] [-h|--help|--version|<argümanlar>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "imzaların en son sürümünü internetten al"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "kayan nokta"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "üst veri hatalarının (öntanımlı) uyarı olmasını veya yok sayılmasını zorunlu kıl."
 | 
			
		||||
| 
						 | 
				
			
			@ -2420,8 +2256,6 @@ msgstr "git svn clone başarısız"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "gzip dosya arşivi"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2435,35 +2269,21 @@ msgstr "index-v1 bir imzaya sahip olmalı, oluşturmak için `fdroid signindex`
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 bir imzaya sahip olmalı, oluşturmak için `fdroid signindex` kullanın!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "tamsayı"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "geçersiz %(type)s değeri: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "geçersiz seçim: %(value)r (%(choices)s içinden seçin)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "geçersiz conflict_resolution değeri: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2501,8 +2321,6 @@ msgstr "Yansıma '%s' 'fdroid' ile bitmiyor!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "yansı iki defa ayarlandı, config.yml ve {path} içinde!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "birbirinden bağımsız argümanlar isteğe bağlı olmalıdır"
 | 
			
		||||
| 
						 | 
				
			
			@ -2521,30 +2339,15 @@ msgstr "{appid} içinde simge yok"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "APK sağlanmadı"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "böyle bir şeçenek yok: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "Sürüm bilgisi bulunamadı!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "sürüm bilgisi bulunamadı"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "argüman %s ile izin verilmez"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2554,72 +2357,6 @@ msgstr "%s argümanlarından biri gerekli"
 | 
			
		|||
msgid "only accepts strings, lists, and tuples"
 | 
			
		||||
msgstr "yalnızca dizgileri, listeleri ve demetleri (tuple) kabul eder"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/install.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: If you really want to install all the signed apps, use --all"
 | 
			
		||||
msgstr "seçenek %s: Tüm imzalı uygulamaları gerçekten kurmak istiyorsanız, --all kullanın"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "seçenek %s: geçersiz %s değeri: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "seçenek %s: geçersiz seçim: %r (%s içinden seçin)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "-%s seçeneği tanınmıyor"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "-%s seçeneği argüman gerektirir"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "--%s seçeneğinin argümanı olmamalı"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "--%s seçeneği tekil ön ek değil"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "--%s seçeneği tanınmıyor"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "--%s seçeneği argüman gerektirir"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "isteğe bağlı argümanlar"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "seçenekler"
 | 
			
		||||
| 
						 | 
				
			
			@ -2629,8 +2366,6 @@ msgstr "seçenekler"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "var olan {path} üzerine yazılıyor"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "konumsal argümanlar"
 | 
			
		||||
| 
						 | 
				
			
			@ -2663,10 +2398,6 @@ msgstr "repo_url'nin /repo ile bitmesi gerekiyor"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync eksik veya bozuk: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml kurulu değil, üst veriler yazılamıyor."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2690,17 +2421,7 @@ msgstr "serverwebroot: yol \"fdroid\" ile sonlanmıyor, belki de bunlardan birin
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "paylaşımlı kütüphane"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "programın sürüm numarasını göster ve çık"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "bu yardım yazısını göster ve çık"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2734,8 +2455,6 @@ msgstr "statik kütüphane"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "sağlanan referans ikilisi {signer} imzalayana izin verdi"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2745,22 +2464,16 @@ msgstr "şu argümanlar gerekli: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "beklenmeyen seçenek satırı: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "bilinmeyen ayrıştırıcı %(parser_name)r (seçenekler: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2771,9 +2484,7 @@ msgstr "tanınmayan argümanlar: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "'{config_file}' üzerinde güvenli olmayan izinler (0600 olmalı)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "kullanım: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2802,21 +2513,19 @@ msgstr[1] "{0} uygulama, {1} anahtar adı"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename}{appid} üst verisi yok!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} içinde birden çok {name} dosyası var, Master Key istisamarı gibi görünüyor!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename} içindeki AndroidManifest.xml tarihi bozuk: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} bir ada sahip değil! Bunun yerine uygulama kimliği kullanılıyor."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2837,7 +2546,6 @@ msgstr "{appid} hem APK hem de dosyalara sahip: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} içinde {name} eksik"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2878,11 +2586,6 @@ msgstr "{file} boş veya bozuk!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" yok! config.yml içinde düzeltin."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} kullanımdan kaldırıldı, {newfile} kullanın"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -5,7 +5,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 1.1-681-gc19e8952\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2020-10-29 08:32+0000\n"
 | 
			
		||||
"Last-Translator: Hakim Oubouali <hakim.oubouali.skr@gmail.com>\n"
 | 
			
		||||
"Language-Team: Central Atlas Tamazight <https://hosted.weblate.org/projects/f-droid/fdroidserver/tzm/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -48,11 +48,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -78,17 +73,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -104,14 +88,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [tidɣrin]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -132,13 +108,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -159,8 +128,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -174,11 +141,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -189,7 +151,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -208,8 +170,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -300,10 +260,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -347,7 +303,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -403,11 +358,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -460,20 +417,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -493,6 +447,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -586,11 +541,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -647,11 +597,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -685,12 +630,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -835,10 +774,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -870,7 +805,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -935,15 +869,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1078,16 +1010,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1298,7 +1226,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1333,7 +1260,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1363,19 +1289,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1384,10 +1308,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Tidɣrin"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1553,14 +1473,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1861,11 +1773,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1875,7 +1782,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1913,6 +1819,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1943,11 +1850,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1961,6 +1863,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1980,11 +1883,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1999,27 +1898,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2058,11 +1940,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2164,20 +2041,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2191,11 +2059,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2206,8 +2076,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2226,7 +2094,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2240,14 +2108,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2266,14 +2130,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2304,10 +2160,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2332,8 +2184,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2351,8 +2201,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2360,20 +2208,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2386,10 +2228,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2402,8 +2240,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2417,35 +2253,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2483,8 +2305,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2503,30 +2323,15 @@ msgstr ""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2536,72 +2341,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2612,8 +2351,6 @@ msgstr "Tidɣrin"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2646,10 +2383,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2673,17 +2406,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "show program's version number and exit"
 | 
			
		||||
msgstr "Smal taleqqemt n uhil, tffeɣd"
 | 
			
		||||
 | 
			
		||||
#: /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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2717,8 +2440,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2728,22 +2449,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2754,9 +2469,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2785,21 +2498,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2820,7 +2531,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2861,11 +2571,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ 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: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2018-06-08 03:44+0000\n"
 | 
			
		||||
"Last-Translator: ۋولقان <nureliosman@gmail.com>\n"
 | 
			
		||||
"Language-Team: Uyghur <https://hosted.weblate.org/projects/f-droid/fdroidserver/ug/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -49,11 +49,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -79,17 +74,6 @@ msgstr ""
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -105,14 +89,6 @@ msgstr ""
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -133,13 +109,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -160,8 +129,6 @@ msgstr ""
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -175,11 +142,6 @@ msgstr ""
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
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!"
 | 
			
		||||
| 
						 | 
				
			
			@ -190,7 +152,7 @@ msgstr ""
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -209,8 +171,6 @@ msgstr ""
 | 
			
		|||
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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -301,10 +261,6 @@ msgstr ""
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -348,7 +304,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -404,11 +359,13 @@ msgstr[1] ""
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "تۈرلەر قۇرۇلمىغان '%s'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "تۈرلەر قۇرۇلمىغان"
 | 
			
		||||
| 
						 | 
				
			
			@ -461,20 +418,17 @@ msgstr ""
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -494,6 +448,7 @@ msgstr ""
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -587,11 +542,6 @@ msgstr ""
 | 
			
		|||
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"
 | 
			
		||||
| 
						 | 
				
			
			@ -648,11 +598,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -686,12 +631,6 @@ msgstr ""
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -836,10 +775,6 @@ msgstr ""
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -871,7 +806,6 @@ msgstr ""
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -936,15 +870,13 @@ msgstr ""
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1079,16 +1011,12 @@ msgstr ""
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "{appid} ئىچىدە \"سىنبەلگە\" تېپىلمىدى"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1299,7 +1227,6 @@ msgstr ""
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1335,7 +1262,6 @@ msgstr ""
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1365,19 +1291,17 @@ msgstr ""
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only print differences with the Play Store"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "Only process apps with auto-updates"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1386,10 +1310,6 @@ msgstr ""
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1555,14 +1475,6 @@ msgstr ""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1863,11 +1775,6 @@ msgstr ""
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1877,7 +1784,6 @@ msgstr ""
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1915,6 +1821,7 @@ msgstr ""
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1945,11 +1852,6 @@ msgstr ""
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -1963,6 +1865,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1982,11 +1885,7 @@ msgstr ""
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2001,27 +1900,10 @@ msgstr ""
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2060,11 +1942,6 @@ msgstr ""
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2166,20 +2043,11 @@ msgstr ""
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2193,11 +2061,13 @@ msgstr ""
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2208,8 +2078,6 @@ msgstr ""
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2228,7 +2096,7 @@ msgstr ""
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2242,14 +2110,10 @@ msgstr ""
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2268,14 +2132,6 @@ msgstr ""
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2306,10 +2162,6 @@ msgstr ""
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2334,8 +2186,6 @@ msgstr ""
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2353,8 +2203,6 @@ msgstr ""
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2362,20 +2210,14 @@ msgid_plural "expected %s arguments"
 | 
			
		|||
msgstr[0] ""
 | 
			
		||||
msgstr[1] ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2388,10 +2230,6 @@ msgstr ""
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2404,8 +2242,6 @@ msgstr ""
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2419,35 +2255,21 @@ msgstr ""
 | 
			
		|||
msgid "index-v2 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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2485,8 +2307,6 @@ msgstr ""
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2505,31 +2325,16 @@ msgstr "{appid} ئىچىدە \"سىنبەلگە\" تېپىلمىدى"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "ھېچقانداق APK تەمىنلەنمىگەن"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "نەشىر ئۇچۇرى تېپىلمىدى!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "نەشىر ئۇچۇرى تېپىلمىدى!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2539,72 +2344,6 @@ msgstr ""
 | 
			
		|||
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
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2614,8 +2353,6 @@ msgstr ""
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr ""
 | 
			
		||||
| 
						 | 
				
			
			@ -2648,10 +2385,6 @@ msgstr ""
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2675,17 +2408,7 @@ msgstr ""
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2719,8 +2442,6 @@ msgstr ""
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2730,22 +2451,16 @@ msgstr ""
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2756,9 +2471,7 @@ msgstr ""
 | 
			
		|||
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 ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2787,21 +2500,19 @@ msgstr[1] ""
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2822,7 +2533,6 @@ msgstr ""
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2863,11 +2573,6 @@ msgstr ""
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,8 +17,8 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-20 10:14+0000\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-20 14:13+0000\n"
 | 
			
		||||
"Last-Translator: Максим Горпиніч <maksimgorpinic2005a@gmail.com>\n"
 | 
			
		||||
"Language-Team: Ukrainian <https://hosted.weblate.org/projects/f-droid/fdroidserver/uk/>\n"
 | 
			
		||||
"Language: uk\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -52,7 +52,7 @@ msgstr "\"%s/\" не має відповідного файлу метадани
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "\"isPrimary\" key should not be added to mirrors!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "\"isPrimary\" ключ не слід додавати до дзеркал!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -64,11 +64,6 @@ msgstr "\"local_copy_dir\" {path} не існує!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" вже встановлено на {dev}."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" містить застарілу {name}{version}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -94,18 +89,6 @@ msgstr "«{path}» підписано не дозволеним ключем:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" є недійсною URL-адресою!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s параметр вимагає %(number)d аргумент"
 | 
			
		||||
msgstr[1] "%(option)s параметр вимагає %(number)d аргументи"
 | 
			
		||||
msgstr[2] "%(option)s параметр вимагає %(number)d аргументів"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -121,14 +104,6 @@ msgstr "%d APK не вдалося підписати або перевірит
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "%d знайдено проблем"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [параметри]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -149,13 +124,6 @@ msgstr "%s має неправильний SHA-256: %s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s не є прийнятним полем для створення"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s параметр не приймає значення"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "'keypass' не знайдено в config.yml!"
 | 
			
		||||
| 
						 | 
				
			
			@ -176,8 +144,6 @@ msgstr "'keystorepass' не знайдено в config.yml!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "'repo_keyalias' не знайдено в config.yml!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' недійсний аргумент для позицій"
 | 
			
		||||
| 
						 | 
				
			
			@ -191,11 +157,6 @@ msgstr "'sdk_path' не встановлено в config.yml!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' занадто старий, fdroid вимагає build-tools-{version} або новіший!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' буде у довільному порядкові! Використовуйте () або [], якщо порядок є важливим!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -206,7 +167,7 @@ msgstr "'{path}' не вдалося виконати!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' має недійсний формат, це має бути словник!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' не є правильним {field} у {appid}. Правильний приклад: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -225,8 +186,6 @@ msgstr "--merge-request працює лише в одній програмі!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "... checkupdate не вдалося для {appid} : {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() не визначено"
 | 
			
		||||
| 
						 | 
				
			
			@ -317,10 +276,6 @@ msgstr "Інструмент Android SDK {cmd} не знайдено!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "Програма має двійкові файли, але не має відповідних AllowedAPKSigningKeys для закріплення сертифіката."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Застосунок має NoSourceSince або ArchivePolicy «0 версій», але AutoUpdateMode або UpdateCheckMode не дорівнюють None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "Застосунок має NoSourceSince або ArchivePolicy «0 версій», але AutoUpdateMode або UpdateCheckMode не дорівнюють None"
 | 
			
		||||
| 
						 | 
				
			
			@ -364,7 +319,6 @@ msgstr "Неправильний тип запису \"{mirrortype}\" у кон
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "Базова URL-адреса для дзеркала може містити ключ підпису індексу за допомогою рядка запиту: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -421,11 +375,13 @@ msgstr[2] "Неможливо створити через {} помилок пі
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "Не вдалося перезаписати шлях \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "Категорія '%s' неприпустима"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "Категорії не встановлено"
 | 
			
		||||
| 
						 | 
				
			
			@ -478,20 +434,17 @@ msgstr "Конфлікт визначень \"{field}\" між .yml і лока
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "Конфліктні аргументи: \"---verbose\" і \"--quiet\" не можна вказати одночасно."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "Суперечливі файли налаштувань! Використання {newfile}, ігнорування {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "Не вдалося знайти '{command}' у вашій системі"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "Не вдалося знайти останню версію коду"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "Не вдалося знайти найновішу назву версії"
 | 
			
		||||
| 
						 | 
				
			
			@ -511,6 +464,7 @@ msgstr "Не вдалося відкрити файл APK {path} для анал
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "Не вдалося проаналізувати розмір \"{size}\", неправильний тип \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "Не вдалося знайти ID застосунку"
 | 
			
		||||
| 
						 | 
				
			
			@ -604,11 +558,6 @@ msgstr "Опис '%s' є лише резюме застосунку"
 | 
			
		|||
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 "Опис містить список (%s) але не маркірований (*) і не пронумерований (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -665,11 +614,6 @@ msgstr "Завантажуйте F-Droid.apk за допомогою дзерк
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "Завантажувати повноцінні дзеркала невеликих репозиторіїв"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "Завантаження %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "Завантаження репозиторію вже не вдалося, не намагайтеся знову."
 | 
			
		||||
| 
						 | 
				
			
			@ -703,14 +647,6 @@ msgstr "ПОМИЛКА: %(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "ПОМИЛКА: Підкоманду \"server\" вилучено, використовуйте \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"ПОМИЛКА: ця команда ніколи не повинна використовуватися для створення дзеркала f-droid.org!\n"
 | 
			
		||||
"Повне дзеркало f-droid.org вимагає понад 200GB."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "ПОМИЛКА: непідтримуваний вид CI, виправлення вітається!"
 | 
			
		||||
| 
						 | 
				
			
			@ -857,10 +793,6 @@ msgstr "Файл зник під час його обробки: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "Готово"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Належний до FlattrID метод допомоги Flattr: не вдалося"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "Заборонені мітки HTML"
 | 
			
		||||
| 
						 | 
				
			
			@ -892,7 +824,6 @@ msgstr "Знайдено пошкоджений файл фінансуванн
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "Знайдено недійсні прикладні програми в аргументах"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "Знайдено недійсні версії коду для деяких застосунків"
 | 
			
		||||
| 
						 | 
				
			
			@ -957,15 +888,13 @@ msgstr "Очистити Git невдалося"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git вибірка не вдалася"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Не вдалося виконати Git prune"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Помилка налаштування remote set-head для Git: «%s»"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Скидання Git не вдалося"
 | 
			
		||||
| 
						 | 
				
			
			@ -1100,16 +1029,12 @@ msgstr "Недійсна VercodeOperation: {field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "Недійсна VercodeOperation: {invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "Недійсний ID застосунку {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "Недійсний логічний '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "Недійсний розмічений список"
 | 
			
		||||
| 
						 | 
				
			
			@ -1225,7 +1150,7 @@ msgstr "Досягнуто максимальної глибини рекурс
 | 
			
		|||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Mirror config for {url} contains \"isPrimary\" key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "Конфігурація дзеркала для {url} містить ключ \"isPrimary\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid "Mirror the full repo and archive, all file types."
 | 
			
		||||
| 
						 | 
				
			
			@ -1320,7 +1245,6 @@ msgstr "У {path} не знайдено сертифікатів для підп
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "Такого пакунка немає: %s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1355,7 +1279,6 @@ msgstr "Для {appid} нічого виконувати."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "Тепер встановіть їх у config.yml:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1385,19 +1308,17 @@ msgstr "В одному з елементів конфігурації 'github_r
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "В одному з елементів конфігурації 'github_releases' відсутнє значення 'token'. пропущено ..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "Підтримуються лише PNG та JPEG зображення, знайдено: {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr "Приймає лише один ключ \"env\""
 | 
			
		||||
 | 
			
		||||
#: ../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 "Обробляти застосунки лише за допомогою автоматичних оновлень"
 | 
			
		||||
| 
						 | 
				
			
			@ -1406,10 +1327,6 @@ msgstr "Обробляти застосунки лише за допомогою
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "Належний до OpenCollective метод допомоги OpenCollective: не вдалося"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "Параметри"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "Виведіть JSON-звіт у назві файлу APK."
 | 
			
		||||
| 
						 | 
				
			
			@ -1575,14 +1492,6 @@ msgstr "Вилучення {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "Перейменування файлів APK, які не відповідають package.name_123.apk"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "Режим оновлення RepoTrunk має сенс лише в репозиторіях git-svn"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "Скиньте та створіть новий сервер збирання, навіть якщо з наявним усе гаразд."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1891,11 +1800,6 @@ msgstr "Недійсна мітка ліцензії \"{}\"! Використо
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "Неочікувана мітка ліцензії \"{}\"! Використовуйте лише мітки ліцензій, налаштовані у файлі налаштувань"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "Неочікувана ціль символічного посилання: {link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1905,7 +1809,6 @@ msgstr "Невідомий запис {key} у {configname}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "Виявлено невідому виняткову ситуацію!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1943,6 +1846,7 @@ msgstr "Нерозпізнане поле застосунку '{fieldname}' в
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "Нерозпізнаний прапорець збірки '{build_flag}' у '{path}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1973,11 +1877,6 @@ msgstr "Невикористаний шлях scandelete: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "Невикористаний шлях scanignore: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "Видобути в %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "Оновіть дані репозиторію для нових пакунків"
 | 
			
		||||
| 
						 | 
				
			
			@ -1991,6 +1890,7 @@ msgstr "Оновити бінарний журнал прозорості для
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData має недійсну URL-адресу: {url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2010,11 +1910,7 @@ msgstr "UpdateCheckData не є дійсною URL-адресою: {url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode налаштовано, але схоже, що команду checkupdates ще не запущено."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode встановлено, але схоже, що команду checkupdates ще не було запущено"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "Назву застосунку для перевірки оновлень встановлено на відомий ID застосунку — його можна буде вилучити"
 | 
			
		||||
| 
						 | 
				
			
			@ -2029,27 +1925,10 @@ msgstr "Завантаження {apkfilename} на androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "Завантаження {apkfilename} до virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "Використання"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "Використання: %s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "Використовуйте /HEAD замість /master або /main, щоб вказати на файл у типовій гілці"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "Використовуйте /HEAD замість /master для вказання на файл типовій гілці"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "Використовуйте `fdroid update -c`, щоб створити файли метаданих."
 | 
			
		||||
| 
						 | 
				
			
			@ -2088,11 +1967,6 @@ msgstr "Використання JAR-підпису"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "Не варто перевіряти APK за допомогою jarsigner Java! Користуйтеся apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "Використання androguard від \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2194,20 +2068,11 @@ msgstr "додавання IdentityFile до {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "додавання до {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "неоднозначний параметр: %(option)s може відповідати %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "неоднозначний параметр: %s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2221,11 +2086,13 @@ msgstr "apksigner не знайдено! Не вдалося підписати
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner не знайдено, це потрібно для підписання!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "application ID файлу застосунку для роботи на"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2236,8 +2103,6 @@ msgstr "ID застосунку з необов'язковим versionCode у ф
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url має закінчуватися на /archive"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2256,7 +2121,7 @@ msgstr "спроба відкритого з'єднання ssh для пере
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "не вдається проаналізувати специфікацію scrlib (не рядок): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "не вдалося відкрити «%(filename)s»: %(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2270,14 +2135,10 @@ msgstr "не вдалося відкрити не-https url: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "не вдалося знайти потрібні srclibs: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2296,14 +2157,6 @@ msgstr "клонування {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "команди з модулів плагіна:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "складний"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2335,10 +2188,6 @@ msgstr "не вдалося розібрати специфікацію srclib (
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "не вдалося проаналізувати специфікацію srclib (посилання не вказано): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "не вдалося проаналізувати специфікацію srclib (занадто багато знаків '@'): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2363,8 +2212,6 @@ msgstr "файл залежності без блокування"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "розгорнуто журнал процесів {path} до {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2382,8 +2229,6 @@ msgstr "не вдалося завантажити підписи сканера
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "виконуваний двійковий файл, можливо, код"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
| 
						 | 
				
			
			@ -2392,20 +2237,14 @@ msgstr[0] "очікується %s аргумент"
 | 
			
		|||
msgstr[1] "очікується %s аргументи"
 | 
			
		||||
msgstr[2] "очікується %s аргументів"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "очікується один аргумент"
 | 
			
		||||
| 
						 | 
				
			
			@ -2418,10 +2257,6 @@ msgstr "fdroid [<команда>] [-h|--help|--version|<аргументи>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "отримати останню версію підписів з інтернету"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "з комою, що плаває"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "показувати помилки метаданих (типово), як попередження, або нехтувати ними."
 | 
			
		||||
| 
						 | 
				
			
			@ -2434,8 +2269,6 @@ msgstr "Не вдалося клонувати git svn"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "gzip-архів"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2449,35 +2282,21 @@ msgstr "index-v1 повинен мати підпис, використовуй
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 повинен мати підпис, використовуйте `fdroid signindex`, щоб створити його!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "ціле число"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "недійсне %(type)s значення: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "неправильний вибір: %(value)r (варто обрати з %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "недійсне значення conflict_resolution: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2515,8 +2334,6 @@ msgstr "дзеркало '%s' не закінчується на 'fdroid'!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "дзеркала задано двічі, в config.yml та {path}!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "взаємозаперечні аргументи повинні бути необов'язковими"
 | 
			
		||||
| 
						 | 
				
			
			@ -2535,30 +2352,15 @@ msgstr "не має \"icon\" у {appid}"
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "APK не надано"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "такого параметру немає: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "не вдалося визначити версію!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "не знайдено відомостей про версію"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "не дозволено з аргументом %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2568,72 +2370,6 @@ msgstr "потрібен один з аргументів %s"
 | 
			
		|||
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 "параметр %s: Якщо ви дійсно хочете встановити всі підписані застосунки, використовуйте --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "параметр %s: недійсне %s значення: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "для параметра %s: неправильний вибір: %r (вибрати з %s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "параметр -%s не розпізнано"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "параметр -%s потрібен аргумент"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "параметр --%s не має аргументу"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "параметр --%s не унікальний префікс"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "параметр --%s не визнано"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "параметр --%s потрібен аргумент"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "необов'язкові аргументи"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "параметри"
 | 
			
		||||
| 
						 | 
				
			
			@ -2643,8 +2379,6 @@ msgstr "параметри"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "перезаписування наявного шляху {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "позиційні аргументи"
 | 
			
		||||
| 
						 | 
				
			
			@ -2677,10 +2411,6 @@ msgstr "repo_url повинен закінчуватися на /repo"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync відсутній або несправний: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml не встановлено, не вдається записати метадані."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2704,17 +2434,7 @@ msgstr "serverwebroot: шлях не закінчується на «fdroid», 
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "спільна бібліотека"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "показати довідку та вийти"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2748,8 +2468,6 @@ msgstr "статична бібліотека"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "наданий еталонний двійковий файл дозволив підписувачу {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2759,22 +2477,16 @@ msgstr "такі аргументи зобов'язані: %s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "правда"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "неочікуваний рядок параметрів: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "невідомий парсер %(parser_name)r (варто вибрати: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2785,9 +2497,7 @@ msgstr "нерозпізнані аргументи: %s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "небезпечні дозволи на '{config_file}' (should be 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "використання: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2817,21 +2527,19 @@ msgstr[2] "{0} застосунків, {1} alias ключів"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) не має метаданих!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} має декілька {name} файлів, схоже на використання проблеми безпеки Master Key!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "AndroidManifest.xml застосунка {apkfilename} має неправильну дату: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} не має назви! Застосовуватиметься ID застосунку."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2852,7 +2560,6 @@ msgstr "{appid} має APK і файли: {files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "У {appid} немає {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2893,11 +2600,6 @@ msgstr "{file} порожній або пошкоджений!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" не існує! Виправте його в \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} вилучено, використовується {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,8 +39,8 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-20 02:51+0000\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2025-03-21 03:03+0000\n"
 | 
			
		||||
"Last-Translator: 大王叫我来巡山 <hamburger2048@users.noreply.hosted.weblate.org>\n"
 | 
			
		||||
"Language-Team: Chinese (Simplified Han script) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hans/>\n"
 | 
			
		||||
"Language: zh_Hans\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -74,7 +74,7 @@ msgstr "\"%s/\" 没有与之匹配的元数据文件!"
 | 
			
		|||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
msgid "\"isPrimary\" key should not be added to mirrors!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "\"isPrimary\" 密钥不应被添加到镜像!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
| 
						 | 
				
			
			@ -86,11 +86,6 @@ msgstr "\"local_copy_dir\" {path} 不存在!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "'{apkfilename}' 已安装在 {dev} 上."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" 包含过时的 {name} ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -116,16 +111,6 @@ msgstr "\"{path}\" 由不允许的密钥所签署:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" 不是有效的链接!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s 选项需要 %(number)d 个参数"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -141,14 +126,6 @@ msgstr "%d 个 APK 无法签名或验证!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "发现 %d 个问题"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [选项]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -169,13 +146,6 @@ msgstr "%s 的 SHA-256 值不正确:%s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s 不是一个被接受的构建字段"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s 选项不采用参数"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "config.yml 中找不到 'keypass'!"
 | 
			
		||||
| 
						 | 
				
			
			@ -196,8 +166,6 @@ msgstr "config.yml 中找不到 'keystorepass'!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "config.yml 中找不到 'repo_keyalias'!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "'required' 是位置的无效参数"
 | 
			
		||||
| 
						 | 
				
			
			@ -211,11 +179,6 @@ msgstr "未在 config.yml 中设置 'sdk_path'!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' 太旧, F-Droid 需要 build-tools-{version} 或更新的版本!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "{field} 将随机排列! 如果顺序很重要, 请使用 () 或 [] 括号!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -226,7 +189,7 @@ msgstr "'{path}' 执行失败!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "'{path}' 是无效格式, 它应该是字典!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "'{value}' 不是 {appid} 之有效 {field}. 正则表达式: {pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -245,8 +208,6 @@ msgstr "--merge-request 只运行在单个 appid 上!"
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "…为 {appid} 检查更新失败: {error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() 未定义"
 | 
			
		||||
| 
						 | 
				
			
			@ -337,10 +298,6 @@ msgstr "没找到 Android SDK 工具 {cmd}!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "应用具有二进制文件,但没有相应的AllowedAPKSigningKeys 来固定证书。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "应用的 NoSourceSince 或 ArchivePolicy 为 “0 versions” 但 AutoUpdateMode 或 UpdateCheckMode 不是 None"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "APK 有 NoSourceSince 或 ArchivePolicy \"0 versions\" 或 0 但 AutoUpdateMode 或 UpdateCheckMode 不是 None"
 | 
			
		||||
| 
						 | 
				
			
			@ -384,7 +341,6 @@ msgstr "镜像配置中的错误条目类型“{mirrortype}”:{mirror}"
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "镜像的基本链接可以使用此请求参数包含索引签名键: ?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -439,11 +395,13 @@ msgstr[0] "因扫描时的{}错误而无法构建"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "无法重写 {path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "类别 '%s' 无效"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "没有设置类别"
 | 
			
		||||
| 
						 | 
				
			
			@ -496,20 +454,17 @@ msgstr ".yml 和本地化文件之间的“{field}”定义冲突:"
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "冲突的参数: '--verbose' 和 '--quiet' 不能被同时使用."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "冲突的配置文件! 使用 {newfile}, 忽略 {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "在您的系统中无法找到 '{command}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "找不到最新版本代码"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "找不到最新的版本名"
 | 
			
		||||
| 
						 | 
				
			
			@ -529,6 +484,7 @@ msgstr "无法打开 apk 文件 {path} 用于分析: "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "无法解析大小 \"{size}\", 错误类型 \"{type}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "找不到应用ID"
 | 
			
		||||
| 
						 | 
				
			
			@ -622,11 +578,6 @@ msgstr "简介“%s”与应用的概括文字相同"
 | 
			
		|||
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 "简介中带有列表(%s),但它既不是子弹(*)形列表也不是编号(#)型列表"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -683,11 +634,6 @@ msgstr "使用向网络泄露较少信息的镜像下载 F-Droid apk"
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "下载小型仓库的完整镜像"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "正在下载 %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "下载仓库已经失败了一次,不再尝试。"
 | 
			
		||||
| 
						 | 
				
			
			@ -721,14 +667,6 @@ msgstr "错误:%(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "错误:\"server\" 子命令已被删除,请使用 \"deploy\"!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"错误:请不要使用此命令来镜像 f-droid.org!\n"
 | 
			
		||||
"对 f-droid.org 进行完整镜像至少需要超过 200GB 的储存空间。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "错误:不支持的 CI 类型,欢迎提交补丁添加支持!"
 | 
			
		||||
| 
						 | 
				
			
			@ -875,10 +813,6 @@ msgstr "文件在处理时消失: {path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "已完成"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Flattr 捐赠方法属于 FlattrID: 字段"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "禁止的HTML标签"
 | 
			
		||||
| 
						 | 
				
			
			@ -910,7 +844,6 @@ msgstr "为“{name}”找到了错误的资金文件“{path}”:"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "在参数中发现无效的appids"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "发现某些应用的版本代码无效"
 | 
			
		||||
| 
						 | 
				
			
			@ -975,15 +908,13 @@ msgstr "Git clean 失败"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git fetch 失败"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git prune 失败"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git remote set-head 失败:\"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git reset 失败"
 | 
			
		||||
| 
						 | 
				
			
			@ -1118,16 +1049,12 @@ msgstr "无效的 VercodeOperation:{field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "无效的 VercodeOperation:{invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "无效的应用 ID {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "无效的布尔值'%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "无效的项目符号列表"
 | 
			
		||||
| 
						 | 
				
			
			@ -1243,7 +1170,7 @@ msgstr "达到 ZIP 文件中的最大递归深度:%s"
 | 
			
		|||
#: ../fdroidserver/index.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Mirror config for {url} contains \"isPrimary\" key!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
msgstr "{url} 的镜像配置包含 \"isPrimary\" 密钥!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid "Mirror the full repo and archive, all file types."
 | 
			
		||||
| 
						 | 
				
			
			@ -1338,7 +1265,6 @@ msgstr "在 {path} 中找不到签名证书"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "没有这样的包:%s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1373,7 +1299,6 @@ msgstr "对 {appid} 无任何可操作。"
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "现在在 config.yml 中设置这些:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1403,19 +1328,17 @@ msgstr "其中一个 'github_releases'配置项缺失'projectUrl'值。跳过...
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "其中一个 'github_releases'配置项缺失'token'值。跳过..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "图形仅支持 PNG 和 JPEG,发现:{path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
msgstr "只接受单一密钥 “env\""
 | 
			
		||||
 | 
			
		||||
#: ../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 "仅处理使用自动更新的应用"
 | 
			
		||||
| 
						 | 
				
			
			@ -1424,10 +1347,6 @@ msgstr "仅处理使用自动更新的应用"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "OpenCollective 捐赠方法属于 OpenCollective: 字段"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "选项"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "将 JSON 报告输出到以 APK 命名的文件。"
 | 
			
		||||
| 
						 | 
				
			
			@ -1593,14 +1512,6 @@ msgstr "删除 {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "重命名文件名不符合 package.name_123.apk 的 APK 文件"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "RepoTrunk 更新模式仅对 git-svn 存储库有意义"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "即使已有服务器看起来运行正常,请重置并创建一个全新的编译服务器。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1907,11 +1818,6 @@ msgstr "意外的许可证标签“{}”!仅使用来自 https://spdx.org/lice
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "意外的许可证标签“{}”!仅使用配置文件中配置的许可证标记"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "意外的符号链接目标:{link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1921,7 +1827,6 @@ msgstr "{configname} 中的未知条目 {key}"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "发生未知异常!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1959,6 +1864,7 @@ msgstr "'{path}' 中存在无法识别的应用栏目 '{fieldname}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "'{path}' 中有无法识别的构建 flag '{build_flag}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1989,11 +1895,6 @@ msgstr "未使用的扫描删除路径: %s"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "未使用的扫描忽略路径: %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "解压缩到 %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "更新新包的存储库信息"
 | 
			
		||||
| 
						 | 
				
			
			@ -2007,6 +1908,7 @@ msgstr "更新 URL 的二进制透明度日志"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData 具有无效的 URL:{url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2026,11 +1928,7 @@ msgstr "UpdateCheckData 不是有效的网址:{url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "UpdateCheckMode 已设置,但看起来尚未运行检查更新。"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "UpdateCheckMode 已设置,但看起来尚未运行检查更新"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
msgstr "UpdateCheckName 已设置为已知的应用 ID,可以将其删除"
 | 
			
		||||
| 
						 | 
				
			
			@ -2045,27 +1943,10 @@ msgstr "上传 {apkfilename} 到 androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "上传 {apkfilename} 到 virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "使用"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "用法:%s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "使用 /HEAD 而不是 /master 或 /main 来指向默认分支中的文件"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "使用 /HEAD 而不是 /master 指向默认分支中的文件"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "使用 `fdroid update -c` 命令以创建它。"
 | 
			
		||||
| 
						 | 
				
			
			@ -2104,11 +1985,6 @@ msgstr "使用 JAR 签名"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "不建议使用 Java 的 jar 签名器来验证 APK!使用 apk 签名器"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "使用 {path} 中的 androguard"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2210,20 +2086,11 @@ msgstr "将 IdentityFile 添加到 {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "添加到 {name}: {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "模糊的选项:%(option)s 可以相配 %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "模糊的选项:%s(%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2237,11 +2104,13 @@ msgstr "找不到 APK 签名器!无法对新式 APK 进行签名或验证"
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "找不到 APK 签名器,这是签名所必需的!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "要操作的文件的应用ID"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2252,8 +2121,6 @@ msgstr "带APPID[:VERCODE]格式可选的versionCode的应用 ID"
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url 需要以 /archive 结尾"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2272,7 +2139,7 @@ msgstr "尝试使用裸 SSH 连接测试部署密钥:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "无法解析 scrlib 规范(不是字符串):“{}”"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "无法打开 '%(filename)s':%(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2286,14 +2153,10 @@ msgstr "无法打开非 HTTPS URL: '{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "找不到所需的源库:“{path}”"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2312,14 +2175,6 @@ msgstr "正在克隆 {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "来自插件模块的命令:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "复杂"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2349,10 +2204,6 @@ msgstr "无法解析 srclib 规范 (未指定名称): '{}'"
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "无法解析 srclib 规范 (未指定 ref): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "无法解析 srclib 规范 (('@'符号太多): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2377,8 +2228,6 @@ msgstr "没有锁的依赖文件"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "已部署进程日志 {path} 到 {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2396,28 +2245,20 @@ msgstr "从 '{}' 下载扫描仪特征失败了"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "可执行二进制文件,可能是代码"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
msgid_plural "expected %s arguments"
 | 
			
		||||
msgstr[0] "预期的 %s 个参数"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "预期的一个参数"
 | 
			
		||||
| 
						 | 
				
			
			@ -2430,10 +2271,6 @@ msgstr "用法:fdroid [-h|--help|--version] <command> [<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "从网络获取最新版本的签名"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "浮点"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "将元数据错误(默认)强制设为警告,或忽略。"
 | 
			
		||||
| 
						 | 
				
			
			@ -2446,8 +2283,6 @@ msgstr "git svn 克隆失败"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "gzip 压缩包"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2461,35 +2296,21 @@ msgstr "index-v1 必须有签名,使用 `fdroid signindex` 命令创建它!"
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v2 必须有签名,使用 `fdroid signindex` 命令创建它!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "整数"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "无效 %(type)s 值: %(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "无效选项:%(value)r (选取自 %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "冲突解决值无效: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2527,8 +2348,6 @@ msgstr "镜像 '%s' 不以 'fdroid'结尾!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "设置了两次镜像,分别在 config.xml 和 {path} 中!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "相互排斥的参数必须是可选的"
 | 
			
		||||
| 
						 | 
				
			
			@ -2547,30 +2366,15 @@ msgstr "{appid} 中没有 \"图标\""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "未提供 APK"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "没有此选项:%s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "没有找到版本信息!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "没有找到版本信息"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "不允许使用参数 %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2580,72 +2384,6 @@ msgstr "其中一个参数 %s 是必需的"
 | 
			
		|||
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 "选项 %s: 如果您真的想安装所有已签名的应用,请使用 --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "选项 %s:无效 %s 值:%r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "选项 %s:无效选择:%r(从 %s 中选择)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "未知的选项 -%s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "选项 -%s 需要参数"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "选项 --%s 不能有参数"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "选项 --%s 不是一个唯一前缀"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "无法识别选项 -%s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "选项 --%s 需要参数"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "可选参数"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "options"
 | 
			
		||||
msgstr "选项"
 | 
			
		||||
| 
						 | 
				
			
			@ -2655,8 +2393,6 @@ msgstr "选项"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "正在覆盖现有{path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "位置参数"
 | 
			
		||||
| 
						 | 
				
			
			@ -2689,10 +2425,6 @@ msgstr "repo_url 需以 /repo 结尾"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync 丢失或损坏: {error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "ruamel.yaml 未安装,无法写入元数据。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2716,17 +2448,7 @@ msgstr "serverwebroot:路径没有以 \"fdroid\"结尾,可能你想表达的
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "共享库"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "显示本帮助信息并退出"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2760,8 +2482,6 @@ msgstr "静态库"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "所提供的参考二进制已允许签名者 {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2771,22 +2491,16 @@ msgstr "需要此下参数:%s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr "true"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "未预期的选项字符串:%s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "未知解析器 %(parser_name)r (选择: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2797,9 +2511,7 @@ msgstr "未识别的参数:%s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "{config_file} 的文件权限不安全 ( 应该设为0600 ) !"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "用法: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2827,21 +2539,19 @@ msgstr[0] "{0} 应用, {1} 主要别名"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid})没有元数据!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} 有多个{name} 文件,看起来可能是主键泄露了!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename}的 AndroidManifest.xml 有一个无效的日期: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "{appid} 没有名字! 使用 application ID 代替."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2862,7 +2572,6 @@ msgstr "{appid}有两个apk文件:{files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid}缺失了{name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2903,11 +2612,6 @@ msgstr "{file} 是空的或已损坏!"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name}的“{section}/icons/{path}”不存在!请检查配置文件“config.yml”。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "{oldfile} 已弃用,请使用 {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: fdroidserver 0.9\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-20 15:05+0100\n"
 | 
			
		||||
"POT-Creation-Date: 2025-03-23 21:45+0100\n"
 | 
			
		||||
"PO-Revision-Date: 2024-11-26 15:16+0000\n"
 | 
			
		||||
"Last-Translator: Peter Dave Hello <hsu@peterdavehello.org>\n"
 | 
			
		||||
"Language-Team: Chinese (Traditional Han script) <https://hosted.weblate.org/projects/f-droid/fdroidserver/zh_Hant/>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -58,11 +58,6 @@ msgstr "「local_copy_dir」{path} 不存在!"
 | 
			
		|||
msgid "\"{apkfilename}\" is already installed on {dev}."
 | 
			
		||||
msgstr "\"{apkfilename}\" 已經安裝在 {dev} 上了。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains outdated {name} ({version})"
 | 
			
		||||
msgstr "\"{path}\" 包含過時的 {name} ({version})"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "\"{path}\" contains recent {name} ({version})"
 | 
			
		||||
| 
						 | 
				
			
			@ -88,16 +83,6 @@ msgstr "「{path}」由不允許的金鑰簽署:"
 | 
			
		|||
msgid "\"{url}\" is not a valid URL!"
 | 
			
		||||
msgstr "\"{url}\" 不是一個有效的網址!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(option)s option requires %(number)d argument"
 | 
			
		||||
msgid_plural "%(option)s option requires %(number)d arguments"
 | 
			
		||||
msgstr[0] "%(option)s 的選項需要 %(number)d 參數"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%(prog)s: error: %(message)s\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -113,14 +98,6 @@ msgstr "%d 個 APK 無法簽署或驗證!"
 | 
			
		|||
msgid "%d problems found"
 | 
			
		||||
msgstr "發現 %d 個問題"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "%prog [options]"
 | 
			
		||||
msgstr "%prog [選項]"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%r is not callable"
 | 
			
		||||
| 
						 | 
				
			
			@ -141,13 +118,6 @@ msgstr "%s 的 SHA-256 值不正確:%s"
 | 
			
		|||
msgid "%s is not an accepted build field"
 | 
			
		||||
msgstr "%s 為不可編譯欄位"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "%s option does not take a value"
 | 
			
		||||
msgstr "%s 選項不帶值"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "'keypass' not found in config.yml!"
 | 
			
		||||
msgstr "config.yml 找不到 'keypass'!"
 | 
			
		||||
| 
						 | 
				
			
			@ -168,8 +138,6 @@ msgstr "config.yml 找不到 'keystorepass'!"
 | 
			
		|||
msgid "'repo_keyalias' not found in config.yml!"
 | 
			
		||||
msgstr "config.yml 找不到 'repo_keyalias'!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "'required' is an invalid argument for positionals"
 | 
			
		||||
msgstr "這些地方的 '必填' 為無效引數"
 | 
			
		||||
| 
						 | 
				
			
			@ -183,11 +151,6 @@ msgstr "未在 config.yml 中設定「sdk_path」!"
 | 
			
		|||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
 | 
			
		||||
msgstr "'{aapt}' 太過老舊,fdroid 需要 build-tools-{version} 或以上版本!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{field}' will be in random order! Use () or [] brackets if order is important!"
 | 
			
		||||
msgstr "'{field}' 將會隨機排列!如果次序重很重要,請使用 () 或 []符號!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{path}' failed to execute!"
 | 
			
		||||
| 
						 | 
				
			
			@ -198,7 +161,7 @@ msgstr "'{path}' 無法執行!"
 | 
			
		|||
msgid "'{path}' has invalid format, it should be a dictionary!"
 | 
			
		||||
msgstr "「{path}」的格式無效,它應該是一個字典!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/lint.py ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "'{value}' is not a valid {field} in {appid}. Regex pattern: {pattern}"
 | 
			
		||||
msgstr "{appid} 的 {value}' 為無效 {field}。正規表遠格式:{pattern}"
 | 
			
		||||
| 
						 | 
				
			
			@ -217,8 +180,6 @@ msgstr ""
 | 
			
		|||
msgid "...checkupdate failed for {appid} : {error}"
 | 
			
		||||
msgstr "{appid} 檢查更新失敗:{error}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid ".__call__() not defined"
 | 
			
		||||
msgstr ".__call__() 未定義"
 | 
			
		||||
| 
						 | 
				
			
			@ -309,10 +270,6 @@ msgstr "找不到 Android SDK 工具 {cmd}!"
 | 
			
		|||
msgid "App has Binaries but does not have corresponding AllowedAPKSigningKeys to pin certificate."
 | 
			
		||||
msgstr "應用程式具有二進位文件,但是沒有相應的 AllowedAPKSigningKeys 來固定憑證。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "應用程式有 NoSourceSince 或 ArchivePolicy「0 versions」,但是 AutoUpdateMode 或 UpdateCheckMode 不是「None」"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "App has NoSourceSince or ArchivePolicy \"0 versions\" or 0 but AutoUpdateMode or UpdateCheckMode are not None"
 | 
			
		||||
msgstr "應用程式有 NoSourceSince 或 ArchivePolicy「0 versions」或「0」,但是 AutoUpdateMode 或 UpdateCheckMode 不是「None」"
 | 
			
		||||
| 
						 | 
				
			
			@ -356,7 +313,6 @@ msgstr "鏡像配置中的錯誤條目類型「{mirrortype}」:{mirror}"
 | 
			
		|||
msgid "Base URL to mirror, can include the index signing key using the query string: ?fingerprint="
 | 
			
		||||
msgstr "基本的 URL 到鏡像,可以包含索引簽署金鑰使用查詢字串:?fingerprint="
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Branch '{branch}' used as commit in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -411,11 +367,13 @@ msgstr[0] "掃描時由於 {} 出錯,無法進行編譯"
 | 
			
		|||
msgid "Cannot rewrite \"{path}\""
 | 
			
		||||
msgstr "無法重寫到 \"{path}\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Categories '%s' is not valid"
 | 
			
		||||
msgstr "'%s' 類別無效"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Categories are not set"
 | 
			
		||||
msgstr "類別未設定"
 | 
			
		||||
| 
						 | 
				
			
			@ -469,20 +427,17 @@ msgstr ".yml 與本地化檔案之間的「{field}」定義衝突:"
 | 
			
		|||
msgid "Conflicting arguments: '--verbose' and '--quiet' can not be specified at the same time."
 | 
			
		||||
msgstr "衝突的參數:無法同時使用 '--verbose' 和 '--quiet' 參數。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Conflicting config files! Using {newfile}, ignoring {oldfile}!"
 | 
			
		||||
msgstr "設定檔衝突!使用 {newfile},忽略 {oldfile}!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Could not find '{command}' on your system"
 | 
			
		||||
msgstr "在您的系統上找不到 '{command}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version code"
 | 
			
		||||
msgstr "找不到最新版本程式碼"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Could not find latest version name"
 | 
			
		||||
msgstr "找不到最新版本名稱"
 | 
			
		||||
| 
						 | 
				
			
			@ -502,6 +457,7 @@ msgstr "無法開啟 APK 檔{path}案作分析 : "
 | 
			
		|||
msgid "Could not parse size \"{size}\", wrong type \"{type}\""
 | 
			
		||||
msgstr "無法解析大小「{size}」,錯誤類型「{type}」"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/import_subcommand.py
 | 
			
		||||
msgid "Couldn't find Application ID"
 | 
			
		||||
msgstr "找不到應用程式 ID"
 | 
			
		||||
| 
						 | 
				
			
			@ -595,11 +551,6 @@ msgstr "描述 '%s' 僅為此應用的摘要"
 | 
			
		|||
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 "描述中有一個列表 (%s) 但它並未被編排 (*) 或作編號 (#)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Description of length {length} is over the {limit} char limit"
 | 
			
		||||
| 
						 | 
				
			
			@ -656,11 +607,6 @@ msgstr ""
 | 
			
		|||
msgid "Download complete mirrors of small repos"
 | 
			
		||||
msgstr "下載小型軟體庫完整的鏡像"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Downloading %s"
 | 
			
		||||
msgstr "正在下載 %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Downloading the repository already failed once, not trying again."
 | 
			
		||||
msgstr "下載軟體庫已失敗過一次,尚未重試。"
 | 
			
		||||
| 
						 | 
				
			
			@ -694,14 +640,6 @@ msgstr "錯誤:%(message)s"
 | 
			
		|||
msgid "ERROR: The \"server\" subcommand has been removed, use \"deploy\"!"
 | 
			
		||||
msgstr "錯誤:「server」子指令已經刪除,請使用「deploy」!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/mirror.py
 | 
			
		||||
msgid ""
 | 
			
		||||
"ERROR: this command should never be used to mirror f-droid.org!\n"
 | 
			
		||||
"A full mirror of f-droid.org requires more than 200GB."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"錯誤:此命令絕不該用於鏡像 f-droid.org!\n"
 | 
			
		||||
"完整的 f-droid.org 鏡像需要超過 200GB。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
msgid "ERROR: unsupported CI type, patches welcome!"
 | 
			
		||||
msgstr "出錯:未支援 CI 類型,歡迎補強!"
 | 
			
		||||
| 
						 | 
				
			
			@ -848,10 +786,6 @@ msgstr "檔案在處理時消失:{path}"
 | 
			
		|||
msgid "Finished"
 | 
			
		||||
msgstr "已完成"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Flattr donation methods belong in the FlattrID: field"
 | 
			
		||||
msgstr "Flattr 捐贈方法屬於 FlattrID: field"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Forbidden HTML tags"
 | 
			
		||||
msgstr "禁用 HTML 標籤"
 | 
			
		||||
| 
						 | 
				
			
			@ -883,7 +817,6 @@ msgstr "找到了 \"{name}\" 的錯誤的籌款檔案 \"{path}\":"
 | 
			
		|||
msgid "Found invalid appids in arguments"
 | 
			
		||||
msgstr "引數中找到無效的 appids"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Found invalid versionCodes for some apps"
 | 
			
		||||
msgstr "有些應用的版本代號無效"
 | 
			
		||||
| 
						 | 
				
			
			@ -948,15 +881,13 @@ msgstr "Git 清理失敗"
 | 
			
		|||
msgid "Git fetch failed"
 | 
			
		||||
msgstr "Git 抓取失敗"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git prune failed"
 | 
			
		||||
msgstr "Git 修剪失敗"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Git remote set-head failed: \"%s\""
 | 
			
		||||
msgstr "Git 遠端 set-head 失敗: \"%s\""
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Git reset failed"
 | 
			
		||||
msgstr "Git 重置失敗"
 | 
			
		||||
| 
						 | 
				
			
			@ -1095,16 +1026,12 @@ msgstr "無效的 VercodeOperation:{field}"
 | 
			
		|||
msgid "Invalid VercodeOperation: {invalid_ops}"
 | 
			
		||||
msgstr "無效的 VercodeOperation:{invalid_ops}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Invalid application ID {appid}"
 | 
			
		||||
msgstr "無效的 application ID {appid}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Invalid boolean '%s'"
 | 
			
		||||
msgstr "無效的布林 '%s'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Invalid bulleted list"
 | 
			
		||||
msgstr "無效的排序列表"
 | 
			
		||||
| 
						 | 
				
			
			@ -1322,7 +1249,6 @@ msgstr "{path} 找不到簽署證書"
 | 
			
		|||
msgid "No such package: %s"
 | 
			
		||||
msgstr "無此套件包:%s"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "No such versionCode {versionCode} for app {appid}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1360,7 +1286,6 @@ msgstr "{appid} 無須採取行動."
 | 
			
		|||
msgid "Now set these in config.yml:"
 | 
			
		||||
msgstr "現在設定這些在 config.yml 中:"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "OBB file has newer versionCode({integer}) than any APK:"
 | 
			
		||||
| 
						 | 
				
			
			@ -1391,19 +1316,17 @@ msgstr "其中一個「github_releases」設定項目缺少「projectUrl」值
 | 
			
		|||
msgid "One of the 'github_releases' config items is missing the 'token' value. skipping ..."
 | 
			
		||||
msgstr "其中一個「github_releases」設定項目缺少「token」值。略過..."
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
 | 
			
		||||
msgstr "圖像僅支援 PNG 和 JPEG,可在下方找到:{path}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
msgid "Only accepts a single key \"env\""
 | 
			
		||||
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 "只處理具有自動更新的應用程式"
 | 
			
		||||
| 
						 | 
				
			
			@ -1413,10 +1336,6 @@ msgstr "只處理具有自動更新的應用程式"
 | 
			
		|||
msgid "OpenCollective donation methods belong in the OpenCollective: field"
 | 
			
		||||
msgstr "OpenCollective 的捐款方式在 OpenCollective: 的標誌下面"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Options"
 | 
			
		||||
msgstr "選項"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
msgid "Output JSON report to file named after APK."
 | 
			
		||||
msgstr "將 json 報告輸出到以 APK 命名的檔案。"
 | 
			
		||||
| 
						 | 
				
			
			@ -1585,14 +1504,6 @@ msgstr "正在移除 {path}\""
 | 
			
		|||
msgid "Rename APK files that do not match package.name_123.apk"
 | 
			
		||||
msgstr "為不符合 package.name_123.apk 格式的 APK 檔案更名"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
msgid "RepoTrunk update mode only makes sense in git-svn repositories"
 | 
			
		||||
msgstr "RepoTrunk 更新模式僅適用於 git-svn 儲存庫"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/build.py
 | 
			
		||||
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
 | 
			
		||||
msgstr "即使現有的伺服器明顯是好的,仍重置並建立一個新的構建伺服器。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Resigning {apkfilename} with provided debug.keystore"
 | 
			
		||||
| 
						 | 
				
			
			@ -1911,11 +1822,6 @@ msgstr "這個許可證標籤不符合預期 \"{}\"! 只能使用 https://spdx
 | 
			
		|||
msgid "Unexpected license tag \"{}\"! Only use license tags configured in your config file"
 | 
			
		||||
msgstr "這個許可證標籤不符合預期 \"{}\"! 只能使用你的配置文檔裡面配置好的許可證標籤啦"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unexpected symlink target: {link} -> {target}"
 | 
			
		||||
msgstr "未預期的符號連結目標:{link} -> {target}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "Unknown entry {key} in {configname}"
 | 
			
		||||
| 
						 | 
				
			
			@ -1925,7 +1831,6 @@ msgstr "配置文檔 {configname} 裡面登記的密鑰 {key} 是未知的"
 | 
			
		|||
msgid "Unknown exception found!"
 | 
			
		||||
msgstr "發現未知的異常!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unknown file '{filename}' in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -1963,6 +1868,7 @@ msgstr "在 '{path}' 中無法辨識的 app 欄位 '{fieldname}'"
 | 
			
		|||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
 | 
			
		||||
msgstr "在 '{path}' 中無法辨識的構建旗標 '{build_flag}'"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Unsupported file type \"{extension}\" for repo graphic"
 | 
			
		||||
| 
						 | 
				
			
			@ -1993,11 +1899,6 @@ msgstr "路徑: %s 被標記為掃描並刪除,但並未執行"
 | 
			
		|||
msgid "Unused scanignore path: %s"
 | 
			
		||||
msgstr "檔案路徑: %s 被標記為不掃描,但並未出現"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Unzipping to %s"
 | 
			
		||||
msgstr "正在解壓縮到 %s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "Update repo information for new packages"
 | 
			
		||||
msgstr "為新的套件包更新軟體庫資訊"
 | 
			
		||||
| 
						 | 
				
			
			@ -2011,6 +1912,7 @@ msgstr "為網址更新二進制的透明日誌"
 | 
			
		|||
msgid "UpdateCheckData has invalid URL: {url}"
 | 
			
		||||
msgstr "UpdateCheckData 有無效的 URL:{url}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "UpdateCheckData must match the version code as integer (\\d or [0-9]): {codeex}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2030,11 +1932,7 @@ msgstr "UpdateCheckData 不是有效的 URL:{url}"
 | 
			
		|||
msgid "UpdateCheckMode is set but it looks like checkupdates hasn't been run yet."
 | 
			
		||||
msgstr "已設定 UpdateCheckMode,但似乎尚未執行 checkupdates。"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/studio/build/application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "UpdateCheckMode is set but it looks likecheckupdates hasn't been run yet"
 | 
			
		||||
msgstr "已設定 UpdateCheckMode,但似乎尚未執行 checkupdates"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "UpdateCheckName is set to the known application ID, it can be removed"
 | 
			
		||||
| 
						 | 
				
			
			@ -2050,28 +1948,11 @@ msgstr "正在將軟體檔案 {apkfilename} 上傳到 androidobservatory.org"
 | 
			
		|||
msgid "Uploading {apkfilename} to virustotal"
 | 
			
		||||
msgstr "正在將軟體檔案 {apkfilename} 上傳到 virustotal"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "Usage"
 | 
			
		||||
msgstr "使用方法"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "Usage: %s\n"
 | 
			
		||||
msgstr "使用方法:%s\n"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "Use /HEAD instead of /master or /main to point at a file in the default branch"
 | 
			
		||||
msgstr "使用 /HEAD 取代 /master 來指向默認分支的一個檔案"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
msgid "Use /HEAD instead of /master to point at a file in the default branch"
 | 
			
		||||
msgstr "使用 /HEAD 取代 /master 來指向默認分支的一個檔案"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
msgid "Use `fdroid update -c` to create it."
 | 
			
		||||
msgstr "利用`fdroid update -c` 指令來建立。"
 | 
			
		||||
| 
						 | 
				
			
			@ -2113,11 +1994,6 @@ msgstr "使用 APK Signature v2"
 | 
			
		|||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
 | 
			
		||||
msgstr "使用 Java 的 jarsigner,這並不建議用於驗證 APK!使用 apksigner"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using androguard from \"{path}\""
 | 
			
		||||
msgstr "使用從「{path}」而來的 androguard"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "Using blank dictionary instead of contents of {path}!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2221,20 +2097,11 @@ msgstr "添增 IdentityFile 到 {path}"
 | 
			
		|||
msgid "adding to {name}: {path}"
 | 
			
		||||
msgstr "添加到 {name}:{path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %(option)s could match %(matches)s"
 | 
			
		||||
msgstr "模糊選項:%(option)s 可以相配 %(matches)s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ambiguous option: %s (%s?)"
 | 
			
		||||
msgstr "不明確的選項:%s (%s?)"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "apksigner in build-tools;{version} passes APKs with invalid v3 signatures, ignoring."
 | 
			
		||||
| 
						 | 
				
			
			@ -2250,12 +2117,14 @@ msgstr "apksigner 不見了 , 我們需要用它來生成數字簽名 !"
 | 
			
		|||
msgid "apksigner not found, it's required for signing!"
 | 
			
		||||
msgstr "apksigner 不見了 , 我們需要用它來生成數字簽名 !"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/checkupdates.py ../fdroidserver/lint.py
 | 
			
		||||
#: ../fdroidserver/rewritemeta.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "application ID of file to operate on"
 | 
			
		||||
msgstr "從檔案的 application ID 著手"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/build.py ../fdroidserver/install.py
 | 
			
		||||
#: ../fdroidserver/publish.py ../fdroidserver/scanner.py
 | 
			
		||||
#: ../fdroidserver/verify.py
 | 
			
		||||
| 
						 | 
				
			
			@ -2267,8 +2136,6 @@ msgstr "application ID 具有任選的 versionCode 在此的格式為 APPID [:VE
 | 
			
		|||
msgid "archive_url needs to end with /archive"
 | 
			
		||||
msgstr "archive_url 必須以 /archive 結尾"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "argument \"-\" with mode %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2289,7 +2156,7 @@ msgstr "試圖用裸的 ssh 連線來測試佈署金鑰:"
 | 
			
		|||
msgid "can not parse scrlib spec (not a string): '{}'"
 | 
			
		||||
msgstr "無法解析 scrlib spec (不是字符): '{}'"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "can't open '%(filename)s': %(error)s"
 | 
			
		||||
msgstr "無法打開 '%(filename)s':%(error)s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2303,14 +2170,10 @@ msgstr "無法開啟非 HTTPS 網址:'{};"
 | 
			
		|||
msgid "cannot find required srclibs: \"{path}\""
 | 
			
		||||
msgstr "找不到必須的 scrlibs: \"{path}\""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "cannot merge actions - two groups are named %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2330,14 +2193,6 @@ msgstr "複製 {url}"
 | 
			
		|||
msgid "commands from plugin modules:"
 | 
			
		||||
msgstr "來自插換式模塊的命令:"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "complex"
 | 
			
		||||
msgstr "複雜"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "conflicting option string: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2369,11 +2224,6 @@ msgstr "無法解析 scrlib spec (沒有指定參考文獻): '{}'"
 | 
			
		|||
msgid "could not parse srclib spec (no ref specified): '{}'"
 | 
			
		||||
msgstr "無法解析 scrlib spec (沒有指定參考文獻): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "could not parse srclib spec (too many '@' signs): '{}'"
 | 
			
		||||
msgstr "無法解析 scrlib spec (符號 '@' 出現太多次了): '{}'"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/nightly.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "created {path}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2398,8 +2248,6 @@ msgstr "依存檔案未上鎖"
 | 
			
		|||
msgid "deployed process log {path} to {dest}"
 | 
			
		||||
msgstr "將進程日誌 {path} 部署到 {dest}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "dest= is required for options like %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2419,28 +2267,20 @@ msgstr "正從軟體 {apkfilename} 除去未知的簽名"
 | 
			
		|||
msgid "executable binary, possibly code"
 | 
			
		||||
msgstr "可執行二進制檔案, 估計是代碼"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "expected %s argument"
 | 
			
		||||
msgid_plural "expected %s arguments"
 | 
			
		||||
msgstr[0] "預期的 %s 引數"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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 /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "expected one argument"
 | 
			
		||||
msgstr "預期有一個引數"
 | 
			
		||||
| 
						 | 
				
			
			@ -2453,10 +2293,6 @@ msgstr "用法:fdroid [-h|--help|--version] <命令> [<args>]"
 | 
			
		|||
msgid "fetch the latest version of signatures from the web"
 | 
			
		||||
msgstr "從網路擷取最新版本的簽章"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "floating-point"
 | 
			
		||||
msgstr "浮點"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
msgid "force metadata errors (default) to be warnings, or to be ignored."
 | 
			
		||||
msgstr "強制中介資料錯誤(預設值)作警告或忽略。"
 | 
			
		||||
| 
						 | 
				
			
			@ -2470,8 +2306,6 @@ msgstr "Git svn 複製失敗"
 | 
			
		|||
msgid "gzip file archive"
 | 
			
		||||
msgstr "gzip 壓縮檔案"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "ignored explicit argument %r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2486,35 +2320,21 @@ msgstr "index-v1 必須要有簽名, 使用 `fdroid signindex`來建立一組簽
 | 
			
		|||
msgid "index-v2 must have a signature, use `fdroid signindex` to create it!"
 | 
			
		||||
msgstr "index-v1 必須要有簽名, 使用 `fdroid signindex`來建立一組簽名!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
msgid "integer"
 | 
			
		||||
msgstr "整數"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid %(type)s value: %(value)r"
 | 
			
		||||
msgstr "無效 %(type)s 值:%(value)r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
 | 
			
		||||
msgstr "無效選項:%(value)r (選取自 %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid conflict_resolution value: %r"
 | 
			
		||||
msgstr "無效 conflict_resolution 值:%r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
 | 
			
		||||
| 
						 | 
				
			
			@ -2552,8 +2372,6 @@ msgstr "鏡像 '%s' 並不是以 'fdroid' 作結尾!"
 | 
			
		|||
msgid "mirrors set twice, in config.yml and {path}!"
 | 
			
		||||
msgstr "設定了兩次鏡像,分別在 config.xml 和 {path} 中!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "mutually exclusive arguments must be optional"
 | 
			
		||||
msgstr "相互獨佔的引數必須為可選的"
 | 
			
		||||
| 
						 | 
				
			
			@ -2572,31 +2390,16 @@ msgstr "在 {appid} 中沒有 \"icon\""
 | 
			
		|||
msgid "no APK supplied"
 | 
			
		||||
msgstr "無 APK 被供應"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "no such option: %s"
 | 
			
		||||
msgstr "沒這樣的選項:%s"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/__main__.py
 | 
			
		||||
msgid "no version info found!"
 | 
			
		||||
msgstr "未發現版本資訊!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/checkupdates.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "no version information found"
 | 
			
		||||
msgstr "未發現版本資訊"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "not allowed with argument %s"
 | 
			
		||||
msgstr "不許可帶引數 %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "one of the arguments %s is required"
 | 
			
		||||
| 
						 | 
				
			
			@ -2606,72 +2409,6 @@ msgstr "引數 %s 必須要有一個"
 | 
			
		|||
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 "選項 %s: 如果真要安裝全部的簽署應用, 請使用 --all"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid %s value: %r"
 | 
			
		||||
msgstr "選項 %s: 無效的 %s 值: %r"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/optparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option %s: invalid choice: %r (choose from %s)"
 | 
			
		||||
msgstr "選項 %s: 無效選項: %r (選自 %s )"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s not recognized"
 | 
			
		||||
msgstr "不能識別選項 -%s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option -%s requires argument"
 | 
			
		||||
msgstr "選項 -%s 需要參數"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s must not have an argument"
 | 
			
		||||
msgstr "選項 --%s 不能有參數"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not a unique prefix"
 | 
			
		||||
msgstr "選項 --%s 不是單獨的字首"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s not recognized"
 | 
			
		||||
msgstr "不能識別選項 --%s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
 | 
			
		||||
#: /usr/lib/python3.7/getopt.py /usr/lib/python3.9/getopt.py
 | 
			
		||||
#: /usr/lib/python3.11/getopt.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "option --%s requires argument"
 | 
			
		||||
msgstr "選項 --%s 需要參數"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
msgid "optional arguments"
 | 
			
		||||
msgstr "可選參數"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "options"
 | 
			
		||||
| 
						 | 
				
			
			@ -2682,8 +2419,6 @@ msgstr "選項"
 | 
			
		|||
msgid "overwriting existing {path}"
 | 
			
		||||
msgstr "覆寫現有的 {path}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "positional arguments"
 | 
			
		||||
msgstr "位置參數"
 | 
			
		||||
| 
						 | 
				
			
			@ -2716,11 +2451,6 @@ msgstr "repo_url 必須以 /repo 結尾"
 | 
			
		|||
msgid "rsync is missing or broken: {error}"
 | 
			
		||||
msgstr "rsync 遺失或損壞:{error}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/metadata.py
 | 
			
		||||
#, fuzzy
 | 
			
		||||
msgid "ruamel.yaml not installed, can not write metadata."
 | 
			
		||||
msgstr "因為沒有設置 ruamel.yaml, 無法寫入 metadata 。"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/deploy.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "s3cmd sync indexes {path} to {url} and delete"
 | 
			
		||||
| 
						 | 
				
			
			@ -2745,17 +2475,7 @@ msgstr "serverwebroot: 路徑沒有以「fdroid」結尾,也許你想表達的
 | 
			
		|||
msgid "shared library"
 | 
			
		||||
msgstr "共享庫 (shared library)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
 | 
			
		||||
#: /usr/lib/python3.7/optparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/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
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.9/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py /usr/lib/python3.11/optparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "show this help message and exit"
 | 
			
		||||
msgstr "顯示此說明訊息並離開"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2790,8 +2510,6 @@ msgstr "靜態庫 (static library)"
 | 
			
		|||
msgid "supplied reference binary has allowed signer {signer}"
 | 
			
		||||
msgstr "提供的參考二進位檔具有允許的簽署者 {signer}"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "the following arguments are required: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2801,22 +2519,16 @@ msgstr "需要下列參數:%s"
 | 
			
		|||
msgid "true"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unexpected option string: %s"
 | 
			
		||||
msgstr "非預期選項字串: %s"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
 | 
			
		||||
msgstr "不明解析器 %(parser_name)r (選項: %(choices)s)"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py /usr/lib/python3.9/argparse.py
 | 
			
		||||
#: /usr/lib/python3.11/argparse.py
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "unrecognized arguments: %s"
 | 
			
		||||
| 
						 | 
				
			
			@ -2827,9 +2539,7 @@ msgstr "無法辨識的引數:%s"
 | 
			
		|||
msgid "unsafe permissions on '{config_file}' (should be 0600)!"
 | 
			
		||||
msgstr "'{config_file}' 檔案不安全的權限(應為 0600)!"
 | 
			
		||||
 | 
			
		||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py ../fdroid
 | 
			
		||||
#: /usr/lib/python3.7/argparse.py ../fdroidserver/__main__.py
 | 
			
		||||
#: /usr/lib/python3.9/argparse.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
#: ../fdroidserver/__main__.py /usr/lib/python3.11/argparse.py
 | 
			
		||||
msgid "usage: "
 | 
			
		||||
msgstr "使用方法: "
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -2858,21 +2568,19 @@ msgstr[0] "{0} 應用, {1} 主要別名"
 | 
			
		|||
msgid "{apkfilename} ({appid}) has no metadata!"
 | 
			
		||||
msgstr "{apkfilename} ({appid}) 沒有中介資料!"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename} has multiple {name} files, looks like Master Key exploit!"
 | 
			
		||||
msgstr "{apkfilename} 有多個 {name} 檔案,看起來可能是主金鑰洩漏了!"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
 | 
			
		||||
msgstr "{apkfilename} AndroidManifest.xml 有一個無效的日期: "
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "{appid} does not have a name! Using application ID instead."
 | 
			
		||||
msgstr "軟體 {appid} 沒有名字! 使用 application ID 代替。"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/build/configure-app-module#set-application-id
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "{appid} from {path} is not a valid Android application ID!"
 | 
			
		||||
| 
						 | 
				
			
			@ -2893,7 +2601,6 @@ msgstr "{appid} 同時具有 APK 和檔案:{files}"
 | 
			
		|||
msgid "{appid} is missing {name}"
 | 
			
		||||
msgstr "{appid} 缺少 {name}"
 | 
			
		||||
 | 
			
		||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
 | 
			
		||||
#: ../fdroidserver/lint.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{appid}: Unknown extlib {path} in build '{versionName}'"
 | 
			
		||||
| 
						 | 
				
			
			@ -2934,11 +2641,6 @@ msgstr "檔案 {file} 是空的或損壞的 !"
 | 
			
		|||
msgid "{name} \"{section}/icons/{path}\" does not exist! Check \"config.yml\"."
 | 
			
		||||
msgstr "{name} \"{section}/icons/{path}\" 不存在! 請檢查 \"config.yml\"."
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/common.py
 | 
			
		||||
#, fuzzy, python-brace-format
 | 
			
		||||
msgid "{oldfile} is deprecated, use {newfile}"
 | 
			
		||||
msgstr "檔案 {oldfile} 已經過時了, 請使用檔案 {newfile}"
 | 
			
		||||
 | 
			
		||||
#: ../fdroidserver/update.py
 | 
			
		||||
#, python-brace-format
 | 
			
		||||
msgid "{path1} is a duplicate of {path2}, remove one!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue