patch #1895796 [lang] Typo in Japanese lang files

This commit is contained in:
Marc Delisle 2008-04-06 00:00:42 +00:00
parent f39f150daf
commit 806811c039
4 changed files with 5 additions and 3 deletions

View File

@ -25,6 +25,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
thanks to Jürgen Wind - windkiel
- patch #1929553 [lang] Don't output BOM character in Swedish language file,
thanks to Samuel L. B. - samuellb
- patch #1895796 [lang] Typo in Japanese lang files,
thanks to tyman - acoustype
2.11.5.1 (2008-03-29)
- bug #1909711 [security] Sensitive data in session files

View File

@ -528,7 +528,7 @@ $strNoValidateSQL = 'SQL
$strNull = 'ヌル(NULL)';
$strNumberOfFields = 'フィールド数';
$strNumberOfTables = 'テーブル数';
$strNumSearchResultsInTable = '%s 件(テーブル <i>$s</i>)';
$strNumSearchResultsInTable = '%s 件(テーブル <i>%s</i>)';
$strNumSearchResultsTotal = '<b>合計:</b> <i>%s</i> 件';
$strNumTables = 'テーブル';

View File

@ -528,7 +528,7 @@ $strNoValidateSQL = 'SQL
$strNull = 'ヌル(NULL)';
$strNumberOfFields = 'フィールド数';
$strNumberOfTables = 'テーブル数';
$strNumSearchResultsInTable = '%s 件(テーブル <i>$s</i>)';
$strNumSearchResultsInTable = '%s 件(テーブル <i>%s</i>)';
$strNumSearchResultsTotal = '<b>合計:</b> <i>%s</i> 件';
$strNumTables = 'テーブル';

View File

@ -528,7 +528,7 @@ $strNoValidateSQL = 'SQL の検証をスキップ';
$strNull = 'ヌル(NULL)';
$strNumberOfFields = 'フィールド数';
$strNumberOfTables = 'テーブル数';
$strNumSearchResultsInTable = '%s 件(テーブル <i>$s</i>)';
$strNumSearchResultsInTable = '%s 件(テーブル <i>%s</i>)';
$strNumSearchResultsTotal = '<b>合計:</b> <i>%s</i> 件';
$strNumTables = 'テーブル';