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:
parent
2ab8f7a363
commit
05f6066a81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue