diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-31 01:55:55 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-31 01:55:55 -0400 |
commit | 1d06d93d271210793baf575414ff0dd8f576dae0 (patch) | |
tree | 192d545d4c29b04ce61b5603d62a845de7466ac4 /apps/files_external | |
parent | 8e0fef74ffe570b9c159b91a9d8fb1ef7b526aef (diff) | |
download | nextcloud-server-1d06d93d271210793baf575414ff0dd8f576dae0.tar.gz nextcloud-server-1d06d93d271210793baf575414ff0dd8f576dae0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external')
-rw-r--r-- | apps/files_external/l10n/da.js | 5 | ||||
-rw-r--r-- | apps/files_external/l10n/da.json | 5 | ||||
-rw-r--r-- | apps/files_external/l10n/es.js | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/es.json | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/pt_BR.js | 5 | ||||
-rw-r--r-- | apps/files_external/l10n/pt_BR.json | 5 |
6 files changed, 24 insertions, 4 deletions
diff --git a/apps/files_external/l10n/da.js b/apps/files_external/l10n/da.js index 00b81fb0eec..54bf95a774a 100644 --- a/apps/files_external/l10n/da.js +++ b/apps/files_external/l10n/da.js @@ -44,6 +44,9 @@ OC.L10N.register( "URL" : "URL", "Secure https://" : "Sikker https://", "Public key" : "Offentlig nøgle", + "Storage with id \"%i\" not found" : "Lager med ID'et \"%i% er ikke fundet", + "Invalid mount point" : "Fokert monteringspunkt", + "Invalid storage backend \"%s\"" : "Forkert lager til backend \"%s\"en", "Access granted" : "Adgang godkendt", "Error configuring Dropbox storage" : "Fejl ved konfiguration af Dropbox plads", "Grant access" : "Godkend adgang", @@ -61,6 +64,7 @@ OC.L10N.register( "<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>Bemærk:</b> FTP understøttelsen i PHP er enten ikke aktiveret eller installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Bemærk:</b> \"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", "No external storage configured" : "Der er ingen konfigurerede eksterne lagre", + "You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger", "Name" : "Navn", "Storage type" : "Lagertype", "Scope" : "Anvendelsesområde", @@ -69,6 +73,7 @@ OC.L10N.register( "Configuration" : "Opsætning", "Available for" : "Tilgængelig for", "Add storage" : "Tilføj lager", + "Advanced settings" : "Avancerede indstillinger", "Delete" : "Slet", "Enable User External Storage" : "Aktivér ekstern opbevaring for brugere", "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager" diff --git a/apps/files_external/l10n/da.json b/apps/files_external/l10n/da.json index 6ad06336ef7..885d9d63925 100644 --- a/apps/files_external/l10n/da.json +++ b/apps/files_external/l10n/da.json @@ -42,6 +42,9 @@ "URL" : "URL", "Secure https://" : "Sikker https://", "Public key" : "Offentlig nøgle", + "Storage with id \"%i\" not found" : "Lager med ID'et \"%i% er ikke fundet", + "Invalid mount point" : "Fokert monteringspunkt", + "Invalid storage backend \"%s\"" : "Forkert lager til backend \"%s\"en", "Access granted" : "Adgang godkendt", "Error configuring Dropbox storage" : "Fejl ved konfiguration af Dropbox plads", "Grant access" : "Godkend adgang", @@ -59,6 +62,7 @@ "<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>Bemærk:</b> FTP understøttelsen i PHP er enten ikke aktiveret eller installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Bemærk:</b> \"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", "No external storage configured" : "Der er ingen konfigurerede eksterne lagre", + "You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger", "Name" : "Navn", "Storage type" : "Lagertype", "Scope" : "Anvendelsesområde", @@ -67,6 +71,7 @@ "Configuration" : "Opsætning", "Available for" : "Tilgængelig for", "Add storage" : "Tilføj lager", + "Advanced settings" : "Avancerede indstillinger", "Delete" : "Slet", "Enable User External Storage" : "Aktivér ekstern opbevaring for brugere", "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager" diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index e54036d4f61..6f9ee1cbe45 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -15,7 +15,7 @@ OC.L10N.register( "Bucket" : "Depósito", "Amazon S3 and compliant" : "Amazon S3 y compatibilidad", "Access Key" : "Clave de Acceso", - "Secret Key" : "Clave Secreta", + "Secret Key" : "Clave secreta", "Hostname" : "Nombre de equipo", "Port" : "Puerto", "Region" : "Región", @@ -64,7 +64,7 @@ OC.L10N.register( "<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>Nota:</b> El soporte de FTP en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" no está instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "No external storage configured" : "No hay ningún almacenamiento externo configurado", - "You can add external storages in the personal settings" : "Puedes agregar almacenamientos externos en la configuración personal", + "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", "Storage type" : "Tipo de almacenamiento", "Scope" : "Ámbito", diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index abf7cc689c5..857c26ae344 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -13,7 +13,7 @@ "Bucket" : "Depósito", "Amazon S3 and compliant" : "Amazon S3 y compatibilidad", "Access Key" : "Clave de Acceso", - "Secret Key" : "Clave Secreta", + "Secret Key" : "Clave secreta", "Hostname" : "Nombre de equipo", "Port" : "Puerto", "Region" : "Región", @@ -62,7 +62,7 @@ "<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>Nota:</b> El soporte de FTP en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" no está instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "No external storage configured" : "No hay ningún almacenamiento externo configurado", - "You can add external storages in the personal settings" : "Puedes agregar almacenamientos externos en la configuración personal", + "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", "Storage type" : "Tipo de almacenamiento", "Scope" : "Ámbito", diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js index 5b63c64641f..4abc66a1dcf 100644 --- a/apps/files_external/l10n/pt_BR.js +++ b/apps/files_external/l10n/pt_BR.js @@ -44,6 +44,9 @@ OC.L10N.register( "URL" : "URL", "Secure https://" : "https:// segura", "Public key" : "Chave pública", + "Storage with id \"%i\" not found" : "Armazenamento com id \"%i\" não encontrado", + "Invalid mount point" : "Ponto de montagem inválido", + "Invalid storage backend \"%s\"" : "Armazenamento backend inválido \"%s\"", "Access granted" : "Acesso concedido", "Error configuring Dropbox storage" : "Erro ao configurar armazenamento do Dropbox", "Grant access" : "Permitir acesso", @@ -61,6 +64,7 @@ OC.L10N.register( "<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>Nota:</b> O suporte FTP no PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" não está instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", "No external storage configured" : "Nenhum armazendo externo foi configurado", + "You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais", "Name" : "Nome", "Storage type" : "Tipo de armazenamento", "Scope" : "Escopo", @@ -69,6 +73,7 @@ OC.L10N.register( "Configuration" : "Configuração", "Available for" : "Disponível para", "Add storage" : "Adicionar Armazenamento", + "Advanced settings" : "Configurações avançadas", "Delete" : "Excluir", "Enable User External Storage" : "Habilitar Armazenamento Externo do Usuário", "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo" diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json index 6e7890fc86a..2fb9a422265 100644 --- a/apps/files_external/l10n/pt_BR.json +++ b/apps/files_external/l10n/pt_BR.json @@ -42,6 +42,9 @@ "URL" : "URL", "Secure https://" : "https:// segura", "Public key" : "Chave pública", + "Storage with id \"%i\" not found" : "Armazenamento com id \"%i\" não encontrado", + "Invalid mount point" : "Ponto de montagem inválido", + "Invalid storage backend \"%s\"" : "Armazenamento backend inválido \"%s\"", "Access granted" : "Acesso concedido", "Error configuring Dropbox storage" : "Erro ao configurar armazenamento do Dropbox", "Grant access" : "Permitir acesso", @@ -59,6 +62,7 @@ "<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>Nota:</b> O suporte FTP no PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" não está instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", "No external storage configured" : "Nenhum armazendo externo foi configurado", + "You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais", "Name" : "Nome", "Storage type" : "Tipo de armazenamento", "Scope" : "Escopo", @@ -67,6 +71,7 @@ "Configuration" : "Configuração", "Available for" : "Disponível para", "Add storage" : "Adicionar Armazenamento", + "Advanced settings" : "Configurações avançadas", "Delete" : "Excluir", "Enable User External Storage" : "Habilitar Armazenamento Externo do Usuário", "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo" |