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

es_NI.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dbabc72ba19229cd3b61ed54a9f874189adff6d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "ocsms",
    {
    "Phone Sync" : "Sincronizar teléfono",
    "Cancel" : "Cancelar",
    "Confirm" : "Confirmar",
    "Settings" : "Configuraciones ",
    "Label" : "Etiqueta",
    "Enable" : "Habilitar",
    "Disable" : "Deshabilitar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");