| author | ymh <ymh.work@gmail.com> |
| Wed, 18 Dec 2024 15:24:41 +0100 | |
| changeset 1584 | 257c14dae52a |
| parent 1511 | 25731d245eda |
| permissions | -rw-r--r-- |
|
1511
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
1 |
videojs.addLanguage('nb', { |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
2 |
"Play": "Spill", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
3 |
"Pause": "Pause", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
4 |
"Current Time": "Aktuell tid", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
5 |
"Duration": "Varighet", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
6 |
"Remaining Time": "Gjenstående tid", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
7 |
"Stream Type": "Type strøm", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
8 |
"LIVE": "DIREKTE", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
9 |
"Loaded": "Lastet inn", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
10 |
"Progress": "Status", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
11 |
"Fullscreen": "Fullskjerm", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
12 |
"Non-Fullscreen": "Lukk fullskjerm", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
13 |
"Mute": "Lyd av", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
14 |
"Unmute": "Lyd på", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
15 |
"Playback Rate": "Avspillingsrate", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
16 |
"Subtitles": "Undertekst på", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
17 |
"subtitles off": "Undertekst av", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
18 |
"Captions": "Undertekst for hørselshemmede på", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
19 |
"captions off": "Undertekst for hørselshemmede av", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
20 |
"Chapters": "Kapitler", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
21 |
"You aborted the media playback": "Du avbrøt avspillingen.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
22 |
"A network error caused the media download to fail part-way.": "En nettverksfeil avbrøt nedlasting av videoen.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
23 |
"The media could not be loaded, either because the server or network failed or because the format is not supported.": "Videoen kunne ikke lastes ned, på grunn av nettverksfeil eller serverfeil, eller fordi formatet ikke er støttet.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
24 |
"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Videoavspillingen ble avbrudt på grunn av ødelagte data eller fordi videoen ville gjøre noe som nettleseren din ikke har støtte for.", |
|
25731d245eda
Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents:
1368
diff
changeset
|
25 |
"No compatible source was found for this media.": "Fant ikke en kompatibel kilde for dette mediainnholdet." |
|
1368
0ae5202742bd
change flash to dash
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff
changeset
|
26 |
}); |