12 lines
593 B
JavaScript
12 lines
593 B
JavaScript
OC.L10N.register(
|
|
"nextcloud_announcements",
|
|
{
|
|
"Nextcloud announcements" : "Nextcloud-tiedotteet",
|
|
"Nextcloud announcement" : "Nextcloud-tiedote",
|
|
"Read more" : "Lue lisää",
|
|
"Disable announcements" : "Poista tiedotteet käytöstä",
|
|
"(These announcements are only shown to administrators)" : "(Nämä tiedotteet ovat näkyvissä vain ylläpitäjille)",
|
|
"Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Nextcloud-tiedotteet tuo uusimmat Nextcloudiin liittyvät uutiset ilmoituksiisi"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|