2017-11-11 01:10:09 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"files_trashbin",
|
|
|
|
{
|
2019-02-14 01:12:26 +00:00
|
|
|
"restored" : "restaurado",
|
2023-04-07 02:28:31 +00:00
|
|
|
"Deleted files" : "Archivos borrados",
|
2017-11-11 01:10:09 +00:00
|
|
|
"Restore" : "Restaurar",
|
2024-03-31 00:19:32 +00:00
|
|
|
"Unknown" : "Desconocido",
|
|
|
|
"All files" : "Todos los archivos",
|
2023-07-20 00:26:12 +00:00
|
|
|
"Deleted" : "Borrado",
|
2024-05-01 00:20:27 +00:00
|
|
|
"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",
|
2024-03-29 00:24:23 +00:00
|
|
|
"Actions" : "Acciones"
|
2017-11-11 01:10:09 +00:00
|
|
|
},
|
2022-05-24 02:32:52 +00:00
|
|
|
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");
|