summaryrefslogtreecommitdiff
path: root/l10n/po/it.po
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/po/it.po')
-rw-r--r--l10n/po/it.po107
1 files changed, 41 insertions, 66 deletions
diff --git a/l10n/po/it.po b/l10n/po/it.po
index 54ae001..13b93b1 100644
--- a/l10n/po/it.po
+++ b/l10n/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: win32-loader\n"
"Report-Msgid-Bugs-To: win32-loader@packages.debian.org\n"
-"POT-Creation-Date: 2019-05-22 22:56+0200\n"
+"POT-Creation-Date: 2019-09-01 11:42+0200\n"
"PO-Revision-Date: 2011-12-30 09:43+0100\n"
"Last-Translator: Milo Casagrande <milo@ubuntu.com>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -261,55 +261,36 @@ msgid "Text install"
msgstr "Installazione testuale"
#: win32-loader.c:120
-#, c-format
-msgid "Downloading %s"
-msgstr "Scaricamento di %s"
-
-#: win32-loader.c:121
msgid "Connecting ..."
msgstr "Connessione..."
-#: win32-loader.c:122
-msgid "second"
-msgstr "secondi"
-
-#: win32-loader.c:123
-msgid "minute"
-msgstr "minuti"
-
-#: win32-loader.c:124
-msgid "hour"
-msgstr "ore"
-
#. translate:
-#. This string is appended to "second", "minute" or "hour" to make plurals.
-#. I know it's quite unfortunate. An alternate method for translating NSISdl
-#. has been proposed [1] but in the meantime we'll have to cope with this.
-#. [1] http://sourceforge.net/tracker/index.php?func=detail&aid=1656076&group_id=22049&atid=373087
+#. $(^Byte), $0, $1, $4 must not be translated.
+#. These are substitutes as the following:
+#. $(^Byte) -> B
+#. $0 -> unit prefix such as G (giga), M (mega), K (kilo) or empty
+#. $1 -> estimated time remaining for the download
+#. It includes the unit. Examples are 1h, 5m, 3s
+#. $2 -> current size of downloaded content
+#. $4 -> total size of file
+#. Example: 3s left - 49.2 of 55.0 MB (2.2 MB/s)
#.
-#: win32-loader.c:132
-msgid "s"
-msgstr " "
-
+#. Former values:
+#. "%dkB (%d%%) su %dkB a %d.%01dkB/s"
+#. " (%d %s%s rimanenti)"
#: win32-loader.c:133
-#, c-format
-msgid "%dkB (%d%%) of %dkB at %d.%01dkB/s"
-msgstr "%dkB (%d%%) su %dkB a %d.%01dkB/s"
+msgid "$1 left - $2 of $4$0$(^Byte) ($3$0$(^Byte)/s)"
+msgstr ""
#: win32-loader.c:134
-#, c-format
-msgid " (%d %s%s remaining)"
-msgstr " (%d %s%s rimanenti)"
-
-#: win32-loader.c:135
msgid "Select which version of Debian-Installer to use:"
msgstr "Scegliere la versione di Debian-Installer da usare:"
-#: win32-loader.c:136
+#: win32-loader.c:135
msgid "Stable release. This will install Debian \"stable\"."
msgstr "Versione stabile. Installerà Debian «stable\"."
-#: win32-loader.c:137
+#: win32-loader.c:136
msgid ""
"Daily build. This is the development version of Debian-Installer. It will "
"install Debian \"testing\" by default, and may be capable of installing "
@@ -322,14 +303,14 @@ msgstr ""
#. translate:
#. You might want to mention that so-called "known issues" page is only available in English.
#.
-#: win32-loader.c:142
+#: win32-loader.c:141
msgid ""
"It is recommended that you check for known issues before using a daily "
"build. Would you like to do that now?"
msgstr ""
"Verificare i problemi noti prima di usare un «daily build». Consultarli ora?"
-#: win32-loader.c:143
+#: win32-loader.c:142
msgid ""
"The following parameters will be used. Do NOT change any of these unless "
"you know what you're doing."
@@ -337,37 +318,37 @@ msgstr ""
"Verranno usati i seguenti parametri. Non modificarne alcuno se non si sa "
"quello che si sta facendo."
-#: win32-loader.c:144
+#: win32-loader.c:143
msgid "Proxy settings (host:port):"
msgstr "Impostazioni del proxy (host:porta):"
-#: win32-loader.c:145
+#: win32-loader.c:144
msgid "Location of boot.ini:"
msgstr "Posizione di boot.ini:"
-#: win32-loader.c:146
+#: win32-loader.c:145
msgid "Base URL for netboot images (linux and initrd.gz):"
msgstr "URL base delle immagini di netboot (linux e initrd.gz):"
-#: win32-loader.c:147
+#: win32-loader.c:146
msgid "Error"
msgstr "Errore"
-#: win32-loader.c:148
+#: win32-loader.c:147
msgid "Error: failed to copy $0 to $1."
msgstr "Errore: copia da $0 a $1 non riuscita."
#. translate:
#. $0 will be "Release" (it is a filename).
#.
-#: win32-loader.c:153
+#: win32-loader.c:152
msgid "Checking GPG signature on $0."
msgstr "Controllo firma GPG su $0."
#. translate:
#. $0 will be "Release" (it is a filename).
#.
-#: win32-loader.c:158
+#: win32-loader.c:157
msgid "The downloaded $0 file cannot be trusted! Aborting."
msgstr "Il file scaricato $0 non può essere verificato. Arresto."
@@ -375,51 +356,51 @@ msgstr "Il file scaricato $0 non può essere verificato. Arresto."
#. This appears in a MessageBox when the md5 checksum verification failed. $0 is a url; $2 is the filename $1 is the
#. computed checksum and $4 is the expected one.
#.
-#: win32-loader.c:164
+#: win32-loader.c:163
msgid "Checksum mismatch for $0/$2. Got $1 when expecting $4. Aborting."
msgstr "Checksum non corrispondente per $0/$2. Trovato $1, atteso $4. Arresto."
#. translate:
#. $2 is a filename
#.
-#: win32-loader.c:169
+#: win32-loader.c:168
msgid "Computing checksum for $2"
msgstr "Calcolo checksum per $2"
-#: win32-loader.c:170
+#: win32-loader.c:169
msgid "Generating $0"
msgstr "Generazione di $0 in corso"
-#: win32-loader.c:171
+#: win32-loader.c:170
msgid "Appending preseeding information to $0"
msgstr "Aggiunta delle informazione di preseeding a $0"
-#: win32-loader.c:172
+#: win32-loader.c:171
msgid "Error: unable to run $0."
msgstr "Errore: impossibile eseguire $0."
-#: win32-loader.c:173
+#: win32-loader.c:172
msgid "Disabling NTFS compression in bootstrap files"
msgstr "Rimozione della compressione NTFS dei file di avvio"
-#: win32-loader.c:174
+#: win32-loader.c:173
msgid "Registering in NTLDR"
msgstr "Registrazione in NTLDR"
-#: win32-loader.c:175
+#: win32-loader.c:174
msgid "Registering in BootMgr"
msgstr "Registrazione in BootMgr"
-#: win32-loader.c:176
+#: win32-loader.c:175
msgid "Error: failed to parse bcdedit.exe output."
msgstr "Errore: analisi dell'output di bcdedit.exe non riuscita."
-#: win32-loader.c:177
+#: win32-loader.c:176
msgid "Error: $0 not found. Is this really Windows $windows_version?"
msgstr ""
"Errore: $0 non trovato. La versione di Windows è veramente $windows_version?"
-#: win32-loader.c:178
+#: win32-loader.c:177
msgid "VERY IMPORTANT NOTICE:\\n\\n"
msgstr "NOTA MOLTO IMPORTANTE:\\n\\n"
@@ -429,7 +410,7 @@ msgstr "NOTA MOLTO IMPORTANTE:\\n\\n"
#. Take into account that either option has to make sense in our
#. current context (i.e. be careful when using pronouns, etc).
#.
-#: win32-loader.c:186
+#: win32-loader.c:185
msgid ""
"The second stage of this install process will now be started. After your "
"confirmation, this program will restart Windows in DOS mode, and "
@@ -439,7 +420,7 @@ msgstr ""
"la conferma, questo programma avvierà Windows in modalità DOS e caricherà "
"automaticamente la parte successiva del processo d'installazione.\\n\\n"
-#: win32-loader.c:187
+#: win32-loader.c:186
msgid ""
"You need to reboot in order to proceed with the install process. During "
"your next boot, you will be asked whether you want to start Windows or "
@@ -449,7 +430,7 @@ msgstr ""
"Durante il prossimo avvio verrà chiesto se lanciare Windows o continuare con "
"l'installazione.\\n\\n"
-#: win32-loader.c:188
+#: win32-loader.c:187
msgid ""
"During the install process, you will be offered the possibility of either "
"reducing your Windows partition or completely replacing it. In both cases, "
@@ -467,12 +448,6 @@ msgstr ""
"tenere Windows sul disco), sarà possibile rimuovere questo loader usando "
"\"Aggiungi/Rimuovi programmi\" dal pannello di controllo di Windows."
-#: win32-loader.c:189
+#: win32-loader.c:188
msgid "Do you want to reboot now?"
msgstr "Riavviare ora?"
-
-#~ msgid "Desktop environment:"
-#~ msgstr "Ambiente desktop:"
-
-#~ msgid "None"
-#~ msgstr "Nessuno"