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: c5c80e6603ae825448e138f44fb1e5f6a5878625 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud oznámení",
    "Nextcloud announcement" : "Nextcloud oznámení",
    "Shows the latest news of Nextcloud in your notifications." : "Zobrazuje novinky o Nextcloudu ve vašich upozorněních.",
    "These groups will be notified about the announcements." : "Tyto skupiny budou upozorněni na oznámení."
},
"nplurals=4; plural=(n < 10 && n % 1 == 0) ? 1 : (n < 9999 && n >= 10 && n % 1 == 0) ? 3 : (n % 1 != 0) : 4;");