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

et_EE.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c95e5541d8389b9637eb2c1525f4e6c28e039a03 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "Märguanded",
    "No notifications" : "Märguandeid pole",
    "Dismiss" : "Jäta vahele",
    "seconds ago" : "sekundit tagasi",
    "in {path}" : "rajal {path}"
},
"nplurals=2; plural=(n != 1);");