diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-04 11:58:53 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-04-04 11:58:53 +0000 |
| commit | 8850b23b07e03ea95cd335183f54ed305a5e00ba (patch) | |
| tree | 03132ca7f924cb09c1f7437c889512bda4a885f9 /frontends/php/include/locales | |
| parent | a96322ba711caad8f6e3681ebf0e44f02853b23f (diff) | |
| download | zabbix-8850b23b07e03ea95cd335183f54ed305a5e00ba.tar.gz zabbix-8850b23b07e03ea95cd335183f54ed305a5e00ba.tar.xz zabbix-8850b23b07e03ea95cd335183f54ed305a5e00ba.zip | |
- [DEV-124] screen actions moved to Audit, added filter for Audit (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5590 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/locales')
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index 25de5be1..082dc0e2 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -336,6 +336,7 @@ 'S_ALERTS_BIG'=> 'ALERTS', 'S_TYPE'=> 'Type', 'S_RECIPIENTS'=> 'Recipient(s)', + 'S_RECIPIENT'=> 'Recipient', 'S_ERROR'=> 'Error', 'S_SENT'=> 'sent', 'S_NOT_SENT'=> 'not sent', @@ -1418,8 +1419,10 @@ // audit.php - 'S_AUDIT_LOG'=> 'Audit log', - 'S_AUDIT_LOG_BIG'=> 'AUDIT LOG', + 'S_AUDIT'=> 'Audit', + 'S_AUDIT_BIG'=> 'AUDIT', + 'S_AUDIT_LOGS'=> 'Audit logs', + 'S_AUDIT_ACTIONS'=> 'Audit actions', 'S_ACTION'=> 'Action', 'S_DETAILS'=> 'Details', 'S_UNKNOWN_ACTION'=> 'Unknown action', |
