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

en_GB.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 12b015574b6b1a06c5ffbbed6abb43a43985051a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud announcements",
    "Nextcloud announcement" : "Nextcloud announcement",
    "Read more" : "Read more",
    "Disable announcements" : "Disable announcements",
    "(These announcements are only shown to administrators)" : "(These announcements are only shown to administrators)",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Nextcloud announcements brings the latest news of Nextcloud into your notifications",
    "Shows the latest news of Nextcloud in your notifications." : "Shows the latest news from Nextcloud in your notifications.",
    "These groups will be notified about the announcements." : "These groups will be notified about the announcements."
},
"nplurals=2; plural=(n != 1);");