diff options
Diffstat (limited to 'apps/files_trashbin/l10n/es_PY.js')
-rw-r--r-- | apps/files_trashbin/l10n/es_PY.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/es_PY.js b/apps/files_trashbin/l10n/es_PY.js new file mode 100644 index 00000000000..24cc0e4083e --- /dev/null +++ b/apps/files_trashbin/l10n/es_PY.js @@ -0,0 +1,21 @@ +OC.L10N.register( + "files_trashbin", + { + "Couldn't delete %s permanently" : "No fue posible eliminar %s permanentemente", + "Couldn't restore %s" : "No fue posible restaurar %s", + "Deleted files" : "Archivos borrados", + "Restore" : "Restaurar", + "Delete" : "Borrar", + "Delete permanently" : "Borrar permanentemente", + "Error" : "Error", + "This operation is forbidden" : "Esta opración está prohibida", + "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio no está disponible, por favor verifica las bitácoras o contacta al administrador", + "restored" : "restaurado", + "No deleted files" : "No hay archivos borrados", + "You will be able to recover deleted files from here" : "Podrás recuperar archivos borrados desde aquí", + "No entries found in this folder" : "No se encontraron elementos en esta carpeta", + "Select all" : "Seleccionar todo", + "Name" : "Nombre", + "Deleted" : "Borrado" +}, +"nplurals=2; plural=(n != 1);"); |