Update montage.php

Enable localization of the dropdown box items in the montage window.
This commit is contained in:
nagyrobi 2013-08-15 18:56:01 +02:00
parent 3a305522c4
commit 8ce4d302dd
1 changed files with 5 additions and 5 deletions

View File

@ -67,11 +67,11 @@ foreach( dbFetchAll( $sql ) as $row )
$focusWindow = true; $focusWindow = true;
$layouts = array( $layouts = array(
'montage_freeform.css' => 'Default', 'montage_freeform.css' => $SLANG['MtgDefault'],
'montage_2wide.css' => '2-wide grid', 'montage_2wide.css' => $SLANG['Mtg2widgrd'],
'montage_3wide.css' => '3-wide grid', 'montage_3wide.css' => $SLANG['Mtg3widgrd'],
'montage_4wide.css' => '4-wide grid', 'montage_4wide.css' => $SLANG['Mtg4widgrd'],
'montage_3wide50enlarge.css' => '3-wide grid, scaled, enlarge on alarm', 'montage_3wide50enlarge.css' => $SLANG['Mtg3widgrx'],
); );
if ( isset($_COOKIE['zmMontageLayout']) ) if ( isset($_COOKIE['zmMontageLayout']) )