diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-01 12:02:22 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-06-01 12:02:22 +0000 |
| commit | eebf8121ea8f616317d67f04bf577e4c5bdca0d1 (patch) | |
| tree | f1ad35fa41d124eea270a1056c0ad8246680a71c /frontends/php/include/locales | |
| parent | 1d0d7ac11023dd1eccac147f9e1b2abf41d95334 (diff) | |
- added availability to export/import templates for hosts (Artem)
- added permissions for hosts on import (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@4220 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, 3 insertions, 1 deletions
diff --git a/frontends/php/include/locales/en_gb.inc.php b/frontends/php/include/locales/en_gb.inc.php index c3518f06..16d3c185 100644 --- a/frontends/php/include/locales/en_gb.inc.php +++ b/frontends/php/include/locales/en_gb.inc.php @@ -1307,6 +1307,8 @@ // Errors 'S_INCORRECT_DESCRIPTION'=> 'Incorrect description', - 'S_CANT_FORMAT_TREE'=> 'Can\'t format Tree' + 'S_CANT_FORMAT_TREE'=> 'Can\'t format Tree', + 'S_UNSUPPORTED_FILE_FORMAT'=> 'Unsupported file format', + 'S_UNSUPPORTED_VERSION_OF_IMPORTED_DATA'=> 'Unsupported version of imported data' ); ?> |
