nn.js 1.3 KB

1234567891011121314151617181920212223242526
  1. videojs.addLanguage("nn",{
  2. "Play": "Spel",
  3. "Pause": "Pause",
  4. "Current Time": "Aktuell tid",
  5. "Duration": "Varigheit",
  6. "Remaining Time": "Tid attende",
  7. "Stream Type": "Type straum",
  8. "LIVE": "DIREKTE",
  9. "Loaded": "Lasta inn",
  10. "Progress": "Status",
  11. "Fullscreen": "Fullskjerm",
  12. "Non-Fullscreen": "Stenga fullskjerm",
  13. "Mute": "Ljod av",
  14. "Unmute": "Ljod på",
  15. "Playback Rate": "Avspelingsrate",
  16. "Subtitles": "Teksting på",
  17. "subtitles off": "Teksting av",
  18. "Captions": "Teksting for høyrselshemma på",
  19. "captions off": "Teksting for høyrselshemma av",
  20. "Chapters": "Kapitel",
  21. "You aborted the media playback": "Du avbraut avspelinga.",
  22. "A network error caused the media download to fail part-way.": "Ein nettverksfeil avbraut nedlasting av videoen.",
  23. "The media could not be loaded, either because the server or network failed or because the format is not supported.": "Videoen kunne ikkje lastas ned, på grunn av ein nettverksfeil eller serverfeil, eller av di formatet ikkje er stoda.",
  24. "The media playback was aborted due to a corruption problem or because the media used features your browser did not support.": "Videoavspelinga blei broten på grunn av øydelagde data eller av di videoen ville gjera noe som nettlesaren din ikkje stodar.",
  25. "No compatible source was found for this media.": "Fant ikke en kompatibel kilde for dette mediainnholdet."
  26. });