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

nn_NO.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e749ba05523808686e18d68f937384f67039bfff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
OC.L10N.register(
    "weather",
    {
    "Monday" : "Måndag",
    "Tuesday" : "Tysdag",
    "Wednesday" : "Onsdag",
    "Thursday" : "Torsdag",
    "Friday" : "Fredag",
    "Saturday" : "Laurdag",
    "Sunday" : "Søndag",
    "Weather" : "Vær",
    "Save" : "Lagre",
    "Add a city" : "Legg til ein by",
    "Add city" : "Legg til by",
    "City name" : "Bynamn",
    "Add" : "Legg til",
    "Cancel" : "Avbryt",
    "Settings" : "Instillingar",
    "Pressure" : "Trykk",
    "Humidity" : "Luftfuktigheit",
    "Wind" : "Vind",
    "Sunrise" : "Soloppgang",
    "Sunset" : "Solnedgang",
    "Date" : "Date"
},
"nplurals=2; plural=(n != 1);");