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

es_EC.js « l10n - github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d65447d8221fc16d58eed7ebc971cb6fa3b6079f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "backup",
    {
    "seconds" : "segundos",
    "minutes" : "minutos",
    "hours" : "horas",
    "days" : "días",
    "Error" : "Error",
    "Local storage" : "Almacentamiento local",
    "External storage" : "Almacenamiento externo",
    "Actions" : "Acciones",
    "Delete" : "Borrar",
    "Cancel" : "Cancelar",
    "Settings saved" : "Se han guardado las configuraciones ",
    "Pending" : "Pendiente",
    "Completed" : "Completado",
    "Status" : "Estatus",
    "Date" : "Fecha",
    "ID" : "ID",
    "Local" : "Local"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");