mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-18 20:50:10 +01:00
Translated using Weblate: Italian (it) by Massimiliano Caniparoli <massic80@gmail.com>
Currently translated at 34.3% (194 of 565 strings) Co-authored-by: Massimiliano Caniparoli <massic80@gmail.com> Translate-URL: https://hosted.weblate.org/projects/f-droid/fdroidserver/it/ Translation: F-Droid/F-Droid Server
This commit is contained in:
parent
b00fd56cdf
commit
a16ca66abf
@ -4,13 +4,14 @@
|
|||||||
# random r <epsilin@yopmail.com>, 2020.
|
# random r <epsilin@yopmail.com>, 2020.
|
||||||
# Luca Zambarda <luke.zambarda@gmail.com>, 2020.
|
# Luca Zambarda <luke.zambarda@gmail.com>, 2020.
|
||||||
# IvanDan <ivandanza@gmail.com>, 2020.
|
# IvanDan <ivandanza@gmail.com>, 2020.
|
||||||
|
# Massimiliano Caniparoli <massic80@gmail.com>, 2020.
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: fdroidserver 0.9\n"
|
"Project-Id-Version: fdroidserver 0.9\n"
|
||||||
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
"Report-Msgid-Bugs-To: https://gitlab.com/fdroid/fdroidserver/issues\n"
|
||||||
"POT-Creation-Date: 2020-10-01 12:34+0200\n"
|
"POT-Creation-Date: 2020-10-01 12:34+0200\n"
|
||||||
"PO-Revision-Date: 2020-09-19 17:03+0000\n"
|
"PO-Revision-Date: 2020-10-01 11:26+0000\n"
|
||||||
"Last-Translator: IvanDan <ivandanza@gmail.com>\n"
|
"Last-Translator: Massimiliano Caniparoli <massic80@gmail.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"
|
"Language: it\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
@ -28,6 +29,12 @@ msgid ""
|
|||||||
" tools on https://gitlab.com/fdroid.\n"
|
" tools on https://gitlab.com/fdroid.\n"
|
||||||
" "
|
" "
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"\n"
|
||||||
|
" Questo è un repository di app da usare con FDroid. Le applicazioni in questo\n"
|
||||||
|
" repository sono binari ufficiali compilati dagli sviluppatori originali \n"
|
||||||
|
" dell'applicazione, oppure sono binari compilati dai sorgenti da f-droid.org\n"
|
||||||
|
" usando i tool su https://gitlab.com/fdroid.\n"
|
||||||
|
" "
|
||||||
|
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -38,7 +45,6 @@ msgstr ""
|
|||||||
"Chiave pubblica SSH da usare come chiave di deploy:"
|
"Chiave pubblica SSH da usare come chiave di deploy:"
|
||||||
|
|
||||||
#: ../fdroidserver/nightly.py
|
#: ../fdroidserver/nightly.py
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
msgid ""
|
||||||
"\n"
|
"\n"
|
||||||
"SSH public key to be used as deploy key:"
|
"SSH public key to be used as deploy key:"
|
||||||
@ -61,7 +67,7 @@ msgid "\"%s/\" has no matching metadata file!"
|
|||||||
msgstr "\"%s/\" non ha un file di metadata corrispondente!"
|
msgstr "\"%s/\" non ha un file di metadata corrispondente!"
|
||||||
|
|
||||||
#: ../fdroidserver/install.py
|
#: ../fdroidserver/install.py
|
||||||
#, fuzzy, python-brace-format
|
#, python-brace-format
|
||||||
msgid "\"{apkfilename}\" is already installed on {dev}."
|
msgid "\"{apkfilename}\" is already installed on {dev}."
|
||||||
msgstr "\"{apkfilename}\" è già installato su {dev}."
|
msgstr "\"{apkfilename}\" è già installato su {dev}."
|
||||||
|
|
||||||
@ -81,9 +87,9 @@ msgid "\"{path}\" exists but s3cmd is not installed!"
|
|||||||
msgstr "\"{path}\" esiste ma s3cmd non è installato!"
|
msgstr "\"{path}\" esiste ma s3cmd non è installato!"
|
||||||
|
|
||||||
#: ../fdroidserver/lint.py
|
#: ../fdroidserver/lint.py
|
||||||
#, fuzzy, python-brace-format
|
#, python-brace-format
|
||||||
msgid "\"{path}\" is not a supported file format (use: metadata/*.yml)"
|
msgid "\"{path}\" is not a supported file format (use: metadata/*.yml)"
|
||||||
msgstr "\"{path}\" non è un formato accettato, convertire a: {formats}"
|
msgstr "\"{path}\" non è un formato accettato (usa: metadata/*.yml)"
|
||||||
|
|
||||||
#: ../fdroidserver/metadata.py
|
#: ../fdroidserver/metadata.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
@ -93,7 +99,7 @@ msgstr "\"{path}\" non è un formato accettato, convertire a: {formats}"
|
|||||||
#: ../fdroidserver/common.py
|
#: ../fdroidserver/common.py
|
||||||
#, python-brace-format
|
#, python-brace-format
|
||||||
msgid "\"{url}\" is not a valid URL!"
|
msgid "\"{url}\" is not a valid URL!"
|
||||||
msgstr ""
|
msgstr "\"{url}\" non è un URL valido!"
|
||||||
|
|
||||||
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
#: /usr/lib/python3.5/optparse.py /usr/lib/python3.6/optparse.py
|
||||||
#: /usr/lib/python3.7/optparse.py
|
#: /usr/lib/python3.7/optparse.py
|
||||||
|
Loading…
Reference in New Issue
Block a user