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
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2016-02-26 09:55:44 +0300
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2016-02-26 09:55:44 +0300
commit5718402277b3d9a8bd688e3fbbf965bcf19addbe (patch)
tree59326ff8faf03073b53da040f3aeb687a562c4e7 /settings
parentcb41b1a86397579d55e0ce96e67b80a83037d1d2 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/en_GB.js5
-rw-r--r--settings/l10n/en_GB.json5
-rw-r--r--settings/l10n/fi_FI.js4
-rw-r--r--settings/l10n/fi_FI.json4
-rw-r--r--settings/l10n/fr.js2
-rw-r--r--settings/l10n/fr.json2
-rw-r--r--settings/l10n/it.js5
-rw-r--r--settings/l10n/it.json5
-rw-r--r--settings/l10n/ja.js5
-rw-r--r--settings/l10n/ja.json5
-rw-r--r--settings/l10n/nl.js5
-rw-r--r--settings/l10n/nl.json5
-rw-r--r--settings/l10n/pt_PT.js5
-rw-r--r--settings/l10n/pt_PT.json5
-rw-r--r--settings/l10n/sl.js38
-rw-r--r--settings/l10n/sl.json38
-rw-r--r--settings/l10n/sq.js5
-rw-r--r--settings/l10n/sq.json5
18 files changed, 116 insertions, 32 deletions
diff --git a/settings/l10n/en_GB.js b/settings/l10n/en_GB.js
index b332af42cb5..934630f9106 100644
--- a/settings/l10n/en_GB.js
+++ b/settings/l10n/en_GB.js
@@ -67,6 +67,7 @@ OC.L10N.register(
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "This app is not checked for security issues and is new or known to be unstable. Install at your own risk.",
"Update to %s" : "Update to %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["You have %n app update pending","You have %n app updates pending"],
"Please wait...." : "Please wait....",
"Error while disabling app" : "Error whilst disabling app",
"Disable" : "Disable",
@@ -93,6 +94,7 @@ OC.L10N.register(
"Strong password" : "Strong password",
"Groups" : "Groups",
"Unable to delete {objName}" : "Unable to delete {objName}",
+ "Error creating group: {message}" : "Error creating group: {message}",
"A valid group name must be provided" : "A valid group name must be provided",
"deleted {groupName}" : "deleted {groupName}",
"undo" : "undo",
@@ -102,6 +104,7 @@ OC.L10N.register(
"add group" : "add group",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Changing the password will result in data loss, because data recovery is not available for this user",
"A valid username must be provided" : "A valid username must be provided",
+ "Error creating user: {message}" : "Error creating user: {message}",
"A valid password must be provided" : "A valid password must be provided",
"A valid email must be provided" : "A valid email must be provided",
"__language_name__" : "English (British English)",
@@ -124,6 +127,7 @@ OC.L10N.register(
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information.",
"System locale can not be set to a one which supports UTF-8." : "System locale can not be set to a one which supports UTF-8.",
@@ -208,6 +212,7 @@ OC.L10N.register(
"Admin documentation" : "Admin documentation",
"Show description …" : "Show description …",
"Hide description …" : "Hide description …",
+ "This app has an update available." : "This app has an update available.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "This app cannot be installed because the following dependencies are not fulfilled:",
diff --git a/settings/l10n/en_GB.json b/settings/l10n/en_GB.json
index 87fdd5bd188..37903d528d4 100644
--- a/settings/l10n/en_GB.json
+++ b/settings/l10n/en_GB.json
@@ -65,6 +65,7 @@
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "This app is not checked for security issues and is new or known to be unstable. Install at your own risk.",
"Update to %s" : "Update to %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["You have %n app update pending","You have %n app updates pending"],
"Please wait...." : "Please wait....",
"Error while disabling app" : "Error whilst disabling app",
"Disable" : "Disable",
@@ -91,6 +92,7 @@
"Strong password" : "Strong password",
"Groups" : "Groups",
"Unable to delete {objName}" : "Unable to delete {objName}",
+ "Error creating group: {message}" : "Error creating group: {message}",
"A valid group name must be provided" : "A valid group name must be provided",
"deleted {groupName}" : "deleted {groupName}",
"undo" : "undo",
@@ -100,6 +102,7 @@
"add group" : "add group",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Changing the password will result in data loss, because data recovery is not available for this user",
"A valid username must be provided" : "A valid username must be provided",
+ "Error creating user: {message}" : "Error creating user: {message}",
"A valid password must be provided" : "A valid password must be provided",
"A valid email must be provided" : "A valid email must be provided",
"__language_name__" : "English (British English)",
@@ -122,6 +125,7 @@
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "The PHP module 'fileinfo' is missing. We strongly recommend enabling this module to get best results with mime-type detection.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information.",
"System locale can not be set to a one which supports UTF-8." : "System locale can not be set to a one which supports UTF-8.",
@@ -206,6 +210,7 @@
"Admin documentation" : "Admin documentation",
"Show description …" : "Show description …",
"Hide description …" : "Hide description …",
+ "This app has an update available." : "This app has an update available.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "This app cannot be installed because the following dependencies are not fulfilled:",
diff --git a/settings/l10n/fi_FI.js b/settings/l10n/fi_FI.js
index 5f13165d69c..0f87c75d68a 100644
--- a/settings/l10n/fi_FI.js
+++ b/settings/l10n/fi_FI.js
@@ -66,6 +66,7 @@ OC.L10N.register(
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Hyväksytyt sovellukset on kehitetty luotettujen kehittäjien toimesta. Hyväksytyille sovelluksille on suoritettu pintapuolinen turvallisuustarkastus. Sovelluksia ylläpidetään avoimen koodin tietovarastoissa. Sovellusten kehittäjät mieltävät sovellukset vakaiksi ja valmiiksi tavalliseen käyttöön.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Tätä sovellusta ei ole tarkistettu tietoturvauhkien varalta. Sovellus on uusi ja mahdollisesti tiedostettu epävakaaksi. Asenna omalla vastuulla.",
"Update to %s" : "Päivitä versioon %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["%n sovelluspäivitys odottaa","%n sovelluspäivitystä odottaa"],
"Please wait...." : "Odota hetki...",
"Error while disabling app" : "Virhe poistaessa sovellusta käytöstä",
"Disable" : "Poista käytöstä",
@@ -92,6 +93,7 @@ OC.L10N.register(
"Strong password" : "Vahva salasana",
"Groups" : "Ryhmät",
"Unable to delete {objName}" : "Kohteen {objName} poistaminen epäonnistui",
+ "Error creating group: {message}" : "Virhe ryhmää luotaessa: {message}",
"A valid group name must be provided" : "Anna kelvollinen ryhmän nimi",
"deleted {groupName}" : "poistettu {groupName}",
"undo" : "kumoa",
@@ -101,6 +103,7 @@ OC.L10N.register(
"add group" : "lisää ryhmä",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Salasanan muuttaminen johtaa tietojen häviämiseen, koska tietojen palautusta ei ole käytettävissä tämän käyttäjän kohdalla",
"A valid username must be provided" : "Anna kelvollinen käyttäjätunnus",
+ "Error creating user: {message}" : "Virhe käyttäjää luotaessa: {message}",
"A valid password must be provided" : "Anna kelvollinen salasana",
"A valid email must be provided" : "Tarvitaan kelvollinen sähköpostiosoite",
"__language_name__" : "_kielen_nimi_",
@@ -119,6 +122,7 @@ OC.L10N.register(
"Please check the <a target=\"_blank\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Tarkista <a target=\"_blank\" href=\"%s\">asennusohjeet ↗</a> PHP-asetusten osalta, erityisesti jos käytössäsi on php-fpm.",
"The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Vain luku -asetukset on otettu käyttöön. Tämä estää joidenkin asetusten määrittämisen selainkäyttöliittymän kautta. Lisäksi kyseinen tiedostoon tulee asettaa kirjoitusoikeus käsin joka päivityksen yhteydessä.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Palvelimesi käyttöjärjestelmä on Microsoft Windows. Suosittelemme käyttämään parhaan mahdollisen käyttökokemuksen saavuttamiseksi Linuxia.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s alle version %2$s on asennettu. Vakauden ja suorituskyvyn vuoksi suosittelemme päivittämään uudempaan %1$s-versioon.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.",
"System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.",
"This means that there might be problems with certain characters in file names." : "Tämä tarkoittaa, että tiettyjen merkkien kanssa tiedostojen nimissä saattaa olla ongelmia.",
diff --git a/settings/l10n/fi_FI.json b/settings/l10n/fi_FI.json
index 18d23b0d464..19f964fa583 100644
--- a/settings/l10n/fi_FI.json
+++ b/settings/l10n/fi_FI.json
@@ -64,6 +64,7 @@
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Hyväksytyt sovellukset on kehitetty luotettujen kehittäjien toimesta. Hyväksytyille sovelluksille on suoritettu pintapuolinen turvallisuustarkastus. Sovelluksia ylläpidetään avoimen koodin tietovarastoissa. Sovellusten kehittäjät mieltävät sovellukset vakaiksi ja valmiiksi tavalliseen käyttöön.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Tätä sovellusta ei ole tarkistettu tietoturvauhkien varalta. Sovellus on uusi ja mahdollisesti tiedostettu epävakaaksi. Asenna omalla vastuulla.",
"Update to %s" : "Päivitä versioon %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["%n sovelluspäivitys odottaa","%n sovelluspäivitystä odottaa"],
"Please wait...." : "Odota hetki...",
"Error while disabling app" : "Virhe poistaessa sovellusta käytöstä",
"Disable" : "Poista käytöstä",
@@ -90,6 +91,7 @@
"Strong password" : "Vahva salasana",
"Groups" : "Ryhmät",
"Unable to delete {objName}" : "Kohteen {objName} poistaminen epäonnistui",
+ "Error creating group: {message}" : "Virhe ryhmää luotaessa: {message}",
"A valid group name must be provided" : "Anna kelvollinen ryhmän nimi",
"deleted {groupName}" : "poistettu {groupName}",
"undo" : "kumoa",
@@ -99,6 +101,7 @@
"add group" : "lisää ryhmä",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Salasanan muuttaminen johtaa tietojen häviämiseen, koska tietojen palautusta ei ole käytettävissä tämän käyttäjän kohdalla",
"A valid username must be provided" : "Anna kelvollinen käyttäjätunnus",
+ "Error creating user: {message}" : "Virhe käyttäjää luotaessa: {message}",
"A valid password must be provided" : "Anna kelvollinen salasana",
"A valid email must be provided" : "Tarvitaan kelvollinen sähköpostiosoite",
"__language_name__" : "_kielen_nimi_",
@@ -117,6 +120,7 @@
"Please check the <a target=\"_blank\" href=\"%s\">installation documentation ↗</a> for php configuration notes and the php configuration of your server, especially when using php-fpm." : "Tarkista <a target=\"_blank\" href=\"%s\">asennusohjeet ↗</a> PHP-asetusten osalta, erityisesti jos käytössäsi on php-fpm.",
"The Read-Only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "Vain luku -asetukset on otettu käyttöön. Tämä estää joidenkin asetusten määrittämisen selainkäyttöliittymän kautta. Lisäksi kyseinen tiedostoon tulee asettaa kirjoitusoikeus käsin joka päivityksen yhteydessä.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Palvelimesi käyttöjärjestelmä on Microsoft Windows. Suosittelemme käyttämään parhaan mahdollisen käyttökokemuksen saavuttamiseksi Linuxia.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s alle version %2$s on asennettu. Vakauden ja suorituskyvyn vuoksi suosittelemme päivittämään uudempaan %1$s-versioon.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP-moduuli \"fileinfo\" puuttuu. Sen käyttö on erittäin suositeltavaa, jotta MIME-tyypin havaitseminen onnistuu parhaalla mahdollisella tavalla.",
"System locale can not be set to a one which supports UTF-8." : "Järjestelmän maa-asetusta ei voi asettaa UTF-8:aa tukevaksi.",
"This means that there might be problems with certain characters in file names." : "Tämä tarkoittaa, että tiettyjen merkkien kanssa tiedostojen nimissä saattaa olla ongelmia.",
diff --git a/settings/l10n/fr.js b/settings/l10n/fr.js
index 3e29fe0a353..e31af341abd 100644
--- a/settings/l10n/fr.js
+++ b/settings/l10n/fr.js
@@ -93,6 +93,7 @@ OC.L10N.register(
"Strong password" : "Mot de passe de forte sécurité",
"Groups" : "Groupes",
"Unable to delete {objName}" : "Impossible de supprimer {objName}",
+ "Error creating group: {message}" : "Erreur lors de la création du groupe : {message}",
"A valid group name must be provided" : "Vous devez spécifier un nom de groupe valide",
"deleted {groupName}" : "{groupName} supprimé",
"undo" : "annuler",
@@ -208,6 +209,7 @@ OC.L10N.register(
"Admin documentation" : "Documentation administrateur",
"Show description …" : "Afficher la description...",
"Hide description …" : "Masquer la description",
+ "This app has an update available." : "Cette application a une mise à jour disponible.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Cette app ne spécifie pas de version d'ownCloud minimale requise. Cela provoquera une erreur dans ownCloud 11+",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Cette app ne spécifie pas de version d'ownCloud maximale requise. Cela provoquera une erreur dans ownCloud 11+",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites :",
diff --git a/settings/l10n/fr.json b/settings/l10n/fr.json
index deba98c7e19..e3a0c5e0f4b 100644
--- a/settings/l10n/fr.json
+++ b/settings/l10n/fr.json
@@ -91,6 +91,7 @@
"Strong password" : "Mot de passe de forte sécurité",
"Groups" : "Groupes",
"Unable to delete {objName}" : "Impossible de supprimer {objName}",
+ "Error creating group: {message}" : "Erreur lors de la création du groupe : {message}",
"A valid group name must be provided" : "Vous devez spécifier un nom de groupe valide",
"deleted {groupName}" : "{groupName} supprimé",
"undo" : "annuler",
@@ -206,6 +207,7 @@
"Admin documentation" : "Documentation administrateur",
"Show description …" : "Afficher la description...",
"Hide description …" : "Masquer la description",
+ "This app has an update available." : "Cette application a une mise à jour disponible.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Cette app ne spécifie pas de version d'ownCloud minimale requise. Cela provoquera une erreur dans ownCloud 11+",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Cette app ne spécifie pas de version d'ownCloud maximale requise. Cela provoquera une erreur dans ownCloud 11+",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Cette application ne peut être installée à cause de ces dépendances non satisfaites :",
diff --git a/settings/l10n/it.js b/settings/l10n/it.js
index 4114b67c3cd..e5c2301564a 100644
--- a/settings/l10n/it.js
+++ b/settings/l10n/it.js
@@ -67,6 +67,7 @@ OC.L10N.register(
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.",
"Update to %s" : "Aggiornato a %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Hai %n aggiornamento di applicazione in corso","Hai %n aggiornamenti di applicazione in corso"],
"Please wait...." : "Attendere...",
"Error while disabling app" : "Errore durante la disattivazione",
"Disable" : "Disabilita",
@@ -93,6 +94,7 @@ OC.L10N.register(
"Strong password" : "Password forte",
"Groups" : "Gruppi",
"Unable to delete {objName}" : "Impossibile eliminare {objName}",
+ "Error creating group: {message}" : "Errore durante la creazione del gruppo: {message}",
"A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo",
"deleted {groupName}" : "{groupName} eliminato",
"undo" : "annulla",
@@ -102,6 +104,7 @@ OC.L10N.register(
"add group" : "aggiungi gruppo",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Il cambiamento della password causerà una perdita di dati, poiché il ripristino dei dati non è disponibile per questo utente",
"A valid username must be provided" : "Deve essere fornito un nome utente valido",
+ "Error creating user: {message}" : "Errore durante la creazione dell'utente: {message}",
"A valid password must be provided" : "Deve essere fornita una password valida",
"A valid email must be provided" : "Deve essere fornito un indirizzo email valido",
"__language_name__" : "Italiano",
@@ -124,6 +127,7 @@ OC.L10N.register(
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Il tuo server è in esecuzione su Microsoft Windows. Consigliamo vivamente Linux per un'esperienza utente ottimale.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la <a target=\"_blank\" href=\"%s\">documentazione ↗</a> per ulteriori informazioni.",
"System locale can not be set to a one which supports UTF-8." : "La localizzazione di sistema non può essere impostata a una che supporta UTF-8.",
@@ -208,6 +212,7 @@ OC.L10N.register(
"Admin documentation" : "Documentazione di amministrazione",
"Show description …" : "Mostra descrizione...",
"Hide description …" : "Nascondi descrizione...",
+ "This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Questa applicazione non ha una versione minima di ownCloud assegnata. Ciò costituirà un errore in ownCloud 11 e successive.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Questa applicazione non ha una versione massima di ownCloud assegnata. Ciò costituirà un errore in ownCloud 11 e successive.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Questa applicazione non può essere installata perché le seguenti dipendenze non sono soddisfatte:",
diff --git a/settings/l10n/it.json b/settings/l10n/it.json
index 33c71867ac1..d1f76ea48b8 100644
--- a/settings/l10n/it.json
+++ b/settings/l10n/it.json
@@ -65,6 +65,7 @@
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Le applicazioni approvate sono sviluppate da sviluppatori affidabili e hanno passato un rapido controllo di sicurezza. Sono attivamente mantenute in un deposito aperto del codice e i loro responsabili le ritengono pronte sia per un utilizzo casuale che per un utilizzo continuativo.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Questa applicazione non è stata sottoposta a controlli di sicurezza, è nuova o notoriamente instabile. Installala a tuo rischio.",
"Update to %s" : "Aggiornato a %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Hai %n aggiornamento di applicazione in corso","Hai %n aggiornamenti di applicazione in corso"],
"Please wait...." : "Attendere...",
"Error while disabling app" : "Errore durante la disattivazione",
"Disable" : "Disabilita",
@@ -91,6 +92,7 @@
"Strong password" : "Password forte",
"Groups" : "Gruppi",
"Unable to delete {objName}" : "Impossibile eliminare {objName}",
+ "Error creating group: {message}" : "Errore durante la creazione del gruppo: {message}",
"A valid group name must be provided" : "Deve essere fornito un nome valido per il gruppo",
"deleted {groupName}" : "{groupName} eliminato",
"undo" : "annulla",
@@ -100,6 +102,7 @@
"add group" : "aggiungi gruppo",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Il cambiamento della password causerà una perdita di dati, poiché il ripristino dei dati non è disponibile per questo utente",
"A valid username must be provided" : "Deve essere fornito un nome utente valido",
+ "Error creating user: {message}" : "Errore durante la creazione dell'utente: {message}",
"A valid password must be provided" : "Deve essere fornita una password valida",
"A valid email must be provided" : "Deve essere fornito un indirizzo email valido",
"__language_name__" : "Italiano",
@@ -122,6 +125,7 @@
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Sembra che PHP sia configurato per rimuovere i blocchi di documentazione in linea. Ciò renderà inaccessibili diverse applicazioni principali.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Ciò è causato probabilmente da una cache/acceleratore come Zend OPcache o eAccelerator.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Il tuo server è in esecuzione su Microsoft Windows. Consigliamo vivamente Linux per un'esperienza utente ottimale.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "La versione di %1$s installata è anteriore alla %2$s, per motivi di stabilità e prestazioni, consigliamo di aggiornare a una versione di %1$s più recente.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Il modulo PHP 'fileinfo' non è presente. Consigliamo vivamente di abilitare questo modulo per ottenere risultati migliori con il rilevamento dei tipi MIME.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Il blocco del file transazionale è disabilitato, ciò potrebbe comportare problemi di race condition. Abilita 'filelocking.enabled' nel config-php per evitare questi problemi. Vedi la <a target=\"_blank\" href=\"%s\">documentazione ↗</a> per ulteriori informazioni.",
"System locale can not be set to a one which supports UTF-8." : "La localizzazione di sistema non può essere impostata a una che supporta UTF-8.",
@@ -206,6 +210,7 @@
"Admin documentation" : "Documentazione di amministrazione",
"Show description …" : "Mostra descrizione...",
"Hide description …" : "Nascondi descrizione...",
+ "This app has an update available." : "Un aggiornamento di questa applicazione è disponibile.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Questa applicazione non ha una versione minima di ownCloud assegnata. Ciò costituirà un errore in ownCloud 11 e successive.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Questa applicazione non ha una versione massima di ownCloud assegnata. Ciò costituirà un errore in ownCloud 11 e successive.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Questa applicazione non può essere installata perché le seguenti dipendenze non sono soddisfatte:",
diff --git a/settings/l10n/ja.js b/settings/l10n/ja.js
index 5bc71433925..8a967e876ed 100644
--- a/settings/l10n/ja.js
+++ b/settings/l10n/ja.js
@@ -67,6 +67,7 @@ OC.L10N.register(
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。",
"Update to %s" : "%sにアップデート",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["%n 個のアプリのアップデートを保留中"],
"Please wait...." : "しばらくお待ちください...",
"Error while disabling app" : "アプリ無効化中にエラーが発生",
"Disable" : "無効",
@@ -93,6 +94,7 @@ OC.L10N.register(
"Strong password" : "強いパスワード",
"Groups" : "グループ",
"Unable to delete {objName}" : "{objName} を削除できません",
+ "Error creating group: {message}" : "グループの作成エラー: {message}",
"A valid group name must be provided" : "有効なグループ名を指定する必要があります",
"deleted {groupName}" : "{groupName} を削除しました",
"undo" : "元に戻す",
@@ -102,6 +104,7 @@ OC.L10N.register(
"add group" : "グループを追加",
"Changing the password will result in data loss, because data recovery is not available for this user" : "このユーザーのデータ復旧が無効になっていますので、パスワードを変更するとユーザーはデータに二度とアクセスできません。",
"A valid username must be provided" : "有効なユーザー名を指定する必要があります",
+ "Error creating user: {message}" : "ユーザ作成エラー {message}",
"A valid password must be provided" : "有効なパスワードを指定する必要があります",
"A valid email must be provided" : "有効なメールアドレスを指定する必要があります",
"__language_name__" : "Japanese (日本語)",
@@ -124,6 +127,7 @@ OC.L10N.register(
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレーターが原因かもしれません。",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "サーバーがMicrosoft Windowsで動いています。ユーザーに最適なサービスを提供するためには、Linuxを利用することを強くお勧めします。",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %1$s にアップデートすることをお勧めします。",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "トランザクションファイルのロックが無効になっており、競合時に問題となる可能性があります。これらの問題を回避するには、config.php 中の'filelocking.enabled'を有効にしてください。詳細については、<a target=\"_blank\" href=\"%s\">ドキュメント↗ </a>を参照してください。",
"System locale can not be set to a one which supports UTF-8." : "システムロケールを UTF-8 をサポートするロケールに設定できません。",
@@ -208,6 +212,7 @@ OC.L10N.register(
"Admin documentation" : "管理者ドキュメント",
"Show description …" : "説明を表示 ...",
"Hide description …" : "説明を隠す ...",
+ "This app has an update available." : "このアプリでアップデートが利用できます.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "このアプリはownCloudの最小バージョンが指定されていません.ownCloud 11 以降でエラーが発生する可能性があります.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "このアプリはownCloudの最大バージョンが指定されていません.ownCloud 11 以降でエラーが発生する可能性があります.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "次の依存関係が満たされないためこのアプリをインストールできません:",
diff --git a/settings/l10n/ja.json b/settings/l10n/ja.json
index bedfe96e95b..129140292ad 100644
--- a/settings/l10n/ja.json
+++ b/settings/l10n/ja.json
@@ -65,6 +65,7 @@
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "承認されたアプリは信頼された開発者により開発され、大まかなセキュリティチェックに合格しています。アプリは積極的にオープンソースコードレポジトリでメンテナンスされ、メンテナは通常の用途では安定していると考えます。",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "このアプリはセキュリティチェックされていません、新規アプリか安定性が確認されていないアプリです。自己責任でインストールしてください。",
"Update to %s" : "%sにアップデート",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["%n 個のアプリのアップデートを保留中"],
"Please wait...." : "しばらくお待ちください...",
"Error while disabling app" : "アプリ無効化中にエラーが発生",
"Disable" : "無効",
@@ -91,6 +92,7 @@
"Strong password" : "強いパスワード",
"Groups" : "グループ",
"Unable to delete {objName}" : "{objName} を削除できません",
+ "Error creating group: {message}" : "グループの作成エラー: {message}",
"A valid group name must be provided" : "有効なグループ名を指定する必要があります",
"deleted {groupName}" : "{groupName} を削除しました",
"undo" : "元に戻す",
@@ -100,6 +102,7 @@
"add group" : "グループを追加",
"Changing the password will result in data loss, because data recovery is not available for this user" : "このユーザーのデータ復旧が無効になっていますので、パスワードを変更するとユーザーはデータに二度とアクセスできません。",
"A valid username must be provided" : "有効なユーザー名を指定する必要があります",
+ "Error creating user: {message}" : "ユーザ作成エラー {message}",
"A valid password must be provided" : "有効なパスワードを指定する必要があります",
"A valid email must be provided" : "有効なメールアドレスを指定する必要があります",
"__language_name__" : "Japanese (日本語)",
@@ -122,6 +125,7 @@
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHPでインラインドキュメントブロックを取り除く設定になっています。これによりコアアプリで利用できないものがいくつかあります。",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "これは、Zend OPcacheやeAccelerator 等のキャッシュ/アクセラレーターが原因かもしれません。",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "サーバーがMicrosoft Windowsで動いています。ユーザーに最適なサービスを提供するためには、Linuxを利用することを強くお勧めします。",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%2$s よりも古いバージョンの %1$s がインストールされています。安定した稼働とパフォーマンスの観点から、新しいバージョンの %1$s にアップデートすることをお勧めします。",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "PHP のモジュール 'fileinfo' が見つかりません。mimeタイプの検出を精度良く行うために、このモジュールを有効にすることを強くお勧めします。",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "トランザクションファイルのロックが無効になっており、競合時に問題となる可能性があります。これらの問題を回避するには、config.php 中の'filelocking.enabled'を有効にしてください。詳細については、<a target=\"_blank\" href=\"%s\">ドキュメント↗ </a>を参照してください。",
"System locale can not be set to a one which supports UTF-8." : "システムロケールを UTF-8 をサポートするロケールに設定できません。",
@@ -206,6 +210,7 @@
"Admin documentation" : "管理者ドキュメント",
"Show description …" : "説明を表示 ...",
"Hide description …" : "説明を隠す ...",
+ "This app has an update available." : "このアプリでアップデートが利用できます.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "このアプリはownCloudの最小バージョンが指定されていません.ownCloud 11 以降でエラーが発生する可能性があります.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "このアプリはownCloudの最大バージョンが指定されていません.ownCloud 11 以降でエラーが発生する可能性があります.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "次の依存関係が満たされないためこのアプリをインストールできません:",
diff --git a/settings/l10n/nl.js b/settings/l10n/nl.js
index 53a47b1b687..3f0b0dc9a16 100644
--- a/settings/l10n/nl.js
+++ b/settings/l10n/nl.js
@@ -67,6 +67,7 @@ OC.L10N.register(
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Goedgekeurde apps zijn ontwikkeld door vertrouwde ontwikkelaars en hebben een beveiligingscontrole ondergaan. Ze worden actief onderhouden in een open code repository en hun ontwikkelaars vinden ze stabiel genoeg voor informeel of normaal gebruik.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Deze app is niet gecontroleerd op beveiligingsproblemen en is nieuw is is bekend als onstabiel. Installeren op eigen risico.",
"Update to %s" : "Bijgewerkt naar %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Er is een update voor een applicatie","Er zijn %n applicaties die geupdate kunnen worden"],
"Please wait...." : "Even geduld a.u.b.",
"Error while disabling app" : "Fout tijdens het uitzetten van het programma",
"Disable" : "Uitschakelen",
@@ -93,6 +94,7 @@ OC.L10N.register(
"Strong password" : "Sterk wachtwoord",
"Groups" : "Groepen",
"Unable to delete {objName}" : "Kan {objName} niet verwijderen",
+ "Error creating group: {message}" : "Fout bij aanmaken groep: {message}",
"A valid group name must be provided" : "Er moet een geldige groepsnaam worden opgegeven",
"deleted {groupName}" : "verwijderd {groupName}",
"undo" : "ongedaan maken",
@@ -102,6 +104,7 @@ OC.L10N.register(
"add group" : "Nieuwe groep",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Wijzigen van het wachtwoord leidt tot gegevensverlies, omdat gegevensherstel voor deze gebruiker niet beschikbaar is",
"A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven",
+ "Error creating user: {message}" : "Fout bij aanmaken gebruiker: {message}",
"A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven",
"A valid email must be provided" : "Er moet een geldig e-mailadres worden opgegeven",
"__language_name__" : "Nederlands",
@@ -124,6 +127,7 @@ OC.L10N.register(
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Uw server draait op Microsoft Windows. We adviseren om een linux server te gebruiken voor een optimale gebruikerservaring.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s lager dan versie %2$s geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te upgraden naar een nieuwere versie.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor mime-type detectie.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Transactionele bestandlocking is gedeactiveerd, dat zou kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de <a target=\"_blank\" href=\"%s\">documentatie ↗</a> voor meer informatie.",
"System locale can not be set to a one which supports UTF-8." : "De systeemtaal kan niet worden ingesteld op een taal die UTF-8 ondersteunt.",
@@ -208,6 +212,7 @@ OC.L10N.register(
"Admin documentation" : "Beheerdocumentatie",
"Show description …" : "Toon beschrijving ...",
"Hide description …" : "Verberg beschrijving ...",
+ "This app has an update available." : "Er is een update beschikbaar voor deze applicatie.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Deze app heeft geen minimum ownCloud versienummer toegewezen gekregen. Dit wordt een fout in ownCloud 11 en later.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Deze app heeft geen maximum ownCloud versienummer toegewezen gekregen. Dit wordt een fout in ownCloud 11 en later.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Deze app kan niet worden geïnstalleerd omdat de volgende afhankelijkheden niet zijn ingevuld:",
diff --git a/settings/l10n/nl.json b/settings/l10n/nl.json
index b4777949f8d..c329c81306e 100644
--- a/settings/l10n/nl.json
+++ b/settings/l10n/nl.json
@@ -65,6 +65,7 @@
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Goedgekeurde apps zijn ontwikkeld door vertrouwde ontwikkelaars en hebben een beveiligingscontrole ondergaan. Ze worden actief onderhouden in een open code repository en hun ontwikkelaars vinden ze stabiel genoeg voor informeel of normaal gebruik.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Deze app is niet gecontroleerd op beveiligingsproblemen en is nieuw is is bekend als onstabiel. Installeren op eigen risico.",
"Update to %s" : "Bijgewerkt naar %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Er is een update voor een applicatie","Er zijn %n applicaties die geupdate kunnen worden"],
"Please wait...." : "Even geduld a.u.b.",
"Error while disabling app" : "Fout tijdens het uitzetten van het programma",
"Disable" : "Uitschakelen",
@@ -91,6 +92,7 @@
"Strong password" : "Sterk wachtwoord",
"Groups" : "Groepen",
"Unable to delete {objName}" : "Kan {objName} niet verwijderen",
+ "Error creating group: {message}" : "Fout bij aanmaken groep: {message}",
"A valid group name must be provided" : "Er moet een geldige groepsnaam worden opgegeven",
"deleted {groupName}" : "verwijderd {groupName}",
"undo" : "ongedaan maken",
@@ -100,6 +102,7 @@
"add group" : "Nieuwe groep",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Wijzigen van het wachtwoord leidt tot gegevensverlies, omdat gegevensherstel voor deze gebruiker niet beschikbaar is",
"A valid username must be provided" : "Er moet een geldige gebruikersnaam worden opgegeven",
+ "Error creating user: {message}" : "Fout bij aanmaken gebruiker: {message}",
"A valid password must be provided" : "Er moet een geldig wachtwoord worden opgegeven",
"A valid email must be provided" : "Er moet een geldig e-mailadres worden opgegeven",
"__language_name__" : "Nederlands",
@@ -122,6 +125,7 @@
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP is blijkbaar zo ingesteld dat inline doc blokken worden gestript. Hierdoor worden verschillende kernmodules onbruikbaar.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Dit wordt vermoedelijk veroorzaakt door een cache/accelerator, zoals Zend OPcache of eAccelerator.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Uw server draait op Microsoft Windows. We adviseren om een linux server te gebruiken voor een optimale gebruikerservaring.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s lager dan versie %2$s geïnstalleerd, voor betere stabiliteit en prestaties adviseren wij om %1$s te upgraden naar een nieuwere versie.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "De PHP module 'fileinfo' ontbreekt. We adviseren met klem om deze module te activeren om de beste resultaten te bereiken voor mime-type detectie.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Transactionele bestandlocking is gedeactiveerd, dat zou kunnen leiden tot versiebeheerproblemen. Schakel 'filelocking enabled' in config.php in om deze problemen te voorkomen. Zie de <a target=\"_blank\" href=\"%s\">documentatie ↗</a> voor meer informatie.",
"System locale can not be set to a one which supports UTF-8." : "De systeemtaal kan niet worden ingesteld op een taal die UTF-8 ondersteunt.",
@@ -206,6 +210,7 @@
"Admin documentation" : "Beheerdocumentatie",
"Show description …" : "Toon beschrijving ...",
"Hide description …" : "Verberg beschrijving ...",
+ "This app has an update available." : "Er is een update beschikbaar voor deze applicatie.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Deze app heeft geen minimum ownCloud versienummer toegewezen gekregen. Dit wordt een fout in ownCloud 11 en later.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Deze app heeft geen maximum ownCloud versienummer toegewezen gekregen. Dit wordt een fout in ownCloud 11 en later.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Deze app kan niet worden geïnstalleerd omdat de volgende afhankelijkheden niet zijn ingevuld:",
diff --git a/settings/l10n/pt_PT.js b/settings/l10n/pt_PT.js
index ab0ad694386..8682f62598d 100644
--- a/settings/l10n/pt_PT.js
+++ b/settings/l10n/pt_PT.js
@@ -67,6 +67,7 @@ OC.L10N.register(
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicações aprovadas são desenvolvidas por developers de confiança e passaram numa verificação de segurança. São mantidas ativamente num repositório de código aberto e quem as mantém considera-as estáveis para uso casual a normal.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicação não foi verificada por problemas de segurança e é nova ou conhecida por ser instável. Instale-a por sua conta e risco.",
"Update to %s" : "Actualizar para %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Você tem %n atualização de aplicação pendente","Você tem %n atualizações de aplicações pendentes"],
"Please wait...." : "Por favor, aguarde...",
"Error while disabling app" : "Ocorreu um erro enquanto desativava a app",
"Disable" : "Desativar",
@@ -93,6 +94,7 @@ OC.L10N.register(
"Strong password" : "Palavra-passe forte",
"Groups" : "Grupos",
"Unable to delete {objName}" : "Não é possível apagar {objNome}",
+ "Error creating group: {message}" : "Erro ao criar grupo: {message}",
"A valid group name must be provided" : "Deve ser indicado um nome de grupo válido",
"deleted {groupName}" : "{groupName} apagado",
"undo" : "Anular",
@@ -102,6 +104,7 @@ OC.L10N.register(
"add group" : "Adicionar grupo",
"Changing the password will result in data loss, because data recovery is not available for this user" : "A alteração da palavra-passe resultará na perda de dados, porque a recuperação de dados não está disponível para este utilizador",
"A valid username must be provided" : "Deve ser indicado um nome de utilizador válido",
+ "Error creating user: {message}" : "Erro ao criar utilizador: {message}",
"A valid password must be provided" : "Deve ser indicada uma palavra-passe válida",
"A valid email must be provided" : "Deve ser fornecido um email válido",
"__language_name__" : "__language_name__",
@@ -124,6 +127,7 @@ OC.L10N.register(
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado a remover blocos doc em linha. Isto vai fazer algumas aplicações basicas inacessíveis.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor está a correr Microsoft Windows. Nós recomendamos Linux para uma experiência de utilizador optimizada.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s abaixo da versão %2$s está instalado. Por motivos de estabilidade e desempenho, recomendamos que atualize para a nova versão %1$s.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O Módulo PHP 'fileinfo' não se encontra instalado/activado. É fortemente recomendado que active este módulo para obter os melhores resultado com a detecção dos tipos de mime.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Bloqueio de arquivos transacionais está desativado, isto poderá levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar estes problemas. Consulte a <a target=\"_blank\" href=\"%s\">documentação ↗</a> para mais informação.",
"System locale can not be set to a one which supports UTF-8." : "Não é possível definir a internacionalização do sistema para um que suporte o UTF-8.",
@@ -208,6 +212,7 @@ OC.L10N.register(
"Admin documentation" : "Documentação do Administrador",
"Show description …" : "Mostrar descrição ...",
"Hide description …" : "Esconder descrição ...",
+ "This app has an update available." : "Esta aplicação tem uma atualização disponível.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Esta aplicação não tem uma versão mínima de ownCloud atribuída. Isto será um erro no ownCloud 11 e seguintes.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Esta aplicação não tem uma versão máxima de ownCloud atribuída. Isto será um erro no ownCloud 11 e seguintes.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicação não pode ser instalada porque as seguintes dependências não podem ser realizadas:",
diff --git a/settings/l10n/pt_PT.json b/settings/l10n/pt_PT.json
index 66d0f6bf57d..2930684f5cb 100644
--- a/settings/l10n/pt_PT.json
+++ b/settings/l10n/pt_PT.json
@@ -65,6 +65,7 @@
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "As aplicações aprovadas são desenvolvidas por developers de confiança e passaram numa verificação de segurança. São mantidas ativamente num repositório de código aberto e quem as mantém considera-as estáveis para uso casual a normal.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Esta aplicação não foi verificada por problemas de segurança e é nova ou conhecida por ser instável. Instale-a por sua conta e risco.",
"Update to %s" : "Actualizar para %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Você tem %n atualização de aplicação pendente","Você tem %n atualizações de aplicações pendentes"],
"Please wait...." : "Por favor, aguarde...",
"Error while disabling app" : "Ocorreu um erro enquanto desativava a app",
"Disable" : "Desativar",
@@ -91,6 +92,7 @@
"Strong password" : "Palavra-passe forte",
"Groups" : "Grupos",
"Unable to delete {objName}" : "Não é possível apagar {objNome}",
+ "Error creating group: {message}" : "Erro ao criar grupo: {message}",
"A valid group name must be provided" : "Deve ser indicado um nome de grupo válido",
"deleted {groupName}" : "{groupName} apagado",
"undo" : "Anular",
@@ -100,6 +102,7 @@
"add group" : "Adicionar grupo",
"Changing the password will result in data loss, because data recovery is not available for this user" : "A alteração da palavra-passe resultará na perda de dados, porque a recuperação de dados não está disponível para este utilizador",
"A valid username must be provided" : "Deve ser indicado um nome de utilizador válido",
+ "Error creating user: {message}" : "Erro ao criar utilizador: {message}",
"A valid password must be provided" : "Deve ser indicada uma palavra-passe válida",
"A valid email must be provided" : "Deve ser fornecido um email válido",
"__language_name__" : "__language_name__",
@@ -122,6 +125,7 @@
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "PHP está aparentemente configurado a remover blocos doc em linha. Isto vai fazer algumas aplicações basicas inacessíveis.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Isto é provavelmente causado por uma cache/acelerador como o Zend OPcache or eAcelerador.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "O seu servidor está a correr Microsoft Windows. Nós recomendamos Linux para uma experiência de utilizador optimizada.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "%1$s abaixo da versão %2$s está instalado. Por motivos de estabilidade e desempenho, recomendamos que atualize para a nova versão %1$s.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "O Módulo PHP 'fileinfo' não se encontra instalado/activado. É fortemente recomendado que active este módulo para obter os melhores resultado com a detecção dos tipos de mime.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Bloqueio de arquivos transacionais está desativado, isto poderá levar a problemas com condições de corrida. Ative 'filelocking.enabled' no config.php para evitar estes problemas. Consulte a <a target=\"_blank\" href=\"%s\">documentação ↗</a> para mais informação.",
"System locale can not be set to a one which supports UTF-8." : "Não é possível definir a internacionalização do sistema para um que suporte o UTF-8.",
@@ -206,6 +210,7 @@
"Admin documentation" : "Documentação do Administrador",
"Show description …" : "Mostrar descrição ...",
"Hide description …" : "Esconder descrição ...",
+ "This app has an update available." : "Esta aplicação tem uma atualização disponível.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Esta aplicação não tem uma versão mínima de ownCloud atribuída. Isto será um erro no ownCloud 11 e seguintes.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Esta aplicação não tem uma versão máxima de ownCloud atribuída. Isto será um erro no ownCloud 11 e seguintes.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Esta aplicação não pode ser instalada porque as seguintes dependências não podem ser realizadas:",
diff --git a/settings/l10n/sl.js b/settings/l10n/sl.js
index d608b0db054..ac5f3d9ea1b 100644
--- a/settings/l10n/sl.js
+++ b/settings/l10n/sl.js
@@ -27,20 +27,20 @@ OC.L10N.register(
"Unable to change password" : "Ni mogoče spremeniti gesla",
"Enabled" : "Omogočeno",
"Not enabled" : "Ni omogočeno",
- "Federated Cloud Sharing" : "Upravljana souporaba oblaka",
- "A problem occurred, please check your log files (Error: %s)" : "Pojavila se je težava. Prosimo, preverite dnevniške zapise (Napaka: %s)",
- "Migration Completed" : "Selitev zaključena",
+ "Federated Cloud Sharing" : "Souporaba s prenosom dovoljenj",
+ "A problem occurred, please check your log files (Error: %s)" : "Prišlo je do napake. Preverite dnevniške zapise (napaka: %s).",
+ "Migration Completed" : "Selitev je končana",
"Group already exists." : "Skupina že obstaja.",
"Unable to add group." : "Ni mogoče dodati skupine",
"Unable to delete group." : "Ni mogoče izbrisati skupine.",
- "log-level out of allowed range" : "stopnja zapisovanja izven območja",
+ "log-level out of allowed range" : "stopnja zapisovanja je izven dovoljenega območja",
"Saved" : "Shranjeno",
"test email settings" : "preizkusi nastavitve elektronske pošte",
- "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Med pošiljanjem sporočila se je pojavila težava. Preglejte nastavitve. (Napaka: %s)",
+ "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Med pošiljanjem sporočila se je prišlo do napake. Preverite nastavitve (napaka: %s).",
"Email sent" : "Elektronska pošta je poslana",
"You need to set your user email before being able to send test emails." : "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika.",
"Invalid mail address" : "Neveljaven elektronski naslov",
- "A user with that name already exists." : "Uporabnik s takim imenom že obstaja.",
+ "A user with that name already exists." : "Uporabnik s tem imenom že obstaja.",
"Unable to create user." : "Ni mogoče ustvariti uporabnika.",
"Your %s account was created" : "Račun %s je uspešno ustvarjen.",
"Unable to delete user." : "Ni mogoče izbrisati uporabnika",
@@ -52,8 +52,8 @@ OC.L10N.register(
"Unable to change full name" : "Ni mogoče spremeniti polnega imena",
"Are you really sure you want add \"{domain}\" as trusted domain?" : "Ali ste prepričani, da želite dodati \"{domain}\" kot varno domeno?",
"Add trusted domain" : "Dodaj varno domeno",
- "Migration in progress. Please wait until the migration is finished" : "Selitev v teku. Prosimo, počakajte, da se selitev zaključi.",
- "Migration started …" : "Selitev pognana...",
+ "Migration in progress. Please wait until the migration is finished" : "V teku je selitev. Počakajte, da se zaključi.",
+ "Migration started …" : "Selitev je začeta ...",
"Sending..." : "Poteka pošiljanje ...",
"Official" : "Uradno",
"Approved" : "Odobreno",
@@ -61,6 +61,7 @@ OC.L10N.register(
"All" : "Vsi",
"No apps found for your version" : "Ni aplikacij za vašo verzijo",
"Update to %s" : "Posodobi na %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Na čakanju je %n posodobitev","Na čakanju sta %n posodobitvi","Na čakanju so %n posodobitve","Na čakanju je %n posodobitev"],
"Please wait...." : "Počakajte ...",
"Error while disabling app" : "Napaka onemogočanja programa",
"Disable" : "Onemogoči",
@@ -75,6 +76,7 @@ OC.L10N.register(
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacija je bila vključena in zahteva še posodobitev. Preusmerjeni boste na stran za posodobitev v 5 sekundah.",
"App update" : "Posodabljanje aplikacije",
"No apps found for \"{query}\"" : "Ne najdem aplikacije za \"{query}\"",
+ "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Prišlo je do napake. Uvoziti je treba ustrezno ASCII kodirano potrdilo PEM.",
"Valid until {date}" : "Veljavno do {date}",
"Delete" : "Izbriši",
"An error occurred: {message}" : "Prišlo je do napake: {message}",
@@ -86,6 +88,7 @@ OC.L10N.register(
"Strong password" : "Odlično geslo",
"Groups" : "Skupine",
"Unable to delete {objName}" : "Ni mogoče izbrisati {objName}",
+ "Error creating group: {message}" : "Napaka ustvarjanja skupine: {message}",
"A valid group name must be provided" : "Navedeno mora biti veljavno ime skupine",
"deleted {groupName}" : "izbrisano {groupName}",
"undo" : "razveljavi",
@@ -95,6 +98,7 @@ OC.L10N.register(
"add group" : "dodaj skupino",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Sprememba gesla bo povzročila izgubo podatkov, ker obnova podatkov za tega uporabnika ni na voljo.",
"A valid username must be provided" : "Navedeno mora biti veljavno uporabniško ime",
+ "Error creating user: {message}" : "Napaka ustvarjanja uporabnika: {message}",
"A valid password must be provided" : "Navedeno mora biti veljavno geslo",
"A valid email must be provided" : "Naveden mora biti veljaven naslov elektronske pošte.",
"__language_name__" : "Slovenščina",
@@ -115,7 +119,7 @@ OC.L10N.register(
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Manjka modul PHP 'fileinfo'. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.",
"System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoče nastaviti na možnost, ki podpira nabor UTF-8.",
"This means that there might be problems with certain characters in file names." : "To pomeni, da se lahko pojavijo napake pri nekaterih znakih v imenih datotek.",
- "All checks passed." : "Vsa prejerjanja so pozitivna.",
+ "All checks passed." : "Vsa preverjanja so uspešno zaključena.",
"Open documentation" : "Odprta dokumentacija",
"Allow apps to use the Share API" : "Dovoli programom uporabo vmesnika API souporabe",
"Allow users to share via link" : "Uporabnikom dovoli omogočanje souporabe s povezavami",
@@ -137,7 +141,8 @@ OC.L10N.register(
"Use system's cron service to call the cron.php file every 15 minutes." : "Uporabi storitev periodičnih opravil za klic datoteke cron.php vsakih 15 minut.",
"Enable server-side encryption" : "Omogoči šifriranje na strežniku",
"Enable encryption" : "Omogoči šifriranje",
- "Start migration" : "Zaženite selitev",
+ "Select default encryption module:" : "Izbor privzetega modula za šifriranje:",
+ "Start migration" : "Začni selitev",
"This is used for sending out notifications." : "Možnost je uporabljena za omogočanje pošiljanja obvestil.",
"Send mode" : "Način pošiljanja",
"Encryption" : "Šifriranje",
@@ -157,16 +162,17 @@ OC.L10N.register(
"More" : "Več",
"Less" : "Manj",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Datoteeka dnevniškega zapisa je večja od 100MB. Prenos lahko traja dlje!",
+ "What to log" : "Kaj naj se beleži?",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Uporabljena baza je SQLite. Za večje namestitve priporočamo prehod na drugačno bazo.",
"How to do backups" : "Kako ustvariti varnostne kopije",
"Advanced monitoring" : "Napredno sledenje",
"Performance tuning" : "Optimizacija izvajanja",
- "Improving the config.php" : "Izboljšanje config.php",
+ "Improving the config.php" : "Izboljšave v config.php",
"Theming" : "Teme",
- "Hardening and security guidance" : "Varovanje in varnostni napotki",
+ "Hardening and security guidance" : "Varnost in varnostni napotki",
"Version" : "Različica",
- "Developer documentation" : "Razvojniška dokumentacija",
- "Experimental applications ahead" : "Testne aplikacija",
+ "Developer documentation" : "Dokumentacija za razvijalce",
+ "Experimental applications ahead" : "Preizkusni programi",
"Documentation:" : "Dokumentacija:",
"User documentation" : "Uporabniška dokumentacija",
"Admin documentation" : "Skrbniška dokumentacija",
@@ -175,7 +181,7 @@ OC.L10N.register(
"This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoče namestiti zaradi nerešenih odvisnosti:",
"Enable only for specific groups" : "Omogoči le za posamezne skupine",
"Uninstall App" : "Odstrani program",
- "Enable experimental apps" : "Omogoči testne aplikacije",
+ "Enable experimental apps" : "Omogoči preizkusne programe",
"SSL Root Certificates" : "Korenska potrdila SSL",
"Common Name" : "Splošno ime",
"Valid until" : "Veljavno do",
@@ -189,7 +195,7 @@ OC.L10N.register(
"Online documentation" : "Spletna dokumentacija",
"Forum" : "Forum",
"Issue tracker" : "Spremljanje težav",
- "Commercial support" : "Komercialna podpora",
+ "Commercial support" : "Podpora strankam",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Uporabljate <strong>%s</strong> od <strong>%s</strong>",
"Profile picture" : "Slika profila",
"Upload new" : "Pošlji novo",
diff --git a/settings/l10n/sl.json b/settings/l10n/sl.json
index 1e786de33dd..9143af21655 100644
--- a/settings/l10n/sl.json
+++ b/settings/l10n/sl.json
@@ -25,20 +25,20 @@
"Unable to change password" : "Ni mogoče spremeniti gesla",
"Enabled" : "Omogočeno",
"Not enabled" : "Ni omogočeno",
- "Federated Cloud Sharing" : "Upravljana souporaba oblaka",
- "A problem occurred, please check your log files (Error: %s)" : "Pojavila se je težava. Prosimo, preverite dnevniške zapise (Napaka: %s)",
- "Migration Completed" : "Selitev zaključena",
+ "Federated Cloud Sharing" : "Souporaba s prenosom dovoljenj",
+ "A problem occurred, please check your log files (Error: %s)" : "Prišlo je do napake. Preverite dnevniške zapise (napaka: %s).",
+ "Migration Completed" : "Selitev je končana",
"Group already exists." : "Skupina že obstaja.",
"Unable to add group." : "Ni mogoče dodati skupine",
"Unable to delete group." : "Ni mogoče izbrisati skupine.",
- "log-level out of allowed range" : "stopnja zapisovanja izven območja",
+ "log-level out of allowed range" : "stopnja zapisovanja je izven dovoljenega območja",
"Saved" : "Shranjeno",
"test email settings" : "preizkusi nastavitve elektronske pošte",
- "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Med pošiljanjem sporočila se je pojavila težava. Preglejte nastavitve. (Napaka: %s)",
+ "A problem occurred while sending the email. Please revise your settings. (Error: %s)" : "Med pošiljanjem sporočila se je prišlo do napake. Preverite nastavitve (napaka: %s).",
"Email sent" : "Elektronska pošta je poslana",
"You need to set your user email before being able to send test emails." : "Pred preizkusnim pošiljanjem sporočil je treba nastaviti elektronski naslov uporabnika.",
"Invalid mail address" : "Neveljaven elektronski naslov",
- "A user with that name already exists." : "Uporabnik s takim imenom že obstaja.",
+ "A user with that name already exists." : "Uporabnik s tem imenom že obstaja.",
"Unable to create user." : "Ni mogoče ustvariti uporabnika.",
"Your %s account was created" : "Račun %s je uspešno ustvarjen.",
"Unable to delete user." : "Ni mogoče izbrisati uporabnika",
@@ -50,8 +50,8 @@
"Unable to change full name" : "Ni mogoče spremeniti polnega imena",
"Are you really sure you want add \"{domain}\" as trusted domain?" : "Ali ste prepričani, da želite dodati \"{domain}\" kot varno domeno?",
"Add trusted domain" : "Dodaj varno domeno",
- "Migration in progress. Please wait until the migration is finished" : "Selitev v teku. Prosimo, počakajte, da se selitev zaključi.",
- "Migration started …" : "Selitev pognana...",
+ "Migration in progress. Please wait until the migration is finished" : "V teku je selitev. Počakajte, da se zaključi.",
+ "Migration started …" : "Selitev je začeta ...",
"Sending..." : "Poteka pošiljanje ...",
"Official" : "Uradno",
"Approved" : "Odobreno",
@@ -59,6 +59,7 @@
"All" : "Vsi",
"No apps found for your version" : "Ni aplikacij za vašo verzijo",
"Update to %s" : "Posodobi na %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Na čakanju je %n posodobitev","Na čakanju sta %n posodobitvi","Na čakanju so %n posodobitve","Na čakanju je %n posodobitev"],
"Please wait...." : "Počakajte ...",
"Error while disabling app" : "Napaka onemogočanja programa",
"Disable" : "Onemogoči",
@@ -73,6 +74,7 @@
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikacija je bila vključena in zahteva še posodobitev. Preusmerjeni boste na stran za posodobitev v 5 sekundah.",
"App update" : "Posodabljanje aplikacije",
"No apps found for \"{query}\"" : "Ne najdem aplikacije za \"{query}\"",
+ "An error occurred. Please upload an ASCII-encoded PEM certificate." : "Prišlo je do napake. Uvoziti je treba ustrezno ASCII kodirano potrdilo PEM.",
"Valid until {date}" : "Veljavno do {date}",
"Delete" : "Izbriši",
"An error occurred: {message}" : "Prišlo je do napake: {message}",
@@ -84,6 +86,7 @@
"Strong password" : "Odlično geslo",
"Groups" : "Skupine",
"Unable to delete {objName}" : "Ni mogoče izbrisati {objName}",
+ "Error creating group: {message}" : "Napaka ustvarjanja skupine: {message}",
"A valid group name must be provided" : "Navedeno mora biti veljavno ime skupine",
"deleted {groupName}" : "izbrisano {groupName}",
"undo" : "razveljavi",
@@ -93,6 +96,7 @@
"add group" : "dodaj skupino",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Sprememba gesla bo povzročila izgubo podatkov, ker obnova podatkov za tega uporabnika ni na voljo.",
"A valid username must be provided" : "Navedeno mora biti veljavno uporabniško ime",
+ "Error creating user: {message}" : "Napaka ustvarjanja uporabnika: {message}",
"A valid password must be provided" : "Navedeno mora biti veljavno geslo",
"A valid email must be provided" : "Naveden mora biti veljaven naslov elektronske pošte.",
"__language_name__" : "Slovenščina",
@@ -113,7 +117,7 @@
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Manjka modul PHP 'fileinfo'. Priporočljivo je omogočiti ta modul za popolno zaznavanje vrst MIME.",
"System locale can not be set to a one which supports UTF-8." : "Sistemskih jezikovnih nastavitev ni mogoče nastaviti na možnost, ki podpira nabor UTF-8.",
"This means that there might be problems with certain characters in file names." : "To pomeni, da se lahko pojavijo napake pri nekaterih znakih v imenih datotek.",
- "All checks passed." : "Vsa prejerjanja so pozitivna.",
+ "All checks passed." : "Vsa preverjanja so uspešno zaključena.",
"Open documentation" : "Odprta dokumentacija",
"Allow apps to use the Share API" : "Dovoli programom uporabo vmesnika API souporabe",
"Allow users to share via link" : "Uporabnikom dovoli omogočanje souporabe s povezavami",
@@ -135,7 +139,8 @@
"Use system's cron service to call the cron.php file every 15 minutes." : "Uporabi storitev periodičnih opravil za klic datoteke cron.php vsakih 15 minut.",
"Enable server-side encryption" : "Omogoči šifriranje na strežniku",
"Enable encryption" : "Omogoči šifriranje",
- "Start migration" : "Zaženite selitev",
+ "Select default encryption module:" : "Izbor privzetega modula za šifriranje:",
+ "Start migration" : "Začni selitev",
"This is used for sending out notifications." : "Možnost je uporabljena za omogočanje pošiljanja obvestil.",
"Send mode" : "Način pošiljanja",
"Encryption" : "Šifriranje",
@@ -155,16 +160,17 @@
"More" : "Več",
"Less" : "Manj",
"The logfile is bigger than 100 MB. Downloading it may take some time!" : "Datoteeka dnevniškega zapisa je večja od 100MB. Prenos lahko traja dlje!",
+ "What to log" : "Kaj naj se beleži?",
"SQLite is used as database. For larger installations we recommend to switch to a different database backend." : "Uporabljena baza je SQLite. Za večje namestitve priporočamo prehod na drugačno bazo.",
"How to do backups" : "Kako ustvariti varnostne kopije",
"Advanced monitoring" : "Napredno sledenje",
"Performance tuning" : "Optimizacija izvajanja",
- "Improving the config.php" : "Izboljšanje config.php",
+ "Improving the config.php" : "Izboljšave v config.php",
"Theming" : "Teme",
- "Hardening and security guidance" : "Varovanje in varnostni napotki",
+ "Hardening and security guidance" : "Varnost in varnostni napotki",
"Version" : "Različica",
- "Developer documentation" : "Razvojniška dokumentacija",
- "Experimental applications ahead" : "Testne aplikacija",
+ "Developer documentation" : "Dokumentacija za razvijalce",
+ "Experimental applications ahead" : "Preizkusni programi",
"Documentation:" : "Dokumentacija:",
"User documentation" : "Uporabniška dokumentacija",
"Admin documentation" : "Skrbniška dokumentacija",
@@ -173,7 +179,7 @@
"This app cannot be installed because the following dependencies are not fulfilled:" : "Programa ni mogoče namestiti zaradi nerešenih odvisnosti:",
"Enable only for specific groups" : "Omogoči le za posamezne skupine",
"Uninstall App" : "Odstrani program",
- "Enable experimental apps" : "Omogoči testne aplikacije",
+ "Enable experimental apps" : "Omogoči preizkusne programe",
"SSL Root Certificates" : "Korenska potrdila SSL",
"Common Name" : "Splošno ime",
"Valid until" : "Veljavno do",
@@ -187,7 +193,7 @@
"Online documentation" : "Spletna dokumentacija",
"Forum" : "Forum",
"Issue tracker" : "Spremljanje težav",
- "Commercial support" : "Komercialna podpora",
+ "Commercial support" : "Podpora strankam",
"You are using <strong>%s</strong> of <strong>%s</strong>" : "Uporabljate <strong>%s</strong> od <strong>%s</strong>",
"Profile picture" : "Slika profila",
"Upload new" : "Pošlji novo",
diff --git a/settings/l10n/sq.js b/settings/l10n/sq.js
index f68c12f09a6..b88700a6092 100644
--- a/settings/l10n/sq.js
+++ b/settings/l10n/sq.js
@@ -67,6 +67,7 @@ OC.L10N.register(
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikacionet e miratuara ndërtohen nga zhvillues të besuar dhe kanë kaluar një kontroll të përciptë sigurie. Mirëmbahen aktivisht në një depo të hapur kodi dhe mirëmbajtësit e tyre i konsiderojnë të qëndrueshme për përdorime nga të rastit deri në ato normale.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ky aplikacion s’është kontrolluar për probleme sigurie dhe është i ri ose i njohur si i paqëndrueshëm. Instalojeni duke e mbajtur vetë përgjegjësinë.",
"Update to %s" : "Përditësoje me %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Keni %n përditësim aplikacioni në pritje","Keni %n përditësime aplikacionesh në pritje"],
"Please wait...." : "Ju lutemi, prisni…",
"Error while disabling app" : "Gabim në çaktivizimin e aplikacionit",
"Disable" : "Çaktivizoje",
@@ -93,6 +94,7 @@ OC.L10N.register(
"Strong password" : "Fjalëkalim i fortë",
"Groups" : "Grupe",
"Unable to delete {objName}" : "S’arrin të fshijë {objName}",
+ "Error creating group: {message}" : "Gabim gjatë krijimit të grupit: {message}",
"A valid group name must be provided" : "Duhet dhënë një emër i vlefshëm grupi",
"deleted {groupName}" : "u fshi {groupName}",
"undo" : "zhbëje",
@@ -102,6 +104,7 @@ OC.L10N.register(
"add group" : "shto grup",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Ndryshimi i fjalëkalimit do të sjellë humbje të dhënash, ngaqë rikthimi i të dhënave s’është i përdorshëm për këtë përdorues",
"A valid username must be provided" : "Duhet dhënë një emër të vlefshëm përdoruesi",
+ "Error creating user: {message}" : "Gabim gjatë krijimit të përdoruesit: {message}",
"A valid password must be provided" : "Duhet dhënë një fjalëkalim i vlefshëm",
"A valid email must be provided" : "Duhet dhënë një email i vlefshëm",
"__language_name__" : "Shqip",
@@ -124,6 +127,7 @@ OC.L10N.register(
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Duket se PHP-ja është rregulluar që të heqë blloqe të brendshme dokumentimi. Kjo do t’i bëjë të papërdrshme disa aplikacione bazë.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa të jetë shkaktuar nga një fshehtinë/përshpejtues i tillë si Zend OPcache ose eAccelerator.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Shërbyesi juaj xhiron nën Microsoft Windows. Këshillojmë fort Linux-in për punim optimal nga ana e përdoruesit.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Ka të instaluar %1$s nën versionin %2$s, për arsye qëndrueshmërie dhe performance këshillojmë të përditësohet me një version %1$s më të ri.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Moduli PHP 'fileinfo' mungon. Ju këshillojmë me forcë ta aktivizoni këtë modul, për të patur përfundimet më të mira në zbulim llojesh MIME.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Kyçja e kartelave gjatë transaksioneve është e çaktivizuar, kjo mund të sjellë probleme me gjendje <em>race conditions</em>. Që të shmangni këto probleme, aktivizoni 'filelocking.enabled' te config.php. Për më tepër të dhëna, shihni <a target=\"_blank\" href=\"%s\">dokumentimin ↗</a>.",
"System locale can not be set to a one which supports UTF-8." : "Si vendore sistemi nuk mund të caktohet një që mbulon UTF-8.",
@@ -208,6 +212,7 @@ OC.L10N.register(
"Admin documentation" : "Dokumentim për përgjegjësit",
"Show description …" : "Shfaq përshkrim …",
"Hide description …" : "Fshihe përshkrimin …",
+ "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Ky aplikacion nuk ka të përcaktuar version minimum për ownCloud-in. Kjo do të përbëjë një gabim për ownCloud 11 dhe të mëvonshëm.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Ky aplikacion nuk ka të përcaktuar version maksimum për ownCloud-in. Kjo do të përbëjë një gabim për ownCloud 11 dhe të mëvonshëm.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Ky aplikacion s’mund të instalohet, ngaqë për të nuk plotësohen varësitë vijuese:",
diff --git a/settings/l10n/sq.json b/settings/l10n/sq.json
index f5844dc01e9..4b16830a03f 100644
--- a/settings/l10n/sq.json
+++ b/settings/l10n/sq.json
@@ -65,6 +65,7 @@
"Approved apps are developed by trusted developers and have passed a cursory security check. They are actively maintained in an open code repository and their maintainers deem them to be stable for casual to normal use." : "Aplikacionet e miratuara ndërtohen nga zhvillues të besuar dhe kanë kaluar një kontroll të përciptë sigurie. Mirëmbahen aktivisht në një depo të hapur kodi dhe mirëmbajtësit e tyre i konsiderojnë të qëndrueshme për përdorime nga të rastit deri në ato normale.",
"This app is not checked for security issues and is new or known to be unstable. Install at your own risk." : "Ky aplikacion s’është kontrolluar për probleme sigurie dhe është i ri ose i njohur si i paqëndrueshëm. Instalojeni duke e mbajtur vetë përgjegjësinë.",
"Update to %s" : "Përditësoje me %s",
+ "_You have %n app update pending_::_You have %n app updates pending_" : ["Keni %n përditësim aplikacioni në pritje","Keni %n përditësime aplikacionesh në pritje"],
"Please wait...." : "Ju lutemi, prisni…",
"Error while disabling app" : "Gabim në çaktivizimin e aplikacionit",
"Disable" : "Çaktivizoje",
@@ -91,6 +92,7 @@
"Strong password" : "Fjalëkalim i fortë",
"Groups" : "Grupe",
"Unable to delete {objName}" : "S’arrin të fshijë {objName}",
+ "Error creating group: {message}" : "Gabim gjatë krijimit të grupit: {message}",
"A valid group name must be provided" : "Duhet dhënë një emër i vlefshëm grupi",
"deleted {groupName}" : "u fshi {groupName}",
"undo" : "zhbëje",
@@ -100,6 +102,7 @@
"add group" : "shto grup",
"Changing the password will result in data loss, because data recovery is not available for this user" : "Ndryshimi i fjalëkalimit do të sjellë humbje të dhënash, ngaqë rikthimi i të dhënave s’është i përdorshëm për këtë përdorues",
"A valid username must be provided" : "Duhet dhënë një emër të vlefshëm përdoruesi",
+ "Error creating user: {message}" : "Gabim gjatë krijimit të përdoruesit: {message}",
"A valid password must be provided" : "Duhet dhënë një fjalëkalim i vlefshëm",
"A valid email must be provided" : "Duhet dhënë një email i vlefshëm",
"__language_name__" : "Shqip",
@@ -122,6 +125,7 @@
"PHP is apparently setup to strip inline doc blocks. This will make several core apps inaccessible." : "Duket se PHP-ja është rregulluar që të heqë blloqe të brendshme dokumentimi. Kjo do t’i bëjë të papërdrshme disa aplikacione bazë.",
"This is probably caused by a cache/accelerator such as Zend OPcache or eAccelerator." : "Kjo ka gjasa të jetë shkaktuar nga një fshehtinë/përshpejtues i tillë si Zend OPcache ose eAccelerator.",
"Your server is running on Microsoft Windows. We highly recommend Linux for optimal user experience." : "Shërbyesi juaj xhiron nën Microsoft Windows. Këshillojmë fort Linux-in për punim optimal nga ana e përdoruesit.",
+ "%1$s below version %2$s is installed, for stability and performance reasons we recommend updating to a newer %1$s version." : "Ka të instaluar %1$s nën versionin %2$s, për arsye qëndrueshmërie dhe performance këshillojmë të përditësohet me një version %1$s më të ri.",
"The PHP module 'fileinfo' is missing. We strongly recommend to enable this module to get best results with mime-type detection." : "Moduli PHP 'fileinfo' mungon. Ju këshillojmë me forcë ta aktivizoni këtë modul, për të patur përfundimet më të mira në zbulim llojesh MIME.",
"Transactional file locking is disabled, this might lead to issues with race conditions. Enable 'filelocking.enabled' in config.php to avoid these problems. See the <a target=\"_blank\" href=\"%s\">documentation ↗</a> for more information." : "Kyçja e kartelave gjatë transaksioneve është e çaktivizuar, kjo mund të sjellë probleme me gjendje <em>race conditions</em>. Që të shmangni këto probleme, aktivizoni 'filelocking.enabled' te config.php. Për më tepër të dhëna, shihni <a target=\"_blank\" href=\"%s\">dokumentimin ↗</a>.",
"System locale can not be set to a one which supports UTF-8." : "Si vendore sistemi nuk mund të caktohet një që mbulon UTF-8.",
@@ -206,6 +210,7 @@
"Admin documentation" : "Dokumentim për përgjegjësit",
"Show description …" : "Shfaq përshkrim …",
"Hide description …" : "Fshihe përshkrimin …",
+ "This app has an update available." : "Ka gati një përditësim për këtë aplikacion.",
"This app has no minimum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Ky aplikacion nuk ka të përcaktuar version minimum për ownCloud-in. Kjo do të përbëjë një gabim për ownCloud 11 dhe të mëvonshëm.",
"This app has no maximum ownCloud version assigned. This will be an error in ownCloud 11 and later." : "Ky aplikacion nuk ka të përcaktuar version maksimum për ownCloud-in. Kjo do të përbëjë një gabim për ownCloud 11 dhe të mëvonshëm.",
"This app cannot be installed because the following dependencies are not fulfilled:" : "Ky aplikacion s’mund të instalohet, ngaqë për të nuk plotësohen varësitë vijuese:",