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

cs.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2647f6a6b68069534db6c2c9758e8af1013d7814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud oznámení",
    "Nextcloud announcement" : "Oznámení ohledně Nextcloud",
    "Read more" : "Přečtěte si více",
    "Disable announcements" : "Vypnout oznamování",
    "(These announcements are only shown to administrators)" : "(Tato oznámení jsou zobrazována pouze správcům)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Oznámení z projektu Nextcloud přinášejí nejnovější zprávy o dění v něm do upozornění pro vás",
    "Shows the latest news of Nextcloud in your notifications." : "Zobrazuje novinky v Nextcloud v upozorněních pro vás.",
    "These groups will be notified about the announcements." : "Tyto skupiny budou upozorňovány na oznámení."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");