Added comment to some Clang values.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@741 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
stan 2004-01-14 09:53:14 +00:00
parent 2ab8f7a363
commit 05f6066a81
1 changed files with 3 additions and 3 deletions

View File

@ -323,9 +323,9 @@ $zmSlangZone = 'Zone';
// Complex replacements with formatting and/or placements, must be passed through sprintf // Complex replacements with formatting and/or placements, must be passed through sprintf
$zmClangCurrentLogin = 'Current login is \'%1$s\''; $zmClangCurrentLogin = 'Current login is \'%1$s\'';
$zmClangEventCount = '%1$s %2$s'; $zmClangEventCount = '%1$s %2$s'; // For example '37 Events' (from Vlang below)
$zmClangLastEvents = 'Last %1$s %2$s'; $zmClangLastEvents = 'Last %1$s %2$s'; // For example 'Last 37 Events' (from Vlang below)
$zmClangMonitorCount = '%1$s %2$s'; $zmClangMonitorCount = '%1$s %2$s'; // For example '4 Monitors' (from Vlang below)
$zmClangMonitorFunction = 'Monitor %1$s Function'; $zmClangMonitorFunction = 'Monitor %1$s Function';
// Variable arrays expressing plurality // Variable arrays expressing plurality