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

cs_CZ.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4dae9b97e7220cdd49bb98c213935e1467bafc8 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud oznámení",
    "%s announced “%s”" : "%s oznámil(a) \"%s\"",
    "These groups will be notified about the announcements." : "Tyto skupiny budou upozorněni na oznámení."
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");