diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-27 01:14:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-27 01:14:26 +0000 |
commit | ad2eefe89639b2737b728b3faa1bf9da5ff82d55 (patch) | |
tree | f63afdc5881d4b33e254fd5600baf56f10ffbdc7 /apps/files_external/l10n/es_PR.js | |
parent | 350b66b73d5d6fbd90e996699f5f601afda93d71 (diff) | |
download | nextcloud-server-ad2eefe89639b2737b728b3faa1bf9da5ff82d55.tar.gz nextcloud-server-ad2eefe89639b2737b728b3faa1bf9da5ff82d55.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/es_PR.js')
-rw-r--r-- | apps/files_external/l10n/es_PR.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/files_external/l10n/es_PR.js b/apps/files_external/l10n/es_PR.js index 6911d28d64c..a8de6917b18 100644 --- a/apps/files_external/l10n/es_PR.js +++ b/apps/files_external/l10n/es_PR.js @@ -56,9 +56,9 @@ OC.L10N.register( "OAuth2" : "OAuth2", "Client ID" : "ID del cliente", "Client secret" : "Secreto del cliente", - "OpenStack" : "OpenStack", "Tenant name" : "Nombre de inquilino", "Identity endpoint URL" : "URL del punto de enlace de Identidad", + "Domain" : "Dominio", "Rackspace" : "Rackspace", "API key" : "Llave de API", "Global credentials" : "Credenciales globales", @@ -90,7 +90,6 @@ OC.L10N.register( "SFTP with secret key login" : "Inicio de sesión SFTP con llave secreta", "SMB / CIFS" : "SMB / CIFS", "Share" : "Compartir", - "Domain" : "Dominio", "SMB / CIFS using OC login" : "SMB / CIFS usando inicio de sesión OC", "Username as share" : "Usuario como elemento compartido", "OpenStack Object Storage" : "OpenStack Object Storage", @@ -99,8 +98,6 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no se encuentra instalado. El montaje de %s no es posible. Por favor solicita a tu administrador su instalación. ", - "No external storage configured" : "No se ha configurado el almacenamiento externo", - "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales", "Name" : "Nombre", "Storage type" : "Tipo de almacenamiento", "Scope" : "Alcance", @@ -119,6 +116,9 @@ OC.L10N.register( "Advanced settings" : "Configuraciones avanzadas", "Delete" : "Borrar", "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", + "OpenStack" : "OpenStack", + "No external storage configured" : "No se ha configurado el almacenamiento externo", + "You can add external storages in the personal settings" : "Puedes agregar almacenamiento externo en las configuraciones personales" }, "nplurals=2; plural=(n != 1);"); |