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

lv.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 179c24eee45bfb757d8bc7c8b8b44937c7577ebe (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Adminu paziņojumi",
    "Notifications" : "Paziņojumi",
    "Failed to dismiss notification" : "Neizdevās atmest paziņojumu",
    "in {path}" : "{path}",
    "No notifications" : "Nav paziņojumu",
    "Dismiss" : "Atmest"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");