Add translation for 'Montage Review'
This commit is contained in:
parent
6b18184e4a
commit
b10c79b4f7
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue