diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-06 09:55:29 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-02-06 09:55:29 +0000 |
| commit | 4f7fbfe6c9fe77d0590e4309c6aebe15fceba65a (patch) | |
| tree | e1383b0a1755450ff94169bbb364691289078c49 /frontends/php/include | |
| parent | 0b765af5821ca1cf11057e2057ce466fbcfed5f2 (diff) | |
| download | zabbix-4f7fbfe6c9fe77d0590e4309c6aebe15fceba65a.tar.gz zabbix-4f7fbfe6c9fe77d0590e4309c6aebe15fceba65a.tar.xz zabbix-4f7fbfe6c9fe77d0590e4309c6aebe15fceba65a.zip | |
Misc GUI improvements.
git-svn-id: svn://svn.zabbix.com/trunk@2606 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/defines.inc.php | 1 | ||||
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php index 315171f2..9bd7de10 100644 --- a/frontends/php/include/defines.inc.php +++ b/frontends/php/include/defines.inc.php @@ -138,6 +138,7 @@ define("TRIGGER_STATUS_ENABLED",0); define("TRIGGER_STATUS_DISABLED",1); + define("TRIGGER_STATUS_UNKNOWN",2); define("RECIPIENT_TYPE_USER",0); define("RECIPIENT_TYPE_GROUP",1); diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index 8a451d6b..3e85cbd0 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -622,8 +622,9 @@ "S_GRAPH_NAME"=> "Graph name", "S_WIDTH"=> "Width", "S_HEIGHT"=> "Height", - "S_EMPTY"=> "Empty", "S_CREATE_SCREEN"=> "Create Screen", + "S_EDIT"=> "Edit", + "S_DIMENSION_COLS_ROWS"=> "Dimension (cols x rows)", // screenedit.php "S_MAP"=> "Map", |
