****************** svn log for these revisions (locale file only)
------------------------------------------------------------------------
r25112 | pavels | 2012-01-31 15:03:10 +0200 (Tue, 31 Jan 2012) | 2 lines
..F....... [ZBX-4586] fixed items being bound to the wrong applications when cloning to a different host
A......... [ZBX-4586] implemented item's application validation in the Item.update and Item.create API methods
------------------------------------------------------------------------
****************** svn diff for these revisions (locale file only)
Index: branches/1.8/frontends/php/include/locales/en_gb.inc.php
===================================================================
--- branches/1.8/frontends/php/include/locales/en_gb.inc.php (revision 25108)
+++ branches/1.8/frontends/php/include/locales/en_gb.inc.php (revision 25112)
@@ -858,6 +858,7 @@
'S_APPLICATION_DELETED'=> 'Application deleted',
'S_CANNOT_DELETE_APPLICATION'=> 'Cannot delete application',
'S_NO_APPLICATIONS_DEFINED'=> 'No applications defined',
+ 'S_APPLICTATION_IS_NOT_AVAILABLE_ON' => 'Application with ID "%1$s" is not available on "%2$s"',
'S_NO_TEMPLATES_LINKED'=> 'No templates linked',
'S_HOSTS'=> 'Hosts',
'S_ITEMS'=> 'Items',
****************** svn log for these revisions (locale file only)
------------------------------------------------------------------------
r25115 | pavels | 2012-01-31 16:07:45 +0200 (Tue, 31 Jan 2012) | 1 line
.......... [ZBX-4586] fixed typo
------------------------------------------------------------------------
****************** svn diff for these revisions (locale file only)
Index: branches/1.8/frontends/php/include/locales/en_gb.inc.php
===================================================================
--- branches/1.8/frontends/php/include/locales/en_gb.inc.php (revision 25112)
+++ branches/1.8/frontends/php/include/locales/en_gb.inc.php (revision 25115)
@@ -858,7 +858,7 @@
'S_APPLICATION_DELETED'=> 'Application deleted',
'S_CANNOT_DELETE_APPLICATION'=> 'Cannot delete application',
'S_NO_APPLICATIONS_DEFINED'=> 'No applications defined',
- 'S_APPLICTATION_IS_NOT_AVAILABLE_ON' => 'Application with ID "%1$s" is not available on "%2$s"',
+ 'S_APPLICATION_IS_NOT_AVAILABLE_ON' => 'Application with ID "%1$s" is not available on "%2$s"',