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

lv.js « l10n - github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 602e345d1922f3623ab6650d77aae9fd4272e1f7 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "nextcloud_announcements",
    {
    "Nextcloud announcements" : "Nextcloud paziņojums",
    "Nextcloud announcement" : "Nextcloud paziņojums",
    "Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Nextcloud paziņojumi jūsu paziņojumos iekļauj jaunākās ziņas par Nextcloud",
    "Shows the latest news of Nextcloud in your notifications." : "Rāda jaunākās ziņas par Nextcloud jūsu paziņojumos.",
    "These groups will be notified about the announcements." : "Šai grupai tiks paziņots par jaunumiem."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");