summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/files/l10n/cs_CZ.php1
-rw-r--r--apps/files/l10n/el.php1
-rw-r--r--apps/files/l10n/en_NZ.php7
-rw-r--r--apps/files/l10n/ja.php2
-rw-r--r--apps/files/l10n/nn_NO.php1
-rw-r--r--apps/files/l10n/pt_BR.php1
-rw-r--r--apps/files/l10n/ta_IN.php7
-rw-r--r--apps/files/l10n/zh_CN.php7
-rw-r--r--apps/files_external/l10n/cs_CZ.php11
-rw-r--r--apps/files_external/l10n/el.php3
-rw-r--r--apps/files_external/l10n/es.php32
-rw-r--r--apps/files_external/l10n/ja.php1
-rw-r--r--apps/files_external/l10n/nb_NO.php8
-rw-r--r--apps/files_external/l10n/nn_NO.php1
-rw-r--r--apps/files_external/l10n/pt_BR.php32
-rw-r--r--apps/user_ldap/l10n/en_NZ.php6
-rw-r--r--apps/user_ldap/l10n/ja.php1
-rw-r--r--apps/user_ldap/l10n/ta_IN.php6
18 files changed, 128 insertions, 0 deletions
diff --git a/apps/files/l10n/cs_CZ.php b/apps/files/l10n/cs_CZ.php
index 46a735a71ce..8fa0bb21370 100644
--- a/apps/files/l10n/cs_CZ.php
+++ b/apps/files/l10n/cs_CZ.php
@@ -44,6 +44,7 @@ $TRANSLATIONS = array(
"Rename" => "Přejmenovat",
"Your download is being prepared. This might take some time if the files are big." => "Vaše soubory ke stažení se připravují. Pokud jsou velké, může to chvíli trvat.",
"Pending" => "Nevyřízené",
+"Error moving file." => "Chyba při přesunu souboru.",
"Error moving file" => "Chyba při přesunu souboru",
"Error" => "Chyba",
"Could not rename file" => "Nepodařilo se přejmenovat soubor",
diff --git a/apps/files/l10n/el.php b/apps/files/l10n/el.php
index 84f1031107a..5ba92033d13 100644
--- a/apps/files/l10n/el.php
+++ b/apps/files/l10n/el.php
@@ -62,6 +62,7 @@ $TRANSLATIONS = array(
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "Η κρυπτογράφηση απενεργοποιήθηκε, αλλά τα αρχεία σας είναι ακόμα κρυπτογραφημένα. Παρακαλούμε απενεργοποιήσετε την κρυπτογράφηση αρχείων από τις προσωπικές σας ρυθμίσεις",
"{dirs} and {files}" => "{Κατάλογοι αρχείων} και {αρχεία}",
"%s could not be renamed" => "Αδυναμία μετονομασίας του %s",
+"Upload (max. %s)" => "Διαμοιρασμός (max. %s)",
"File handling" => "Διαχείριση αρχείων",
"Maximum upload size" => "Μέγιστο μέγεθος αποστολής",
"max. possible: " => "μέγιστο δυνατό:",
diff --git a/apps/files/l10n/en_NZ.php b/apps/files/l10n/en_NZ.php
new file mode 100644
index 00000000000..0157af093e9
--- /dev/null
+++ b/apps/files/l10n/en_NZ.php
@@ -0,0 +1,7 @@
+<?php
+$TRANSLATIONS = array(
+"_%n folder_::_%n folders_" => array("",""),
+"_%n file_::_%n files_" => array("",""),
+"_Uploading %n file_::_Uploading %n files_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files/l10n/ja.php b/apps/files/l10n/ja.php
index 5d39920b37d..0b00594d71c 100644
--- a/apps/files/l10n/ja.php
+++ b/apps/files/l10n/ja.php
@@ -44,6 +44,7 @@ $TRANSLATIONS = array(
"Rename" => "名前の変更",
"Your download is being prepared. This might take some time if the files are big." => "ダウンロードの準備中です。ファイルサイズが大きい場合は少し時間がかかるかもしれません。",
"Pending" => "中断",
+"Error moving file." => "ファイル移動でエラー",
"Error moving file" => "ファイルの移動エラー",
"Error" => "エラー",
"Could not rename file" => "ファイルの名前変更ができませんでした",
@@ -62,6 +63,7 @@ $TRANSLATIONS = array(
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "暗号化の機能は無効化されましたが、ファイルはすでに暗号化されています。個人設定からファイルを複合を行ってください。",
"{dirs} and {files}" => "{dirs} と {files}",
"%s could not be renamed" => "%sの名前を変更できませんでした",
+"Upload (max. %s)" => "アップロード ( 最大 %s )",
"File handling" => "ファイル操作",
"Maximum upload size" => "最大アップロードサイズ",
"max. possible: " => "最大容量: ",
diff --git a/apps/files/l10n/nn_NO.php b/apps/files/l10n/nn_NO.php
index e1fe7b88758..238d1459b1a 100644
--- a/apps/files/l10n/nn_NO.php
+++ b/apps/files/l10n/nn_NO.php
@@ -52,6 +52,7 @@ $TRANSLATIONS = array(
"Save" => "Lagre",
"New" => "Ny",
"Text file" => "Tekst fil",
+"New folder" => "Ny mappe",
"Folder" => "Mappe",
"From link" => "Frå lenkje",
"Deleted files" => "Sletta filer",
diff --git a/apps/files/l10n/pt_BR.php b/apps/files/l10n/pt_BR.php
index b9c34c116ca..5e0399bc4e2 100644
--- a/apps/files/l10n/pt_BR.php
+++ b/apps/files/l10n/pt_BR.php
@@ -44,6 +44,7 @@ $TRANSLATIONS = array(
"Rename" => "Renomear",
"Your download is being prepared. This might take some time if the files are big." => "Seu download está sendo preparado. Isto pode levar algum tempo se os arquivos forem grandes.",
"Pending" => "Pendente",
+"Error moving file." => "Erro movendo o arquivo.",
"Error moving file" => "Erro movendo o arquivo",
"Error" => "Erro",
"Could not rename file" => "Não foi possível renomear o arquivo",
diff --git a/apps/files/l10n/ta_IN.php b/apps/files/l10n/ta_IN.php
new file mode 100644
index 00000000000..0157af093e9
--- /dev/null
+++ b/apps/files/l10n/ta_IN.php
@@ -0,0 +1,7 @@
+<?php
+$TRANSLATIONS = array(
+"_%n folder_::_%n folders_" => array("",""),
+"_%n file_::_%n files_" => array("",""),
+"_Uploading %n file_::_Uploading %n files_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/files/l10n/zh_CN.php b/apps/files/l10n/zh_CN.php
index d2099a2d125..7f0183e9205 100644
--- a/apps/files/l10n/zh_CN.php
+++ b/apps/files/l10n/zh_CN.php
@@ -3,7 +3,9 @@ $TRANSLATIONS = array(
"Could not move %s - File with this name already exists" => "无法移动 %s - 同名文件已存在",
"Could not move %s" => "无法移动 %s",
"File name cannot be empty." => "文件名不能为空。",
+"\"%s\" is an invalid file name." => "“%s” 是一个无效的文件名。",
"Invalid name, '\\', '/', '<', '>', ':', '\"', '|', '?' and '*' are not allowed." => "无效名称,'\\', '/', '<', '>', ':', '\"', '|', '?' 和 '*' 不被允许使用。",
+"The target folder has been moved or deleted." => "目标文件夹已经被移动或删除。",
"The name %s is already used in the folder %s. Please choose a different name." => "文件名 %s 是已经在 %s 中存在的名称。请使用其他名称。",
"Not a valid source" => "不是一个可用的源",
"Server is not allowed to open URLs, please check the server configuration" => "服务器没有允许打开URL网址,请检查服务器配置",
@@ -27,6 +29,8 @@ $TRANSLATIONS = array(
"Invalid directory." => "无效文件夹。",
"Files" => "文件",
"Unable to upload {filename} as it is a directory or has 0 bytes" => "不能上传文件 {filename} ,由于它是一个目录或者为0字节",
+"Total file size {size1} exceeds upload limit {size2}" => "总文件大小 {size1} 超过上传限制 {size2}",
+"Not enough free space, you are uploading {size1} but only {size2} is left" => "没有足够的可用空间,您正在上传 {size1} 的文件但是只有 {size2} 可用。",
"Upload cancelled." => "上传已取消",
"Could not get result from server." => "不能从服务器得到结果",
"File upload is in progress. Leaving the page now will cancel the upload." => "文件正在上传中。现在离开此页会导致上传动作被取消。",
@@ -40,6 +44,7 @@ $TRANSLATIONS = array(
"Rename" => "重命名",
"Your download is being prepared. This might take some time if the files are big." => "下载正在准备中。如果文件较大可能会花费一些时间。",
"Pending" => "等待",
+"Error moving file." => "移动文件出错。",
"Error moving file" => "移动文件错误",
"Error" => "错误",
"Could not rename file" => "不能重命名文件",
@@ -50,6 +55,7 @@ $TRANSLATIONS = array(
"_%n folder_::_%n folders_" => array("%n 文件夹"),
"_%n file_::_%n files_" => array("%n个文件"),
"_Uploading %n file_::_Uploading %n files_" => array("上传 %n 个文件"),
+"\"{name}\" is an invalid file name." => "“{name}”是一个无效的文件名。",
"Your storage is full, files can not be updated or synced anymore!" => "您的存储空间已满,文件将无法更新或同步!",
"Your storage is almost full ({usedSpacePercent}%)" => "您的存储空间即将用完 ({usedSpacePercent}%)",
"Encryption App is enabled but your keys are not initialized, please log-out and log-in again" => "加密应用被启用了,但是你的加密密钥没有初始化,请重新登出登录系统一次。",
@@ -57,6 +63,7 @@ $TRANSLATIONS = array(
"Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files." => "加密是被禁用的,但是您的文件还是被加密了。请到您的个人配置里设置文件加密选项。",
"{dirs} and {files}" => "{dirs} 和 {files}",
"%s could not be renamed" => "%s 不能被重命名",
+"Upload (max. %s)" => "上传 (最大 %s)",
"File handling" => "文件处理",
"Maximum upload size" => "最大上传大小",
"max. possible: " => "最大允许: ",
diff --git a/apps/files_external/l10n/cs_CZ.php b/apps/files_external/l10n/cs_CZ.php
index 9b936012fe9..d9173b4a866 100644
--- a/apps/files_external/l10n/cs_CZ.php
+++ b/apps/files_external/l10n/cs_CZ.php
@@ -2,6 +2,17 @@
$TRANSLATIONS = array(
"Local" => "Místní",
"Location" => "Umístění",
+"Amazon S3" => "Amazon S3",
+"Key" => "Klíč",
+"Secret" => "Tajemství",
+"Access Key" => "Přístupový klíč",
+"Secret Key" => "Tajný klíč",
+"Hostname (optional)" => "Hostname (dobrovolný)",
+"Port (optional)" => "Port (dobrovolný)",
+"Region (optional)" => "Region (dobrovolný)",
+"Enable SSL" => "Povolit SSL",
+"App key" => "Klíč aplikace",
+"App secret" => "Tajemství aplikace",
"URL" => "URL",
"Username" => "Uživatelské jméno",
"Password" => "Heslo",
diff --git a/apps/files_external/l10n/el.php b/apps/files_external/l10n/el.php
index ab1fe46ca58..351468a36dc 100644
--- a/apps/files_external/l10n/el.php
+++ b/apps/files_external/l10n/el.php
@@ -5,6 +5,7 @@ $TRANSLATIONS = array(
"URL" => "URL",
"Username" => "Όνομα χρήστη",
"Password" => "Κωδικός πρόσβασης",
+"Username (required)" => "Όνομα χρήστη (απαιτείται)",
"Share" => "Διαμοιράστε",
"Access granted" => "Προσβαση παρασχέθηκε",
"Error configuring Dropbox storage" => "Σφάλμα ρυθμίζωντας αποθήκευση Dropbox ",
@@ -12,12 +13,14 @@ $TRANSLATIONS = array(
"Please provide a valid Dropbox app key and secret." => "Παρακαλούμε δώστε έγκυρο κλειδί Dropbox και μυστικό.",
"Error configuring Google Drive storage" => "Σφάλμα ρυθμίζωντας αποθήκευση Google Drive ",
"Saved" => "Αποθηκεύτηκαν",
+" and " => "και",
"External Storage" => "Εξωτερικό Αποθηκευτικό Μέσο",
"Folder name" => "Όνομα φακέλου",
"External storage" => "Εξωτερική αποθήκευση",
"Configuration" => "Ρυθμίσεις",
"Options" => "Επιλογές",
"Add storage" => "Προσθηκη αποθηκευσης",
+"No user or group" => "Μη διαθέσιμος χρήστης ή ομάδα",
"All Users" => "Όλοι οι Χρήστες",
"Groups" => "Ομάδες",
"Users" => "Χρήστες",
diff --git a/apps/files_external/l10n/es.php b/apps/files_external/l10n/es.php
index afc5a1f4c92..3c18b18057e 100644
--- a/apps/files_external/l10n/es.php
+++ b/apps/files_external/l10n/es.php
@@ -2,10 +2,42 @@
$TRANSLATIONS = array(
"Local" => "Local",
"Location" => "Ubicación",
+"Amazon S3" => "Amazon S3",
+"Key" => "Clave",
+"Secret" => "Secreto",
+"Bucket" => "Depósito",
+"Amazon S3 and compliant" => "Amazon S3 y compatibilidad",
+"Access Key" => "Clave de Acceso",
+"Secret Key" => "Clave Secreta",
+"Hostname (optional)" => "Nombre de Equipo (opcional)",
+"Port (optional)" => "Puerto (opcional)",
+"Region (optional)" => "Región (opcional)",
+"Enable SSL" => "Habilitar SSL",
+"Enable Path Style" => "Habilitar Estilo de Ruta",
+"App key" => "App principal",
+"App secret" => "App secreta",
"URL" => "URL",
"Username" => "Nombre de usuario",
"Password" => "Contraseña",
+"Root" => "Raíz",
+"Secure ftps://" => "Secure ftps://",
+"Client ID" => "ID de Cliente",
+"Client secret" => "Cliente secreto",
+"OpenStack Object Storage" => "OpenStack Object Storage",
+"Username (required)" => "Nombre de Usuario (requerido)",
+"Bucket (required)" => "Depósito (requerido)",
+"Region (optional for OpenStack Object Storage)" => "Región (opcional para OpenStack Object Storage)",
+"API Key (required for Rackspace Cloud Files)" => "Clave API (requerida para Rackspace Cloud Files)",
+"Tenantname (required for OpenStack Object Storage)" => "Nombre de Inquilino (requerido para OpenStack Object Storage)",
+"Password (required for OpenStack Object Storage)" => "Contraseña (requerida para OpenStack Object Storage)",
+"Service Name (required for OpenStack Object Storage)" => "Nombre de Servicio (requerido para OpenStack Object Storage)",
+"URL of identity endpoint (required for OpenStack Object Storage)" => "URL de identidad de punto final (requerido para OpenStack Object Storage)",
+"Timeout of HTTP requests in seconds (optional)" => "Tiempo de espera de peticiones HTTP en segundos (opcional)",
"Share" => "Compartir",
+"SMB / CIFS using OC login" => "SMB / CIFS usando acceso OC",
+"Username as share" => "Nombre de Usuario como compartir",
+"Secure https://" => "Secure https://",
+"Remote subfolder" => "Subcarpeta remota",
"Access granted" => "Acceso concedido",
"Error configuring Dropbox storage" => "Error configurando el almacenamiento de Dropbox",
"Grant access" => "Conceder acceso",
diff --git a/apps/files_external/l10n/ja.php b/apps/files_external/l10n/ja.php
index 3c95b97126a..4ac746caa00 100644
--- a/apps/files_external/l10n/ja.php
+++ b/apps/files_external/l10n/ja.php
@@ -1,5 +1,6 @@
<?php
$TRANSLATIONS = array(
+"Local" => "ローカル",
"Location" => "位置",
"URL" => "URL",
"Username" => "ユーザー名",
diff --git a/apps/files_external/l10n/nb_NO.php b/apps/files_external/l10n/nb_NO.php
index cd6c57e8365..f1f0a09fd53 100644
--- a/apps/files_external/l10n/nb_NO.php
+++ b/apps/files_external/l10n/nb_NO.php
@@ -2,6 +2,7 @@
$TRANSLATIONS = array(
"Local" => "Lokal",
"Location" => "Sted",
+"Amazon S3" => "Amazon S3",
"URL" => "URL",
"Username" => "Brukernavn",
"Password" => "Passord",
@@ -12,17 +13,24 @@ $TRANSLATIONS = array(
"Please provide a valid Dropbox app key and secret." => "Vær vennlig å oppgi gyldig Dropbox appnøkkel og hemmelighet.",
"Error configuring Google Drive storage" => "Feil med konfigurering av Google Drive",
"Saved" => "Lagret",
+"<b>Note:</b> " => "<b>Notat:</b> ",
+" and " => "og",
+"<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Merk:</b> Støtte for cURL i PHP er ikke aktivert eller installert. Montering av %s er ikke mulig. Be systemadministratoren om å installere det.",
+"<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." => "<b>Merk:</b> FTP støtte i PHP er ikke slått på eller innstallert. Kan ikke montere %s. Ta kontakt med din systemadministrator for å installere det.",
"External Storage" => "Ekstern lagring",
"Folder name" => "Mappenavn",
"External storage" => "Ekstern lagringsplass",
"Configuration" => "Konfigurasjon",
"Options" => "Innstillinger",
+"Available for" => "Tilgjengelig for",
"Add storage" => "Legg til lagringsplass",
+"No user or group" => "Ingen bruker eller gruppe",
"All Users" => "Alle brukere",
"Groups" => "Grupper",
"Users" => "Brukere",
"Delete" => "Slett",
"Enable User External Storage" => "Aktiver ekstern lagring for bruker",
+"Allow users to mount the following external storage" => "Tillat brukere å montere følgende eksterne lagring",
"SSL root certificates" => "SSL root-sertifikater",
"Import Root Certificate" => "Importer root-sertifikat"
);
diff --git a/apps/files_external/l10n/nn_NO.php b/apps/files_external/l10n/nn_NO.php
index 3603d96aaf0..542d3ec0421 100644
--- a/apps/files_external/l10n/nn_NO.php
+++ b/apps/files_external/l10n/nn_NO.php
@@ -5,6 +5,7 @@ $TRANSLATIONS = array(
"Username" => "Brukarnamn",
"Password" => "Passord",
"Share" => "Del",
+"Folder name" => "Mappenamn",
"Configuration" => "Innstillingar",
"Groups" => "Grupper",
"Users" => "Brukarar",
diff --git a/apps/files_external/l10n/pt_BR.php b/apps/files_external/l10n/pt_BR.php
index 2119e754ff5..d9544ae1597 100644
--- a/apps/files_external/l10n/pt_BR.php
+++ b/apps/files_external/l10n/pt_BR.php
@@ -2,10 +2,42 @@
$TRANSLATIONS = array(
"Local" => "Local",
"Location" => "Local",
+"Amazon S3" => "Amazon S3",
+"Key" => "Chave",
+"Secret" => "Secreta",
+"Bucket" => "Cesta",
+"Amazon S3 and compliant" => "Amazon S3 e compatível",
+"Access Key" => "Chave de Acesso",
+"Secret Key" => "Chave Secreta",
+"Hostname (optional)" => "Nome do Host (opcional)",
+"Port (optional)" => "Porta (opcional)",
+"Region (optional)" => "Região (opcional)",
+"Enable SSL" => "Habilitar SSL",
+"Enable Path Style" => "Habilitar Estilo do Caminho",
+"App key" => "Chave do Aplicativo",
+"App secret" => "Segredo da Aplicação",
"URL" => "URL",
"Username" => "Nome de Usuário",
"Password" => "Senha",
+"Root" => "Raiz",
+"Secure ftps://" => "Seguro ftps://",
+"Client ID" => "ID do Cliente",
+"Client secret" => "Segredo do cliente",
+"OpenStack Object Storage" => "Armazenamento de Objetos OpenStack",
+"Username (required)" => "Nome do Usuário (requerido)",
+"Bucket (required)" => "Cesta (requerido)",
+"Region (optional for OpenStack Object Storage)" => "Região (opcional para armazenamento de objetos OpenStack)",
+"API Key (required for Rackspace Cloud Files)" => "Chave API (necessário para Rackspace Cloud File)",
+"Tenantname (required for OpenStack Object Storage)" => "Nome Tenant (necessário para armazenamento de objetos OpenStack)",
+"Password (required for OpenStack Object Storage)" => "Senha (necessário para armazenamento de objetos OpenStack)",
+"Service Name (required for OpenStack Object Storage)" => "Nome do Serviço (necessário para armazenamento de objetos OpenStack)",
+"URL of identity endpoint (required for OpenStack Object Storage)" => "Ponto final de identidade da URL (obrigatório para armazenamento de objetos OpenStack)",
+"Timeout of HTTP requests in seconds (optional)" => "Tempo limite de solicitações HTTP em segundos (opcional)",
"Share" => "Compartilhar",
+"SMB / CIFS using OC login" => "SMB / CIFS usando OC logon",
+"Username as share" => "Nome de usuário como compartilhado",
+"Secure https://" => "https:// segura",
+"Remote subfolder" => "Subpasta remota",
"Access granted" => "Acesso concedido",
"Error configuring Dropbox storage" => "Erro ao configurar armazenamento do Dropbox",
"Grant access" => "Permitir acesso",
diff --git a/apps/user_ldap/l10n/en_NZ.php b/apps/user_ldap/l10n/en_NZ.php
new file mode 100644
index 00000000000..3a1e002311c
--- /dev/null
+++ b/apps/user_ldap/l10n/en_NZ.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"_%s group found_::_%s groups found_" => array("",""),
+"_%s user found_::_%s users found_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
diff --git a/apps/user_ldap/l10n/ja.php b/apps/user_ldap/l10n/ja.php
index e7e4706c46a..19804721642 100644
--- a/apps/user_ldap/l10n/ja.php
+++ b/apps/user_ldap/l10n/ja.php
@@ -70,6 +70,7 @@ $TRANSLATIONS = array(
"Backup (Replica) Port" => "バックアップ(レプリカ)ポート",
"Disable Main Server" => "メインサーバーを無効にする",
"Only connect to the replica server." => "レプリカサーバーにのみ接続します。",
+"Case insensitive LDAP server (Windows)" => "大文字と小文字を区別しない LDAP サーバ (Windows)",
"Turn off SSL certificate validation." => "SSL証明書の確認を無効にする。",
"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." => "推奨されません、テストにおいてのみ使用してください!このオプションでのみ接続が動作する場合は、LDAP サーバーのSSL証明書を %s サーバーにインポートしてください。",
"Cache Time-To-Live" => "キャッシュのTTL",
diff --git a/apps/user_ldap/l10n/ta_IN.php b/apps/user_ldap/l10n/ta_IN.php
new file mode 100644
index 00000000000..3a1e002311c
--- /dev/null
+++ b/apps/user_ldap/l10n/ta_IN.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"_%s group found_::_%s groups found_" => array("",""),
+"_%s user found_::_%s users found_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";