From 8ce4d302dd31d72e82d30d52040f08d6d0a2f7e2 Mon Sep 17 00:00:00 2001 From: nagyrobi Date: Thu, 15 Aug 2013 18:56:01 +0200 Subject: [PATCH] Update montage.php Enable localization of the dropdown box items in the montage window. --- web/skins/classic/views/montage.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web/skins/classic/views/montage.php b/web/skins/classic/views/montage.php index 6a93ee727..c79d135f3 100644 --- a/web/skins/classic/views/montage.php +++ b/web/skins/classic/views/montage.php @@ -67,11 +67,11 @@ foreach( dbFetchAll( $sql ) as $row ) $focusWindow = true; $layouts = array( - 'montage_freeform.css' => 'Default', - 'montage_2wide.css' => '2-wide grid', - 'montage_3wide.css' => '3-wide grid', - 'montage_4wide.css' => '4-wide grid', - 'montage_3wide50enlarge.css' => '3-wide grid, scaled, enlarge on alarm', + 'montage_freeform.css' => $SLANG['MtgDefault'], + 'montage_2wide.css' => $SLANG['Mtg2widgrd'], + 'montage_3wide.css' => $SLANG['Mtg3widgrd'], + 'montage_4wide.css' => $SLANG['Mtg4widgrd'], + 'montage_3wide50enlarge.css' => $SLANG['Mtg3widgrx'], ); if ( isset($_COOKIE['zmMontageLayout']) )