eladmarmor
1) View_All multilanguage
Change the View All text to
<?php if($section_link): ?><a href="<?php echo $section_link; ?>" class="btn btn-border"><?php echo JText::_('TPL_VIEW_ALL'); ?></a><?php endif; ?>
Then go to languages->Override -> New -> and add your translation for TPL_VIEW_ALL string for each language file installed
2) Slideshow
Edit this file /templates/ja_hotel/acm/slideshow/tmpl/style-1.php and change line 6 as showed below
<div class="style-1 block-slideshow carousel slide vertical <?php echo $fullScreen; ?>" data-ride="carousel" data-wrap="true" data-interval="2000" id="block-slideshow-<?php echo $module->id; ?>">
data interval 2000 is referred to the interval , you can change it as you wish
Regards