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

el.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff1bf9d15e192d154dd2099979fc756a2be334e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "notifications",
    {
    "Admin notifications" : "Ειδοποιήσεις διαχειριστή",
    "Notifications" : "Ειδοποιήσεις",
    "No notifications" : "Καμία ειδοποίηση",
    "Failed to dismiss all notifications" : "Αποτυχία αποδέσμευσης όλων των ειδοποιήσεων",
    "Failed to perform action" : "Αποτυχία εκτέλεσης ενέργειας",
    "Dismiss" : "Αποδέσμευση",
    "Failed to dismiss notification" : "Αποτυχία αποδέσμευσης της ειδοποίησης",
    "in {path}" : "στο {path}"
},
"nplurals=2; plural=(n != 1);");