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

ro.js « l10n - github.com/nextcloud/announcementcenter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e54ab41deebdff2e777223fda6f07b2394eaf7d7 (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
OC.L10N.register(
    "announcementcenter",
    {
    "You posted an announcement" : "Ai postat un anunț",
    "{actor} posted an announcement" : "{actor} a postat un anunț",
    "An <strong>announcement</strong> is posted by an administrator" : "Un <strong>anunț</strong> a fost postat de administrator",
    "The subject is too long or empty" : "Subiectul este gol sau prea lung",
    "Announcements" : "Anunțuri",
    "{user} announced “{announcement}”" : "{user} a anunțat “{announcement}”",
    "Announcement center" : "Centru anunturi",
    "Comments" : "Comentarii",
    "seconds ago" : "secunde în urmă",
    ", " : ",",
    "_%n comment_::_%n comments_" : ["%n comentariu","%n comentarii","%n comentarii"],
    "Announce" : "Anunță",
    "Create activities" : "Creează activități",
    "Create notifications" : "Crează notificări",
    "Allow comments" : "Permite comentarii",
    "Everyone" : "Toți",
    "These groups will be able to see the announcement. If no group is selected, all users can see it." : "Aceste grupuri vor putea vedea anunțul. Dacă nici un grup nu este selectat, toți utilizatorii îl pot vedea.",
    "These groups will be able to post announcements." : "Aceste grupuri vor putea posta anunțuri.",
    "Create activities by default" : "Crează activități în mod implicit",
    "Create notifications by default" : "Crează notificări în mod implicit",
    "Allow comments by default" : "Permite comentarii în mod implicit"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");