diff options
author | Volkan Gezer <volkangezer@gmail.com> | 2014-09-20 18:50:17 +0200 |
---|---|---|
committer | Volkan Gezer <volkangezer@gmail.com> | 2014-09-20 18:50:17 +0200 |
commit | 5637a581d26f8cdefaffa9e7b32c913a62cf7a91 (patch) | |
tree | fd94c07e1634c9eac769dfb506fba61fdb3c3738 /settings/l10n/hr.php | |
parent | 83b9a895695ae073c3ab658d1b50d7d4b58a8f63 (diff) | |
download | nextcloud-server-5637a581d26f8cdefaffa9e7b32c913a62cf7a91.tar.gz nextcloud-server-5637a581d26f8cdefaffa9e7b32c913a62cf7a91.zip |
backport stable translations
Diffstat (limited to 'settings/l10n/hr.php')
-rw-r--r-- | settings/l10n/hr.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/settings/l10n/hr.php b/settings/l10n/hr.php index aa3a7fabdc0..def2198e543 100644 --- a/settings/l10n/hr.php +++ b/settings/l10n/hr.php @@ -38,6 +38,8 @@ $TRANSLATIONS = array( "Default Quota" => "standardni kvota", "Other" => "ostali", "Username" => "Korisničko ime", -"Quota" => "kvota" +"Quota" => "kvota", +"If your installation is not installed in the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwritewebroot\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" => "Ako vaša instalacija nije instalirana u korijenu domene i koristi sustav cron,mogu se javiti problemi s generiranjem URL. Da biste takve probleme izbjegli,molimo postavite opciju \"overwritewebroot\" u vašoj datoteci config.php.na webroot path vaše instalacije (Predlažemo: \"%s\").", +"URL generation in notification emails" => "Generiranje URL-a u notifikacijskoj e-pošti", ); $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;"; |