summaryrefslogtreecommitdiff
path: root/l10n/po/hr.po
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/po/hr.po')
-rw-r--r--l10n/po/hr.po110
1 files changed, 41 insertions, 69 deletions
diff --git a/l10n/po/hr.po b/l10n/po/hr.po
index b41594c..3c966ec 100644
--- a/l10n/po/hr.po
+++ b/l10n/po/hr.po
@@ -7,7 +7,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: 2012-03-22 02:45+0100\n"
"Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n"
"Language-Team: Hrvatski <lokalizacija@linux.hr>\n"
@@ -258,55 +258,36 @@ msgid "Text install"
msgstr "Tekstualna instalacija"
#: win32-loader.c:120
-#, c-format
-msgid "Downloading %s"
-msgstr "Prenosim %s"
-
-#: win32-loader.c:121
msgid "Connecting ..."
msgstr "Spajanje ..."
-#: win32-loader.c:122
-msgid "second"
-msgstr "sekundi"
-
-#: win32-loader.c:123
-msgid "minute"
-msgstr "minuta"
-
-#: win32-loader.c:124
-msgid "hour"
-msgstr "sati"
-
#. 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%%) od %dkB pri %d.%01dkB/s"
+#. " (preostaje %d %s%s)"
#: win32-loader.c:133
-#, c-format
-msgid "%dkB (%d%%) of %dkB at %d.%01dkB/s"
-msgstr "%dkB (%d%%) od %dkB pri %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 " (preostaje %d %s%s)"
-
-#: win32-loader.c:135
msgid "Select which version of Debian-Installer to use:"
msgstr "Odaberite inačicu Debian-Instalera:"
-#: win32-loader.c:136
+#: win32-loader.c:135
msgid "Stable release. This will install Debian \"stable\"."
msgstr "Stabilno izdanje. Ovo će instalirati 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 "
@@ -319,7 +300,7 @@ 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?"
@@ -328,7 +309,7 @@ msgstr ""
"verzije. Želite li to sada napraviti? Informacije o poznatim problemima su "
"na engleskom jeziku."
-#: 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."
@@ -336,37 +317,37 @@ msgstr ""
"Primijenit će se sljedeći parametri. Ako ne znate što radite, NEMOJTE "
"mijenjati nijedan od njih."
-#: win32-loader.c:144
+#: win32-loader.c:143
msgid "Proxy settings (host:port):"
msgstr "Proxy postavke (host:port):"
-#: win32-loader.c:145
+#: win32-loader.c:144
msgid "Location of boot.ini:"
msgstr "Lokacija boot.ini:"
-#: win32-loader.c:146
+#: win32-loader.c:145
msgid "Base URL for netboot images (linux and initrd.gz):"
msgstr "Osnovni URL za netboot snimke (linux i initrd.gz):"
-#: win32-loader.c:147
+#: win32-loader.c:146
msgid "Error"
msgstr "Greška"
-#: win32-loader.c:148
+#: win32-loader.c:147
msgid "Error: failed to copy $0 to $1."
msgstr "Greška: neuspjelo kopiranje $0 u $1."
#. translate:
#. $0 will be "Release" (it is a filename).
#.
-#: win32-loader.c:153
+#: win32-loader.c:152
msgid "Checking GPG signature on $0."
msgstr "Provjerava se GPG potpis datoteke $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 ""
"Preuzetoj datoteci $0 ne može se vjerovati! Instalacija će se prekinuti."
@@ -375,7 +356,7 @@ msgstr ""
#. 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 ""
"Provjera kontrolne sume neuspješna za $0/$2. Očekivani rezultat je $4, a "
@@ -384,43 +365,43 @@ msgstr ""
#. translate:
#. $2 is a filename
#.
-#: win32-loader.c:169
+#: win32-loader.c:168
msgid "Computing checksum for $2"
msgstr "Računa se kontrolna suma datoteke $2"
-#: win32-loader.c:170
+#: win32-loader.c:169
msgid "Generating $0"
msgstr "Stvara se $0"
-#: win32-loader.c:171
+#: win32-loader.c:170
msgid "Appending preseeding information to $0"
msgstr "Dodaje se \"preseeding\" informacija u $0"
-#: win32-loader.c:172
+#: win32-loader.c:171
msgid "Error: unable to run $0."
msgstr "Greška: nemoguće pokrenuti $0."
-#: win32-loader.c:173
+#: win32-loader.c:172
msgid "Disabling NTFS compression in bootstrap files"
msgstr "Onemogućuje se NTFS kompresija u bootstrap datotekama"
-#: win32-loader.c:174
+#: win32-loader.c:173
msgid "Registering in NTLDR"
msgstr "Registracija u NTLDR"
-#: win32-loader.c:175
+#: win32-loader.c:174
msgid "Registering in BootMgr"
msgstr "Registracija u BootMgr"
-#: win32-loader.c:176
+#: win32-loader.c:175
msgid "Error: failed to parse bcdedit.exe output."
msgstr "Greška: neuspjelo očitavanje izlaza bcdedit.exe."
-#: win32-loader.c:177
+#: win32-loader.c:176
msgid "Error: $0 not found. Is this really Windows $windows_version?"
msgstr "Greška: $0 nije pronađen. Je li ovo doista Windows $windows_version?"
-#: win32-loader.c:178
+#: win32-loader.c:177
msgid "VERY IMPORTANT NOTICE:\\n\\n"
msgstr "VRLO BITNO UPOZORENJE:\\n\\n"
@@ -430,7 +411,7 @@ msgstr "VRLO BITNO UPOZORENJE:\\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 "
@@ -440,7 +421,7 @@ msgstr ""
"ovaj program će ponovo pokrenuti Windows u DOS modu, i automatski učitati "
"sljedeći dio instalacijskog procesa.\\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 "
@@ -450,7 +431,7 @@ msgstr ""
"procesom. Tijekom sljedećeg pokretanja sustava, bit ćete upitani želite li "
"pokrenuti Windows ili nastaviti s postupkom instalacije.\\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, "
@@ -469,15 +450,6 @@ msgstr ""
"učitavanje instalera koristeći Windows Add/Remove Programs okvir u Control "
"Panelu / Kontrolnoj ploči."
-#: win32-loader.c:189
+#: win32-loader.c:188
msgid "Do you want to reboot now?"
msgstr "Želite li sada ponovo pokrenuti sustav?"
-
-#~ msgid "Desktop environment:"
-#~ msgstr "Desktop okruženje:"
-
-#~ msgid "None"
-#~ msgstr "Nijedno"
-
-#~ msgid "Debian Installer"
-#~ msgstr "Debian Instaler"