diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-06-15 02:27:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-06-15 02:27:55 +0000 |
commit | da8450e854404a2feee7169e379f4f64f685e170 (patch) | |
tree | ee9306e4558c9940eac418a4fc388af1647bcbb4 /apps/files/l10n/es.js | |
parent | 9f3958e8d27fe23dde7799da4a61bc57c250a23c (diff) | |
download | nextcloud-server-da8450e854404a2feee7169e379f4f64f685e170.tar.gz nextcloud-server-da8450e854404a2feee7169e379f4f64f685e170.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index e7137c8eac5..ce618d092b3 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -72,6 +72,7 @@ OC.L10N.register( "_%n file_::_%n files_" : ["%n archivo","%n archivos","%n archivos"], "{dirs} and {files}" : "{dirs} y {files}", "_including %n hidden_::_including %n hidden_" : ["incluyendo %n oculto","incluyendo %n ocultos","incluyendo %n ocultos"], + "You do not have permission to upload or create files here" : "No tienes permiso para subir o crear archivos aquí", "_Uploading %n file_::_Uploading %n files_" : ["Subiendo %n archivo","Subiendo %n archivos","Subiendo %n archivos"], "New" : "Nuevo", "Select file range" : "Seleccionar el rango de archivos", @@ -170,6 +171,7 @@ OC.L10N.register( "Transfer {path} to {userid}" : "Transferir {path} a {userid}", "Invalid path selected" : "Ruta de archivo seleccionada no válida.", "Ownership transfer request sent" : "Enviada la solicitud de transferencia de propiedad", + "Cannot transfer ownership of a file or folder you do not own" : "No puedes transferir la propiedad de un archivo o directorio del cual no eres propietario", "Tags" : "Etiquetas", "Unable to change the favourite state of the file" : "No se ha podido cambiar el estado de favorito del fichero", "Error while loading the file data" : "Error al cargar los datos del archivo", |