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/french/slideshow.inc.php

21 lines
1022 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_height = "Hauteur";
$lang_resizing_comment = "Redimensionner l\'image aux dimensions suivantes (en pixels)";
$lang_width = "Largeur";
$lang_resizing = "REDIMENSIONNER";
$lang_no_resizing_comment = "Afficher toutes les images dans leur taille d\'origine. Aucun redimensionnement n\'est effectu<EFBFBD>. Les barres de d<EFBFBD>filement apparaitront automatiquement si l\'image est plus large que votre <EFBFBD>cran.";
$lang_show_thumbnails = "Afficher les vignettes";
$lang_click_thumbnails = "Cliquez sur l\'une des vignettes";
$lang_set_slideshow_options = "D<EFBFBD>finir les options de la pr<EFBFBD>sentation";
$lang_slideshow_options = "Options de la pr<EFBFBD>sentation";
$lang_no_resizing = "NE PAS REDIMENSIONNER (d<EFBFBD>faut)";
$lang_exit_slideshow = "Quitter la pr<EFBFBD>sentation";
$lang_slideshow = "Pr<EFBFBD>sentation";
$lang_previous_slide = "Fichier pr<EFBFBD>c<EFBFBD>dent";
$lang_next_slide = "Fichier suivant";
$lang_image = "Image";
$lang_of = "de";
$lang_view_slideshow = "Voir la pr<EFBFBD>sentation";
?>