summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/local_en.inc.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-01-07 22:43:03 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-01-07 22:43:03 +0000
commit86d9c9e82f10c2c89a58ed3785c6b00a1bf5bc85 (patch)
tree5b0c805e979c6d369e518fcbe11b0221f8c6f69a /frontends/php/include/local_en.inc.php
parent254ac7ebef85b8e1230d8979afa4d117234f8d58 (diff)
Finished form for image management.
git-svn-id: svn://svn.zabbix.com/trunk@1590 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/local_en.inc.php')
-rw-r--r--frontends/php/include/local_en.inc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/php/include/local_en.inc.php b/frontends/php/include/local_en.inc.php
index a3ae3ea4..4c2a3c89 100644
--- a/frontends/php/include/local_en.inc.php
+++ b/frontends/php/include/local_en.inc.php
@@ -172,6 +172,10 @@
define("S_NO_IMAGES_DEFINED", "No images defined");
define("S_BACKGROUND", "Background");
define("S_UPLOAD", "Upload");
+ define("S_IMAGE_ADDED", "Image added");
+ define("S_CANNOT_ADD_IMAGE", "Cannot add image");
+ define("S_IMAGE_DELETED", "Image deleted");
+ define("S_CANNOT_DELETE_IMAGE", "Cannot delete image");
// Latest values
define("S_LATEST_VALUES", "Latest values");