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

es_AR.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ee69c5b938b585c5039d811d21babe536ea75d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files_retention",
    {
    "Create" : "Crear",
    "Select tag…" : "Seleccionar etiqueta...",
    "Delete" : "Eliminar",
    "Yes" : "Si",
    "No" : "No",
    "Open documentation" : "Abrir documentación",
    "Time" : "Hora",
    "after" : "después"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");