diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-07-27 02:14:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-07-27 02:14:37 +0000 |
commit | 2827b0ba31a96edfde6808f41ad67892e2293d7d (patch) | |
tree | fea65ac11380378c4964ba558fe6e20c81680280 /lib/l10n/hr.js | |
parent | 4986241873ff92a7763ba1b7b5c436a3dbb189ed (diff) | |
download | nextcloud-server-2827b0ba31a96edfde6808f41ad67892e2293d7d.tar.gz nextcloud-server-2827b0ba31a96edfde6808f41ad67892e2293d7d.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/hr.js')
-rw-r--r-- | lib/l10n/hr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/l10n/hr.js b/lib/l10n/hr.js index 425f9cb0fc0..0b1829c25a5 100644 --- a/lib/l10n/hr.js +++ b/lib/l10n/hr.js @@ -58,7 +58,6 @@ OC.L10N.register( "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Uzrok tome je vjerojatno neki ubrzivač predmemoriranja kao što je Zend OPcache ilieAccelerator.", "PHP modules have been installed, but they are still listed as missing?" : "PHP moduli su instalirani, ali još uvijek su na popisu onih koji nedostaju?", "Please ask your server administrator to restart the web server." : "Molimo zamolite svog administratora poslužitelja da ponovno pokrene web poslužitelj.", - "PostgreSQL >= 9 required" : "Potreban je PostgreSQL >= 9", "Please upgrade your database version" : "Molimo, ažurirajte svoju verziju baze podataka", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Molimo promijenite dozvole na 0770 tako da se tim direktorijem ne mogu služiti drugi korisnici", "Could not obtain lock type %d on \"%s\"." : "Nije moguće dobiti lock tip %d na \"%s\".", @@ -77,6 +76,7 @@ OC.L10N.register( "Sharing %s failed, because resharing is not allowed" : "Dijeljenje %s nije uspjelo jer ponovno dijeljenje nije dopušteno.", "Sharing %s failed, because the sharing backend for %s could not find its source" : "Dijeljenje %s nije uspjelo jer pozadina za %s nije mogla pronaći svoj izvor", "Sharing %s failed, because the file could not be found in the file cache" : "Dijeljenje %s nije uspjelo jer u predmemoriji datoteke datoteka nije nađena.", - "%s shared »%s« with you" : "%s je s vama podijelio »%s«" + "%s shared »%s« with you" : "%s je s vama podijelio »%s«", + "PostgreSQL >= 9 required" : "Potreban je PostgreSQL >= 9" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |