[ZBX-1701] Translate search.php Created: 2010 Jan 08  Updated: 2017 May 30  Resolved: 2010 Jan 08

Status: Closed
Project: ZABBIX BUGS AND ISSUES
Component/s: Frontend (F)
Affects Version/s: 1.9.0 (alpha)
Fix Version/s: 1.8.1, 1.9.0 (alpha)

Type: Incident report Priority: Minor
Reporter: Alexey Pustovalov Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Index: include/locales/en_gb.inc.php
===================================================================
— include/locales/en_gb.inc.php (revision 9145)
+++ include/locales/en_gb.inc.php (working copy)
@@ -1664,6 +1664,7 @@
'S_GO' => 'Go',
'S_FOUND_SMALL' => 'found',
'S_DISPLAYING' => 'Displaying',
+ 'S_SEARCH_PATTERN_EMPTY'=> 'Search pattern is empty',

// popup.php
'S_CAPTION'=> 'Caption',
Index: search.php
===================================================================
— search.php (revision 9118)
+++ search.php (working copy)
@@ -83,7 +83,7 @@

// Header
if(zbx_empty($search))

{ - $search = 'Search pattern is empty'; + $search = S_SEARCH_PATTERN_EMPTY; }

$search_wdgt->setClass('header');
$search_wdgt->addHeader(array(S_SEARCH_BIG.': ',bold($search)), SPACE);


Generated at Sat May 31 03:13:38 EEST 2025 using Jira 9.12.4#9120004-sha1:625303b708afdb767e17cb2838290c41888e9ff0.