diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-25 15:20:55 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-02-25 15:20:55 +0000 |
| commit | 8b818f2fa041df344af3cfde1fec132bf3ae2927 (patch) | |
| tree | 43c86a894fe6ceb8225adc933cc486de05ebdf6d /frontends/php/include/locales | |
| parent | d215a0cc8d018303992833528c36455480cfb10b (diff) | |
| download | zabbix-8b818f2fa041df344af3cfde1fec132bf3ae2927.tar.gz zabbix-8b818f2fa041df344af3cfde1fec132bf3ae2927.tar.xz zabbix-8b818f2fa041df344af3cfde1fec132bf3ae2927.zip | |
- [DEV-118] added refresh options to dashboard screen {still beta} (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5394 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/locales')
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index b8614521..a2444c29 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -937,6 +937,8 @@ 'S_SYSTEM_STATUS'=> 'System status', 'S_LATEST_ISSUES'=> 'Latest issues', 'S_FAVORITE'=> 'Favorite', + 'S_EVERY'=> 'Every', + 'S_REFRESHED'=> 'Refreshed', // overview.php 'S_SELECT_GROUP_DOT_DOT_DOT'=> 'Select group ...', @@ -958,6 +960,8 @@ 'S_THE_QUEUE_IS_EMPTY'=> 'The queue is empty', 'S_TOTAL'=> 'Total', 'S_COUNT'=> 'Count', + 'S_SECONDS_SMALL'=> 'seconds', + 'S_MINUTES_SMALL'=> 'minutes', 'S_5_SECONDS'=> '5 seconds', 'S_10_SECONDS'=> '10 seconds', 'S_30_SECONDS'=> '30 seconds', |
