Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/main/lang/danish/slideshow.inc.php

19 lines
759 B

<?php
/*
for more information: see languages.txt in the lang folder.
*/
$Height = "Højde";
$ResizingComment = "Ændre billedets dimensioner til følgende (i pixels)";
$Width = "Bredde";
$Resizing = "ÆNDRE";
$NoResizingComment = "Vis alle billeder i deres oprindelige størrelse. Ingen ændringer foretages. Scroll-bar vil indsættes, hvis billedet er større end din skærm.";
$ShowThumbnails = "Vis thumbnails/ store ikoner";
$SetSlideshowOptions = "Ændre indstillinger for slideshow";
$SlideshowOptions = "Indstillinger for slideshow";
$NoResizing = "INGEN ÆNDRING (standardindstilling)";
$ExitSlideshow = "Luk slideshow";
$SlideShow = "Slideshow";
$PreviousSlide = "Forrige slide";
$NextSlide = "Næste slide";
$ViewSlideshow = "Gennemse slideshow";
?>