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

ro.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 202e42d02cfc7a81eface92c809ad385720c3295 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "Notificări",
    "No notifications" : "Nu sunt notificări",
    "Dismiss" : "Elimină",
    "seconds ago" : "secunde în urmă",
    "in {path}" : "în {path}"
},
"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));");