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

is.js « l10n - github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7a25b3d59b5000d93d2143552d81a0622186c470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
OC.L10N.register(
    "announcementcenter",
    {
    "You announced “{announcement}”" : "Þú tilkynntir \"{announcement}\"",
    "{actor} announced “{announcement}”" : "{actor} tilkynnti \"{announcement}\"",
    "You posted an announcement" : "Þú sendir inn tilkynningu",
    "{actor} posted an announcement" : "{actor} sendi inn tilkynningu",
    "The announcement does not exist anymore" : "Tilkynningin er ekki lengur til",
    "An <strong>announcement</strong> is posted by an administrator" : "<strong>Tilkynning</strong> er send inn af kerfisstjóra",
    "The subject is too long or empty" : "Efnislínan er of löng eða er tóm",
    "Announcements" : "Tilkynningar",
    "Read more" : "Lesa meira",
    "{user} announced “{announcement}”" : "{user} tilkynnti “{announcement}”",
    "Announcement center" : "Tilkynningamiðstöð",
    "This app allows admins to post announcements." : "Þetta forrit gerir kerfisstjórum kleift að birta tilkynningar.",
    "Comments" : "Athugasemdir",
    "Delete announcement" : "Eyða tilkynningu",
    "seconds ago" : "sekúndum síðan",
    ", " : ", ",
    "_%n comment_::_%n comments_" : ["%n ummæli","%n ummæli"],
    "Announce" : "Tilkynna",
    "Create activities" : "Búa til virkniaðgerðir",
    "Create notifications" : "Búa til tilkynningar",
    "Allow comments" : "Leyfa ummæli",
    "Everyone" : "Allir",
    "These groups will be able to see the announcement. If no group is selected, all users can see it." : "Þessir hópar munu geta tekið séð tilkynninguna. Ef enginn hópur er valinn, munu allir notendur sjá hana.",
    "These groups will be able to post announcements." : "Þessir hópar munu geta sent tilkynningar.",
    "Create activities by default" : "Búa sjálfgefið til virkniaðgerðir",
    "Create notifications by default" : "Búa sjálfgefið til tilkynningar",
    "Allow comments by default" : "Sjálfgefið leyfa ummæli"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");