0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-05-22 05:51:35 +00:00
nextcloud_server/apps/files_trashbin/l10n/es_UY.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
662 B
JavaScript
Raw Permalink Normal View History

2017-11-11 01:10:09 +00:00
OC.L10N.register(
"files_trashbin",
{
2019-02-14 01:12:26 +00:00
"restored" : "restaurado",
"Deleted files" : "Archivos borrados",
2017-11-11 01:10:09 +00:00
"Restore" : "Restaurar",
"Unknown" : "Desconocido",
"All files" : "Todos los archivos",
"Deleted" : "Borrado",
"No deleted files" : "No hay archivos borrados",
2017-11-11 01:10:09 +00:00
"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",
"Actions" : "Acciones"
2017-11-11 01:10:09 +00:00
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");