Documentation TYPO3 par Ameos

japanese-sjis.inc.php

00001 <?php
00002 /* $Id: japanese-sjis.inc.php,v 2.6 2003/12/30 21:34:05 nijel Exp $ */
00003 
00008 $charset = 'SHIFT_JIS';
00009 $text_dir = 'ltr';
00010 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
00011 $right_font_family = 'arial, helvetica, geneva, sans-serif';
00012 $number_thousands_separator = ',';
00013 $number_decimal_separator = '.';
00014 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
00015 $byteUnits = array('バイト', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
00016 
00017 $day_of_week = array('日', '月', '火', '水', '木', '金', '土');
00018 $month = array('1月','2月','3月','4月','5月','6月','7月','8月','9月','10月','11月','12月');
00019 // See http://www.php.net/manual/en/function.strftime.php to define the
00020 // variable below
00021 $datefmt = '%Y年 %B %d日 %H:%M';
00022 $timespanfmt = '%s 日, %s 時, %s 分 %s 秒';
00023 
00024 $strAPrimaryKey = '主キーが%sに追加されました。';
00025 $strAbortedClients = '中断';
00026 $strAbsolutePathToDocSqlDir = 'docSQLへの絶対パスを設定して下さい';
00027 $strAccessDenied = 'アクセスは拒否されました。';
00028 $strAction = '実行';
00029 $strAddDeleteColumn = 'フィールド列の「追加/削除」';
00030 $strAddDeleteRow = '条件行の「追加/削除」';
00031 $strAddNewField = 'フィールドの追加';
00032 $strAddPriv = '新しい特権の追加';
00033 $strAddPrivMessage = '新しい特権を追加しました。';
00034 $strAddPrivilegesOnDb = 'データベースへ特権の追加';
00035 $strAddPrivilegesOnTbl = 'テーブルへ特権の追加';
00036 $strAddSearchConditions = '検索条件文を追加してください。("where"の節文):';
00037 $strAddToIndex = ' &nbsp;%s&nbsp;の列をインデックスに追加しました';
00038 $strAddUser = 'ユーザーの追加';
00039 $strAddUserMessage = 'ユーザーを追加しました。';
00040 $strAddedColumnComment = 'カラムのコメント追加されました';
00041 $strAddedColumnRelation = 'カラムのリレーションが追加されました';
00042 $strAdministration = '管理';
00043 $strAffectedRows = '影響された行数:';
00044 $strAfter = '後に %s';
00045 $strAfterInsertBack = '戻る';
00046 $strAfterInsertNewInsert = '新レコードの追加';
00047 $strAll = '全部';
00048 $strAllTableSameWidth = '全てのテーブルを同じ幅で表示しますか?';
00049 $strAlterOrderBy = 'テーブル順番の条件';
00050 $strAnIndex = 'インデックスが%sに追加されていました。';
00051 $strAnalyzeTable = 'テーブルを分析します。';
00052 $strAnd = 'AND';
00053 $strAny = '全て';
00054 $strAnyColumn = '全列';
00055 $strAnyDatabase = '全データベース';
00056 $strAnyHost = '全てのホスト';
00057 $strAnyTable = '全てのテーブル';
00058 $strAnyUser = '全てのユーザー';
00059 $strAscending = '昇順';
00060 $strAtBeginningOfTable = 'テーブルの最初';
00061 $strAtEndOfTable = 'テーブルの最後';
00062 $strAttr = '表示';
00063 
00064 $strBack = '戻る';
00065 $strBeginCut = '切り取り開始';
00066 $strBeginRaw = 'RAW開始';
00067 $strBinary = ' バイナリ ';
00068 $strBinaryDoNotEdit = ' バイナリ -  修正出来ません';
00069 $strBookmarkDeleted = 'ブックマークを正常に削除しました。';
00070 $strBookmarkLabel = 'ラベル';
00071 $strBookmarkQuery = 'ブックマークされているSQLクエリー';
00072 $strBookmarkThis = 'SQLクエリーをブックマークする';
00073 $strBookmarkView = '表示のみ';
00074 $strBrowse = '表示';
00075 $strBzError = 'このphpバージョンはBz2拡張が壊れているのでphpMyAdminが圧縮ダンプ出来ません。phpMyAdminのコンフィグレーションファイルの<code>$cfg[\'BZipDump\']</code> を <code>FALSE</code>に設定して下さい。Bz2圧縮機能を使いたい場合にはphpのバージョンを上げて下さい。phpバグ報告 %s 詳細。';
00076 $strBzip = '"bzipされる"';
00077 
00078 $strCannotLogin = 'MySQLサーバーにログイン出来ません';
00079 $strCantLoad = '扱えない拡張子のファイルです,<br />PHPの設定をチェックしてください。';
00080 $strCantLoadMySQL = 'MySQLを実行できません。<br />PHPの設定を確認して下さい。';
00081 $strCantLoadRecodeIconv = '文字セット変換を行うためには組み込まれていない iconv または GNU recode の拡張が必要です。php に、この拡張設定を行っておくか、phpMyAdminでは文字セット変換をしない設定にして下さい。';
00082 $strCantRenameIdxToPrimary = 'インデックスの名前をPRIMARYに変更できません。';
00083 $strCantUseRecodeIconv = 'iconv、libiconv、recode_stringのどの関数も使用出来ません。php の設定をチェックしてください。';
00084 $strCardinality = 'カーディナリティ';
00085 $strCarriage = 'キャリッジリターン: \\r';
00086 $strChange = '変更';
00087 $strChangeDisplay = '表示させるフィールドを選んで下さい';
00088 $strChangePassword = 'パスワードの変更';
00089 $strCharsetOfFile = 'ファイルの文字セット:';
00090 $strCheckAll = '全てをマーク';
00091 $strCheckDbPriv = 'データベースの特権の確認';
00092 $strCheckPrivs = '特権のチェック';
00093 $strCheckPrivsLong = 'データベース &quot;%s&quot; の特権チェック。';
00094 $strCheckTable = 'テーブルをチェックします。';
00095 $strChoosePage = '編集するページを選択して下さい';
00096 $strColComFeat = '列コメント表示機' . "\x94\x5c";
00097 $strColumn = '列';
00098 $strColumnNames = '列(コラム)名';
00099 $strColumnPrivileges = 'コラム特定 特権';
00100 $strCommand = 'コマンド';
00101 $strComments = 'コメント';
00102 $strCompleteInserts = '完全なINSERT文の作成';
00103 $strCompression = '圧縮';
00104 $strConfigFileError = 'phpMyAdminがコンフィグレーションファイルを読み込むことが出来ません!<br />文法エラーが起きたか、ファイルが見つかりません。<br />下のリンクからコンフィグレーションファイルを直接読み込んで、phpのエラーメッセージを確認して下さい。 大抵の場合、区切り文字やセミコロンを忘れています。<br />もし空白のページが現れたら全てうまく行っています。';
00105 $strConfigureTableCoord = '%s テーブルのカーディナリティを設定して下さい';
00106 $strConfirm = '実行しても良いですか?';
00107 $strConnections = '接続';
00108 $strCookiesRequired = 'ここから先はクッキーが許可されている必要があります。';
00109 $strCopyTable = 'テーブルを(database<b>.</b>table)にコピーする:';
00110 $strCopyTableOK = '%sテーブルを%sにコピーしました。';
00111 $strCouldNotKill = 'phpMyAdminがスレッド%sを終了させることが出来ませんでした。多分、既に終了しています。';
00112 $strCreate = '作成';
00113 $strCreateIndex = '&nbsp;%s&nbsp;の列のインデックスの作成';
00114 $strCreateIndexTopic = '新しいインデックスの作成';
00115 $strCreateNewDatabase = '新しいDBを作成します。';
00116 $strCreateNewTable = '現在のDBに新しいテーブルを作成します。 %s --> ';
00117 $strCreatePage = '新規ページの作成';
00118 $strCreatePdfFeat = 'PDF作成機' . "\x94\x5c";
00119 $strCriteria = '絞込み基準';
00120 
00121 $strDBGContext = 'コンテキスト';
00122 $strDBGContextID = 'コンテキストID';
00123 $strDBGHits = 'ヒット';
00124 $strDBGLine = '行';
00125 $strDBGMaxTimeMs = '最大時間, ms';
00126 $strDBGMinTimeMs = '最小時間, ms';
00127 $strDBGModule = 'モジュール';
00128 $strDBGTimePerHitMs = 'ヒット率, ms';
00129 $strDBGTotalTimeMs = '総計時間, ms';
00130 $strData = 'データ';
00131 $strDataDict = 'データ辞書';
00132 $strDataOnly = 'データのみ';
00133 $strDatabase = 'データベース';
00134 $strDatabaseHasBeenDropped = 'データベース%sを正常に削除しました。';
00135 $strDatabaseWildcard = 'データベース(ワイルドカード使用可):';
00136 $strDatabases = 'データベース';
00137 $strDatabasesDropped = '%s データベースは削除されました。';
00138 $strDatabasesStats = 'データベースの統計';
00139 $strDatabasesStatsDisable = '統計を無効';
00140 $strDatabasesStatsEnable = '統計を許可';
00141 $strDatabasesStatsHeavyTraffic = '注意: データベース統計を許可するとMySQLとWEBサーバーの間で重いトラフィックが発生するかもしれません。';
00142 $strDbPrivileges = 'データベース特定 特権';
00143 $strDefault = '基本値';
00144 $strDefaultValueHelp = 'デフォルト値のために、バックスラッシュエスケープや引用符なしの1個だけの値を入れて下さい, このフォーマットは: a';
00145 $strDelete = '削除';
00146 $strDeleteAndFlush = 'ユーザーを削除して特権をリロードします。';
00147 $strDeleteAndFlushDescr = 'これはクリアーです。特権をリロードするので少々時間がかかります。';
00148 $strDeleteFailed = '削除に失敗しました';
00149 $strDeleteUserMessage = 'ユーザー%sを削除しました。';
00150 $strDeleted = '選択した列を削除しました。';
00151 $strDeletedRows = '削除された行数:';
00152 $strDeleting = '%s を削除中';
00153 $strDescending = '降順';
00154 $strDisabled = '無効';
00155 $strDisplay = '表示';
00156 $strDisplayFeat = 'テーブル情報表示機' . "\x94\x5c";
00157 $strDisplayOrder = '発表順番:';
00158 $strDisplayPDF = 'PDFスキーマの表示';
00159 $strDoAQuery = '"例のQUERY"を実行 (wildcard: "%")';
00160 $strDoYouReally = '本当に実行しても良いですか? --> ';
00161 $strDocu = 'ヘルプ';
00162 $strDrop = '削除';
00163 $strDropDB = 'データベース%sの削除 ';
00164 $strDropSelectedDatabases = '選択されたデータベースの削除';
00165 $strDropTable = 'テーブルの削除';
00166 $strDropUsersDb = 'ユーザーと同じ名前を持つデータベースを削除します。';
00167 $strDumpXRows = '%s 列をダンプ。始める列は %s.';
00168 $strDumpingData = 'テーブルのダンプデータ';
00169 $strDynamic = 'ダイナミック';
00170 
00171 $strEdit = '修正';
00172 $strEditPDFPages = 'PDFの編集 ページ';
00173 $strEditPrivileges = '特権を修正';
00174 $strEffective = '実効';
00175 $strEmpty = '空にする';
00176 $strEmptyResultSet = 'MySQLが空の値を返しました。(例えば行が空とか).';
00177 $strEnabled = '有効';
00178 $strEncto = 'エンコーディングへ変換する'; // encoding convert
00179 $strEnd = '最後';
00180 $strEndCut = '切り取り終了';
00181 $strEndRaw = 'RAW終了';
00182 $strEnglishPrivileges = ' 注意: MySQLの特権の名前は英語で表示しています。';
00183 $strError = 'エラー';
00184 $strExplain = 'Explain SQL';
00185 $strExport = 'エクスポート';
00186 $strExportToXML = 'XML形式でエクスポート';
00187 $strExtendedInserts = '長いINSERT文の作成';
00188 $strExtra = '追加';
00189 
00190 $strFailedAttempts = '失敗しました';
00191 $strField = 'フィールド';
00192 $strFieldHasBeenDropped = 'フィールド%sが正常に削除されました';
00193 $strFields = 'フィールド';
00194 $strFieldsEmpty = ' フィールド数は空です。 ';
00195 $strFieldsEnclosedBy = 'フィールド囲み記号';
00196 $strFieldsEscapedBy = 'フィールドのエスケープ記号';
00197 $strFieldsTerminatedBy = 'フィールド区切り記号';
00198 $strFileCouldNotBeRead = 'ファイルを読めません';
00199 $strFixed = '固定';
00200 $strFlushPrivilegesNote = '注意: phpMyAdmin はMySQLの特権テーブルから直接にユーザー特権を得ます。もしマニュアルで特権が変更されていると、このテーブルの内容とは異なるかもしれません。この場合、続けるまえに %s特権リロード%s をする必要があります。';
00201 $strFlushTable = 'テーブルのキャッシュを空にする("FLUSH")';
00202 $strFormEmpty = 'フォームでは値がありませんでした。';
00203 $strFormat = 'フォーマット';
00204 $strFullText = '全文';
00205 $strFunction = '関数';
00206 
00207 $strGenBy = '生成された by';
00208 $strGenTime = '作成の時間';
00209 $strGeneralRelationFeat = 'リレーション機' . "\x94\x5c";
00210 $strGlobalPrivileges = 'グローバル特権';
00211 $strGlobalValue = 'グローバル値';
00212 $strGo = '実行';
00213 $strGrantOption = 'Grant';
00214 $strGrants = '付与';
00215 $strGzip = '"gzipされる"';
00216 
00217 $strHasBeenAltered = 'を変更しました。';
00218 $strHasBeenCreated = 'を作成しました。';
00219 $strHaveToShow = '表示するために、少なくてもひとつのカラムを選択しなければなりません。';
00220 $strHome = 'メーンページへ';
00221 $strHomepageOfficial = 'phpMyAdminホーム';
00222 $strHomepageSourceforge = 'SourceforgeのphpMyAdminダウンロードページ';
00223 $strHost = 'ホスト';
00224 $strHostEmpty = 'ホスト名は空です!';
00225 
00226 $strId = 'ID';
00227 $strIdxFulltext = '全文';
00228 $strIfYouWish = 'テーブルのコラム(列)にデータを追加する場合は、フィールドリストをカンマで区分してください。';
00229 $strIgnore = '無視';
00230 $strIgnoringFile = 'ファイルを無視 %s';
00231 $strImportDocSQL = 'docSQLファイルインポート';
00232 $strImportFiles = 'インポートファイル';
00233 $strImportFinished = 'インポートが終了しました';
00234 $strInUse = '使用中';
00235 $strIndex = 'インデックス';
00236 $strIndexHasBeenDropped = 'インデックス%sが削除されました';
00237 $strIndexName = 'インデックス名&nbsp;:';
00238 $strIndexType = 'インデックスのタイプ&nbsp;:';
00239 $strIndexes = 'インデックス数';
00240 $strInsecureMySQL = 'あなたのコンフィグレーションファイルの設定がMySQLデフォルトの特権アカウントになっています (rootユーザでパスワードなし) 。 MySQLサーバーもこのデフォルト設定で動作しているので、侵入者に対して無防備です。このセキュリティーホールは必ず閉ざして下さい。';
00241 $strInsert = '追加';
00242 $strInsertAsNewRow = '新しい行としての追加';
00243 $strInsertNewRow = '新しい行の追加';
00244 $strInsertTextfiles = 'テーブルにテキストファイルの追加';
00245 $strInsertedRows = '追加された行数:';
00246 $strInstructions = '実施例';
00247 $strInvalidName = '"%s"は予約語ですから「データベース/テーブル/フィールド」名には使えません。';
00248 
00249 $strJumpToDB = '&quot;%s&quot; データベースへジャンプ.';
00250 $strJustDelete = '特権テーブルからユーザーを即削除します。';
00251 $strJustDeleteDescr = '&quot;削除済&quot; ユーザーは特権がリロードされるまでサーバーにアクセス可能です。';
00252 
00253 $strKanjiEncodConvert = '漢字コード変換'; // kanji code convert
00254 $strKeepPass = 'パスワードを変更しない';
00255 $strKeyname = 'キー名';
00256 $strKill = '停止';
00257 
00258 $strLaTeX = 'LaTeX';
00259 $strLandscape = 'ランドスケープ';
00260 $strLength = '長さ';
00261 $strLengthSet = '長さ/セット*';
00262 $strLimitNumRows = 'ページの最大レコード数';
00263 $strLineFeed = '改行文字: \\n';
00264 $strLines = '行';
00265 $strLinesTerminatedBy = '行の終端記号';
00266 $strLinkNotFound = 'リンクが見つかりません';
00267 $strLinksTo = 'リンク';
00268 $strLocalhost = 'ローカル';
00269 $strLocationTextfile = 'テキストファイルの場所';
00270 $strLogPassword = 'パスワード:';
00271 $strLogUsername = 'ユーザー名:';
00272 $strLogin = 'ログイン';
00273 $strLoginInformation = 'ログイン情報';
00274 $strLogout = 'ログアウト';
00275 
00276 $strMissingBracket = '括弧がありません';
00277 $strModifications = 'を正しく修正しました。';
00278 $strModify = '修正';
00279 $strModifyIndexTopic = 'インデックスの変更';
00280 $strMoreStatusVars = 'さらに変数の状態';
00281 $strMoveTable = 'テーブルを(database<b>.</b>table)に移動:';
00282 $strMoveTableOK = 'テーブル%sが%s移動されました。';
00283 $strMySQLCharset = 'MySQLの文字セット';
00284 $strMySQLReloaded = 'MySQLを新しく読み込みました。';
00285 $strMySQLSaid = 'MySQLのメッセージ --> ';
00286 $strMySQLServerProcess = 'MySQL %pma_s1%は%pma_s2%上%pma_s3%として実行しています。';
00287 $strMySQLShowProcess = 'MySQLプロセスの表示';
00288 $strMySQLShowStatus = 'MySQLのランタイム情報';
00289 $strMySQLShowVars = 'MySQLのシステム変数';
00290 
00291 $strName = '名前';
00292 $strNext = '次へ';
00293 $strNo = 'いいえ';
00294 $strNoDatabases = 'データベース数';
00295 $strNoDatabasesSelected = 'データベースが選択されていません。';
00296 $strNoDescription = '記述がありません';
00297 $strNoDropDatabases = '"DROP DATABASE"ステートメントは禁止される。';
00298 $strNoExplain = 'Explain SQLをスキップ';
00299 $strNoFrames = 'phpMyAdminは<b>フレーム</b>をサポートしたブラウザでの利用をお勧めします。';
00300 $strNoIndex = 'インデックスは設定されていません。';
00301 $strNoIndexPartsDefined = 'インデックスの部分は設定されていません。';
00302 $strNoModification = '変更無し';
00303 $strNoPassword = 'パスワード無し';
00304 $strNoPhp = 'PHPコード無し';
00305 $strNoPrivileges = '特権無し';
00306 $strNoQuery = 'SQLクエリー無し';
00307 $strNoRights = '現在特権を持ってないのでここに入れません。';
00308 $strNoTablesFound = '現在のDBにテーブルはありません。';
00309 $strNoUsersFound = '該当ユーザーは見つかりませんでした。';
00310 $strNoUsersSelected = 'ユーザーが選択されていません。';
00311 $strNoValidateSQL = 'SQL検証をスキップ';
00312 $strNone = '無し';
00313 $strNotNumber = 'これは番号ではありません。';
00314 $strNotOK = 'OKじゃない';
00315 $strNotSet = '<b>%s</b> テーブルが見つからないか、%s がありません。';
00316 $strNotValidNumber = ' は行の正しい番号ではありません ';
00317 $strNull = '空の値(Null)';
00318 $strNumSearchResultsInTable = '%s 件が <i>%s</i>テーブルで見つかりました';
00319 $strNumSearchResultsTotal = '<b>件数:</b> <i>%s</i> が見つかりました';
00320 $strNumTables = 'テーブル';
00321 
00322 $strOK = 'OK';
00323 $strOftenQuotation = '引用符号です。オプションは、charまたはvarcharフィールドのみ" "で囲まれていることを意味します。';
00324 $strOperations = '操作';
00325 $strOptimizeTable = 'テーブルを最適化します。';
00326 $strOptionalControls = '特殊文字の読み込み/書き込みオプション';
00327 $strOptionally = 'オプションです。';
00328 $strOptions = 'オプション';
00329 $strOr = 'OR';
00330 $strOverhead = 'オーバーヘッド';
00331 
00332 $strPHP40203 = 'あなたはマルチバイト文字(mbstring)の扱いに重大なバグのあるPHP 4.2.3を使っています。PHPのバグレポート19404です。phpMyAdminを使うなら、このバージョンのPHPはお奨めしません...と言うかpatchをあてないと動きません。';
00333 $strPHPVersion = 'PHP バージョン';
00334 $strPageNumber = 'ページ番号:';
00335 $strPartialText = '部分的な文書';
00336 $strPassword = 'パスワード';
00337 $strPasswordChanged = 'パスワードは %s 変更されました。';
00338 $strPasswordEmpty = 'パスワードが空です。';
00339 $strPasswordNotSame = 'パスワードが同じではありません。';
00340 $strPdfDbSchema = '"%s" データベース - %s頁の図';
00341 $strPdfInvalidPageNum = 'PDFページが未定義!';
00342 $strPdfInvalidTblName = '"%s" テーブルがありません!';
00343 $strPdfNoTables = 'テーブルがありません';
00344 $strPerHour = '時毎';
00345 $strPhp = 'PHPコードの作成';
00346 $strPmaDocumentation = 'phpMyAdminのドキュメント';
00347 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> を必ずconfigファイルの中で設定して下さい!';
00348 $strPortrait = 'ポートレイト';
00349 $strPos1 = '最初';
00350 $strPrevious = '以前';
00351 $strPrimary = '主要';
00352 $strPrimaryKey = '主キー';
00353 $strPrimaryKeyHasBeenDropped = '主キーを削除しました。';
00354 $strPrimaryKeyName = '主キーの名前は... PRIMARYではなければいけません。';
00355 $strPrimaryKeyWarning = '("PRIMARY"はちょうど主キーの名前ではなければいけません。';
00356 $strPrint = '印刷';
00357 $strPrintView = '印刷用表示';
00358 $strPrivDescAllPrivileges = 'GRANTを除く全ての特権を含みます。';
00359 $strPrivDescAlter = '存在するテーブル構造の変更を許可します。';
00360 $strPrivDescCreateDb = '新しいデータベース、テーブルの作成を許可します。';
00361 $strPrivDescCreateTbl = '新しいテーブルの作成を許可します。';
00362 $strPrivDescCreateTmpTable = 'テンポラリーテーブルの作成を許可します。';
00363 $strPrivDescDelete = 'データの削除を許可します。';
00364 $strPrivDescDropDb = 'データベースとテーブルの削除を許可します。';
00365 $strPrivDescDropTbl = 'テーブルの削除を許可します。';
00366 $strPrivDescExecute = 'ストアードプロシジャーが走るのを許可します; このMySQL版では意味ありません。';
00367 $strPrivDescFile = 'データのインポート、データのファイルへのエクスポートを許可します。';
00368 $strPrivDescGrant = '特権テーブルのリロードなしにユーザー、特権の追加を許可します。';
00369 $strPrivDescIndex = 'インデックスの作成、削除を許可します。';
00370 $strPrivDescInsert = 'データの挿入、入れ替えを許可します。';
00371 $strPrivDescLockTables = '現在のスレッドのロッキングテーブルを許可します。';
00372 $strPrivDescMaxConnections = '1時間内に新しく接続可能な数を制限します。';
00373 $strPrivDescMaxQuestions = '1時間内にサーバーにクエリを送れる数を制限します。';
00374 $strPrivDescMaxUpdates = '1時間内にテーブル、データベースに対しての変更が発生するコマンドの数を制限します。';
00375 $strPrivDescProcess3 = '他のユーザープロセスを停止出来ることを許可します。';
00376 $strPrivDescProcess4 = 'プロセスリスト中の完全なクエリの表示を許可します。';
00377 $strPrivDescReferences = 'このMySQLバージョンでは意味ありません。';
00378 $strPrivDescReload = 'サーバーのリロード、キャッシュのクリアを許可します。';
00379 $strPrivDescReplClient = 'スレーブかマスターを要求できる権利をユーザーに与えます。';
00380 $strPrivDescReplSlave = 'レプリケーションスレーブが必要です。';
00381 $strPrivDescSelect = 'データの読み出し許可。';
00382 $strPrivDescShowDb = 'データベースの完全なリストへのアクセス件を与えます。';
00383 $strPrivDescShutdown = 'サーバーのシャットダウンを許可します。';
00384 $strPrivDescSuper = '最大の接続数に達しても接続を許可します。多くの管理操作はグローバル変数や他ユーザープロセスの終了が出来るような設定が必要です。';
00385 $strPrivDescUpdate = 'データの修正を許可します。';
00386 $strPrivDescUsage = '特権がありません。';
00387 $strPrivileges = '特権';
00388 $strPrivilegesReloaded = '特権はリロードされました。';
00389 $strProcesslist = 'プロセスリスト';
00390 $strProperties = 'プロパティ';
00391 $strPutColNames = '最初の1行目にフィールド名を追加';
00392 
00393 $strQBE = 'クエリー';
00394 $strQBEDel = '削除';
00395 $strQBEIns = '挿入';
00396 $strQueryOnDb = 'データベースのSQLクエリー <b>%s</b>:';
00397 $strQueryStatistics = '<b>クエリー統計</b>: その始めから, %s クエリーがサーバーに送られるまで。';
00398 $strQueryType = 'クエリータイプ';
00399 
00400 $strReType = '再記入';
00401 $strReceived = '受信済';
00402 $strRecords = 'レコード数';
00403 $strReferentialIntegrity = '結合項目のチェック:';
00404 $strRelationNotWorking = 'リレーション機能を動かすためのリンクテーブルが有効になっていません。 %sここ%sをクリックして原因を見つけて下さい。';
00405 $strRelationView = 'リレーション表示';
00406 $strRelationalSchema = 'リレーショナルスキーマ';
00407 $strReloadFailed = 'MySQLのリロードに失敗しました。';
00408 $strReloadMySQL = 'MySQLのリロード';
00409 $strReloadingThePrivileges = '特権をリロード中';
00410 $strRememberReload = 'サーバーのリロードを忘れないで下さい。';
00411 $strRemoveSelectedUsers = '選択されたユーザーを削除します';
00412 $strRenameTable = 'テーブル名の変更';
00413 $strRenameTableOK = '%sを%sに名前を変更しました。';
00414 $strRepairTable = 'テーブルを復旧します。';
00415 $strReplace = '置き換える';
00416 $strReplaceTable = 'ファイルでテーブルを置き換える';
00417 $strReset = 'リセット';
00418 $strResourceLimits = '    リソースの制限';
00419 $strRevoke = '廃止';
00420 $strRevokeAndDelete = 'ユーザーから有効な特権を全て破棄して削除します。';
00421 $strRevokeAndDeleteDescr = 'ユーザーは特権リロードするまでUSAGE特権のままです。';
00422 $strRevokeGrant = ' 付与の取消';
00423 $strRevokeGrantMessage = '%sの付与特権を取消しました。';
00424 $strRevokeMessage = '%sの特権を取消しました';
00425 $strRevokePriv = '特権の取消';
00426 $strRowLength = '行の長さ';
00427 $strRowSize = ' 行のサイズ ';
00428 $strRows = '行';
00429 $strRowsFrom = '開始行';
00430 $strRowsModeHorizontal = '水平';
00431 $strRowsModeOptions = '方向: %s : %s 列ずつヘッダーを繰り返し発表する';
00432 $strRowsModeVertical = '重直';
00433 $strRowsStatistic = '行の統計';
00434 $strRunQuery = 'クエリーの実行';
00435 $strRunSQLQuery = 'データベース%sにSQLクエリー実行';
00436 $strRunning = 'が実行中です。 %s';
00437 
00438 $strSQL = 'SQL';
00439 $strSQLParserBugMessage = 'あなたはSQLパーサーでバグを見つけられるかもしれません。あなたのクエリーを念入りに確かめて、引用符が正しくミスマッチがないかチェックしましょう。その他の失敗にはテキストエリアで引用した外側にバイナリーコードが付いてファイルがアップロードされてしまったような原因が考えられます。また、あなたのクエリーをMySQLのコマンドラインを使って試すことも出来ます。MySQLサーバーは以下のようにエラーを出します。そこには問題を解決する手助けがあるでしょう。コマンドラインでは成功しても、まだ問題がある場合、パーサーが失敗する場合には、問題のあるSQLクエリーをひとつの文に減らしてみて下さい。そして以下のセクションでデータを切り取ってBUG報告を送って下さい:';
00440 $strSQLParserUserError = 'あなたのSQLクエリーにエラーがあります。MySQLサーバーは以下のようにエラーを出します。そこには問題を解決する手助けがあるでしょう。';
00441 $strSQLQuery = '実行されたSQLクエリー';
00442 $strSQLResult = 'SQLの結果';
00443 $strSQPBugInvalidIdentifer = '認証が無効です';
00444 $strSQPBugUnclosedQuote = '引用符が閉じていない';
00445 $strSQPBugUnknownPunctuation = '無効な句読点文字です';
00446 $strSave = '保存';
00447 $strScaleFactorSmall = '1ページ内に図表を配置させるためには大きさが小さ過ぎます';
00448 $strSearch = '検索';
00449 $strSearchFormTitle = 'データベース内の検索';
00450 $strSearchInTables = 'テーブルの指定:';
00451 $strSearchNeedle = '検索する単語、または値 (ワイルドカードは: "%"):';
00452 $strSearchOption1 = 'いずれかの単語を含む';
00453 $strSearchOption2 = '全ての単語を含む';
00454 $strSearchOption3 = '正確なフレーズ';
00455 $strSearchOption4 = '正規表現';
00456 $strSearchResultsFor = '検索結果 "<i>%s</i>" %s:';
00457 $strSearchType = '検索条件:';
00458 $strSelect = '選択';
00459 $strSelectADb = 'データベースを選択してください';
00460 $strSelectAll = '全選択';
00461 $strSelectFields = 'フィールドの選択(一つ以上):';
00462 $strSelectNumRows = 'クエリー';
00463 $strSelectTables = 'テーブルの選択';
00464 $strSend = 'ファイルに落とす';
00465 $strSent = '送信';
00466 $strServer = 'サーバー %s';
00467 $strServerChoice = 'サーバーの選択';
00468 $strServerStatus = 'ランタイム情報';
00469 $strServerStatusUptime = 'このMySQLサーバーは %s にて動作中。  %sから開始してます。';
00470 $strServerTabProcesslist = 'プロセス';
00471 $strServerTabVariables = '変数';
00472 $strServerTrafficNotes = '<b>サーバートラフィック</b>: このテーブルはMySQLサーバーが起動してからのネットワークトラフィックの統計を表示します。';
00473 $strServerVars = 'サーバー変数と設定値';
00474 $strServerVersion = 'サーバーのバージョン';
00475 $strSessionValue = 'セッション値';
00476 $strSetEnumVal = 'フィールドタイプが"enum"又は"set"の場合は値をこのフォーマットを使って入力して下さい: \'a\',\'b\',\'c\'...<br />バックスラッシュ「"\"」又はクオート「"\'"」を入力したいと、頭にバックスラッシュを付けて下さい「例: \'\\\\xyz\' or \'a\\\'b\'」。';
00477 $strShow = '表示';
00478 $strShowAll = '全て発' . "\x95\x5c";
00479 $strShowColor = '色表示';
00480 $strShowCols = '列の発' . "\x95\x5c";
00481 $strShowDatadictAs = 'データ辞書フォーマット';
00482 $strShowGrid = 'グリッドの表示';
00483 $strShowPHPInfo = 'PHP情報';
00484 $strShowTableDimension = 'テーブルの大きさを表示';
00485 $strShowTables = 'テーブルの発' . "\x95\x5c";
00486 $strShowThisQuery = ' 実行したクエリーをここに表示する ';
00487 $strShowingRecords = 'レコード表示';
00488 $strSingly = '(一回)';
00489 $strSize = 'サイズ';
00490 $strSort = 'ソート';
00491 $strSpaceUsage = 'ディスク使用量';
00492 $strSplitWordsWithSpace = '各単語はスペース文字(" ")で区切って下さい';
00493 $strStatement = 'ステートメント';
00494 $strStatus = '状態';
00495 $strStrucCSV = 'CSVデータ';
00496 $strStrucData = '構造とデータ';
00497 $strStrucDrop = '\'drop table\'を追加';
00498 $strStrucExcelCSV = 'Ms ExcelへのCSVデータ';
00499 $strStrucOnly = '構造のみ';
00500 $strStructPropose = 'テーブル構造の確認';
00501 $strStructure = '構造';
00502 $strSubmit = '実行';
00503 $strSuccess = 'SQLクエリーが正常に実行されました。';
00504 $strSum = '合計';
00505 
00506 $strTable = 'テーブル ';
00507 $strTableComments = 'テーブルの説明';
00508 $strTableEmpty = 'テーブル名は空です。';
00509 $strTableHasBeenDropped = 'テーブル%sを削除しました。';
00510 $strTableHasBeenEmptied = 'テーブル%sを空にしました。';
00511 $strTableHasBeenFlushed = 'テーブル%sのキャッシュを空にしました。';
00512 $strTableMaintenance = 'テーブル管理';
00513 $strTableOfContents = 'テーブルの内容';
00514 $strTableStructure = 'テーブルの構造';
00515 $strTableType = 'テーブルのタイプ';
00516 $strTables = '%sテーブル';
00517 $strTblPrivileges = 'テーブル特定 特権';
00518 $strTextAreaLength = ' 長さの所為でこのフィールドを<br /> 修正出来ない可能性があります ';
00519 $strTheContent = 'ファイルのデータを挿入しました。';
00520 $strTheContents = 'ファイルのデータで、選択したテーブルの主要キーまたは唯一なキーに一致する列を置き換えます。';
00521 $strTheTerminator = 'フィールドの終端記号です。';
00522 $strThisHost = 'このホスト';
00523 $strThisNotDirectory = 'これはディレクトリではありません';
00524 $strThreadSuccessfullyKilled = 'スレッド %s は終了しました。';
00525 $strTime = '時間';
00526 $strTotal = '合計';
00527 $strTotalUC = '合計';
00528 $strTraffic = 'トラフィック';
00529 $strType = 'フィールドタイプ';
00530 
00531 $strUncheckAll = '全てのマークを削除';
00532 $strUnique = '唯一';
00533 $strUnselectAll = '全解放';
00534 $strUpdatePrivMessage = '%sの特権をアップデートしました。';
00535 $strUpdateProfile = 'プロファイルのアップデート:';
00536 $strUpdateProfileMessage = 'プロファイルをアップデートしました。';
00537 $strUpdateQuery = 'クエリーのアップデート';
00538 $strUsage = '使用量';
00539 $strUseBackquotes = '逆クオートでテーブル名やフィールド名を囲む';
00540 $strUseTables = '使うテーブル';
00541 $strUseTextField = 'テキストフィールドを使用';
00542 $strUser = 'ユーザー';
00543 $strUserAlreadyExists = 'ユーザー %s は既に存在します!';
00544 $strUserEmpty = 'ユーザー名は空です。';
00545 $strUserName = 'ユーザー名';
00546 $strUserNotFound = '選択されたユーザーは特権テーブルに見つかりませんでした。';
00547 $strUserOverview = 'ユーザー概観';
00548 $strUsers = 'ユーザー';
00549 $strUsersDeleted = '選択されたユーザーは削除されました。';
00550 
00551 $strValidateSQL = 'SQLの検証';
00552 $strValidatorError = 'SQL検証機能の初期化が出来ません。%sdocumentation%sに記述されているようにPHP拡張ライブラリがインストールされているかチェックして下さい。';
00553 $strValue = '値';
00554 $strVar = '変数';
00555 $strViewDump = 'テーブルのダンプ(スキーマ)表示';
00556 $strViewDumpDB = 'DBのダンプ(スキーマ)表示';
00557 
00558 $strWebServerUploadDirectory = 'webサーバー上でアップロード';
00559 $strWebServerUploadDirectoryError = 'アップロードを行うディレクトリがありません。。';
00560 $strWelcome = '%sへようこそ';
00561 $strWithChecked = 'チェックしたものを:';
00562 $strWritingCommentNotPossible = 'コメントの書き込みが有効ではありません';
00563 $strWritingRelationNotPossible = 'リレーションの書き込みが有効ではありません';
00564 $strWrongUser = 'ユーザ名またはパスワードが正しくありません。<br />アクセスは拒否されました。';
00565 
00566 $strXkana = '全角カナへ変換する'; // convert to X208-kana
00567 
00568 $strYes = 'はい';
00569 
00570 $strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限がなくなります。';
00571 $strZip = '"zipされる"';
00572 
00573 // To translate
00574 
00575 $strDbSpecific = 'database-specific';  //to translate
00576 
00577 $strGlobal = 'global';  //to translate
00578 
00579 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;';  //to translate
00580 
00581 $strChangeCopyUser = 'Change Login Information / Copy User';  //to translate
00582 $strChangeCopyMode = 'Create a new user with the same privileges and ...';  //to translate
00583 $strChangeCopyModeCopy = '... keep the old one.';  //to translate
00584 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';  //to translate
00585 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';  //to translate
00586 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';  //to translate
00587 $strWildcard = 'wildcard';  //to translate
00588 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
00589 $strQueryTime = 'Query took %01.4f sec';//to translate
00590 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
00591 $strDBComment = 'Database comment: ';//to translate
00592 $strQueryFrame = 'Query window';//to translate
00593 $strQueryFrameDebug = 'Debugging information';//to translate
00594 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
00595 $strQuerySQLHistory = 'SQL-history';//to translate
00596 $strMIME_MIMEtype = 'MIME-type';//to translate
00597 $strMIME_transformation = 'Browser transformation';//to translate
00598 $strMIME_transformation_options = 'Transformation options';//to translate
00599 $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
00600 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
00601 $strMIME_available_mime = 'Available MIME-types';//to translate
00602 $strMIME_available_transform = 'Available transformations';//to translate
00603 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
00604 $strMIME_description = 'Description';//to translate
00605 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
00606 $strMIME_file = 'Filename';//to translate
00607 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
00608 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
00609 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
00610 $strInnodbStat = 'InnoDB Status';  //to translate
00611 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';  //to translate
00612 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';  //to translate
00613 $strTransformation_image_png__inline = 'See image/jpeg: inline';  //to translate
00614 $strSQLOptions = 'SQL options';//to translate
00615 $strXML = 'XML';//to translate
00616 $strCSVOptions = 'CSV options';//to translate
00617 $strNoOptions = 'This format has no options';//to translate
00618 $strStatCreateTime = 'Creation';//to translate
00619 $strStatUpdateTime = 'Last update';//to translate
00620 $strStatCheckTime = 'Last check';//to translate
00621 $strPerMinute = 'per minute';//to translate
00622 $strPerSecond = 'per second';//to translate
00623 $strAutomaticLayout = 'Automatic layout';  //to translate
00624 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
00625 $strFileNameTemplate = 'File name template';//to translate
00626 $strFileNameTemplateRemember = 'remember template';//to translate
00627 $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
00628 $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
00629 $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
00630 $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. 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
00631 $strAutodetect = 'Autodetect';  //to translate
00632 $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';  //to translate
00633 $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';  //to translate
00634 $strUseHostTable = 'Use Host Table';  //to translate
00635 $strShowFullQueries = 'Show Full Queries';  //to translate
00636 $strTruncateQueries = 'Truncate Shown Queries';  //to translate
00637 $strSwitchToTable = 'Switch to copied table';  //to translate
00638 $strCharset = 'Charset';  //to translate
00639 $strLaTeXOptions = 'LaTeX options';  //to translate
00640 $strRelations = 'Relations';  //to translate
00641 $strMoveTableSameNames = 'Can\'t move table to same one!';  //to translate
00642 $strCopyTableSameNames = 'Can\'t copy table to same one!';  //to translate
00643 $strMustSelectFile = 'You should select file which you want to insert.';  //to translate
00644 $strSaveOnServer = 'Save on server in %s directory';  //to translate
00645 $strOverwriteExisting = 'Overwrite existing file(s)';  //to translate
00646 $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';  //to translate
00647 $strDumpSaved = 'Dump has been saved to file %s.';  //to translate
00648 $strNoPermission = 'The web server does not have permission to save the file %s.';  //to translate
00649 $strNoSpace = 'Insufficient space to save the file %s.';  //to translate
00650 $strInsertedRowId = 'Inserted row id:';  //to translate
00651 $strLoadMethod = 'LOAD method';  //to translate
00652 $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.';  //to translate
00653 $strExecuteBookmarked = 'Execute bookmarked query';  //to translate
00654 $strExcelOptions = 'Excel options';  //to translate
00655 $strReplaceNULLBy = 'Replace NULL by';  //to translate
00656 $strQueryWindowLock = 'Do not overwrite this query from outside the window';  //to translate
00657 $strPaperSize = 'Paper size';  //to translate
00658 $strDatabaseNoTable = 'This database contains no table!';//to translate
00659 $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
00660 $strAddIntoComments = 'Add into comments';//to translate
00661 $strDatabaseExportOptions = 'Database export options';//to translate
00662 $strAddDropDatabase = 'Add DROP DATABASE';//to translate
00663 $strToggleScratchboard = 'toggle scratchboard';  //to translate
00664 $strTableOptions = 'Table options';  //to translate
00665 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';  //to translate
00666 $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';  //to translate
00667 $strAddAutoIncrement = 'Add AUTO_INCREMENT value';  //to translate
00668 $strCharsets = 'Charsets';  //to translate
00669 $strDescription = 'Description';  //to translate
00670 $strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
00671 $strCollation = 'Collation';  //to translate
00672 $strMultilingual = 'multilingual';  //to translate
00673 $strGerman = 'German';  //to translate
00674 $strPhoneBook = 'phone book';  //to translate
00675 $strDictionary = 'dictionary';  //to translate
00676 $strSwedish = 'Swedish';  //to translate
00677 $strDanish = 'Danish';  //to translate
00678 $strCzech = 'Czech';  //to translate
00679 $strTurkish = 'Turkish';  //to translate
00680 $strEnglish = 'English';  //to translate
00681 $strHungarian = 'Hungarian';  //to translate
00682 $strCroatian = 'Croatian';  //to translate
00683 $strBulgarian = 'Bulgarian';  //to translate
00684 $strLithuanian = 'Lithuanian';  //to translate
00685 $strEstonian = 'Estonian';  //to translate
00686 $strCaseInsensitive = 'case-insensitive';  //to translate
00687 $strCaseSensitive = 'case-sensitive';  //to translate
00688 $strUkrainian = 'Ukrainian';  //to translate
00689 $strHebrew = 'Hebrew';  //to translate
00690 $strWestEuropean = 'West European';  //to translate
00691 $strCentralEuropean = 'Central European';  //to translate
00692 $strTraditionalChinese = 'Traditional Chinese';  //to translate
00693 $strCyrillic = 'Cyrillic';  //to translate
00694 $strArmenian = 'Armenian';  //to translate
00695 $strArabic = 'Arabic';  //to translate
00696 $strRussian = 'Russian';  //to translate
00697 $strUnknown = 'unknown';  //to translate
00698 $strBaltic = 'Baltic';  //to translate
00699 $strUnicode = 'Unicode';  //to translate
00700 $strSimplifiedChinese = 'Simplified Chinese';  //to translate
00701 $strKorean = 'Korean';  //to translate
00702 $strGreek = 'Greek';  //to translate
00703 $strJapanese = 'Japanese';  //to translate
00704 $strThai = 'Thai';  //to translate
00705 $strUseThisValue = 'Use this value';  //to translate
00706 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';  //to translate
00707 $strBrowseForeignValues = 'Browse foreign values';  //to translate
00708 $strInternalRelations = 'Internal relations';  //to translate
00709 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
00710 $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
00711 $strLatexStructure = 'Structure of table __TABLE__';//to translate
00712 $strLatexContinued = '(continued)';//to translate
00713 $strLatexContent = 'Content of table __TABLE__';//to translate
00714 $strLatexIncludeCaption = 'Include table caption';//to translate
00715 $strLatexCaption = 'Table caption';//to translate
00716 $strLatexLabel = 'Label key';//to translate
00717 $strLatexContinuedCaption = 'Continued table caption';//to translate
00718 
00719 $strPrintViewFull = 'Print view (with full texts)';  //to translate
00720 $strLogServer = 'Server';  //to translate
00721 $strSortByKey = 'Sort by key';  //to translate
00722 $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
00723 $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
00724 $strConstraintsForTable = 'Constraints for table';  //to translate
00725 $strBookmarkOptions = 'Bookmark options';  //to translate
00726 $strCreationDates = 'Creation/Update/Check dates';  //to translate
00727 $strCheckOverhead = 'Check overheaded';  //to translate
00728 $strExcelEdition = 'Excel edition';  //to translate
00729 $strDelayedInserts = 'Use delayed inserts';  //to translate
00730 $strSQLExportType = 'Export type';  //to translate
00731 $strAddConstraints = 'Add constraints';  //to translate
00732 $strGeorgian = 'Georgian';  //to translate
00733 $strCzechSlovak = 'Czech-Slovak';  //to translate
00734 $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
00735 $strMaximumSize = 'Maximum size: %s%s';  //to translate
00736 ?>


G駭駻 par TYPO3 Ameos avec  doxygen 1.4.6