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

is.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bbe6c0532de0e7038337f22f275af70308e71d10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "notifications",
    {
    "Failed to perform action" : "Mistókst að framkvæma aðgerð",
    "Failed to dismiss notification" : "Mistókst að afgreiða tilkynningu",
    "Failed to dismiss all notifications" : "Mistókst að afgreiða allar tilkynningar",
    "in {path}" : "í {path}",
    "Admin notifications" : "Tilkynningar kerfisstjóra",
    "Notifications" : "Tilkynningar",
    "No notifications" : "Engar tilkynningar",
    "Dismiss" : "Hafna"
},
"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);");