This is an automated email from the git hooks/post-receive script. t r a n s i f e x p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository apps/catfish.
commit 3e1ada4c2963eeb23a3edc234d60e19a9783f390 Author: Edin Veskovic <[email protected]> Date: Tue Jul 23 12:30:53 2019 +0200 I18n: Update translation hr (90%). 108 translated messages, 12 untranslated messages. Transifex (https://www.transifex.com/xfce/public/). --- po/hr.po | 107 ++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 58 insertions(+), 49 deletions(-) diff --git a/po/hr.po b/po/hr.po index b98ae70..741db9f 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ # # Translators: # Xfce Bot <[email protected]>, 2018 -# Ivica Kolić <[email protected]>, 2018 +# Ivica Kolić <[email protected]>, 2019 # Edin Veskovic <[email protected]>, 2019 # #, fuzzy @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-03-12 13:50+0100\n" +"POT-Creation-Date: 2019-07-22 16:49-0400\n" "PO-Revision-Date: 2018-06-28 22:08+0000\n" "Last-Translator: Edin Veskovic <[email protected]>, 2019\n" "Language-Team: Croatian (https://www.transifex.com/xfce/teams/16840/hr/)\n" @@ -24,7 +24,7 @@ msgstr "" "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" #: ../org.xfce.Catfish.desktop.in.h:1 ../data/ui/CatfishWindow.ui.h:28 -#: ../catfish/CatfishWindow.py:666 +#: ../catfish/CatfishWindow.py:679 msgid "Catfish File Search" msgstr "Catfish pretraživanje datoteka" @@ -146,7 +146,7 @@ msgstr "Baza pretraga je starija od 7 dana. Želite li ažurirati?" msgid "File Type" msgstr "Vrsta datoteke" -#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1133 +#: ../data/ui/CatfishWindow.ui.h:27 ../catfish/CatfishWindow.py:1215 msgid "Modified" msgstr "Izmjenjeno" @@ -239,44 +239,44 @@ msgstr "" "Za brže rezultate pretrage, baza podataka pretraživanja mora biti osvježena.\n" "Ova radnja zahtjeva administrativna prava." -#: ../catfish/__init__.py:37 +#: ../catfish/__init__.py:38 msgid "Usage: %prog [options] path query" msgstr "Korištenje: %prog [mogućnosti] putanja upit" -#: ../catfish/__init__.py:42 +#: ../catfish/__init__.py:43 msgid "Show debug messages (-vv will also debug catfish_lib)" msgstr "Pokaži poruke otklananja grešaka (-vv i za catfish_lib)" -#: ../catfish/__init__.py:45 +#: ../catfish/__init__.py:46 msgid "Use large icons" msgstr "Koristi velike ikone" -#: ../catfish/__init__.py:47 +#: ../catfish/__init__.py:48 msgid "Use thumbnails" msgstr "Koristi sličice" -#: ../catfish/__init__.py:49 +#: ../catfish/__init__.py:50 msgid "Display time in ISO format" msgstr "Prikaži vrijeme u ISO formatu" #. Translators: Do not translate PATH, it is a variable. -#: ../catfish/__init__.py:51 +#: ../catfish/__init__.py:52 msgid "Set the default search path" msgstr "Postavi zadanu putanju za pretraživanje" -#: ../catfish/__init__.py:53 +#: ../catfish/__init__.py:54 msgid "Perform exact match" msgstr "Izvrši preciznu usporedbu" -#: ../catfish/__init__.py:55 +#: ../catfish/__init__.py:56 msgid "Include hidden files" msgstr "Uključi skrivene datoteke" -#: ../catfish/__init__.py:57 +#: ../catfish/__init__.py:58 msgid "Perform fulltext search" msgstr "Izvrši pretragu cijelog teksta" -#: ../catfish/__init__.py:59 +#: ../catfish/__init__.py:60 msgid "" "If path and query are provided, start searching when the application is " "displayed." @@ -284,47 +284,52 @@ msgstr "" "Pokreni pretragu odmah prilikom prikaza ako su putanja i upit već " "postavljeni." +#: ../catfish/__init__.py:77 +#, python-brace-format +msgid "Try GDK_BACKEND=x11 {0}\n" +msgstr "Probaj GDK_BACKEND=x11 {0}\n" + #. Translators: this text is displayed next to #. a filename that is not utf-8 encoded. -#: ../catfish/CatfishWindow.py:84 +#: ../catfish/CatfishWindow.py:95 #, python-format msgid "%s (invalid encoding)" msgstr "%s (nepravilno kodiranje)" -#: ../catfish/CatfishWindow.py:238 +#: ../catfish/CatfishWindow.py:249 msgid "Unknown" msgstr "Nepoznato" -#: ../catfish/CatfishWindow.py:242 +#: ../catfish/CatfishWindow.py:253 msgid "Never" msgstr "Nikada" -#: ../catfish/CatfishWindow.py:634 +#: ../catfish/CatfishWindow.py:647 msgid "An error occurred while updating the database." msgstr "Došlo je do greške prilikom ažuriranja baze podataka" -#: ../catfish/CatfishWindow.py:636 +#: ../catfish/CatfishWindow.py:649 msgid "Authentication failed." msgstr "Neuspjela autentikacija." -#: ../catfish/CatfishWindow.py:642 +#: ../catfish/CatfishWindow.py:655 msgid "Authentication cancelled." msgstr "Autentikacija otkazana." -#: ../catfish/CatfishWindow.py:648 +#: ../catfish/CatfishWindow.py:661 msgid "Search database updated successfully." msgstr "Baza podataka pretraživanja uspješno je ažurirana." #. Set the dialog status to running. -#: ../catfish/CatfishWindow.py:723 +#: ../catfish/CatfishWindow.py:736 msgid "Updating..." msgstr "Ažuriram..." -#: ../catfish/CatfishWindow.py:757 +#: ../catfish/CatfishWindow.py:770 msgid "Stop Search" msgstr "Prekini pretragu" -#: ../catfish/CatfishWindow.py:758 +#: ../catfish/CatfishWindow.py:771 msgid "" "Search is in progress...\n" "Press the cancel button or the Escape key to stop." @@ -332,31 +337,31 @@ msgstr "" "Pretraživanje u tijeku...\n" "Pretisnite gumb za otkazivanje ili Esc tipku za zaustavljanje." -#: ../catfish/CatfishWindow.py:767 +#: ../catfish/CatfishWindow.py:780 msgid "Begin Search" msgstr "Započni pretragu" -#: ../catfish/CatfishWindow.py:959 +#: ../catfish/CatfishWindow.py:1035 #, python-format msgid "\"%s\" could not be opened." msgstr "\"%s\" se ne može otvoriti." -#: ../catfish/CatfishWindow.py:1005 +#: ../catfish/CatfishWindow.py:1087 #, python-format msgid "\"%s\" could not be saved." msgstr "\"%s\" nije moguće spremiti." -#: ../catfish/CatfishWindow.py:1022 +#: ../catfish/CatfishWindow.py:1104 #, python-format msgid "\"%s\" could not be deleted." msgstr "\"%s\" nije moguće izbrisati." -#: ../catfish/CatfishWindow.py:1062 +#: ../catfish/CatfishWindow.py:1144 #, python-format msgid "Save \"%s\" as..." -msgstr "Spremi \"%s\" kao..." +msgstr "Spremi \"%s\" kao…" -#: ../catfish/CatfishWindow.py:1097 +#: ../catfish/CatfishWindow.py:1179 #, python-format msgid "" "Are you sure that you want to \n" @@ -365,7 +370,7 @@ msgstr "" "Jeste li sigurni da želite \n" "trajno izbrisati \"%s\"?" -#: ../catfish/CatfishWindow.py:1101 +#: ../catfish/CatfishWindow.py:1183 #, python-format msgid "" "Are you sure that you want to \n" @@ -374,43 +379,43 @@ msgstr "" "Jeste li sigurni da želite \n" "trajno izbrisati %i odabrane datoteke?" -#: ../catfish/CatfishWindow.py:1104 +#: ../catfish/CatfishWindow.py:1186 msgid "If you delete a file, it is permanently lost." msgstr "Ako izbrišete datoteku, trajno je izgubljena." -#: ../catfish/CatfishWindow.py:1127 +#: ../catfish/CatfishWindow.py:1209 msgid "Filename" msgstr "Datotečno ime" -#: ../catfish/CatfishWindow.py:1129 +#: ../catfish/CatfishWindow.py:1211 msgid "Size" msgstr "Veličina" -#: ../catfish/CatfishWindow.py:1131 +#: ../catfish/CatfishWindow.py:1213 msgid "Location" msgstr "Lokacija" -#: ../catfish/CatfishWindow.py:1143 +#: ../catfish/CatfishWindow.py:1225 msgid "Preview" msgstr "Pretpregled" -#: ../catfish/CatfishWindow.py:1151 +#: ../catfish/CatfishWindow.py:1233 msgid "Details" msgstr "Pojedinosti" -#: ../catfish/CatfishWindow.py:1374 +#: ../catfish/CatfishWindow.py:1456 msgid "Today" msgstr "Danas" -#: ../catfish/CatfishWindow.py:1376 +#: ../catfish/CatfishWindow.py:1458 msgid "Yesterday" msgstr "Jučer" -#: ../catfish/CatfishWindow.py:1457 +#: ../catfish/CatfishWindow.py:1539 msgid "No files found." msgstr "NIjedna datoteka nije pronađena." -#: ../catfish/CatfishWindow.py:1459 +#: ../catfish/CatfishWindow.py:1541 msgid "" "Try making your search less specific\n" "or try another directory." @@ -418,37 +423,41 @@ msgstr "" "Pokušajte učniti svoju pretragu manje specifičnom\n" "ili probajte drugi direktorij." -#: ../catfish/CatfishWindow.py:1465 +#: ../catfish/CatfishWindow.py:1547 msgid "1 file found." msgstr "1 datoteka je nađena." -#: ../catfish/CatfishWindow.py:1467 +#: ../catfish/CatfishWindow.py:1549 #, python-format msgid "%i files found." msgstr "%i datoteka je nađeno." -#: ../catfish/CatfishWindow.py:1473 +#: ../catfish/CatfishWindow.py:1555 msgid "bytes" msgstr "bajtova" -#: ../catfish/CatfishWindow.py:1581 ../catfish/CatfishWindow.py:1590 +#: ../catfish/CatfishWindow.py:1663 ../catfish/CatfishWindow.py:1672 msgid "Searching..." msgstr "Pretražujem..." -#: ../catfish/CatfishWindow.py:1583 +#: ../catfish/CatfishWindow.py:1665 msgid "Results will be displayed as soon as they are found." msgstr "Rezultati će biti prikazani čim budu pronađeni." -#: ../catfish/CatfishWindow.py:1588 +#: ../catfish/CatfishWindow.py:1670 #, python-format msgid "Searching for \"%s\"" msgstr "Potraga za \"%s\"" -#: ../catfish/CatfishWindow.py:1678 +#: ../catfish/CatfishWindow.py:1760 #, python-format msgid "Search results for \"%s\"" msgstr "Rezultati pretrage za \"%s\"" +#: ../catfish/AboutCatfishDialog.py:37 +msgid "translator-credits" +msgstr "Ivica Kolić <[email protected]>" + #: ../catfish_lib/SudoDialog.py:138 msgid "Password Required" msgstr "Potrebna je lozinka" -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
