patch #1895796 [lang] Typo in Japanese lang files
This commit is contained in:
parent
f39f150daf
commit
806811c039
@ -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
|
||||
|
||||
@ -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 = 'テーブル';
|
||||
|
||||
|
||||
@ -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 = 'テーブル';
|
||||
|
||||
|
||||
@ -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 = 'テーブル';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user