diff options
Diffstat (limited to 'apps/workflowengine/l10n/hr.js')
-rw-r--r-- | apps/workflowengine/l10n/hr.js | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/apps/workflowengine/l10n/hr.js b/apps/workflowengine/l10n/hr.js index 43bdb26c4ea..8d38ce74c38 100644 --- a/apps/workflowengine/l10n/hr.js +++ b/apps/workflowengine/l10n/hr.js @@ -48,38 +48,34 @@ OC.L10N.register( "Nextcloud workflow engine" : "Upravljački program tijeka rada Nextclouda", "Select a filter" : "Odaberi filtar", "Select a comparator" : "Odaberi usporednik", - "Select a file type" : "Odaberi vrstu datoteke", - "e.g. httpd/unix-directory" : "npr. httpd/unix-directory", "Folder" : "Mapa", "Images" : "Slike", "Office documents" : "Dokumenti paketa Office", "PDF documents" : "Dokumenti PDF", "Custom mimetype" : "Prilagođeni mimetype", - "Select a tag" : "Odaberi oznaku", - "No results" : "Nema rezultata", - "%s (invisible)" : "%s (nevidljivo)", - "%s (restricted)" : "%s (ograničeno)", + "Select a file type" : "Odaberi vrstu datoteke", + "e.g. httpd/unix-directory" : "npr. httpd/unix-directory", "Please enter a valid time span" : "Unesite valjani vremenski raspon", - "Select a request URL" : "Odaberi URL zahtjeva", - "Predefined URLs" : "Unaprijed definirani URL-ovi", "Files WebDAV" : "Datoteke WebDAV", - "Others" : "Ostalo", "Custom URL" : "Prilagođeni URL", - "Select a user agent" : "Odaberi korisničkog agenta", + "Select a request URL" : "Odaberi URL zahtjeva", "Android client" : "Klijent za Android", "iOS client" : "Klijent za iOS", "Desktop client" : "Klijent za stolna računala", "Thunderbird & Outlook addons" : "Dodaci za Thunderbird i Outlook", "Custom user agent" : "Prilagođeni korisnički agent", + "Select a user agent" : "Odaberi korisničkog agenta", + "Select groups" : "Označi grupe", + "Groups" : "Grupe", "At least one event must be selected" : "Morate odabrati barem jedan događaj", "Add new flow" : "Dodaj novi tijek", + "The configuration is invalid" : "Konfiguracija nije valjana", + "Active" : "Aktivan", + "Save" : "Spremi", "When" : "Kada", "and" : "i", "Cancel" : "Odustani", "Delete" : "Izbriši", - "The configuration is invalid" : "Konfiguracija nije valjana", - "Active" : "Aktivan", - "Save" : "Spremi", "Available flows" : "Dostupni tijekovi", "For details on how to write your own flow, check out the development documentation." : "Više informacija o pisanju vlastitog tijeka možete pronaći u razvojnoj dokumentaciji.", "More flows" : "Više tijekova", @@ -112,9 +108,7 @@ OC.L10N.register( "between" : "između", "not between" : "nije između", "Request user agent" : "Zatraži korisničkog agenta", - "User group membership" : "Članstvo u grupi korisnika", "is member of" : "je član", - "is not member of" : "nije član", - "Browse the app store" : "Pretraži trgovinu aplikacijama" + "is not member of" : "nije član" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |