diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-02 11:59:49 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-07-02 11:59:49 +0000 |
| commit | 8dffbd722749472d9704f6d5d5547f83f738198c (patch) | |
| tree | daa3d0f4378832810847317824eb6b42a7e1e047 /frontends/php/include/locales | |
| parent | 9158473c0884eabb4877274af46d3991cb6ed854 (diff) | |
| download | zabbix-8dffbd722749472d9704f6d5d5547f83f738198c.tar.gz zabbix-8dffbd722749472d9704f6d5d5547f83f738198c.tar.xz zabbix-8dffbd722749472d9704f6d5d5547f83f738198c.zip | |
- [DEV-144] add possibility to force user groups to authenticate internally (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5810 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/locales')
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index 8d7746df..3b13e2c8 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -170,10 +170,10 @@ // admin.php 'S_PREVIOUS'=> '<< Previous', - 'S_NEXT'=> 'Next >>', - 'S_RETRY'=> 'Retry', + 'S_NEXT'=> 'Next >>', + 'S_RETRY'=> 'Retry', 'S_FINISH'=> 'Finish', - 'S_FAIL'=> 'Fail', + 'S_FAIL'=> 'Fail', 'S_UPDATE_BIG'=> 'UPDATE', 'S_INSTALLATION'=> 'Installation', 'S_NEW_INSTALLATION'=> 'New installation', @@ -1428,6 +1428,9 @@ 'S_CANNOT_UPDATE_PROXY'=> 'Cannot update proxy', 'S_PROXY_DELETED'=> 'Proxy deleted', 'S_CANNOT_DELETE_PROXY'=> 'Cannot delete proxy', + 'S_GUI_ACCESS_UPDATED'=> 'GUI access updated', + 'S_CANNOT_UPDATE_GUI_ACCESS'=> 'Cannot update GUI access', + 'S_CANNOT_SET'=> 'Cannot set', 'S_USER_CANNOT_DISABLE_ITSELF'=> 'User cannot disable itself', 'S_USER_CANNOT_CHANGE_STATUS'=> 'User cannot change status to itself', 'S_USER_CANNOT_CHANGE_GUI_ACCESS'=> 'User cannot change GUI access to itself', @@ -1472,6 +1475,7 @@ 'S_ADD_TO'=> 'Add to', 'S_REMOVE_FROM'=> 'Remove from', 'S_STATUS_DISABLED'=> 'Status disabled', + 'S_INTERNAL'=> 'Internal', //scripts.php 'S_SCRIPTS'=> 'Scripts', |
