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

21 lines
915 B

<?php /*
for more information: see languages.txt in the lang folder.
*/
$lang_height = "Lungime";
$lang_resizing_comment = "redimensionati poza la dimensiunile urmatoare (in pixeli)";
$lang_width = "Latime";
$lang_resizing = "REDIMENSIONATI";
$lang_no_resizing_comment = "Toate imaginile sunt la dimensiunile originale. Nu sunt redimensionate. Pentru imaginile prea mari folositi barele ajutatoare.";
$lang_show_thumbnails = "Aratati Thumbnails";
$lang_click_thumbnails = "apasati pe unul dintre thumbnails";
$lang_set_slideshow_options = "Setati optiunile prezentarii";
$lang_slideshow_options = "Optiunile prezentarii";
$lang_no_resizing = "NEREDIMENSIONAT (original)";
$lang_exit_slideshow = "Iesiti din prezentare";
$SlideShow = "Prezentare";
$lang_previous_slide = "Cadrul anterior";
$lang_next_slide = "Cadrul urmator";
$lang_image = "Imagine";
$lang_of = "a";
$lang_view_slideshow = "Vedeti prezentarea";
?>