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

el.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1a2567bdf4b49147f32674ac493bfc524ee00e2d (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Ανακοινώσεις Nextcloud",
    "Nextcloud announcement" : "Ανακοίνωση Nextcloud",
    "Shows the latest news of Nextcloud in your notifications." : "Εμφανίζει τα τελευταία νέα του Nextcloud στις ειδοποιήσεις σας.",
    "These groups will be notified about the announcements." : "Οι ομάδες αυτές θα ειδοποιηθούν σχετικά με τις ανακοινώσεις."
},
"nplurals=2; plural=(n != 1);");