switch gettext translation files to po-unwrapped format

Weblate, gettext, and Python-Babel all seem to have slightly different
wrapping rules.  This leads to lots of annoying diffs and git merge
conflicts.  So just don't wrap at all! :-D
This commit is contained in:
Hans-Christoph Steiner 2018-02-13 09:17:28 +01:00
parent d7af22b48e
commit 483b0289e9
19 changed files with 6042 additions and 1853 deletions

View file

@ -6,12 +6,11 @@
msgid ""
msgstr ""
"Project-Id-Version: fdroidserver 0.9\n"
"Report-Msgid-Bugs-To: team@f-droid.org\n"
"POT-Creation-Date: 2017-11-22 23:24+0100\n"
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
"POT-Creation-Date: 2018-02-13 09:01+0100\n"
"PO-Revision-Date: 2018-01-30 18:37+0000\n"
"Last-Translator: Luca D'Amico <damico.luca91@live.it>\n"
"Language-Team: Italian "
"<https://hosted.weblate.org/projects/f-droid/fdroidserver/it/>\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"
@ -51,6 +50,11 @@ msgstr "\"{path}\" contiene {name} obsoleto ({version})"
msgid "\"{path}\" contains recent {name} ({version})"
msgstr "\"{path}\" contiene {name} recente ({version})"
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "\"{path}\" exists but s3cmd is not installed!"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "\"{path}\" is not an accepted format, convert to: {formats}"
@ -63,6 +67,11 @@ 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"
#: ../fdroidserver/mirror.py
#, fuzzy, python-format
msgid "%(prog)s [options] url"
msgstr "%prog [opzioni]"
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#, python-format
msgid "%(prog)s: error: %(message)s\n"
@ -122,9 +131,12 @@ msgstr "\"sdk_path\" non impostato in \"config.py\"!"
#: ../fdroidserver/common.py
#, python-brace-format
msgid "'{aapt}' is too old, fdroid requires build-tools-23.0.0 or newer!"
msgstr ""
"\"{aapt}\" è troppo vecchio, fdroid richiede build-tools-23.0.0 o più "
"recente!"
msgstr "\"{aapt}\" è troppo vecchio, fdroid richiede build-tools-23.0.0 o più recente!"
#: ../fdroidserver/common.py
#, fuzzy, python-brace-format
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
msgstr "\"{aapt}\" è troppo vecchio, fdroid richiede build-tools-23.0.0 o più recente!"
#: ../fdroidserver/install.py
#, python-brace-format
@ -133,12 +145,8 @@ msgstr "\"{apkfilename}\" è già installato su {dev}."
#: ../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!"
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
@ -148,9 +156,7 @@ msgstr "Esecuzione di \"{path}\" fallita!"
#: ../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}"
msgstr "\"{value}\" non è un {field} valido in {appid}. Espressione regolare: {pattern}"
#: ../fdroidserver/checkupdates.py
#, python-brace-format
@ -161,10 +167,19 @@ msgstr "...checkupdate fallito per {appid}:{error}"
msgid ".__call__() not defined"
msgstr ".__call__() non definita"
#: ../fdroidserver/metadata.py
msgid ".fdroid.txt is not supported! Convert to .fdroid.yml or .fdroid.json."
msgstr ""
#: ../fdroidserver/lint.py
msgid "/issues is missing"
msgstr "/issues è mancante"
#: ../fdroidserver/mirror.py
#, fuzzy
msgid "A URL is required as an argument!"
msgstr "l'opzione -%s richiede degli argomenti"
#: ../fdroid
msgid "Add PGP signatures using GnuPG for packages in repo"
msgstr "Aggiungi firme PGP con GnuPG per i pacchetti in un repository"
@ -191,12 +206,12 @@ msgid "Alias of the repo signing key in the keystore"
msgstr "Alias della chiave di firma del repository nel keystore"
#: ../fdroidserver/import.py
msgid ""
"Allows a different revision (or git branch) to be specified for the initial "
"import"
msgid "Allows a different revision (or git branch) to be specified for the initial import"
msgstr "Permetti di specificare una revisione (o branch git) diversa per l'importazione iniziale"
#: ../fdroidserver/mirror.py
msgid "Also mirror the full archive section"
msgstr ""
"Permetti di specificare una revisione (o branch git) diversa per "
"l'importazione iniziale"
#: ../fdroidserver/lint.py
msgid "Also warn about formatting issues, like rewritemeta -l"
@ -247,6 +262,10 @@ msgstr "Non è necessario aggiungere \".git\""
msgid "Archiving {apkfilename} with invalid signature!"
msgstr "Archiviando {apkfilename} con una firma invalida!"
#: ../fdroidserver/mirror.py
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
@ -268,8 +287,7 @@ msgstr "Costruisci tutte le applicazioni disponibili"
#: ../fdroidserver/lint.py
msgid "Build generated by `fdroid import` - remove disable line once ready"
msgstr ""
"Build generata da \"froid import\" - rimuovi disable line quando ha finito"
msgstr "Build generata da \"froid import\" - rimuovi disable line quando ha finito"
#: ../fdroidserver/build.py
msgid "Build only the latest version of each package"
@ -277,12 +295,8 @@ msgstr "Costruisci solo l'ultima versione di ciascun pacchetto"
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid ""
"Build should have comma-separated versionName and versionCode, not "
"\"{value}\", in {linedesc}"
msgstr ""
"La build dovrebbe avere versionName e versionCode separati da una virgola in "
"{linedesc}, non \"{value}\""
msgid "Build should have comma-separated versionName and versionCode, not \"{value}\", in {linedesc}"
msgstr "La build dovrebbe avere versionName e versionCode separati da una virgola in {linedesc}, non \"{value}\""
#: ../fdroidserver/init.py
#, python-format
@ -300,6 +314,16 @@ msgstr[1] "Impossibile costruire a causa di errori con {} durante la scansione"
msgid "Cannot find a packageName for {path}!"
msgstr "Impossibile trovare un packageName per {path}!"
#: ../fdroidserver/metadata.py
#, fuzzy, python-brace-format
msgid "Cannot find an appid for {path}!"
msgstr "Impossibile trovare un packageName per {path}!"
#: ../fdroidserver/vmtools.py
#, fuzzy, python-brace-format
msgid "Cannot read \"{path}\"!"
msgstr "Impossibile trovare l'app id {appid}"
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Cannot resolve app id {appid}"
@ -312,8 +336,7 @@ msgstr "Impossibile usare --list e --to contemporaneamente"
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "Cannot write \"{path}\", not an accepted format, use: {formats}"
msgstr ""
"Impossibile scrivere su \"{path}\", formato non accettato, usare: {formats}"
msgstr "Impossibile scrivere su \"{path}\", formato non accettato, usare: {formats}"
#: ../fdroidserver/lint.py
msgid "Categories are not set"
@ -330,12 +353,8 @@ msgstr "Cerca gli aggiornamenti delle applicazioni"
#: ../fdroidserver/update.py
#, python-brace-format
msgid ""
"Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, "
"archapks:{arch}"
msgstr ""
"Controllando l'archiviazione per {appid} - apk:{integer}, keepversions:{keep}"
", archapks:{arch}"
msgid "Checking archiving for {appid} - apks:{integer}, keepversions:{keep}, archapks:{arch}"
msgstr "Controllando l'archiviazione per {appid} - apk:{integer}, keepversions:{keep}, archapks:{arch}"
#: ../fdroidserver/dscanner.py
msgid "Clean after all scans have finished"
@ -396,8 +415,7 @@ msgstr "Impossibile trovare l'ID del pacchetto"
#: ../fdroidserver/update.py
msgid "Cowardily refusing to overwrite existing signing key setup!"
msgstr ""
"Mi rifiuto di sovrascrivere il setup della chiave di firma già esistente!"
msgstr "Mi rifiuto di sovrascrivere il setup della chiave di firma già esistente!"
#: ../fdroidserver/update.py
msgid "Create a repo signing key in a keystore"
@ -407,16 +425,21 @@ msgstr "Crea una chiave di firma del repository in un keystore"
msgid "Create skeleton metadata files that are missing"
msgstr "Crea i file scheletro di metadata che mancano"
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Created new container \"{name}\""
msgstr "Nuovo container \"{name}\" creato"
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Creating \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/publish.py
msgid "Creating log directory"
msgstr "Creazione della directory dei log"
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Creating new S3 bucket: {url}"
msgstr "Creazione di un nuovo bucket S3: {url}"
@ -468,8 +491,12 @@ 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"
msgstr "La descrizione di lunghezza {length} supera il limite di {limit} caratteri"
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "Do not include \"{path}\" in URL!"
msgstr ""
"La descrizione di lunghezza {length} supera il limite di {limit} caratteri"
#: ../fdroidserver/init.py
msgid "Do not prompt for Android SDK path, just fail"
@ -484,23 +511,25 @@ msgid "Don't do anything logs-related"
msgstr "Non fare niente sui log"
#: ../fdroidserver/build.py
msgid ""
"Don't refresh the repository, useful when testing a build with no internet "
"connection"
msgid "Don't refresh the repository, useful when testing a build with no internet connection"
msgstr "Non aggiornare il repository, utile per testare una build offline"
#: ../fdroidserver/server.py ../fdroidserver/nightly.py
#: ../fdroidserver/upload.py
msgid "Don't use rsync checksums"
msgstr "Non usare checksum rsync"
#: ../fdroid
msgid "Download complete mirrors of small repos"
msgstr ""
#: ../fdroidserver/stats.py
msgid "Download logs we don't have"
msgstr "Scarica registri che non abbiamo"
#: ../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."
msgstr "Lo scaricamento del repository è gia fallito una volta, non verrà riprovato."
#: ../fdroidserver/verify.py
#, python-brace-format
@ -509,11 +538,8 @@ msgstr "Scaricamento di {url} fallito. {error}"
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid ""
"Duplicate build recipe found for versionCode {versionCode} in {linedesc}"
msgstr ""
"Trovata ricetta di costruzione duplicata per versionCode {versionCode} in "
"{linedesc}"
msgid "Duplicate build recipe found for versionCode {versionCode} in {linedesc}"
msgstr "Trovata ricetta di costruzione duplicata per versionCode {versionCode} in {linedesc}"
#: ../fdroidserver/lint.py
#, python-brace-format
@ -524,6 +550,12 @@ msgstr ""
msgid "Dynamically scan APKs post build"
msgstr "Scansiona gli APK dinamicamente dopo la costruzione"
#: ../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 ""
@ -540,6 +572,12 @@ msgid ""
"> "
msgstr ""
#: ../fdroidserver/server.py ../fdroidserver/checkupdates.py
#: ../fdroidserver/upload.py
#, fuzzy, python-format
msgid "Error while attempting to publish log: %s"
msgstr "Errore nell'ottenere l'indirizzo del repo"
#: ../fdroidserver/import.py
msgid "Error while getting repo address"
msgstr "Errore nell'ottenere l'indirizzo del repo"
@ -567,7 +605,7 @@ msgstr ""
msgid "Failed to align application"
msgstr ""
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Failed to create S3 bucket: {url}"
msgstr ""
@ -591,10 +629,19 @@ msgstr ""
msgid "Failed to install '{apkfilename}' on {dev}: {error}"
msgstr ""
#: ../fdroidserver/publish.py
#: ../fdroidserver/publish.py ../fdroidserver/common.py
msgid "Failed to sign application"
msgstr ""
#: ../fdroidserver/common.py
msgid "Failed to zipalign application"
msgstr ""
#: ../fdroidserver/build.py
#, python-brace-format
msgid "Fetched buildserverid from VM: {buildserverid}"
msgstr ""
#: ../fdroidserver/signatures.py
#, python-brace-format
msgid "Fetched signatures for '{apkfilename}' -> '{sigdir}'"
@ -611,10 +658,17 @@ msgstr ""
msgid "Flattr donation methods belong in the FlattrID flag"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Forbidden HTML tags"
msgstr ""
#: ../fdroidserver/build.py
msgid ""
"Force build of disabled apps, and carries on regardless of scan problems. "
"Only allowed in test mode."
msgid "Force build of disabled apps, and carries on regardless of scan problems. Only allowed in test mode."
msgstr ""
#: ../fdroidserver/build.py
#, python-brace-format
msgid "Force halting build after {0} sec timeout!"
msgstr ""
#: ../fdroidserver/update.py
@ -688,6 +742,10 @@ msgstr ""
msgid "Git submodule update failed"
msgstr ""
#: ../fdroidserver/common.py
msgid "HTTPS must be used with Subversion URLs!"
msgstr ""
#: ../fdroidserver/index.py
msgid "Ignoring package without metadata: "
msgstr ""
@ -761,8 +819,7 @@ msgstr ""
#: ../fdroidserver/lint.py
#, python-format
msgid ""
"Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list"
msgid "Invalid license tag \"%s\"! Use only tags from https://spdx.org/license-list"
msgstr ""
#: ../fdroidserver/lint.py
@ -793,13 +850,27 @@ msgstr ""
msgid "Invalid versionCode: \"{versionCode}\" is not an integer!"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "JAR signature failed to verify: {path}"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "JAR signature verified: {path}"
msgstr ""
#: ../fdroidserver/publish.py ../fdroidserver/update.py
#: ../fdroidserver/mirror.py
msgid "Java JDK not found! Install in standard location or set java_paths!"
msgstr ""
#: ../fdroidserver/signindex.py
msgid ""
"Java jarsigner not found! Install in standard location or set java_paths!"
msgid "Java jarsigner not found! Install in standard location or set java_paths!"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Javascript in HTML src attributes"
msgstr ""
#: ../fdroidserver/init.py
@ -808,9 +879,11 @@ msgstr ""
#: ../fdroidserver/lint.py
#, python-brace-format
msgid ""
"Last used commit '{commit}' looks like a tag, but Update Check Mode is "
"'{ucm}'"
msgid "Last used commit '{commit}' looks like a tag, but Update Check Mode is '{ucm}'"
msgstr ""
#: ../fdroidserver/lint.py
msgid "Liberapay donation methods belong in the LiberapayID flag"
msgstr ""
#: ../fdroidserver/rewritemeta.py
@ -925,6 +998,11 @@ msgstr ""
msgid "Nothing to do for {appid}."
msgstr ""
#: ../fdroidserver/init.py
#, fuzzy
msgid "Now set these in config.py:"
msgstr "\"sdk_path\" non impostato in \"config.py\"!"
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#: ../fdroidserver/update.py
#, python-brace-format
@ -939,6 +1017,11 @@ msgstr ""
msgid "OBB's packagename does not match a supported APK:"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Old APK signature failed to verify: {path}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Only PNG and JPEG are supported for graphics, found: {path}"
@ -1047,12 +1130,12 @@ msgstr ""
msgid "Push the log to this git remote repository"
msgstr ""
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Pushing binary transparency log to {url}"
msgstr ""
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Pushing to {url}"
msgstr ""
@ -1070,13 +1153,16 @@ msgstr "Leggi tutti i file di metadata ed esci"
msgid "Reading '{config_file}'"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "Reading minSdkVersion failed: \"{apkfilename}\""
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
#. https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
#: ../fdroidserver/common.py
#, python-brace-format
msgid ""
"Reading packageName/versionCode/versionName failed, APK invalid: "
"'{apkfilename}'"
msgid "Reading packageName/versionCode/versionName failed, APK invalid: '{apkfilename}'"
msgstr ""
#: ../fdroidserver/update.py
@ -1085,9 +1171,7 @@ msgid "Reading {apkfilename} from cache"
msgstr ""
#: ../fdroidserver/stats.py
msgid ""
"Recalculate aggregate stats - use when changes have been made that would "
"invalidate old cached data."
msgid "Recalculate aggregate stats - use when changes have been made that would invalidate old cached data."
msgstr ""
#: ../fdroidserver/common.py
@ -1103,11 +1187,14 @@ msgid "Report on build data status"
msgstr ""
#: ../fdroidserver/build.py
msgid ""
"Reset and create a brand new build server, even if the existing one appears "
"to be ok."
msgid "Reset and create a brand new build server, even if the existing one appears to be ok."
msgstr ""
#: ../fdroidserver/nightly.py
#, fuzzy, python-brace-format
msgid "Resigning {apkfilename} with provided debug.keystore"
msgstr "Archiviando {apkfilename} con una firma invalida!"
#: ../fdroidserver/update.py
msgid "Resize all the icons exceeding the max pixel size and exit"
msgstr ""
@ -1138,10 +1225,15 @@ msgstr ""
msgid "Run rewritemeta to fix formatting"
msgstr ""
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
msgid "Running first pass with MD5 checking disabled"
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "Running wget in {path}"
msgstr ""
#: ../fdroidserver/dscanner.py
msgid "Scan only the latest version of each package"
msgstr ""
@ -1150,16 +1242,44 @@ msgstr ""
msgid "Scan the source code of a package"
msgstr "Scansiona il codice sorgente di un pacchetto"
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "Scanner found {count} problems in {appid}:"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "Scanner found {count} problems in {appid}:{versionCode}:"
msgstr ""
#: ../fdroidserver/build.py
msgid "Scanner found {} problem"
msgid_plural "Scanner found {} problems"
msgstr[0] ""
msgstr[1] ""
#: ../fdroidserver/common.py
msgid "Set clock to that time using:"
msgstr ""
#: ../fdroidserver/build.py
#, python-brace-format
msgid "Set open file limit to {integer}"
msgstr ""
#: ../fdroid
msgid "Set up an app build for a nightly build repo"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setting open file limit failed: "
msgstr ""
#: ../fdroidserver/build.py
#, python-brace-format
msgid "Setting {0} sec timeout for this build"
msgstr ""
#: ../fdroidserver/build.py
msgid "Setup an emulator, install the APK on it and perform a Drozer scan"
msgstr ""
@ -1204,11 +1324,11 @@ msgstr ""
msgid "Skipping {appid}: no builds specified"
msgstr ""
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
msgid "Specify a local folder to sync the repo to"
msgstr ""
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
msgid "Specify an identity file to provide to SSH for rsyncing"
msgstr ""
@ -1229,10 +1349,19 @@ msgstr ""
msgid "Specify that we're running on the build server"
msgstr ""
#: ../fdroidserver/nightly.py
msgid "Specify which debug keystore file to use."
msgstr ""
#: ../fdroidserver/common.py
msgid "Spew out even more information than normal"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "Striping mystery signature from {apkfilename}"
msgstr ""
#: ../fdroidserver/lint.py
#, python-format
msgid "Summary '%s' is just the app's name"
@ -1243,10 +1372,13 @@ msgstr ""
msgid "Summary of length {length} is over the {limit} char limit"
msgstr ""
#: ../fdroidserver/common.py
#, python-brace-format
msgid "System clock is older than date in {path}!"
msgstr ""
#: ../fdroidserver/build.py
msgid ""
"Test mode - put output in the tmp directory only, and always build, even if "
"the output already exists."
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
msgstr ""
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
@ -1259,6 +1391,10 @@ msgstr ""
msgid "The base URL for the repo to log (default: https://f-droid.org)"
msgstr ""
#: ../fdroidserver/mirror.py
msgid "The directory to write the mirror to"
msgstr ""
#: ../fdroidserver/server.py
msgid "The only commands currently supported are 'init' and 'update'"
msgstr ""
@ -1289,10 +1425,8 @@ msgstr ""
msgid "This repo already has local metadata: %s"
msgstr ""
#: ../fdroidserver/server.py
msgid ""
"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config."
"py!"
#: ../fdroidserver/server.py ../fdroidserver/upload.py
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
msgstr ""
#: ../fdroidserver/lint.py
@ -1362,6 +1496,11 @@ msgstr ""
msgid "Unrecognised field '{field}' in {linedesc}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Unsupported file type \"{extension}\" for repo graphic"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "Unsupported graphics file found: {path}"
@ -1448,7 +1587,21 @@ msgstr ""
msgid "Use date from apk instead of current time for newly added apks"
msgstr ""
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using \"{path}\" for configuring s3cmd."
msgstr ""
#: ../fdroidserver/common.py
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
msgstr ""
#: ../fdroidserver/init.py
#, python-brace-format
msgid "Using existing keystore \"{path}\""
msgstr ""
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "Using s3cmd to sync with: {url}"
msgstr ""
@ -1461,14 +1614,16 @@ msgstr "I comandi validi sono:"
msgid "Verify the integrity of downloaded packages"
msgstr "Verifica l'integrità dei pacchetti scaricati"
#: ../fdroidserver/index.py
msgid "Verifying index signature:"
msgstr ""
#: ../fdroid
msgid "Warn about possible metadata errors"
msgstr "Avvisa riguardo possibili errori metadata"
#: ../fdroidserver/update.py
msgid ""
"When configured for signed indexes, create only unsigned indexes at this "
"stage"
msgid "When configured for signed indexes, create only unsigned indexes at this stage"
msgstr ""
msgid "X.509 'Distiguished Name' used when generating keys"
@ -1569,6 +1724,11 @@ msgstr[1] ""
msgid "copying {apkfilename} into {path}"
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "created {path}"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "deleting: repo/{apkfilename}"
@ -1602,6 +1762,11 @@ msgstr ""
msgid "fdroid [-h|--help|--version] <command> [<args>]"
msgstr ""
#: ../fdroid
#, fuzzy
msgid "fdroid [<command>] [-h|--help|--version|<args>]"
msgstr "utilizzo: fdroid [-h|--help|--version] <comando> [<argomenti>]"
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
msgid "floating-point"
msgstr ""
@ -1610,6 +1775,15 @@ msgstr ""
msgid "force errors to be warnings, or ignore"
msgstr "forza gli errori ad essere avvisi, o ignora"
#: ../fdroidserver/metadata.py
#, fuzzy
msgid "force metadata errors (default) to be warnings, or to be ignored."
msgstr "forza gli errori ad essere avvisi, o ignora"
#: ../fdroidserver/common.py
msgid "git svn clone failed"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#, python-format
msgid "ignored explicit argument %r"
@ -1640,15 +1814,12 @@ msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#, python-format
msgid ""
"invalid option string %(option)r: must start with a character "
"%(prefix_chars)r"
msgid "invalid option string %(option)r: must start with a character %(prefix_chars)r"
msgstr ""
#: ../fdroidserver/server.py
#, python-brace-format
msgid ""
"local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
msgid "local_copy_dir does not end with \"fdroid\", perhaps you meant: \"{path}\""
msgstr ""
#: ../fdroidserver/server.py
@ -1668,6 +1839,11 @@ msgstr ""
msgid "mutually exclusive arguments must be optional"
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "no \"icon\" in {appid}"
msgstr ""
#: ../fdroidserver/signatures.py
msgid "no APK supplied"
msgstr ""
@ -1756,19 +1932,15 @@ msgstr "argomenti posizionali"
#: ../fdroidserver/signatures.py
#, python-brace-format
msgid ""
"refuse downloading via insecure HTTP connection (use HTTPS or specify --no-"
"https-check): {apkfilename}"
msgid "refuse downloading via insecure HTTP connection (use HTTPS or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/signatures.py
#, python-brace-format
msgid ""
"refuse downloading via insecure http connection (use https or specify --no-"
"https-check): {apkfilename}"
msgid "refuse downloading via insecure http connection (use https or specify --no-https-check): {apkfilename}"
msgstr ""
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "s3cmd sync indexes {path} to {url} and delete"
msgstr ""
@ -1791,6 +1963,10 @@ msgstr ""
msgid "skipping source tarball: {path}"
msgstr ""
#: ../fdroidserver/lint.py
msgid "srclibs missing name and/or @"
msgstr ""
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
#, python-format
msgid "the following arguments are required: %s"
@ -1824,7 +2000,7 @@ msgstr "utilizzo: "
msgid "usage: fdroid [-h|--help|--version] <command> [<args>]"
msgstr "utilizzo: fdroid [-h|--help|--version] <comando> [<argomenti>]"
#: ../fdroidserver/server.py
#: ../fdroidserver/server.py ../fdroidserver/upload.py
#, python-brace-format
msgid "using Apache libcloud to sync with {url}"
msgstr ""
@ -1841,17 +2017,37 @@ 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 ""
#: ../fdroidserver/update.py
#, fuzzy, python-brace-format
msgid "{apkfilename}'s AndroidManifest.xml has a bad date: "
msgstr "AndroidManifest.xml non ha una data"
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{appid} does not have a name! Using package name instead."
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
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}'"
msgstr ""
#: ../fdroidserver/scanner.py
#, python-brace-format
msgid "{appid}: no builds specified, running on current source state"
msgstr ""
#: ../fdroidserver/metadata.py
#, python-brace-format
msgid "{field} not terminated in {name}"
@ -1862,11 +2058,26 @@ msgstr ""
msgid "{name} \"{path}\" does not exist! Correct it in config.py."
msgstr ""
#: ../fdroidserver/nightly.py
#, python-brace-format
msgid "{path} does not exist! Create it by running:"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{path} has bad file signature \"{pattern}\", possible Janus exploit!"
msgstr ""
#: ../fdroidserver/update.py
#, python-brace-format
msgid "{path} is zero size!"
msgstr ""
#: ../fdroidserver/mirror.py
#, python-brace-format
msgid "{url} does not end with \"fdroid\", check the URL path!"
msgstr ""
#: ../fdroidserver/build.py
msgid "{} build failed"
msgid_plural "{} builds failed"