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

is.js « l10n - github.com/nextcloud/event_update_notification.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3a2168f8b63c3eed07618d79a21ce06ce83e5a6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "event_update_notification",
    {
    "Calendar event update notifications" : "Tilkynningar um uppfærslu á atburðum í dagatali",
    "{actor} created {event} in {calendar}" : "{actor} bjó til {event} í {calendar}",
    "{actor} deleted {event} from {calendar}" : "{actor} eyddi {event} úr {calendar}",
    "{actor} updated {event} in {calendar}" : "{actor} uppfærði {event} í {calendar}",
    "Busy" : "Upptekinn",
    "Personal" : "Einka",
    "Notifications for calendar event updates" : "Tilkynningar um uppfærslu á atburðum í dagatali",
    "Receive a notification when an event in a shared calendar was added, modified or deleted." : "Fáðu tilkynningu þegar atburðum í dagatali er breytt, bætt við eða þeim eytt."
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");