diff -r 58094faf794d -r 9a485c41cfcf search.php
--- a/search.php Tue Apr 10 22:40:43 2007 +0000
+++ b/search.php Sat Apr 14 11:37:27 2007 +0000
@@ -35,26 +35,26 @@
// we will continue after the search form ...
include_once('inc/header.inc.php');
?>
-
Search zones or records
+ echo _('Search zones or records'); ?>
-DNS Admin
+ echo _('DNS Admin'); ?>
if (level(10))
{
- ?>User Admin Synchronize Database
+ ?> echo _('User Admin'); ?> echo _('Synchronize Database'); ?>
}
?>
-Type a hostname or a record in the box below and press search to see if the record exists in the system.
+ echo _('Type a hostname or a record in the box below and press search to see if the record exists in the system.'); ?>
@@ -70,14 +70,14 @@
if (count($search_result) == 2 && count($search_result['domains']))
{
?>
- Domains found:
+ echo _('Domains found'); ?>: