strLimitNumRows

This commit is contained in:
Marc Delisle
2001-11-07 17:37:21 +00:00
parent 1cd298af7a
commit 7eca0c8383
9 changed files with 11 additions and 9 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-11-07 Marc Delisle <lem9@users.sourceforge.net>
* tbl_select.php3, lang/some files: modify $strLimitNumRows
2001-11-06 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* db_details.php3, line 305; db_printview.php3, line 207: fixed bug #478592
- HTML mispelling (</td> instead of </th>), thanks to

View File

@@ -156,7 +156,7 @@ $strKill = 'Kill';
$strLength = 'Length';
$strLengthSet = 'Length/Values*';
$strLimitNumRows = 'records per page';
$strLimitNumRows = 'Number of records per page';
$strLineFeed = 'Linefeed: \\n';
$strLines = 'Lines';
$strLinesTerminatedBy = 'Lines terminated by';

View File

@@ -157,7 +157,7 @@ $strKill = 'Tapa';
$strLength = 'Pituus';
$strLengthSet = 'Pituus/Arvot*';
$strLimitNumRows = 'rivi<EFBFBD>/sivu';
$strLimitNumRows = 'Rivej<EFBFBD>/sivu';
$strLineFeed = 'LF-rivinvaihto: \\n';
$strLines = 'Rivit';
$strLinesTerminatedBy = 'Rivien erotinmerkki';

View File

@@ -156,7 +156,7 @@ $strKill = 'Supprimer';
$strLength = 'Long.';
$strLengthSet = 'Taille/Valeurs*';
$strLimitNumRows = 'enregistrements par page';
$strLimitNumRows = 'Nombre d\'enregistrements par page';
$strLineFeed = 'Saut de ligne : \\n';
$strLines = 'Lignes';
$strLinesTerminatedBy = 'Lignes termin<69>es par';

View File

@@ -152,7 +152,7 @@ $strKill = 'Matar (kill)';
$strLength = 'Tama<6D>o';
$strLengthSet = 'Tama<6D>o/Definir*';
$strLimitNumRows = 'rexistros por p<>xina';
$strLimitNumRows = 'N<EFBFBD>mero de rexistros por p<>xina';
$strLineFeed = 'Car<61>cter de alimentaci<63>n de li<6C>a: \\n';
$strLines = 'Li<4C>as';
$strLinesTerminatedBy = 'As li<6C>as rematan por';

View File

@@ -152,7 +152,7 @@ $strKill = 'Avslutt';
$strLength = 'Lengde';
$strLengthSet = 'Lengde/Sett*';
$strLimitNumRows = 'rader per side';
$strLimitNumRows = 'Antall poster per side';
$strLineFeed = 'Linjeskift: \\n';
$strLines = 'Linjer';
$strLinesTerminatedBy = 'Linker avsluttet med';

View File

@@ -152,7 +152,7 @@ $strKill = 'Opreste';
$strLength = 'Lungime';
$strLengthSet = 'Lungime/Setare';
$strLimitNumRows = 'inregistrari pe pagina';
$strLimitNumRows = 'Numarul de inregistrari de pe pagina';
$strLineFeed = 'Dezvoltare linie: \\n';
$strLines = 'Linii';
$strLinesTerminatedBy = 'Linii terminate de';

View File

@@ -153,7 +153,7 @@ $strKill = 'Kapat';
$strLength = 'Boyut';
$strLengthSet = 'Boyut/De<44>erler*';
$strLimitNumRows = '(sayfa ba<EFBFBD><EFBFBD>na g<>sterilecek kay<61>t)';
$strLimitNumRows = 'Sayfa ba&#351;&#305;na kay&#305;t say&#305;s&#305;';
$strLineFeed = 'Sat<61>r: \\n';
$strLines = 'Sat<61>rlar';
$strLinesTerminatedBy = 'Sat<61>r sonu';

View File

@@ -58,9 +58,8 @@ if (!isset($param) || $param[0] == '') {
<ul>
<li>
<div style="margin-bottom: 10px">
<?php echo $strDisplay; ?>&nbsp;
<input type="text" size="4" name="sessionMaxRows" value="<?php echo $cfgMaxRows; ?>" />
<?php echo $strLimitNumRows . "\n"; ?>
<input type="text" size="4" name="sessionMaxRows" value="<?php echo $cfgMaxRows; ?>" />
</div>
</li>
<li>