From f4587ceb8ef96537aabae2b0dd61924119bfb800 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 30 Jun 2005 18:57:21 +0000 Subject: [PATCH] update --- lang/japanese-euc.inc.php | 55 ++++++++++++++++++------------------- lang/japanese-sjis.inc.php | 55 ++++++++++++++++++------------------- lang/japanese-utf-8.inc.php | 55 ++++++++++++++++++------------------- 3 files changed, 78 insertions(+), 87 deletions(-) diff --git a/lang/japanese-euc.inc.php b/lang/japanese-euc.inc.php index a6dd333f6f..9c6557ce7b 100644 --- a/lang/japanese-euc.inc.php +++ b/lang/japanese-euc.inc.php @@ -9,8 +9,8 @@ $charset = 'euc-jp'; $allow_recoding = TRUE; $text_dir = 'ltr'; -$left_font_family = 'Osaka, verdana, arial, helvetica, geneva, sans-serif'; -$right_font_family = 'Osaka, arial, helvetica, geneva, sans-serif'; +$left_font_family = '"MS PGochic", Osaka, verdana, arial, helvetica, geneva, sans-serif'; +$right_font_family = '"MS PGochic", Osaka, arial, helvetica, geneva, sans-serif'; $number_thousands_separator = ','; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa @@ -154,12 +154,14 @@ $strConnections = ' $strConstraintsForDumped = 'ダンプ済みテーブルの制限'; $strConstraintsForTable = 'テーブルの制限'; $strCookiesRequired = 'ここから先はクッキーが許可されている必要があります。'; +$strCopy = 'コピーする'; $strCopyDatabaseOK = 'データベース %s は %s にコピーされました。'; $strCopyTable = 'テーブルを(database.table)にコピーする:'; $strCopyTableOK = '%s テーブルを %s にコピーしました。'; $strCopyTableSameNames = '同じテーブルにコピーできません!'; $strCouldNotKill = 'phpMyAdminがスレッド%sを終了させることができませんでした。多分、既に終了しています。'; $strCreate = '作成'; +$strCreateDatabaseBeforeCopying = 'コピーの前に CREATE DATABASE する'; $strCreateIndex = ' %s  の列のインデックスを作成する'; $strCreateIndexTopic = '新しいインデックスを作成する'; $strCreateNewDatabase = '新しい DB を作成します。'; @@ -291,6 +293,8 @@ $strFunction = ' $strGenBy = '生成された by'; $strGenTime = '作成の時間'; $strGeneralRelationFeat = 'リレーション機能'; +$strGenerate = '生成する'; +$strGeneratePassword = 'パスワードを生成する'; $strGeorgian = 'グルジア語'; $strGerman = 'ドイツ語'; $strGlobal = 'グローバル'; @@ -405,6 +409,7 @@ $strMIME_available_mime = '有 $strMIME_available_transform = '変換有効'; $strMIME_description = '説明'; $strMIME_transformation = 'ブラウザー変換'; +$strMIME_transformation_note = '利用可能な変換オプションの一覧、およびそれらの MIME 形式変換に関しては、%s変換の説明%s をクリックしてください。'; $strMIME_transformation_options = '変換オプション'; $strMIME_without = 'イタリック体で印刷されたMIME タイプは個別の変換関数を持っていません。'; $strMaximumSize = '最大サイズ: %s%s'; @@ -479,6 +484,7 @@ $strNumTables = ' $strOK = 'OK'; $strOftenQuotation = '引用符号です。オプションは、char または varchar フィールドのみ" "で囲まれていることを意味します。'; $strOperations = '操作'; +$strOperator = '操作'; $strOptimizeTable = 'テーブルを最適化する'; $strOptionalControls = '特殊文字の読み込み/書き込みオプション'; $strOptionally = 'オプション'; @@ -495,6 +501,7 @@ $strPartialText = ' $strPassword = 'パスワード'; $strPasswordChanged = 'パスワードは %s 変更されました。'; $strPasswordEmpty = 'パスワードが空です。'; +$strPasswordHashing = 'パスワードハッシュ'; $strPasswordNotSame = 'パスワードが同じではありません。'; $strPdfDbSchema = '"%s" データベース - %s 頁の図'; $strPdfInvalidTblName = '"%s" テーブルがありません!'; @@ -520,13 +527,19 @@ $strPrintView = ' $strPrintViewFull = '印刷ビュー (全テキストを含む)'; $strPrivDescAllPrivileges = 'GRANT を除く全ての特権を含みます。'; $strPrivDescAlter = '存在するテーブル構造の変更を許可します。'; +$strPrivDescAlterDb = 'データベースのデフォルト文字コードおよび照合を変更することと同様に既存のテーブルの構造を変更することを許可にします。'; +$strPrivDescAlterRoutine = 'ストアドルーチンの変更と破棄を許可します。'; $strPrivDescCreateDb = '新しいデータベース、テーブルの作成を許可します。'; +$strPrivDescCreateRoutine = 'ストアドルーチンの作成を許可します。'; $strPrivDescCreateTbl = '新しいテーブルの作成を許可します。'; $strPrivDescCreateTmpTable = 'テンポラリーテーブルの作成を許可します。'; +$strPrivDescCreateUser = 'ユーザーアカウントの作成・破棄・名称変更を許可します。'; +$strPrivDescCreateView = '新しいビューの作成を許可します。'; $strPrivDescDelete = 'データの削除を許可します。'; $strPrivDescDropDb = 'データベースとテーブルの削除を許可します。'; $strPrivDescDropTbl = 'テーブルの削除を許可します。'; $strPrivDescExecute = 'ストアードプロシジャーが走るのを許可します; このMySQL版では意味ありません。'; +$strPrivDescExecute5 = 'ストアドルーチンの実行を許可します。'; $strPrivDescFile = 'データのインポート、データのファイルへのエクスポートを許可します。'; $strPrivDescGrant = '特権テーブルのリロードなしにユーザー、特権の追加を許可します。'; $strPrivDescIndex = 'インデックスの作成、削除を許可します。'; @@ -543,6 +556,7 @@ $strPrivDescReplClient = ' $strPrivDescReplSlave = 'レプリケーションスレーブが必要です。'; $strPrivDescSelect = 'データの読み出し許可'; $strPrivDescShowDb = 'データベースの完全なリストへのアクセス件を与えます。'; +$strPrivDescShowView = '照会 SHOW CREATE VIEW の実行を許可します。'; $strPrivDescShutdown = 'サーバーのシャットダウンを許可します。'; $strPrivDescSuper = '最大の接続数に達しても接続を許可します。多くの管理操作はグローバル変数や他ユーザープロセスの終了ができるような設定が必要です。'; $strPrivDescUpdate = 'データの修正を許可します。'; @@ -586,16 +600,18 @@ $strReplace = ' $strReplaceNULLBy = 'NULL を指定の文字列で置き換える'; $strReplaceTable = 'ファイルでテーブルを置き換える'; $strReset = 'リセット'; -$strResourceLimits = ' リソースの制限'; +$strResourceLimits = 'リソースの制限'; $strRevoke = '廃止'; $strRevokeAndDelete = 'ユーザーから有効な特権を全て破棄して削除する'; $strRevokeAndDeleteDescr = 'ユーザーは特権リロードするまで USAGE 特権のままです。'; $strRevokeMessage = '%s の特権を取消しました。'; $strRomanian = 'ルーマニア語'; +$strRoutines = 'ルーチン'; $strRowLength = '行の長さ'; $strRowSize = ' 行のサイズ '; $strRows = '行'; $strRowsFrom = '開始行'; +$strRowsModeFlippedHorizontal = '水平 (回転したヘッダー)'; $strRowsModeHorizontal = '水平'; $strRowsModeOptions = '方向: %s : %s 列ずつヘッダーを繰り返し表示する'; $strRowsModeVertical = '垂直'; @@ -634,7 +650,7 @@ $strSelectADb = ' $strSelectAll = '全選択'; $strSelectBinaryLog = '選択したバイナリログを閲覧'; $strSelectBinaryLog = '選択したバイナリログを閲覧する'; -$strSelectFields = 'フィールドの選択(一つ以上):'; +$strSelectFields = 'フィールドの選択(1 つ以上):'; $strSelectNumRows = '照会'; $strSelectTables = 'テーブルの選択'; $strSend = 'ファイルで保存する'; @@ -663,7 +679,7 @@ $strShowTables = ' $strShowThisQuery = ' 実行した照会をここに表示する'; $strShowingRecords = 'レコードを表示する'; $strSimplifiedChinese = '簡体字中国語'; -$strSingly = '(一回)'; +$strSingly = '(1 回)'; $strSize = 'サイズ'; $strSlovak = 'スロバキア語'; $strSlovenian = 'スロベニア語'; @@ -729,10 +745,12 @@ $strTransformation_application_octetstream__download = ' $strTransformation_image_jpeg__inline = 'クリック可能なサムネイルを表示します; オプション: width・height をピクセルで指定 (元の比率を保ちます)'; $strTransformation_image_jpeg__link = 'この画像へのリンクを表示 (例えば blob を直接ダウンロード).'; $strTransformation_image_png__inline = '「image/jpeg: inline」を参照してください。'; +$strTransformation_text_plain__dateformat = 'TIME、TIMESTAMPあるいはDATETIMEフィールドで、ローカルの日付表示形式を用いて書式化します。1 つ目のオプションはタイムスタンプに加算するオフセット時間(単位:時間)です(デフォルト: 0)2 つ目のオプションは、PHP の strftime()で利用可能なパラメーターでのさまざまな日付表示形式です。'; +$strTransformation_text_plain__external = 'LINUX のみ: 外部アプリケーションを起動し、標準入力からフィールドデータを入力します。アプリケーションの標準出力が返ります。デフォルトは Tidy で、綺麗な HTML コードを出力します。セキュリティの理由で、手動でファイル「libraries/text_plain__external.inc.php」を編集し、実行するを許可するツールを挿入しなければなりません。最初のオプションは、使用するプログラムの数で、2 つ目のオプションはプログラムのパラメータです。3 つ目のオプションが 1 に設定されていた場合、htmlspecialchars() を用いて出力を変換するでしょう(デフォルト: 1)4 つ目 オプションが 1 に設定されていた場合、禁則処理を防ぎ、出力がすべて 1 行に見えることを保証するでしょう(デフォルト: 1).'; $strTransformation_text_plain__formatted = 'フィールドの元の書式を保存します。エスケープせずに終了します。'; $strTransformation_text_plain__imagelink = '画像とリンク、ファイル名を含むフィールドを表示します; ひとつめのオプションは "http://domain.com/" のような接頭語で、ふたつめのオプションはピクセル指定の幅、みっつめは高さです。'; $strTransformation_text_plain__link = 'ファイル名を含むフィールド、リンクを表示; ひとつ目のオプションは "http://domain.com/" のような接頭語、二つ目のオプションはリンクのタイトルです。'; -$strTransformation_text_plain__substr = '文字列の一部のみ表示します。一つ目のオプションはテキストの出力がどこで開始するかオフセットを定義します (デフォルトは「0」です)二つ目のオプションはどれだけのテキストを返すかのオフセットです。空の場合、残りのテキストをすべて返します。三つ目のオプションは、文字列の一部が返される時、どの文字を出力に追加するか定義します。 (デフォルトは「...」です)'; +$strTransformation_text_plain__substr = '文字列の一部のみ表示します。1 つ目のオプションはテキストの出力がどこで開始するかオフセットを定義します (デフォルトは「0」です)二つ目のオプションはどれだけのテキストを返すかのオフセットです。空の場合、残りのテキストをすべて返します。三つ目のオプションは、文字列の一部が返される時、どの文字を出力に追加するか定義します。 (デフォルトは「...」です)'; $strTruncateQueries = '照会の表示を切り詰める'; $strTurkish = 'トルコ語'; $strType = 'フィールドタイプ'; @@ -804,31 +822,10 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strLatchedPages = 'Latched pages'; //to translate $strMIME_nodescription = 'この変換には有効な説明がありません。
Please ask the author, what %s does.';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate +$strMyISAMDataPointerSizeDesc = 'CREATE TABLE で MyISAMテーブルに使用すう MAX_ROWS オプションが指定されない場合のバイト指定のデフォルトポインターサイズです。'; //to translate $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strOperator = 'Operator'; //to translate - -$strPasswordHashing = 'Password Hashing'; //to translate - -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate - -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__external = 'LINUX のみ: 外部アプリケーションを起動し、標準入力からフィールドデータを入力します。アプリケーションの標準出力が返ります。デフォルトは Tidy で、綺麗な HTML コードを出力します。セキュリティの理由で、手動でファイル「libraries/text_plain__external.inc.php」を編集し、実行するを許可するツールを挿入しなければなりません。The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate - -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescAlterDb = 'Allows altering the structure of existing tables as well as changing the default charset and collation of databases.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strRoutines = 'Routines'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGenerate = 'Generate'; //to translate -$strCopy = 'Copy'; //to translate $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate + ?> diff --git a/lang/japanese-sjis.inc.php b/lang/japanese-sjis.inc.php index 8df2b74c65..4abda69e38 100644 --- a/lang/japanese-sjis.inc.php +++ b/lang/japanese-sjis.inc.php @@ -9,8 +9,8 @@ $charset = 'shift_jis'; $allow_recoding = TRUE; $text_dir = 'ltr'; -$left_font_family = 'Osaka, verdana, arial, helvetica, geneva, sans-serif'; -$right_font_family = 'Osaka, arial, helvetica, geneva, sans-serif'; +$left_font_family = '"MS PGochic", Osaka, verdana, arial, helvetica, geneva, sans-serif'; +$right_font_family = '"MS PGochic", Osaka, arial, helvetica, geneva, sans-serif'; $number_thousands_separator = ','; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa @@ -154,12 +154,14 @@ $strConnections = ' $strConstraintsForDumped = '_ve[u'; $strConstraintsForTable = 'e[u'; $strCookiesRequired = 'NbL[KvB'; +$strCopy = 'Rs['; $strCopyDatabaseOK = 'f[^x[X %s %s Rs[B'; $strCopyTable = 'e[u(database.table)Rs[:'; $strCopyTableOK = '%s e[u %s Rs[B'; $strCopyTableSameNames = 'e[uRs[!'; $strCouldNotKill = 'phpMyAdminXbh%sIBAIB'; $strCreate = ''; +$strCreateDatabaseBeforeCopying = 'Rs[O CREATE DATABASE '; $strCreateIndex = ' %s  CfbNX'; $strCreateIndexTopic = 'VCfbNX'; $strCreateNewDatabase = 'V DB B'; @@ -291,6 +293,8 @@ $strFunction = ' $strGenBy = ' by'; $strGenTime = ''; $strGeneralRelationFeat = '[V@\ '; +$strGenerate = ''; +$strGeneratePassword = 'pX[h'; $strGeorgian = 'OWA'; $strGerman = 'hCc'; $strGlobal = 'O[o'; @@ -405,6 +409,7 @@ $strMIME_available_mime = ' $strMIME_available_transform = 'L'; $strMIME_description = ''; $strMIME_transformation = 'uEU['; +$strMIME_transformation_note = 'p\IvVA MIME `ョA%s%s NbNB'; $strMIME_transformation_options = 'IvV'; $strMIME_without = 'C^bNMIME ^CvB'; $strMaximumSize = 'TCY: %s%s'; @@ -479,6 +484,7 @@ $strNumTables = ' $strOK = 'OK'; $strOftenQuotation = 'pBIvVAchar varchar tB[h" "B'; $strOperations = ''; +$strOperator = ''; $strOptimizeTable = 'e[uK'; $strOptionalControls = '/IvV'; $strOptionally = 'IvV'; @@ -495,6 +501,7 @@ $strPartialText = ' $strPassword = 'pX[h'; $strPasswordChanged = 'pX[h %s XB'; $strPasswordEmpty = 'pX[hB'; +$strPasswordHashing = 'pX[hnbV'; $strPasswordNotSame = 'pX[hB'; $strPdfDbSchema = '"%s" f[^x[X - %s }'; $strPdfInvalidTblName = '"%s" e[u!'; @@ -520,13 +527,19 @@ $strPrintView = ' $strPrintViewFull = 'r[ (SeLXg)'; $strPrivDescAllPrivileges = 'GRANT SB'; $strPrivDescAlter = 'e[u\XB'; +$strPrivDescAlterDb = 'f[^x[XftHgR[hXle[u\XB'; +$strPrivDescAlterRoutine = 'XgAh[`XjB'; $strPrivDescCreateDb = 'Vf[^x[XAe[uB'; +$strPrivDescCreateRoutine = 'XgAh[`B'; $strPrivDescCreateTbl = 'Ve[uB'; $strPrivDescCreateTmpTable = 'e|[e[uB'; +$strPrivDescCreateUser = '[U[AJEgEjEXB'; +$strPrivDescCreateView = 'Vr[B'; $strPrivDescDelete = 'f[^B'; $strPrivDescDropDb = 'f[^x[Xe[uB'; $strPrivDescDropTbl = 'e[uB'; $strPrivDescExecute = 'XgA[hvVW[; MySQLB'; +$strPrivDescExecute5 = 'XgAh[`タsB'; $strPrivDescFile = 'f[^C|[gAf[^t@CGNX|[gB'; $strPrivDescGrant = 'e[u[h[U[AB'; $strPrivDescIndex = 'CfbNXAB'; @@ -543,6 +556,7 @@ $strPrivDescReplClient = ' $strPrivDescReplSlave = 'vP[VX[uKvB'; $strPrivDescSelect = 'f[^o'; $strPrivDescShowDb = 'f[^x[XSXgANZX^B'; +$strPrivDescShowView = ' SHOW CREATE VIEW タsB'; $strPrivDescShutdown = 'T[o[Vbg_EB'; $strPrivDescSuper = 'BBO[o[U[vZXIKvB'; $strPrivDescUpdate = 'f[^CB'; @@ -586,16 +600,18 @@ $strReplace = ' $strReplaceNULLBy = 'NULL wu'; $strReplaceTable = 't@Ce[uu'; $strReset = 'Zbg'; -$strResourceLimits = ' \[X'; +$strResourceLimits = '\[X'; $strRevoke = 'p~'; $strRevokeAndDelete = '[U[LSj'; $strRevokeAndDeleteDescr = '[U[[h USAGE B'; $strRevokeMessage = '%s B'; $strRomanian = '[}jA'; +$strRoutines = '[`'; $strRowLength = 's'; $strRowSize = ' sTCY '; $strRows = 's'; $strRowsFrom = 'Jns'; +$strRowsModeFlippedHorizontal = ' (]wb_[)'; $strRowsModeHorizontal = ''; $strRowsModeOptions = ': %s : %s wb_[J\ヲ'; $strRowsModeVertical = ''; @@ -634,7 +650,7 @@ $strSelectADb = ' $strSelectAll = 'SI'; $strSelectBinaryLog = 'IoCiO{'; $strSelectBinaryLog = 'IoCiO{'; -$strSelectFields = 'tB[hI():'; +$strSelectFields = 'tB[hI(1 ):'; $strSelectNumRows = ''; $strSelectTables = 'e[uI'; $strSend = 't@C'; @@ -663,7 +679,7 @@ $strShowTables = ' $strShowThisQuery = ' タs\ヲ'; $strShowingRecords = 'R[h\ヲ'; $strSimplifiedChinese = ''; -$strSingly = '()'; +$strSingly = '(1 )'; $strSize = 'TCY'; $strSlovak = 'XoLA'; $strSlovenian = 'XxjA'; @@ -729,10 +745,12 @@ $strTransformation_application_octetstream__download = ' $strTransformation_image_jpeg__inline = 'NbN\TlC\ヲ; IvV: widthEheight sNZw ()'; $strTransformation_image_jpeg__link = 'N\ヲ ( blob _E[h).'; $strTransformation_image_png__inline = 'uimage/jpeg: inlinevQB'; +$strTransformation_text_plain__dateformat = 'TIMEATIMESTAMPDATETIMEtB[hA[Jt\ヲ`ョpョB1 IvV^CX^vZItZbg(P:)(ftHg: 0)2 IvVAPHP strftime()p\p[^[t\ヲ`ョB'; +$strTransformation_text_plain__external = 'LINUX : OAvP[VNAWtB[hf[^BAvP[VWoBftHg Tidy AY HTML R[hoBZLeBRAt@Culibraries/text_plain__external.inc.phpvWAタsc[}BIvVAgpvOA2 IvVvOp[^B3 IvV 1 Ahtmlspecialchars() po(ftHg: 1)4 IvV 1 AhAo 1 s(ftHg: 1).'; $strTransformation_text_plain__formatted = 'tB[hョBGXP[vIB'; $strTransformation_text_plain__imagelink = 'NAt@CtB[h\ヲ; IvV "http://domain.com/" AIvVsNZwAB'; $strTransformation_text_plain__link = 't@CtB[hAN\ヲ; IvV "http://domain.com/" AIvVN^CgB'; -$strTransformation_text_plain__substr = '\ヲBIvVeLXgoJnItZbg` (ftHgu0v)IvVeLXgItZbgBAceLXgBOIvVAAo`B (ftHgu...v)'; +$strTransformation_text_plain__substr = '\ヲB1 IvVeLXgoJnItZbg` (ftHgu0v)IvVeLXgItZbgBAceLXgBOIvVAAo`B (ftHgu...v)'; $strTruncateQueries = '\ヲl'; $strTurkish = 'gR'; $strType = 'tB[h^Cv'; @@ -804,31 +822,10 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strLatchedPages = 'Latched pages'; //to translate $strMIME_nodescription = 'LB
Please ask the author, what %s does.';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate +$strMyISAMDataPointerSizeDesc = 'CREATE TABLE MyISAMe[ugp MAX_ROWS IvVwoCgwftHg|C^[TCYB'; //to translate $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strOperator = 'Operator'; //to translate - -$strPasswordHashing = 'Password Hashing'; //to translate - -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate - -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__external = 'LINUX : OAvP[VNAWtB[hf[^BAvP[VWoBftHg Tidy AY HTML R[hoBZLeBRAt@Culibraries/text_plain__external.inc.phpvWAタsc[}BThe first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate - -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescAlterDb = 'Allows altering the structure of existing tables as well as changing the default charset and collation of databases.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strRoutines = 'Routines'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGenerate = 'Generate'; //to translate -$strCopy = 'Copy'; //to translate $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate + ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index d90f36eeb2..6ce1a59fa3 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -9,8 +9,8 @@ $charset = 'utf-8'; $allow_recoding = TRUE; $text_dir = 'ltr'; -$left_font_family = 'Osaka, verdana, arial, helvetica, geneva, sans-serif'; -$right_font_family = 'Osaka, arial, helvetica, geneva, sans-serif'; +$left_font_family = '"MS PGochic", Osaka, verdana, arial, helvetica, geneva, sans-serif'; +$right_font_family = '"MS PGochic", Osaka, arial, helvetica, geneva, sans-serif'; $number_thousands_separator = ','; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa @@ -154,12 +154,14 @@ $strConnections = '・膓'; $strConstraintsForDumped = '潟羝帥若狗'; $strConstraintsForTable = '若狗'; $strCookiesRequired = '若荐怨綽荀障'; +$strCopy = '潟若'; $strCopyDatabaseOK = '若帥若 %s %s 潟若障'; $strCopyTable = '若(database.table)潟若:'; $strCopyTableOK = '%s 若 %s 潟若障'; $strCopyTableSameNames = '若潟若с障!'; $strCouldNotKill = 'phpMyAdmin鴻%s腟篋с障с紊≪腟篋障'; $strCreate = '篏'; +$strCreateDatabaseBeforeCopying = '潟若 CREATE DATABASE '; $strCreateIndex = ' %s  ゃ潟鴻篏'; $strCreateIndexTopic = '違ゃ潟鴻篏'; $strCreateNewDatabase = '違 DB 篏障'; @@ -291,6 +293,8 @@ $strFunction = '∽'; $strGenBy = ' by'; $strGenTime = '篏'; $strGeneralRelationFeat = '若激с恰'; +$strGenerate = ''; +$strGeneratePassword = '鴻若'; $strGeorgian = '違吾∵'; $strGerman = 'ゃ茯'; $strGlobal = '違若'; @@ -405,6 +409,7 @@ $strMIME_available_mime = '鴻 MIME 帥ゃ'; $strMIME_available_transform = '紊'; $strMIME_description = '茯'; $strMIME_transformation = '吟弱'; +$strMIME_transformation_note = '純紊激с潟筝荀с潟 MIME 綵√鎀≪%s紊茯%s '; $strMIME_transformation_options = '紊激с'; $strMIME_without = 'ゃ帥篏у医激MIME 帥ゃャ紊∽違c障'; $strMaximumSize = '紊с泣ゃ: %s%s'; @@ -479,6 +484,7 @@ $strNumTables = '若'; $strOK = 'OK'; $strOftenQuotation = '綣膃垩с激с潟char 障 varchar c若" "у蚊障潟障'; $strOperations = '篏'; +$strOperator = '篏'; $strOptimizeTable = '若'; $strOptionalControls = '号絖茯粋昭/吾莨若帥激с'; $strOptionally = '激с'; @@ -495,6 +501,7 @@ $strPartialText = ''; $strPassword = '鴻若'; $strPasswordChanged = '鴻若 %s 紊眼障'; $strPasswordEmpty = '鴻若腥冴с'; +$strPasswordHashing = '鴻若激'; $strPasswordNotSame = '鴻若с障'; $strPdfDbSchema = '"%s" 若帥若 - %s '; $strPdfInvalidTblName = '"%s" 若障!'; @@ -520,13 +527,19 @@ $strPrintView = '医欠茵腓'; $strPrintViewFull = '医激ャ (鴻)'; $strPrivDescAllPrivileges = 'GRANT ゃ号┤帥障'; $strPrivDescAlter = '絖若罕紊眼荐怨障'; +$strPrivDescAlterDb = '若帥若鴻絖潟若括у紊眼罕√若罕紊眼荐怨障'; +$strPrivDescAlterRoutine = '鴻≪若潟紊眼贋荐怨障'; $strPrivDescCreateDb = '違若帥若鴻若篏荐怨障'; +$strPrivDescCreateRoutine = '鴻≪若潟篏荐怨障'; $strPrivDescCreateTbl = '違若篏荐怨障'; $strPrivDescCreateTmpTable = '潟若若篏荐怨障'; +$strPrivDescCreateUser = '若吟若≪潟篏紫贋糸腱医眼荐怨障'; +$strPrivDescCreateView = '違ャ若篏荐怨障'; $strPrivDescDelete = '若帥ゃ荐怨障'; $strPrivDescDropDb = '若帥若鴻若ゃ荐怨障'; $strPrivDescDropTbl = '若ゃ荐怨障'; $strPrivDescExecute = '鴻≪若激吾c若莎違荐怨障; MySQLс潟障'; +$strPrivDescExecute5 = '鴻≪若潟絎茵荐怨障'; $strPrivDescFile = '若帥ゃ潟若若帥<ゃ吾鴻若荐怨障'; $strPrivDescGrant = '号┤若若若吟若号┤菴遵荐怨障'; $strPrivDescIndex = 'ゃ潟鴻篏ゃ荐怨障'; @@ -543,6 +556,7 @@ $strPrivDescReplClient = '鴻若鴻帥若荀羆с罔 $strPrivDescReplSlave = '宴若激с潟鴻若綽荀с'; $strPrivDescSelect = '若帥茯水冴荐怨'; $strPrivDescShowDb = '若帥若鴻絎鴻吾≪祉剛散筝障'; +$strPrivDescShowView = 'т SHOW CREATE VIEW 絎茵荐怨障'; $strPrivDescShutdown = '泣若若激c潟荐怨障'; $strPrivDescSuper = '紊с・膓違・膓荐怨障紊膊∞篏違若紊違篁若吟若祉鴻腟篋с荐絎綽荀с'; $strPrivDescUpdate = '若帥篆罩c荐怨障'; @@ -586,16 +600,18 @@ $strReplace = '臀'; $strReplaceNULLBy = 'NULL 絎絖х舟'; $strReplaceTable = '<ゃс若臀'; $strReset = '祉'; -$strResourceLimits = ' 純若鴻狗'; +$strResourceLimits = '純若鴻狗'; $strRevoke = '綮罩'; $strRevokeAndDelete = '若吟若鴻号┤贋ゃ'; $strRevokeAndDeleteDescr = '若吟若号┤若障 USAGE 号┤障障с'; $strRevokeMessage = '%s 号┤羔障'; $strRomanian = '若∵'; +$strRoutines = '若'; $strRowLength = '茵激'; $strRowSize = ' 茵泣ゃ '; $strRows = '茵'; $strRowsFrom = '紮茵'; +$strRowsModeFlippedHorizontal = '羂翫抗 (荵≪)'; $strRowsModeHorizontal = '羂翫抗'; $strRowsModeOptions = '劫: %s : %s ゃ若膵違菴茵腓冴'; $strRowsModeVertical = ''; @@ -634,7 +650,7 @@ $strSelectADb = '若帥若鴻御'; $strSelectAll = '御'; $strSelectBinaryLog = '御ゃ違画Η'; $strSelectBinaryLog = '御ゃ違画Η'; -$strSelectFields = 'c若御(筝や札筝):'; +$strSelectFields = 'c若御(1 や札筝):'; $strSelectNumRows = 'т'; $strSelectTables = '若御'; $strSend = '<ゃт絖'; @@ -663,7 +679,7 @@ $strShowTables = '若茵腓冴'; $strShowThisQuery = ' 絎茵т茵腓冴'; $strShowingRecords = '潟若茵腓冴'; $strSimplifiedChinese = '膂>絖筝処'; -$strSingly = '(筝)'; +$strSingly = '(1 )'; $strSize = '泣ゃ'; $strSlovak = '鴻∵'; $strSlovenian = '鴻∵'; @@ -729,10 +745,12 @@ $strTransformation_application_octetstream__download = 'c若 $strTransformation_image_jpeg__inline = '純泣ゃ茵腓冴障; 激с: widthheight 祉ф絎 (罸篆<障)'; $strTransformation_image_jpeg__link = '糸吾潟茵腓 (箴 blob 贋・潟若).'; $strTransformation_image_png__inline = 'image/jpeg: inlineс'; +$strTransformation_text_plain__dateformat = 'TIMETIMESTAMPDATETIMEc若с若ヤ茵腓阪就綣後障1 ょ激с潟帥ゃ鴻帥潟膊祉(篏:)с(: 0)2 ょ激с潟PHP strftime()у純<若帥若с障障ヤ茵腓阪就綣с'; +$strTransformation_text_plain__external = 'LINUX : 紊≪宴若激с潟莎桁罔羣ュc若若帥ュ障≪宴若激с潟罔羣阪菴障 Tidy с膓咲 HTML 潟若阪障祉ャc宴сс<ゃlibraries/text_plain__external.inc.php膩絎茵荐怨若水ャ違障激с潟篏睡違違с2 ょ激с潟違<若帥с3 ょ激с潟 1 荐絎翫htmlspecialchars() 阪紊с(: 1)4 ょ 激с潟 1 荐絎翫胼蚊阪鴻 1 茵荀篆荐若с(: 1).'; $strTransformation_text_plain__formatted = 'c若後篆絖障鴻宴若腟篋障'; $strTransformation_text_plain__imagelink = '糸潟<ゃc若茵腓冴障; 蚊ゃ激с潟 "http://domain.com/" ・茯с泣ゃ激с潟祉絎綛帥cゃ蕭с'; $strTransformation_text_plain__link = '<ゃc若潟茵腓; 蚊ょ激с潟 "http://domain.com/" ・茯篋ょ激с潟潟帥ゃс'; -$strTransformation_text_plain__substr = '絖筝粋;腓冴障筝ょ激с潟鴻阪ч紮祉絎臂障 (0с)篋ょ激с潟鴻菴祉с腥冴翫罧鴻鴻菴障筝ょ激с潟絖筝菴絖阪菴遵絎臂障 (...с)'; +$strTransformation_text_plain__substr = '絖筝粋;腓冴障1 ょ激с潟鴻阪ч紮祉絎臂障 (0с)篋ょ激с潟鴻菴祉с腥冴翫罧鴻鴻菴障筝ょ激с潟絖筝菴絖阪菴遵絎臂障 (...с)'; $strTruncateQueries = 'т茵腓冴荅違'; $strTurkish = '活'; $strType = 'c若帥ゃ'; @@ -804,31 +822,10 @@ $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; $strLatchedPages = 'Latched pages'; //to translate $strMIME_nodescription = '紊鴻茯障
Please ask the author, what %s does.';//to translate -$strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...
If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate -$strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate +$strMyISAMDataPointerSizeDesc = 'CREATE TABLE MyISAM若篏睡 MAX_ROWS 激с潟絎翫ゃ絎ゃ潟帥若泣ゃ冴с'; //to translate $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate -$strOperator = 'Operator'; //to translate - -$strPasswordHashing = 'Password Hashing'; //to translate - -$strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate - -$strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__external = 'LINUX : 紊≪宴若激с潟莎桁罔羣ュc若若帥ュ障≪宴若激с潟罔羣阪菴障 Tidy с膓咲 HTML 潟若阪障祉ャc宴сс<ゃlibraries/text_plain__external.inc.php膩絎茵荐怨若水ャ違障The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate - -$strPrivDescCreateView = 'Allows creating new views.'; //to translate -$strPrivDescAlterDb = 'Allows altering the structure of existing tables as well as changing the default charset and collation of databases.'; //to translate -$strPrivDescCreateUser = 'Allows creating, dropping and renaming unser accounts.'; //to translate -$strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate -$strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate -$strRoutines = 'Routines'; //to translate -$strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate -$strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate -$strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate -$strGeneratePassword = 'Generate Password'; //to translate -$strGenerate = 'Generate'; //to translate -$strCopy = 'Copy'; //to translate $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate + ?>