mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
Updated by hook in Weblate to make PO files to match POT (msgmerge)
This commit is contained in:
parent
9bc81f2689
commit
ec578fe85f
25 changed files with 3709 additions and 3108 deletions
|
@ -7,11 +7,10 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: fdroidserver 0.9\n"
|
||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||
"POT-Creation-Date: 2018-07-13 11:05+0200\n"
|
||||
"POT-Creation-Date: 2019-01-28 13:31+0000\n"
|
||||
"PO-Revision-Date: 2018-12-31 23:09+0000\n"
|
||||
"Last-Translator: Matteo Fumagalli <f.mustang@protonmail.com>\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"
|
||||
|
@ -62,6 +61,7 @@ msgid "\"{path}\" is not an accepted format, convert to: {formats}"
|
|||
msgstr "\"{path}\" non è un formato accettato, convertire a: {formats}"
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "%(option)s option requires %(number)d argument"
|
||||
msgid_plural "%(option)s option requires %(number)d arguments"
|
||||
|
@ -74,6 +74,7 @@ msgid "%(prog)s [options] url"
|
|||
msgstr "%(prog)s [options] url"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "%(prog)s: error: %(message)s\n"
|
||||
msgstr "%(prog)s: errore: %(message)s\n"
|
||||
|
@ -84,10 +85,12 @@ 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
|
||||
msgid "%prog [options]"
|
||||
msgstr "%prog [opzioni]"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "%r is not callable"
|
||||
msgstr "%r non è richiamabile"
|
||||
|
@ -98,6 +101,7 @@ 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
|
||||
#, python-format
|
||||
msgid "%s option does not take a value"
|
||||
msgstr "l'opzione %s non accetta un valore"
|
||||
|
@ -119,6 +123,7 @@ msgid "'repo_keyalias' not found in config.py!"
|
|||
msgstr "\"repo_keyalias\" non trovato in config.py!"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "'required' is an invalid argument for positionals"
|
||||
msgstr "\"required\" è un argomento invalido per i posizionali"
|
||||
|
||||
|
@ -132,30 +137,27 @@ 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
|
||||
#, python-brace-format
|
||||
msgid "'{aapt}' is too old, fdroid requires build-tools-{version} or newer!"
|
||||
msgstr ""
|
||||
"'{aapt}' è troppo vecchio, fdroid richiede build-tools-{version} o più "
|
||||
"recente!"
|
||||
msgstr "'{aapt}' è troppo vecchio, fdroid richiede build-tools-{version} o più recente!"
|
||||
|
||||
#: ../fdroidserver/install.py
|
||||
#, python-brace-format
|
||||
msgid "'{apkfilename}' is already installed on {dev}."
|
||||
msgstr "\"{apkfilename}\" è già installato su {dev}."
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "'{field}' in {linedesc} is obsolete, see docs for current fields:"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"'{field}' will be in random order! Use () or [] brackets if order is "
|
||||
"important!"
|
||||
msgstr ""
|
||||
"\"{field}\" 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
|
||||
|
@ -165,9 +167,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
|
||||
|
@ -175,6 +175,7 @@ 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
|
||||
msgid ".__call__() not defined"
|
||||
msgstr ".__call__() non definita"
|
||||
|
||||
|
@ -216,12 +217,8 @@ 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"
|
||||
msgstr ""
|
||||
"Permetti di specificare una revisione (o branch git) diversa per "
|
||||
"l'importazione iniziale"
|
||||
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"
|
||||
|
@ -277,9 +274,7 @@ 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="
|
||||
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
|
||||
|
@ -303,8 +298,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/checkupdates.py
|
||||
msgid "Build metadata git repo has uncommited changes!"
|
||||
|
@ -316,12 +310,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
|
||||
|
@ -331,8 +321,7 @@ msgstr "Costruito il repository in \"%s\" con questa configurazione:"
|
|||
#: ../fdroidserver/build.py
|
||||
msgid "Can't build due to {} error while scanning"
|
||||
msgid_plural "Can't build due to {} errors while scanning"
|
||||
msgstr[0] ""
|
||||
"Impossibile costruire a causa di un errore con {} durante la scansione"
|
||||
msgstr[0] "Impossibile costruire a causa di un errore con {} durante la scansione"
|
||||
msgstr[1] "Impossibile costruire a causa di errori con {} durante la scansione"
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
|
@ -362,30 +351,25 @@ 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}"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Categories are not set"
|
||||
msgstr "Le categorie non sono impostate"
|
||||
msgstr "Impossibile scrivere su \"{path}\", formato non accettato, usare: {formats}"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-format
|
||||
msgid "Categories '%s' is not valid"
|
||||
msgstr "La categoria \"%s\" non è valida"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Categories are not set"
|
||||
msgstr "Le categorie non sono impostate"
|
||||
|
||||
#: ../fdroid
|
||||
msgid "Check for updates to applications"
|
||||
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"
|
||||
|
@ -446,8 +430,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"
|
||||
|
@ -493,6 +476,11 @@ msgstr "Creazione della directory temporanea"
|
|||
msgid "Creating unsigned index in preparation for signing"
|
||||
msgstr "Creazione dell'indice non firmato in preparazione della firma"
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "CurrentVersionCode {cv} is less than oldest build entry {versionCode}"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "DEBUG_KEYSTORE is not set or the value is incomplete"
|
||||
msgstr "DEBUG_KEYSTORE non impostato o il valore è incompleto"
|
||||
|
@ -523,8 +511,7 @@ 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"
|
||||
msgstr "La descrizione di lunghezza {length} supera il limite di {limit} caratteri"
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "Do not deploy the new files to the repo"
|
||||
|
@ -552,9 +539,7 @@ 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
|
||||
|
@ -572,8 +557,7 @@ 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
|
||||
|
@ -582,11 +566,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
|
||||
|
@ -712,9 +693,7 @@ msgid "Forbidden HTML tags"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid ""
|
||||
"Force build of disabled apps, and carries on regardless of scan problems. "
|
||||
"Only allowed in test mode."
|
||||
msgid "Force build of disabled apps, and carries on regardless of scan problems. Only allowed in test mode."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
|
@ -871,8 +850,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
|
||||
|
@ -924,8 +902,7 @@ msgid "Java JDK not found! Install in standard location or set java_paths!"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/signindex.py
|
||||
msgid ""
|
||||
"Java jarsigner not found! Install in standard location or set java_paths!"
|
||||
msgid "Java jarsigner not found! Install in standard location or set java_paths!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
|
@ -938,9 +915,7 @@ msgstr ""
|
|||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Last used commit '{commit}' looks like a tag, but Update Check Mode is "
|
||||
"'{ucm}'"
|
||||
msgid "Last used commit '{commit}' looks like a tag, but Update Check Mode is '{ucm}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
|
@ -951,6 +926,10 @@ msgstr ""
|
|||
msgid "List files that would be reformatted"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
msgid "Locale included in f-droid.org URL"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid "Make the build stop on exceptions"
|
||||
msgstr ""
|
||||
|
@ -1100,9 +1079,14 @@ msgid "Only process apps with auto-updates"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "Options"
|
||||
msgstr "Opzioni"
|
||||
|
||||
#: ../fdroidserver/verify.py
|
||||
msgid "Output JSON report to file named after APK."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/import.py
|
||||
msgid "Overall license of the project."
|
||||
msgstr ""
|
||||
|
@ -1231,9 +1215,7 @@ msgstr ""
|
|||
#. https://developer.android.com/guide/topics/manifest/manifest-element.html#vname
|
||||
#: ../fdroidserver/common.py
|
||||
#, python-brace-format
|
||||
msgid ""
|
||||
"Reading packageName/versionCode/versionName failed, APK invalid: "
|
||||
"'{apkfilename}'"
|
||||
msgid "Reading packageName/versionCode/versionName failed, APK invalid: '{apkfilename}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
|
@ -1242,9 +1224,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
|
||||
|
@ -1260,9 +1240,7 @@ 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
|
||||
|
@ -1444,9 +1422,7 @@ msgid "System clock is older than date in {path}!"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/build.py
|
||||
msgid ""
|
||||
"Test mode - put output in the tmp directory only, and always build, even if "
|
||||
"the output already exists."
|
||||
msgid "Test mode - put output in the tmp directory only, and always build, even if the output already exists."
|
||||
msgstr ""
|
||||
|
||||
#. Translators: https://developer.android.com/guide/topics/manifest/manifest-element.html#vcode
|
||||
|
@ -1463,6 +1439,10 @@ msgstr ""
|
|||
msgid "The directory to write the mirror to"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py
|
||||
msgid "The only commands currently supported are 'init' and 'update'"
|
||||
msgstr ""
|
||||
|
@ -1480,10 +1460,6 @@ msgstr ""
|
|||
msgid "The root dir for local_copy_dir \"{path}\" does not exist!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/nightly.py
|
||||
msgid "The file to be included in the repo (path or glob)"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/publish.py
|
||||
msgid "There is a keyalias collision - publishing halted"
|
||||
msgstr ""
|
||||
|
@ -1494,9 +1470,7 @@ msgid "This repo already has local metadata: %s"
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/server.py ../fdroidserver/upload.py
|
||||
msgid ""
|
||||
"To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config."
|
||||
"py!"
|
||||
msgid "To use awsbucket, awssecretkey and awsaccesskeyid must also be set in config.py!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
|
@ -1557,10 +1531,20 @@ msgstr ""
|
|||
msgid "Unnecessary trailing space"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised app field '{fieldname}' in '{path}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
msgid "Unrecognised app field: "
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised build flag '{build_flag}' in '{path}'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "Unrecognised field '{field}' in {linedesc}"
|
||||
|
@ -1645,10 +1629,12 @@ msgid "UpdateCheckData not a valid URL: {url}"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "Usage"
|
||||
msgstr "Utilizzo"
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "Usage: %s\n"
|
||||
msgstr "Utilizzo: %s\n"
|
||||
|
@ -1678,8 +1664,7 @@ msgid "Using \"{path}\" for configuring s3cmd."
|
|||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
msgid ""
|
||||
"Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
||||
msgid "Using Java's jarsigner, not recommended for verifying APKs! Use apksigner"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/common.py
|
||||
|
@ -1718,9 +1703,7 @@ 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"
|
||||
|
@ -1745,11 +1728,13 @@ msgid "adding to {name}: {path}"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "ambiguous option: %(option)s could match %(matches)s"
|
||||
msgstr "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
|
||||
#, python-format
|
||||
msgid "ambiguous option: %s (%s?)"
|
||||
msgstr "opzione ambigua: %s (%s?)"
|
||||
|
@ -1770,6 +1755,7 @@ msgid "applicationId with optional versionCode in the form APPID[:VERCODE]"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "argument \"-\" with mode %r"
|
||||
msgstr ""
|
||||
|
@ -1779,15 +1765,18 @@ msgid "attempting bare ssh connection to test deploy key:"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "can't open '%s': %s"
|
||||
msgstr "impossibile aprire \"%s\": %s"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "cannot have multiple subparser arguments"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "cannot merge actions - two groups are named %r"
|
||||
msgstr ""
|
||||
|
@ -1806,10 +1795,12 @@ msgid "command to execute, either 'init' or 'update'"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "complex"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "conflicting option string: %s"
|
||||
msgid_plural "conflicting option strings: %s"
|
||||
|
@ -1837,11 +1828,13 @@ msgid "deployed build logs to '{path}'"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "dest= is required for options like %r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "expected %s argument"
|
||||
msgid_plural "expected %s arguments"
|
||||
|
@ -1849,14 +1842,17 @@ msgstr[0] ""
|
|||
msgstr[1] ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "expected at least one argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "expected at most one argument"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "expected one argument"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1874,6 +1870,7 @@ msgid "fdroid [<command>] [-h|--help|--version|<args>]"
|
|||
msgstr "fdroid [<command>] [-h|--help|--version|<args>]"
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "floating-point"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1890,6 +1887,7 @@ msgid "git svn clone failed"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "ignored explicit argument %r"
|
||||
msgstr ""
|
||||
|
@ -1899,35 +1897,37 @@ msgid "index-v1 must have a signature, use `fdroid signindex` to create it!"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "integer"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid %(type)s value: %(value)r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid choice: %(value)r (choose from %(choices)s)"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "invalid conflict_resolution value: %r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"invalid option string %(option)r: must start with a character "
|
||||
"%(prefix_chars)r"
|
||||
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
|
||||
|
@ -1944,6 +1944,7 @@ msgid "mirror '%s' does not end with 'fdroid'!"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "mutually exclusive arguments must be optional"
|
||||
msgstr ""
|
||||
|
||||
|
@ -1957,6 +1958,7 @@ msgid "no APK supplied"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "no such option: %s"
|
||||
msgstr "opzione inesistente: %s"
|
||||
|
@ -1966,11 +1968,13 @@ msgid "no version info found!"
|
|||
msgstr "nessuna informazione sulla versione è stata trovata!"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "not allowed with argument %s"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "one of the arguments %s is required"
|
||||
msgstr ""
|
||||
|
@ -1985,46 +1989,55 @@ msgid "option %s: If you really want to install all the signed apps, use --all"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "option %s: invalid %s value: %r"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
#, python-format
|
||||
msgid "option %s: invalid choice: %r (choose from %s)"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option -%s not recognized"
|
||||
msgstr "opzione -%s non riconosciuta"
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option -%s requires argument"
|
||||
msgstr "l'opzione -%s richiede degli argomenti"
|
||||
|
||||
#: /usr/lib/python3.5/getopt.py /usr/lib/python3.6/getopt.py
|
||||
#: /usr/lib/python3.7/getopt.py
|
||||
#, python-format
|
||||
msgid "option --%s must not have an argument"
|
||||
msgstr "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
|
||||
#, 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
|
||||
#, 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
|
||||
#, 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
|
||||
msgid "optional arguments"
|
||||
msgstr "argomenti facoltativi"
|
||||
|
||||
|
@ -2034,21 +2047,18 @@ msgid "overwriting existing {path}"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
msgid "positional arguments"
|
||||
msgstr "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/upload.py
|
||||
|
@ -2057,11 +2067,13 @@ msgid "s3cmd sync indexes {path} to {url} and delete"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||
#: /usr/lib/python3.7/optparse.py
|
||||
msgid "show program's version number and exit"
|
||||
msgstr "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
|
||||
msgid "show this help message and exit"
|
||||
msgstr "mostra questo messaggio di aiuto ed esci"
|
||||
|
||||
|
@ -2092,21 +2104,25 @@ msgid "supplied timestamp value '{timestamp}' is not a unix timestamp"
|
|||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "the following arguments are required: %s"
|
||||
msgstr "i seguenti argomenti sono obbligatori: %s"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "unexpected option string: %s"
|
||||
msgstr "stringa di opzioni inaspettata: %s"
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "unknown parser %(parser_name)r (choices: %(choices)s)"
|
||||
msgstr ""
|
||||
|
||||
#: /usr/lib/python3.5/argparse.py /usr/lib/python3.6/argparse.py
|
||||
#: /usr/lib/python3.7/argparse.py
|
||||
#, python-format
|
||||
msgid "unrecognized arguments: %s"
|
||||
msgstr "argomenti sconosciuti: %s"
|
||||
|
@ -2117,6 +2133,7 @@ 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
|
||||
msgid "usage: "
|
||||
msgstr "utilizzo: "
|
||||
|
||||
|
@ -2156,6 +2173,16 @@ msgstr "L'AndroidManifest.xml di {apkfilename} ha una data non corretta: "
|
|||
msgid "{appid} does not have a name! Using package name instead."
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Android Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py ../fdroidserver/update.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} from {path} is not a valid Java Package Name!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/mirror.py
|
||||
#, python-brace-format
|
||||
msgid "{appid} is missing {name}"
|
||||
|
@ -2172,6 +2199,16 @@ msgstr ""
|
|||
msgid "{appid}: no builds specified, running on current source state"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}!'"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/lint.py
|
||||
#, python-brace-format
|
||||
msgid "{appid}: {field} must be a '{type}', but it is a '{fieldtype}'!"
|
||||
msgstr ""
|
||||
|
||||
#: ../fdroidserver/metadata.py
|
||||
#, python-brace-format
|
||||
msgid "{field} not terminated in {name}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue