update
This commit is contained in:
parent
844782be12
commit
f4587ceb8e
@ -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<b>.</b>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 = 'この変換には有効な説明がありません。<br />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\'...<br />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
|
||||
|
||||
?>
|
||||
|
||||
@ -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 = 'ダンプ済みテーブルの制限';
|
||||
$strConstraintsForTable = 'テーブルの制限';
|
||||
$strCookiesRequired = 'ここから先はクッキーが許可されている必要があります。';
|
||||
$strCopy = 'コピーする';
|
||||
$strCopyDatabaseOK = 'データベース %s は %s にコピーされました。';
|
||||
$strCopyTable = 'テーブルを(database<b>.</b>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 = 'この変換には有効な説明がありません。<br />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\'...<br />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
|
||||
|
||||
?>
|
||||
|
||||
@ -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<b>.</b>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 タイプは個別の変換関数を持っていません。';
|
||||
$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 = 'この変換には有効な説明がありません。<br />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\'...<br />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
|
||||
|
||||
?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user