12 lines
616 B
JavaScript
12 lines
616 B
JavaScript
OC.L10N.register(
|
|
"nextcloud_announcements",
|
|
{
|
|
"Nextcloud announcements" : "Anunțuri Nextcloud",
|
|
"Nextcloud announcement" : "Anunț Nextcloud",
|
|
"Read more" : "Citește mai mult",
|
|
"Disable announcements" : "Oprește anunțurile",
|
|
"(These announcements are only shown to administrators)" : "(Aceste anunțuri sunt prezentate numai administratorilor)",
|
|
"Nextcloud announcements brings the latest news of Nextcloud into your notifications" : "Anunțurile Nextcloud aduc ultimele știri în notificările tale"
|
|
},
|
|
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");
|