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

id.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f99c87dba15b9bae2857c5b943a24d3e4cbae71 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "notifications",
    {
    "Notifications" : "Pemberitahuan",
    "No notifications" : "Tidak ada pemberitahuan",
    "Dismiss" : "Abaikan",
    "seconds ago" : "beberapa detik yang lalu",
    "in {path}" : "di {path}"
},
"nplurals=1; plural=0;");