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

oc.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25e8447171bcb17716006c09808e79ce98de8d6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "weather",
    {
    "Monday" : "diluns",
    "Tuesday" : "dimars",
    "Wednesday" : "dimècres",
    "Thursday" : "dijòus",
    "Friday" : "divendres",
    "Saturday" : "dissabte",
    "Sunday" : "dimenge",
    "Weather" : "Metèo",
    "Save" : "Salvar",
    "Add" : "Apondre",
    "Cancel" : "Anullar",
    "Settings" : "Paramètres",
    "Date" : "Date"
},
"nplurals=2; plural=(n > 1);");