Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-07-14 03:12:25 +0300
committerNextcloud bot <bot@nextcloud.com>2018-07-14 03:12:25 +0300
commit807662f0f1720028356382850de327710e191267 (patch)
treeab1bf1f1b1c0fdc51ee71aede42a13c04c799e1f /core
parent761daeab1ed1de1979290b2d98d666172d46f68c (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'core')
-rw-r--r--core/l10n/es.js3
-rw-r--r--core/l10n/es.json3
-rw-r--r--core/l10n/hr.js211
-rw-r--r--core/l10n/hr.json209
4 files changed, 426 insertions, 0 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js
index edfb25ff1ae..40851ff87eb 100644
--- a/core/l10n/es.js
+++ b/core/l10n/es.js
@@ -131,6 +131,7 @@ OC.L10N.register(
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de cabeceras del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy fiable. Si no, esto es un problema de seguridad que puede permitir que un atacante disfrazar su dirección IP como visible a Nextcloud. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuida, pero el módulo erróneo de PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\". Vea la <a target=\"_blank\" href=\"{wikiLink}\">wiki de memcached sobre ambos módulos</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a> / <a href=\"{rescanEndpoint}\">Reescanear</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El módulo PHP OPcache no está cargado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> cargarlo en tu instalación de PHP.",
"The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no está bien configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> usar las siguientes configuraciones en el <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función PHP \"set_time_limit\" no está disponible. Esto podría resultar en scripts detenidos a mitad de ejecución, rompiendo tu instalación. Activar esta función está fuertemente recomendado.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.",
@@ -178,6 +179,7 @@ OC.L10N.register(
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} compartido por medio de un link",
"group" : "grupo",
"remote" : "remoto",
+ "remote group" : "grupo remoto",
"email" : "email",
"shared by {sharer}" : "compartido por {sharer}",
"Unshare" : "Dejar de compartir",
@@ -198,6 +200,7 @@ OC.L10N.register(
"An error occurred. Please try again" : "Ha ocurrido un error. Por favor inténtelo de nuevo",
"{sharee} (group)" : "{sharee} (grupo)",
"{sharee} (remote)" : "{sharee} (remoto)",
+ "{sharee} (remote group)" : "{sharee} (grupo remoto)",
"{sharee} (email)" : "{sharee} (email)",
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
"Share" : "Compartir",
diff --git a/core/l10n/es.json b/core/l10n/es.json
index 2f91abdeb35..669f1f37b58 100644
--- a/core/l10n/es.json
+++ b/core/l10n/es.json
@@ -129,6 +129,7 @@
"The reverse proxy header configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If not, this is a security issue and can allow an attacker to spoof their IP address as visible to the Nextcloud. Further information can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>." : "La configuración de cabeceras del proxy inverso es incorrecta, o estás accediendo a Nextcloud desde un proxy fiable. Si no, esto es un problema de seguridad que puede permitir que un atacante disfrazar su dirección IP como visible a Nextcloud. Se puede encontrar más información en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached está configurado como caché distribuida, pero el módulo erróneo de PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached solo soporta \"memcached\" y no \"memcache\". Vea la <a target=\"_blank\" href=\"{wikiLink}\">wiki de memcached sobre ambos módulos</a>.",
"Some files have not passed the integrity check. Further information on how to resolve this issue can be found in the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Algunos archivos no han pasado la comprobación de integridad. Se puede encontrar más información sobre cómo resolver este problema en la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentación</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">Lista de archivos inválidos...</a> / <a href=\"{rescanEndpoint}\">Reescanear</a>)",
+ "The PHP OPcache module is not loaded. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to load it into your PHP installation." : "El módulo PHP OPcache no está cargado. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> cargarlo en tu instalación de PHP.",
"The PHP OPcache is not properly configured. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">For better performance it is recommended</a> to use the following settings in the <code>php.ini</code>:" : "La OPcache de PHP no está bien configurada. <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">Para mejorar el rendimiento se recomienda</a> usar las siguientes configuraciones en el <code>php.ini</code>:",
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "La función PHP \"set_time_limit\" no está disponible. Esto podría resultar en scripts detenidos a mitad de ejecución, rompiendo tu instalación. Activar esta función está fuertemente recomendado.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "Tu PHP no tiene soporte FreeType, lo que provoca una rotura en las imágenes de perfil y en la interfaz de los ajustes.",
@@ -176,6 +177,7 @@
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} compartido por medio de un link",
"group" : "grupo",
"remote" : "remoto",
+ "remote group" : "grupo remoto",
"email" : "email",
"shared by {sharer}" : "compartido por {sharer}",
"Unshare" : "Dejar de compartir",
@@ -196,6 +198,7 @@
"An error occurred. Please try again" : "Ha ocurrido un error. Por favor inténtelo de nuevo",
"{sharee} (group)" : "{sharee} (grupo)",
"{sharee} (remote)" : "{sharee} (remoto)",
+ "{sharee} (remote group)" : "{sharee} (grupo remoto)",
"{sharee} (email)" : "{sharee} (email)",
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
"Share" : "Compartir",
diff --git a/core/l10n/hr.js b/core/l10n/hr.js
new file mode 100644
index 00000000000..e43919cb87f
--- /dev/null
+++ b/core/l10n/hr.js
@@ -0,0 +1,211 @@
+OC.L10N.register(
+ "core",
+ {
+ "Please select a file." : "Molimo odaberite datoteku.",
+ "File is too big" : "Datoteka je prevelika",
+ "The selected file is not an image." : "Odabrana datoteka nije slika.",
+ "The selected file cannot be read." : "Nije moguće pročitati odabranu datoteku.",
+ "Invalid file provided" : "Nevažeća datoteka",
+ "No image or file provided" : "Nijedna slika ili datoteka nije dobavljena",
+ "Unknown filetype" : "Vrsta datoteke nepoznata",
+ "Invalid image" : "Slika neispravna",
+ "An error occurred. Please contact your admin." : "Došlo je do greške. Molimo kontaktirajte vašeg administratora.",
+ "No temporary profile picture available, try again" : "Slike privremenih profila nisu dostupne, pokušajte ponovno",
+ "No crop data provided" : "Nema podataka o rezanju",
+ "No valid crop data provided" : "Nema valjanih podataka za rezanje",
+ "Password reset is disabled" : "Resetiranje lozinke je onemogućeno",
+ "Couldn't reset password because the token is invalid" : "Resetiranje lozinke nije moguće jer je token neispravan.",
+ "Couldn't reset password because the token is expired" : "Resetiranje lozinke nije moguće jer je token istekao",
+ "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nije moguće poslati poruku za resetiranje e-pošte jer ne postoji adresa e-pošte za ovo korisničko ime. Molimo da kontaktirate vašeg administratora.",
+ "%s password reset" : "%s lozinka resetirana",
+ "Password reset" : "Promjena lozinke",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknite ovdje kako biste resetirali vašu lozinku. Ako niste dali zahtjev za resetiranje lozinke, ignorirajte ovu poruku.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknite ovu poveznicu kako biste resetirali vašu lozinku. Ako niste dali zahtjev za resetiranje lozinke, ignorirajte ovu poruku.",
+ "Reset your password" : "Resetirajte vašu lozinku",
+ "Couldn't send reset email. Please contact your administrator." : "Nije moguće poslati poruku za resetiranje lozinke. Molimo kontaktirajte svog administratora.",
+ "Couldn't send reset email. Please make sure your username is correct." : "Poruku za resetiranje lozinke nije moguće poslati. Molimo provjerite ispravnost svoga korisničkog imena.",
+ "Preparing update" : "Priprema ažuriranja",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Molimo da koristite ažurator naredbi jer je automatsko ažuriranje onemogućeno u config.php mapi.",
+ "Turned on maintenance mode" : "Način rada za održavanje uključen",
+ "Turned off maintenance mode" : "Način rada za održavanje isključen",
+ "Updating database schema" : "Ažuriranje sheme baze podataka",
+ "Updated database" : " Baza podataka ažurirana",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "U tijeku je provjeranje može li baza podataka biti ažurirana (ovo može potrajati ovisno o veličini baze podataka)",
+ "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka",
+ "Checking updates of apps" : "U tijeku je provjeravanje ažuriranja aplikacija",
+ "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije",
+ "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s",
+ "Settings" : "Postavke",
+ "Saving..." : "Spremanje...",
+ "Dismiss" : "Odpusti",
+ "Password" : "Lozinka",
+ "seconds ago" : "prije par sekundi",
+ "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Veza za resetiranje vaše lozinke poslana je na vašu adresu e-pošte. Ako je ne primite unekom razumnom vremenskom roku, provjerite svoje spam/junk mape. <br> Ako nije tamo, kontaktirajtesvoga lokalnog administratora.",
+ "I know what I'm doing" : "Znam što radim",
+ "Password can not be changed. Please contact your administrator." : "Lozinku nije moguće promijeniti. Molimo kontaktirajte svog administratora.",
+ "Reset password" : "Resetirajte lozinku",
+ "No" : "Ne",
+ "Yes" : "Da",
+ "Choose" : "Odaberite",
+ "Error loading file picker template: {error}" : "Pogrešno učitavanje predloška za pronalazača datoteke: {error}",
+ "Error loading message template: {error}" : "Pogrešno učitavanje predloška za poruke: {error}",
+ "read-only" : "samo čitanje",
+ "_{count} file conflict_::_{count} file conflicts_" : ["neželjeno podudaranje u {count} datoteci","neželjeno podudaranje u {count} datoteke","konflikti u {count} datoteke"],
+ "One file conflict" : "Konflikt u jednoj datoteci",
+ "New Files" : "Nove datoteke",
+ "Already existing files" : "Postojeće datoteke",
+ "Which files do you want to keep?" : "Koje datoteke želite zadržati?",
+ "If you select both versions, the copied file will have a number added to its name." : "Ako odaberete obje verzije, kopirana će datoteka uz svoje ime imati i broj.",
+ "Cancel" : "Odustani",
+ "Continue" : "Nastavi",
+ "(all selected)" : "(sve odabrano)",
+ "({count} selected)" : "({count} odabran)",
+ "Error loading file exists template" : "Pogrešno učitavanje predloška DATOTEKA POSTOJI",
+ "Very weak password" : "Lozinka vrlo slaba",
+ "Weak password" : "Lozinka Slaba",
+ "So-so password" : "Lozinka tako-tako",
+ "Good password" : "Lozinka dobra",
+ "Strong password" : "Lozinka snažna",
+ "Error occurred while checking server setup" : "Greška prilikom provjeri postavki servera",
+ "Shared" : "Resurs podijeljen",
+ "Shared with" : "Podijeljeno s...",
+ "Shared by" : "Podijeljeno od...",
+ "Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka",
+ "The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana",
+ "Set expiration date" : "Odredite datum isteka",
+ "Expiration" : "Istjeće",
+ "Expiration date" : "Datum isteka",
+ "Choose a password for the public link" : "Odaberite lozinku za javnu vezu",
+ "Choose a password for the public link or press the \"Enter\" key" : "Odaberite lozinku za javnu vezu ili stisnite \"Enter\" tipku",
+ "Copied!" : "Kopirano!",
+ "Not supported!" : "Nije podržano!",
+ "Press ⌘-C to copy." : "Pritisnite ⌘-C za kopiranje.",
+ "Press Ctrl-C to copy." : "Pritisnite Ctrl-C za kopiranje.",
+ "Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
+ "Share to {name}" : "Podijeliti na {name}",
+ "Share link" : "Podijelite vezu",
+ "Link" : "Poveznica",
+ "Password protect" : "Zaštititi lozinkom",
+ "Allow editing" : "Omogući uređivanje",
+ "Email link to person" : "Pošaljite osobi vezu e-poštom",
+ "Send" : "Pošaljite",
+ "Allow upload and editing" : "Omogući učitavanje i uređivanje",
+ "Read only" : "Samo za čitanje",
+ "Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
+ "Shared with you by {owner}" : "S vama podijelio {owner}",
+ "group" : "Grupa",
+ "remote" : "na daljinu",
+ "Unshare" : "Prestanite dijeliti",
+ "Can reshare" : "Ponovno dijeljenje omogućeno",
+ "Can edit" : "Uređivanje omogućeno",
+ "Can create" : "Stvaranje omogućeno",
+ "Can delete" : "Brisanje omogućeno",
+ "Error while sharing" : "Pogreška pri dijeljenju",
+ "Share" : "Podijelite",
+ "Name or email address..." : "Ime i adresa e-pošte...",
+ "Name..." : "Ime...",
+ "Error" : "Pogreška",
+ "restricted" : "Ograničeno",
+ "Delete" : "Izbrišite",
+ "Rename" : "Preimenujte",
+ "unknown text" : "nepoznati tekst",
+ "Hello world!" : "Pozdrav svijete!",
+ "sunny" : "sunčano",
+ "Hello {name}, the weather is {weather}" : "Pozdrav {name}, vrijeme je {weather}",
+ "Hello {name}" : "Pozdrav {name}",
+ "_download %n file_::_download %n files_" : ["preuzimanje %n datoteke","preuzimanje %n datoteke","preuzimanje %n datoteka"],
+ "Please reload the page." : "Molimo, ponovno učitajte stranicu",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundu","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekunde","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi"],
+ "Searching other places" : "Pretraživanje drugih lokacija",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat u drugoj mapi","{count} rezultata u drugoj mapi","{count} rezultata u ostalim mapama"],
+ "Personal" : "Osobno",
+ "Users" : "Korisnici",
+ "Apps" : "Aplikacije",
+ "Admin" : "Admin",
+ "Help" : "Pomoć",
+ "Access forbidden" : "Pristup zabranjen",
+ "File not found" : "Datoteka nije pronađena",
+ "The specified document has not been found on the server." : "Traženi dokument nije pronađen na poslužitelju.",
+ "You can click here to return to %s." : "Kliknite ovdje da se vratite na %s.",
+ "Internal Server Error" : "Pogreška poslužitelja.",
+ "The server was unable to complete your request." : "Poslužitelj nije u mogućnosti izvršiti Vaš zahtjev.",
+ "If this happens again, please send the technical details below to the server administrator." : "U slučaju da se ovo ponovi, molimo da pošaljete tehničke detalje ispod administratoru poslužitelja.",
+ "More details can be found in the server log." : "Više podatake može se naći u logovima na poslužitelju.",
+ "Technical details" : "Tehnički detalji",
+ "Remote Address: %s" : "Udaljena adresa: %s",
+ "Request ID: %s" : "Zahtjev ID: %s",
+ "Code: %s" : "Kod: %s",
+ "Message: %s" : "Poruka: %s",
+ "File: %s" : "Datoteka: %s",
+ "Line: %s" : "Red: %s",
+ "Trace" : "Prati",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Vašem podatkovnom direktoriju i datotekama vjerojatno se može pristupiti s interneta jer .htaccess datoteka ne radi.",
+ "Create an <strong>admin account</strong>" : "Kreirajte <strong>admin račun</strong>",
+ "Username" : "Korisničko ime",
+ "Storage & database" : "Pohrana & baza podataka",
+ "Data folder" : "Mapa za podatke",
+ "Configure the database" : "Konfigurirajte bazu podataka",
+ "Only %s is available." : "Jedino je %s dostupan.",
+ "Database user" : "Korisnik baze podataka",
+ "Database password" : "Lozinka baze podataka",
+ "Database name" : "Naziv baze podataka",
+ "Database tablespace" : "Tablespace (?) baze podataka",
+ "Database host" : "Glavno računalo baze podataka",
+ "Finish setup" : "Završite postavljanje",
+ "Finishing …" : "Završavanje...",
+ "More apps" : "Više aplikacija",
+ "Search" : "pretraži",
+ "Reset search" : "Resetirajte pretraživanje",
+ "Contacts" : "Kontakti",
+ "Contacts menu" : "Izbornik kontakata",
+ "Settings menu" : "Izbornik postavki",
+ "Confirm your password" : "Potvrdite vašu lozinku",
+ "Server side authentication failed!" : "Autentikacija na strani poslužitelja nije uspjela!",
+ "Please contact your administrator." : "Molimo kontaktirajte svog administratora.",
+ "Please try again or contact your administrator." : "Molimo vas da pokušate ponovno ili da kontaktirate svog administratora.",
+ "Username or email" : "Korisničko ime ili adresa e-pošte",
+ "Log in" : "Prijavite se",
+ "Wrong password." : "Pogrešna lozinka.",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Došlo je do nekoliko nevažećih pokušaja prijave sa vaše IP adrese. Vaša iduća prijava je odgođena za maksimalno 30 sekundi.",
+ "Forgot password?" : "Zaboravili Vašu lozinku?",
+ "Back to login" : "Natrag na prijavu",
+ "Connect to your account" : "Povežite se sa svojim računom",
+ "Please log in before granting %s access to your %s account." : "Prijavite se prije nego dopustite %s pristup vašem %s računu.",
+ "App token" : "Token za aplikaciju",
+ "Grant access" : "Dodijeli pristup",
+ "You are about to grant %s access to your %s account." : "Ovim će te dopustiti %s pristup vašem %s računu.",
+ "Redirecting …" : "Preusmjeravanje...",
+ "New password" : "Nova lozinka",
+ "New Password" : "Nova lozinka",
+ "This share is password-protected" : "Ovaj zajednički resurs je zaštićen lozinkom",
+ "The password is wrong. Try again." : "Pogrešna lozinka. Pokušajte ponovno.",
+ "Cancel log in" : "Otkaži prijavu",
+ "Error while validating your second factor" : "Greška prilikom ovažavanja drugog faktora",
+ "Access through untrusted domain" : "Pristup iz nepouzdane domene",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Molimo Vas da kontaktirate vašeg administratora. Ako ste administrator, uredite \"trusted domains\" postavku u config/config.php datoteci po primjeru iz datoteke config.sample.php.",
+ "App update required" : "Ažuriranje aplikacije potrebno",
+ "%s will be updated to version %s" : "%s će biti ažuriran na verziju %s",
+ "These apps will be updated:" : "Slijedeće aplikacije će biti ažurirane:",
+ "These incompatible apps will be disabled:" : "Slijedeće nekompatibilne aplikacije će biti onemogućene:",
+ "The theme %s has been disabled." : "Tema %s je onemogućena",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prije nego li nastavite, molimo osigurajte da su baza podataka, mapa konfiguracije i mapaza podatke sigurnosno kopirani.",
+ "Start update" : "Započnite ažuriranje",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Da biste izbjegli vremensko prekoračenje s većim instalacijama, možete pokrenutisljedeću naredbu iz svoga instalacijskog direktorija:",
+ "Detailed logs" : "Detaljni zapisnik",
+ "Update needed" : "Molimo ažurirajte aplikaciju",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Molimo da koristite ažurator naredbi jer imate veliku instancu od preko 50 korisnika.",
+ "Upgrade via web on my own risk" : "Nadogradnja preko mreže na moju vlastitu odgovornost",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Ova %s instanca je trenutno u načinu za održavanje; ovo može potrajati.",
+ "This page will refresh itself when the %s instance is available again." : "Stranica će se sama osvježiti kada %s bude ponovo dostupno.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte svog administratora sustava ako se ova poruka ponavlja ili sepojavila neočekivano.",
+ "Thank you for your patience." : "Hvala vam na strpljenju",
+ "There was an error loading your contacts" : "Greška pri učitavanju kontakata",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno koristite PHP {version}. Molimo vas da nadogradite vašu PHP verziju da iskoristite <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">ažuriranje sigurnosti i performansi od strane PHP grupe</a> čim god vaša distribucija to podržava.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Neke datoteke nisu prošle provjeru integriteta. Daljnje informacije o tome kako riješiti ovaj problem se mogu naći u <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">priloženoj dokumentaciji</a>.(<a href=\"{codeIntegrityDownloadEndpoint}\">Lista nevažećih datoteka...</a>/<a href=\"{rescanEndpoint}\">Ponovo skeniraj...</a>)",
+ "Shared with {recipients}" : "Resurs podijeljen s {recipients}",
+ "Share with other people by entering a user or group or an email address." : "Podijelite sa ostalim korisnicima tako da unesete korisničko ime ili ime grupe ili adresu e-pošte.",
+ "The server encountered an internal error and was unable to complete your request." : "Poslužitelj je naišao na grešku i nije u mogućnosti izvršiti Vaš zahtjev.",
+ "Alternative Logins" : "Alternativne prijave",
+ "Add \"%s\" as trusted domain" : "Dodajte \"%s\" kao pouzdanu domenu."
+},
+"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");
diff --git a/core/l10n/hr.json b/core/l10n/hr.json
new file mode 100644
index 00000000000..6e4d34d89ee
--- /dev/null
+++ b/core/l10n/hr.json
@@ -0,0 +1,209 @@
+{ "translations": {
+ "Please select a file." : "Molimo odaberite datoteku.",
+ "File is too big" : "Datoteka je prevelika",
+ "The selected file is not an image." : "Odabrana datoteka nije slika.",
+ "The selected file cannot be read." : "Nije moguće pročitati odabranu datoteku.",
+ "Invalid file provided" : "Nevažeća datoteka",
+ "No image or file provided" : "Nijedna slika ili datoteka nije dobavljena",
+ "Unknown filetype" : "Vrsta datoteke nepoznata",
+ "Invalid image" : "Slika neispravna",
+ "An error occurred. Please contact your admin." : "Došlo je do greške. Molimo kontaktirajte vašeg administratora.",
+ "No temporary profile picture available, try again" : "Slike privremenih profila nisu dostupne, pokušajte ponovno",
+ "No crop data provided" : "Nema podataka o rezanju",
+ "No valid crop data provided" : "Nema valjanih podataka za rezanje",
+ "Password reset is disabled" : "Resetiranje lozinke je onemogućeno",
+ "Couldn't reset password because the token is invalid" : "Resetiranje lozinke nije moguće jer je token neispravan.",
+ "Couldn't reset password because the token is expired" : "Resetiranje lozinke nije moguće jer je token istekao",
+ "Could not send reset email because there is no email address for this username. Please contact your administrator." : "Nije moguće poslati poruku za resetiranje e-pošte jer ne postoji adresa e-pošte za ovo korisničko ime. Molimo da kontaktirate vašeg administratora.",
+ "%s password reset" : "%s lozinka resetirana",
+ "Password reset" : "Promjena lozinke",
+ "Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknite ovdje kako biste resetirali vašu lozinku. Ako niste dali zahtjev za resetiranje lozinke, ignorirajte ovu poruku.",
+ "Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Kliknite ovu poveznicu kako biste resetirali vašu lozinku. Ako niste dali zahtjev za resetiranje lozinke, ignorirajte ovu poruku.",
+ "Reset your password" : "Resetirajte vašu lozinku",
+ "Couldn't send reset email. Please contact your administrator." : "Nije moguće poslati poruku za resetiranje lozinke. Molimo kontaktirajte svog administratora.",
+ "Couldn't send reset email. Please make sure your username is correct." : "Poruku za resetiranje lozinke nije moguće poslati. Molimo provjerite ispravnost svoga korisničkog imena.",
+ "Preparing update" : "Priprema ažuriranja",
+ "Please use the command line updater because automatic updating is disabled in the config.php." : "Molimo da koristite ažurator naredbi jer je automatsko ažuriranje onemogućeno u config.php mapi.",
+ "Turned on maintenance mode" : "Način rada za održavanje uključen",
+ "Turned off maintenance mode" : "Način rada za održavanje isključen",
+ "Updating database schema" : "Ažuriranje sheme baze podataka",
+ "Updated database" : " Baza podataka ažurirana",
+ "Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "U tijeku je provjeranje može li baza podataka biti ažurirana (ovo može potrajati ovisno o veličini baze podataka)",
+ "Checked database schema update" : "Provjereno ažuriranje sheme baze podataka",
+ "Checking updates of apps" : "U tijeku je provjeravanje ažuriranja aplikacija",
+ "Checked database schema update for apps" : "Provjereno ažuriranje sheme baze podataka za aplikacije",
+ "Updated \"%s\" to %s" : "Ažurirano \"%s\" u %s",
+ "Settings" : "Postavke",
+ "Saving..." : "Spremanje...",
+ "Dismiss" : "Odpusti",
+ "Password" : "Lozinka",
+ "seconds ago" : "prije par sekundi",
+ "The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Veza za resetiranje vaše lozinke poslana je na vašu adresu e-pošte. Ako je ne primite unekom razumnom vremenskom roku, provjerite svoje spam/junk mape. <br> Ako nije tamo, kontaktirajtesvoga lokalnog administratora.",
+ "I know what I'm doing" : "Znam što radim",
+ "Password can not be changed. Please contact your administrator." : "Lozinku nije moguće promijeniti. Molimo kontaktirajte svog administratora.",
+ "Reset password" : "Resetirajte lozinku",
+ "No" : "Ne",
+ "Yes" : "Da",
+ "Choose" : "Odaberite",
+ "Error loading file picker template: {error}" : "Pogrešno učitavanje predloška za pronalazača datoteke: {error}",
+ "Error loading message template: {error}" : "Pogrešno učitavanje predloška za poruke: {error}",
+ "read-only" : "samo čitanje",
+ "_{count} file conflict_::_{count} file conflicts_" : ["neželjeno podudaranje u {count} datoteci","neželjeno podudaranje u {count} datoteke","konflikti u {count} datoteke"],
+ "One file conflict" : "Konflikt u jednoj datoteci",
+ "New Files" : "Nove datoteke",
+ "Already existing files" : "Postojeće datoteke",
+ "Which files do you want to keep?" : "Koje datoteke želite zadržati?",
+ "If you select both versions, the copied file will have a number added to its name." : "Ako odaberete obje verzije, kopirana će datoteka uz svoje ime imati i broj.",
+ "Cancel" : "Odustani",
+ "Continue" : "Nastavi",
+ "(all selected)" : "(sve odabrano)",
+ "({count} selected)" : "({count} odabran)",
+ "Error loading file exists template" : "Pogrešno učitavanje predloška DATOTEKA POSTOJI",
+ "Very weak password" : "Lozinka vrlo slaba",
+ "Weak password" : "Lozinka Slaba",
+ "So-so password" : "Lozinka tako-tako",
+ "Good password" : "Lozinka dobra",
+ "Strong password" : "Lozinka snažna",
+ "Error occurred while checking server setup" : "Greška prilikom provjeri postavki servera",
+ "Shared" : "Resurs podijeljen",
+ "Shared with" : "Podijeljeno s...",
+ "Shared by" : "Podijeljeno od...",
+ "Error setting expiration date" : "Pogrešno učitavanje postavke datuma isteka",
+ "The public link will expire no later than {days} days after it is created" : " Javna veza ističe najkasnije {days} dana nakon što je kreirana",
+ "Set expiration date" : "Odredite datum isteka",
+ "Expiration" : "Istjeće",
+ "Expiration date" : "Datum isteka",
+ "Choose a password for the public link" : "Odaberite lozinku za javnu vezu",
+ "Choose a password for the public link or press the \"Enter\" key" : "Odaberite lozinku za javnu vezu ili stisnite \"Enter\" tipku",
+ "Copied!" : "Kopirano!",
+ "Not supported!" : "Nije podržano!",
+ "Press ⌘-C to copy." : "Pritisnite ⌘-C za kopiranje.",
+ "Press Ctrl-C to copy." : "Pritisnite Ctrl-C za kopiranje.",
+ "Resharing is not allowed" : "Ponovno dijeljenje nije dopušteno",
+ "Share to {name}" : "Podijeliti na {name}",
+ "Share link" : "Podijelite vezu",
+ "Link" : "Poveznica",
+ "Password protect" : "Zaštititi lozinkom",
+ "Allow editing" : "Omogući uređivanje",
+ "Email link to person" : "Pošaljite osobi vezu e-poštom",
+ "Send" : "Pošaljite",
+ "Allow upload and editing" : "Omogući učitavanje i uređivanje",
+ "Read only" : "Samo za čitanje",
+ "Shared with you and the group {group} by {owner}" : "Dijeljeno s vama i grupom {group} vlasnika {owner}",
+ "Shared with you by {owner}" : "S vama podijelio {owner}",
+ "group" : "Grupa",
+ "remote" : "na daljinu",
+ "Unshare" : "Prestanite dijeliti",
+ "Can reshare" : "Ponovno dijeljenje omogućeno",
+ "Can edit" : "Uređivanje omogućeno",
+ "Can create" : "Stvaranje omogućeno",
+ "Can delete" : "Brisanje omogućeno",
+ "Error while sharing" : "Pogreška pri dijeljenju",
+ "Share" : "Podijelite",
+ "Name or email address..." : "Ime i adresa e-pošte...",
+ "Name..." : "Ime...",
+ "Error" : "Pogreška",
+ "restricted" : "Ograničeno",
+ "Delete" : "Izbrišite",
+ "Rename" : "Preimenujte",
+ "unknown text" : "nepoznati tekst",
+ "Hello world!" : "Pozdrav svijete!",
+ "sunny" : "sunčano",
+ "Hello {name}, the weather is {weather}" : "Pozdrav {name}, vrijeme je {weather}",
+ "Hello {name}" : "Pozdrav {name}",
+ "_download %n file_::_download %n files_" : ["preuzimanje %n datoteke","preuzimanje %n datoteke","preuzimanje %n datoteka"],
+ "Please reload the page." : "Molimo, ponovno učitajte stranicu",
+ "_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundu","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekunde","Ažuriranje uspješno. Preusmjeravanje na Nextcloud za %n sekundi"],
+ "Searching other places" : "Pretraživanje drugih lokacija",
+ "_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} rezultat u drugoj mapi","{count} rezultata u drugoj mapi","{count} rezultata u ostalim mapama"],
+ "Personal" : "Osobno",
+ "Users" : "Korisnici",
+ "Apps" : "Aplikacije",
+ "Admin" : "Admin",
+ "Help" : "Pomoć",
+ "Access forbidden" : "Pristup zabranjen",
+ "File not found" : "Datoteka nije pronađena",
+ "The specified document has not been found on the server." : "Traženi dokument nije pronađen na poslužitelju.",
+ "You can click here to return to %s." : "Kliknite ovdje da se vratite na %s.",
+ "Internal Server Error" : "Pogreška poslužitelja.",
+ "The server was unable to complete your request." : "Poslužitelj nije u mogućnosti izvršiti Vaš zahtjev.",
+ "If this happens again, please send the technical details below to the server administrator." : "U slučaju da se ovo ponovi, molimo da pošaljete tehničke detalje ispod administratoru poslužitelja.",
+ "More details can be found in the server log." : "Više podatake može se naći u logovima na poslužitelju.",
+ "Technical details" : "Tehnički detalji",
+ "Remote Address: %s" : "Udaljena adresa: %s",
+ "Request ID: %s" : "Zahtjev ID: %s",
+ "Code: %s" : "Kod: %s",
+ "Message: %s" : "Poruka: %s",
+ "File: %s" : "Datoteka: %s",
+ "Line: %s" : "Red: %s",
+ "Trace" : "Prati",
+ "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Vašem podatkovnom direktoriju i datotekama vjerojatno se može pristupiti s interneta jer .htaccess datoteka ne radi.",
+ "Create an <strong>admin account</strong>" : "Kreirajte <strong>admin račun</strong>",
+ "Username" : "Korisničko ime",
+ "Storage & database" : "Pohrana & baza podataka",
+ "Data folder" : "Mapa za podatke",
+ "Configure the database" : "Konfigurirajte bazu podataka",
+ "Only %s is available." : "Jedino je %s dostupan.",
+ "Database user" : "Korisnik baze podataka",
+ "Database password" : "Lozinka baze podataka",
+ "Database name" : "Naziv baze podataka",
+ "Database tablespace" : "Tablespace (?) baze podataka",
+ "Database host" : "Glavno računalo baze podataka",
+ "Finish setup" : "Završite postavljanje",
+ "Finishing …" : "Završavanje...",
+ "More apps" : "Više aplikacija",
+ "Search" : "pretraži",
+ "Reset search" : "Resetirajte pretraživanje",
+ "Contacts" : "Kontakti",
+ "Contacts menu" : "Izbornik kontakata",
+ "Settings menu" : "Izbornik postavki",
+ "Confirm your password" : "Potvrdite vašu lozinku",
+ "Server side authentication failed!" : "Autentikacija na strani poslužitelja nije uspjela!",
+ "Please contact your administrator." : "Molimo kontaktirajte svog administratora.",
+ "Please try again or contact your administrator." : "Molimo vas da pokušate ponovno ili da kontaktirate svog administratora.",
+ "Username or email" : "Korisničko ime ili adresa e-pošte",
+ "Log in" : "Prijavite se",
+ "Wrong password." : "Pogrešna lozinka.",
+ "We have detected multiple invalid login attempts from your IP. Therefore your next login is throttled up to 30 seconds." : "Došlo je do nekoliko nevažećih pokušaja prijave sa vaše IP adrese. Vaša iduća prijava je odgođena za maksimalno 30 sekundi.",
+ "Forgot password?" : "Zaboravili Vašu lozinku?",
+ "Back to login" : "Natrag na prijavu",
+ "Connect to your account" : "Povežite se sa svojim računom",
+ "Please log in before granting %s access to your %s account." : "Prijavite se prije nego dopustite %s pristup vašem %s računu.",
+ "App token" : "Token za aplikaciju",
+ "Grant access" : "Dodijeli pristup",
+ "You are about to grant %s access to your %s account." : "Ovim će te dopustiti %s pristup vašem %s računu.",
+ "Redirecting …" : "Preusmjeravanje...",
+ "New password" : "Nova lozinka",
+ "New Password" : "Nova lozinka",
+ "This share is password-protected" : "Ovaj zajednički resurs je zaštićen lozinkom",
+ "The password is wrong. Try again." : "Pogrešna lozinka. Pokušajte ponovno.",
+ "Cancel log in" : "Otkaži prijavu",
+ "Error while validating your second factor" : "Greška prilikom ovažavanja drugog faktora",
+ "Access through untrusted domain" : "Pristup iz nepouzdane domene",
+ "Please contact your administrator. If you are an administrator, edit the \"trusted_domains\" setting in config/config.php like the example in config.sample.php." : "Molimo Vas da kontaktirate vašeg administratora. Ako ste administrator, uredite \"trusted domains\" postavku u config/config.php datoteci po primjeru iz datoteke config.sample.php.",
+ "App update required" : "Ažuriranje aplikacije potrebno",
+ "%s will be updated to version %s" : "%s će biti ažuriran na verziju %s",
+ "These apps will be updated:" : "Slijedeće aplikacije će biti ažurirane:",
+ "These incompatible apps will be disabled:" : "Slijedeće nekompatibilne aplikacije će biti onemogućene:",
+ "The theme %s has been disabled." : "Tema %s je onemogućena",
+ "Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Prije nego li nastavite, molimo osigurajte da su baza podataka, mapa konfiguracije i mapaza podatke sigurnosno kopirani.",
+ "Start update" : "Započnite ažuriranje",
+ "To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Da biste izbjegli vremensko prekoračenje s većim instalacijama, možete pokrenutisljedeću naredbu iz svoga instalacijskog direktorija:",
+ "Detailed logs" : "Detaljni zapisnik",
+ "Update needed" : "Molimo ažurirajte aplikaciju",
+ "Please use the command line updater because you have a big instance with more than 50 users." : "Molimo da koristite ažurator naredbi jer imate veliku instancu od preko 50 korisnika.",
+ "Upgrade via web on my own risk" : "Nadogradnja preko mreže na moju vlastitu odgovornost",
+ "This %s instance is currently in maintenance mode, which may take a while." : "Ova %s instanca je trenutno u načinu za održavanje; ovo može potrajati.",
+ "This page will refresh itself when the %s instance is available again." : "Stranica će se sama osvježiti kada %s bude ponovo dostupno.",
+ "Contact your system administrator if this message persists or appeared unexpectedly." : "Kontaktirajte svog administratora sustava ako se ova poruka ponavlja ili sepojavila neočekivano.",
+ "Thank you for your patience." : "Hvala vam na strpljenju",
+ "There was an error loading your contacts" : "Greška pri učitavanju kontakata",
+ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">performance and security updates provided by the PHP Group</a> as soon as your distribution supports it." : "Trenutno koristite PHP {version}. Molimo vas da nadogradite vašu PHP verziju da iskoristite <a target=\"_blank\" rel=\"noreferrer\" href=\"{phpLink}\">ažuriranje sigurnosti i performansi od strane PHP grupe</a> čim god vaša distribucija to podržava.",
+ "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">documentation</a>. (<a href=\"{codeIntegrityDownloadEndpoint}\">List of invalid files…</a> / <a href=\"{rescanEndpoint}\">Rescan…</a>)" : "Neke datoteke nisu prošle provjeru integriteta. Daljnje informacije o tome kako riješiti ovaj problem se mogu naći u <a target=\"_blank\" rel=\"noreferrer\" href=\"{docLink}\">priloženoj dokumentaciji</a>.(<a href=\"{codeIntegrityDownloadEndpoint}\">Lista nevažećih datoteka...</a>/<a href=\"{rescanEndpoint}\">Ponovo skeniraj...</a>)",
+ "Shared with {recipients}" : "Resurs podijeljen s {recipients}",
+ "Share with other people by entering a user or group or an email address." : "Podijelite sa ostalim korisnicima tako da unesete korisničko ime ili ime grupe ili adresu e-pošte.",
+ "The server encountered an internal error and was unable to complete your request." : "Poslužitelj je naišao na grešku i nije u mogućnosti izvršiti Vaš zahtjev.",
+ "Alternative Logins" : "Alternativne prijave",
+ "Add \"%s\" as trusted domain" : "Dodajte \"%s\" kao pouzdanu domenu."
+},"pluralForm" :"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"
+} \ No newline at end of file