Add translation for 'Montage Review'

This commit is contained in:
corax 2016-09-09 13:26:19 +02:00
parent 6b18184e4a
commit b10c79b4f7
2 changed files with 3 additions and 2 deletions

View File

@ -495,6 +495,7 @@ $SLANG = array(
'MonitorProbe' => 'Monitor Probe',
'Monitors' => 'Monitors',
'Montage' => 'Montage',
'MontageReview' => 'Montage Review',
'Month' => 'Month',
'Move' => 'Move',
'MtgDefault' => 'Default', // Added 2013.08.15.

View File

@ -239,7 +239,7 @@ foreach( dbFetchAll( $monitorsSql ) as $row )
xhtmlHeaders(__FILE__, translate('montagereview') );
xhtmlHeaders(__FILE__, translate('MontageReview') );
?>
<style>
input[type=range]::-ms-tooltip {
@ -252,7 +252,7 @@ input[type=range]::-ms-tooltip {
<div id="headerButtons">
<a href="#" onclick="closeWindow();"><?php echo translate('Close') ?></a>
</div>
<h2><?php echo translate('Montage Review') ?></h2>
<h2><?php echo translate('MontageReview') ?></h2>
</div>
<div id='ScaleDiv' style='display: inline-flex; border: 1px solid black;'>
<label style='margin:5px;' for=scaleslider><?php echo translate('Scale')?></label>