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

ro.js « l10n - github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdf42839dd56262dbac4bb1e4c3ed97834826803 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "event_update_notification",
    {
    "Calendar event update notifications" : "Notificări de actualizare a evenimentelor din calendar",
    "{actor} created {event} in {calendar}" : "{actor} a creat {event} în {calendar}",
    "{actor} deleted {event} from {calendar}" : " {actor} a șters {event} din {calendar}.",
    "{actor} updated {event} in {calendar}" : " {actor} a actualizat {event} în {calendar}",
    "Busy" : "Ocupat",
    "Personal" : "Personal",
    "Notifications for calendar event updates" : "Notificări pentru actualizările evenimentelor din calendar",
    "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Primiți o notificare atunci când un eveniment dintr-un calendar partajat a fost adăugat, modificat sau șters."
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");