changed word 'search' to $PALANG['pSearch']

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@12 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
Greg 17 years ago
parent 1f047cccec
commit 889ab4c976

@ -298,5 +298,6 @@ $PALANG['pEdit_dbLog_editactive'] = 'Aktiv-Status
$PALANG['pEdit_dbLog_editalias'] = 'Alias bearbeiten'; $PALANG['pEdit_dbLog_editalias'] = 'Alias bearbeiten';
$PALANG['pEdit_dbLog_editmailbox'] = 'Mailbox bearbeiten'; $PALANG['pEdit_dbLog_editmailbox'] = 'Mailbox bearbeiten';
$PALANG['pSearch'] = 'suche';
$PALANG['pSearch_welcome'] = 'Suche nach: '; $PALANG['pSearch_welcome'] = 'Suche nach: ';
?> ?>

@ -324,5 +324,6 @@ $PALANG['pEdit_dbLog_editactive'] = 'change active state';
$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; $PALANG['pEdit_dbLog_editalias'] = 'edit alias';
$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; $PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
$PALANG['pSearch'] = 'search';
$PALANG['pSearch_welcome'] = 'Searching for: '; $PALANG['pSearch_welcome'] = 'Searching for: ';
?> ?>

@ -322,5 +322,6 @@ $PALANG['pEdit_dbLog_editactive'] = 'change active state';
$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; $PALANG['pEdit_dbLog_editalias'] = 'edit alias';
$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; $PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
$PALANG['pSearch'] = 'search';
$PALANG['pSearch_welcome'] = 'Searching for: '; $PALANG['pSearch_welcome'] = 'Searching for: ';
?> ?>

@ -297,5 +297,6 @@ $PALANG['pEdit_dbLog_editactive'] = 'aktiivne staatuse muutmine';
$PALANG['pEdit_dbLog_editalias'] = 'aliase redigeerimine'; $PALANG['pEdit_dbLog_editalias'] = 'aliase redigeerimine';
$PALANG['pEdit_dbLog_editmailbox'] = 'postkasti redigeerimine'; $PALANG['pEdit_dbLog_editmailbox'] = 'postkasti redigeerimine';
$PALANG['pSearch'] = 'otsi';
$PALANG['pSearch_welcome'] = 'Otsi: '; $PALANG['pSearch_welcome'] = 'Otsi: ';
?> ?>

@ -293,5 +293,6 @@ $PALANG['pEdit_dbLog_editactive'] = 'promijeni stanje aktivnosti';
$PALANG['pEdit_dbLog_editalias'] = 'uredi alias'; $PALANG['pEdit_dbLog_editalias'] = 'uredi alias';
$PALANG['pEdit_dbLog_editmailbox'] = 'uredi poštanski oramriæ'; $PALANG['pEdit_dbLog_editmailbox'] = 'uredi poštanski oramriæ';
$PALANG['pSearch'] = 'traži';
$PALANG['pSearch_welcome'] = 'Tra<72>i: '; $PALANG['pSearch_welcome'] = 'Tra<72>i: ';
?> ?>

@ -291,5 +291,6 @@ $PALANG['pEdit_dbLog_editactive'] = 'endre status';
$PALANG['pEdit_dbLog_editalias'] = 'endre alias'; $PALANG['pEdit_dbLog_editalias'] = 'endre alias';
$PALANG['pEdit_dbLog_editmailbox'] = 'endre e-postkonto'; $PALANG['pEdit_dbLog_editmailbox'] = 'endre e-postkonto';
$PALANG['pSearch'] = 'søker';
$PALANG['pSearch_welcome'] = 'Søker etter: '; $PALANG['pSearch_welcome'] = 'Søker etter: ';
?> ?>

@ -21,7 +21,7 @@ for ($i = 0; $i < sizeof ($list_domains); $i++)
<h4><?php print $PALANG['pAdminList_virtual_welcome'] . $fDomain; ?></h4> <h4><?php print $PALANG['pAdminList_virtual_welcome'] . $fDomain; ?></h4>
<p><?php print $PALANG['pAdminList_virtual_alias_alias_count'] . ": " . $limit['alias_count'] . " / " . $limit['aliases']; ?></p> <p><?php print $PALANG['pAdminList_virtual_alias_alias_count'] . ": " . $limit['alias_count'] . " / " . $limit['aliases']; ?></p>
<p><?php print $PALANG['pAdminList_virtual_alias_mailbox_count'] . ": " . $limit['mailbox_count'] . " / " . $limit['mailboxes']; ?></p> <p><?php print $PALANG['pAdminList_virtual_alias_mailbox_count'] . ": " . $limit['mailbox_count'] . " / " . $limit['mailboxes']; ?></p>
<form name="search" method="post" action="search.php">search: <form name="search" method="post" action="search.php"><?php print $PALANG['pSearch']; ?>:
<input type="textbox" name="search" size="10" /> <input type="textbox" name="search" size="10" />
</form> </form>
</div> </div>

@ -5,7 +5,7 @@
<h4><?php print $PALANG['pSearch_welcome'] . $fSearch; ?></h4> <h4><?php print $PALANG['pSearch_welcome'] . $fSearch; ?></h4>
</td> </td>
<td> <td>
New search:<input type="textbox" name="search"> <?php print $PALANG['pSearch']; ?>:<input type="textbox" name="search">
</td> </td>
<td align=right><select class="flat" name="fDomain" > <td align=right><select class="flat" name="fDomain" >
<?php <?php

@ -28,7 +28,7 @@ for ($i = 0; $i < sizeof ($list_domains); $i++)
<h4><?php print $PALANG['pOverview_welcome'] . $fDomain; ?></h4> <h4><?php print $PALANG['pOverview_welcome'] . $fDomain; ?></h4>
<p><?php print $PALANG['pOverview_alias_alias_count'] . ": " . $limit['alias_count'] . " / " . $limit['aliases']; ?></p> <p><?php print $PALANG['pOverview_alias_alias_count'] . ": " . $limit['alias_count'] . " / " . $limit['aliases']; ?></p>
<p><?php print $PALANG['pOverview_alias_mailbox_count'] . ": " . $limit['mailbox_count'] . " / " . $limit['mailboxes']; ?></p> <p><?php print $PALANG['pOverview_alias_mailbox_count'] . ": " . $limit['mailbox_count'] . " / " . $limit['mailboxes']; ?></p>
search:<form name="search" method="post" action="search.php"> <?php print $PALANG['pSearch']; ?>:<form name="search" method="post" action="search.php">
<input type="textbox" name="search" size="10"> <input type="textbox" name="search" size="10">
</form> </form>
</div> </div>

@ -5,7 +5,7 @@
<h4><?php print $PALANG['pSearch_welcome'] . $fSearch; ?></h4> <h4><?php print $PALANG['pSearch_welcome'] . $fSearch; ?></h4>
</td> </td>
<td> <td>
New search:<input type="textbox" name="search"> <?php print $PALANG['pSearch']; ?>:<input type="textbox" name="search">
</td> </td>
<td></td> <td></td>

Loading…
Cancel
Save