web/res/js/videojs/lang/da.js
author ymh <ymh.work@gmail.com>
Wed, 18 Dec 2024 15:24:41 +0100
changeset 1584 257c14dae52a
parent 1511 25731d245eda
permissions -rw-r--r--
Added tag V09.006 for changeset 459a88818bec
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1511
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     1
videojs.addLanguage('da', {
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     2
  "Play": "Afspil",
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": "Aktuel tid",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     5
  "Duration": "Varighed",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     6
  "Remaining Time": "Resterende tid",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     7
  "Stream Type": "Stream-type",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     8
  "LIVE": "LIVE",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
     9
  "Loaded": "Indlæst",
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": "Fuldskærm",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    12
  "Non-Fullscreen": "Luk fuldskærm",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    13
  "Mute": "Uden lyd",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    14
  "Unmute": "Med lyd",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    15
  "Playback Rate": "Afspilningsrate",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    16
  "Subtitles": "Undertekster",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    17
  "subtitles off": "Uden undertekster",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    18
  "Captions": "Undertekster for hørehæmmede",
25731d245eda Upgrade videojs and dashjs to last version
ymh <ymh.work@gmail.com>
parents: 1368
diff changeset
    19
  "captions off": "Uden undertekster for hørehæmmede",
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 afbrød videoafspilningen.",
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 netværksfejl fik download af videoen til at fejle.",
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 indlæses, enten fordi serveren eller netværket fejlede, eller fordi formatet ikke er understø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.": "Videoafspilningen blev afbrudt på grund af ødelagte data eller fordi videoen benyttede faciliteter som din browser ikke understøtter.",
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.": "Fandt ikke en kompatibel kilde for denne media."
1368
0ae5202742bd change flash to dash
Yves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
parents:
diff changeset
    26
});