From 05f6066a818995da8a6e8e7f7399052793997e7b Mon Sep 17 00:00:00 2001 From: stan Date: Wed, 14 Jan 2004 09:53:14 +0000 Subject: [PATCH] Added comment to some Clang values. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@741 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/zm_lang_en_gb.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/zm_lang_en_gb.php b/web/zm_lang_en_gb.php index 644575cb0..f1b5c3c18 100644 --- a/web/zm_lang_en_gb.php +++ b/web/zm_lang_en_gb.php @@ -323,9 +323,9 @@ $zmSlangZone = 'Zone'; // Complex replacements with formatting and/or placements, must be passed through sprintf $zmClangCurrentLogin = 'Current login is \'%1$s\''; -$zmClangEventCount = '%1$s %2$s'; -$zmClangLastEvents = 'Last %1$s %2$s'; -$zmClangMonitorCount = '%1$s %2$s'; +$zmClangEventCount = '%1$s %2$s'; // For example '37 Events' (from Vlang below) +$zmClangLastEvents = 'Last %1$s %2$s'; // For example 'Last 37 Events' (from Vlang below) +$zmClangMonitorCount = '%1$s %2$s'; // For example '4 Monitors' (from Vlang below) $zmClangMonitorFunction = 'Monitor %1$s Function'; // Variable arrays expressing plurality