Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es_AR.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2991ea507b00880aa9a049337ed5367108e110ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "No fue posible borrar %s de manera permanente",
"Couldn't restore %s" => "No se pudo restaurar %s",
"Deleted files" => "Archivos borrados",
"Restore" => "Recuperar",
"Error" => "Error",
"restored" => "recuperado",
"Nothing in here. Your trash bin is empty!" => "No hay nada acá. ¡La papelera está vacía!",
"Name" => "Nombre",
"Deleted" => "Borrado",
"Delete" => "Borrar"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";