diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-03-16 15:26:21 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-03-16 15:26:21 +0000 |
| commit | d76992f73658df06227395e4a79c4366294efebe (patch) | |
| tree | 20acf2af5d2155e07401c4903b9bb4cddfb4fec2 /frontends/php/include/locales | |
| parent | f9fade8feec4ed06a5f433f87d09adc4098bb51e (diff) | |
- added trigger selecton from popup (Eugene)
- improved popup selection (Eugene)
- improved "IT services" configuration (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@2702 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/locales')
| -rw-r--r-- | frontends/php/include/locales/en_gb.inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index fe7d6406..1c59a4c6 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -749,6 +749,7 @@ "S_SERVER"=> "Server", "S_DELETE"=> "Delete", "S_DELETE_SELECTED_SERVICES"=> "Delete selected services?", + "S_DELETE_SELECTED_LINKS"=> "Delete selected links?", "S_SERVICES_DELETED"=> "Services deleted", "S_CANNOT_DELETE_SERVICES"=> "Cannot delete services", @@ -761,6 +762,7 @@ "S_TRIGGER_BIG"=> "TRIGGER", // triggers.php + "S_NO_TRIGGERS_DEFINED"=> "No triggers defined", "S_CONFIGURATION_OF_TRIGGERS"=> "Configuration of triggers", "S_CONFIGURATION_OF_TRIGGERS_BIG"=> "CONFIGURATION OF TRIGGERS", "S_DEPENDENCY_ADDED"=> "Dependency added", @@ -918,6 +920,9 @@ "S_BULKLOADER_IMPORT_ACTIONS"=> "Import Actions", "S_BULKLOADER_IMPORT_ITSERVICES"=> "Import IT Services", +// popup.php + "S_EMPTY"=> "Empty", + // Menu "S_HELP"=> "Help", |
