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

bg.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: db5d264a69fc97cfab4c25c180009a91f4c32f12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud известия",
    "Nextcloud announcement" : "Nextcloud известие",
    "Read more" : "Прочети повече",
    "Disable announcements" : "Изключи известия",
    "(These announcements are only shown to administrators)" : "(Тези съобщения са само видими за администратори)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Обявленията на Nextcloud донасят последните новини от Nextcloud във вашите известия",
    "Shows the latest news of Nextcloud in your notifications." : "Добави последните новини от Nextcloud към известията.",
    "These groups will be notified about the announcements." : "Горните групите ще бъдат уведомявани при публикуване на новини."
},
"nplurals=2; plural=(n != 1);");