diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-30 01:07:16 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-30 01:07:16 +0000 |
commit | 41dcceeb354c2d375ad279792dfadafe24858d75 (patch) | |
tree | 25b11b91a2ac06c4656338a72e21ebdef4cfde96 /apps/files/l10n/es.js | |
parent | 83cef4e76444cde8861065082c7f21bc9e892b66 (diff) | |
download | nextcloud-server-41dcceeb354c2d375ad279792dfadafe24858d75.tar.gz nextcloud-server-41dcceeb354c2d375ad279792dfadafe24858d75.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/es.js')
-rw-r--r-- | apps/files/l10n/es.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/es.js b/apps/files/l10n/es.js index 53126f78cfb..009d51d4706 100644 --- a/apps/files/l10n/es.js +++ b/apps/files/l10n/es.js @@ -15,6 +15,7 @@ OC.L10N.register( "Upload cancelled." : "Subida cancelada.", "Unable to upload {filename} as it is a directory or has 0 bytes" : "No ha sido posible subir {filename} porque es un directorio o tiene 0 bytes", "Not enough free space, you are uploading {size1} but only {size2} is left" : "No hay suficiente espacio libre. Quiere subir {size1} pero solo quedan {size2}", + "Target folder \"{dir}\" does not exist any more" : "La carpeta de destino \"{dir}\" ya no existe", "Not enough free space" : "No hay espacio libre suficiente", "Uploading..." : "Subiendo...", "..." : "...", @@ -52,6 +53,7 @@ OC.L10N.register( "Could not create file \"{file}\" because it already exists" : "No se pudo crear archivo \"{file}\" porque ya existe", "Could not create folder \"{dir}\" because it already exists" : "No se pudo crear la carpeta \"{dir}\" porque ya existe", "Error deleting file \"{fileName}\"." : "Error al borrar el archivo \"{fileName}\".", + "No search results in other folders for '{tag}{filter}{endtag}'" : "No hay resultados de búsqueda en otras carpetas para '{tag}{filter}{endtag}'", "Name" : "Nombre", "Size" : "Tamaño", "Modified" : "Modificado", @@ -74,10 +76,18 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Favorited" : "Agregado a Favoritos", "Favorite" : "Favorito", + "Copy local link" : "Copiar enlace local", "Folder" : "Carpeta", "New folder" : "Nueva carpeta", "Upload" : "Subir", "An error occurred while trying to update the tags" : "Se produjo un error al tratar de actualizar las etiquetas", + "File changes" : "Cambios del archivo", + "Created by {user}" : "Creado por {user}", + "Changed by {user}" : "Cambiado por {user}", + "Deleted by {user}" : "Borrado por {user}", + "Restored by {user}" : "Restaurado por {user}", + "Renamed by {user}" : "Renombrado por {user}", + "Moved by {user}" : "Movido por {user}", "A new file or folder has been <strong>created</strong>" : "Se ha <strong>creado</strong> un nuevo archivo o carpeta", "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Limitar las notificaiones acerca de la creación y cambios de sus <strong>archivos favoritos</strong><em>(Stream only)</em>", "Upload (max. %s)" : "Subida (máx. %s)", |