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

bg.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f03a10fc56fa2f49576ddb674c9e949f9406833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "notifications",
    {
    "Failed to perform action" : "Грешка при изпълнение на действие",
    "Failed to dismiss notification" : "Неуспешен опит за отхвърляне на известие",
    "Failed to dismiss all notifications" : "Неуспешно отхвърляне на всичко известия",
    "in {path}" : "в {path}",
    "Admin notifications" : "Административни известия",
    "Notifications" : "Известия",
    "No notifications" : "Няма известия",
    "Dismiss" : "Отхвърляне"
},
"nplurals=2; plural=(n != 1);");