nc-weather/l10n/nb.js

25 lines
687 B
JavaScript
Raw Normal View History

2017-08-18 00:25:26 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "Vær",
2017-11-11 01:35:11 +00:00
"OpenWeatherMap API Key" : "OpenWeatherMap API-nøkkel",
2017-08-18 00:25:26 +00:00
"Save" : "Lagre",
"Add a city" : "Legg til by",
"Add city" : "Legg til by",
"City name" : "Navn på by",
"Add" : "Legg til",
"Cancel" : "Avbryt",
"Settings" : "Innstillinger",
"Metric" : "Metrisk",
"Click here to get an API key" : "Klikk her for å få en API nøkkel",
"Pressure" : "Trykk",
"Humidity" : "Fuktighet",
"Cloudiness" : "Skydekke",
"Wind" : "Vind",
"Sunrise" : "Soloppgang",
"Sunset" : "Solnedgang",
"Hour" : "Time",
"Temperature" : "Temperatur"
},
"nplurals=2; plural=(n != 1);");