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

mk.js « l10n - github.com/nextcloud/ocsms.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19887cd4675522dda5b1ea32ca3b4f9fcbe766a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "ocsms",
    {
    "Cancel" : "Откажи",
    "Confirm" : "Потврди",
    "Settings" : "Параметри",
    "Last message" : "Последна порака",
    "Label" : "Ознака",
    "Notification settings" : "Поставки за известување",
    "Enable" : "Овозможи",
    "Disable" : "Оневозможи"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");