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

sl.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bd4cdc045af56a965b4ba507bd070a1eba5e9d72 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Najave Nextcloud",
    "Nextcloud announcement" : "Najava Nextcloud",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Program omogoča prikaz zadnjih novic Nextcloud med obvestili.",
    "Shows the latest news of Nextcloud in your notifications." : "Prikaže zadnje novice Nextcloud med obvestili.",
    "These groups will be notified about the announcements." : "Skupine, ki bodo prejele najave."
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");