diff --git a/apps/comments/l10n/mn.js b/apps/comments/l10n/mn.js index da6921e833..d2ce6c6c84 100644 --- a/apps/comments/l10n/mn.js +++ b/apps/comments/l10n/mn.js @@ -2,7 +2,7 @@ OC.L10N.register( "comments", { "Comments" : "Сэтгэгдэл", - "Unknown user" : "Үл мэдэгдэх хэрэглэгч", + "Unknown user" : " хэрэглэгч", "New comment …" : "Шинэ сэтгэгдэл", "Delete comment" : "Сэтгэгдэл устгах", "Post" : "Нийтлэл", diff --git a/apps/comments/l10n/mn.json b/apps/comments/l10n/mn.json index ae7c93ad0e..b4627751ae 100644 --- a/apps/comments/l10n/mn.json +++ b/apps/comments/l10n/mn.json @@ -1,6 +1,6 @@ { "translations": { "Comments" : "Сэтгэгдэл", - "Unknown user" : "Үл мэдэгдэх хэрэглэгч", + "Unknown user" : " хэрэглэгч", "New comment …" : "Шинэ сэтгэгдэл", "Delete comment" : "Сэтгэгдэл устгах", "Post" : "Нийтлэл", diff --git a/apps/federation/l10n/mn.js b/apps/federation/l10n/mn.js new file mode 100644 index 0000000000..31a2642784 --- /dev/null +++ b/apps/federation/l10n/mn.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "federation", + { + "Added to the list of trusted servers" : "найдвартай серверийн жагсаалтанд нэмэх", + "Server is already in the list of trusted servers." : "сервер нь аль хэдийн найдвартай серверийн жагсаалтанд байна", + "No server to federate with found" : "Ямар ч холбооны сервер олдсонгүй ", + "Could not add server" : " сервер нэмж чадаагүй ", + "Federation" : "холбоо", + "Trusted servers" : "найдвартай сервер", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Холбоо нь хэрэглэгчийн санг солилцох бусад найдвартай серверүүд уруу холбогдох боломжийг олгоно. Жишээ нь үүнийг холбооны хуваарилалт авто бүрэн гадны хэрэглэгчдэд ашиглаж болно", + "+ Add trusted server" : "+ найдвартай сервер нэмэх", + "Trusted server" : "найдвартай сервер", + "Add" : "нэмэх" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/federation/l10n/mn.json b/apps/federation/l10n/mn.json new file mode 100644 index 0000000000..7d5a13339c --- /dev/null +++ b/apps/federation/l10n/mn.json @@ -0,0 +1,13 @@ +{ "translations": { + "Added to the list of trusted servers" : "найдвартай серверийн жагсаалтанд нэмэх", + "Server is already in the list of trusted servers." : "сервер нь аль хэдийн найдвартай серверийн жагсаалтанд байна", + "No server to federate with found" : "Ямар ч холбооны сервер олдсонгүй ", + "Could not add server" : " сервер нэмж чадаагүй ", + "Federation" : "холбоо", + "Trusted servers" : "найдвартай сервер", + "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Холбоо нь хэрэглэгчийн санг солилцох бусад найдвартай серверүүд уруу холбогдох боломжийг олгоно. Жишээ нь үүнийг холбооны хуваарилалт авто бүрэн гадны хэрэглэгчдэд ашиглаж болно", + "+ Add trusted server" : "+ найдвартай сервер нэмэх", + "Trusted server" : "найдвартай сервер", + "Add" : "нэмэх" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index b70aa1b6ef..ba5246ffe7 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -87,16 +87,16 @@ OC.L10N.register( "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuário remoto\"", "You created {file}" : "Você criou o arquivo {file}", - "{user} created {file}" : "{user} criou o arquivo {file}", + "{user} created {file}" : "{user} criou {file}", "{file} was created in a public folder" : "O arquivo {file} foi criado em uma pasta pública", "You changed {file}" : "Você modificou o arquivo {file}", - "{user} changed {file}" : "{user} modificou o arquivo {file}", + "{user} changed {file}" : "{user} modificou {file}", "You deleted {file}" : "Você excluiu o arquivo {file}", "{user} deleted {file}" : "{user} excluiu o arquivo {file}", "You restored {file}" : "Você restaurou o arquivo {file}", - "{user} restored {file}" : "{user} restaurou o arquivo {file}", + "{user} restored {file}" : "{user} restaurou {file}", "You renamed {oldfile} to {newfile}" : "Você renomeou o arquivo {oldfile} para {newfile}", - "{user} renamed {oldfile} to {newfile}" : "{user} renomeou o arquivo {oldfile} para {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} renomeou {oldfile} para {newfile}", "You moved {oldfile} to {newfile}" : "Você moveu o arquivo {oldfile} para {newfile}", "{user} moved {oldfile} to {newfile}" : "{user} moveu o arquivo {oldfile} para {newfile}", "A file has been added to or removed from your favorites" : "Um arquivo foi adicionado ou excluído de seus favoritos", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index c25bf802cf..b112e3fb7b 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -85,16 +85,16 @@ "Moved by {user}" : "Movido por {user}", "\"remote user\"" : "\"usuário remoto\"", "You created {file}" : "Você criou o arquivo {file}", - "{user} created {file}" : "{user} criou o arquivo {file}", + "{user} created {file}" : "{user} criou {file}", "{file} was created in a public folder" : "O arquivo {file} foi criado em uma pasta pública", "You changed {file}" : "Você modificou o arquivo {file}", - "{user} changed {file}" : "{user} modificou o arquivo {file}", + "{user} changed {file}" : "{user} modificou {file}", "You deleted {file}" : "Você excluiu o arquivo {file}", "{user} deleted {file}" : "{user} excluiu o arquivo {file}", "You restored {file}" : "Você restaurou o arquivo {file}", - "{user} restored {file}" : "{user} restaurou o arquivo {file}", + "{user} restored {file}" : "{user} restaurou {file}", "You renamed {oldfile} to {newfile}" : "Você renomeou o arquivo {oldfile} para {newfile}", - "{user} renamed {oldfile} to {newfile}" : "{user} renomeou o arquivo {oldfile} para {newfile}", + "{user} renamed {oldfile} to {newfile}" : "{user} renomeou {oldfile} para {newfile}", "You moved {oldfile} to {newfile}" : "Você moveu o arquivo {oldfile} para {newfile}", "{user} moved {oldfile} to {newfile}" : "{user} moveu o arquivo {oldfile} para {newfile}", "A file has been added to or removed from your favorites" : "Um arquivo foi adicionado ou excluído de seus favoritos", diff --git a/apps/theming/l10n/mn.js b/apps/theming/l10n/mn.js index 70c6bc8be3..01cae027e6 100644 --- a/apps/theming/l10n/mn.js +++ b/apps/theming/l10n/mn.js @@ -2,7 +2,7 @@ OC.L10N.register( "theming", { "Loading preview…" : "Урьдчилсан харагдцыг дуудаж байна...", - "Saved" : "Хадгалагдсан", + "Saved" : "Хадгалах", "Admin" : "Админ", "a safe home for all your data" : "Таны өгөгдлүүдийн аюулгүй гэр", "The given name is too long" : "Өгсөн нэр хэтэрхий урт байна", diff --git a/apps/theming/l10n/mn.json b/apps/theming/l10n/mn.json index 4a85ba3e32..eb21a08a7c 100644 --- a/apps/theming/l10n/mn.json +++ b/apps/theming/l10n/mn.json @@ -1,6 +1,6 @@ { "translations": { "Loading preview…" : "Урьдчилсан харагдцыг дуудаж байна...", - "Saved" : "Хадгалагдсан", + "Saved" : "Хадгалах", "Admin" : "Админ", "a safe home for all your data" : "Таны өгөгдлүүдийн аюулгүй гэр", "The given name is too long" : "Өгсөн нэр хэтэрхий урт байна", diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index 05abcf5b49..52e6033fb7 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -27,7 +27,7 @@ OC.L10N.register( "Select groups" : "Selecionar grupos", "Select object classes" : "Selecionar classes de objetos", "Please check the credentials, they seem to be wrong." : "Por favor verifique as credenciais, elas parecem erradas.", - "Please specify the port, it could not be auto-detected." : "Por favor especifique uma porta, pois ela não pôde ser detectada automaticamente.", + "Please specify the port, it could not be auto-detected." : "Por favor especifique um porto, pois ela não pôde ser detectada automaticamente.", "Base DN could not be auto-detected, please revise credentials, host and port." : "A Base DN não pôde ser detectada automaticamente, por favor revise as credenciais, host e porta.", "Could not detect Base DN, please enter it manually." : "Não foi possível detectar a Base DN, por favor entre manualmente.", "{nthServer}. Server" : "{nthServer}. Servidor", diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json index 32a55a5ac7..ef7a88a156 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -25,7 +25,7 @@ "Select groups" : "Selecionar grupos", "Select object classes" : "Selecionar classes de objetos", "Please check the credentials, they seem to be wrong." : "Por favor verifique as credenciais, elas parecem erradas.", - "Please specify the port, it could not be auto-detected." : "Por favor especifique uma porta, pois ela não pôde ser detectada automaticamente.", + "Please specify the port, it could not be auto-detected." : "Por favor especifique um porto, pois ela não pôde ser detectada automaticamente.", "Base DN could not be auto-detected, please revise credentials, host and port." : "A Base DN não pôde ser detectada automaticamente, por favor revise as credenciais, host e porta.", "Could not detect Base DN, please enter it manually." : "Não foi possível detectar a Base DN, por favor entre manualmente.", "{nthServer}. Server" : "{nthServer}. Servidor", diff --git a/apps/workflowengine/l10n/ca.js b/apps/workflowengine/l10n/ca.js index c8de2819b3..f2ff19972a 100644 --- a/apps/workflowengine/l10n/ca.js +++ b/apps/workflowengine/l10n/ca.js @@ -59,6 +59,7 @@ OC.L10N.register( "Check %s is invalid" : "Comprovació %s no és vàlid", "Check #%s does not exist" : "Comprovació #%s no existeix", "Workflow" : "Flux de treball", + "Files workflow engine" : "Fitxers del motor de flux de treball", "Open documentation" : "Obrir documentació", "Add rule group" : "Afegeix una regla de grup", "Short rule description" : "Descripció breu de regla", diff --git a/apps/workflowengine/l10n/ca.json b/apps/workflowengine/l10n/ca.json index d142823c0b..777ff20e3c 100644 --- a/apps/workflowengine/l10n/ca.json +++ b/apps/workflowengine/l10n/ca.json @@ -57,6 +57,7 @@ "Check %s is invalid" : "Comprovació %s no és vàlid", "Check #%s does not exist" : "Comprovació #%s no existeix", "Workflow" : "Flux de treball", + "Files workflow engine" : "Fitxers del motor de flux de treball", "Open documentation" : "Obrir documentació", "Add rule group" : "Afegeix una regla de grup", "Short rule description" : "Descripció breu de regla", diff --git a/core/l10n/cs.js b/core/l10n/cs.js index cd82b6afb9..fb758baf9b 100644 --- a/core/l10n/cs.js +++ b/core/l10n/cs.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Konfigurace hlaviček reverzní proxy není správná nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou ownCloud vidí. Další informace lze nalézt v naší dokumentaci.", "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 memcached wiki about both modules." : "Je nakonfigurován memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul \"memcache\". \\OC\\Memcache\\Memcached podporuje pouze \"memcached\" a ne \"memcache\". Podívejte se na memcached wiki o obou modulech.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Některé soubory neprošly kontrolou integrity. Více informací o tom jak tento problém vyřešit, lze nalézt v naší dokumentaci. (Seznam neplatných souborů… / Znovu ověřit…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache není správně nakonfigurována. Pro lepší výkon doporučujeme ↗ použít následující nastavení v php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP funkce \"set_time_limit\" není dostupná. To může způsobit ukončení skriptů uprostřed provádění a další problémy s instalací. Doporučujeme tuto funkc povolit.", "Error occurred while checking server setup" : "Při ověřování nastavení serveru došlo k chybě", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Váš datový adresář a vaše soubory jsou pravděpodobně dostupné z internetu. Soubor .htaccess nefunguje. Je velmi doporučeno zajistit, aby tento adresář již nebyl dostupný z internetu, nebo byl přesunut mimo document root webového serveru.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Konec platnosti", "Expiration date" : "Datum vypršení platnosti", "Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz", - "Choose a password for the public link or press \"Enter ↵\"" : "Zvolte si heslo veřejného sdílení nebo stiskněte \"Enter ↵\"", "Copied!" : "Zkopírováno!", "Copy" : "Zkopírovat", "Not supported!" : "Nepodporováno!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Ať slouží!", "Use the following link to reset your password: {link}" : "Heslo obnovíte použitím následujícího odkazu: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ahoj,

jen ti dávám vědět, že s tebou %s sdílí %s.
Zkontroluj to!

", - "Please use the command line updater because you have a big instance." : "Prosím použijte aktualizační příkazový řádek, protože máte velkou instanci." + "Please use the command line updater because you have a big instance." : "Prosím použijte aktualizační příkazový řádek, protože máte velkou instanci.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache není správně nakonfigurována. Pro lepší výkon doporučujeme ↗ použít následující nastavení v php.ini:" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/core/l10n/cs.json b/core/l10n/cs.json index 7f270cb7e6..4bdd471a9b 100644 --- a/core/l10n/cs.json +++ b/core/l10n/cs.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Konfigurace hlaviček reverzní proxy není správná nebo přistupujete na Nextcloud z důvěryhodné proxy. Pokud nepřistupujete k Nextcloud z důvěryhodné proxy, potom je toto bezpečností chyba a může útočníkovi umožnit falšovat IP adresu, kterou ownCloud vidí. Další informace lze nalézt v naší dokumentaci.", "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 memcached wiki about both modules." : "Je nakonfigurován memcached jako distribuovaná cache, ale je nainstalovaný nesprávný PHP modul \"memcache\". \\OC\\Memcache\\Memcached podporuje pouze \"memcached\" a ne \"memcache\". Podívejte se na memcached wiki o obou modulech.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Některé soubory neprošly kontrolou integrity. Více informací o tom jak tento problém vyřešit, lze nalézt v naší dokumentaci. (Seznam neplatných souborů… / Znovu ověřit…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache není správně nakonfigurována. Pro lepší výkon doporučujeme ↗ použít následující nastavení v php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP funkce \"set_time_limit\" není dostupná. To může způsobit ukončení skriptů uprostřed provádění a další problémy s instalací. Doporučujeme tuto funkc povolit.", "Error occurred while checking server setup" : "Při ověřování nastavení serveru došlo k chybě", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Váš datový adresář a vaše soubory jsou pravděpodobně dostupné z internetu. Soubor .htaccess nefunguje. Je velmi doporučeno zajistit, aby tento adresář již nebyl dostupný z internetu, nebo byl přesunut mimo document root webového serveru.", @@ -125,7 +124,6 @@ "Expiration" : "Konec platnosti", "Expiration date" : "Datum vypršení platnosti", "Choose a password for the public link" : "Zadej heslo pro tento veřejný odkaz", - "Choose a password for the public link or press \"Enter ↵\"" : "Zvolte si heslo veřejného sdílení nebo stiskněte \"Enter ↵\"", "Copied!" : "Zkopírováno!", "Copy" : "Zkopírovat", "Not supported!" : "Nepodporováno!", @@ -337,6 +335,7 @@ "Cheers!" : "Ať slouží!", "Use the following link to reset your password: {link}" : "Heslo obnovíte použitím následujícího odkazu: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ahoj,

jen ti dávám vědět, že s tebou %s sdílí %s.
Zkontroluj to!

", - "Please use the command line updater because you have a big instance." : "Prosím použijte aktualizační příkazový řádek, protože máte velkou instanci." + "Please use the command line updater because you have a big instance." : "Prosím použijte aktualizační příkazový řádek, protože máte velkou instanci.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache není správně nakonfigurována. Pro lepší výkon doporučujeme ↗ použít následující nastavení v php.ini:" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" } \ No newline at end of file diff --git a/core/l10n/da.js b/core/l10n/da.js index 6c3916616d..610d1e4572 100644 --- a/core/l10n/da.js +++ b/core/l10n/da.js @@ -123,7 +123,6 @@ OC.L10N.register( "Expiration" : "Udløb", "Expiration date" : "Udløbsdato", "Choose a password for the public link" : "Vælg et kodeord til det offentlige link", - "Choose a password for the public link or press \"Enter ↵\"" : "Beskyt dit offentlige link med en adgangskode eller tryk på \"Enter ↵\"", "Copied!" : "Kopirét!", "Copy" : "Kopiér", "Not supported!" : "Ikke understøttet!", diff --git a/core/l10n/da.json b/core/l10n/da.json index 77a1bd95df..7dc524cbc8 100644 --- a/core/l10n/da.json +++ b/core/l10n/da.json @@ -121,7 +121,6 @@ "Expiration" : "Udløb", "Expiration date" : "Udløbsdato", "Choose a password for the public link" : "Vælg et kodeord til det offentlige link", - "Choose a password for the public link or press \"Enter ↵\"" : "Beskyt dit offentlige link med en adgangskode eller tryk på \"Enter ↵\"", "Copied!" : "Kopirét!", "Copy" : "Kopiér", "Not supported!" : "Ikke understøttet!", diff --git a/core/l10n/de.js b/core/l10n/de.js index 70df8786ae..55d27ae54b 100644 --- a/core/l10n/de.js +++ b/core/l10n/de.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greist auf Nextcloud über einen vertrauenswürdigen Proxy zu. Wenn Du auf Nextcloud nicht über einen vertrauenswürdigen Proxy zugreifst, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu findest Du in unserer Dokumentation.", "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 memcached wiki about both modules." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im memcached wiki nach beiden Modulen suchen.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Information findest Du in unserer Dokumentation. (Liste der ungültigen Dateien… / Erneut analysieren…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir folgende Einstellungen in der php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer abgebrochenen Installation resultieren. Wir empfehlen dringend, diese Funtkion zu aktivieren.", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Dein Datenverzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass du es aus dem Dokument-Root-Verzeichnis des Webservers bewegst.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Ablaufdatum", "Expiration date" : "Ablaufdatum", "Choose a password for the public link" : "Wähle ein Passwort für den öffentlichen Link", - "Choose a password for the public link or press \"Enter ↵\"" : "Wähle ein Passwort für die öffentliche Freigabe oder drücke \"Return 
\"", "Copied!" : "Kopiert!", "Copy" : "Kopieren", "Not supported!" : "Nicht unterstützt!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Noch einen schönen Tag!", "Use the following link to reset your password: {link}" : "Verwende den folgenden Link, um Dein Passwort zurückzusetzen: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

hier nur kurz die Mitteilung, dass %s %s mit Dir geteilt hat.
Sieh es Dir an!

", - "Please use the command line updater because you have a big instance." : "Da Du eine große Instanz nutzt, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen." + "Please use the command line updater because you have a big instance." : "Da Du eine große Instanz nutzt, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir folgende Einstellungen in der php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de.json b/core/l10n/de.json index b60a4a8fee..16471715ab 100644 --- a/core/l10n/de.json +++ b/core/l10n/de.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Du greist auf Nextcloud über einen vertrauenswürdigen Proxy zu. Wenn Du auf Nextcloud nicht über einen vertrauenswürdigen Proxy zugreifst, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu findest Du in unserer Dokumentation.", "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 memcached wiki about both modules." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP-Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im memcached wiki nach beiden Modulen suchen.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Information findest Du in unserer Dokumentation. (Liste der ungültigen Dateien… / Erneut analysieren…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir folgende Einstellungen in der php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer abgebrochenen Installation resultieren. Wir empfehlen dringend, diese Funtkion zu aktivieren.", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Dein Datenverzeichnis und deine Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, deinen Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass du es aus dem Dokument-Root-Verzeichnis des Webservers bewegst.", @@ -125,7 +124,6 @@ "Expiration" : "Ablaufdatum", "Expiration date" : "Ablaufdatum", "Choose a password for the public link" : "Wähle ein Passwort für den öffentlichen Link", - "Choose a password for the public link or press \"Enter ↵\"" : "Wähle ein Passwort für die öffentliche Freigabe oder drücke \"Return 
\"", "Copied!" : "Kopiert!", "Copy" : "Kopieren", "Not supported!" : "Nicht unterstützt!", @@ -337,6 +335,7 @@ "Cheers!" : "Noch einen schönen Tag!", "Use the following link to reset your password: {link}" : "Verwende den folgenden Link, um Dein Passwort zurückzusetzen: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

hier nur kurz die Mitteilung, dass %s %s mit Dir geteilt hat.
Sieh es Dir an!

", - "Please use the command line updater because you have a big instance." : "Da Du eine große Instanz nutzt, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen." + "Please use the command line updater because you have a big instance." : "Da Du eine große Instanz nutzt, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir folgende Einstellungen in der php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/de_DE.js b/core/l10n/de_DE.js index 3b2cf2dc34..2e728c8967 100644 --- a/core/l10n/de_DE.js +++ b/core/l10n/de_DE.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Wenn Sie auf Nextcloud nicht über einen vertrauenswürdigen Proxy zugreifen, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finden Sie in unserer Dokumentation.", "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 memcached wiki about both modules." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im memcached wiki nach beiden Modulen suchen.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Information findest Sie in unserer Dokumentation. (Liste der ungültigen Dateien … / Erneut analysieren…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir folgende Einstellungen in der php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer abgebrochenen Installation resultieren. Wir empfehlen dringend, diese Funtkion zu aktivieren.", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Ablauf", "Expiration date" : "Ablaufdatum", "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link", - "Choose a password for the public link or press \"Enter ↵\"" : "Wählen Sie ein Passwort für die öffentliche Freigabe oder drücken Sie \"Return 
\"
", "Copied!" : "Kopiert!", "Copy" : "Kopieren", "Not supported!" : "Nicht unterstützt!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Noch einen schönen Tag!", "Use the following link to reset your password: {link}" : "Benutzen Sie den folgenden Link, um Ihr Passwort zurückzusetzen: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

hier nur kurz die Mitteilung, dass %s %s mit Ihnen geteilt hat.
Sehen Sie es sich an!

", - "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Nextcloud besitzen, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen." + "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Nextcloud besitzen, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir folgende Einstellungen in der php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/de_DE.json b/core/l10n/de_DE.json index ab6e9afd3f..b543ef265c 100644 --- a/core/l10n/de_DE.json +++ b/core/l10n/de_DE.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Die Reverse-Proxy-Header-Konfiguration ist fehlerhaft oder Sie greifen auf Nextcloud über einen vertrauenswürdigen Proxy zu. Wenn Sie auf Nextcloud nicht über einen vertrauenswürdigen Proxy zugreifen, dann besteht ein Sicherheitsproblem, das einem Angreifer erlaubt die IP-Adresse, die für Nextcloud sichtbar ist, auszuspähen. Weitere Informationen hierzu finden Sie in unserer Dokumentation.", "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 memcached wiki about both modules." : "Memcached ist als verteilter Cache konfiguriert, aber das falsche PHP Modul \"memcache\" ist installiert. \\OC\\Memcache\\Memcached unterstützt nur \"memcached\" jedoch nicht \"memcache\". Im memcached wiki nach beiden Modulen suchen.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Einige Dateien haben die Integritätsprüfung nicht bestanden. Weiterführende Information findest Sie in unserer Dokumentation. (Liste der ungültigen Dateien … / Erneut analysieren…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir folgende Einstellungen in der php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Die PHP-Funktion \"set_time_limit\" ist nicht verfügbar. Dies kann in angehaltenen Scripten oder einer abgebrochenen Installation resultieren. Wir empfehlen dringend, diese Funtkion zu aktivieren.", "Error occurred while checking server setup" : "Fehler beim Überprüfen der Servereinrichtung", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ihr Datenverzeichnis und Ihre Dateien sind wahrscheinlich vom Internet aus erreichbar. Die .htaccess-Datei funktioniert nicht. Es wird dringend empfohlen, Ihren Webserver dahingehend zu konfigurieren, dass das Datenverzeichnis nicht mehr vom Internet aus erreichbar ist oder dass Sie es aus dem Document-Root-Verzeichnis des Webservers herausverschieben.", @@ -125,7 +124,6 @@ "Expiration" : "Ablauf", "Expiration date" : "Ablaufdatum", "Choose a password for the public link" : "Wählen Sie ein Passwort für den öffentlichen Link", - "Choose a password for the public link or press \"Enter ↵\"" : "Wählen Sie ein Passwort für die öffentliche Freigabe oder drücken Sie \"Return 
\"
", "Copied!" : "Kopiert!", "Copy" : "Kopieren", "Not supported!" : "Nicht unterstützt!", @@ -337,6 +335,7 @@ "Cheers!" : "Noch einen schönen Tag!", "Use the following link to reset your password: {link}" : "Benutzen Sie den folgenden Link, um Ihr Passwort zurückzusetzen: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo,

hier nur kurz die Mitteilung, dass %s %s mit Ihnen geteilt hat.
Sehen Sie es sich an!

", - "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Nextcloud besitzen, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen." + "Please use the command line updater because you have a big instance." : "Da Sie eine große Instanz von Nextcloud besitzen, wird die Benutzung des Aktualisierungsprogrammes über die Kommandozeile empfohlen.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache ist nicht korrekt eingerichtet. Für bessere Leistung empfehlen wir folgende Einstellungen in der php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/el.js b/core/l10n/el.js index 531205b0b2..8789d21505 100644 --- a/core/l10n/el.js +++ b/core/l10n/el.js @@ -111,7 +111,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Η διαμόρφωση των reverse proxy headers είναι εσφαλμένη, ή έχετε πρόσβαση στο Nextcloud από έναν αξιόπιστο διαμεσολαβητή. Εάν δεν έχετε πρόσβαση στο Nextcloud από έναν αξιόπιστο διαμεσολαβητή, αυτό είναι ένα ζήτημα ασφαλείας και μπορείτε να επιτρέψετε σε κάποιον εισβολέα να παρουσιάσει την διεύθυνση IP του παραπλανητικά ως ορατή στο Nextcloud. Περισσότερες πληροφορίες μπορείτε να βρείτε στην τεκμηρίωση.", "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 memcached wiki about both modules." : "Το Memcached είναι ρυθμισμένο ως κατανεμημένη λανθάνουσα μνήμη, αλλά είναι εγκατεστημένη το λάθος άρθρωμα \"memcache\" της PHP. Το \\OC\\Memcache\\Memcached υποστηρίζει μόνο τη \"memcached\" και όχι τη \"memcache\". Δείτε το memcached wiki και για τα δύο αρθρώματα.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Μερικά αρχεία δεν πέρασαν από τον έλεγχο της ακεραιότητας. Περισσότερες πληροφορίες για το πως να επιλύσετε πρόβλημα μπορείτε να βρείτε στην τεκμηρίωση. (Λίστα από μή έγκυρα αρχεία… / Σάρωση ξανά…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Η PHP Opcache δεν είναι ρυθμισμένη σωστά. να χρησιμοποιήσετε τις ακόλουθες ρυθμίσεις στο αρχείο php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Μη διαθέσιμη η λειτουργία της PHP \"set_time_limit\". Αυτό μπορεί να διακόψει την εκτέλεση των διαφόρων scripts με αποτέλεσμα να διακοπεί η εγκατάστασή σας. Σας συνιστούμε να ενεργοποιήσετε αυτή τη λειτουργία.", "Error occurred while checking server setup" : "Παρουσιάστηκε σφάλμα κατά τον έλεγχο των ρυθμίσεων του διακομιστή σας", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανόν προσβάσιμα από το διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Σας προτείνουμε να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός του ριζικού καταλόγου εγγράφων του διακομιστή.", @@ -126,7 +125,6 @@ OC.L10N.register( "Expiration" : "Λήξη", "Expiration date" : "Ημερομηνία λήξης", "Choose a password for the public link" : "Επιλέξτε συνθηματικό για τον δημόσιο σύνδεσμο", - "Choose a password for the public link or press \"Enter ↵\"" : "Επιλέξτε συνθηματικό για τον δημόσιο σύνδεσμο ή πατήστε \"Enter ↵\"", "Copied!" : "Αντιγράφτηκε!", "Copy" : "Αντιγραφή", "Not supported!" : "Δεν υποστηρίζεται!", @@ -336,6 +334,7 @@ OC.L10N.register( "Cheers!" : "Με εκτίμηση!", "Use the following link to reset your password: {link}" : "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επαναφέρετε το συνθηματικό: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Γεια χαρά,

απλά σας ενημερώνω πως ο %s μοιράστηκε το%s με εσάς.
Δείτε το!

", - "Please use the command line updater because you have a big instance." : "Παρακαλούμε χρησιμοποιήστε την ενημέρωση μέσω γραμμής εντολών διότι έχετε μεγάλη εγκατάσταση." + "Please use the command line updater because you have a big instance." : "Παρακαλούμε χρησιμοποιήστε την ενημέρωση μέσω γραμμής εντολών διότι έχετε μεγάλη εγκατάσταση.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Η PHP Opcache δεν είναι ρυθμισμένη σωστά. να χρησιμοποιήσετε τις ακόλουθες ρυθμίσεις στο αρχείο php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/el.json b/core/l10n/el.json index 30c4dec94c..f153ef6c1b 100644 --- a/core/l10n/el.json +++ b/core/l10n/el.json @@ -109,7 +109,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Η διαμόρφωση των reverse proxy headers είναι εσφαλμένη, ή έχετε πρόσβαση στο Nextcloud από έναν αξιόπιστο διαμεσολαβητή. Εάν δεν έχετε πρόσβαση στο Nextcloud από έναν αξιόπιστο διαμεσολαβητή, αυτό είναι ένα ζήτημα ασφαλείας και μπορείτε να επιτρέψετε σε κάποιον εισβολέα να παρουσιάσει την διεύθυνση IP του παραπλανητικά ως ορατή στο Nextcloud. Περισσότερες πληροφορίες μπορείτε να βρείτε στην τεκμηρίωση.", "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 memcached wiki about both modules." : "Το Memcached είναι ρυθμισμένο ως κατανεμημένη λανθάνουσα μνήμη, αλλά είναι εγκατεστημένη το λάθος άρθρωμα \"memcache\" της PHP. Το \\OC\\Memcache\\Memcached υποστηρίζει μόνο τη \"memcached\" και όχι τη \"memcache\". Δείτε το memcached wiki και για τα δύο αρθρώματα.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Μερικά αρχεία δεν πέρασαν από τον έλεγχο της ακεραιότητας. Περισσότερες πληροφορίες για το πως να επιλύσετε πρόβλημα μπορείτε να βρείτε στην τεκμηρίωση. (Λίστα από μή έγκυρα αρχεία… / Σάρωση ξανά…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Η PHP Opcache δεν είναι ρυθμισμένη σωστά. να χρησιμοποιήσετε τις ακόλουθες ρυθμίσεις στο αρχείο php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Μη διαθέσιμη η λειτουργία της PHP \"set_time_limit\". Αυτό μπορεί να διακόψει την εκτέλεση των διαφόρων scripts με αποτέλεσμα να διακοπεί η εγκατάστασή σας. Σας συνιστούμε να ενεργοποιήσετε αυτή τη λειτουργία.", "Error occurred while checking server setup" : "Παρουσιάστηκε σφάλμα κατά τον έλεγχο των ρυθμίσεων του διακομιστή σας", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ο κατάλογος δεδομένων και τα αρχεία σας είναι πιθανόν προσβάσιμα από το διαδίκτυο. Το αρχείο .htaccess δεν λειτουργεί. Σας προτείνουμε να ρυθμίσετε το διακομιστή σας με τέτοιο τρόπο ώστε ο κατάλογος δεδομένων να μην είναι πλέον προσβάσιμος ή να μετακινήσετε τον κατάλογο δεδομένων εκτός του ριζικού καταλόγου εγγράφων του διακομιστή.", @@ -124,7 +123,6 @@ "Expiration" : "Λήξη", "Expiration date" : "Ημερομηνία λήξης", "Choose a password for the public link" : "Επιλέξτε συνθηματικό για τον δημόσιο σύνδεσμο", - "Choose a password for the public link or press \"Enter ↵\"" : "Επιλέξτε συνθηματικό για τον δημόσιο σύνδεσμο ή πατήστε \"Enter ↵\"", "Copied!" : "Αντιγράφτηκε!", "Copy" : "Αντιγραφή", "Not supported!" : "Δεν υποστηρίζεται!", @@ -334,6 +332,7 @@ "Cheers!" : "Με εκτίμηση!", "Use the following link to reset your password: {link}" : "Χρησιμοποιήστε τον ακόλουθο σύνδεσμο για να επαναφέρετε το συνθηματικό: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Γεια χαρά,

απλά σας ενημερώνω πως ο %s μοιράστηκε το%s με εσάς.
Δείτε το!

", - "Please use the command line updater because you have a big instance." : "Παρακαλούμε χρησιμοποιήστε την ενημέρωση μέσω γραμμής εντολών διότι έχετε μεγάλη εγκατάσταση." + "Please use the command line updater because you have a big instance." : "Παρακαλούμε χρησιμοποιήστε την ενημέρωση μέσω γραμμής εντολών διότι έχετε μεγάλη εγκατάσταση.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Η PHP Opcache δεν είναι ρυθμισμένη σωστά. να χρησιμοποιήσετε τις ακόλουθες ρυθμίσεις στο αρχείο php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/en_GB.js b/core/l10n/en_GB.js index 51c2264d1a..ba3f30172f 100644 --- a/core/l10n/en_GB.js +++ b/core/l10n/en_GB.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation.", "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 memcached wiki about both modules." : "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 memcached wiki about both modules.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function.", "Error occurred while checking server setup" : "Error occurred whilst checking server setup", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Expiration", "Expiration date" : "Expiration date", "Choose a password for the public link" : "Choose a password for the public link", - "Choose a password for the public link or press \"Enter ↵\"" : "Choose a password for the public link or press \"Enter 
\"", "Copied!" : "Copied!", "Copy" : "Copy", "Not supported!" : "Not supported!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Cheers!", "Use the following link to reset your password: {link}" : "Use the following link to reset your password: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hey there,

just letting you know that %s shared %s with you.
View it!

", - "Please use the command line updater because you have a big instance." : "Please use the command line updater because you have a big instance." + "Please use the command line updater because you have a big instance." : "Please use the command line updater because you have a big instance.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/en_GB.json b/core/l10n/en_GB.json index 2e34c322d7..ba0dfeec9a 100644 --- a/core/l10n/en_GB.json +++ b/core/l10n/en_GB.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation.", "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 memcached wiki about both modules." : "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 memcached wiki about both modules.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function.", "Error occurred while checking server setup" : "Error occurred whilst checking server setup", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root.", @@ -125,7 +124,6 @@ "Expiration" : "Expiration", "Expiration date" : "Expiration date", "Choose a password for the public link" : "Choose a password for the public link", - "Choose a password for the public link or press \"Enter ↵\"" : "Choose a password for the public link or press \"Enter 
\"", "Copied!" : "Copied!", "Copy" : "Copy", "Not supported!" : "Not supported!", @@ -337,6 +335,7 @@ "Cheers!" : "Cheers!", "Use the following link to reset your password: {link}" : "Use the following link to reset your password: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hey there,

just letting you know that %s shared %s with you.
View it!

", - "Please use the command line updater because you have a big instance." : "Please use the command line updater because you have a big instance." + "Please use the command line updater because you have a big instance." : "Please use the command line updater because you have a big instance.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es.js b/core/l10n/es.js index 9c380f2d12..aecd0fc78d 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configuración de encabezados del proxy reverso es incorrecta, o usted está accediendo a Nextcloud desde un proxy en el que confía. Si no está accediendo a Nextcloud desde un proxy fiable, esto es un problema de seguridad y puede permitir a un atacante dsfrazar su dirección IP como visible para Nextcloud. Se puede encontrar más información en nuestra documentción.", "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 memcached wiki about both modules." : "memcached es un sistema de cache distribuido. pero ha sido instalado por error el modulo PHP memcache.\nConsulte memcached wiki acerca de ambos modulos.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no han superado la comprobación de integridad. Para más información sobre cómo resolver este inconveniente consulte nuestra documentación. (Lista de archivos inválidos… / Volver a escanear…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "El código Opcache de PHP no esta configurado correctamente. Para mejor desempeño recomendamos ↗ para usar las siguiente opciones en el php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La función PHP \"set_limit_time\" no esta disponible. Esto podría resultar en el script siendo terminado a la mitad de la ejecución, rompiendo la instalación. Le sugerimos considerablemente que active esta función.", "Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos son probablemente accesibles desde internet. El archivo .htaccess no funciona. Se recomienda encarecidamente que configures tu servidor web de tal manera que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor web.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Expira en:", "Expiration date" : "Fecha de caducidad", "Choose a password for the public link" : "Elija una contraseña para el enlace publico", - "Choose a password for the public link or press \"Enter ↵\"" : "Elija una contraseña para el enlace público o presione \"Enter ↵\"", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Not supported!" : "¡No se puede!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "¡Saludos!", "Use the following link to reset your password: {link}" : "Utilice el siguiente enlace para restablecer su contraseña: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola:

Te comentamos que %s compartió %s contigo.
¡Échale un vistazo!

", - "Please use the command line updater because you have a big instance." : "Por favor utilice la actualización mediante la linea de comandos porque tiene pendiente una gran actualización." + "Please use the command line updater because you have a big instance." : "Por favor utilice la actualización mediante la linea de comandos porque tiene pendiente una gran actualización.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "El código Opcache de PHP no esta configurado correctamente. Para mejor desempeño recomendamos ↗ para usar las siguiente opciones en el php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es.json b/core/l10n/es.json index ab941dcf21..dd14ec1600 100644 --- a/core/l10n/es.json +++ b/core/l10n/es.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configuración de encabezados del proxy reverso es incorrecta, o usted está accediendo a Nextcloud desde un proxy en el que confía. Si no está accediendo a Nextcloud desde un proxy fiable, esto es un problema de seguridad y puede permitir a un atacante dsfrazar su dirección IP como visible para Nextcloud. Se puede encontrar más información en nuestra documentción.", "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 memcached wiki about both modules." : "memcached es un sistema de cache distribuido. pero ha sido instalado por error el modulo PHP memcache.\nConsulte memcached wiki acerca de ambos modulos.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no han superado la comprobación de integridad. Para más información sobre cómo resolver este inconveniente consulte nuestra documentación. (Lista de archivos inválidos… / Volver a escanear…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "El código Opcache de PHP no esta configurado correctamente. Para mejor desempeño recomendamos ↗ para usar las siguiente opciones en el php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La función PHP \"set_limit_time\" no esta disponible. Esto podría resultar en el script siendo terminado a la mitad de la ejecución, rompiendo la instalación. Le sugerimos considerablemente que active esta función.", "Error occurred while checking server setup" : "Ha ocurrido un error al revisar la configuración del servidor", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Tu directorio de datos y tus archivos son probablemente accesibles desde internet. El archivo .htaccess no funciona. Se recomienda encarecidamente que configures tu servidor web de tal manera que el directorio de datos no sea accesible o que muevas el directorio de datos fuera de la raíz de documentos del servidor web.", @@ -125,7 +124,6 @@ "Expiration" : "Expira en:", "Expiration date" : "Fecha de caducidad", "Choose a password for the public link" : "Elija una contraseña para el enlace publico", - "Choose a password for the public link or press \"Enter ↵\"" : "Elija una contraseña para el enlace público o presione \"Enter ↵\"", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Not supported!" : "¡No se puede!", @@ -337,6 +335,7 @@ "Cheers!" : "¡Saludos!", "Use the following link to reset your password: {link}" : "Utilice el siguiente enlace para restablecer su contraseña: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola:

Te comentamos que %s compartió %s contigo.
¡Échale un vistazo!

", - "Please use the command line updater because you have a big instance." : "Por favor utilice la actualización mediante la linea de comandos porque tiene pendiente una gran actualización." + "Please use the command line updater because you have a big instance." : "Por favor utilice la actualización mediante la linea de comandos porque tiene pendiente una gran actualización.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "El código Opcache de PHP no esta configurado correctamente. Para mejor desempeño recomendamos ↗ para usar las siguiente opciones en el php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_AR.js b/core/l10n/es_AR.js index c6cff50bd5..b8cad4b40e 100644 --- a/core/l10n/es_AR.js +++ b/core/l10n/es_AR.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o está accediendo a Nextcloud desde un proxy de confianza. Si no esta accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer a su dirección IP apócrifa visible para Nextcloud. Puede encontar más infomración en nuestra documentación.", "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Favor de ver el wiki de ambos módulos.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no pasaron la verificación de integridad. Para mayor información de cómo resolver este tema consulte nuestra documentación. (Listado de archivos inválidos … / Volver a escanear…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache no se encuentra correctamente configurado. Para un mejor desempelo le recomendamos↗ usar los siguientes configuraciones en el archivo php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo la instalación. Le recomendamos ámpliamente habilitar esta función.", "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Posiblemente sus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Le recomendamos ámpliamente que configure su servidor web de tal modo que el directorio de datos no sea accesible o que mueva el directorio de datos fuera de la raíz de documentos del servidor web. ", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Expiración", "Expiration date" : "Fecha de expiración", "Choose a password for the public link" : "Seleccione una contraseña para el link público", - "Choose a password for the public link or press \"Enter ↵\"" : "Favor de elegir una contraseña para el link público o presione \"Intro 
\"", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Not supported!" : "¡No está soportado!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "¡Saludos!", "Use the following link to reset your password: {link}" : "Use el siguiente link para restablecer su contraseña: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola,

sólo queremos informarle que %s ha compartido %s con usted.
¡Véalo!

", - "Please use the command line updater because you have a big instance." : "Favor de usar el actualizador de línea de comando porque usted tiene una instancia grande. " + "Please use the command line updater because you have a big instance." : "Favor de usar el actualizador de línea de comando porque usted tiene una instancia grande. ", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache no se encuentra correctamente configurado. Para un mejor desempelo le recomendamos↗ usar los siguientes configuraciones en el archivo php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_AR.json b/core/l10n/es_AR.json index 492e1b13cb..e80738e4d5 100644 --- a/core/l10n/es_AR.json +++ b/core/l10n/es_AR.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o está accediendo a Nextcloud desde un proxy de confianza. Si no esta accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer a su dirección IP apócrifa visible para Nextcloud. Puede encontar más infomración en nuestra documentación.", "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Favor de ver el wiki de ambos módulos.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no pasaron la verificación de integridad. Para mayor información de cómo resolver este tema consulte nuestra documentación. (Listado de archivos inválidos … / Volver a escanear…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache no se encuentra correctamente configurado. Para un mejor desempelo le recomendamos↗ usar los siguientes configuraciones en el archivo php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo la instalación. Le recomendamos ámpliamente habilitar esta función.", "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Posiblemente sus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Le recomendamos ámpliamente que configure su servidor web de tal modo que el directorio de datos no sea accesible o que mueva el directorio de datos fuera de la raíz de documentos del servidor web. ", @@ -125,7 +124,6 @@ "Expiration" : "Expiración", "Expiration date" : "Fecha de expiración", "Choose a password for the public link" : "Seleccione una contraseña para el link público", - "Choose a password for the public link or press \"Enter ↵\"" : "Favor de elegir una contraseña para el link público o presione \"Intro 
\"", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Not supported!" : "¡No está soportado!", @@ -337,6 +335,7 @@ "Cheers!" : "¡Saludos!", "Use the following link to reset your password: {link}" : "Use el siguiente link para restablecer su contraseña: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola,

sólo queremos informarle que %s ha compartido %s con usted.
¡Véalo!

", - "Please use the command line updater because you have a big instance." : "Favor de usar el actualizador de línea de comando porque usted tiene una instancia grande. " + "Please use the command line updater because you have a big instance." : "Favor de usar el actualizador de línea de comando porque usted tiene una instancia grande. ", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache no se encuentra correctamente configurado. Para un mejor desempelo le recomendamos↗ usar los siguientes configuraciones en el archivo php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/es_MX.js b/core/l10n/es_MX.js index ee10eba6a4..d9b5816c1a 100644 --- a/core/l10n/es_MX.js +++ b/core/l10n/es_MX.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o está accediendo a Nextcloud desde un proxy de confianza. Si no esta accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer a su dirección IP apócrifa visible para Nextcloud. Puede encontar más infomración en nuestra documentación.", "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Favor de ver el wiki de ambos módulos.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no pasaron la verificación de integridad. Para mayor información de cómo resolver este tema consulte nuestra documentación. (Listado de archivos inválidos … / Volver a escanear…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache no se encuentra correctamente configurado. Para un mejor desempelo le recomendamos↗ usar los siguientes configuraciones en el archivo php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo la instalación. Le recomendamos ámpliamente habilitar esta función.", "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Posiblemente sus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Le recomendamos ámpliamente que configure su servidor web de tal modo que el directorio de datos no sea accesible o que mueva el directorio de datos fuera de la raíz de documentos del servidor web. ", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Expiración", "Expiration date" : "Fecha de expiración", "Choose a password for the public link" : "Seleccione una contraseña para la liga pública", - "Choose a password for the public link or press \"Enter ↵\"" : "Favor de elegir una contraseña para la liga pública o presione \"Intro ↵\"", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Not supported!" : "¡No está soportado!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "¡Saludos!", "Use the following link to reset your password: {link}" : "Use la siguiente liga para restablecer su contraseña: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola,

sólo queremos informarle que %s ha compartido %s con usted.
¡Véalo!

", - "Please use the command line updater because you have a big instance." : "Favor de usar el actualizador de línea de comando porque usted tiene una instancia grande. " + "Please use the command line updater because you have a big instance." : "Favor de usar el actualizador de línea de comando porque usted tiene una instancia grande. ", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache no se encuentra correctamente configurado. Para un mejor desempelo le recomendamos↗ usar los siguientes configuraciones en el archivo php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/es_MX.json b/core/l10n/es_MX.json index 18ebbbf5ad..9ebaa04fb8 100644 --- a/core/l10n/es_MX.json +++ b/core/l10n/es_MX.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configuración de los encabezados del proxy inverso es incorrecta, o está accediendo a Nextcloud desde un proxy de confianza. Si no esta accediendo a Nextcloud desde un proxy de confianza, se trata de un tema de seguridad y le puede permitir a un atacante hacer a su dirección IP apócrifa visible para Nextcloud. Puede encontar más infomración en nuestra documentación.", "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 memcached wiki about both modules." : "Memcached está configurado como un caché distribuido, pero el módulo equivocado PHP \"memcache\" está instalado. \\OC\\Memcache\\Memcached sólo soporta \"memchached\" y no \"memchache\". Favor de ver el wiki de ambos módulos.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Algunos archivos no pasaron la verificación de integridad. Para mayor información de cómo resolver este tema consulte nuestra documentación. (Listado de archivos inválidos … / Volver a escanear…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache no se encuentra correctamente configurado. Para un mejor desempelo le recomendamos↗ usar los siguientes configuraciones en el archivo php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fución PHP \"set_time_limit\" no está disponible. Esto podría generar scripts que se interrumpan a media ejecución, rompiendo la instalación. Le recomendamos ámpliamente habilitar esta función.", "Error occurred while checking server setup" : "Se presentó un error al verificar la configuración del servidor", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Posiblemente sus archivos y directorio de datos sean accesibles desde Internet. El archivo .htaccess no está funcionando. Le recomendamos ámpliamente que configure su servidor web de tal modo que el directorio de datos no sea accesible o que mueva el directorio de datos fuera de la raíz de documentos del servidor web. ", @@ -125,7 +124,6 @@ "Expiration" : "Expiración", "Expiration date" : "Fecha de expiración", "Choose a password for the public link" : "Seleccione una contraseña para la liga pública", - "Choose a password for the public link or press \"Enter ↵\"" : "Favor de elegir una contraseña para la liga pública o presione \"Intro ↵\"", "Copied!" : "¡Copiado!", "Copy" : "Copiar", "Not supported!" : "¡No está soportado!", @@ -337,6 +335,7 @@ "Cheers!" : "¡Saludos!", "Use the following link to reset your password: {link}" : "Use la siguiente liga para restablecer su contraseña: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hola,

sólo queremos informarle que %s ha compartido %s con usted.
¡Véalo!

", - "Please use the command line updater because you have a big instance." : "Favor de usar el actualizador de línea de comando porque usted tiene una instancia grande. " + "Please use the command line updater because you have a big instance." : "Favor de usar el actualizador de línea de comando porque usted tiene una instancia grande. ", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache no se encuentra correctamente configurado. Para un mejor desempelo le recomendamos↗ usar los siguientes configuraciones en el archivo php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/fi.js b/core/l10n/fi.js index eaa94767f5..30f174a353 100644 --- a/core/l10n/fi.js +++ b/core/l10n/fi.js @@ -104,7 +104,6 @@ OC.L10N.register( "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Sinulla on käytössä PHP {version}. Suosittelemme päivittämään PHP-versiosi saadaksesi PHP Group:n suorituskyky ja tietoturvapäivityksiä niin pian kuin jakelusi sitä tukee.", "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 memcached wiki about both modules." : "Memcached on määritelty hajautetuksi välimuistiksi, mutta väärä PHP-moduuli \"memcache\" on asennettu. \\OC\\Memcache\\Memcached tukee vain moduulia \"memcached\", mutta ei moduulia \"memcache\". Katso memcached wikiä molemmista moduleista.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Jotkin tiedostot eivät ole läpäisseet eheystarkistusta. Lisätietoa ongelman korjaamiseksi on ohjeissamme. (Listaa virheelliset tiedostot… / Uudelleen skannaa…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache ei ole oikein määritelty. Suosittelemme paremman suorituskyvyn saavuttamiseksi ↗ käyttämään seuraavia asetuksia php.ini-asetustiedostossa:", "Error occurred while checking server setup" : "Virhe palvelimen määrityksiä tarkistaessa", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Data-hakemistosi ja tiedostosi ovat luultavasti käytettävissä suoraan Internetistä. .htaccess-tiedosto ei toimi oikein. Suosittelemme määrittämään HTTP-palvelimen asetukset siten, ettei data-hakemisto ole suoraan käytettävissä Internetistä tai siirtämään data-hakemiston HTTP-palvelimen juurihakemiston ulkopuolelle.", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "HTTP-otsaketta \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Kyseessä on mahdollinen tietoturvaan tai -suojaan liittyvä riski, joten suosittelemme muuttamaan asetuksen arvoa.", @@ -118,7 +117,6 @@ OC.L10N.register( "Expiration" : "Vanheneminen", "Expiration date" : "Vanhenemispäivä", "Choose a password for the public link" : "Valitse salasana julkiselle linkille", - "Choose a password for the public link or press \"Enter ↵\"" : "Valitse salasana julkiselle linkille tai paina \"Enter ↵\"", "Copied!" : "Kopioitu!", "Copy" : "Kopioi", "Not supported!" : "Ei tuettu!", @@ -328,6 +326,7 @@ OC.L10N.register( "Cheers!" : "Kiitos!", "Use the following link to reset your password: {link}" : "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei,

%s jakoi kanssasi kohteen %s.
Tutustu siihen!

", - "Please use the command line updater because you have a big instance." : "Käytä komentorivipäivitintä, koska käyttämäsi Nextcloud on sen verran suuri." + "Please use the command line updater because you have a big instance." : "Käytä komentorivipäivitintä, koska käyttämäsi Nextcloud on sen verran suuri.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache ei ole oikein määritelty. Suosittelemme paremman suorituskyvyn saavuttamiseksi ↗ käyttämään seuraavia asetuksia php.ini-asetustiedostossa:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/fi.json b/core/l10n/fi.json index 53b7b16aa7..fd70c86c2f 100644 --- a/core/l10n/fi.json +++ b/core/l10n/fi.json @@ -102,7 +102,6 @@ "You are currently running PHP {version}. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by the PHP Group as soon as your distribution supports it." : "Sinulla on käytössä PHP {version}. Suosittelemme päivittämään PHP-versiosi saadaksesi PHP Group:n suorituskyky ja tietoturvapäivityksiä niin pian kuin jakelusi sitä tukee.", "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 memcached wiki about both modules." : "Memcached on määritelty hajautetuksi välimuistiksi, mutta väärä PHP-moduuli \"memcache\" on asennettu. \\OC\\Memcache\\Memcached tukee vain moduulia \"memcached\", mutta ei moduulia \"memcache\". Katso memcached wikiä molemmista moduleista.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Jotkin tiedostot eivät ole läpäisseet eheystarkistusta. Lisätietoa ongelman korjaamiseksi on ohjeissamme. (Listaa virheelliset tiedostot… / Uudelleen skannaa…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache ei ole oikein määritelty. Suosittelemme paremman suorituskyvyn saavuttamiseksi ↗ käyttämään seuraavia asetuksia php.ini-asetustiedostossa:", "Error occurred while checking server setup" : "Virhe palvelimen määrityksiä tarkistaessa", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Data-hakemistosi ja tiedostosi ovat luultavasti käytettävissä suoraan Internetistä. .htaccess-tiedosto ei toimi oikein. Suosittelemme määrittämään HTTP-palvelimen asetukset siten, ettei data-hakemisto ole suoraan käytettävissä Internetistä tai siirtämään data-hakemiston HTTP-palvelimen juurihakemiston ulkopuolelle.", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "HTTP-otsaketta \"{header}\" ei ole määritetty vastaamaan arvoa \"{expected}\". Kyseessä on mahdollinen tietoturvaan tai -suojaan liittyvä riski, joten suosittelemme muuttamaan asetuksen arvoa.", @@ -116,7 +115,6 @@ "Expiration" : "Vanheneminen", "Expiration date" : "Vanhenemispäivä", "Choose a password for the public link" : "Valitse salasana julkiselle linkille", - "Choose a password for the public link or press \"Enter ↵\"" : "Valitse salasana julkiselle linkille tai paina \"Enter ↵\"", "Copied!" : "Kopioitu!", "Copy" : "Kopioi", "Not supported!" : "Ei tuettu!", @@ -326,6 +324,7 @@ "Cheers!" : "Kiitos!", "Use the following link to reset your password: {link}" : "Voit palauttaa salasanasi seuraavassa osoitteessa: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei,

%s jakoi kanssasi kohteen %s.
Tutustu siihen!

", - "Please use the command line updater because you have a big instance." : "Käytä komentorivipäivitintä, koska käyttämäsi Nextcloud on sen verran suuri." + "Please use the command line updater because you have a big instance." : "Käytä komentorivipäivitintä, koska käyttämäsi Nextcloud on sen verran suuri.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache ei ole oikein määritelty. Suosittelemme paremman suorituskyvyn saavuttamiseksi ↗ käyttämään seuraavia asetuksia php.ini-asetustiedostossa:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/fr.js b/core/l10n/fr.js index ee6725cf55..189ee5e764 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configuration des entêtes du proxy inverse est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si vous n'êtes pas en train d’accéder à Nextcloud depuis un proxy de confiance, ceci est un problème de sécurité qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud. Consultez la documentation pour avoir plus d'informations à ce sujet.", "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 memcached wiki about both modules." : "\"memcached\" est configuré comme cache distribué, mais le mauvais module PHP est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le wiki de memcached à propos de ces deux modules.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Plus d'information sur comment résoudre ce problème dans notre documentation. (Liste des fichiers invalides… / Relancer…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Le PHP Opcache n'est pas correctement configuré. Pour de meilleure performance nous recommandons ↗ d'utiliser les paramètres suivant dans le php.ini :", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution interrompant votre installation. Nous vous recommandons vivement d'activer cette fonction.", "Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Expiration", "Expiration date" : "Date d'expiration", "Choose a password for the public link" : "Choisissez un mot de passe pour le lien public", - "Choose a password for the public link or press \"Enter ↵\"" : "Choisissez un mot de passe pour le lien public ou appuyez sur \"Entrée ↵\"", "Copied!" : "Copié !", "Copy" : "Copier", "Not supported!" : "Non supporté!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "À bientôt !", "Use the following link to reset your password: {link}" : "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Bonjour,

Nous vous informons que %s a partagé %s avec vous.
Cliquez ici pour y accéder !

", - "Please use the command line updater because you have a big instance." : "Veuillez utiliser la mise à jour en ligne de commande car votre instance est volumineuse." + "Please use the command line updater because you have a big instance." : "Veuillez utiliser la mise à jour en ligne de commande car votre instance est volumineuse.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Le PHP Opcache n'est pas correctement configuré. Pour de meilleure performance nous recommandons ↗ d'utiliser les paramètres suivant dans le php.ini :" }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/fr.json b/core/l10n/fr.json index f232e069a1..2d9fd9b7ba 100644 --- a/core/l10n/fr.json +++ b/core/l10n/fr.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configuration des entêtes du proxy inverse est incorrecte, ou vous accédez à Nextcloud depuis un proxy de confiance. Si vous n'êtes pas en train d’accéder à Nextcloud depuis un proxy de confiance, ceci est un problème de sécurité qui peut permettre à un attaquant d'usurper l'adresse IP affichée à Nextcloud. Consultez la documentation pour avoir plus d'informations à ce sujet.", "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 memcached wiki about both modules." : "\"memcached\" est configuré comme cache distribué, mais le mauvais module PHP est installé. \\OC\\Memcache\\Memcached ne prend en charge que \"memcached\" et non \"memcache\". Consulter le wiki de memcached à propos de ces deux modules.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Des fichiers n'ont pas passé la vérification d’intégrité. Plus d'information sur comment résoudre ce problème dans notre documentation. (Liste des fichiers invalides… / Relancer…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Le PHP Opcache n'est pas correctement configuré. Pour de meilleure performance nous recommandons ↗ d'utiliser les paramètres suivant dans le php.ini :", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La fonction PHP \"set_time_limit\" n'est pas disponible. Cela pourrait entraîner l'arrêt des scripts à mi-exécution interrompant votre installation. Nous vous recommandons vivement d'activer cette fonction.", "Error occurred while checking server setup" : "Une erreur s'est produite lors de la vérification de la configuration du serveur", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Votre dossier de données et vos fichiers sont probablement accessibles depuis internet. Le fichier .htaccess ne fonctionne pas. Nous vous recommandons vivement de configurer votre serveur web de façon à ce que ce dossier de données ne soit plus accessible, ou de le déplacer hors de la racine du serveur web.", @@ -125,7 +124,6 @@ "Expiration" : "Expiration", "Expiration date" : "Date d'expiration", "Choose a password for the public link" : "Choisissez un mot de passe pour le lien public", - "Choose a password for the public link or press \"Enter ↵\"" : "Choisissez un mot de passe pour le lien public ou appuyez sur \"Entrée ↵\"", "Copied!" : "Copié !", "Copy" : "Copier", "Not supported!" : "Non supporté!", @@ -337,6 +335,7 @@ "Cheers!" : "À bientôt !", "Use the following link to reset your password: {link}" : "Utilisez le lien suivant pour réinitialiser votre mot de passe : {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Bonjour,

Nous vous informons que %s a partagé %s avec vous.
Cliquez ici pour y accéder !

", - "Please use the command line updater because you have a big instance." : "Veuillez utiliser la mise à jour en ligne de commande car votre instance est volumineuse." + "Please use the command line updater because you have a big instance." : "Veuillez utiliser la mise à jour en ligne de commande car votre instance est volumineuse.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Le PHP Opcache n'est pas correctement configuré. Pour de meilleure performance nous recommandons ↗ d'utiliser les paramètres suivant dans le php.ini :" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/id.js b/core/l10n/id.js index 723db8dfa0..0b0f6c4d9a 100644 --- a/core/l10n/id.js +++ b/core/l10n/id.js @@ -95,7 +95,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Konfigurasi proxy header terbalik salah, atau Anda mengakses Nextcloud dari proxy terpercaya. Apabila Anda tidak mengakses Nextcloud dari proxy terpercaya, ini adalah masalah keamanan dan penyerang dapat memalsukan alamat IP mereka ke Nextcloud. Informasi selanjutnya bisa ditemukan di dokumentasi kami.", "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 memcached wiki about both modules." : "Memcached terkonfigurasi sebagai cache terdistribusi, tetapi modul PHP \"memcache\" yang salah terpasang. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" dan bukan \"memcache\". Lihat wiki memcached tentang kedua modul.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Beberapa berkas tidak lulus cek integritas. Informasi lebih lanjut tentang cara mengatasi masalah ini dapat ditemukan di dokumentasi kami. (Daftar berkas yang tidak valid… / Pindai ulang…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache tidak dikonfigurasi secara baik. Untuk performa lebih baik kami merekomendasikan ↗ untuk menggunakan pengaturan berikut di php.ini:", "Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header HTTP \"{header}\" tidak dikonfigurasi sama dengan \"{expected}\". Hal ini berpotensi pada resiko keamanan dan privasi. Kami sarankan untuk menyesuaikan pengaturan ini.", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "Header \"Strict-Transport-Security\" HTTP tidak terkonfigurasi ke setidaknya \"{seconds}\" detik. Untuk meningkatkan kemanan kami merekomendasikan mengaktifkan HSTS seperti yang dijelaskan di saran keamanan kami.", @@ -290,6 +289,7 @@ OC.L10N.register( "Cheers!" : "Horee!", "Use the following link to reset your password: {link}" : "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hai,

hanya memberi tahu jika %s membagikan %s dengan Anda.
Lihat!

", - "Please use the command line updater because you have a big instance." : "Gunakan pembaruan command-line karena Anda mempunyai instansi yang besar." + "Please use the command line updater because you have a big instance." : "Gunakan pembaruan command-line karena Anda mempunyai instansi yang besar.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache tidak dikonfigurasi secara baik. Untuk performa lebih baik kami merekomendasikan ↗ untuk menggunakan pengaturan berikut di php.ini:" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/id.json b/core/l10n/id.json index 56a3206ae4..bc745b636c 100644 --- a/core/l10n/id.json +++ b/core/l10n/id.json @@ -93,7 +93,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Konfigurasi proxy header terbalik salah, atau Anda mengakses Nextcloud dari proxy terpercaya. Apabila Anda tidak mengakses Nextcloud dari proxy terpercaya, ini adalah masalah keamanan dan penyerang dapat memalsukan alamat IP mereka ke Nextcloud. Informasi selanjutnya bisa ditemukan di dokumentasi kami.", "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 memcached wiki about both modules." : "Memcached terkonfigurasi sebagai cache terdistribusi, tetapi modul PHP \"memcache\" yang salah terpasang. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" dan bukan \"memcache\". Lihat wiki memcached tentang kedua modul.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Beberapa berkas tidak lulus cek integritas. Informasi lebih lanjut tentang cara mengatasi masalah ini dapat ditemukan di dokumentasi kami. (Daftar berkas yang tidak valid… / Pindai ulang…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache tidak dikonfigurasi secara baik. Untuk performa lebih baik kami merekomendasikan ↗ untuk menggunakan pengaturan berikut di php.ini:", "Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header HTTP \"{header}\" tidak dikonfigurasi sama dengan \"{expected}\". Hal ini berpotensi pada resiko keamanan dan privasi. Kami sarankan untuk menyesuaikan pengaturan ini.", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "Header \"Strict-Transport-Security\" HTTP tidak terkonfigurasi ke setidaknya \"{seconds}\" detik. Untuk meningkatkan kemanan kami merekomendasikan mengaktifkan HSTS seperti yang dijelaskan di saran keamanan kami.", @@ -288,6 +287,7 @@ "Cheers!" : "Horee!", "Use the following link to reset your password: {link}" : "Gunakan tautan berikut untuk menyetel ulang sandi Anda: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hai,

hanya memberi tahu jika %s membagikan %s dengan Anda.
Lihat!

", - "Please use the command line updater because you have a big instance." : "Gunakan pembaruan command-line karena Anda mempunyai instansi yang besar." + "Please use the command line updater because you have a big instance." : "Gunakan pembaruan command-line karena Anda mempunyai instansi yang besar.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache tidak dikonfigurasi secara baik. Untuk performa lebih baik kami merekomendasikan ↗ untuk menggunakan pengaturan berikut di php.ini:" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/is.js b/core/l10n/is.js index f50471caa3..fd2debbba5 100644 --- a/core/l10n/is.js +++ b/core/l10n/is.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í hjálparskjölum okkar.", "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 memcached wiki about both modules." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu memcached wiki-síðurnar um báðar einingarnar.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar. (Listi yfir ógildar skrár… / Endurskanna…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache er ekki rétt uppsett. Fyrir betri afköst mælum við með ↗ því að nota eftirfarandi stillingar í php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-fallið \"set_time_limit\" er ekki tiltækt. Þetta gæti valdið því að skriftur stöðvist í miðri keyrslu og skemmi uppsetninguna þína. Við mælumst til þess að þetta fall sé gert virkt.", "Error occurred while checking server setup" : "Villa kom upp við athugun á uppsetningu þjóns", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Gagnamappan og skrárnar þínar eru líklega aðgengilegar öllum af internetinu vegna þess að .htaccess skrá er ekki virk. Við mælum eindregið með að þú stillir vefþjóninn þinn á þann hátt að gagnamappa er ekki lengur aðgengileg eða þú færir gagnamöppu út fyrir skjalarót vefþjóns.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Rennur út", "Expiration date" : "Gildir til", "Choose a password for the public link" : "Veldu þér lykilorð fyrir almenningstengil", - "Choose a password for the public link or press \"Enter ↵\"" : "Veldu þér lykilorð fyrir opinberan tengil eða ýttu á \"Enter ↵\"", "Copied!" : "Afritað!", "Copy" : "Afrita", "Not supported!" : "Óstutt!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Skál!", "Use the following link to reset your password: {link}" : "Notað eftirfarandi veftengil til að endursetja lykilorðið þitt: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hæ þú,

bara að láta þig vita að %s deildi %s með þér.
Skoðaðu það!

", - "Please use the command line updater because you have a big instance." : "Endilega notaðu uppfærslutólið af skipanalínu, því þú ert með mjög stóra uppsetningu." + "Please use the command line updater because you have a big instance." : "Endilega notaðu uppfærslutólið af skipanalínu, því þú ert með mjög stóra uppsetningu.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache er ekki rétt uppsett. Fyrir betri afköst mælum við með ↗ því að nota eftirfarandi stillingar í php.ini:" }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/core/l10n/is.json b/core/l10n/is.json index f3579e279a..758fe593a9 100644 --- a/core/l10n/is.json +++ b/core/l10n/is.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Uppsetning gagnstæðs milliþjónshauss (reverse proxy header) er röng, eða að þú ert að tengjast Nextcloud frá treystum milliþjóni Ef þú ert ekki að tengjast Nextcloud frá treystum milliþjóni, þá er þetta er öryggisvandamál og getur leyft árásaraðilum að dulbúa IP-vistfang þeirra sem sýnilegt Nextcloud. Nánari upplýsingar má finna í hjálparskjölum okkar.", "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 memcached wiki about both modules." : "Memcached er sett upp sem dreift skyndiminni, en hinsvegar er ranga PHP-einingin \"memcache\" uppsett. \\OC\\Memcache\\Memcached styður einungis \"memcached\" en ekki \"memcache\". Skoðaðu memcached wiki-síðurnar um báðar einingarnar.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Sumar skrár hafa ekki staðist áreiðanleikaprófun. Hægt er að finna nánari upplýsingar um þetta í hjálparskjölum okkar. (Listi yfir ógildar skrár… / Endurskanna…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache er ekki rétt uppsett. Fyrir betri afköst mælum við með ↗ því að nota eftirfarandi stillingar í php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-fallið \"set_time_limit\" er ekki tiltækt. Þetta gæti valdið því að skriftur stöðvist í miðri keyrslu og skemmi uppsetninguna þína. Við mælumst til þess að þetta fall sé gert virkt.", "Error occurred while checking server setup" : "Villa kom upp við athugun á uppsetningu þjóns", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Gagnamappan og skrárnar þínar eru líklega aðgengilegar öllum af internetinu vegna þess að .htaccess skrá er ekki virk. Við mælum eindregið með að þú stillir vefþjóninn þinn á þann hátt að gagnamappa er ekki lengur aðgengileg eða þú færir gagnamöppu út fyrir skjalarót vefþjóns.", @@ -125,7 +124,6 @@ "Expiration" : "Rennur út", "Expiration date" : "Gildir til", "Choose a password for the public link" : "Veldu þér lykilorð fyrir almenningstengil", - "Choose a password for the public link or press \"Enter ↵\"" : "Veldu þér lykilorð fyrir opinberan tengil eða ýttu á \"Enter ↵\"", "Copied!" : "Afritað!", "Copy" : "Afrita", "Not supported!" : "Óstutt!", @@ -337,6 +335,7 @@ "Cheers!" : "Skál!", "Use the following link to reset your password: {link}" : "Notað eftirfarandi veftengil til að endursetja lykilorðið þitt: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hæ þú,

bara að láta þig vita að %s deildi %s með þér.
Skoðaðu það!

", - "Please use the command line updater because you have a big instance." : "Endilega notaðu uppfærslutólið af skipanalínu, því þú ert með mjög stóra uppsetningu." + "Please use the command line updater because you have a big instance." : "Endilega notaðu uppfærslutólið af skipanalínu, því þú ert með mjög stóra uppsetningu.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache er ekki rétt uppsett. Fyrir betri afköst mælum við með ↗ því að nota eftirfarandi stillingar í php.ini:" },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/core/l10n/it.js b/core/l10n/it.js index aa1fba66d6..7b1c311533 100644 --- a/core/l10n/it.js +++ b/core/l10n/it.js @@ -103,7 +103,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. Se non stai effettuando l'accesso da un proxy affidabile, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella nostra documentazione.", "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 memcached wiki about both modules." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il wiki di memcached per informazioni su entrambi i moduli.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella nostra documentazione. (Elenco dei file non validi… / Nuova scansione…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OpCache non è configurata correttamente. Per prestazioni migliori consigliamo di utilizzare le impostazioni in php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La funzione PHP \"set_time_limit\" non è disponibile. Ciò potrebbe comportare l'interruzione di script durante l'esecuzione, compromettendo la tua installazione. Ti consigliamo vivamente di abilitare questa funzione.", "Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza dei dati e noi consigliamo di modificare questa impostazione.", @@ -117,7 +116,6 @@ OC.L10N.register( "Expiration" : "Scadenza", "Expiration date" : "Data di scadenza", "Choose a password for the public link" : "Scegli una password per il collegamento pubblico", - "Choose a password for the public link or press \"Enter ↵\"" : "Scegli una password per il collegamento pubblico o premi \"Invio ↵\"", "Copied!" : "Copiati!", "Copy" : "Copia", "Not supported!" : "Non supportato!", @@ -319,6 +317,7 @@ OC.L10N.register( "Cheers!" : "Saluti!", "Use the following link to reset your password: {link}" : "Usa il collegamento seguente per ripristinare la password: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ciao,

volevo informarti che %s ha condiviso %s con te.
Guarda!

", - "Please use the command line updater because you have a big instance." : "Utilizza lo strumento da riga di comando per la grandezza della tua istanza." + "Please use the command line updater because you have a big instance." : "Utilizza lo strumento da riga di comando per la grandezza della tua istanza.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OpCache non è configurata correttamente. Per prestazioni migliori consigliamo di utilizzare le impostazioni in php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/it.json b/core/l10n/it.json index d5b8aba46d..3047d0df29 100644 --- a/core/l10n/it.json +++ b/core/l10n/it.json @@ -101,7 +101,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "La configurazione delle intestazioni del proxy inverso non è corretta, o stai effettuando l'accesso a Nextcloud da un proxy affidabile. Se non stai effettuando l'accesso da un proxy affidabile, questo è un problema di sicurezza e può consentire a un attaccante di falsificare il suo indirizzo IP, rendendolo visibile a Nextcloud. Ulteriori informazioni sono disponibili nella nostra documentazione.", "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 memcached wiki about both modules." : "Memcached è configurato come cache distribuita, ma è installato il modulo \"memcache\" errato. \\OC\\Memcache\\Memcached supporta solo \"memcached\" e non \"memcache\". Vedi il wiki di memcached per informazioni su entrambi i moduli.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alcuni file non hanno superato il controllo di integrità. Ulteriori informazioni su come risolvere questo problema sono disponibili nella nostra documentazione. (Elenco dei file non validi… / Nuova scansione…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OpCache non è configurata correttamente. Per prestazioni migliori consigliamo di utilizzare le impostazioni in php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "La funzione PHP \"set_time_limit\" non è disponibile. Ciò potrebbe comportare l'interruzione di script durante l'esecuzione, compromettendo la tua installazione. Ti consigliamo vivamente di abilitare questa funzione.", "Error occurred while checking server setup" : "Si è verificato un errore durante il controllo della configurazione del server", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "L'intestazione HTTP \"{header}\" non è configurata come \"{expected}\". \nQuesto è un potenziale rischio di sicurezza o di riservatezza dei dati e noi consigliamo di modificare questa impostazione.", @@ -115,7 +114,6 @@ "Expiration" : "Scadenza", "Expiration date" : "Data di scadenza", "Choose a password for the public link" : "Scegli una password per il collegamento pubblico", - "Choose a password for the public link or press \"Enter ↵\"" : "Scegli una password per il collegamento pubblico o premi \"Invio ↵\"", "Copied!" : "Copiati!", "Copy" : "Copia", "Not supported!" : "Non supportato!", @@ -317,6 +315,7 @@ "Cheers!" : "Saluti!", "Use the following link to reset your password: {link}" : "Usa il collegamento seguente per ripristinare la password: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Ciao,

volevo informarti che %s ha condiviso %s con te.
Guarda!

", - "Please use the command line updater because you have a big instance." : "Utilizza lo strumento da riga di comando per la grandezza della tua istanza." + "Please use the command line updater because you have a big instance." : "Utilizza lo strumento da riga di comando per la grandezza della tua istanza.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OpCache non è configurata correttamente. Per prestazioni migliori consigliamo di utilizzare le impostazioni in php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ja.js b/core/l10n/ja.js index 486d62f55f..d1e6c51d67 100644 --- a/core/l10n/ja.js +++ b/core/l10n/ja.js @@ -103,7 +103,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "リバースプロキシヘッダーの設定が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。信頼できるプロキシからNextcloudにアクセスしていない場合、これはセキュリティ上の問題であり、攻撃者が自分のIPアドレスを偽装してNextcloudに見えるようにしている可能性があります。詳細については、ドキュメントをご覧ください。", "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 memcached wiki about both modules." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcached\" のみをサポートしています。\"memcache\" ではありません。memcached wiki で両方のモジュールの情報 について確認してください。", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、ドキュメントの詳細を見てください。(不適合ファイルのリスト… / 再チェック…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache が正しく設定されていません。 パフォーマンスを向上させるため ↗ php.ini で次の設定を使用することをお勧めします:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP 関数 \"set_time_limit\" は使用できません。これにより実行スクリプトが途中で停止されて、インストールを破壊する可能性があります。この機能を有効にすることを強くお勧めします。", "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。", @@ -316,6 +315,7 @@ OC.L10N.register( "Cheers!" : "それでは!", "Use the following link to reset your password: {link}" : "パスワードをリセットするには次のリンクをクリックしてください: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "こんにちは、

%sがあなたと »%s« を共有したことをお知らせします。
それを表示

", - "Please use the command line updater because you have a big instance." : "データ量が大きいため、コマンドラインでの更新を利用してください。" + "Please use the command line updater because you have a big instance." : "データ量が大きいため、コマンドラインでの更新を利用してください。", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache が正しく設定されていません。 パフォーマンスを向上させるため ↗ php.ini で次の設定を使用することをお勧めします:" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/ja.json b/core/l10n/ja.json index f17ea99d25..20a7e6854c 100644 --- a/core/l10n/ja.json +++ b/core/l10n/ja.json @@ -101,7 +101,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "リバースプロキシヘッダーの設定が正しくないか、信頼できるプロキシからNextcloudにアクセスしています。信頼できるプロキシからNextcloudにアクセスしていない場合、これはセキュリティ上の問題であり、攻撃者が自分のIPアドレスを偽装してNextcloudに見えるようにしている可能性があります。詳細については、ドキュメントをご覧ください。", "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 memcached wiki about both modules." : "Memcached は分散キャッシュとして設定されています。しかし、PHPモジュール \"memcache\"が間違ってインストールされています。 \\OC\\Memcache\\Memcached は、\"memcached\" のみをサポートしています。\"memcache\" ではありません。memcached wiki で両方のモジュールの情報 について確認してください。", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "いくつかのファイルでチェックサムが適合しませんでした。この問題を解決するためは、ドキュメントの詳細を見てください。(不適合ファイルのリスト… / 再チェック…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache が正しく設定されていません。 パフォーマンスを向上させるため ↗ php.ini で次の設定を使用することをお勧めします:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP 関数 \"set_time_limit\" は使用できません。これにより実行スクリプトが途中で停止されて、インストールを破壊する可能性があります。この機能を有効にすることを強くお勧めします。", "Error occurred while checking server setup" : "サーバー設定のチェック中にエラーが発生しました", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "\"{header}\" HTTP ヘッダは \"{expected}\" に設定されていません。これは潜在的なセキュリティリスクもしくはプライバシーリスクとなる可能性があるため、この設定を見直すことをおすすめします。", @@ -314,6 +313,7 @@ "Cheers!" : "それでは!", "Use the following link to reset your password: {link}" : "パスワードをリセットするには次のリンクをクリックしてください: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "こんにちは、

%sがあなたと »%s« を共有したことをお知らせします。
それを表示

", - "Please use the command line updater because you have a big instance." : "データ量が大きいため、コマンドラインでの更新を利用してください。" + "Please use the command line updater because you have a big instance." : "データ量が大きいため、コマンドラインでの更新を利用してください。", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache が正しく設定されていません。 パフォーマンスを向上させるため ↗ php.ini で次の設定を使用することをお勧めします:" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/ko.js b/core/l10n/ko.js index 4646a60b99..c7b97d21b1 100644 --- a/core/l10n/ko.js +++ b/core/l10n/ko.js @@ -108,7 +108,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 만약 Nextcloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 문서를 참고하십시오.", "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 memcached wiki about both modules." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcache\"가 아닌 \"memcached\"만 지원합니다. 자세한 내용은 이 두 모듈에 대한 memcached 위키를 참고하십시오.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "일부 파일이 무결성 검사를 통과하지 못습니다. 이 문제를 해결하는 방법은 문서를 참고하십시오.(잘못된 파일 목록… / 다시 검색…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 php.ini 파일에 다음 설정을 추가하는 것을 권장합니다 ↗:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP 함수 \"set_time_limit\"을(를) 사용할 수 없습니다. 스크립트가 실행 중간에 중지되어 설치를 깨트릴 수도 있습니다. 이 함수를 활성화하는 것을 추천합니다.", "Error occurred while checking server setup" : "서버 설정을 확인하는 중 오류 발생", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "데이터 디렉터리와 파일을 인터넷에서 접근할 수 있는 것 같습니다. .htaccess 파일을 사용할 수 없습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 데이터 디렉터리를 웹 서버 문서 디렉터리 밖으로 옮기는 것을 추천합니다.", @@ -123,7 +122,6 @@ OC.L10N.register( "Expiration" : "만료", "Expiration date" : "만료 날짜", "Choose a password for the public link" : "공개 링크 암호를 입력하십시오", - "Choose a password for the public link or press \"Enter ↵\"" : "공개 림크 암호를 입력하거나 \"Enter ↵\" 키를 누르십시오", "Copied!" : "복사 성공!", "Copy" : "복사", "Not supported!" : "지원하지 않음!", @@ -331,6 +329,7 @@ OC.L10N.register( "Cheers!" : "감사합니다!", "Use the following link to reset your password: {link}" : "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "안녕하세요,

%s 님이 %s을(를) 공유하였음을 알려 드립니다.
보러 가기!

", - "Please use the command line updater because you have a big instance." : "현재 인스턴스 크기가 크기 때문에 명령행 업데이터를 사용하십시오." + "Please use the command line updater because you have a big instance." : "현재 인스턴스 크기가 크기 때문에 명령행 업데이터를 사용하십시오.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 php.ini 파일에 다음 설정을 추가하는 것을 권장합니다 ↗:" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/ko.json b/core/l10n/ko.json index 2dd22c76c7..7783701b35 100644 --- a/core/l10n/ko.json +++ b/core/l10n/ko.json @@ -106,7 +106,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "역방향 프록시 헤더 설정이 올바르지 않거나 신뢰하는 프록시를 통해 Nextcloud에 접근하고 있을 수 있습니다. 만약 Nextcloud를 신뢰하는 프록시를 통해 접근하고 있지 않다면 이는 보안 문제이며 공격자가 IP 주소를 속이고 있을 수 있습니다. 자세한 내용은 문서를 참고하십시오.", "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 memcached wiki about both modules." : "Memcached가 분산 캐시로 구성되어 있지만 잘못된 PHP 모듈 \"memcache\"가 설치되어 있습니다. \\OC\\Memcache\\Memcached는 \"memcache\"가 아닌 \"memcached\"만 지원합니다. 자세한 내용은 이 두 모듈에 대한 memcached 위키를 참고하십시오.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "일부 파일이 무결성 검사를 통과하지 못습니다. 이 문제를 해결하는 방법은 문서를 참고하십시오.(잘못된 파일 목록… / 다시 검색…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 php.ini 파일에 다음 설정을 추가하는 것을 권장합니다 ↗:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP 함수 \"set_time_limit\"을(를) 사용할 수 없습니다. 스크립트가 실행 중간에 중지되어 설치를 깨트릴 수도 있습니다. 이 함수를 활성화하는 것을 추천합니다.", "Error occurred while checking server setup" : "서버 설정을 확인하는 중 오류 발생", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "데이터 디렉터리와 파일을 인터넷에서 접근할 수 있는 것 같습니다. .htaccess 파일을 사용할 수 없습니다. 웹 서버 설정을 변경하여 데이터 디렉터리에 접근할 수 없도록 하거나, 데이터 디렉터리를 웹 서버 문서 디렉터리 밖으로 옮기는 것을 추천합니다.", @@ -121,7 +120,6 @@ "Expiration" : "만료", "Expiration date" : "만료 날짜", "Choose a password for the public link" : "공개 링크 암호를 입력하십시오", - "Choose a password for the public link or press \"Enter ↵\"" : "공개 림크 암호를 입력하거나 \"Enter ↵\" 키를 누르십시오", "Copied!" : "복사 성공!", "Copy" : "복사", "Not supported!" : "지원하지 않음!", @@ -329,6 +327,7 @@ "Cheers!" : "감사합니다!", "Use the following link to reset your password: {link}" : "다음 링크를 사용하여 암호를 재설정할 수 있습니다: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "안녕하세요,

%s 님이 %s을(를) 공유하였음을 알려 드립니다.
보러 가기!

", - "Please use the command line updater because you have a big instance." : "현재 인스턴스 크기가 크기 때문에 명령행 업데이터를 사용하십시오." + "Please use the command line updater because you have a big instance." : "현재 인스턴스 크기가 크기 때문에 명령행 업데이터를 사용하십시오.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache가 제대로 설정되어 있지 않습니다. 더 나은 성능을 위해서 php.ini 파일에 다음 설정을 추가하는 것을 권장합니다 ↗:" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/nb.js b/core/l10n/nb.js index f974845e51..3613ba02c1 100644 --- a/core/l10n/nb.js +++ b/core/l10n/nb.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "De omvendte mellomtjener-hodene er ikke satt opp rett, eller du kobler til Nextcloud fra en betrodd mellomtjener. Hvis du ikke kobler til Nextcloud fra en betrodd mellomtjener, er dette et sikkerhetsproblem, og kan tillate en angriper å forfalske deres IP-adresse slik den er synlig for Nextcloud. Ytterligere informasjon er å finne i dokumentasjonen.", "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 memcached wiki about both modules." : "Memcached er satt opp som distribuert mellomlager, men feil PHP-modul \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se memcached-wikien for informasjon om begge modulene.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Noen filer besto ikke gyldighetssjekken. Ytterligere informasjon om hvordan dette problemet kan løses finnes i vår dokumentasjon. (Liste over ugyldige filer… / Skann på ny…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache er ikke satt opp rett. For bedre ytelse anbefales det ↗ å bruke følgende innstillinger i php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-funksjonen \"set_time_limit\" er ikke tilgjengelig. Dette kan resultere i at skript blir stoppet midt i kjøring, noe som knekker installasjonen din. Det anbefales sterkt å skru på denne funksjonen.", "Error occurred while checking server setup" : "Feil oppstod ved sjekking av tjener-oppsett", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Datamappen og filene dine er sannsynligvis tilgjengelige fra Internett. .htaccess-filen fungerer ikke. Det anbefales sterkt at du setter opp vev-tjeneren slik at datamappen ikke kan aksesseres eller at du flytter datamappen ut av vev-tjenerens dokumentrot.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Utløpsdato", "Expiration date" : "Utløpsdato", "Choose a password for the public link" : "Velg et passord for den offentlige lenken", - "Choose a password for the public link or press \"Enter ↵\"" : "Velg et passord for den offentlige lenken eller trykk \"Enter ↵\"", "Copied!" : "Kopiert!", "Copy" : "Kopier", "Not supported!" : "Ikke støttet!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Ha det!", "Use the following link to reset your password: {link}" : "Bruk følgende lenke for å tilbakestille passordet ditt: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei,

Dette er en beskjed om at %s delte %s med deg.
Vis den!

", - "Please use the command line updater because you have a big instance." : "Vennligst oppdater ved hjelp av kommandolinjen ettersom du har en stor installasjon." + "Please use the command line updater because you have a big instance." : "Vennligst oppdater ved hjelp av kommandolinjen ettersom du har en stor installasjon.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache er ikke satt opp rett. For bedre ytelse anbefales det ↗ å bruke følgende innstillinger i php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nb.json b/core/l10n/nb.json index 1bf84794c7..642037a70b 100644 --- a/core/l10n/nb.json +++ b/core/l10n/nb.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "De omvendte mellomtjener-hodene er ikke satt opp rett, eller du kobler til Nextcloud fra en betrodd mellomtjener. Hvis du ikke kobler til Nextcloud fra en betrodd mellomtjener, er dette et sikkerhetsproblem, og kan tillate en angriper å forfalske deres IP-adresse slik den er synlig for Nextcloud. Ytterligere informasjon er å finne i dokumentasjonen.", "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 memcached wiki about both modules." : "Memcached er satt opp som distribuert mellomlager, men feil PHP-modul \"memcache\" er installert. \\OC\\Memcache\\Memcached støtter bare \"memcached\" og ikke \"memcache\". Se memcached-wikien for informasjon om begge modulene.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Noen filer besto ikke gyldighetssjekken. Ytterligere informasjon om hvordan dette problemet kan løses finnes i vår dokumentasjon. (Liste over ugyldige filer… / Skann på ny…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache er ikke satt opp rett. For bedre ytelse anbefales det ↗ å bruke følgende innstillinger i php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP-funksjonen \"set_time_limit\" er ikke tilgjengelig. Dette kan resultere i at skript blir stoppet midt i kjøring, noe som knekker installasjonen din. Det anbefales sterkt å skru på denne funksjonen.", "Error occurred while checking server setup" : "Feil oppstod ved sjekking av tjener-oppsett", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Datamappen og filene dine er sannsynligvis tilgjengelige fra Internett. .htaccess-filen fungerer ikke. Det anbefales sterkt at du setter opp vev-tjeneren slik at datamappen ikke kan aksesseres eller at du flytter datamappen ut av vev-tjenerens dokumentrot.", @@ -125,7 +124,6 @@ "Expiration" : "Utløpsdato", "Expiration date" : "Utløpsdato", "Choose a password for the public link" : "Velg et passord for den offentlige lenken", - "Choose a password for the public link or press \"Enter ↵\"" : "Velg et passord for den offentlige lenken eller trykk \"Enter ↵\"", "Copied!" : "Kopiert!", "Copy" : "Kopier", "Not supported!" : "Ikke støttet!", @@ -337,6 +335,7 @@ "Cheers!" : "Ha det!", "Use the following link to reset your password: {link}" : "Bruk følgende lenke for å tilbakestille passordet ditt: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hei,

Dette er en beskjed om at %s delte %s med deg.
Vis den!

", - "Please use the command line updater because you have a big instance." : "Vennligst oppdater ved hjelp av kommandolinjen ettersom du har en stor installasjon." + "Please use the command line updater because you have a big instance." : "Vennligst oppdater ved hjelp av kommandolinjen ettersom du har en stor installasjon.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache er ikke satt opp rett. For bedre ytelse anbefales det ↗ å bruke følgende innstillinger i php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/nl.js b/core/l10n/nl.js index b02f03f422..7dfe7cf4b3 100644 --- a/core/l10n/nl.js +++ b/core/l10n/nl.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "De reverse proxy headerconfiguratie is onjuist, of je hebt toegang tot Nextcloud via een vertrouwde proxy. Als je Nextcloud niet via een vertrouwde proxy benadert, dan levert dat een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat Nextcloud ziet kan vervalsen. Meer informatie is te vinden in onze documentatie.", "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 memcached wiki about both modules." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de memcached wiki over beide modules.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Sommige bestanden kwamen niet door de code betrouwbaarheidscontrole. Meer informatie over het oplossen van dit probleem kan worden gevonden in onze documentatie. (Lijst met ongeldige bestanden… / Opnieuw…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "De PHP Opcache is niet juist geconfigureerd. Voor betere prestaties adviseren we  ↗ de volgende instellingen te gebruiken in php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan erin resulteren dat de scripts halverwege stoppen, waardoor de installatie ontregeld raakt. We adviseren met klem om deze functie in te schakelen.", "Error occurred while checking server setup" : "Een fout trad op bij checken serverconfiguratie", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Vervaltermijn", "Expiration date" : "Vervaldatum", "Choose a password for the public link" : "Kies een wachtwoord voor de openbare link", - "Choose a password for the public link or press \"Enter ↵\"" : "Kies een wachtwoord voor de openbare link of druk op \"Enter ↵\"", "Copied!" : "Gekopieerd!", "Copy" : "Kopiëren", "Not supported!" : "Niet ondersteund!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Proficiat!", "Use the following link to reset your password: {link}" : "Gebruik de volgende link om je wachtwoord te resetten: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo daar,

%s deelde %s met je.
Bekijk het hier!

", - "Please use the command line updater because you have a big instance." : "Gebruik de commandoregel updater, omdat je een grote Nextcloud hebt." + "Please use the command line updater because you have a big instance." : "Gebruik de commandoregel updater, omdat je een grote Nextcloud hebt.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "De PHP Opcache is niet juist geconfigureerd. Voor betere prestaties adviseren we  ↗ de volgende instellingen te gebruiken in php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/nl.json b/core/l10n/nl.json index 7703b19541..b125f4f17b 100644 --- a/core/l10n/nl.json +++ b/core/l10n/nl.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "De reverse proxy headerconfiguratie is onjuist, of je hebt toegang tot Nextcloud via een vertrouwde proxy. Als je Nextcloud niet via een vertrouwde proxy benadert, dan levert dat een beveiligingsrisico op, waardoor een aanvaller het IP-adres dat Nextcloud ziet kan vervalsen. Meer informatie is te vinden in onze documentatie.", "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 memcached wiki about both modules." : "Memcached is geconfigureerd als gedistribueerde cache, maar de verkeerde PHP module \"memcache\" is geïnstalleerd. \\OC\\Memcache\\Memcached ondersteunt alleen \"memcached\" en niet \"memcache\". Zie de memcached wiki over beide modules.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Sommige bestanden kwamen niet door de code betrouwbaarheidscontrole. Meer informatie over het oplossen van dit probleem kan worden gevonden in onze documentatie. (Lijst met ongeldige bestanden… / Opnieuw…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "De PHP Opcache is niet juist geconfigureerd. Voor betere prestaties adviseren we  ↗ de volgende instellingen te gebruiken in php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "De PHP functie \"set_time_limit\" is niet beschikbaar. Dit kan erin resulteren dat de scripts halverwege stoppen, waardoor de installatie ontregeld raakt. We adviseren met klem om deze functie in te schakelen.", "Error occurred while checking server setup" : "Een fout trad op bij checken serverconfiguratie", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Je datamap en je bestanden zijn waarschijnlijk vanaf het internet bereikbaar. Het .htaccess-bestand werkt niet. We raden ten zeerste aan aan om je webserver zodanig te configureren, dat de datadirectory niet bereikbaar is vanaf het internet of om je datadirectory te verplaatsen naar een locatie buiten de document-root van de webserver.", @@ -125,7 +124,6 @@ "Expiration" : "Vervaltermijn", "Expiration date" : "Vervaldatum", "Choose a password for the public link" : "Kies een wachtwoord voor de openbare link", - "Choose a password for the public link or press \"Enter ↵\"" : "Kies een wachtwoord voor de openbare link of druk op \"Enter ↵\"", "Copied!" : "Gekopieerd!", "Copy" : "Kopiëren", "Not supported!" : "Niet ondersteund!", @@ -337,6 +335,7 @@ "Cheers!" : "Proficiat!", "Use the following link to reset your password: {link}" : "Gebruik de volgende link om je wachtwoord te resetten: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Hallo daar,

%s deelde %s met je.
Bekijk het hier!

", - "Please use the command line updater because you have a big instance." : "Gebruik de commandoregel updater, omdat je een grote Nextcloud hebt." + "Please use the command line updater because you have a big instance." : "Gebruik de commandoregel updater, omdat je een grote Nextcloud hebt.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "De PHP Opcache is niet juist geconfigureerd. Voor betere prestaties adviseren we  ↗ de volgende instellingen te gebruiken in php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 6f3d9482f0..b4a0151bac 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Konfiguracja nagłówków reverse proxy jest niepoprawna albo łączysz się do Nextclouda przez zaufane proxy. Jeśli nie łączysz się z zaufanego proxy, to jest to problem bezpieczeństwa i atakujący może podszyć się pod adres IP jako widoczny dla Nextclouda. Więcej informacji można znaleźć w naszej dokumentacji.", "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 memcached wiki about both modules." : "Jako cache jest skonfigurowane \"memcached\", ale błędny moduł PHP \"memcache\" jest zainstalowany. \\OC\\Memcache\\Memcached wspiera tylko \"memcached\", a nie \"memcache\". Sprawdź memcached wiki o obu tych modułach.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Niektóre pliki nie przeszły sprawdzania spójności. Dalsze informacje jak to naprawić mogą być znalezione w naszej dokumentacji. (Lista niepoprawnych plików... / Skanowanie ponowne…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache nie jest prawidłowo skonfigurowany Dla lepszej wydajności zalecamy ↗ użycie następujących ustawień w php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Funkcja PHP \"set_time_limit\" nie jest dostępna. Może to powodować zatrzymanie skryptów w podczas działania i w efekcie przerwanie instalacji. Silnie rekomendujemy włączenie tej funkcji.", "Error occurred while checking server setup" : "Pojawił się błąd podczas sprawdzania ustawień serwera", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Twój katalog z danymi i twoje pliki prawdopodobnie są dostępne przez Internet. Plik .htaccess nie działa. Usilnie zalecamy, żebyś tak skonfigurował swój serwer, żeby katalog z danymi nie był dalej dostępny lub przenieś swój katalog z danymi poza katalog root serwera webowego.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Wygaśnięcie", "Expiration date" : "Data wygaśnięcia", "Choose a password for the public link" : "Wybierz hasło dla linku publicznego", - "Choose a password for the public link or press \"Enter ↵\"" : "Wybierz hasło dla publicznego linka lub wciśnij \"Enter ↵\"", "Copied!" : "Skopiowano!", "Copy" : "Skopiuj", "Not supported!" : "Brak wsparcia!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Pozdrawiam!", "Use the following link to reset your password: {link}" : "Użyj tego odnośnika by zresetować hasło: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Witam,

informuję, że %s udostępnianych zasobów %s jest z Tobą.
Zobacz!

", - "Please use the command line updater because you have a big instance." : "Ze względu na rozmiar Twojej instalacji użyj programu do aktualizacji z linii poleceń." + "Please use the command line updater because you have a big instance." : "Ze względu na rozmiar Twojej instalacji użyj programu do aktualizacji z linii poleceń.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache nie jest prawidłowo skonfigurowany Dla lepszej wydajności zalecamy ↗ użycie następujących ustawień w php.ini:" }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/core/l10n/pl.json b/core/l10n/pl.json index e15bdf4155..f3da3507e1 100644 --- a/core/l10n/pl.json +++ b/core/l10n/pl.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Konfiguracja nagłówków reverse proxy jest niepoprawna albo łączysz się do Nextclouda przez zaufane proxy. Jeśli nie łączysz się z zaufanego proxy, to jest to problem bezpieczeństwa i atakujący może podszyć się pod adres IP jako widoczny dla Nextclouda. Więcej informacji można znaleźć w naszej dokumentacji.", "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 memcached wiki about both modules." : "Jako cache jest skonfigurowane \"memcached\", ale błędny moduł PHP \"memcache\" jest zainstalowany. \\OC\\Memcache\\Memcached wspiera tylko \"memcached\", a nie \"memcache\". Sprawdź memcached wiki o obu tych modułach.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Niektóre pliki nie przeszły sprawdzania spójności. Dalsze informacje jak to naprawić mogą być znalezione w naszej dokumentacji. (Lista niepoprawnych plików... / Skanowanie ponowne…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache nie jest prawidłowo skonfigurowany Dla lepszej wydajności zalecamy ↗ użycie następujących ustawień w php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Funkcja PHP \"set_time_limit\" nie jest dostępna. Może to powodować zatrzymanie skryptów w podczas działania i w efekcie przerwanie instalacji. Silnie rekomendujemy włączenie tej funkcji.", "Error occurred while checking server setup" : "Pojawił się błąd podczas sprawdzania ustawień serwera", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Twój katalog z danymi i twoje pliki prawdopodobnie są dostępne przez Internet. Plik .htaccess nie działa. Usilnie zalecamy, żebyś tak skonfigurował swój serwer, żeby katalog z danymi nie był dalej dostępny lub przenieś swój katalog z danymi poza katalog root serwera webowego.", @@ -125,7 +124,6 @@ "Expiration" : "Wygaśnięcie", "Expiration date" : "Data wygaśnięcia", "Choose a password for the public link" : "Wybierz hasło dla linku publicznego", - "Choose a password for the public link or press \"Enter ↵\"" : "Wybierz hasło dla publicznego linka lub wciśnij \"Enter ↵\"", "Copied!" : "Skopiowano!", "Copy" : "Skopiuj", "Not supported!" : "Brak wsparcia!", @@ -337,6 +335,7 @@ "Cheers!" : "Pozdrawiam!", "Use the following link to reset your password: {link}" : "Użyj tego odnośnika by zresetować hasło: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Witam,

informuję, że %s udostępnianych zasobów %s jest z Tobą.
Zobacz!

", - "Please use the command line updater because you have a big instance." : "Ze względu na rozmiar Twojej instalacji użyj programu do aktualizacji z linii poleceń." + "Please use the command line updater because you have a big instance." : "Ze względu na rozmiar Twojej instalacji użyj programu do aktualizacji z linii poleceń.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache nie jest prawidłowo skonfigurowany Dla lepszej wydajności zalecamy ↗ użycie następujących ustawień w php.ini:" },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/core/l10n/pt_BR.js b/core/l10n/pt_BR.js index d05622d9f0..1b50561813 100644 --- a/core/l10n/pt_BR.js +++ b/core/l10n/pt_BR.js @@ -56,7 +56,7 @@ OC.L10N.register( "Already up to date" : "Já está atualizado", "No contacts found" : "Nenhum contato encontrado", "Show all contacts …" : "Mostrar todos os contatos...", - "There was an error loading your contacts" : "Houve um erro carregando seus contatos", + "There was an error loading your contacts" : "Erro ao carregar seus contatos", "Loading your contacts …" : "Carregando seus contatos...", "Looking for {term} …" : "Procurando por {term}…", "There were problems with the code integrity check. More information…" : "Houve problemas com a verificação de integridade do código. Mais informações…", @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "O cabeçalho do proxy reverso está incorreto, ou você está acessando a partir de um proxy confiável. Se você não está usando um proxy confiável, há uma falha de segurança que pode permitir um ataque. Mais informação pode ser encontrada na nossa documentação.", "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 memcached wiki about both modules." : "Memcached está configurado como cache distribuído, mas o módulo PHP errado \"memcache\" está instalado. \\OC\\Memcache\\Memcached suporta apenas \"memcached\" e não \"memcache\". Veja a wiki memcached sobre ambos os módulos .", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns arquivos não passaram na verificação de integridade. Mais informações sobre como resolver este problema pode ser encontrado em nossa documentação. (Lista de arquivos inválidos… / Rescan…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "O Opcache do PHP não está configurado corretamente. Para um melhor desempenho recomendamos ↗ usar as seguintes configurações no php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar em scripts pendurados durante a execução e prejudicando sua instalação. Sugerimos fortemente habilitar esta função.", "Error occurred while checking server setup" : "Erro ao verificar a configuração do servidor", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Seu diretório de dados e arquivos provavelmente estão acessíveis via internet. O arquivo .htaccess não está funcionando. É altamente recomendado que você configure seu servidor web de maneira que o diretório de dados não seja mais acessível ou mova-o para fora do diretório raiz do servidor web.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Expiração", "Expiration date" : "Data de expiração", "Choose a password for the public link" : "Escolha uma senha para o link público", - "Choose a password for the public link or press \"Enter ↵\"" : "Escolha uma senha para o link público ou pressione \"Enter ↵\"", "Copied!" : "Copiado!", "Copy" : "Copiar", "Not supported!" : "Não suportado!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Saudações!", "Use the following link to reset your password: {link}" : "Use o seguinte link para redefinir sua senha: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Olá,

só para avisar que %s compartilhou %s com você.
Visualize-o!

", - "Please use the command line updater because you have a big instance." : "Por favor, use a atualização de linha de comando, porque você tem muitos dados em sua instância." + "Please use the command line updater because you have a big instance." : "Por favor, use a atualização de linha de comando, porque você tem muitos dados em sua instância.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "O Opcache do PHP não está configurado corretamente. Para um melhor desempenho recomendamos ↗ usar as seguintes configurações no php.ini:" }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/pt_BR.json b/core/l10n/pt_BR.json index da6d41279b..0171b2e60f 100644 --- a/core/l10n/pt_BR.json +++ b/core/l10n/pt_BR.json @@ -54,7 +54,7 @@ "Already up to date" : "Já está atualizado", "No contacts found" : "Nenhum contato encontrado", "Show all contacts …" : "Mostrar todos os contatos...", - "There was an error loading your contacts" : "Houve um erro carregando seus contatos", + "There was an error loading your contacts" : "Erro ao carregar seus contatos", "Loading your contacts …" : "Carregando seus contatos...", "Looking for {term} …" : "Procurando por {term}…", "There were problems with the code integrity check. More information…" : "Houve problemas com a verificação de integridade do código. Mais informações…", @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "O cabeçalho do proxy reverso está incorreto, ou você está acessando a partir de um proxy confiável. Se você não está usando um proxy confiável, há uma falha de segurança que pode permitir um ataque. Mais informação pode ser encontrada na nossa documentação.", "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 memcached wiki about both modules." : "Memcached está configurado como cache distribuído, mas o módulo PHP errado \"memcache\" está instalado. \\OC\\Memcache\\Memcached suporta apenas \"memcached\" e não \"memcache\". Veja a wiki memcached sobre ambos os módulos .", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns arquivos não passaram na verificação de integridade. Mais informações sobre como resolver este problema pode ser encontrado em nossa documentação. (Lista de arquivos inválidos… / Rescan…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "O Opcache do PHP não está configurado corretamente. Para um melhor desempenho recomendamos ↗ usar as seguintes configurações no php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar em scripts pendurados durante a execução e prejudicando sua instalação. Sugerimos fortemente habilitar esta função.", "Error occurred while checking server setup" : "Erro ao verificar a configuração do servidor", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Seu diretório de dados e arquivos provavelmente estão acessíveis via internet. O arquivo .htaccess não está funcionando. É altamente recomendado que você configure seu servidor web de maneira que o diretório de dados não seja mais acessível ou mova-o para fora do diretório raiz do servidor web.", @@ -125,7 +124,6 @@ "Expiration" : "Expiração", "Expiration date" : "Data de expiração", "Choose a password for the public link" : "Escolha uma senha para o link público", - "Choose a password for the public link or press \"Enter ↵\"" : "Escolha uma senha para o link público ou pressione \"Enter ↵\"", "Copied!" : "Copiado!", "Copy" : "Copiar", "Not supported!" : "Não suportado!", @@ -337,6 +335,7 @@ "Cheers!" : "Saudações!", "Use the following link to reset your password: {link}" : "Use o seguinte link para redefinir sua senha: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Olá,

só para avisar que %s compartilhou %s com você.
Visualize-o!

", - "Please use the command line updater because you have a big instance." : "Por favor, use a atualização de linha de comando, porque você tem muitos dados em sua instância." + "Please use the command line updater because you have a big instance." : "Por favor, use a atualização de linha de comando, porque você tem muitos dados em sua instância.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "O Opcache do PHP não está configurado corretamente. Para um melhor desempenho recomendamos ↗ usar as seguintes configurações no php.ini:" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/pt_PT.js b/core/l10n/pt_PT.js index 3d70c15bd5..d49d71ad28 100644 --- a/core/l10n/pt_PT.js +++ b/core/l10n/pt_PT.js @@ -95,7 +95,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "A configuração de cabeçalhos de proxy reverso está incorrecta ou está a aceder a Nextcloud a partir de um proxy confiável. Se não estiver a aceder a Nextcloud a partir de um proxy confiável, isso é um problema de segurança e pode permitir que um invasor falsifique o endereço IP como visível para o Nextcloud. Mais informação nesta documentação.", "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 memcached wiki about both modules." : "Memcached está configurada como cache distribuída, mas o módulo \"memcache\" PHP errado está instalado. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Leia a memcached wiki sobre ambos os módulos.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns ficheiros não passaram na verificação de integridade. Mais informação sobre este assunto pode ser encontrada na nossa documentação. (Lista de ficheiros inválidos… / Reverificar…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache não está devidamente configurado. Para um melhor desempenho, recomenda-se ↗ usar as seguintes configurações no php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar na paragem dos scripts a meio da execução, impedindo a instalação. Recomenda-se vivamente activar esta função.", "Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "O cabeçalho HTTP \"{header}\" não está configurado para igualar \"{expected}\". Isto é um potencial risco de segurança ou privacidade e recomendamos que o corrija.", @@ -304,6 +303,7 @@ OC.L10N.register( "Cheers!" : "Parabéns!", "Use the following link to reset your password: {link}" : "Utilize a seguinte hiperligação para repor a sua palavra-passe: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Olá,

apenas para informar que %s partilhou %s consigo.
Consulte aqui!

", - "Please use the command line updater because you have a big instance." : "Por favor, utilize o atualizador de linha de comando porque a sua instância é grande." + "Please use the command line updater because you have a big instance." : "Por favor, utilize o atualizador de linha de comando porque a sua instância é grande.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache não está devidamente configurado. Para um melhor desempenho, recomenda-se ↗ usar as seguintes configurações no php.ini:" }, "nplurals=2; plural=(n != 1);"); diff --git a/core/l10n/pt_PT.json b/core/l10n/pt_PT.json index 52074281b2..225dfcebb5 100644 --- a/core/l10n/pt_PT.json +++ b/core/l10n/pt_PT.json @@ -93,7 +93,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "A configuração de cabeçalhos de proxy reverso está incorrecta ou está a aceder a Nextcloud a partir de um proxy confiável. Se não estiver a aceder a Nextcloud a partir de um proxy confiável, isso é um problema de segurança e pode permitir que um invasor falsifique o endereço IP como visível para o Nextcloud. Mais informação nesta documentação.", "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 memcached wiki about both modules." : "Memcached está configurada como cache distribuída, mas o módulo \"memcache\" PHP errado está instalado. \\OC\\Memcache\\Memcached apenas suporta \"memcached\" e não \"memcache\". Leia a memcached wiki sobre ambos os módulos.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Alguns ficheiros não passaram na verificação de integridade. Mais informação sobre este assunto pode ser encontrada na nossa documentação. (Lista de ficheiros inválidos… / Reverificar…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache não está devidamente configurado. Para um melhor desempenho, recomenda-se ↗ usar as seguintes configurações no php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "A função PHP \"set_time_limit\" não está disponível. Isso pode resultar na paragem dos scripts a meio da execução, impedindo a instalação. Recomenda-se vivamente activar esta função.", "Error occurred while checking server setup" : "Ocorreu um erro durante a verificação da configuração do servidor", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "O cabeçalho HTTP \"{header}\" não está configurado para igualar \"{expected}\". Isto é um potencial risco de segurança ou privacidade e recomendamos que o corrija.", @@ -302,6 +301,7 @@ "Cheers!" : "Parabéns!", "Use the following link to reset your password: {link}" : "Utilize a seguinte hiperligação para repor a sua palavra-passe: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Olá,

apenas para informar que %s partilhou %s consigo.
Consulte aqui!

", - "Please use the command line updater because you have a big instance." : "Por favor, utilize o atualizador de linha de comando porque a sua instância é grande." + "Please use the command line updater because you have a big instance." : "Por favor, utilize o atualizador de linha de comando porque a sua instância é grande.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache não está devidamente configurado. Para um melhor desempenho, recomenda-se ↗ usar as seguintes configurações no php.ini:" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/core/l10n/ro.js b/core/l10n/ro.js index 9d954c0418..4e4348e36e 100644 --- a/core/l10n/ro.js +++ b/core/l10n/ro.js @@ -95,7 +95,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Configurarea headerelor pentru reverse proxy sunt incorecte, sau accesezi Nextcloud printr-un proxy de încredere. Dacă nu accesezi Nextcloud printr-un proxy de încredere, aceasta este o problemă de securitate și poate permite unui atacator mascarea adresei IP vizibile pentru Nextcloud. Mai multe informații pot fi găsite în documentație.", "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 memcached wiki about both modules." : "Memcached este configurat ca și cache distribuit, dar este instalat un modul PHP greșit pentru ”memcache”. \\OC\\Memcache\\Memcached suportă numai ”memcached” și nu ”memcache”. Vezi și wiki-ul memcached despre ambele module.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Unele fișiere nu au trecut de verificarea de integritate. Mai multe informații despre cum se rezolvă această problemă pot fi găsite în documentație. (Lista fișierelor non-valide… / Rescanează…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Modulul PHP Opcache nu este configurat corespunzător. Pentru performanțe îmbunătățite recomandăm ↗ utilizarea următoarelor configurări în php.ini:", "Error occurred while checking server setup" : "A apărut o eroare la verificarea configurației serverului", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header-ul HTTP ”{header}” nu este configurat să fie identic cu \"{expected}\". Aceasta reprezintă un potențial risc de securitate sau de confidențialitate și recomandăm modificarea corespunzătoare a acestei setări.", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "Header-ul HTTP \"Strict-Transport-Security\" nu este configurat cu cel puțin \"{seconds}\" secunde. Pentru o securitate îmbunătățită recomandăm activarea HSTS așa cum este descris în sfaturile de securitate.", @@ -290,6 +289,7 @@ OC.L10N.register( "Cheers!" : "Noroc!", "Use the following link to reset your password: {link}" : "Folosește următorul link pentru a reseta parola: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Salutare,

te anunțăm pe această cale că %s a partajat %s cu tine.
Accesează!

", - "Please use the command line updater because you have a big instance." : "Folosește actualizarea din linia de comandă deoarece ai o instanță mare." + "Please use the command line updater because you have a big instance." : "Folosește actualizarea din linia de comandă deoarece ai o instanță mare.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Modulul PHP Opcache nu este configurat corespunzător. Pentru performanțe îmbunătățite recomandăm ↗ utilizarea următoarelor configurări în php.ini:" }, "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/core/l10n/ro.json b/core/l10n/ro.json index ba523f36f2..cbf4f7ce9a 100644 --- a/core/l10n/ro.json +++ b/core/l10n/ro.json @@ -93,7 +93,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Configurarea headerelor pentru reverse proxy sunt incorecte, sau accesezi Nextcloud printr-un proxy de încredere. Dacă nu accesezi Nextcloud printr-un proxy de încredere, aceasta este o problemă de securitate și poate permite unui atacator mascarea adresei IP vizibile pentru Nextcloud. Mai multe informații pot fi găsite în documentație.", "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 memcached wiki about both modules." : "Memcached este configurat ca și cache distribuit, dar este instalat un modul PHP greșit pentru ”memcache”. \\OC\\Memcache\\Memcached suportă numai ”memcached” și nu ”memcache”. Vezi și wiki-ul memcached despre ambele module.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Unele fișiere nu au trecut de verificarea de integritate. Mai multe informații despre cum se rezolvă această problemă pot fi găsite în documentație. (Lista fișierelor non-valide… / Rescanează…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Modulul PHP Opcache nu este configurat corespunzător. Pentru performanțe îmbunătățite recomandăm ↗ utilizarea următoarelor configurări în php.ini:", "Error occurred while checking server setup" : "A apărut o eroare la verificarea configurației serverului", "The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header-ul HTTP ”{header}” nu este configurat să fie identic cu \"{expected}\". Aceasta reprezintă un potențial risc de securitate sau de confidențialitate și recomandăm modificarea corespunzătoare a acestei setări.", "The \"Strict-Transport-Security\" HTTP header is not configured to at least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our security tips." : "Header-ul HTTP \"Strict-Transport-Security\" nu este configurat cu cel puțin \"{seconds}\" secunde. Pentru o securitate îmbunătățită recomandăm activarea HSTS așa cum este descris în sfaturile de securitate.", @@ -288,6 +287,7 @@ "Cheers!" : "Noroc!", "Use the following link to reset your password: {link}" : "Folosește următorul link pentru a reseta parola: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Salutare,

te anunțăm pe această cale că %s a partajat %s cu tine.
Accesează!

", - "Please use the command line updater because you have a big instance." : "Folosește actualizarea din linia de comandă deoarece ai o instanță mare." + "Please use the command line updater because you have a big instance." : "Folosește actualizarea din linia de comandă deoarece ai o instanță mare.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "Modulul PHP Opcache nu este configurat corespunzător. Pentru performanțe îmbunătățite recomandăm ↗ utilizarea următoarelor configurări în php.ini:" },"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" } \ No newline at end of file diff --git a/core/l10n/ru.js b/core/l10n/ru.js index aa49ea89df..32b8bd28fd 100644 --- a/core/l10n/ru.js +++ b/core/l10n/ru.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Заголовки обратного прокси настроены неправильно, либо вы пытаетесь получить доступ к NextCloud через доверенный прокси. Если NextCloud открыт не через доверенный прокси, это проблема безопасности, которая может позволить атакующему подделать IP-адрес, который видит NextCloud. Для получения дополнительной информации смотрите нашу документацию.", "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 memcached wiki about both modules." : "Memcached настроен на распределенный кеш, но установлен не поддерживаемый модуль PHP \"memcache\". \\OC\\Memcache\\Memcached поддерживает только модуль \"memcached\", но не \"memcache\". Больше информации на wiki странице memcached о обоих модулях.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Некоторые файлы не прошли проверку целостности. Дополнительная информация о том, как устранить данную проблему доступна в нашей документации. (Список проблемных файлов… / Сканировать ещё раз…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache не настроен правильно. Для обеспечения лучшей производительности рекомендуется ↗ использовать следующие настройки в php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Функция PHP «set_time_limit» недоступна. В случае остановки скриптов во время работы, это может привести к повреждению установки. Настойчиво рекомендуется включить эту функция. ", "Error occurred while checking server setup" : "Произошла ошибка при проверке настроек сервера", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ваш каталог данных и ваши файлы возможно доступны из Интернета. Файл .htaccess не работает. Настоятельно рекомендуется настроить веб сервер таким образом, чтобы каталог данных не был больше доступен или переместить каталог данных за пределы корня веб-сервера.Save", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Срок действия", "Expiration date" : "Дата окончания", "Choose a password for the public link" : "Укажите пароль для общедоступной ссылки", - "Choose a password for the public link or press \"Enter ↵\"" : "Укажите пароль для общедоступной ссылки или нажмите «Ввод ↵»", "Copied!" : "Скопировано!", "Copy" : "Копировать", "Not supported!" : "Не поддерживается!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Всего наилучшего!", "Use the following link to reset your password: {link}" : "Используйте следующую ссылку чтобы сбросить пароль: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Здравствуйте,

%s поделился с вами %s.
Перейдите по ссылке, чтобы посмотреть

", - "Please use the command line updater because you have a big instance." : "Пожалуйста, используйте обновление через командную строку, так как данная установка имеет большой размер." + "Please use the command line updater because you have a big instance." : "Пожалуйста, используйте обновление через командную строку, так как данная установка имеет большой размер.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache не настроен правильно. Для обеспечения лучшей производительности рекомендуется ↗ использовать следующие настройки в php.ini:" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/core/l10n/ru.json b/core/l10n/ru.json index 65a37a4631..484b619d95 100644 --- a/core/l10n/ru.json +++ b/core/l10n/ru.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Заголовки обратного прокси настроены неправильно, либо вы пытаетесь получить доступ к NextCloud через доверенный прокси. Если NextCloud открыт не через доверенный прокси, это проблема безопасности, которая может позволить атакующему подделать IP-адрес, который видит NextCloud. Для получения дополнительной информации смотрите нашу документацию.", "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 memcached wiki about both modules." : "Memcached настроен на распределенный кеш, но установлен не поддерживаемый модуль PHP \"memcache\". \\OC\\Memcache\\Memcached поддерживает только модуль \"memcached\", но не \"memcache\". Больше информации на wiki странице memcached о обоих модулях.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Некоторые файлы не прошли проверку целостности. Дополнительная информация о том, как устранить данную проблему доступна в нашей документации. (Список проблемных файлов… / Сканировать ещё раз…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache не настроен правильно. Для обеспечения лучшей производительности рекомендуется ↗ использовать следующие настройки в php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Функция PHP «set_time_limit» недоступна. В случае остановки скриптов во время работы, это может привести к повреждению установки. Настойчиво рекомендуется включить эту функция. ", "Error occurred while checking server setup" : "Произошла ошибка при проверке настроек сервера", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Ваш каталог данных и ваши файлы возможно доступны из Интернета. Файл .htaccess не работает. Настоятельно рекомендуется настроить веб сервер таким образом, чтобы каталог данных не был больше доступен или переместить каталог данных за пределы корня веб-сервера.Save", @@ -125,7 +124,6 @@ "Expiration" : "Срок действия", "Expiration date" : "Дата окончания", "Choose a password for the public link" : "Укажите пароль для общедоступной ссылки", - "Choose a password for the public link or press \"Enter ↵\"" : "Укажите пароль для общедоступной ссылки или нажмите «Ввод ↵»", "Copied!" : "Скопировано!", "Copy" : "Копировать", "Not supported!" : "Не поддерживается!", @@ -337,6 +335,7 @@ "Cheers!" : "Всего наилучшего!", "Use the following link to reset your password: {link}" : "Используйте следующую ссылку чтобы сбросить пароль: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Здравствуйте,

%s поделился с вами %s.
Перейдите по ссылке, чтобы посмотреть

", - "Please use the command line updater because you have a big instance." : "Пожалуйста, используйте обновление через командную строку, так как данная установка имеет большой размер." + "Please use the command line updater because you have a big instance." : "Пожалуйста, используйте обновление через командную строку, так как данная установка имеет большой размер.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP OPcache не настроен правильно. Для обеспечения лучшей производительности рекомендуется ↗ использовать следующие настройки в php.ini:" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/core/l10n/sv.js b/core/l10n/sv.js index a1844671a5..721d811bb9 100644 --- a/core/l10n/sv.js +++ b/core/l10n/sv.js @@ -123,7 +123,6 @@ OC.L10N.register( "Expiration" : "Upphör", "Expiration date" : "Utgångsdatum", "Choose a password for the public link" : "Välj ett lösenord för den offentliga länken", - "Choose a password for the public link or press \"Enter ↵\"" : "Välj ett lösenord för offentlig delning eller tryck \"Enter ↵\"", "Copied!" : "Kopierad!", "Copy" : "Kopiera", "Not supported!" : "Stöds ej!", diff --git a/core/l10n/sv.json b/core/l10n/sv.json index 7073ca809c..86780bcd83 100644 --- a/core/l10n/sv.json +++ b/core/l10n/sv.json @@ -121,7 +121,6 @@ "Expiration" : "Upphör", "Expiration date" : "Utgångsdatum", "Choose a password for the public link" : "Välj ett lösenord för den offentliga länken", - "Choose a password for the public link or press \"Enter ↵\"" : "Välj ett lösenord för offentlig delning eller tryck \"Enter ↵\"", "Copied!" : "Kopierad!", "Copy" : "Kopiera", "Not supported!" : "Stöds ej!", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index f9c52ce5f8..f7e7e1f06d 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Nextcloud üzerine güvenilen bir vekil sunucudan erişmiyorsanız bu bir güvenlik sorunudur ve bir saldırganın IP adresini farklıymış gibi göstermesine izin verebilir. Ayrıntlı bilgi almak için belgelere bakabilirsiniz.", "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 memcached wiki about both modules." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için memcached wiki sayfasına bakabilirsiniz.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için belgelere bakabilirsiniz. (Geçersiz dosyaların listesi… / Yeniden Tara…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache doğru şekilde ayarlanmamış. Daha iyi sonuç almak için  php.ini dosyasında şu ayarların kullanılması önerilir ↗:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "\"set_time_limit\" PHP işlevi kullanılamıyor. Bu durum betiklerin yürütme sırasında durmasına, ve kurulumunuzun çalışmamasına neden olabilir. Bu işlevi etkinleştirmeniz önemle önerilir.", "Error occurred while checking server setup" : "Sunucu ayarları denetlenirken bir sorun çıktı", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık olabilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak veri klasörüne erişimi engellemeniz ya da veri klasörünü web sunucu kök klasörü dışına taşımanız önemle önerilir.", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "Son kullanma", "Expiration date" : "Son kullanma tarihi", "Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin", - "Choose a password for the public link or press \"Enter ↵\"" : "Herkese açık bağlantı için bir parola belirtin ya da \"Enter ↵\" tuşuna basın", "Copied!" : "Kopyalandı!", "Copy" : "Kopyala", "Not supported!" : "Desteklenmiyor!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "Hoşça kalın!", "Use the following link to reset your password: {link}" : "Parolanızı sıfırlamak için şu bağlantıyı kullanın: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Merhaba,

%s kullanıcısının sizinle %s paylaşımında bulunduğunu bildirmek istedik.
Paylaşımı şuradan görebilirsiniz!

", - "Please use the command line updater because you have a big instance." : "Kopyanız oldukça büyük olduğundan güncelleme için komut satırını kullanın." + "Please use the command line updater because you have a big instance." : "Kopyanız oldukça büyük olduğundan güncelleme için komut satırını kullanın.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache doğru şekilde ayarlanmamış. Daha iyi sonuç almak için  php.ini dosyasında şu ayarların kullanılması önerilir ↗:" }, "nplurals=2; plural=(n > 1);"); diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 137b7fa1c8..a6923698e7 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Ters vekil sunucu üst bilgi yapılandırmanız doğru değil ya da Nextcloud üzerine güvenilen bir vekil sunucudan erişiyorsunuz. Nextcloud üzerine güvenilen bir vekil sunucudan erişmiyorsanız bu bir güvenlik sorunudur ve bir saldırganın IP adresini farklıymış gibi göstermesine izin verebilir. Ayrıntlı bilgi almak için belgelere bakabilirsiniz.", "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 memcached wiki about both modules." : "Memcached dağıtık bellek olarak yapılandırılmış ancak kurulmuş PHP \"memcache\" modülü yanlış. \\OC\\Memcache\\Memcached yalnız \"memcache\" modülünü değil \"memcached\" mdoülünü destekler. İki modül hakkında ayrıntılı bilgi almak için memcached wiki sayfasına bakabilirsiniz.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Bazı dosyalar bütünlük denetiminden geçemedi. Bu sorunun çözümü ile ilgili bilgi almak için belgelere bakabilirsiniz. (Geçersiz dosyaların listesi… / Yeniden Tara…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache doğru şekilde ayarlanmamış. Daha iyi sonuç almak için  php.ini dosyasında şu ayarların kullanılması önerilir ↗:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "\"set_time_limit\" PHP işlevi kullanılamıyor. Bu durum betiklerin yürütme sırasında durmasına, ve kurulumunuzun çalışmamasına neden olabilir. Bu işlevi etkinleştirmeniz önemle önerilir.", "Error occurred while checking server setup" : "Sunucu ayarları denetlenirken bir sorun çıktı", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Veri klasörünüz ve dosyalarınız İnternet üzerinden erişime açık olabilir. .htaccess dosyası çalışmıyor. Web sunucunuzu yapılandırarak veri klasörüne erişimi engellemeniz ya da veri klasörünü web sunucu kök klasörü dışına taşımanız önemle önerilir.", @@ -125,7 +124,6 @@ "Expiration" : "Son kullanma", "Expiration date" : "Son kullanma tarihi", "Choose a password for the public link" : "Herkese açık bağlantı için bir parola seçin", - "Choose a password for the public link or press \"Enter ↵\"" : "Herkese açık bağlantı için bir parola belirtin ya da \"Enter ↵\" tuşuna basın", "Copied!" : "Kopyalandı!", "Copy" : "Kopyala", "Not supported!" : "Desteklenmiyor!", @@ -337,6 +335,7 @@ "Cheers!" : "Hoşça kalın!", "Use the following link to reset your password: {link}" : "Parolanızı sıfırlamak için şu bağlantıyı kullanın: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Merhaba,

%s kullanıcısının sizinle %s paylaşımında bulunduğunu bildirmek istedik.
Paylaşımı şuradan görebilirsiniz!

", - "Please use the command line updater because you have a big instance." : "Kopyanız oldukça büyük olduğundan güncelleme için komut satırını kullanın." + "Please use the command line updater because you have a big instance." : "Kopyanız oldukça büyük olduğundan güncelleme için komut satırını kullanın.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache doğru şekilde ayarlanmamış. Daha iyi sonuç almak için  php.ini dosyasında şu ayarların kullanılması önerilir ↗:" },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/core/l10n/vi.js b/core/l10n/vi.js index abc3e14eaa..74774bd95b 100644 --- a/core/l10n/vi.js +++ b/core/l10n/vi.js @@ -110,7 +110,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Phần cấu hình các headers của proxy trỏ ngược không chính xác hoặc bạn đang truy cập Nextcloud từ một proxy đáng tin. Nếu bạn không thể truy cập được từ một proxy dáng tin cậy, thì dẫn tới vấn đề về mất an toàn thông tin và kẻ tấn công có thể giả mạo IP chúng để truy cập Nextcloud. Thông tin chi tiết có thể được tìm thấy trong Tài liệu của chúng tôi. ", "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 memcached wiki about both modules." : "Memcached được cấu hình dưới dạng cache phân tán, nhưng mô đun PHP \"memcache\" được cài đặt trên hệ thống không hợp lệ.. \\OC\\Memcache\\Memcached chỉ hỗ trợ \"memcached\" chứ không phải \"memcache\". Xin vui lòng xem tài liệu memcached wiki about both modules.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Một số file không qua được quá trình kiểm tra tính toàn vẹn. Thông tin thêm về cách xử lý vấn đề này có thể được tìm thấy trong Tài liệu của chúng tôi. (Danh sách các file không hợp lệ… / Rà quét lại…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache không được cấu hình đúng. Để đạt hiệu suất tốt hơn, chúng tôi khuyên bạn ↗nên sử dụng các cài đặt sau trong php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Chức năng PHP \"set_time_limit\" không khả dụng. Điều này có thể dẫn đến việc các tập lệnh bị tạm dừng giữa chừng khi thực hiện, phá vỡ cài đặt của bạn. Chúng tôi thực sự khuyên bạn nên bật chức năng này.", "Error occurred while checking server setup" : "Có lỗi xảy ra khi kiểm tra thiết lập máy chủ", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Thư mục chứa dữ liệu và các tệp của bạn có thể truy cập được từ Internet. Vì tệp .htaccess không hoạt động. Chúng tôi khuyên bạn nên định cấu hình máy chủ web theo cách mà thư mục dữ liệu không có thể truy cập được hoặc bạn di chuyển thư mục dữ liệu ra bên ngoài thư mục gốc của máy chủ web.", @@ -319,6 +318,7 @@ OC.L10N.register( "Cheers!" : "Chúc mừng!", "Use the following link to reset your password: {link}" : "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Xin chào,

báo cho bạn biết rằng %s đã chia sẽ %s với bạn.
Xem

", - "Please use the command line updater because you have a big instance." : "Hãy sử dụng dòng lệnh để cập nhật bởi vì bạn có một hệ thống lớn." + "Please use the command line updater because you have a big instance." : "Hãy sử dụng dòng lệnh để cập nhật bởi vì bạn có một hệ thống lớn.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache không được cấu hình đúng. Để đạt hiệu suất tốt hơn, chúng tôi khuyên bạn ↗nên sử dụng các cài đặt sau trong php.ini:" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/vi.json b/core/l10n/vi.json index 083eb96570..f6497bd0ec 100644 --- a/core/l10n/vi.json +++ b/core/l10n/vi.json @@ -108,7 +108,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "Phần cấu hình các headers của proxy trỏ ngược không chính xác hoặc bạn đang truy cập Nextcloud từ một proxy đáng tin. Nếu bạn không thể truy cập được từ một proxy dáng tin cậy, thì dẫn tới vấn đề về mất an toàn thông tin và kẻ tấn công có thể giả mạo IP chúng để truy cập Nextcloud. Thông tin chi tiết có thể được tìm thấy trong Tài liệu của chúng tôi. ", "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 memcached wiki about both modules." : "Memcached được cấu hình dưới dạng cache phân tán, nhưng mô đun PHP \"memcache\" được cài đặt trên hệ thống không hợp lệ.. \\OC\\Memcache\\Memcached chỉ hỗ trợ \"memcached\" chứ không phải \"memcache\". Xin vui lòng xem tài liệu memcached wiki about both modules.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "Một số file không qua được quá trình kiểm tra tính toàn vẹn. Thông tin thêm về cách xử lý vấn đề này có thể được tìm thấy trong Tài liệu của chúng tôi. (Danh sách các file không hợp lệ… / Rà quét lại…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache không được cấu hình đúng. Để đạt hiệu suất tốt hơn, chúng tôi khuyên bạn ↗nên sử dụng các cài đặt sau trong php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "Chức năng PHP \"set_time_limit\" không khả dụng. Điều này có thể dẫn đến việc các tập lệnh bị tạm dừng giữa chừng khi thực hiện, phá vỡ cài đặt của bạn. Chúng tôi thực sự khuyên bạn nên bật chức năng này.", "Error occurred while checking server setup" : "Có lỗi xảy ra khi kiểm tra thiết lập máy chủ", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "Thư mục chứa dữ liệu và các tệp của bạn có thể truy cập được từ Internet. Vì tệp .htaccess không hoạt động. Chúng tôi khuyên bạn nên định cấu hình máy chủ web theo cách mà thư mục dữ liệu không có thể truy cập được hoặc bạn di chuyển thư mục dữ liệu ra bên ngoài thư mục gốc của máy chủ web.", @@ -317,6 +316,7 @@ "Cheers!" : "Chúc mừng!", "Use the following link to reset your password: {link}" : "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "Xin chào,

báo cho bạn biết rằng %s đã chia sẽ %s với bạn.
Xem

", - "Please use the command line updater because you have a big instance." : "Hãy sử dụng dòng lệnh để cập nhật bởi vì bạn có một hệ thống lớn." + "Please use the command line updater because you have a big instance." : "Hãy sử dụng dòng lệnh để cập nhật bởi vì bạn có một hệ thống lớn.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP Opcache không được cấu hình đúng. Để đạt hiệu suất tốt hơn, chúng tôi khuyên bạn ↗nên sử dụng các cài đặt sau trong php.ini:" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/core/l10n/zh_CN.js b/core/l10n/zh_CN.js index 47a4bb10e0..74dd65cbff 100644 --- a/core/l10n/zh_CN.js +++ b/core/l10n/zh_CN.js @@ -112,7 +112,6 @@ OC.L10N.register( "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "反向代理配置错误, 或者您正在通过可信的代理访问 Nextcloud. 如果您不是通过可信代理访问 Nextcloud, 这将是一个安全问题, 并允许攻击者通过伪装 IP 地址访问 Nextcloud. 更多信息请查看我们的文档.", "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 memcached wiki about both modules." : "Memcached 当前配置为分布式缓存, 但是当前安装的 PHP 模块是 \"memcache\". \\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\". 点击memcached wiki了解两者的不同.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "一些文件没有通过完整性检查. 了解如何解决该问题请查看我们的文档. (无效的文件列表… / 重新扫描…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP opcache配置不正确.为更好的性能,我们建议↗ 使用下列设置php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP的函数“set_time_limit\"是不可用的,这导致脚本在运行中被中止,暂停你的安装,我们强烈建议你开启这个函数", "Error occurred while checking server setup" : "检查服务器设置时出错", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "你的数据存储目录可以从互联网上直接访问。.htaccess文件没有生效,请配置你的网页服务器以避免数据存储目录可从外部访问或将数据存储目录转移到网页服务器根目录之外。", @@ -127,7 +126,6 @@ OC.L10N.register( "Expiration" : "过期", "Expiration date" : "过期日期", "Choose a password for the public link" : "为共享链接设置密码", - "Choose a password for the public link or press \"Enter ↵\"" : "为公开链接选择一个密码, 或按 \"Enter 
\"", "Copied!" : "已经复制!", "Copy" : "复制", "Not supported!" : "无法支持!", @@ -339,6 +337,7 @@ OC.L10N.register( "Cheers!" : "干杯!", "Use the following link to reset your password: {link}" : "使用以下链接重置您的密码: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "嗨、你好,

只想让你知道 %s 分享了 %s 给你。
现在查看!

", - "Please use the command line updater because you have a big instance." : "由于您的实例较大, 请使用命令行更新." + "Please use the command line updater because you have a big instance." : "由于您的实例较大, 请使用命令行更新.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP opcache配置不正确.为更好的性能,我们建议↗ 使用下列设置php.ini:" }, "nplurals=1; plural=0;"); diff --git a/core/l10n/zh_CN.json b/core/l10n/zh_CN.json index 2c4f926c2f..3721f18ddf 100644 --- a/core/l10n/zh_CN.json +++ b/core/l10n/zh_CN.json @@ -110,7 +110,6 @@ "The reverse proxy headers configuration is incorrect, or you are accessing Nextcloud from a trusted proxy. If you are not accessing Nextcloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to Nextcloud. Further information can be found in our documentation." : "反向代理配置错误, 或者您正在通过可信的代理访问 Nextcloud. 如果您不是通过可信代理访问 Nextcloud, 这将是一个安全问题, 并允许攻击者通过伪装 IP 地址访问 Nextcloud. 更多信息请查看我们的文档.", "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 memcached wiki about both modules." : "Memcached 当前配置为分布式缓存, 但是当前安装的 PHP 模块是 \"memcache\". \\OC\\Memcache\\Memcached 仅支持 \"memcached\" 而不是 \"memcache\". 点击memcached wiki了解两者的不同.", "Some files have not passed the integrity check. Further information on how to resolve this issue can be found in our documentation. (List of invalid files… / Rescan…)" : "一些文件没有通过完整性检查. 了解如何解决该问题请查看我们的文档. (无效的文件列表… / 重新扫描…)", - "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP opcache配置不正确.为更好的性能,我们建议↗ 使用下列设置php.ini:", "The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. We strongly recommend enabling this function." : "PHP的函数“set_time_limit\"是不可用的,这导致脚本在运行中被中止,暂停你的安装,我们强烈建议你开启这个函数", "Error occurred while checking server setup" : "检查服务器设置时出错", "Your data directory and your files are probably accessible from the Internet. The .htaccess file is not working. It is strongly recommended that you configure your web server in a way that the data directory is no longer accessible or you move the data directory outside the web server document root." : "你的数据存储目录可以从互联网上直接访问。.htaccess文件没有生效,请配置你的网页服务器以避免数据存储目录可从外部访问或将数据存储目录转移到网页服务器根目录之外。", @@ -125,7 +124,6 @@ "Expiration" : "过期", "Expiration date" : "过期日期", "Choose a password for the public link" : "为共享链接设置密码", - "Choose a password for the public link or press \"Enter ↵\"" : "为公开链接选择一个密码, 或按 \"Enter 
\"", "Copied!" : "已经复制!", "Copy" : "复制", "Not supported!" : "无法支持!", @@ -337,6 +335,7 @@ "Cheers!" : "干杯!", "Use the following link to reset your password: {link}" : "使用以下链接重置您的密码: {link}", "Hey there,

just letting you know that %s shared %s with you.
View it!

" : "嗨、你好,

只想让你知道 %s 分享了 %s 给你。
现在查看!

", - "Please use the command line updater because you have a big instance." : "由于您的实例较大, 请使用命令行更新." + "Please use the command line updater because you have a big instance." : "由于您的实例较大, 请使用命令行更新.", + "The PHP Opcache is not properly configured. For better performance we recommend ↗ to use following settings in the php.ini:" : "PHP opcache配置不正确.为更好的性能,我们建议↗ 使用下列设置php.ini:" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/ast.js b/lib/l10n/ast.js index 77afe776b4..9e0d9051ed 100644 --- a/lib/l10n/ast.js +++ b/lib/l10n/ast.js @@ -164,7 +164,6 @@ OC.L10N.register( "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, camuda los permisos a 0770 pa que'l direutoriu nun pueda llistase por otros usuarios.", "Check the value of \"datadirectory\" in your configuration" : "Comprobar el valor del \"datadirectory\" na so configuración", "Your data directory is invalid" : "El to direutoriu de datos nun ye válidu", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica que'l direutoriu de datos contién un ficheru \".ocdata\" nel direutoriu raigañu.", "Could not obtain lock type %d on \"%s\"." : "Nun pudo facese'l bloquéu %d en \"%s\".", "Storage unauthorized. %s" : "Almacenamientu desautorizáu. %s", "Storage incomplete configuration. %s" : "Configuración d'almacenamientu incompleta. %s", @@ -183,6 +182,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Davezu los permisos puen iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu raigañu%s.", "Data directory (%s) is readable by other users" : "El direutoriu de datos (%s) ye llexible por otros usuarios", "Data directory (%s) must be an absolute path" : "El directoriu de datos (%s) ha de ser una ruta absoluta", - "Data directory (%s) is invalid" : "Ye inválidu'l direutoriu de datos (%s)" + "Data directory (%s) is invalid" : "Ye inválidu'l direutoriu de datos (%s)", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica que'l direutoriu de datos contién un ficheru \".ocdata\" nel direutoriu raigañu." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/ast.json b/lib/l10n/ast.json index 3e97dadc9e..ad9234f3f9 100644 --- a/lib/l10n/ast.json +++ b/lib/l10n/ast.json @@ -162,7 +162,6 @@ "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Por favor, camuda los permisos a 0770 pa que'l direutoriu nun pueda llistase por otros usuarios.", "Check the value of \"datadirectory\" in your configuration" : "Comprobar el valor del \"datadirectory\" na so configuración", "Your data directory is invalid" : "El to direutoriu de datos nun ye válidu", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica que'l direutoriu de datos contién un ficheru \".ocdata\" nel direutoriu raigañu.", "Could not obtain lock type %d on \"%s\"." : "Nun pudo facese'l bloquéu %d en \"%s\".", "Storage unauthorized. %s" : "Almacenamientu desautorizáu. %s", "Storage incomplete configuration. %s" : "Configuración d'almacenamientu incompleta. %s", @@ -181,6 +180,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Davezu los permisos puen iguase %sdándo-y al sirvidor web accesu d'escritura al direutoriu raigañu%s.", "Data directory (%s) is readable by other users" : "El direutoriu de datos (%s) ye llexible por otros usuarios", "Data directory (%s) must be an absolute path" : "El directoriu de datos (%s) ha de ser una ruta absoluta", - "Data directory (%s) is invalid" : "Ye inválidu'l direutoriu de datos (%s)" + "Data directory (%s) is invalid" : "Ye inválidu'l direutoriu de datos (%s)", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica que'l direutoriu de datos contién un ficheru \".ocdata\" nel direutoriu raigañu." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js index 0e5170dc33..bd7e5be3b4 100644 --- a/lib/l10n/cs.js +++ b/lib/l10n/cs.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Váš datový adresář musí být absolutní cesta", "Check the value of \"datadirectory\" in your configuration" : "Ověřte hodnotu \"datadirectory\" ve své konfiguraci", "Your data directory is invalid" : "Váš datový adresář je neplatný", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Ověřte prosím, že kořenový adresář s daty obsahuje soubor \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "Nelze získat zámek typu %d na \"%s\".", "Storage unauthorized. %s" : "Úložiště neověřeno. %s", "Storage incomplete configuration. %s" : "Nekompletní konfigurace úložiště. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Oprávnění lze obvykle napravit %spovolením zápisu webovému serveru do kořenového adresáře%s.", "Data directory (%s) is readable by other users" : "Datový adresář (%s) je čitelný i ostatními uživateli", "Data directory (%s) must be an absolute path" : "Cesta k datovému adresáři (%s) musí být uvedena absolutně", - "Data directory (%s) is invalid" : "Datový adresář (%s) je neplatný" + "Data directory (%s) is invalid" : "Datový adresář (%s) je neplatný", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Ověřte prosím, že kořenový adresář s daty obsahuje soubor \".ocdata\"." }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json index a5b4058ff4..ada596f67a 100644 --- a/lib/l10n/cs.json +++ b/lib/l10n/cs.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Váš datový adresář musí být absolutní cesta", "Check the value of \"datadirectory\" in your configuration" : "Ověřte hodnotu \"datadirectory\" ve své konfiguraci", "Your data directory is invalid" : "Váš datový adresář je neplatný", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Ověřte prosím, že kořenový adresář s daty obsahuje soubor \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "Nelze získat zámek typu %d na \"%s\".", "Storage unauthorized. %s" : "Úložiště neověřeno. %s", "Storage incomplete configuration. %s" : "Nekompletní konfigurace úložiště. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Oprávnění lze obvykle napravit %spovolením zápisu webovému serveru do kořenového adresáře%s.", "Data directory (%s) is readable by other users" : "Datový adresář (%s) je čitelný i ostatními uživateli", "Data directory (%s) must be an absolute path" : "Cesta k datovému adresáři (%s) musí být uvedena absolutně", - "Data directory (%s) is invalid" : "Datový adresář (%s) je neplatný" + "Data directory (%s) is invalid" : "Datový adresář (%s) je neplatný", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Ověřte prosím, že kořenový adresář s daty obsahuje soubor \".ocdata\"." },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/de.js b/lib/l10n/de.js index 2ea8384a73..5ee8ee8bbf 100644 --- a/lib/l10n/de.js +++ b/lib/l10n/de.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Dein Datenverzeichnis muss einen eindeutigen Pfad haben", "Check the value of \"datadirectory\" in your configuration" : "Überprüfe bitte die Angabe unter „datadirectory“ in Deiner Konfiguration", "Your data directory is invalid" : "Dein Datenverzeichnis ist ungültig", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stelle sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält.", "Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.", "Storage unauthorized. %s" : "Speicher nicht authorisiert. %s", "Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", "Data directory (%s) is readable by other users" : "Datenverzeichnis (%s) ist von anderen Nutzern lesbar", "Data directory (%s) must be an absolute path" : "Das Datenverzeichnis (%s) muss ein absoluter Pfad sein", - "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig" + "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stelle sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de.json b/lib/l10n/de.json index aa586e7b6b..aaebe04e10 100644 --- a/lib/l10n/de.json +++ b/lib/l10n/de.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Dein Datenverzeichnis muss einen eindeutigen Pfad haben", "Check the value of \"datadirectory\" in your configuration" : "Überprüfe bitte die Angabe unter „datadirectory“ in Deiner Konfiguration", "Your data directory is invalid" : "Dein Datenverzeichnis ist ungültig", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stelle sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält.", "Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.", "Storage unauthorized. %s" : "Speicher nicht authorisiert. %s", "Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", "Data directory (%s) is readable by other users" : "Datenverzeichnis (%s) ist von anderen Nutzern lesbar", "Data directory (%s) must be an absolute path" : "Das Datenverzeichnis (%s) muss ein absoluter Pfad sein", - "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig" + "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stelle sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/de_DE.js b/lib/l10n/de_DE.js index 782a99b9ee..d16da8669d 100644 --- a/lib/l10n/de_DE.js +++ b/lib/l10n/de_DE.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Ihr Datenverzeichnis muss einen eindeutigen Pfad haben", "Check the value of \"datadirectory\" in your configuration" : "Überprüfen Sie bitte die Angabe unter „datadirectory“ in Ihrer Konfiguration", "Your data directory is invalid" : "Dein Datenverzeichnis ist ungültig.", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stellen Sie sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält.", "Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.", "Storage unauthorized. %s" : "Speicher nicht authorisiert. %s", "Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", "Data directory (%s) is readable by other users" : "Datenverzeichnis (%s) ist von anderen Benutzern lesbar", "Data directory (%s) must be an absolute path" : "Das Datenverzeichnis (%s) muss ein absoluter Pfad sein", - "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig" + "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stellen Sie sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/de_DE.json b/lib/l10n/de_DE.json index 9754b09542..e6ad24fa1b 100644 --- a/lib/l10n/de_DE.json +++ b/lib/l10n/de_DE.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Ihr Datenverzeichnis muss einen eindeutigen Pfad haben", "Check the value of \"datadirectory\" in your configuration" : "Überprüfen Sie bitte die Angabe unter „datadirectory“ in Ihrer Konfiguration", "Your data directory is invalid" : "Dein Datenverzeichnis ist ungültig.", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stellen Sie sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält.", "Could not obtain lock type %d on \"%s\"." : "Sperrtyp %d auf „%s“ konnte nicht ermittelt werden.", "Storage unauthorized. %s" : "Speicher nicht authorisiert. %s", "Storage incomplete configuration. %s" : "Speicher-Konfiguration unvollständig. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Berechtigungen können normalerweise repariert werden, indem dem Webserver %s Schreibzugriff auf das Wurzelverzeichnis %s gegeben wird.", "Data directory (%s) is readable by other users" : "Datenverzeichnis (%s) ist von anderen Benutzern lesbar", "Data directory (%s) must be an absolute path" : "Das Datenverzeichnis (%s) muss ein absoluter Pfad sein", - "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig" + "Data directory (%s) is invalid" : "Datenverzeichnis (%s) ist ungültig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Bitte stellen Sie sicher, dass das Datenverzeichnis auf seiner ersten Ebene eine Datei namens „.ocdata“ enthält." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/el.js b/lib/l10n/el.js index 91165a8c2a..f6775389f6 100644 --- a/lib/l10n/el.js +++ b/lib/l10n/el.js @@ -178,7 +178,6 @@ OC.L10N.register( "Your data directory is readable by other users" : "Ο κατάλογος δεδομένων σας είναι διαθέσιμος προς ανάγνωση από άλλους χρήστες", "Check the value of \"datadirectory\" in your configuration" : "Ελέγξτε την τιμή του \"Φάκελος Δεδομένων\" στις ρυθμίσεις σας", "Your data directory is invalid" : "Ο κατάλογος δεδομένων σας δεν είναι έγκυρος", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Παρακαλώ ελέγξτε ότι ο κατάλογος δεδομένων περιέχει ένα αρχείο \".ocdata\" στη βάση του.", "Could not obtain lock type %d on \"%s\"." : "Αδυναμία ανάκτησης τύπου κλειδιού %d στο \"%s\".", "Storage is temporarily not available" : "Μη διαθέσιμος χώρος αποθήκευσης προσωρινά", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Αυτό μπορεί συνήθως να διορθωθεί %sπαρέχοντας δικαιώματα εγγραφής για το φάκελο config στο διακομιστή δικτύου%s.", @@ -192,6 +191,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Τα δικαιώματα πρόσβασης μπορούν συνήθως να διορθωθούν %sδίνοντας δικαιώματα εγγραφής για τον βασικό κατάλογο στο διακομιστή δικτύου%s.", "Data directory (%s) is readable by other users" : "Ο κατάλογος δεδομένων (%s) είναι διαθέσιμος προς ανάγνωση από άλλους χρήστες", "Data directory (%s) must be an absolute path" : "Κατάλογος δεδομένων (%s) πρεπει να είναι απόλυτη η διαδρομή", - "Data directory (%s) is invalid" : "Ο κατάλογος δεδομένων (%s) είναι άκυρος" + "Data directory (%s) is invalid" : "Ο κατάλογος δεδομένων (%s) είναι άκυρος", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Παρακαλώ ελέγξτε ότι ο κατάλογος δεδομένων περιέχει ένα αρχείο \".ocdata\" στη βάση του." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/el.json b/lib/l10n/el.json index b0157e0de0..ac2fd98243 100644 --- a/lib/l10n/el.json +++ b/lib/l10n/el.json @@ -176,7 +176,6 @@ "Your data directory is readable by other users" : "Ο κατάλογος δεδομένων σας είναι διαθέσιμος προς ανάγνωση από άλλους χρήστες", "Check the value of \"datadirectory\" in your configuration" : "Ελέγξτε την τιμή του \"Φάκελος Δεδομένων\" στις ρυθμίσεις σας", "Your data directory is invalid" : "Ο κατάλογος δεδομένων σας δεν είναι έγκυρος", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Παρακαλώ ελέγξτε ότι ο κατάλογος δεδομένων περιέχει ένα αρχείο \".ocdata\" στη βάση του.", "Could not obtain lock type %d on \"%s\"." : "Αδυναμία ανάκτησης τύπου κλειδιού %d στο \"%s\".", "Storage is temporarily not available" : "Μη διαθέσιμος χώρος αποθήκευσης προσωρινά", "This can usually be fixed by %sgiving the webserver write access to the config directory%s." : "Αυτό μπορεί συνήθως να διορθωθεί %sπαρέχοντας δικαιώματα εγγραφής για το φάκελο config στο διακομιστή δικτύου%s.", @@ -190,6 +189,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Τα δικαιώματα πρόσβασης μπορούν συνήθως να διορθωθούν %sδίνοντας δικαιώματα εγγραφής για τον βασικό κατάλογο στο διακομιστή δικτύου%s.", "Data directory (%s) is readable by other users" : "Ο κατάλογος δεδομένων (%s) είναι διαθέσιμος προς ανάγνωση από άλλους χρήστες", "Data directory (%s) must be an absolute path" : "Κατάλογος δεδομένων (%s) πρεπει να είναι απόλυτη η διαδρομή", - "Data directory (%s) is invalid" : "Ο κατάλογος δεδομένων (%s) είναι άκυρος" + "Data directory (%s) is invalid" : "Ο κατάλογος δεδομένων (%s) είναι άκυρος", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Παρακαλώ ελέγξτε ότι ο κατάλογος δεδομένων περιέχει ένα αρχείο \".ocdata\" στη βάση του." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/en_GB.js b/lib/l10n/en_GB.js index 2b14d2798f..7a35a41df5 100644 --- a/lib/l10n/en_GB.js +++ b/lib/l10n/en_GB.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Your data directory must be an absolute path", "Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration", "Your data directory is invalid" : "Your data directory is invalid", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root.", "Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\".", "Storage unauthorized. %s" : "Storage unauthorised. %s", "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.", "Data directory (%s) is readable by other users" : "Data directory (%s) is readable by other users", "Data directory (%s) must be an absolute path" : "Data directory (%s) must be an absolute path", - "Data directory (%s) is invalid" : "Data directory (%s) is invalid" + "Data directory (%s) is invalid" : "Data directory (%s) is invalid", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/en_GB.json b/lib/l10n/en_GB.json index f6a4742c68..8f86bd63ea 100644 --- a/lib/l10n/en_GB.json +++ b/lib/l10n/en_GB.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Your data directory must be an absolute path", "Check the value of \"datadirectory\" in your configuration" : "Check the value of \"datadirectory\" in your configuration", "Your data directory is invalid" : "Your data directory is invalid", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root.", "Could not obtain lock type %d on \"%s\"." : "Could not obtain lock type %d on \"%s\".", "Storage unauthorized. %s" : "Storage unauthorised. %s", "Storage incomplete configuration. %s" : "Storage incomplete configuration. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s.", "Data directory (%s) is readable by other users" : "Data directory (%s) is readable by other users", "Data directory (%s) must be an absolute path" : "Data directory (%s) must be an absolute path", - "Data directory (%s) is invalid" : "Data directory (%s) is invalid" + "Data directory (%s) is invalid" : "Data directory (%s) is invalid", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Please check that the data directory contains a file \".ocdata\" in its root." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es.js b/lib/l10n/es.js index d0b2acc38b..679f7c0518 100644 --- a/lib/l10n/es.js +++ b/lib/l10n/es.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Su directorio data debe ser una ruta absoluta", "Check the value of \"datadirectory\" in your configuration" : "Compruebe el valor de \"datadirectory\" en su configuración.", "Your data directory is invalid" : "Su directorio de datos es inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz.", "Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\".", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", "Storage incomplete configuration. %s" : "Configuración de almacenamiento incompleta. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Los permisos normalmente puede solucionarse %sdándole al servidor permisos de escritura del directorio raíz%s.", "Data directory (%s) is readable by other users" : "El directorio de datos (%s) se puede leer por otros usuarios.", "Data directory (%s) must be an absolute path" : "El directorio de datos (%s) debe ser una ruta absoluta", - "Data directory (%s) is invalid" : "El directorio de datos (%s) no es válido" + "Data directory (%s) is invalid" : "El directorio de datos (%s) no es válido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es.json b/lib/l10n/es.json index 8253c70293..3e7ecd02f3 100644 --- a/lib/l10n/es.json +++ b/lib/l10n/es.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Su directorio data debe ser una ruta absoluta", "Check the value of \"datadirectory\" in your configuration" : "Compruebe el valor de \"datadirectory\" en su configuración.", "Your data directory is invalid" : "Su directorio de datos es inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz.", "Could not obtain lock type %d on \"%s\"." : "No se pudo realizar el bloqueo %d en \"%s\".", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", "Storage incomplete configuration. %s" : "Configuración de almacenamiento incompleta. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Los permisos normalmente puede solucionarse %sdándole al servidor permisos de escritura del directorio raíz%s.", "Data directory (%s) is readable by other users" : "El directorio de datos (%s) se puede leer por otros usuarios.", "Data directory (%s) must be an absolute path" : "El directorio de datos (%s) debe ser una ruta absoluta", - "Data directory (%s) is invalid" : "El directorio de datos (%s) no es válido" + "Data directory (%s) is invalid" : "El directorio de datos (%s) no es válido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifique que el directorio de datos contiene un archivo \".ocdata\" en su directorio raíz." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_AR.js b/lib/l10n/es_AR.js index f73b6fca15..604e3d1981 100644 --- a/lib/l10n/es_AR.js +++ b/lib/l10n/es_AR.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Su direcctorio data debe ser una ruta absoluta", "Check the value of \"datadirectory\" in your configuration" : "Verifique el valor de \"datadirectory\" en su configuración", "Your data directory is invalid" : "Su directorio de datos es inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Favor de verificar que el directorio de datos tenga un archivo \".ocdata\" en su raíz. ", "Could not obtain lock type %d on \"%s\"." : "No fue posible obtener el tipo de bloqueo %d en \"%s\". ", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", "Storage incomplete configuration. %s" : "Configuración incompleta del almacenamiento. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Los permisos se pueden arreglar generalmente al %s darle al servidor web accesos al direcotiro raíz %s.", "Data directory (%s) is readable by other users" : "El directorio de datos (%s) puede ser leído por otros usuarios", "Data directory (%s) must be an absolute path" : "El directorio de datos (%s) debe ser una ruta absoluta", - "Data directory (%s) is invalid" : "El directorio de datos (%s) es inválido" + "Data directory (%s) is invalid" : "El directorio de datos (%s) es inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Favor de verificar que el directorio de datos tenga un archivo \".ocdata\" en su raíz. " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_AR.json b/lib/l10n/es_AR.json index d0a36b76f8..2219faa633 100644 --- a/lib/l10n/es_AR.json +++ b/lib/l10n/es_AR.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Su direcctorio data debe ser una ruta absoluta", "Check the value of \"datadirectory\" in your configuration" : "Verifique el valor de \"datadirectory\" en su configuración", "Your data directory is invalid" : "Su directorio de datos es inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Favor de verificar que el directorio de datos tenga un archivo \".ocdata\" en su raíz. ", "Could not obtain lock type %d on \"%s\"." : "No fue posible obtener el tipo de bloqueo %d en \"%s\". ", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", "Storage incomplete configuration. %s" : "Configuración incompleta del almacenamiento. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Los permisos se pueden arreglar generalmente al %s darle al servidor web accesos al direcotiro raíz %s.", "Data directory (%s) is readable by other users" : "El directorio de datos (%s) puede ser leído por otros usuarios", "Data directory (%s) must be an absolute path" : "El directorio de datos (%s) debe ser una ruta absoluta", - "Data directory (%s) is invalid" : "El directorio de datos (%s) es inválido" + "Data directory (%s) is invalid" : "El directorio de datos (%s) es inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Favor de verificar que el directorio de datos tenga un archivo \".ocdata\" en su raíz. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/es_MX.js b/lib/l10n/es_MX.js index 1fdec72934..267de1bbe7 100644 --- a/lib/l10n/es_MX.js +++ b/lib/l10n/es_MX.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Su direcctorio data debe ser una ruta absoluta", "Check the value of \"datadirectory\" in your configuration" : "Verifique el valor de \"datadirectory\" en su configuración", "Your data directory is invalid" : "Su directorio de datos es inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Favor de verificar que el directorio de datos tenga un archivo \".ocdata\" en su raíz. ", "Could not obtain lock type %d on \"%s\"." : "No fue posible obtener el tipo de bloqueo %d en \"%s\". ", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", "Storage incomplete configuration. %s" : "Configuración incompleta del almacenamiento. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Los permisos se pueden arreglar generalmente al %s darle al servidor web accesos al direcotiro raíz %s.", "Data directory (%s) is readable by other users" : "El directorio de datos (%s) puede ser leído por otros usuarios", "Data directory (%s) must be an absolute path" : "El directorio de datos (%s) debe ser una ruta absoluta", - "Data directory (%s) is invalid" : "El directorio de datos (%s) es inválido" + "Data directory (%s) is invalid" : "El directorio de datos (%s) es inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Favor de verificar que el directorio de datos tenga un archivo \".ocdata\" en su raíz. " }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/es_MX.json b/lib/l10n/es_MX.json index c2757a878e..fbb44ebf7d 100644 --- a/lib/l10n/es_MX.json +++ b/lib/l10n/es_MX.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Su direcctorio data debe ser una ruta absoluta", "Check the value of \"datadirectory\" in your configuration" : "Verifique el valor de \"datadirectory\" en su configuración", "Your data directory is invalid" : "Su directorio de datos es inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Favor de verificar que el directorio de datos tenga un archivo \".ocdata\" en su raíz. ", "Could not obtain lock type %d on \"%s\"." : "No fue posible obtener el tipo de bloqueo %d en \"%s\". ", "Storage unauthorized. %s" : "Almacenamiento no autorizado. %s", "Storage incomplete configuration. %s" : "Configuración incompleta del almacenamiento. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Los permisos se pueden arreglar generalmente al %s darle al servidor web accesos al direcotiro raíz %s.", "Data directory (%s) is readable by other users" : "El directorio de datos (%s) puede ser leído por otros usuarios", "Data directory (%s) must be an absolute path" : "El directorio de datos (%s) debe ser una ruta absoluta", - "Data directory (%s) is invalid" : "El directorio de datos (%s) es inválido" + "Data directory (%s) is invalid" : "El directorio de datos (%s) es inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Favor de verificar que el directorio de datos tenga un archivo \".ocdata\" en su raíz. " },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fi.js b/lib/l10n/fi.js index eca8b47d00..adb53bd960 100644 --- a/lib/l10n/fi.js +++ b/lib/l10n/fi.js @@ -188,7 +188,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Data-hakemiston tulee olla absoluuttinen polku", "Check the value of \"datadirectory\" in your configuration" : "Tarkista \"datadirectory\"-arvo asetuksistasi", "Your data directory is invalid" : "Datahakemistosi on virheellinen", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Varmista, että data-hakemiston juuressa on tiedosto \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "Lukitustapaa %d ei saatu kohteelle \"%s\".", "Storage unauthorized. %s" : "Tallennustila ei ole valtuutettu. %s", "Storage incomplete configuration. %s" : "Tallennustilan puutteellinen määritys. %s", @@ -204,6 +203,7 @@ OC.L10N.register( "Cannot create \"data\" directory (%s)" : "Hakemiston \"data\" luominen ei onnistu (%s)", "Data directory (%s) is readable by other users" : "Data-hakemisto (%s) on muiden käyttäjien luettavissa", "Data directory (%s) must be an absolute path" : "Data-hakemiston (%s) tulee olla absoluuttinen polku", - "Data directory (%s) is invalid" : "Data-hakemisto (%s) on virheellinen" + "Data directory (%s) is invalid" : "Data-hakemisto (%s) on virheellinen", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Varmista, että data-hakemiston juuressa on tiedosto \".ocdata\"." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/fi.json b/lib/l10n/fi.json index 72022a4ac3..5ae148df97 100644 --- a/lib/l10n/fi.json +++ b/lib/l10n/fi.json @@ -186,7 +186,6 @@ "Your data directory must be an absolute path" : "Data-hakemiston tulee olla absoluuttinen polku", "Check the value of \"datadirectory\" in your configuration" : "Tarkista \"datadirectory\"-arvo asetuksistasi", "Your data directory is invalid" : "Datahakemistosi on virheellinen", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Varmista, että data-hakemiston juuressa on tiedosto \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "Lukitustapaa %d ei saatu kohteelle \"%s\".", "Storage unauthorized. %s" : "Tallennustila ei ole valtuutettu. %s", "Storage incomplete configuration. %s" : "Tallennustilan puutteellinen määritys. %s", @@ -202,6 +201,7 @@ "Cannot create \"data\" directory (%s)" : "Hakemiston \"data\" luominen ei onnistu (%s)", "Data directory (%s) is readable by other users" : "Data-hakemisto (%s) on muiden käyttäjien luettavissa", "Data directory (%s) must be an absolute path" : "Data-hakemiston (%s) tulee olla absoluuttinen polku", - "Data directory (%s) is invalid" : "Data-hakemisto (%s) on virheellinen" + "Data directory (%s) is invalid" : "Data-hakemisto (%s) on virheellinen", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Varmista, että data-hakemiston juuressa on tiedosto \".ocdata\"." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 51792e096d..e0cc775d78 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Le chemin de votre répertoire doit être un lien absolu", "Check the value of \"datadirectory\" in your configuration" : "Verifiez la valeur de \"datadirectory\" dans votre configuration", "Your data directory is invalid" : "Votre répertoire n'est pas valide", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Veuillez vérifier que le répertoire de données contient un fichier \".ocdata\" à sa racine.", "Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\".", "Storage unauthorized. %s" : "Espace de stockage non autorisé. %s", "Storage incomplete configuration. %s" : "Configuration de l'espace de stockage incomplète. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Le problème de permissions peut généralement être résolu %sen donnant au serveur web un accès en écriture au répertoire racine%s", "Data directory (%s) is readable by other users" : "Le répertoire de données (%s) est lisible par les autres utilisateurs", "Data directory (%s) must be an absolute path" : "Le chemin du dossier de données (%s) doit être absolu", - "Data directory (%s) is invalid" : "Le répertoire (%s) n'est pas valide" + "Data directory (%s) is invalid" : "Le répertoire (%s) n'est pas valide", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Veuillez vérifier que le répertoire de données contient un fichier \".ocdata\" à sa racine." }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/fr.json b/lib/l10n/fr.json index 639eed6cb7..e726514e3c 100644 --- a/lib/l10n/fr.json +++ b/lib/l10n/fr.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Le chemin de votre répertoire doit être un lien absolu", "Check the value of \"datadirectory\" in your configuration" : "Verifiez la valeur de \"datadirectory\" dans votre configuration", "Your data directory is invalid" : "Votre répertoire n'est pas valide", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Veuillez vérifier que le répertoire de données contient un fichier \".ocdata\" à sa racine.", "Could not obtain lock type %d on \"%s\"." : "Impossible d'obtenir le verrouillage de type %d sur \"%s\".", "Storage unauthorized. %s" : "Espace de stockage non autorisé. %s", "Storage incomplete configuration. %s" : "Configuration de l'espace de stockage incomplète. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Le problème de permissions peut généralement être résolu %sen donnant au serveur web un accès en écriture au répertoire racine%s", "Data directory (%s) is readable by other users" : "Le répertoire de données (%s) est lisible par les autres utilisateurs", "Data directory (%s) must be an absolute path" : "Le chemin du dossier de données (%s) doit être absolu", - "Data directory (%s) is invalid" : "Le répertoire (%s) n'est pas valide" + "Data directory (%s) is invalid" : "Le répertoire (%s) n'est pas valide", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Veuillez vérifier que le répertoire de données contient un fichier \".ocdata\" à sa racine." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/he.js b/lib/l10n/he.js index 3aa060db9a..4bdd78bc0d 100644 --- a/lib/l10n/he.js +++ b/lib/l10n/he.js @@ -170,7 +170,6 @@ OC.L10N.register( "Please upgrade your database version" : "יש לשדרג את גרסת מסד הנתונים שלך", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "יש לשנות את ההרשאות ל- 0770 כך שהתיקייה לא תרשם על ידי משתמשים אחרים.", "Check the value of \"datadirectory\" in your configuration" : "יש לבדוק את הערך \"datadirectory\" בהגדרות התצורה שלך", - "Please check that the data directory contains a file \".ocdata\" in its root." : "יש לוודא שתיקיית המידע כוללת קובץ \".ocdata\" בנתיב הבסיס שלה", "Could not obtain lock type %d on \"%s\"." : "לא ניתן היה להשיג סוג נעילה %d ב- \"%s\".", "Storage unauthorized. %s" : "אחסון לא מורשה. %s", "Storage incomplete configuration. %s" : "תצורה לא מושלמת של האחסון. %s", @@ -188,6 +187,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "הרשאות ניתנות בדרך כלל לתיקון על ידי %s מתן לשרת האינטרנט גישת כתיבה לתיקיית הבסיס %s.", "Data directory (%s) is readable by other users" : "תיקיית המידע (%s) ניתנת לקריאה על ידי משתמשים אחרים", "Data directory (%s) must be an absolute path" : "תיקיית המידע (%s) חייבת להיות כנתיב אבסולוטי", - "Data directory (%s) is invalid" : "תיקיית מידע (%s) אינה חוקית" + "Data directory (%s) is invalid" : "תיקיית מידע (%s) אינה חוקית", + "Please check that the data directory contains a file \".ocdata\" in its root." : "יש לוודא שתיקיית המידע כוללת קובץ \".ocdata\" בנתיב הבסיס שלה" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/he.json b/lib/l10n/he.json index a9e1121773..8098188f88 100644 --- a/lib/l10n/he.json +++ b/lib/l10n/he.json @@ -168,7 +168,6 @@ "Please upgrade your database version" : "יש לשדרג את גרסת מסד הנתונים שלך", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "יש לשנות את ההרשאות ל- 0770 כך שהתיקייה לא תרשם על ידי משתמשים אחרים.", "Check the value of \"datadirectory\" in your configuration" : "יש לבדוק את הערך \"datadirectory\" בהגדרות התצורה שלך", - "Please check that the data directory contains a file \".ocdata\" in its root." : "יש לוודא שתיקיית המידע כוללת קובץ \".ocdata\" בנתיב הבסיס שלה", "Could not obtain lock type %d on \"%s\"." : "לא ניתן היה להשיג סוג נעילה %d ב- \"%s\".", "Storage unauthorized. %s" : "אחסון לא מורשה. %s", "Storage incomplete configuration. %s" : "תצורה לא מושלמת של האחסון. %s", @@ -186,6 +185,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "הרשאות ניתנות בדרך כלל לתיקון על ידי %s מתן לשרת האינטרנט גישת כתיבה לתיקיית הבסיס %s.", "Data directory (%s) is readable by other users" : "תיקיית המידע (%s) ניתנת לקריאה על ידי משתמשים אחרים", "Data directory (%s) must be an absolute path" : "תיקיית המידע (%s) חייבת להיות כנתיב אבסולוטי", - "Data directory (%s) is invalid" : "תיקיית מידע (%s) אינה חוקית" + "Data directory (%s) is invalid" : "תיקיית מידע (%s) אינה חוקית", + "Please check that the data directory contains a file \".ocdata\" in its root." : "יש לוודא שתיקיית המידע כוללת קובץ \".ocdata\" בנתיב הבסיס שלה" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/hu.js b/lib/l10n/hu.js index 01f8ef573f..2e50cb7113 100644 --- a/lib/l10n/hu.js +++ b/lib/l10n/hu.js @@ -190,7 +190,6 @@ OC.L10N.register( "Please upgrade your database version" : "Kérem frissítse az adatbázis-szoftvert!", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Kérjük módosítsa a könyvtár elérhetőségi engedélybeállítását 0770-re, hogy a tartalmát más felhasználó ne listázhassa!", "Check the value of \"datadirectory\" in your configuration" : "Ellenőrizd a \"datadirectory\" értékét a konfigurációban", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Kérjük ellenőrizze, hogy az adatkönyvtár tartalmaz a gyökerében egy \".ocdata\" nevű fájlt!", "Could not obtain lock type %d on \"%s\"." : "Nem sikerült %d típusú zárolást elérni itt: \"%s\".", "Storage unauthorized. %s" : "A tároló jogosulatlan. %s", "Storage incomplete configuration. %s" : "A tároló beállítása nem teljes. %s", @@ -209,6 +208,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Az elérési problémák rendszerint megoldhatók azzal, ha a %swebszervernek írásjogot adunk a gyökérkönyvtárra%s.", "Data directory (%s) is readable by other users" : "Az adatkönyvtár (%s) más felhasználók számára is olvasható ", "Data directory (%s) must be an absolute path" : "Az adatkönyvtárnak (%s) abszolút elérési útnak kell lennie", - "Data directory (%s) is invalid" : "Érvénytelen a megadott adatkönyvtár (%s) " + "Data directory (%s) is invalid" : "Érvénytelen a megadott adatkönyvtár (%s) ", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Kérjük ellenőrizze, hogy az adatkönyvtár tartalmaz a gyökerében egy \".ocdata\" nevű fájlt!" }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/hu.json b/lib/l10n/hu.json index 2894e05d12..fdee4dfd1e 100644 --- a/lib/l10n/hu.json +++ b/lib/l10n/hu.json @@ -188,7 +188,6 @@ "Please upgrade your database version" : "Kérem frissítse az adatbázis-szoftvert!", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Kérjük módosítsa a könyvtár elérhetőségi engedélybeállítását 0770-re, hogy a tartalmát más felhasználó ne listázhassa!", "Check the value of \"datadirectory\" in your configuration" : "Ellenőrizd a \"datadirectory\" értékét a konfigurációban", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Kérjük ellenőrizze, hogy az adatkönyvtár tartalmaz a gyökerében egy \".ocdata\" nevű fájlt!", "Could not obtain lock type %d on \"%s\"." : "Nem sikerült %d típusú zárolást elérni itt: \"%s\".", "Storage unauthorized. %s" : "A tároló jogosulatlan. %s", "Storage incomplete configuration. %s" : "A tároló beállítása nem teljes. %s", @@ -207,6 +206,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Az elérési problémák rendszerint megoldhatók azzal, ha a %swebszervernek írásjogot adunk a gyökérkönyvtárra%s.", "Data directory (%s) is readable by other users" : "Az adatkönyvtár (%s) más felhasználók számára is olvasható ", "Data directory (%s) must be an absolute path" : "Az adatkönyvtárnak (%s) abszolút elérési útnak kell lennie", - "Data directory (%s) is invalid" : "Érvénytelen a megadott adatkönyvtár (%s) " + "Data directory (%s) is invalid" : "Érvénytelen a megadott adatkönyvtár (%s) ", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Kérjük ellenőrizze, hogy az adatkönyvtár tartalmaz a gyökerében egy \".ocdata\" nevű fájlt!" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/is.js b/lib/l10n/is.js index ff94ff7978..118cb01516 100644 --- a/lib/l10n/is.js +++ b/lib/l10n/is.js @@ -205,7 +205,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Gagnamappan þín verður að vera með algilda slóð", "Check the value of \"datadirectory\" in your configuration" : "Athugaðu gildi \"datadirectory\" í uppsetningunni þinni", "Your data directory is invalid" : "Gagnamappan þín er ógild", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Athugaðu hvort gagnamappan innihaldi skrá með heitinu \".ocdata\" í rót hennar.", "Could not obtain lock type %d on \"%s\"." : "Gat ekki fengið læsingu af gerðinni %d á \"%s\".", "Storage unauthorized. %s" : "Gagnageymsla ekki auðkennd. %s", "Storage incomplete configuration. %s" : "Ófullgerð uppsetning gagnageymslu. %s", @@ -224,6 +223,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Heimildir er venjulega hægt að laga ef %sgefur vefþjóninum skrifréttindi í rótarmöppuna %s.", "Data directory (%s) is readable by other users" : "Gagnamappa (%s) er lesanleg fyrir aðra notendur", "Data directory (%s) must be an absolute path" : "Gagnamappan (%s) verður að vera algild slóð", - "Data directory (%s) is invalid" : "Gagnamappa (%s) er ógild" + "Data directory (%s) is invalid" : "Gagnamappa (%s) er ógild", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Athugaðu hvort gagnamappan innihaldi skrá með heitinu \".ocdata\" í rót hennar." }, "nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/lib/l10n/is.json b/lib/l10n/is.json index 9da850a537..72cab786ef 100644 --- a/lib/l10n/is.json +++ b/lib/l10n/is.json @@ -203,7 +203,6 @@ "Your data directory must be an absolute path" : "Gagnamappan þín verður að vera með algilda slóð", "Check the value of \"datadirectory\" in your configuration" : "Athugaðu gildi \"datadirectory\" í uppsetningunni þinni", "Your data directory is invalid" : "Gagnamappan þín er ógild", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Athugaðu hvort gagnamappan innihaldi skrá með heitinu \".ocdata\" í rót hennar.", "Could not obtain lock type %d on \"%s\"." : "Gat ekki fengið læsingu af gerðinni %d á \"%s\".", "Storage unauthorized. %s" : "Gagnageymsla ekki auðkennd. %s", "Storage incomplete configuration. %s" : "Ófullgerð uppsetning gagnageymslu. %s", @@ -222,6 +221,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Heimildir er venjulega hægt að laga ef %sgefur vefþjóninum skrifréttindi í rótarmöppuna %s.", "Data directory (%s) is readable by other users" : "Gagnamappa (%s) er lesanleg fyrir aðra notendur", "Data directory (%s) must be an absolute path" : "Gagnamappan (%s) verður að vera algild slóð", - "Data directory (%s) is invalid" : "Gagnamappa (%s) er ógild" + "Data directory (%s) is invalid" : "Gagnamappa (%s) er ógild", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Athugaðu hvort gagnamappan innihaldi skrá með heitinu \".ocdata\" í rót hennar." },"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" } \ No newline at end of file diff --git a/lib/l10n/it.js b/lib/l10n/it.js index d31b82d188..f1f132c5b6 100644 --- a/lib/l10n/it.js +++ b/lib/l10n/it.js @@ -203,7 +203,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "La cartella dei dati deve essere un percorso assoluto", "Check the value of \"datadirectory\" in your configuration" : "Controlla il valore di \"datadirectory\" nella tua configurazione", "Your data directory is invalid" : "La cartella dei dati non è valida", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica che la cartella dei dati contenga un file \".ocdata\" nella sua radice.", "Could not obtain lock type %d on \"%s\"." : "Impossibile ottenere il blocco di tipo %d su \"%s\".", "Storage unauthorized. %s" : "Archiviazione non autorizzata. %s", "Storage incomplete configuration. %s" : "Configurazione dell'archiviazione incompleta.%s", @@ -222,6 +221,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "I permessi possono essere normalmente corretti %sfornendo al server web accesso in scrittura alla cartella radice%s.", "Data directory (%s) is readable by other users" : "La cartella dei dati (%s) è leggibile dagli altri utenti", "Data directory (%s) must be an absolute path" : "La cartella dei dati (%s) deve essere un percorso assoluto", - "Data directory (%s) is invalid" : "La cartella dei dati (%s) non è valida" + "Data directory (%s) is invalid" : "La cartella dei dati (%s) non è valida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica che la cartella dei dati contenga un file \".ocdata\" nella sua radice." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/it.json b/lib/l10n/it.json index fe6982e7c8..3a48f87a65 100644 --- a/lib/l10n/it.json +++ b/lib/l10n/it.json @@ -201,7 +201,6 @@ "Your data directory must be an absolute path" : "La cartella dei dati deve essere un percorso assoluto", "Check the value of \"datadirectory\" in your configuration" : "Controlla il valore di \"datadirectory\" nella tua configurazione", "Your data directory is invalid" : "La cartella dei dati non è valida", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica che la cartella dei dati contenga un file \".ocdata\" nella sua radice.", "Could not obtain lock type %d on \"%s\"." : "Impossibile ottenere il blocco di tipo %d su \"%s\".", "Storage unauthorized. %s" : "Archiviazione non autorizzata. %s", "Storage incomplete configuration. %s" : "Configurazione dell'archiviazione incompleta.%s", @@ -220,6 +219,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "I permessi possono essere normalmente corretti %sfornendo al server web accesso in scrittura alla cartella radice%s.", "Data directory (%s) is readable by other users" : "La cartella dei dati (%s) è leggibile dagli altri utenti", "Data directory (%s) must be an absolute path" : "La cartella dei dati (%s) deve essere un percorso assoluto", - "Data directory (%s) is invalid" : "La cartella dei dati (%s) non è valida" + "Data directory (%s) is invalid" : "La cartella dei dati (%s) non è valida", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifica che la cartella dei dati contenga un file \".ocdata\" nella sua radice." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/ja.js b/lib/l10n/ja.js index 15dc44a521..21caab9263 100644 --- a/lib/l10n/ja.js +++ b/lib/l10n/ja.js @@ -193,7 +193,6 @@ OC.L10N.register( "Your data directory is readable by other users" : "データディレクトリは、他のユーザーから読み取り専用です", "Your data directory must be an absolute path" : "データディレクトリは、絶対パスにする必要があります", "Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。", - "Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。", "Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。", "Storage unauthorized. %s" : "権限のないストレージです。 %s", "Storage incomplete configuration. %s" : "設定が未完了のストレージです。 %s", @@ -212,6 +211,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "多くの場合、パーミッションは %s Webサーバーにルートディレクトリ %s への書き込み権限を与えることで解決できます。", "Data directory (%s) is readable by other users" : "データディレクトリ (%s) は他のユーザーも閲覧することができます", "Data directory (%s) must be an absolute path" : "データディレクトリ (%s) は、絶対パスである必要があります。", - "Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です" + "Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です", + "Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/ja.json b/lib/l10n/ja.json index 07449a935c..cab2bc6905 100644 --- a/lib/l10n/ja.json +++ b/lib/l10n/ja.json @@ -191,7 +191,6 @@ "Your data directory is readable by other users" : "データディレクトリは、他のユーザーから読み取り専用です", "Your data directory must be an absolute path" : "データディレクトリは、絶対パスにする必要があります", "Check the value of \"datadirectory\" in your configuration" : "設定ファイル内の \"datadirectory\" の値を確認してください。", - "Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。", "Could not obtain lock type %d on \"%s\"." : "\"%s\" で %d タイプのロックを取得できませんでした。", "Storage unauthorized. %s" : "権限のないストレージです。 %s", "Storage incomplete configuration. %s" : "設定が未完了のストレージです。 %s", @@ -210,6 +209,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "多くの場合、パーミッションは %s Webサーバーにルートディレクトリ %s への書き込み権限を与えることで解決できます。", "Data directory (%s) is readable by other users" : "データディレクトリ (%s) は他のユーザーも閲覧することができます", "Data directory (%s) must be an absolute path" : "データディレクトリ (%s) は、絶対パスである必要があります。", - "Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です" + "Data directory (%s) is invalid" : "データディレクトリ (%s) は無効です", + "Please check that the data directory contains a file \".ocdata\" in its root." : "データディレクトリに \".ocdata\" ファイルが含まれていることを確認してください。" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/ko.js b/lib/l10n/ko.js index 2a26f1031f..5ac112c6d9 100644 --- a/lib/l10n/ko.js +++ b/lib/l10n/ko.js @@ -202,7 +202,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "내 데이터 디렉터리는 절대 경로여야 함", "Check the value of \"datadirectory\" in your configuration" : "설정 중 \"datadirectory\" 값을 확인하십시오", "Your data directory is invalid" : "내 데이터 디렉터리가 잘못됨", - "Please check that the data directory contains a file \".ocdata\" in its root." : "데이터 디렉터리의 최상위 경로에 \".ocdata\" 파일이 있는지 확인하십시오.", "Could not obtain lock type %d on \"%s\"." : "잠금 형식 %d을(를) \"%s\"에 대해 얻을 수 없습니다.", "Storage unauthorized. %s" : "저장소가 인증되지 않았습니다. %s", "Storage incomplete configuration. %s" : "저장소 설정이 완전하지 않습니다. %s", @@ -221,6 +220,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "%s루트 디렉터리에 웹 서버 쓰기 권한%s을 주면 해결됩니다.", "Data directory (%s) is readable by other users" : "데이터 디렉터리(%s)를 다른 사용자가 읽을 수 있음", "Data directory (%s) must be an absolute path" : "데이터 디렉터리(%s)는 반드시 절대 경로여야 함", - "Data directory (%s) is invalid" : "데이터 디렉터리(%s)가 잘못됨" + "Data directory (%s) is invalid" : "데이터 디렉터리(%s)가 잘못됨", + "Please check that the data directory contains a file \".ocdata\" in its root." : "데이터 디렉터리의 최상위 경로에 \".ocdata\" 파일이 있는지 확인하십시오." }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/ko.json b/lib/l10n/ko.json index 3bf4ceac1b..fde529370d 100644 --- a/lib/l10n/ko.json +++ b/lib/l10n/ko.json @@ -200,7 +200,6 @@ "Your data directory must be an absolute path" : "내 데이터 디렉터리는 절대 경로여야 함", "Check the value of \"datadirectory\" in your configuration" : "설정 중 \"datadirectory\" 값을 확인하십시오", "Your data directory is invalid" : "내 데이터 디렉터리가 잘못됨", - "Please check that the data directory contains a file \".ocdata\" in its root." : "데이터 디렉터리의 최상위 경로에 \".ocdata\" 파일이 있는지 확인하십시오.", "Could not obtain lock type %d on \"%s\"." : "잠금 형식 %d을(를) \"%s\"에 대해 얻을 수 없습니다.", "Storage unauthorized. %s" : "저장소가 인증되지 않았습니다. %s", "Storage incomplete configuration. %s" : "저장소 설정이 완전하지 않습니다. %s", @@ -219,6 +218,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "%s루트 디렉터리에 웹 서버 쓰기 권한%s을 주면 해결됩니다.", "Data directory (%s) is readable by other users" : "데이터 디렉터리(%s)를 다른 사용자가 읽을 수 있음", "Data directory (%s) must be an absolute path" : "데이터 디렉터리(%s)는 반드시 절대 경로여야 함", - "Data directory (%s) is invalid" : "데이터 디렉터리(%s)가 잘못됨" + "Data directory (%s) is invalid" : "데이터 디렉터리(%s)가 잘못됨", + "Please check that the data directory contains a file \".ocdata\" in its root." : "데이터 디렉터리의 최상위 경로에 \".ocdata\" 파일이 있는지 확인하십시오." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/nb.js b/lib/l10n/nb.js index f4d974fc50..3911c4a6cb 100644 --- a/lib/l10n/nb.js +++ b/lib/l10n/nb.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Din datamappe må være en absolutt sti", "Check the value of \"datadirectory\" in your configuration" : "Sjekk verdien for \"datadirectory\" i oppsettet ditt", "Your data directory is invalid" : "Din datamappe er ugyldig", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Sjekk at det ligger en fil \".ocdata\" i roten av data-mappen.", "Could not obtain lock type %d on \"%s\"." : "Klarte ikke å låse med type %d på \"%s\".", "Storage unauthorized. %s" : "Lager uautorisert: %s", "Storage incomplete configuration. %s" : "Ikke komplett oppsett for lager. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Tillatelser kan vanligvis ordnes ved %så gi vevtjeneren skrivetilgang til rotmappen%s.", "Data directory (%s) is readable by other users" : "Data-mappen (%s) kan leses av andre brukere", "Data directory (%s) must be an absolute path" : "Datamappen (%s) må være en absolutt sti", - "Data directory (%s) is invalid" : "Data-mappe (%s) er ugyldig" + "Data directory (%s) is invalid" : "Data-mappe (%s) er ugyldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Sjekk at det ligger en fil \".ocdata\" i roten av data-mappen." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nb.json b/lib/l10n/nb.json index 110b8c0350..57f654d753 100644 --- a/lib/l10n/nb.json +++ b/lib/l10n/nb.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Din datamappe må være en absolutt sti", "Check the value of \"datadirectory\" in your configuration" : "Sjekk verdien for \"datadirectory\" i oppsettet ditt", "Your data directory is invalid" : "Din datamappe er ugyldig", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Sjekk at det ligger en fil \".ocdata\" i roten av data-mappen.", "Could not obtain lock type %d on \"%s\"." : "Klarte ikke å låse med type %d på \"%s\".", "Storage unauthorized. %s" : "Lager uautorisert: %s", "Storage incomplete configuration. %s" : "Ikke komplett oppsett for lager. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Tillatelser kan vanligvis ordnes ved %så gi vevtjeneren skrivetilgang til rotmappen%s.", "Data directory (%s) is readable by other users" : "Data-mappen (%s) kan leses av andre brukere", "Data directory (%s) must be an absolute path" : "Datamappen (%s) må være en absolutt sti", - "Data directory (%s) is invalid" : "Data-mappe (%s) er ugyldig" + "Data directory (%s) is invalid" : "Data-mappe (%s) er ugyldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Sjekk at det ligger en fil \".ocdata\" i roten av data-mappen." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/nl.js b/lib/l10n/nl.js index 9ad05fb7eb..0fe0e07be7 100644 --- a/lib/l10n/nl.js +++ b/lib/l10n/nl.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Je data map moet een absoluut pad hebben", "Check the value of \"datadirectory\" in your configuration" : "Controleer de waarde van \"datadirectory\" in je configuratie", "Your data directory is invalid" : "Je datamap is ongeldig", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft.", "Could not obtain lock type %d on \"%s\"." : "Kon geen lock type %d krijgen op \"%s\".", "Storage unauthorized. %s" : "Opslag niet toegestaan. %s", "Storage incomplete configuration. %s" : "Incomplete opslagconfiguratie. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Dit kan hersteld worden door 1%s in de hoofd directory 1%s op de webserver schrijfrechten te geven.", "Data directory (%s) is readable by other users" : "De datadirectory (%s) is leesbaar voor andere gebruikers", "Data directory (%s) must be an absolute path" : "De datadirectory (%s) moet een absoluut pad hebben", - "Data directory (%s) is invalid" : "Data directory (%s) is ongeldig" + "Data directory (%s) is invalid" : "Data directory (%s) is ongeldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/nl.json b/lib/l10n/nl.json index 8a6bd04bdb..8ac29f70fd 100644 --- a/lib/l10n/nl.json +++ b/lib/l10n/nl.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Je data map moet een absoluut pad hebben", "Check the value of \"datadirectory\" in your configuration" : "Controleer de waarde van \"datadirectory\" in je configuratie", "Your data directory is invalid" : "Je datamap is ongeldig", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft.", "Could not obtain lock type %d on \"%s\"." : "Kon geen lock type %d krijgen op \"%s\".", "Storage unauthorized. %s" : "Opslag niet toegestaan. %s", "Storage incomplete configuration. %s" : "Incomplete opslagconfiguratie. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Dit kan hersteld worden door 1%s in de hoofd directory 1%s op de webserver schrijfrechten te geven.", "Data directory (%s) is readable by other users" : "De datadirectory (%s) is leesbaar voor andere gebruikers", "Data directory (%s) must be an absolute path" : "De datadirectory (%s) moet een absoluut pad hebben", - "Data directory (%s) is invalid" : "Data directory (%s) is ongeldig" + "Data directory (%s) is invalid" : "Data directory (%s) is ongeldig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Verifieer dat de data directory een bestand \".ocdata\" in de hoofdmap heeft." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/pl.js b/lib/l10n/pl.js index d1daa6c921..46631eef79 100644 --- a/lib/l10n/pl.js +++ b/lib/l10n/pl.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Twój katalog z danymi musi być ścieżką absolutną", "Check the value of \"datadirectory\" in your configuration" : "Sprawdź wartość \"datadirectory\" w swojej konfiguracji", "Your data directory is invalid" : "Twój katalog z danymi jest nieprawidłowy", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Sprawdź, czy katalog danych zawiera plik \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "Nie można uzyskać blokady typu %d na \"%s\".", "Storage unauthorized. %s" : "Magazyn nieautoryzowany. %s", "Storage incomplete configuration. %s" : "Niekompletna konfiguracja magazynu. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Problemy z uprawnieniami można zwykle naprawić przez %sdodanie serwerowi www uprawnień zapisu do katalogu głównego%s.", "Data directory (%s) is readable by other users" : "Katalog danych (%s) jest możliwy do odczytania przez innych użytkowników", "Data directory (%s) must be an absolute path" : "Katalog danych (%s) musi być ścieżką absolutną", - "Data directory (%s) is invalid" : "Katalog danych (%s) jest nieprawidłowy" + "Data directory (%s) is invalid" : "Katalog danych (%s) jest nieprawidłowy", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Sprawdź, czy katalog danych zawiera plik \".ocdata\"." }, "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/lib/l10n/pl.json b/lib/l10n/pl.json index 951476baaa..6b7d74024b 100644 --- a/lib/l10n/pl.json +++ b/lib/l10n/pl.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Twój katalog z danymi musi być ścieżką absolutną", "Check the value of \"datadirectory\" in your configuration" : "Sprawdź wartość \"datadirectory\" w swojej konfiguracji", "Your data directory is invalid" : "Twój katalog z danymi jest nieprawidłowy", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Sprawdź, czy katalog danych zawiera plik \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "Nie można uzyskać blokady typu %d na \"%s\".", "Storage unauthorized. %s" : "Magazyn nieautoryzowany. %s", "Storage incomplete configuration. %s" : "Niekompletna konfiguracja magazynu. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Problemy z uprawnieniami można zwykle naprawić przez %sdodanie serwerowi www uprawnień zapisu do katalogu głównego%s.", "Data directory (%s) is readable by other users" : "Katalog danych (%s) jest możliwy do odczytania przez innych użytkowników", "Data directory (%s) must be an absolute path" : "Katalog danych (%s) musi być ścieżką absolutną", - "Data directory (%s) is invalid" : "Katalog danych (%s) jest nieprawidłowy" + "Data directory (%s) is invalid" : "Katalog danych (%s) jest nieprawidłowy", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Sprawdź, czy katalog danych zawiera plik \".ocdata\"." },"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" } \ No newline at end of file diff --git a/lib/l10n/pt_BR.js b/lib/l10n/pt_BR.js index ea65dcce33..4ed782e41b 100644 --- a/lib/l10n/pt_BR.js +++ b/lib/l10n/pt_BR.js @@ -76,7 +76,7 @@ OC.L10N.register( "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X não é suportado e %s não funcionará corretamente nesta plataforma. Use-o por sua conta e risco!", "For the best results, please consider using a GNU/Linux server instead." : "Para obter melhores resultados, por favor considere o uso de um servidor GNU/Linux em seu lugar.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Aparentemente a instância %s está rodando em um ambiente PHP de 32 bits e o open_basedir foi configurado no php.ini. Isto pode gerar problemas com arquivos maiores que 4GB e é altamente desencorajado.", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, remova a configuração de open_basedir de seu php.ini ou altere o PHP para 64bit.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, remova a configuração de open_basedir de seu php.ini ou mude o PHP para 64bit.", "Set an admin username." : "Defina um nome do usuário administrador.", "Set an admin password." : "Defina uma senha para o administrador.", "Can't create or write into the data directory %s" : "Não foi possível criar ou gravar no diretório de dados %s", @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "O diretório de dados deve ser um caminho absoluto", "Check the value of \"datadirectory\" in your configuration" : "Verifique o valor do \"datadirectory\" na sua configuração", "Your data directory is invalid" : "Seu diretório de dados é inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretório de dados contém um arquivo \".ocdata\" em sua raiz.", "Could not obtain lock type %d on \"%s\"." : "Não foi possível obter tipo de bloqueio %d em \"%s\".", "Storage unauthorized. %s" : "Armazenamento não autorizado. %s", "Storage incomplete configuration. %s" : "Configuração incompleta do armazenamento. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissões podem ser corrigidas por %sdando permissão de escrita ao servidor web para o diretório raiz %s", "Data directory (%s) is readable by other users" : "Diretório de dados (%s) pode ser lido por outros usuários", "Data directory (%s) must be an absolute path" : "Diretório de dados (%s) deve ser um caminho absoluto", - "Data directory (%s) is invalid" : "Diretório de dados (%s) é inválido" + "Data directory (%s) is invalid" : "Diretório de dados (%s) é inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretório de dados contém um arquivo \".ocdata\" em sua raiz." }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/pt_BR.json b/lib/l10n/pt_BR.json index f497d102be..62cb33f2c3 100644 --- a/lib/l10n/pt_BR.json +++ b/lib/l10n/pt_BR.json @@ -74,7 +74,7 @@ "Mac OS X is not supported and %s will not work properly on this platform. Use it at your own risk! " : "Mac OS X não é suportado e %s não funcionará corretamente nesta plataforma. Use-o por sua conta e risco!", "For the best results, please consider using a GNU/Linux server instead." : "Para obter melhores resultados, por favor considere o uso de um servidor GNU/Linux em seu lugar.", "It seems that this %s instance is running on a 32-bit PHP environment and the open_basedir has been configured in php.ini. This will lead to problems with files over 4 GB and is highly discouraged." : "Aparentemente a instância %s está rodando em um ambiente PHP de 32 bits e o open_basedir foi configurado no php.ini. Isto pode gerar problemas com arquivos maiores que 4GB e é altamente desencorajado.", - "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, remova a configuração de open_basedir de seu php.ini ou altere o PHP para 64bit.", + "Please remove the open_basedir setting within your php.ini or switch to 64-bit PHP." : "Por favor, remova a configuração de open_basedir de seu php.ini ou mude o PHP para 64bit.", "Set an admin username." : "Defina um nome do usuário administrador.", "Set an admin password." : "Defina uma senha para o administrador.", "Can't create or write into the data directory %s" : "Não foi possível criar ou gravar no diretório de dados %s", @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "O diretório de dados deve ser um caminho absoluto", "Check the value of \"datadirectory\" in your configuration" : "Verifique o valor do \"datadirectory\" na sua configuração", "Your data directory is invalid" : "Seu diretório de dados é inválido", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretório de dados contém um arquivo \".ocdata\" em sua raiz.", "Could not obtain lock type %d on \"%s\"." : "Não foi possível obter tipo de bloqueio %d em \"%s\".", "Storage unauthorized. %s" : "Armazenamento não autorizado. %s", "Storage incomplete configuration. %s" : "Configuração incompleta do armazenamento. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Permissões podem ser corrigidas por %sdando permissão de escrita ao servidor web para o diretório raiz %s", "Data directory (%s) is readable by other users" : "Diretório de dados (%s) pode ser lido por outros usuários", "Data directory (%s) must be an absolute path" : "Diretório de dados (%s) deve ser um caminho absoluto", - "Data directory (%s) is invalid" : "Diretório de dados (%s) é inválido" + "Data directory (%s) is invalid" : "Diretório de dados (%s) é inválido", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Por favor, verifique se o diretório de dados contém um arquivo \".ocdata\" em sua raiz." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/ru.js b/lib/l10n/ru.js index e05f6ac024..7d2b0a5810 100644 --- a/lib/l10n/ru.js +++ b/lib/l10n/ru.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Каталог данных должен быть указан в виде абсолютного пути", "Check the value of \"datadirectory\" in your configuration" : "Проверьте значение «datadirectory» в настройках.", "Your data directory is invalid" : "Каталог данных не верен", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Убедитесь, что файл «.ocdata» присутствует в корне каталога данных.", "Could not obtain lock type %d on \"%s\"." : "Не удалось получить блокировку типа %d для «%s»", "Storage unauthorized. %s" : "Хранилище неавторизовано. %s", "Storage incomplete configuration. %s" : "Неполная конфигурация хранилища. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в корневой каталог%s.", "Data directory (%s) is readable by other users" : "Каталог данных (%s) доступен для чтения другим пользователям", "Data directory (%s) must be an absolute path" : "Каталог данных (%s) должен быть абсолютным путём", - "Data directory (%s) is invalid" : "Каталог данных (%s) не верен" + "Data directory (%s) is invalid" : "Каталог данных (%s) не верен", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Убедитесь, что файл «.ocdata» присутствует в корне каталога данных." }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/lib/l10n/ru.json b/lib/l10n/ru.json index c6e0ba8c08..66f5b5fad4 100644 --- a/lib/l10n/ru.json +++ b/lib/l10n/ru.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Каталог данных должен быть указан в виде абсолютного пути", "Check the value of \"datadirectory\" in your configuration" : "Проверьте значение «datadirectory» в настройках.", "Your data directory is invalid" : "Каталог данных не верен", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Убедитесь, что файл «.ocdata» присутствует в корне каталога данных.", "Could not obtain lock type %d on \"%s\"." : "Не удалось получить блокировку типа %d для «%s»", "Storage unauthorized. %s" : "Хранилище неавторизовано. %s", "Storage incomplete configuration. %s" : "Неполная конфигурация хранилища. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Обычно это можно исправить, %sпредоставив веб-серверу права на запись в корневой каталог%s.", "Data directory (%s) is readable by other users" : "Каталог данных (%s) доступен для чтения другим пользователям", "Data directory (%s) must be an absolute path" : "Каталог данных (%s) должен быть абсолютным путём", - "Data directory (%s) is invalid" : "Каталог данных (%s) не верен" + "Data directory (%s) is invalid" : "Каталог данных (%s) не верен", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Убедитесь, что файл «.ocdata» присутствует в корне каталога данных." },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index 9ae8ccdfc1..c85efae5a0 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -184,7 +184,6 @@ OC.L10N.register( "Please upgrade your database version" : "Prosím, aktualizujte verziu svojej databázy", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Prosím, zmeňte oprávnenia na 0770, aby tento priečinok nemohli ostatní používatelia otvoriť.", "Check the value of \"datadirectory\" in your configuration" : "Skontrolujte hodnotu \"datadirectory\" vo vašej konfigurácii", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Prosím, skontrolujte, či priečinok dát obsahuje súbor \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "Nepodarilo sa získať zámok typu %d na „%s“.", "Storage connection error. %s" : "Chyba pripojenia k úložisku. %s", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", @@ -200,6 +199,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Oprávnenia je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis do koreňového priečinka%s.", "Data directory (%s) is readable by other users" : "Priečinok dát (%s) je prístupný na čítanie ostatným používateľom", "Data directory (%s) must be an absolute path" : "Priečinok dát (%s) musí byť zadaný ako absolútna cesta", - "Data directory (%s) is invalid" : "Priečinok dát (%s) je neplatný" + "Data directory (%s) is invalid" : "Priečinok dát (%s) je neplatný", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Prosím, skontrolujte, či priečinok dát obsahuje súbor \".ocdata\"." }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json index fc4fd9e832..bffd166c23 100644 --- a/lib/l10n/sk.json +++ b/lib/l10n/sk.json @@ -182,7 +182,6 @@ "Please upgrade your database version" : "Prosím, aktualizujte verziu svojej databázy", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Prosím, zmeňte oprávnenia na 0770, aby tento priečinok nemohli ostatní používatelia otvoriť.", "Check the value of \"datadirectory\" in your configuration" : "Skontrolujte hodnotu \"datadirectory\" vo vašej konfigurácii", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Prosím, skontrolujte, či priečinok dát obsahuje súbor \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "Nepodarilo sa získať zámok typu %d na „%s“.", "Storage connection error. %s" : "Chyba pripojenia k úložisku. %s", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", @@ -198,6 +197,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Oprávnenia je zvyčajne možné opraviť tým, že %sudelíte webovému serveru oprávnenie na zápis do koreňového priečinka%s.", "Data directory (%s) is readable by other users" : "Priečinok dát (%s) je prístupný na čítanie ostatným používateľom", "Data directory (%s) must be an absolute path" : "Priečinok dát (%s) musí byť zadaný ako absolútna cesta", - "Data directory (%s) is invalid" : "Priečinok dát (%s) je neplatný" + "Data directory (%s) is invalid" : "Priečinok dát (%s) je neplatný", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Prosím, skontrolujte, či priečinok dát obsahuje súbor \".ocdata\"." },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" } \ No newline at end of file diff --git a/lib/l10n/sq.js b/lib/l10n/sq.js index 5ef61291c1..247c945e11 100644 --- a/lib/l10n/sq.js +++ b/lib/l10n/sq.js @@ -188,7 +188,6 @@ OC.L10N.register( "Please upgrade your database version" : "Ju lutemi, përmirësoni bazën tuaj të të dhënave me një version më të ri.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Ju lutemi, kalojani lejet në 0770, që kështu atë drejtori të mos mund ta shfaqin përdorues të tjerë.", "Check the value of \"datadirectory\" in your configuration" : "Kontrolloni vlerën e \"datadirectory\" te formësimi juaj", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Ju lutemi, kontrolloni që drejtoria e të dhënave përmban në rrënjën e saj një kartelë \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "S’u mor dot lloj kyçjeje %d në \"%s\".", "Storage unauthorized. %s" : "Depozitë e paautorizuar. %s", "Storage incomplete configuration. %s" : "Formësim jo i plotë i depozitës. %s", @@ -207,6 +206,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Zakonisht lejet mund të ndreqen duke %si akorduar shërbyesit web të drejta shkrimi mbi drejtorinë rrënjë%s.", "Data directory (%s) is readable by other users" : "Drejtoria e të dhënave (%s) është e lexueshme nga përdorues të tjerë", "Data directory (%s) must be an absolute path" : "Drejtoria e të dhënave (%s) duhet të jepë një shteg absolut", - "Data directory (%s) is invalid" : "Drejtoria e të dhënave (%s) është e pavlefshme" + "Data directory (%s) is invalid" : "Drejtoria e të dhënave (%s) është e pavlefshme", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Ju lutemi, kontrolloni që drejtoria e të dhënave përmban në rrënjën e saj një kartelë \".ocdata\"." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sq.json b/lib/l10n/sq.json index b884ab5bfc..7be944bccf 100644 --- a/lib/l10n/sq.json +++ b/lib/l10n/sq.json @@ -186,7 +186,6 @@ "Please upgrade your database version" : "Ju lutemi, përmirësoni bazën tuaj të të dhënave me një version më të ri.", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "Ju lutemi, kalojani lejet në 0770, që kështu atë drejtori të mos mund ta shfaqin përdorues të tjerë.", "Check the value of \"datadirectory\" in your configuration" : "Kontrolloni vlerën e \"datadirectory\" te formësimi juaj", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Ju lutemi, kontrolloni që drejtoria e të dhënave përmban në rrënjën e saj një kartelë \".ocdata\".", "Could not obtain lock type %d on \"%s\"." : "S’u mor dot lloj kyçjeje %d në \"%s\".", "Storage unauthorized. %s" : "Depozitë e paautorizuar. %s", "Storage incomplete configuration. %s" : "Formësim jo i plotë i depozitës. %s", @@ -205,6 +204,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Zakonisht lejet mund të ndreqen duke %si akorduar shërbyesit web të drejta shkrimi mbi drejtorinë rrënjë%s.", "Data directory (%s) is readable by other users" : "Drejtoria e të dhënave (%s) është e lexueshme nga përdorues të tjerë", "Data directory (%s) must be an absolute path" : "Drejtoria e të dhënave (%s) duhet të jepë një shteg absolut", - "Data directory (%s) is invalid" : "Drejtoria e të dhënave (%s) është e pavlefshme" + "Data directory (%s) is invalid" : "Drejtoria e të dhënave (%s) është e pavlefshme", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Ju lutemi, kontrolloni që drejtoria e të dhënave përmban në rrënjën e saj një kartelë \".ocdata\"." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/sv.js b/lib/l10n/sv.js index 8d4812f761..e163be33bf 100644 --- a/lib/l10n/sv.js +++ b/lib/l10n/sv.js @@ -198,7 +198,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Du måste specificera en korrekt sökväg till datamappen", "Check the value of \"datadirectory\" in your configuration" : "Kontrollera värdet av \"datakatalog\" i din konfiguration", "Your data directory is invalid" : "Din datamapp är ogiltig", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Vänligen kontrollera att datakatalogen innehåller filen \".ocdata\" i rooten.", "Could not obtain lock type %d on \"%s\"." : "Kunde inte hämta låstyp %d på \"%s\".", "Storage unauthorized. %s" : "Lagringsutrymme ej tillåtet. %s", "Storage incomplete configuration. %s" : "Lagringsutrymme felaktigt inställt. %s", @@ -217,6 +216,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Rättigheterna kan vanligtvis åtgärdas genom att %s ger webbservern skrivrättigheter till rootkatalogen %s.", "Data directory (%s) is readable by other users" : "Datakatalogen (%s) kan läsas av andra användare", "Data directory (%s) must be an absolute path" : "Datakatalogen (%s) måste vara hela sökvägen", - "Data directory (%s) is invalid" : "Datakatlogen (%s) är ogiltig" + "Data directory (%s) is invalid" : "Datakatlogen (%s) är ogiltig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Vänligen kontrollera att datakatalogen innehåller filen \".ocdata\" i rooten." }, "nplurals=2; plural=(n != 1);"); diff --git a/lib/l10n/sv.json b/lib/l10n/sv.json index 484d81b65d..dd9f9f1f66 100644 --- a/lib/l10n/sv.json +++ b/lib/l10n/sv.json @@ -196,7 +196,6 @@ "Your data directory must be an absolute path" : "Du måste specificera en korrekt sökväg till datamappen", "Check the value of \"datadirectory\" in your configuration" : "Kontrollera värdet av \"datakatalog\" i din konfiguration", "Your data directory is invalid" : "Din datamapp är ogiltig", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Vänligen kontrollera att datakatalogen innehåller filen \".ocdata\" i rooten.", "Could not obtain lock type %d on \"%s\"." : "Kunde inte hämta låstyp %d på \"%s\".", "Storage unauthorized. %s" : "Lagringsutrymme ej tillåtet. %s", "Storage incomplete configuration. %s" : "Lagringsutrymme felaktigt inställt. %s", @@ -215,6 +214,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "Rättigheterna kan vanligtvis åtgärdas genom att %s ger webbservern skrivrättigheter till rootkatalogen %s.", "Data directory (%s) is readable by other users" : "Datakatalogen (%s) kan läsas av andra användare", "Data directory (%s) must be an absolute path" : "Datakatalogen (%s) måste vara hela sökvägen", - "Data directory (%s) is invalid" : "Datakatlogen (%s) är ogiltig" + "Data directory (%s) is invalid" : "Datakatlogen (%s) är ogiltig", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Vänligen kontrollera att datakatalogen innehåller filen \".ocdata\" i rooten." },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index a1515c5fa8..7f6c43a9f1 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -206,7 +206,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "Veri klasörünüz mutlak bir yol olmalıdır", "Check the value of \"datadirectory\" in your configuration" : "Yapılandırmanızdaki \"datadirectory\" seçeneğini denetleyin", "Your data directory is invalid" : "Veri klasörünüz geçersiz", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Lütfen veri klasörünün kökünde \".ocdata\" dosyasının bulunduğunu denetleyin.", "Could not obtain lock type %d on \"%s\"." : "\"%s\" için %d kilit türü alınamadı.", "Storage unauthorized. %s" : "Depolamaya erişim izni yok. %s", "Storage incomplete configuration. %s" : "Depolama yapılandırması tamamlanmamış. %s", @@ -225,6 +224,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "İzinler genellikle, %sweb sunucusuna kök klasöre yazma izni verilerek%s düzeltilebilir.", "Data directory (%s) is readable by other users" : "Veri klasörü (%s) diğer kullanıcılar tarafından okunabilir", "Data directory (%s) must be an absolute path" : "Veri klasörü (%s) mutlak bir yol olmalıdır", - "Data directory (%s) is invalid" : "Veri klasörü (%s) geçersiz" + "Data directory (%s) is invalid" : "Veri klasörü (%s) geçersiz", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Lütfen veri klasörünün kökünde \".ocdata\" dosyasının bulunduğunu denetleyin." }, "nplurals=2; plural=(n > 1);"); diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index ea1b1d8b70..afa23fc96a 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -204,7 +204,6 @@ "Your data directory must be an absolute path" : "Veri klasörünüz mutlak bir yol olmalıdır", "Check the value of \"datadirectory\" in your configuration" : "Yapılandırmanızdaki \"datadirectory\" seçeneğini denetleyin", "Your data directory is invalid" : "Veri klasörünüz geçersiz", - "Please check that the data directory contains a file \".ocdata\" in its root." : "Lütfen veri klasörünün kökünde \".ocdata\" dosyasının bulunduğunu denetleyin.", "Could not obtain lock type %d on \"%s\"." : "\"%s\" için %d kilit türü alınamadı.", "Storage unauthorized. %s" : "Depolamaya erişim izni yok. %s", "Storage incomplete configuration. %s" : "Depolama yapılandırması tamamlanmamış. %s", @@ -223,6 +222,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "İzinler genellikle, %sweb sunucusuna kök klasöre yazma izni verilerek%s düzeltilebilir.", "Data directory (%s) is readable by other users" : "Veri klasörü (%s) diğer kullanıcılar tarafından okunabilir", "Data directory (%s) must be an absolute path" : "Veri klasörü (%s) mutlak bir yol olmalıdır", - "Data directory (%s) is invalid" : "Veri klasörü (%s) geçersiz" + "Data directory (%s) is invalid" : "Veri klasörü (%s) geçersiz", + "Please check that the data directory contains a file \".ocdata\" in its root." : "Lütfen veri klasörünün kökünde \".ocdata\" dosyasının bulunduğunu denetleyin." },"pluralForm" :"nplurals=2; plural=(n > 1);" } \ No newline at end of file diff --git a/lib/l10n/zh_CN.js b/lib/l10n/zh_CN.js index d486364265..bca3ffe664 100644 --- a/lib/l10n/zh_CN.js +++ b/lib/l10n/zh_CN.js @@ -198,7 +198,6 @@ OC.L10N.register( "Your data directory must be an absolute path" : "您的数据目录必须是绝对路径", "Check the value of \"datadirectory\" in your configuration" : "请检查配置文件中 \"datadirectory\" 的值", "Your data directory is invalid" : "您的数据目录无效", - "Please check that the data directory contains a file \".ocdata\" in its root." : "请检查根目录下 data 目录中包含名为 \".ocdata\" 的文件.", "Could not obtain lock type %d on \"%s\"." : "无法在 \"%s\" 上获取锁类型 %d.", "Storage unauthorized. %s" : "存储认证失败. %s", "Storage incomplete configuration. %s" : "存储未完成配置. %s", @@ -217,6 +216,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "您可以由 %s 设置 Web 服务器对根目录 %s 的写权限可以修复这个问题.", "Data directory (%s) is readable by other users" : "数据目录 (%s) 能被其他用户读取", "Data directory (%s) must be an absolute path" : "数据目录 (%s) 必须为绝对路径", - "Data directory (%s) is invalid" : "数据目录 (%s) 无效" + "Data directory (%s) is invalid" : "数据目录 (%s) 无效", + "Please check that the data directory contains a file \".ocdata\" in its root." : "请检查根目录下 data 目录中包含名为 \".ocdata\" 的文件." }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_CN.json b/lib/l10n/zh_CN.json index 7c4c0f6aff..8b554cca9e 100644 --- a/lib/l10n/zh_CN.json +++ b/lib/l10n/zh_CN.json @@ -196,7 +196,6 @@ "Your data directory must be an absolute path" : "您的数据目录必须是绝对路径", "Check the value of \"datadirectory\" in your configuration" : "请检查配置文件中 \"datadirectory\" 的值", "Your data directory is invalid" : "您的数据目录无效", - "Please check that the data directory contains a file \".ocdata\" in its root." : "请检查根目录下 data 目录中包含名为 \".ocdata\" 的文件.", "Could not obtain lock type %d on \"%s\"." : "无法在 \"%s\" 上获取锁类型 %d.", "Storage unauthorized. %s" : "存储认证失败. %s", "Storage incomplete configuration. %s" : "存储未完成配置. %s", @@ -215,6 +214,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "您可以由 %s 设置 Web 服务器对根目录 %s 的写权限可以修复这个问题.", "Data directory (%s) is readable by other users" : "数据目录 (%s) 能被其他用户读取", "Data directory (%s) must be an absolute path" : "数据目录 (%s) 必须为绝对路径", - "Data directory (%s) is invalid" : "数据目录 (%s) 无效" + "Data directory (%s) is invalid" : "数据目录 (%s) 无效", + "Please check that the data directory contains a file \".ocdata\" in its root." : "请检查根目录下 data 目录中包含名为 \".ocdata\" 的文件." },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/lib/l10n/zh_TW.js b/lib/l10n/zh_TW.js index 68b7d36398..d920941222 100644 --- a/lib/l10n/zh_TW.js +++ b/lib/l10n/zh_TW.js @@ -182,7 +182,6 @@ OC.L10N.register( "Please upgrade your database version" : "請升級您的資料庫版本", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他使用者讀取", "Check the value of \"datadirectory\" in your configuration" : "請檢查您的設定檔中 \"datadirectory\" 的值", - "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案", "Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s", "Storage unauthorized. %s" : "儲存空間未經授權。%s", "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s", @@ -200,6 +199,7 @@ OC.L10N.register( "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "通常藉由%s開放網頁伺服器對根目錄的權限%s就可以修正權限問題", "Data directory (%s) is readable by other users" : "資料目錄 (%s) 可以被其他使用者讀取", "Data directory (%s) must be an absolute path" : "資料夾目錄(%s) 必須式絕對路徑", - "Data directory (%s) is invalid" : "資料目錄 (%s) 無效" + "Data directory (%s) is invalid" : "資料目錄 (%s) 無效", + "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案" }, "nplurals=1; plural=0;"); diff --git a/lib/l10n/zh_TW.json b/lib/l10n/zh_TW.json index 7411b0f410..50355daf51 100644 --- a/lib/l10n/zh_TW.json +++ b/lib/l10n/zh_TW.json @@ -180,7 +180,6 @@ "Please upgrade your database version" : "請升級您的資料庫版本", "Please change the permissions to 0770 so that the directory cannot be listed by other users." : "請將該目錄權限設定為 0770 ,以免其他使用者讀取", "Check the value of \"datadirectory\" in your configuration" : "請檢查您的設定檔中 \"datadirectory\" 的值", - "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案", "Could not obtain lock type %d on \"%s\"." : "無法取得鎖定:類型 %d ,檔案 %s", "Storage unauthorized. %s" : "儲存空間未經授權。%s", "Storage incomplete configuration. %s" : "儲存空間配置尚未完成。%s", @@ -198,6 +197,7 @@ "Permissions can usually be fixed by %sgiving the webserver write access to the root directory%s." : "通常藉由%s開放網頁伺服器對根目錄的權限%s就可以修正權限問題", "Data directory (%s) is readable by other users" : "資料目錄 (%s) 可以被其他使用者讀取", "Data directory (%s) must be an absolute path" : "資料夾目錄(%s) 必須式絕對路徑", - "Data directory (%s) is invalid" : "資料目錄 (%s) 無效" + "Data directory (%s) is invalid" : "資料目錄 (%s) 無效", + "Please check that the data directory contains a file \".ocdata\" in its root." : "請確保資料目錄當中包含一個 .ocdata 的檔案" },"pluralForm" :"nplurals=1; plural=0;" } \ No newline at end of file diff --git a/settings/l10n/pt_BR.js b/settings/l10n/pt_BR.js index 8764dfe661..c9c5c4872d 100644 --- a/settings/l10n/pt_BR.js +++ b/settings/l10n/pt_BR.js @@ -4,7 +4,7 @@ OC.L10N.register( "{actor} changed your password" : "{actor} alterou sua senha", "You changed your password" : "Você alterou sua senha", "Your password was reset by an administrator" : "Sua senha foi redefinida pelo administrador", - "{actor} changed your email address" : "{actor} alterou seu e-mail", + "{actor} changed your email address" : "{actor} alterou seu endereço de e-mail", "You changed your email address" : "Você alterou seu e-mail", "Your email address was changed by an administrator" : "Seu e-mail foi alterado pelo administrador", "Security" : "Segurança", @@ -68,7 +68,7 @@ OC.L10N.register( "Your email address on %s was changed by an administrator." : "Seu e-mail em %s foi alterado por um administrador.", "Email address changed for %s" : "E-mail alterado para %s", "The new email address is %s" : "O novo e-mail é %s", - "Email address for %1$s changed on %2$s" : "E-mail para %1$s foi alterado em %2$s", + "Email address for %1$s changed on %2$s" : "O endereço de E-mail para %1$s foi alterado em %2$s", "Welcome aboard" : "Bem-vindo a bordo", "Welcome aboard %s" : "%s, bem-vindo a bordo", "You have now an %s account, you can add, protect, and share your data." : "Agora que você tem uma conta %s, pode adicionar, proteger e compartilhar seus dados.", @@ -414,7 +414,7 @@ OC.L10N.register( "Cron was not executed yet!" : "Cron não foi executado ainda!", "Use system's cron service to call the cron.php file every 15 minutes." : "Usar o serviço cron do sistema para chamar o arquivo cron.php a cada 15 minutos.", "Uninstall app" : "Desinstalar aplicativo", - "Hey there,

just letting you know that you now have a %s account.

Your username: %s
Access it: %s

" : "Olá,

só para lhe informar que agora você tem uma %s conta.

Nome de usuário: %s
Acesse: %s

", + "Hey there,

just letting you know that you now have a %s account.

Your username: %s
Access it: %s

" : "Olá,

só para lhe informar que agora você tem uma %s conta.

Seu nome de usuário: %s
Acesse: %s

", "Cheers!" : "Saudações!", "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\nsó para lhe informar que você agora tem uma conta %s.\n\nNome de Usuário: %s\nAcesse: %s\n\n", "No display name set" : "Nenhum nome de exibição definido", diff --git a/settings/l10n/pt_BR.json b/settings/l10n/pt_BR.json index 56ad8d87a4..d3d9ad0c76 100644 --- a/settings/l10n/pt_BR.json +++ b/settings/l10n/pt_BR.json @@ -2,7 +2,7 @@ "{actor} changed your password" : "{actor} alterou sua senha", "You changed your password" : "Você alterou sua senha", "Your password was reset by an administrator" : "Sua senha foi redefinida pelo administrador", - "{actor} changed your email address" : "{actor} alterou seu e-mail", + "{actor} changed your email address" : "{actor} alterou seu endereço de e-mail", "You changed your email address" : "Você alterou seu e-mail", "Your email address was changed by an administrator" : "Seu e-mail foi alterado pelo administrador", "Security" : "Segurança", @@ -66,7 +66,7 @@ "Your email address on %s was changed by an administrator." : "Seu e-mail em %s foi alterado por um administrador.", "Email address changed for %s" : "E-mail alterado para %s", "The new email address is %s" : "O novo e-mail é %s", - "Email address for %1$s changed on %2$s" : "E-mail para %1$s foi alterado em %2$s", + "Email address for %1$s changed on %2$s" : "O endereço de E-mail para %1$s foi alterado em %2$s", "Welcome aboard" : "Bem-vindo a bordo", "Welcome aboard %s" : "%s, bem-vindo a bordo", "You have now an %s account, you can add, protect, and share your data." : "Agora que você tem uma conta %s, pode adicionar, proteger e compartilhar seus dados.", @@ -412,7 +412,7 @@ "Cron was not executed yet!" : "Cron não foi executado ainda!", "Use system's cron service to call the cron.php file every 15 minutes." : "Usar o serviço cron do sistema para chamar o arquivo cron.php a cada 15 minutos.", "Uninstall app" : "Desinstalar aplicativo", - "Hey there,

just letting you know that you now have a %s account.

Your username: %s
Access it: %s

" : "Olá,

só para lhe informar que agora você tem uma %s conta.

Nome de usuário: %s
Acesse: %s

", + "Hey there,

just letting you know that you now have a %s account.

Your username: %s
Access it: %s

" : "Olá,

só para lhe informar que agora você tem uma %s conta.

Seu nome de usuário: %s
Acesse: %s

", "Cheers!" : "Saudações!", "Hey there,\n\njust letting you know that you now have a %s account.\n\nYour username: %s\nAccess it: %s\n\n" : "Olá,\n\nsó para lhe informar que você agora tem uma conta %s.\n\nNome de Usuário: %s\nAcesse: %s\n\n", "No display name set" : "Nenhum nome de exibição definido",