diff --git a/lang/japanese-euc.inc.php3 b/lang/japanese-euc.inc.php3
index 0c9478bd2..f4d920c91 100644
--- a/lang/japanese-euc.inc.php3
+++ b/lang/japanese-euc.inc.php3
@@ -26,6 +26,7 @@ $timespanfmt = '%s
$strAPrimaryKey = '主キーが%sに追加されました。';
$strAbortedClients = '中断';
+$strAbsolutePathToDocSqlDir = 'docSQLへの絶対パスを設定して下さい';
$strAccessDenied = 'アクセスは拒否されました。';
$strAction = '実行';
$strAddDeleteColumn = 'フィールド列の「追加/削除」';
@@ -39,6 +40,8 @@ $strAddSearchConditions = '
$strAddToIndex = ' %s の列をインデックスに追加しました';
$strAddUser = 'ユーザーの追加';
$strAddUserMessage = 'ユーザーを追加しました。';
+$strAddedColumnComment = 'カラムのコメント追加されました';
+$strAddedColumnRelation = 'カラムのリレーションが追加されました';
$strAdministration = '管理';
$strAffectedRows = '影響された行数:';
$strAfter = '後に %s';
@@ -76,6 +79,7 @@ $strBzError = '
$strBzip = '"bzipされる"';
$strCannotLogin = 'MySQLサーバーにログイン出来ません';
+$strCantLoad = '扱えない拡張子のファイルです,
PHPの設定をチェックしてください。';
$strCantLoadMySQL = 'MySQLを実行できません。
PHPの設定を確認して下さい。';
$strCantLoadRecodeIconv = '文字セット変換を行うためには組み込まれていない iconv または GNU recode の拡張が必要です。php に、この拡張設定を行っておくか、phpMyAdminでは文字セット変換をしない設定にして下さい。';
$strCantRenameIdxToPrimary = 'インデックスの名前をPRIMARYに変更できません。';
@@ -115,6 +119,15 @@ $strCreatePage = '
$strCreatePdfFeat = 'PDF作成機能';
$strCriteria = '絞込み基準';
+$strDBGContext = 'コンテキスト';
+$strDBGContextID = 'コンテキストID';
+$strDBGHits = 'ヒット';
+$strDBGLine = '行';
+$strDBGMaxTimeMs = '最大時間, ms';
+$strDBGMinTimeMs = '最小時間, ms';
+$strDBGModule = 'モジュール';
+$strDBGTimePerHitMs = 'ヒット率, ms';
+$strDBGTotalTimeMs = '総計時間, ms';
$strData = 'データ';
$strDataDict = 'データ辞書';
$strDataOnly = 'データのみ';
@@ -177,6 +190,7 @@ $strFieldsEmpty = '
$strFieldsEnclosedBy = 'フィールド囲み記号';
$strFieldsEscapedBy = 'フィールドのエスケープ記号';
$strFieldsTerminatedBy = 'フィールド区切り記号';
+$strFileCouldNotBeRead = 'ファイルを読めません';
$strFixed = '固定';
$strFlushPrivilegesNote = '注意: phpMyAdmin はMySQLの特権テーブルから直接にユーザー特権を得ます。もしマニュアルで特権が変更されていると、このテーブルの内容とは異なるかもしれません。この場合、続けるまえに %s特権リロード%s をする必要があります。';
$strFlushTable = 'テーブルのキャッシュを空にする("FLUSH")';
@@ -208,7 +222,10 @@ $strId = 'ID';
$strIdxFulltext = '全文';
$strIfYouWish = 'テーブルのコラム(列)にデータを追加する場合は、フィールドリストをカンマで区分してください。';
$strIgnore = '無視';
+$strIgnoringFile = 'ファイルを無視 %s';
$strImportDocSQL = 'docSQLファイルインポート';
+$strImportFiles = 'インポートファイル';
+$strImportFinished = 'インポートが終了しました';
$strInUse = '使用中';
$strIndex = 'インデックス';
$strIndexHasBeenDropped = 'インデックス%sが削除されました';
@@ -496,6 +513,7 @@ $strTheContent = '
$strTheContents = 'ファイルのデータで、選択したテーブルの主要キーまたは唯一なキーに一致する列を置き換えます。';
$strTheTerminator = 'フィールドの終端記号です。';
$strThisHost = 'このホスト';
+$strThisNotDirectory = 'これはディレクトリではありません';
$strThreadSuccessfullyKilled = 'スレッド %s は終了しました。';
$strTime = '時間';
$strTotal = '合計';
@@ -534,6 +552,8 @@ $strWebServerUploadDirectory = 'web
$strWebServerUploadDirectoryError = 'アップロードを行うディレクトリがありません。。';
$strWelcome = '%sへようこそ';
$strWithChecked = 'チェックしたものを:';
+$strWritingCommentNotPossible = 'コメントの書き込みが有効ではありません';
+$strWritingRelationNotPossible = 'リレーションの書き込みが有効ではありません';
$strWrongUser = 'ユーザ名またはパスワードが正しくありません。
アクセスは拒否されました。';
$strXkana = '全角カナへ変換する'; // convert to X208-kana
@@ -543,24 +563,4 @@ $strYes = '
$strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限がなくなります。';
$strZip = '"zipされる"';
-$strAddedColumnComment = 'Added comment for column'; //to translate
-$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
-$strAddedColumnRelation = 'Added relation for column'; //to translate
-$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
-$strImportFinished = 'Import finished'; //to translate
-$strFileCouldNotBeRead = 'File could not be read'; //to translate
-$strIgnoringFile = 'Ignoring file %s'; //to translate
-$strThisNotDirectory = 'This was not a directory'; //to translate
-$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
-$strImportFiles = 'Import files'; //to translate
-$strDBGModule = 'Module'; //to translate
-$strDBGLine = 'Line'; //to translate
-$strDBGHits = 'Hits'; //to translate
-$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
-$strDBGTotalTimeMs = 'Total time, ms'; //to translate
-$strDBGMinTimeMs = 'Min time, ms'; //to translate
-$strDBGMinTimeMs = 'Max time, ms'; //to translate
-$strDBGContextID = 'Context ID'; //to translate
-$strDBGContext = 'Context'; //to translate
-$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate
?>
diff --git a/lang/japanese-sjis.inc.php3 b/lang/japanese-sjis.inc.php3
index d872c49d8..2699f8a14 100644
--- a/lang/japanese-sjis.inc.php3
+++ b/lang/japanese-sjis.inc.php3
@@ -26,6 +26,7 @@ $timespanfmt = '%s
$strAPrimaryKey = 'L[%sB';
$strAbortedClients = 'f';
+$strAbsolutePathToDocSqlDir = 'docSQLpX';
$strAccessDenied = 'ANZXB';
$strAction = 'タs';
$strAddDeleteColumn = 'tB[hu^v';
@@ -39,6 +40,8 @@ $strAddSearchConditions = '
$strAddToIndex = ' %s CfbNX';
$strAddUser = '[U[';
$strAddUserMessage = '[U[B';
+$strAddedColumnComment = 'JRg';
+$strAddedColumnRelation = 'J[V';
$strAdministration = '';
$strAffectedRows = 'es:';
$strAfter = ' %s';
@@ -76,6 +79,7 @@ $strBzError = '
$strBzip = '"bzip"';
$strCannotLogin = 'MySQLT[o[OCo';
+$strCantLoad = 'gqt@C,
PHP`FbNB';
$strCantLoadMySQL = 'MySQLタsB
PHPmFB';
$strCantLoadRecodeIconv = 'Zbgsg iconv GNU recode gKvBphp AgsAphpMyAdminZbgB';
$strCantRenameIdxToPrimary = 'CfbNXOPRIMARYXB';
@@ -115,6 +119,15 @@ $strCreatePage = '
$strCreatePdfFeat = 'PDF@' . "\x94\x5c";
$strCriteria = 'i';
+$strDBGContext = 'ReLXg';
+$strDBGContextID = 'ReLXgID';
+$strDBGHits = 'qbg';
+$strDBGLine = 's';
+$strDBGMaxTimeMs = ', ms';
+$strDBGMinTimeMs = ', ms';
+$strDBGModule = 'W[';
+$strDBGTimePerHitMs = 'qbg, ms';
+$strDBGTotalTimeMs = 'v, ms';
$strData = 'f[^';
$strDataDict = 'f[^ォ';
$strDataOnly = 'f[^';
@@ -177,6 +190,7 @@ $strFieldsEmpty = '
$strFieldsEnclosedBy = 'tB[hL';
$strFieldsEscapedBy = 'tB[hGXP[vL';
$strFieldsTerminatedBy = 'tB[hL';
+$strFileCouldNotBeRead = 't@C';
$strFixed = '';
$strFlushPrivilegesNote = ': phpMyAdmin MySQLe[u[U[B}jAXAe[ueBA %s[h%s KvB';
$strFlushTable = 'e[uLbV("FLUSH")';
@@ -208,7 +222,10 @@ $strId = 'ID';
$strIdxFulltext = 'S';
$strIfYouWish = 'e[uR()f[^AtB[hXgJ}B';
$strIgnore = '';
+$strIgnoringFile = 't@C %s';
$strImportDocSQL = 'docSQLt@CC|[g';
+$strImportFiles = 'C|[gt@C';
+$strImportFinished = 'C|[gI';
$strInUse = 'gp';
$strIndex = 'CfbNX';
$strIndexHasBeenDropped = 'CfbNX%s';
@@ -496,6 +513,7 @@ $strTheContent = '
$strTheContents = 't@Cf[^AIe[uvL[BL[vuB';
$strTheTerminator = 'tB[hI[LB';
$strThisHost = 'zXg';
+$strThisNotDirectory = 'fBNg';
$strThreadSuccessfullyKilled = 'Xbh %s IB';
$strTime = '';
$strTotal = 'v';
@@ -534,6 +552,8 @@ $strWebServerUploadDirectory = 'web
$strWebServerUploadDirectoryError = 'Abv[hsfBNgBB';
$strWelcome = '%s';
$strWithChecked = '`FbN:';
+$strWritingCommentNotPossible = 'RgL';
+$strWritingRelationNotPossible = '[VL';
$strWrongUser = '[UpX[hB
ANZXB';
$strXkana = 'SpJi'; // convert to X208-kana
@@ -543,24 +563,4 @@ $strYes = '
$strZeroRemovesTheLimit = ': IvV 0 ([)B';
$strZip = '"zip"';
-$strAddedColumnComment = 'Added comment for column'; //to translate
-$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
-$strAddedColumnRelation = 'Added relation for column'; //to translate
-$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
-$strImportFinished = 'Import finished'; //to translate
-$strFileCouldNotBeRead = 'File could not be read'; //to translate
-$strIgnoringFile = 'Ignoring file %s'; //to translate
-$strThisNotDirectory = 'This was not a directory'; //to translate
-$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
-$strImportFiles = 'Import files'; //to translate
-$strDBGModule = 'Module'; //to translate
-$strDBGLine = 'Line'; //to translate
-$strDBGHits = 'Hits'; //to translate
-$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
-$strDBGTotalTimeMs = 'Total time, ms'; //to translate
-$strDBGMinTimeMs = 'Min time, ms'; //to translate
-$strDBGMinTimeMs = 'Max time, ms'; //to translate
-$strDBGContextID = 'Context ID'; //to translate
-$strDBGContext = 'Context'; //to translate
-$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate
?>
diff --git a/lang/japanese-utf-8.inc.php3 b/lang/japanese-utf-8.inc.php3
index 25522f395..6ec00c28c 100644
--- a/lang/japanese-utf-8.inc.php3
+++ b/lang/japanese-utf-8.inc.php3
@@ -27,6 +27,7 @@ $timespanfmt = '%s , %s , %s %s 腱';
$strAPrimaryKey = '筝祉若%s菴遵障';
$strAbortedClients = '筝';
+$strAbsolutePathToDocSqlDir = 'docSQL吾腟九障鴻荐絎筝';
$strAccessDenied = '≪祉鴻障';
$strAction = '絎茵';
$strAddDeleteColumn = 'c若菴遵鐚ゃ';
@@ -40,6 +41,8 @@ $strAddSearchConditions = '罎膣∽>散菴遵("where"
$strAddToIndex = ' %s ゃ潟鴻菴遵障';
$strAddUser = '若吟若菴遵';
$strAddUserMessage = '若吟若菴遵障';
+$strAddedColumnComment = '潟<潟菴遵障';
+$strAddedColumnRelation = '若激с潟菴遵障';
$strAdministration = '膊∞';
$strAffectedRows = '綵演帥茵:';
$strAfter = '緇 %s';
@@ -77,6 +80,7 @@ $strBzError = 'php若吾с潟Bz2≦宍紕phpMy
$strBzip = '"bzip"';
$strCannotLogin = 'MySQL泣若若違ゃ喝堺ャ障';
+$strCantLoad = '宴≦宍絖<ゃс,
PHP荐絎с';
$strCantLoadMySQL = 'MySQL絎茵с障
PHP荐絎腆肴筝';
$strCantLoadRecodeIconv = '絖祉紊茵腟粋昭障 iconv 障 GNU recode ≦宍綽荀сphp ≦宍荐絎茵cphpMyAdminс絖祉紊荐絎筝';
$strCantRenameIdxToPrimary = 'ゃ潟鴻PRIMARY紊眼с障';
@@ -116,6 +120,15 @@ $strCreatePage = '域若吾篏';
$strCreatePdfFeat = 'PDF篏罘';
$strCriteria = '腟莨若水堺';
+$strDBGContext = '潟潟鴻';
+$strDBGContextID = '潟潟鴻ID';
+$strDBGHits = '';
+$strDBGLine = '茵';
+$strDBGMaxTimeMs = '紊ф, ms';
+$strDBGMinTimeMs = '絨, ms';
+$strDBGModule = '≪吾ャ若';
+$strDBGTimePerHitMs = ', ms';
+$strDBGTotalTimeMs = '膩頥, ms';
$strData = '若';
$strDataDict = '若粋';
$strDataOnly = '若帥';
@@ -178,6 +191,7 @@ $strFieldsEmpty = ' c若違腥冴с ';
$strFieldsEnclosedBy = 'c若蚊粋';
$strFieldsEscapedBy = 'c若鴻宴若荐';
$strFieldsTerminatedBy = 'c若阪荐';
+$strFileCouldNotBeRead = '<ゃ茯障';
$strFixed = '阪';
$strFlushPrivilegesNote = '羈: phpMyAdmin MySQL号┤若贋・若吟主号┤緇障ャ≪х号┤紊眼若絎鴻違障翫膓障 %s号┤若%s 綽荀障';
$strFlushTable = '若c激ャ腥冴("FLUSH")';
@@ -209,7 +223,10 @@ $strId = 'ID';
$strIdxFulltext = '';
$strIfYouWish = '若潟()若帥菴遵翫c若鴻潟у阪';
$strIgnore = '∴';
+$strIgnoringFile = '<ゃ∴ %s';
$strImportDocSQL = 'docSQL<ゃゃ潟若';
+$strImportFiles = 'ゃ潟若<ゃ';
+$strImportFinished = 'ゃ潟若腟篋障';
$strInUse = '篏睡筝';
$strIndex = 'ゃ潟';
$strIndexHasBeenDropped = 'ゃ潟%sゃ障';
@@ -497,6 +514,7 @@ $strTheContent = '<ゃ若帥水ャ障';
$strTheContents = '<ゃ若帥с御若筝肢若障筝若筝眼臀障';
$strTheTerminator = 'c若腟腴荐垩с';
$strThisHost = '鴻';
+$strThisNotDirectory = 'cс障';
$strThreadSuccessfullyKilled = '鴻 %s 腟篋障';
$strTime = '';
$strTotal = '荐';
@@ -535,6 +553,8 @@ $strWebServerUploadDirectory = 'web泣若寂с≪若';
$strWebServerUploadDirectoryError = '≪若茵c障';
$strWelcome = '%s吾';
$strWithChecked = 'с:';
+$strWritingCommentNotPossible = '潟<潟吾莨若帥鴻с障';
+$strWritingRelationNotPossible = '若激с潟吾莨若帥鴻с障';
$strWrongUser = '若九障鴻若罩c障
≪祉鴻障';
$strXkana = '茹後'; // convert to X208-kana
@@ -544,24 +564,4 @@ $strYes = '';
$strZeroRemovesTheLimit = '羈: 激с潟 0 (若)荐絎狗障';
$strZip = '"zip"';
-$strAddedColumnComment = 'Added comment for column'; //to translate
-$strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
-$strAddedColumnRelation = 'Added relation for column'; //to translate
-$strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
-$strImportFinished = 'Import finished'; //to translate
-$strFileCouldNotBeRead = 'File could not be read'; //to translate
-$strIgnoringFile = 'Ignoring file %s'; //to translate
-$strThisNotDirectory = 'This was not a directory'; //to translate
-$strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
-$strImportFiles = 'Import files'; //to translate
-$strDBGModule = 'Module'; //to translate
-$strDBGLine = 'Line'; //to translate
-$strDBGHits = 'Hits'; //to translate
-$strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
-$strDBGTotalTimeMs = 'Total time, ms'; //to translate
-$strDBGMinTimeMs = 'Min time, ms'; //to translate
-$strDBGMinTimeMs = 'Max time, ms'; //to translate
-$strDBGContextID = 'Context ID'; //to translate
-$strDBGContext = 'Context'; //to translate
-$strCantLoad = 'cannot load %s extension,
please check PHP Configuration'; //to translate
?>