diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-11-03 02:14:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-11-03 02:14:09 +0000 |
commit | bfb764b5f3a26add7059391134c86a1fca460dfd (patch) | |
tree | 2597938310cae02101b1b40ed29fe88f635c2565 /lib/l10n/hr.js | |
parent | 87f8f9ff1d8ef837c3aea501ba7780ea1e916e66 (diff) | |
download | nextcloud-server-bfb764b5f3a26add7059391134c86a1fca460dfd.tar.gz nextcloud-server-bfb764b5f3a26add7059391134c86a1fca460dfd.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
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 b9ae0b9aad1..1f36f158317 100644 --- a/lib/l10n/hr.js +++ b/lib/l10n/hr.js @@ -117,8 +117,6 @@ OC.L10N.register( "PostgreSQL username and/or password not valid" : "Neispravno korisničko ime i/ili zaporka baze podataka PostgreSQL", "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X nije podržan i %s na ovoj platformi neće raditi kako treba. Koristite na vlastiti rizik!", "For the best results, please consider using a GNU/Linux server instead." : "Za najbolje rezultate razmotrite mogućnost korištenja poslužitelja GNU/Linux.", - "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Čini se da se ova %s instanca izvodi u 32-bitnom PHP okruženju, a open_basedir je konfiguriran u php.ini. To će dovesti do problema s datotekama većim od 4 GB i stoga se ne preporučuje.", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Uklonite postavku open_basedir iz datoteke php.ini ili se prebacite na 64-bitni PHP.", "Set an admin username." : "Postavite korisničko ime administratora.", "Set an admin password." : "Postavite zaporku administratora.", "Cannot create or write into the data directory %s" : "Nije moguće stvoriti ili pisati u direktorij s podacima %s", @@ -234,6 +232,8 @@ OC.L10N.register( "%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", + "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Čini se da se ova %s instanca izvodi u 32-bitnom PHP okruženju, a open_basedir je konfiguriran u php.ini. To će dovesti do problema s datotekama većim od 4 GB i stoga se ne preporučuje.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Uklonite postavku open_basedir iz datoteke php.ini ili se prebacite na 64-bitni PHP.", "The user limit has been reached and the user was not created." : "Dostignuto je ograničenje broja korisnika pa korisnik nije stvoren.", "Cannot read file" : "Datoteku nije moguće pročitati", "Cannot write into \"config\" directory" : "Pisanje u direktorij „config” nije moguće", |