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

es_PY.js « l10n - github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89bdbf7a7b593394df4c0f34e3b81bbbd151a62d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_antivirus",
    {
    "Saving…" : "Guardando...",
    "Saved" : "Guardado",
    "Host" : "Servidor",
    "Port" : "Puerto",
    "Select" : "Seleccionar",
    "Delete file" : "Borrar archivo",
    "Save" : "Guardar",
    "Advanced" : "Avanzado",
    "Description" : "Descripción"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");