diff options
Diffstat (limited to 'lib/l10n/hr.js')
-rw-r--r-- | lib/l10n/hr.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/l10n/hr.js b/lib/l10n/hr.js index e448f3fd030..c54b1c9ddc9 100644 --- a/lib/l10n/hr.js +++ b/lib/l10n/hr.js @@ -110,10 +110,6 @@ OC.L10N.register( "Role" : "Uloga", "Unknown user" : "Nepoznat korisnik", "Additional settings" : "Dodatne postavke", - "%s enter the database username and name." : "%s unesite korisničko ime i naziv baze podataka.", - "%s enter the database username." : "%s unesite korisničko ime baze podataka.", - "%s enter the database name." : "%s unesite naziv baze podataka.", - "%s you may not use dots in the database name" : "%s ne smijete koristiti točke u nazivu baze podataka", "MySQL username and/or password not valid" : "Neispravno korisničko ime i/ili zaporka baze podataka MySQL", "You need to enter details of an existing account." : "Trebate unijeti informacije o postojećem računu.", "Oracle connection could not be established" : "Nije moguće uspostaviti vezu s bazom podataka Oracle", @@ -235,6 +231,10 @@ OC.L10N.register( "Storage is temporarily not available" : "Pohrana privremeno nije dostupna", "Storage connection timeout. %s" : "Istek veze pohrane. %s", "This can usually be fixed by giving the webserver write access to the config directory." : "Ovo se obično može ispraviti tako da se web-poslužitelju dopusti pristup za pisanje u direktoriju config.", + "%s enter the database username and name." : "%s unesite korisničko ime i naziv baze podataka.", + "%s enter the database username." : "%s unesite korisničko ime baze podataka.", + "%s enter the database name." : "%s unesite naziv baze podataka.", + "%s you may not use dots in the database name" : "%s ne smijete koristiti točke u nazivu baze podataka", "Cannot read file" : "Datoteku nije moguće pročitati", "Cannot write into \"config\" directory" : "Pisanje u direktorij „config” nije moguće", "This can usually be fixed by giving the webserver write access to the config directory. See %s" : "Ovo se obično može popraviti tako da se web poslužitelju dopusti pristup za pisanje u konfiguracijski direktorij. Pogledajte %s", |