Sort language files.
[phpmyadmin/crack.git] / lang / japanese-utf-8.inc.php
blob2f6a401e0ee9368f2ca17393d899e5b21b157179
1 <?php
2 /* $Id$ */
4 /**
5 * Translated by Yukihiro Kawada <kawada at den.fujifilm.co.jp>
6 * Tadashi Jokagi <elf2000 at users.sourceforge.net>
7 * Kenichi Ishigaki <ishigaki at tcool.org>
8 */
10 $charset = 'utf-8';
11 $text_dir = 'ltr';
12 $number_thousands_separator = ',';
13 $number_decimal_separator = '.';
14 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
15 $byteUnits = array('バイト', 'KiB', 'MiB', 'GiB', 'TiB', 'PiB', 'EiB');
17 $mysql_4_1_doc_lang = 'ja';
19 $day_of_week = array('日', '月', '火', '水', '木', '金', '土');
20 $month = array('1 月','2 月','3 月','4 月','5 月','6 月','7 月','8 月','9 月','10 月','11 月','12 月');
21 // See http://www.php.net/manual/ja/function.strftime.php to define the
22 // variable below
23 $datefmt = '%Y %B %d %H:%M';
24 $timespanfmt = '%s %s 時間 %s %s 秒';
26 $strAbortedClients = '中断';
27 $strAccessDeniedCreateConfig = '設定ファイルが作成されていないものと思われます。%1$sセットアップスクリプト%2$s を利用して設定ファイルを作成してください';
28 $strAccessDeniedExplanation = 'MySQL サーバに接続しようとしましたが拒否されました。config.inc.php のホスト、ユーザ名、パスワードが MySQL サーバの管理者から与えられた情報と一致するか確認してください';
29 $strAccessDenied = 'アクセスは拒否されました';
30 $strAction = '操作';
31 $strActions = 'アクション';
32 $strAddAutoIncrement = 'AUTO_INCREMENT 値を追加する';
33 $strAddClause = '%s を追加';
34 $strAddConstraints = '制約を追加する';
35 $strAddDeleteColumn = 'フィールド列を追加・削除する';
36 $strAddDeleteRow = '条件行を追加・削除する';
37 $strAddFields = '%s 個のフィールドを追加する';
38 $strAddHeaderComment = 'ヘッダにカスタムコメントを追加 (\\n で改行)';
39 $strAddIntoComments = '追加コメント';
40 $strAddNewField = '新規フィールドを追加する';
41 $strAddPrivilegesOnDb = 'データベースに特権を追加';
42 $strAddPrivilegesOnTbl = 'テーブルに特権を追加';
43 $strAddSearchConditions = '検索条件("where"節の内容)を追加してください:';
44 $strAddToIndex = 'インデックスに&nbsp;%s&nbsp; の列を追加しました';
45 $strAddUserMessage = '新しいユーザを追加しました';
46 $strAddUser = '新しいユーザを追加する';
47 $strAdministration = '管理';
48 $strAfterInsertBack = '前のページに戻る';
49 $strAfterInsertNewInsert = '新しいレコードを追加する';
50 $strAfterInsertNext = '次の行を編集する';
51 $strAfterInsertSame = 'このページに戻る';
52 $strAfter = '指定カラムの後に %s';
53 $strAll = '全部';
54 $strAllowInterrupt = '制限時間が近くなったときにスクリプト側でインポートを中断できるようにします。大きなファイルをインポートする場合には便利ですが、トランザクションが壊れることもあります';
55 $strAllTableSameWidth = 'すべてのテーブルを同じ幅で表示しますか?';
56 $strAlterOrderBy = 'テーブルの並び順';
57 $strAnalyze = '分析';
58 $strAnalyzeTable = 'テーブルを分析する';
59 $strAndThen = '続いて';
60 $strAnd = 'および';
61 $strAngularLinks = '角リンク';
62 $strAnIndex = '%s にインデックスを追加しました';
63 $strAnyHost = 'すべてのホスト';
64 $strAnyUser = 'すべてのユーザ';
65 $strAny = 'すべて';
66 $strApproximateCount = '正確な数字とは限りません。FAQ 3.11 をご覧ください';
67 $strAPrimaryKey = '%s に主キーを追加しました';
68 $strArabic = 'アラビア語';
69 $strArmenian = 'アルメニア語';
70 $strAscending = '昇順';
71 $strAsDefined = 'ユーザ定義';
72 $strAtBeginningOfTable = 'テーブルの先頭';
73 $strAtEndOfTable = 'テーブルの末尾';
74 $strAttr = '属性';
75 $strAutomaticLayout = '自動レイアウト';
77 $strBack = '戻る';
78 $strBaltic = 'バルト諸語';
79 $strBeginCut = 'BEGIN CUT';
80 $strBeginRaw = 'BEGIN RAW';
81 $strBinaryDoNotEdit = ' バイナリ - 編集不可';
82 $strBinaryLog = 'バイナリログ';
83 $strBinary = ' バイナリ';
84 $strBinLogEventType = 'イベント種別';
85 $strBinLogInfo = '情報';
86 $strBinLogName = 'ログ名';
87 $strBinLogOriginalPosition = '元の位置';
88 $strBinLogPosition = '位置';
89 $strBinLogServerId = 'サーバ ID';
90 $strBookmarkAllUsers = 'すべてのユーザがこのブックマークを利用できるようにする';
91 $strBookmarkCreated = 'ブックマーク %s を作成しました';
92 $strBookmarkDeleted = 'ブックマークを削除しました';
93 $strBookmarkLabel = 'ラベル';
94 $strBookmarkQuery = 'ブックマークされている SQL';
95 $strBookmarkReplace = '同名のブックマークは差し替える';
96 $strBookmarkThis = 'この SQL をブックマークする';
97 $strBookmarkView = '表示のみ';
98 $strBrowse = '表示';
99 $strBrowseDistinctValues = '重複している値を表示しない';
100 $strBrowseForeignValues = '参照されている値を表示する';
101 $strBufferPoolActivity = 'バッファプールの利用状況';
102 $strBufferPoolUsage = 'バッファプールの使用量';
103 $strBufferPool = 'バッファプール';
104 $strBufferReadMissesInPercent = '読み込みミス(%)';
105 $strBufferReadMisses = '読み込みミス';
106 $strBufferWriteWaitsInPercent = '書き込み待ち(%)';
107 $strBufferWriteWaits = '書き込み待ち';
108 $strBulgarian = 'ブルガリア語';
109 $strBusyPages = 'ビジーなページ数';
110 $strBzip = '"bzip 形式"';
112 $strCalendar = 'カレンダー';
113 $strCancel = 'キャンセル';
114 $strCanNotLoadExportPlugins = 'エクスポートプラグインをロードできません。正しくインストールされているか確認してください!';
115 $strCanNotLoadImportPlugins = 'インポートプラグインをロードできません。正しくインストールされているか確認してください!';
116 $strCannotLogin = 'MySQL サーバにログインできません';
117 $strCantLoad = '[a@http://php.net/%1$s@Documentation][em]%1$s[/em][/a] 拡張をロードできません。PHP の設定を確認してください';
118 $strCantLoadRecodeIconv = '文字セットの変換に必要な iconv ないし GNU recode 拡張をロードできません。PHP 側でこの拡張を有効にするか、phpMyAdmin 側で文字セットの変換を無効にしてください';
119 $strCantRenameIdxToPrimary = 'インデックス名を PRIMARY に変更することはできません!';
120 $strCantUseRecodeIconv = '必要な拡張はロードされているようですが、iconv や libiconv、recode_string の関数を利用できません。PHP の設定を確認してください';
121 $strCardinality = '一意な値の数';
122 $strCaseInsensitive = '大文字小文字を区別しない';
123 $strCaseSensitive = '大文字小文字を区別する';
124 $strCentralEuropean = '中央ヨーロッパ諸語';
125 $strColComFeat = '列コメント表示機能';
126 $strCollation = '照合順序';
127 $strColumnNames = 'カラム名';
128 $strColumnPrivileges = 'このカラムに固有の特権';
129 $strCommand = 'コマンド';
130 $strComments = 'コメント';
131 $strComment = 'コメント';
132 $strCompatibleHashing = 'MySQL&nbsp;4.0 互換';
133 $strCompleteInserts = '完全な INSERT 文を作成する';
134 $strCompression = '圧縮';
135 $strCompressionWillBeDetected = 'インポートしたファイルの圧縮方法は次の中から自動検出されます: %s';
136 $strConfigDefaultFileError = 'デフォルトの設定を読み込めませんでした: "%1$s"';
137 $strConfigFileError = 'phpMyAdmin の設定ファイルを読み込めませんでした! <br />文法エラーが発生したか、ファイルが見つかりません。<br />下のリンクから直接設定ファイルを読み込んで PHP のエラーメッセージを確認してください。たいていの場合はどこかに引用符やセミコロンの抜けがあります。<br />空白のページが表示されれば問題なしです';
138 $strConfigureTableCoord = 'テーブル %s の座標を設定してください';
139 $strConnectionError = '接続できません: 設定が無効です';
140 $strConnections = '接続';
141 $strConstraintsForDumped = 'ダンプしたテーブルの制約';
142 $strConstraintsForTable = 'テーブルの制約';
143 $strControluserFailed = '設定ファイルに定義されている管理ユーザ(controluser)での接続に失敗しました';
144 $strCookiesRequired = 'クッキーを有効にしてください';
145 $strCopyDatabaseOK = 'データベース %s %s にコピーしました';
146 $strCopyTableOK = 'テーブル %s %s にコピーしました';
147 $strCopyTableSameNames = '同じテーブルにはコピーできません!';
148 $strCopyTable = 'テーブルを(database<b>.</b>table)にコピーする:';
149 $strCopy = 'コピー';
150 $strCouldNotKill = 'スレッド %s の終了に失敗しました。すでに閉じているようです';
151 $strCreate = '作成';
152 $strCreateDatabaseBeforeCopying = 'コピーの前に CREATE DATABASE する';
153 $strCreateIndex = '&nbsp;%s&nbsp; のカラムにインデックスを作成する';
154 $strCreateIndexTopic = '新しいインデックスを作成する';
155 $strCreateNewDatabase = '新規データベースを作成する';
156 $strCreateNewTable = 'データベース %s に新しいテーブルを作成する';
157 $strCreatePage = '新しいページを作成する';
158 $strCreatePdfFeat = 'PDF の作成';
159 $strCreateRelation = 'リレーションを作成';
160 $strCreateTable = 'テーブルを作成';
161 $strCreateUserDatabaseName = '同名のデータベースを作成してすべての特権を与える';
162 $strCreateUserDatabaseNone = 'なし';
163 $strCreateUserDatabaseWildcard = 'ワイルドカード(ユーザ名_%)に該当するデータベースにすべての特権を与える';
164 $strCreateUserDatabase = 'ユーザ専用データベース';
165 $strCreationDates = '作成/更新/検査日';
166 $strCriteria = '条件';
167 $strCroatian = 'クロアチア語';
168 $strCSV = 'CSV';
169 $strCustomColor = 'カスタムカラー';
170 $strCyrillic = 'キリル諸語';
171 $strCzechSlovak = 'チェコのスロバキア語';
172 $strCzech = 'チェコ語';
173 $strChange = '変更';
174 $strChangeCopyModeCopy = '元のユーザも残す';
175 $strChangeCopyModeDeleteAndReload = 'ユーザテーブルから元のユーザを削除し、特権をリロードする';
176 $strChangeCopyModeJustDelete = 'ユーザテーブルから元のユーザを削除する';
177 $strChangeCopyModeRevoke = '元のユーザの特権をすべて無効にしてから削除する';
178 $strChangeCopyMode = '同じ特権を持つ新しいユーザを作る';
179 $strChangeCopyUser = 'ログイン情報の変更 / ユーザの複製';
180 $strChangeDisplay = '表示するフィールドを選択してください';
181 $strChangePassword = 'パスワードを変更する';
182 $strCharsetOfFile = 'ファイルの文字セット:';
183 $strCharsetsAndCollations = '文字セットと照合順序';
184 $strCharsets = '文字セット';
185 $strCharset = '文字セット';
186 $strCheck = '確認';
187 $strCheckAll = 'すべてチェックする';
188 $strCheckOverhead = 'オーバーヘッドのあるテーブルを確認してください';
189 $strCheckPrivsLong = 'データベース &quot;%s&quot; の特権を確認してください';
190 $strCheckPrivs = '特権をチェックする';
191 $strCheckTable = 'テーブルをチェックする';
192 $strChoosePage = '編集するページを選択してください';
194 $strDanish = 'デンマーク語';
195 $strDatabaseEmpty = 'データベース名が空です!';
196 $strDatabaseExportOptions = 'データベースエクスポートオプション';
197 $strDatabaseHasBeenCreated = 'データベース %1$s を作成しました。';
198 $strDatabaseHasBeenDropped = 'データベース %s を削除しました';
199 $strDatabasesDropped = 'データベース %s を正常に削除しました';
200 $strDatabasesStatsDisable = '統計を無効にする';
201 $strDatabasesStatsEnable = '統計を有効にする';
202 $strDatabasesStatsHeavyTraffic = '注意: データベースの統計を有効にするとウェブサーバと MySQL サーバの間の通信量が激増することがあります';
203 $strDatabasesStats = 'データベースの統計';
204 $strDatabases = 'データベース';
205 $strDatabase = 'データベース';
206 $strDataDict = 'データ辞書';
207 $strDataOnly = 'データのみ';
208 $strDataPages = 'データが含まれているページ数';
209 $strData = 'データ';
210 $strDBComment = 'データベースのコメント:';
211 $strDBCopy = 'データベースのコピー先';
212 $strDbIsEmpty = 'データベースが空のようです!';
213 $strDbPrivileges = 'データベースに固有の特権';
214 $strDBRename = '新しいデータベース名';
215 $strDbSpecific = 'データベース固有';
216 $strDefaultEngine = '%s はこの MySQL サーバのデフォルトストレージエンジンです';
217 $strDefaultValueHelp = 'デフォルト値にはひとつの値のみ入力してください。バックスラッシュによるエスケープや引用符を含めることはできません。例: a';
218 $strDefault = 'デフォルト値';
219 $strDefragment = 'テーブルのデフラグ';
220 $strDelayedInserts = '遅延インサートを使用する';
221 $strDelete = '削除';
222 $strDeleteAndFlushDescr = 'これはもっともクリーンな方法ですが、特権のリロードに時間がかかることがあります';
223 $strDeleteAndFlush = 'ユーザを削除して特権をリロードする';
224 $strDeleted = '行を削除しました';
225 $strDeleteNoUsersSelected = '削除するユーザが選択されていません!';
226 $strDeleteRelation = 'リレーションを削除';
227 $strDeleting = '%s を削除中です';
228 $strDelimiter = 'デリミタ';
229 $strDelOld = 'このページには存在しないテーブルへの参照があります。これらの参照を削除しますか?';
230 $strDescending = '降順';
231 $strDescription = '説明';
232 $strDesignerHelpDisplayField = '表示するフィールドはピンク色で表示されます。表示非表示を切り替える場合は「表示するフィールドを選択する」というアイコンをクリックしてから適切なフィールド名をクリックください';
233 $strDesigner = 'デザイナ';
234 $strDetails = '詳細...';
235 $strDictionary = '辞書';
236 $strDirectLinks = '直リンク';
237 $strDirtyPages = 'ダーティページ';
238 $strDisabled = '無効';
239 $strDisableForeignChecks = '外部キーのチェックを無効にする';
240 $strDisplayFeat = '表示機能';
241 $strDisplayOrder = '表示順:';
242 $strDisplayPDF = 'PDF スキーマを表示する';
243 $strDoAQuery = '"query by example"を実行 (ワイルドカード: "%")';
244 $strDocSQL = 'DocSQL';
245 $strDocu = 'ドキュメント';
246 $strDoYouReally = '本当に実行しますか?';
247 $strDrop = '削除';
248 $strDropDatabaseStrongWarning = 'データベースを完全に削除しようとしています!';
249 $strDropUsersDb = 'ユーザと同名のデータベースを削除する';
250 $strDumpingData = 'テーブルのデータをダンプしています';
251 $strDumpSaved = 'ダンプをファイル %s に保存しました';
252 $strDumpXRows = '%s 行をダンプします(開始行: %s)';
253 $strDynamic = '動的';
255 $strEdit = '編集';
256 $strEditPDFPages = 'PDF ページを編集する';
257 $strEditPrivileges = '特権を編集';
258 $strEffective = '有効';
259 $strEmptyResultSet = '返り値が空でした(行数0)';
260 $strEmpty = '空にする';
261 $strEnabled = '有効';
262 $strEncloseInTransaction = 'エクスポートをトランザクションで囲む';
263 $strEncto = 'エンコーディングへ変換する'; // encoding convert
264 $strEnd = '最後';
265 $strEndCut = 'END CUT';
266 $strEndRaw = 'END RAW';
267 $strEngineAvailable = '%s は有効になっています';
268 $strEngineDisabled = '%s は無効になっています';
269 $strEngines = 'エンジン';
270 $strEngineUnsupported = 'この MySQL サーバは %s ストレージエンジンをサポートしていません';
271 $strEnglish = '英語';
272 $strEnglishPrivileges = '注意: MySQL の特権名は英語で表示されます';
273 $strErrorInZipFile = 'ZIP アーカイブにエラーがあります:';
274 $strErrorRelationAdded = 'エラー: リレーションを追加できませんでした';
275 $strErrorRelationExists = 'エラー: リレーションはすでに存在しています';
276 $strErrorRenamingTable = 'テーブルを %1$s から %2$s にリネームするときにエラーが発生しました';
277 $strErrorSaveTable = 'デザイナの座標を保存するときにエラーが発生しました';
278 $strError = 'エラー';
279 $strEscapeWildcards = '_ や % というワイルドカードを文字として使用するときは \ でエスケープしてください';
280 $strEsperanto = 'エスペラント語';
281 $strEstonian = 'エストニア語';
282 $strEvents = 'イベント';
283 $strEvent = 'イベント';
284 $strExcelEdition = 'Excel のエディション';
285 $strExecuteBookmarked = 'ブックマークされたクエリを実行する';
286 $strExplain = 'EXPLAIN で確認';
287 $strExportImportToScale = '倍率にあわせたエクスポート/インポート';
288 $strExportMustBeFile = 'この形式のエクスポートはファイルに保存する必要があります!';
289 $strExport = 'エクスポート';
290 $strExtendedInserts = '長い INSERT 文を作成する';
291 $strExtra = 'その他';
293 $strFailedAttempts = '失敗回数';
294 $strFieldHasBeenDropped = 'フィールド %s を削除しました';
295 $strFieldInsertFromFileTempDirNotExists = 'アップロードされたファイルの移動に失敗しました。FAQ 1.11 をご覧ください。';
296 $strFieldsEnclosedBy = 'フィールド囲み記号';
297 $strFieldsEscapedBy = 'フィールドのエスケープ記号';
298 $strFieldsTerminatedBy = 'フィールド区切り記号';
299 $strFields = 'フィールド';
300 $strField = 'フィールド';
301 $strFileAlreadyExists = 'サーバ上に既存のファイル %s があります。ファイル名を変更するか、上書きオプションを有効にしてください';
302 $strFileCouldNotBeRead = 'ファイルを読み込めませんでした';
303 $strFileNameTemplateDescriptionDatabase = 'データベース名';
304 $strFileNameTemplateDescriptionServer = 'サーバ名';
305 $strFileNameTemplateDescriptionTable = 'テーブル名';
306 $strFileNameTemplateDescription = 'このテンプレートは %1$sstrftime%2$s を使って解釈されます。そのため、時間の書式文字列を利用できます。また、次の変換も行われます。%3$s それ以外のテキストは修正されません';
307 $strFileNameTemplateRemember = 'テンプレートを記憶させる';
308 $strFileNameTemplate = 'ファイル名のテンプレート';
309 $strFiles = 'ファイル';
310 $strFileToImport = 'インポートするファイル';
311 $strFlushPrivilegesNote = '注意: phpMyAdmin は MySQL の特権テーブルから直接ユーザ特権を取得しますが、手作業で特権を更新した場合は phpMyAdmin が利用しているテーブルの内容とサーバの特権の内容が一致しなくなることがありますので、作業を続ける前に %s特権リロード%s をしてください';
312 $strFlushQueryCache = 'クエリキャッシュをフラッシュする';
313 $strFlushTables = 'すべてのテーブルをフラッシュする(閉じる)';
314 $strFlushTable = 'テーブルをフラッシュする("FLUSH")';
315 $strFontSize = 'フォントサイズ';
316 $strForeignKeyError = '%1$s に外部キーを作成するときにエラーが発生しました (データ型を確認してください)';
317 $strForeignKeyRelationAdded = '外部キーを追加しました';
318 $strFormat = 'フォーマット';
319 $strFormEmpty = 'フォームに入力されていない値があります!';
320 $strFreePages = 'フリーページ数';
321 $strFullText = '全文';
322 $strFunction = '関数';
323 $strFunctions = '関数';
325 $strGenBy = '生成環境';
326 $strGeneralRelationFeat = '一般的なリレーション機能';
327 $strGeneratePassword = 'パスワードを生成する';
328 $strGenerate = '生成する';
329 $strGenTime = '生成時間';
330 $strGeorgian = 'グルジア語';
331 $strGerman = 'ドイツ語';
332 $strGlobalPrivileges = 'グローバル特権';
333 $strGlobalValue = 'グローバル値';
334 $strGlobal = 'グローバル';
335 $strGo = '実行する';
336 $strGrantOption = '権限委譲';
337 $strGreek = 'ギリシア語';
338 $strGzip = '"gzip 形式"';
340 $strHandler = 'ハンドラ';
341 $strHasBeenAltered = 'を変更しました';
342 $strHaveToShow = '最低ひとつは表示するカラムを選択してください';
343 $strHebrew = 'ヘブライ語';
344 $strHelp = 'ヘルプ';
345 $strHexForBLOB = 'BLOBに16進数表記を利用する';
346 $strHideShowAll = 'すべて隠す/表示';
347 $strHideShowNoRelation = 'リレーションのないテーブルを隠す/表示';
348 $strHide = '隠す';
349 $strHomepageOfficial = 'phpMyAdmin のオフィシャルサイト';
350 $strHome = 'メインページへ';
351 $strHostEmpty = 'ホスト名が空です!';
352 $strHost = 'ホスト';
353 $strHTMLExcel = 'Microsoft Excel 2000';
354 $strHTMLWord = 'Microsoft Word 2000';
355 $strHungarian = 'ハンガリー語';
357 $strIcelandic = 'アイスランド語';
358 $strId = 'ID';
359 $strIdxFulltext = '全文';
360 $strIEUnsupported = 'Internet Explorer ではこの機能は利用できません';
361 $strIgnore = '無視';
362 $strIgnoreDuplicates = '重複している行を無視する';
363 $strIgnoreInserts = 'INSERT IGNORE を使用する';
364 $strImportExportCoords = 'PDF スキーマの座標をインポート/エクスポートする';
365 $strImportFiles = 'インポートファイル';
366 $strImportFormat = 'インポートするファイルの形式';
367 $strImportSuccessfullyFinished = 'インポートは正常終了しました。%d 個のクエリを実行しました';
368 $strImport = 'インポート';
369 $strIndexesSeemEqual = 'インデックス %1$s %2$s は同一のもののようです。一方は削除してもよいかもしれません。';
370 $strIndexes = 'インデックスサイズ';
371 $strIndexHasBeenDropped = 'インデックス %s を削除しました';
372 $strIndexName = 'インデックス名:';
373 $strIndexType = 'インデックスの種類:';
374 $strIndexWarningTable = 'テーブル `%s` のインデックスに問題があります';
375 $strIndex = 'インデックス';
376 $strInnoDBAutoextendIncrementDesc = 'スペースがいっぱいになったときに自動的にテーブルを拡張する場合に追加されるテーブルの大きさ';
377 $strInnoDBAutoextendIncrement = '自動拡張時に追加されるテーブルの大きさ';
378 $strInnoDBBufferPoolSizeDesc = 'InnoDB がテーブルのデータやインデックスをキャッシュするのに使うメモリバッファ量';
379 $strInnoDBBufferPoolSize = 'バッファプールの大きさ';
380 $strInnoDBDataFilePath = 'データファイル';
381 $strInnoDBDataHomeDirDesc = 'すべての InnoDB データファイルに共通するディレクトリパス';
382 $strInnoDBDataHomeDir = 'データのホームディレクトリ';
383 $strInnoDBPages = 'ページ';
384 $strInnodbStat = 'InnoDB ステータス';
385 $strInsecureMySQL = 'お使いの設定ファイルに MySQL のデフォルト特権アカウントに相当する設定 (root ユーザでパスワードなし) が含まれています。お使いの MySQL サーバはこのデフォルト設定で動作しているため不正アクセス可能な状態になっています。このセキュリティホールはかならず閉ざしてください';
386 $strInsert = '挿入';
387 $strInsertAsNewRow = '新しい行として挿入する';
388 $strInsertedRowId = 'id %1$d の行を挿入しました';
389 $strInterface = 'インタフェース';
390 $strInternalAndForeign = '対応する外部リレーションが存在する場合、内部リレーションは必要ありません。';
391 $strInternalRelationAdded = '内部リレーションを追加しました';
392 $strInternalRelations = '内部リレーション';
393 $strInUse = '使用中';
394 $strInvalidAuthMethod = '設定ファイルに無効な認証方法が指定されています:';
395 $strInvalidColumnCount = 'カラム数は 0 より大きくなければいけません';
396 $strInvalidColumn = '不正なカラム(%s)が指定されています!';
397 $strInvalidCSVFieldCount = 'CSV 入力のフィールド数が不正です (行: %d)';
398 $strInvalidCSVFormat = 'CSV 入力の書式が不正です (行: %d)';
399 $strInvalidCSVParameter = 'CSV インポートのパラメータが不正です: %s';
400 $strInvalidDatabase = '不正なデータベースです';
401 $strInvalidFieldAddCount = '最低ひとつはフィールドを追加してください';
402 $strInvalidFieldCount = 'テーブルには最低ひとつのフィールドが必要です';
403 $strInvalidLDIImport = 'このプラグインでは圧縮されたファイルのインポートはできません!';
404 $strInvalidRowNumber = '%d は不正な行番号です';
405 $strInvalidServerHostname = 'サーバ %1$s のホスト名が不正です。設定を確認してください';
406 $strInvalidServerIndex = 'サーバのインデックスが不正です: "%s"';
407 $strInvalidTableName = 'テーブル名が不正です';
409 $strJapanese = '日本語';
410 $strJoins = '結合';
411 $strJumpToDB = '&quot;%s&quot; データベースに移動';
412 $strJustDeleteDescr = '特権がリロードされるまでは「削除」されたユーザもふつうにサーバにアクセスできます';
413 $strJustDelete = '特権テーブルからユーザを削除するだけにする';
415 $strKanjiEncodConvert = '漢字コード変換'; // kanji code convert
416 $strKeepPass = 'パスワードは変更しない';
417 $strKeyCache = 'キーキャッシュ';
418 $strKeyname = 'キー名';
419 $strKill = '停止';
420 $strKnownExternalBug = '%s の機能には既知のバグがあります。%s をご覧ください';
421 $strKorean = '韓国語';
423 $strLandscape = '横向き';
424 $strLanguage = '言語';
425 $strLanguageUnknown = '言語ファイルが登録されていません: %1$s';
426 $strLatexCaption = 'テーブルのキャプション';
427 $strLatexContent = 'テーブル __TABLE__ の内容';
428 $strLatexContinuedCaption = 'テーブルのキャプション(続き)';
429 $strLatexContinued = '(続き)';
430 $strLatexIncludeCaption = 'テーブルのキャプションを含める';
431 $strLatexLabel = 'ラベルキー';
432 $strLaTeX = 'LaTeX';
433 $strLatexStructure = 'テーブル __TABLE__ の構造';
434 $strLatchedPages = 'ラッチされているページ';
435 $strLatvian = 'ラトビア語';
436 $strLDI = 'LOAD DATA する CSV';
437 $strLDILocal = 'LOCAL キーワードを使用する';
438 $strLengthSet = '長さ/値';
439 $strLimitNumRows = 'ページあたりの行数';
440 $strLinesTerminatedBy = '行の終端記号';
441 $strLinkNotFound = 'リンク先が見つかりません';
442 $strLinksTo = 'リンク先';
443 $strLithuanian = 'リトアニア語';
444 $strLocalhost = 'ローカル';
445 $strLocationTextfile = 'テキストファイルの位置';
446 $strLoginInformation = 'ログイン情報';
447 $strLogin = 'ログイン';
448 $strLogout = 'ログアウト';
449 $strLogPassword = 'パスワード:';
450 $strLogServer = 'サーバ';
451 $strLogUsername = 'ユーザ名:';
452 $strLongOperation = 'この作業には時間がかかることがあります。続行しますか?';
454 $strMaxConnects = '最大同時接続数';
455 $strMaximalQueryLength = '作成するクエリの最大長';
456 $strMaximumSize = '最長: %s%s';
457 $strMbExtensionMissing = 'PHP の mbstring 拡張が見つかりませんでした。マルチバイト文字セットを使用しているようですが、mbstring 拡張がないと phpMyAdmin は文字列を正しく分割できないため予期しない結果になることがあります';
458 $strMbOverloadWarning = 'PHP の設定で mbstring.func_overload が有効になっています。phpMyAdmin はこのオプションに対応していないため、データが破壊されることがあります!';
459 $strMIME_available_mime = '利用できる MIME タイプ';
460 $strMIME_available_transform = '利用できる変換機能';
461 $strMIME_description = '説明';
462 $strMIME_MIMEtype = 'MIME タイプ';
463 $strMIME_nodescription = 'この変換機能には説明がありません。<br />%s の動作については作者にご確認ください';
464 $strMIME_transformation_note = '利用可能な変換オプションや MIME タイプの変換の一覧については %s変換機能の説明%s をご覧ください';
465 $strMIME_transformation_options_note = '変換オプションの値の書式: \'a\',\'b\',\'c\'...<br />バックスラッシュ ("\") やシングルクォート ("\'") を値に含める必要がある場合は ( \\\\xyz や a\\\'b のように) バックスラッシュでエスケープしてください';
466 $strMIME_transformation_options = '変換オプション';
467 $strMIME_transformation = 'ブラウザ変換機能';
468 $strMIMETypesForTable = 'MIME TYPES FOR TABLE';
469 $strMIME_without = 'イタリック表示されている MIME タイプには個別の変換関数はありません';
470 $strModifications = '修正を保存しました';
471 $strModify = '修正';
472 $strModifyIndexTopic = 'インデックスを修正する';
473 $strMoveMenu = 'メニューを移動する';
474 $strMoveTableOK = 'テーブル %s %s に移動しました';
475 $strMoveTableSameNames = '同じテーブルには移動できません!';
476 $strMoveTable = 'テーブルの移動先(database<b>.</b>table):';
477 $strMultilingual = '多言語';
478 $strMyISAMDataPointerSizeDesc = 'MAX_ROWS オプションを指定せずに MyISAM テーブルを作成するときに CREATE TABLE が使用するデフォルトのポインタサイズ (バイト単位)';
479 $strMyISAMDataPointerSize = 'データポインタのサイズ';
480 $strMyISAMMaxExtraSortFileSizeDesc = 'MyISAM のインデックスを高速生成するときに利用される一時ファイルとキーキャッシュの差がここで指定した値以上に大きくなる場合は、キーキャッシュ法が使われます';
481 $strMyISAMMaxExtraSortFileSize = 'インデックス作成時に利用する一時ファイルの最大サイズ';
482 $strMyISAMMaxSortFileSizeDesc = 'MyISAM インデックスを再作成するとき (REPAIR TABLE や ALTER TABLE、LOAD DATA INFILE の最中) に利用できる一時ファイルの最大サイズ';
483 $strMyISAMMaxSortFileSize = 'ソート用の一時ファイルの最大サイズ';
484 $strMyISAMRecoverOptionsDesc = 'クラッシュした MyISAM テーブルを自動修復するときのモード (サーバ起動オプション --myisam-recover で設定されるもの)';
485 $strMyISAMRecoverOptions = '自動修復モード';
486 $strMyISAMRepairThreadsDesc = 'この値が 1 より大きい場合は MyISAM テーブルのインデックスも修復中にソートプロセスによって (スレッドごとに) 同時作成されます';
487 $strMyISAMRepairThreads = 'スレッドの修復';
488 $strMyISAMSortBufferSizeDesc = 'REPAIR TABLE の最中に MyISAM のインデックスをソートするとき、あるいは CREATE INDEX や ALTER TABLE でインデックスを作成するときに割り当てられるバッファ';
489 $strMyISAMSortBufferSize = 'ソートバッファのサイズ';
490 $strMysqlClientVersion = 'MySQL クライアントのバージョン';
491 $strMySQLConnectionCollation = 'MySQL 接続の照合順序';
492 $strMySQLCharset = 'MySQL の文字セット';
493 $strMysqlLibDiffersServerVersion = 'お使いの PHP MySQL ライブラリのバージョン %s が MySQL サーバのバージョン %s と異なります。これは予期しない不具合を起こす可能性があります。';
494 $strMySQLSaid = 'MySQLのメッセージ: ';
495 $strMySQLShowProcess = 'MySQL プロセスの表示';
497 $strName = '名前';
498 $strNext = '次へ';
499 $strNoActivity = '%s 秒以上操作をしませんでした。ログインしなおしてください';
500 $strNoDatabasesSelected = 'データベースが選択されていません';
501 $strNoDatabases = 'データベースが存在しません';
502 $strNoDataReceived = 'インポートするデータを受信できませんでした。ファイル名が送信されていないか、ファイルサイズが PHP の設定で許可された最大値を超えています。FAQ 1.16をご覧ください';
503 $strNoDescription = '説明がありません';
504 $strNoDetailsForEngine = 'このストレージエンジンにはステータスの詳細情報はありません';
505 $strNoDropDatabases = 'DROP DATABASE 文は無効にされています';
506 $strNoExplain = 'SQL の EXPLAIN 解析をスキップ';
507 $strNoFilesFoundInZip = 'ZIP アーカイブにファイルが含まれていません!';
508 $strNoFrames = 'phpMyAdmin は<b>フレーム対応</b>ブラウザでの利用をお勧めします';
509 $strNoIndexPartsDefined = 'インデックス部分が定義されていません!';
510 $strNoIndex = 'インデックスが定義されていません!';
511 $strNoModification = '変更なし';
512 $strNone = 'なし';
513 $strNoOptions = 'この書式にはオプションはありません';
514 $strNoPassword = 'パスワードなし';
515 $strNoPermission = 'このウェブサーバにはファイル %s を保存する権限がありません';
516 $strNoPhp = 'PHP コードを省略';
517 $strNoPrivileges = '特権なし';
518 $strNoRights = '特権不足でアクセスできません!';
519 $strNoRowsSelected = '行が選択されていません';
520 $strNoSpace = '空き容量不足でファイル %s を保存できません';
521 $strNoTablesFound = 'このデータベースにはテーブルがありません';
522 $strNoThemeSupport = 'テーマは利用できません。設定やテーマディレクトリ %s を確認してください';
523 $strNotNumber = '数値ではありません!';
524 $strNotOK = 'Not OK';
525 $strNotSet = 'テーブル <b>%s</b> が見つかりません。あるいは %s には設定されていません';
526 $strNoUsersFound = 'ユーザが存在しません';
527 $strNoValidateSQL = 'SQL の検証をスキップ';
528 $strNo = 'いいえ';
529 $strNull = 'ヌル(NULL)';
530 $strNumberOfFields = 'フィールド数';
531 $strNumberOfTables = 'テーブル数';
532 $strNumSearchResultsInTable = '%s 件(テーブル <i>%s</i>)';
533 $strNumSearchResultsTotal = '<b>合計:</b> <i>%s</i> 件';
534 $strNumTables = 'テーブル';
536 $strOK = 'OK';
537 $strOpenDocumentSpreadsheet = 'Openスプレッドシート';
538 $strOpenDocumentText = 'Openテキスト';
539 $strOpenNewWindow = '別ウィンドウで開く';
540 $strOperations = '操作';
541 $strOperator = '演算子';
542 $strOptimize = '最適化';
543 $strOptimizeTable = 'テーブルを最適化する';
544 $strOptions = 'オプション';
545 $strOr = 'または';
546 $strOverhead = 'オーバーヘッド';
547 $strOverwriteExisting = '既存のファイルは上書き';
549 $strPacked = '圧縮';
550 $strPageNumber = 'ページ番号:';
551 $strPagesToBeFlushed = 'フラッシュ待ちページ数';
552 $strPaperSize = '用紙サイズ';
553 $strPartialImport = '部分インポート';
554 $strPartialText = '部分テキスト';
555 $strPartitionDefinition = 'パーティションの定義';
556 $strPartitioned = 'パーティション有り';
557 $strPartitionMaintenance = 'パーティション管理';
558 $strPartition = 'パーティション %s';
559 $strPasswordEmpty = 'パスワードが空です!';
560 $strPasswordHashing = 'パスワードハッシュ';
561 $strPasswordChanged = '%s のパスワードは正しく変更されました';
562 $strPasswordNotSame = 'パスワードが異なっています!';
563 $strPassword = 'パスワード';
564 $strPBXTDataFileGrowSizeDesc = 'ハンドルデータファイル(.xtd)の増分。';
565 $strPBXTDataFileGrowSize = 'データファイルの増分';
566 $strPBXTDataLogThresholdDesc = 'データログファイルの大きさの最大値。デフォルト値は 64MB です。PBXT は最大 32000 個のデータログを作成できますが、これはあらゆるテーブルが使うものですので、この変数の値を大きくするとデータベースに保存できるデータの総数を増やすことができます。';
567 $strPBXTDataLogThreshold = 'データログの閾値';
568 $strPBXTGarbageThresholdDesc = 'データログファイルのガベージが何%になったら圧縮するか。1 から 99 までの値をとります。デフォルトは 50 です。';
569 $strPBXTGarbageThreshold = 'ガベージ閾値';
570 $strPBXTCheckpointFrequencyDesc = 'チェックポイントを実行する前にトランザクションログに書き込むデータ量。デフォルト値は 24MB です。';
571 $strPBXTCheckpointFrequency = 'チェックポイント頻度';
572 $strPBXTIndexCacheSizeDesc = 'インデックスキャッシュに割り当てるメモリ量。デフォルト値は 32MB です。ここで割り当てたメモリはインデックスページのキャッシュにのみ利用されます。';
573 $strPBXTIndexCacheSize = 'インデックスキャッシュの大きさ';
574 $strPBXTLogBufferSizeDesc = 'データログを書き出すときに使うバッファの大きさ。デフォルトは 256MB です。このエンジンはスレッドごとにバッファをひとつ割り当てます(そのスレッドがデータログを書き出す必要がある場合のみ)。';
575 $strPBXTLogBufferSize = 'ログバッファの大きさ';
576 $strPBXTLogCacheSizeDesc = 'トランザクションログデータをキャッシュするのに使うトランザクションログキャッシュに割り当てるメモリ量。デフォルトは 16MB です。';
577 $strPBXTLogCacheSize = 'ログキャッシュの大きさ';
578 $strPBXTLogFileCountDesc = 'システムが保存するトランザクションログファイル (pbxt/system/xlog*.xt) の数。ログの数がそれ以上になると古いログが削除されるか、リネームされて最大値の1つ前の番号がつけられます。';
579 $strPBXTLogFileCount = 'ログファイル数';
580 $strPBXTLogFileThresholdDesc = 'トランザクションログがどこまで増えたらロールオーバーして新しいログを作成するか。デフォルト値は 16MB です。';
581 $strPBXTLogFileThreshold = 'ログファイルの閾値';
582 $strPBXTRecordCacheSizeDesc = 'テーブルデータをキャッシュするのに使うレコードキャッシュに割り当てるメモリ量。デフォルト値は 32MB です。このメモリはハンドルデータファイル(.xtd)や列ポインタファイル(.xtr)の変更をキャッシュするのに利用されます。';
583 $strPBXTRecordCacheSize = 'レコードキャッシュの大きさ';
584 $strPBXTRowFileGrowSizeDesc = '列ポインタファイル(.xtr)の増分。';
585 $strPBXTRowFileGrowSize = '列ファイルの増分';
586 $strPBXTTransactionBufferSizeDesc = 'グローバルトランザクションログバッファの大きさ(このエンジンはこの大きさのバッファを2つ割り当てます)。デフォルトは 1MB です。';
587 $strPBXTTransactionBufferSize = 'トランザクションバッファの大きさ';
588 $strPdfDbSchema = 'データベース %s のスキーマ - ページ %s';
589 $strPdfInvalidTblName = '"%s" テーブルは存在しません!';
590 $strPdfNoTables = 'テーブルがありません';
591 $strPDF = 'PDF';
592 $strPDFReportExplanation = '(ひとつのテーブルのデータを含むレポートを生成します)';
593 $strPDFReportTitle = 'レポートのタイトル';
594 $strPerHour = '/時';
595 $strPerMinute = '/分';
596 $strPerSecond = '/秒';
597 $strPersian = 'ペルシア語';
598 $strPhoneBook = '電話帳';
599 $strPHPExtension = 'PHP 拡張';
600 $strPhp = 'PHP コードの作成';
601 $strPHPVersion = 'PHP のバージョン';
602 $strPleaseSelectPrimaryOrUniqueKey = '主キーまたはユニークキーを選択してください';
603 $strPmaDocumentation = 'phpMyAdmin のドキュメント';
604 $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> はかならず設定ファイルで設定する必要があります!';
605 $strPolish = 'ポーランド語';
606 $strPortrait = '縦向き';
607 $strPos1 = '先頭';
608 $strPrevious = '前';
609 $strPrimary = '主';
610 $strPrimaryKeyHasBeenDropped = '主キーを削除しました';
611 $strPrimaryKeyName = '主キーの名前は PRIMARY でなければなりません!';
612 $strPrimaryKeyWarning = '(主キーはかならず "PRIMARY" という名前でなければなりません。また主キー以外に "PRIMARY" という名前を使ってはなりません!)';
613 $strPrint = '印刷';
614 $strPrintView = '印刷用画面';
615 $strPrintViewFull = '印刷用画面 (全テキストを含む)';
616 $strPrivDescAllPrivileges = 'GRANT 以外のすべての特権を付与する';
617 $strPrivDescAlterRoutine = 'ストアドルーチンの修正と削除を許可する';
618 $strPrivDescAlter = '既存のテーブル構造の変更を許可する';
619 $strPrivDescCreateDb = '新しいデータベースやテーブルの作成を許可する';
620 $strPrivDescCreateRoutine = 'ストアドルーチンの作成を許可する';
621 $strPrivDescCreateTbl = '新しいテーブルの作成を許可する';
622 $strPrivDescCreateTmpTable = '一時テーブルの作成を許可する';
623 $strPrivDescCreateUser = 'ユーザアカウントの作成・削除・リネームを許可する';
624 $strPrivDescCreateView = '新しいビューの作成を許可する';
625 $strPrivDescDelete = 'データの削除を許可する';
626 $strPrivDescDropDb = 'データベースとテーブルの削除を許可す';
627 $strPrivDescDropTbl = 'テーブルの削除を許可する';
628 $strPrivDescEvent = 'イベントスケジューラにイベントを設定できるようにする';
629 $strPrivDescExecute5 = 'ストアドルーチンの実行を許可する';
630 $strPrivDescExecute = 'ストアードプロシジャの実行を許可する (このバージョンの MySQL では無効です)';
631 $strPrivDescFile = 'データのインポート、エクスポートを許可する';
632 $strPrivDescGrant = '特権テーブルのリロードなしのユーザ・特権の追加を許可する';
633 $strPrivDescIndex = 'インデックスの作成、削除を許可する';
634 $strPrivDescInsert = 'データの挿入、置換を許可する';
635 $strPrivDescLockTables = '現在のスレッドのテーブルロックを許可する';
636 $strPrivDescMaxConnections = '単位時間内に可能な新規接続回数を制限する';
637 $strPrivDescMaxQuestions = '単位時間内にサーバに送信可能なクエリ数を制限する';
638 $strPrivDescMaxUpdates = '単位時間内に実行可能なテーブルないしデータベースの編集コマンド数を制限する';
639 $strPrivDescMaxUserConnections = 'ユーザの同時接続数を制限する';
640 $strPrivDescProcess = '全ユーザのプロセスを閲覧できるようにする';
641 $strPrivDescReferences = 'このバージョンの MySQL では無効です';
642 $strPrivDescReload = 'サーバ設定のリロード、サーバキャッシュのフラッシュを許可する';
643 $strPrivDescReplClient = 'スレーブ/マスターの照会を許可する';
644 $strPrivDescReplSlave = 'レプリケーションスレーブでは有効にする必要があります';
645 $strPrivDescSelect = 'データの読み込みを許可する';
646 $strPrivDescShowDb = 'データベース総一覧へのアクセスを許可する';
647 $strPrivDescShowView = 'SHOW CREATE VIEW クエリの実行を許可する';
648 $strPrivDescShutdown = 'サーバのシャットダウンを許可する';
649 $strPrivDescSuper = '最大接続数に達しているときでも接続を許可する。グローバル変数の設定や他のユーザのスレッドを停止するといった管理操作をする場合はたいていこの設定が必要になります';
650 $strPrivDescTrigger = 'トリガの作成・削除を許可する';
651 $strPrivDescUpdate = 'データの修正を許可する';
652 $strPrivDescUsage = '特権はありません';
653 $strPrivileges = '特権';
654 $strPrivilegesReloaded = '特権を正常にリロードしました';
655 $strProcedures = 'プロシジャ';
656 $strProcesses = 'プロセス';
657 $strProcesslist = 'プロセス一覧';
658 $strProfiling = 'プロファイリング';
659 $strProtocolVersion = 'プロトコルバージョン';
660 $strPutColNames = '1 行目にフィールド名を追加する';
662 $strQBEDel = '削除';
663 $strQBEIns = '挿入';
664 $strQBE = 'クエリ';
665 $strQueryCache = 'クエリキャッシュ';
666 $strQueryFrame = 'クエリウィンドウ';
667 $strQueryOnDb = 'データベース <b>%s</b> のSQL:';
668 $strQueryResultsOperations = 'クエリ結果操作';
669 $strQuerySQLHistory = 'SQL 履歴';
670 $strQueryStatistics = '<b>クエリ統計</b>: 起動時から数えて %s 個のクエリをサーバに送信しました';
671 $strQueryTime = 'クエリの実行時間 %01.4f 秒';
672 $strQueryType = 'クエリ種別';
673 $strQueryWindowLock = '他のウィンドウからクエリを上書きすることはできません';
675 $strReadRequests = '読み込みリクエスト数';
676 $strRebuild = '再構築';
677 $strReceived = '受信済';
678 $strRecommended = '推奨';
679 $strRecords = 'レコード数';
680 $strReferentialIntegrity = '参照整合性の確認:';
681 $strRefresh = '再描画';
682 $strRelationalDisplayField = 'リレーション表示フィールド';
683 $strRelationalKey = 'リレーションキー';
684 $strRelationalSchema = 'リレーショナルスキーマ';
685 $strRelationDeleted = 'リレーションを削除しました';
686 $strRelationNotWorking = 'リンクテーブルを処理するための追加機能が無効になっています。理由については%sこちら%sをご覧ください';
687 $strRelationsForTable = 'RELATIONS FOR TABLE';
688 $strRelations = 'リレーション';
689 $strRelationView = 'リレーションビュー';
690 $strReloadingThePrivileges = '特権をリロードしています';
691 $strReloadPrivileges = '特権をリロードする';
692 $strReload = 'リロード';
693 $strRemovePartitioning = 'パーティションを削除';
694 $strRemoveSelectedUsers = '選択したユーザを削除する';
695 $strRenameDatabaseOK = 'データベース %s %s にリネームしました';
696 $strRenameTableOK = 'テーブル %s %s にリネームしました';
697 $strRenameTable = 'リネーム後のテーブル名';
698 $strRepair = '修復';
699 $strRepairTable = 'テーブルを修復する';
700 $strReplaceNULLBy = 'NULL の代替文字列';
701 $strReplaceTable = 'テーブルデータを差し替えるファイル';
702 $strReplication = 'レプリケーション';
703 $strReset = 'リセット';
704 $strResourceLimits = 'リソースの制限';
705 $strRestartInsertion = '%s 行から挿入を再開する';
706 $strReType = 'もう一度入力してください';
707 $strRevokeAndDeleteDescr = 'USAGE 特権については特権をリロードするまで残ります';
708 $strRevokeAndDelete = '特権をすべて取り消してユーザを削除する';
709 $strRevokeMessage = '%s の特権を取り消しました';
710 $strRevoke = '取り消し';
711 $strRomanian = 'ルーマニア語';
712 $strRoutineReturnType = '返り値の種類';
713 $strRoutines = 'ルーチン';
714 $strRowLength = '行の長さ';
715 $strRows = '行';
716 $strRowsAffected = '%1$d 行変更しました。';
717 $strRowsDeleted = '%1$d 行削除しました。';
718 $strRowsFrom = '開始行';
719 $strRowsInserted = '%1$d 行挿入しました。';
720 $strRowSize = ' 行のサイズ ';
721 $strRowsModeFlippedHorizontal = '水平 (ヘッダも回転)';
722 $strRowsModeHorizontal = '水平';
723 $strRowsModeOptions = 'モード: %s (%s セルごとにヘッダを表示)';
724 $strRowsModeVertical = '垂直';
725 $strRowsStatistic = '行の統計';
726 $strRunning = '実行環境: %s';
727 $strRunQuery = 'クエリを実行する';
728 $strRunSQLQueryOnServer = 'サーバ %s 上でクエリを実行する';
729 $strRunSQLQuery = 'データベース %s 上でクエリを実行する';
730 $strRussian = 'ロシア語';
732 $strSaveOnServer = 'サーバ上のディレクトリ %s に保存する';
733 $strSavePosition = '位置を保存';
734 $strSave = '保存する';
735 $strScaleFactorSmall = '倍率が小さすぎるためスキーマが 1 ページに収まりません';
736 $strSearch = '検索';
737 $strSearchFormTitle = 'データベース内検索';
738 $strSearchInField = '検索するフィールド:';
739 $strSearchInTables = '検索するテーブル:';
740 $strSearchNeedle = '検索する単語や値 (ワイルドカード: "%"):';
741 $strSearchOption1 = 'いずれかの単語を含む';
742 $strSearchOption2 = 'すべての単語を含む';
743 $strSearchOption3 = '完全一致';
744 $strSearchOption4 = '正規表現';
745 $strSearchResultsFor = '"<i>%s</i>" の検索結果 %s:';
746 $strSearchType = '検索条件:';
747 $strSecretRequired = '設定ファイルが秘密のパスフレーズ (blowfish_secret) を必要とするようになりました';
748 $strSelectADb = 'データベースを選択してください';
749 $strSelectAll = '全選択';
750 $strSelectBinaryLog = '表示するバイナリログを選択してください';
751 $strSelectFields = 'フィールドを選択してください(最低1つ):';
752 $strSelectForeignKey = '外部キーを選択してください';
753 $strSelectNumRows = '行/クエリ';
754 $strSelectReferencedKey = '参照されているキーを選択';
755 $strSelectTables = 'テーブルを選択してください';
756 $strSend = 'ファイルに保存する';
757 $strSent = '送信済';
758 $strServerChoice = 'サーバの選択';
759 $strServerNotResponding = 'サーバが応答しません';
760 $strServerStatusDelayedInserts = '遅延インサート';
761 $strServerStatusUptime = 'この MySQL サーバの稼働時間: %s (起動時刻: %s)';
762 $strServerStatus = 'ランタイム情報';
763 $strServers = 'サーバ';
764 $strServerTabVariables = '変数';
765 $strServerTrafficNotes = '<b>サーバトラフィック</b>: これらの表は MySQL サーバ起動以後のネットワークトラフィックの統計です';
766 $strServerVars = 'サーバ変数と設定値';
767 $strServerVersion = 'サーバのバージョン';
768 $strServer = 'サーバ';
769 $strSessionStartupErrorGeneral = 'エラーが出たためセッションを開始できませんでした。PHP やウェブサーバのログファイルに出ているエラーを確認して、PHP を正しく設定してください。';
770 $strSessionValue = 'セッション値';
771 $strSetEnumVal = 'フィールド種別が「enum」ないし「set」の場合の値の書式: \'a\',\'b\',\'c\'...<br />バックスラッシュ("\")やシングルクォート("\'")を含める必要がある場合は ( \\\\xyz や a\\\'b のように) その前にバックスラッシュを付けてください';
772 $strSetupExport_asfile_name = 'ファイルに保存する';
773 $strSetupExport_compression_name = '圧縮';
774 $strSetupExport_format_name = 'フォーマット';
775 $strSetupExport_onserver_overwrite_name = '既存のファイルは上書き';
776 $strSetupForm_Left_databases = 'データベース';
777 $strSetupForm_Left_servers = 'サーバ';
778 $strSetupForm_Left_tables = 'テーブル';
779 $strSetupForm_Query_window = 'クエリウィンドウ';
780 $strSetupImport_format_name = 'インポートするファイルの形式';
781 $strSetupSQLQuery_Edit_name = '編集';
782 $strSetupSQLQuery_Explain_name = 'EXPLAIN で確認';
783 $strSetupSQLQuery_Refresh_name = '再描画';
784 $strSetupSQLQuery_ShowAsPHP_name = 'PHP コードの作成';
785 $strShow = '表示';
786 $strShowAll = 'すべて表示';
787 $strShowColor = '色表示';
788 $strShowDatadictAs = 'データ辞書形式';
789 $strShowFullQueries = 'クエリ全体を表示';
790 $strShowGrid = 'グリッドを表示';
791 $strShowHideLeftMenu = '左側のメニューを表示する/隠す';
792 $strShowingBookmark = '表示中のブックマーク';
793 $strShowingPhp = 'PHP コードとして表示';
794 $strShowingRecords = '表示中の列';
795 $strShowingSQL = 'SQL クエリを表示';
796 $strShowOpenTables = '開いているテーブルを表示する';
797 $strShowPHPInfo = 'PHP 情報';
798 $strShowSlaveHosts = 'スレーブホストを表示する';
799 $strShowSlaveStatus = 'スレーブの状態を表示する';
800 $strShowStatusBinlog_cache_disk_useDescr = '一時バイナリログキャッシュを利用したものの binlog_cache_size の値を超過したため一時ファイルにステートメントを保存したトランザクション数';
801 $strShowStatusBinlog_cache_useDescr = '一時バイナリログキャッシュを使用したトランザクション数';
802 $strShowStatusCreated_tmp_disk_tablesDescr = 'ステートメント実行中にサーバがディスク上に自動生成した一時テーブル数。Created_tmp_disk_tables の値が大きい場合は tmp_table_size の値を増やしてディスク上ではなくメモリ上に一時テーブルを構築した方がよいかもしれません';
803 $strShowStatusCreated_tmp_filesDescr = 'mysqld が生成した一時ファイル数';
804 $strShowStatusCreated_tmp_tablesDescr = 'ステートメント実行中にサーバが自動生成したメモリ上の一時テーブル数';
805 $strShowStatusDelayed_errorsDescr = '何らかのエラー (たぶんキーの重複) が発生したため INSERT DELAYED された行数';
806 $strShowStatusDelayed_insert_threadsDescr = '使用中の INSERT DELAYED ハンドラのスレッド数。INSERT DELAYED を適用するテーブルの数だけ固有のスレッドが用意されます';
807 $strShowStatusDelayed_writesDescr = 'INSERT DELAYED で書き込まれた行数';
808 $strShowStatusFlush_commandsDescr = 'FLUSH 文の実行回数';
809 $strShowStatusHandler_commitDescr = '内部で COMMIT 文を実行した回数';
810 $strShowStatusHandler_deleteDescr = 'テーブルから行を削除した回数';
811 $strShowStatusHandler_discoverDescr = 'MySQL サーバは NDB クラスタストレージエンジンに特定の名前を持つテーブルについての情報を持っているか問い合わせることができます。これを開示と言いますが、Handler_discover はその開示されたタイムテーブルの数です';
812 $strShowStatusHandler_read_firstDescr = 'インデックスの最初のエントリを読み込んだ回数。この値が高い場合はサーバが何度もインデックスのフルスキャンを実行しているものと思われます。例えば SELECT col1 FROM foo を実行した場合 (col1 はインデックスに含まれているものとします)';
813 $strShowStatusHandler_read_keyDescr = 'キーに基づいて行を読み込んだリクエストの数。この値が高い場合はクエリとテーブルが適切にインデックスされているものと考えられます';
814 $strShowStatusHandler_read_nextDescr = 'キーの順序通りに次の行を読み込んだリクエストの数。この値はインデックス列のクエリに範囲指定をしているか、インデックススキャンを行っているときに増加します';
815 $strShowStatusHandler_read_prevDescr = 'キーの順序通りに前の行を読み込んだリクエストの数。この読み込みは主に ORDER BY ... DESC の最適化に利用されます';
816 $strShowStatusHandler_read_rndDescr = '決まった位置を基準に行を読み込んだリクエストの数。この値が高いのは結果をソートする必要があるクエリを大量に実行している場合です。おそらくテーブル全体をスキャンしなければならないクエリを大量に行っているか、結合の際のキーの使い方に不適切なところがあります';
817 $strShowStatusHandler_read_rnd_nextDescr = 'データファイルの次の行を読み込んだリクエストの数。この値が高いのはテーブルスキャンを大量に実行しているためです。一般にこれはテーブルのインデックスが不適切か、クエリがインデックスを利用するように書かれていないことを意味します';
818 $strShowStatusHandler_rollbackDescr = '内部で ROLLBACK 文を実行した回数';
819 $strShowStatusHandler_updateDescr = 'テーブル内の行を更新したリクエストの数';
820 $strShowStatusHandler_writeDescr = 'テーブル内に行を挿入したリクエストの数';
821 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'データが含まれるページの数 (ダーティページ、クリーンページの別を問わず)';
822 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = '現在のダーティページの数';
823 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'フラッシュリクエストを受けたバッファプールのページ数';
824 $strShowStatusInnodb_buffer_pool_pages_freeDescr = '空きページ数';
825 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'InnoDBバッファプールでラッチされているページ数。これは現在読み込んでいる、あるいは書き込んでいるページ、あるいは他の何らかの理由でフラッシュしたり削除したりできなくなっているページの数です';
826 $strShowStatusInnodb_buffer_pool_pages_miscDescr = '行ロックやアダプティブハッシュインデックスといった管理オーバヘッドのせいでビジーになっているページ数。この値はInnodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_dataという式でも計算できます';
827 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'ページのバッファプールサイズの合計';
828 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'InnoDBが開始したランダム読み込みの回数。これはクエリがテーブルの大部分をランダムな順番でスキャンするときに発生します';
829 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'InnoDBが開始したシーケンシャル読み込みの回数。これはInnoDBがシーケンシャルなフルテーブルスキャンを行うときに発生します';
830 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'InnoDB が実行した論理読み込みリクエストの数';
831 $strShowStatusInnodb_buffer_pool_readsDescr = 'InnoDB がバッファプールの内容を利用できず、シングルページ読み込みを行わなければならなかった論理読み込みの回数';
832 $strShowStatusInnodb_buffer_pool_wait_freeDescr = '通常 InnoDB バッファプールへの書き込みはバックグラウンドで行われますが、ページの読み込みないし作成を行う必要があるのにクリーンなページが得られない場合は、まずそのページがフラッシュされるのを待つ必要があります。このカウンタは、そのウェイトの回数をカウントするものです。バッファプールの値が適切に設定されていれば、この値は小さいはずです';
833 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'InnoDB バッファプールへの書き込み回数';
834 $strShowStatusInnodb_data_fsyncsDescr = 'これまでに fsync() を実行した回数';
835 $strShowStatusInnodb_data_pending_fsyncsDescr = '現在保留されている fsync() の回数';
836 $strShowStatusInnodb_data_pending_readsDescr = '現在保留されている読み込みの数';
837 $strShowStatusInnodb_data_pending_writesDescr = '現在保留されている書き込みの数';
838 $strShowStatusInnodb_data_readDescr = 'これまでのデータ読み込み量 (単位:バイト)';
839 $strShowStatusInnodb_data_readsDescr = 'データ読み込み回数の合計';
840 $strShowStatusInnodb_data_writesDescr = 'データ書き込み回数の合計';
841 $strShowStatusInnodb_data_writtenDescr = 'これまでのデータの書き込み量 (単位:バイト)';
842 $strShowStatusInnodb_dblwr_pages_writtenDescr = '二重書き込みの実行回数と二重書き込みが発生したページ数';
843 $strShowStatusInnodb_dblwr_writesDescr = '二重書き込みの実行回数と二重書き込みが発生したページ数';
844 $strShowStatusInnodb_log_waitsDescr = 'ログバッファが小さすぎてフラッシュしないと作業を続行できなくなったために発生したウェイトの回数';
845 $strShowStatusInnodb_log_write_requestsDescr = 'ログ書き込みリクエストの数';
846 $strShowStatusInnodb_log_writesDescr = 'ログファイルへの物理書き込みの回数';
847 $strShowStatusInnodb_os_log_fsyncsDescr = 'ログファイルへの fsync 書き込みの回数';
848 $strShowStatusInnodb_os_log_pending_fsyncsDescr = '保留中のログファイルへの fsync 回数';
849 $strShowStatusInnodb_os_log_pending_writesDescr = '保留中のログファイルへの書き込み回数';
850 $strShowStatusInnodb_os_log_writtenDescr = 'ログファイルに書き込んだバイト数';
851 $strShowStatusInnodb_pages_createdDescr = '作成されたページ数';
852 $strShowStatusInnodb_page_sizeDescr = 'コンパイル時の InnoDB のページサイズ (デフォルト:16KB)。多くの値がページ単位で計算されますが、この値を使えば簡単にバイト単位に変換できます';
853 $strShowStatusInnodb_pages_readDescr = '読み込んだページ数';
854 $strShowStatusInnodb_pages_writtenDescr = '書き込んだページ数';
855 $strShowStatusInnodb_row_lock_current_waitsDescr = '現在待機中の行ロックの数';
856 $strShowStatusInnodb_row_lock_time_avgDescr = '行ロック取得に要する平均時間 (単位:ミリ秒)';
857 $strShowStatusInnodb_row_lock_timeDescr = '行ロック取得に要した時間の合計 (単位:ミリ秒)';
858 $strShowStatusInnodb_row_lock_time_maxDescr = '行ロック取得に要した時間の最大値 (単位:ミリ秒)';
859 $strShowStatusInnodb_row_lock_waitsDescr = '行ロック取得時に待機した回数';
860 $strShowStatusInnodb_rows_deletedDescr = 'InnoDB テーブルから削除した行数';
861 $strShowStatusInnodb_rows_insertedDescr = 'InnoDB テーブルに挿入した行数';
862 $strShowStatusInnodb_rows_readDescr = 'InnoDB テーブルから読み込んだ行数';
863 $strShowStatusInnodb_rows_updatedDescr = 'InnoDB テーブルで更新された行数';
864 $strShowStatusKey_blocks_not_flushedDescr = '変更されてからディスクにフラッシュされていないキーキャッシュのキーブロックの数。以前は Not_flushed_key_blocks でした';
865 $strShowStatusKey_blocks_unusedDescr = 'キーキャッシュの未使用ブロックの数。キーキャッシュの使用率を調べるときに使えます';
866 $strShowStatusKey_blocks_usedDescr = 'キーキャッシュの使用済みブロックの数。この値はこれまで一度に使用されたブロックの最大数です';
867 $strShowStatusKey_read_requestsDescr = 'キャッシュからキーブロックを読み込んだリクエストの数';
868 $strShowStatusKey_readsDescr = 'ディスクからキーブロックを物理読み込みした回数。Key_reads が大きいのはおそらく key_buffer_size が小さすぎるためです。キャッシュミスの割合は Key_reads/Key_read_requests で計算できます';
869 $strShowStatusKey_write_requestsDescr = 'キャッシュにキーブロックを書き込んだリクエストの数';
870 $strShowStatusKey_writesDescr = 'ディスクにキーブロックを物理書き込みした回数';
871 $strShowStatusLast_query_costDescr = 'クエリオプティマイザーの計算による、最後にコンパイルされたクエリの総コスト。クエリのプランを変えたときにコストがどう変わるか比較するときに便利です。デフォルト値の 0 はまだ一度もクエリをコンパイルしていないという意味です';
872 $strShowStatusNot_flushed_delayed_rowsDescr = 'INSERT DELAYED キューの中で書き込まれるのを待っている行数';
873 $strShowStatusOpened_tablesDescr = '開いているテーブルの数。開いているテーブルが多い場合はおそらくテーブルキャッシュの値が小さすぎます';
874 $strShowStatusOpen_filesDescr = '開いているファイルの数';
875 $strShowStatusOpen_streamsDescr = '開いているストリームの数 (主にログの記録用です)';
876 $strShowStatusOpen_tablesDescr = '開いているテーブルの数';
877 $strShowStatusQcache_free_blocksDescr = 'クエリキャッシュ内の空きメモリブロックの数';
878 $strShowStatusQcache_free_memoryDescr = 'クエリキャッシュの空きメモリ量';
879 $strShowStatusQcache_hitsDescr = 'キャッシュのヒット数';
880 $strShowStatusQcache_insertsDescr = 'キャッシュに追加されたクエリの数';
881 $strShowStatusQcache_lowmem_prunesDescr = '新しいクエリをキャッシュするためにメモリを解放するべくキャッシュから削除されたクエリの数。この情報はクエリキャッシュのサイズを調整するときに便利です。クエリキャッシュは最後に使われた時刻が最も古いものから削除する(LRU)戦略に従って削除するクエリを決めます';
882 $strShowStatusQcache_not_cachedDescr = 'キャッシュされなかった (キャッシュできないか query_cache_type の設定でキャッシュしないことになっている) クエリの数';
883 $strShowStatusQcache_queries_in_cacheDescr = 'キャッシュに登録されているクエリの数';
884 $strShowStatusQcache_total_blocksDescr = 'クエリキャッシュの総ブロック数';
885 $strShowStatusReset = 'リセット';
886 $strShowStatusRpl_statusDescr = 'フェイルセーフレプリケーションの状態 (未実装)';
887 $strShowStatusSelect_full_joinDescr = 'インデックスを利用しなかった結合の数。この値が 0 でない場合はテーブルのインデックスをよく確認してください';
888 $strShowStatusSelect_full_range_joinDescr = '参照テーブルで範囲検索をした結合の数';
889 $strShowStatusSelect_rangeDescr = '最初のテーブルで範囲指定された結合の数 (この値は大きくてもふつう問題ありません)';
890 $strShowStatusSelect_range_checkDescr = 'キーが指定されていなかったため一行ずつキーが使われているか確認した結合の数(0 でない場合はテーブルのインデックスをよく確認してください)';
891 $strShowStatusSelect_scanDescr = '最初のテーブルをフルスキャンした結合の数';
892 $strShowStatusSlave_open_temp_tablesDescr = 'スレーブの SQL スレッドが現在開いている一時テーブルの数';
893 $strShowStatusSlave_retried_transactionsDescr = 'レプリケーションスレーブの SQL スレッドがトランザクションを再試行した回数(起動時からの合計)';
894 $strShowStatusSlave_runningDescr = 'このサーバがマスターに接続するスレーブである場合は ON になります';
895 $strShowStatusSlow_launch_threadsDescr = 'slow_launch_time で指定された秒数以上に作成時間がかかったスレッドの数';
896 $strShowStatusSlow_queriesDescr = 'long_query_time で指定された秒数以上に時間のかかったクエリの数';
897 $strShowStatusSort_merge_passesDescr = 'ソートアルゴリズムが実行しなければならなかったマージの回数。この値が高い場合は sort_buffer_size システム変数の値を増やした方がよいでしょう';
898 $strShowStatusSort_rangeDescr = '範囲指定付きでソートが行われた回数';
899 $strShowStatusSort_rowsDescr = 'ソート済の行数';
900 $strShowStatusSort_scanDescr = 'テーブルをスキャンしたときに実行されたソートの回数';
901 $strShowStatusTable_locks_immediateDescr = 'テーブルロックをすぐに取得できた回数';
902 $strShowStatusTable_locks_waitedDescr = 'テーブルロックをすぐに取得できずウェイトが発生した回数。この値が高く、パフォーマンスに問題が生じている場合は、まずクエリを最適化してください。それでもだめならテーブルを分割するか、レプリケーションを利用してください';
903 $strShowStatusThreads_cachedDescr = 'スレッドキャッシュ内のスレッド数。キャッシュのヒット率は Threads_created/Connections で計算できます。この値が赤くなっている場合は thread_cache_size を大きくしてください';
904 $strShowStatusThreads_connectedDescr = '現在開いている接続の数';
905 $strShowStatusThreads_createdDescr = '接続処理のために作成されたスレッドの数。Threads_created が大きい場合は thread_cache_size の値を増やした方がよいかもしれません (スレッドの実装に問題がない場合はふつうあまりパフォーマンスは向上しません)';
906 $strShowStatusThreads_runningDescr = 'スリープしていないスレッドの数';
907 $strShowTableDimension = 'テーブルの大きさを表示する';
908 $strShowTables = 'テーブルを表示する';
909 $strShowThisQuery = ' 実行したクエリをここに表示する';
910 $strSimplifiedChinese = '簡体字中国語';
911 $strSingly = '(1 回)';
912 $strSize = 'サイズ';
913 $strSkipQueries = '先頭から数えたスキップするレコード(クエリ)の数';
914 $strSlovak = 'スロバキア語';
915 $strSlovenian = 'スロベニア語';
916 $strSmallBigAll = 'すべてを大きく/小さく';
917 $strSnapToGrid = 'グリッドにあわせる';
918 $strSocketProblem = '(あるいはローカルの MySQL サーバのソケットが正しく設定されていません)';
919 $strSortByKey = 'キーでソート';
920 $strSorting = 'ソート中';
921 $strSort = 'ソート';
922 $strSpaceUsage = 'ディスク使用量';
923 $strSpanish = 'スペイン語';
924 $strSplitWordsWithSpace = '各単語は空白文字(" ")で区切ってください';
925 $strSQLCompatibility = 'SQL互換モード';
926 $strSQLExportType = 'エクスポート形式';
927 $strSQLParserBugMessage = 'SQL パーサにバグが見つかることもありえますが、まずはクエリをよく見て引用符の数や種類に間違いがないか確認してください。クォートされていないテキスト領域にバイナリファイルをアップロードしたからクエリが失敗したということもありえます。MySQL のコマンドラインインタフェースを利用してクエリを実行してみてもよいでしょう。下に MySQL サーバのエラー出力が出ているようなら問題の解析に役立つかもしれません。それでも解決しないか、コマンドラインでは成功するのにパーサでは失敗する場合は、SQL クエリの入力データを実際に問題を起こしているクエリひとつに絞り込んでから、以下の「CUT」セクションにデータを添えてバグ報告を送ってください:';
928 $strSQLParserUserError = 'SQL にエラーがあるようです。下に MySQL サーバのエラー出力が出ているようなら問題の解析に役立つかもしれません';
929 $strSQLQuery = '実行した SQL';
930 $strSQLResult = 'SQL の結果';
931 $strSQL = 'SQL';
932 $strSQPBugInvalidIdentifer = '不正な識別子です';
933 $strSQPBugUnclosedQuote = '引用符が閉じていません';
934 $strSQPBugUnknownPunctuation = '無効な句読点文字です';
935 $strStandInStructureForView = 'ビュー用の代替構造';
936 $strStatCreateTime = '作成日時';
937 $strStatement = 'ステートメント';
938 $strStatCheckTime = '最終検査';
939 $strStatisticsOverrun = '処理が集中するサーバではバイトカウンタが超過することがあるため、MySQL サーバが報告してくる統計は不正確なことがあります';
940 $strStatUpdateTime = '最終更新';
941 $strStatus = '状態';
942 $strStorageEngines = 'ストレージエンジン';
943 $strStorageEngine = 'ストレージエンジン';
944 $strStrucCSV = 'CSV';
945 $strStrucData = '構造とデータ';
946 $strStrucExcelCSV = 'MS Excel 用の CSV';
947 $strStrucOnly = '構造のみ';
948 $strStructPropose = 'テーブル構造を確認する';
949 $strStructure = '構造';
950 $strStructureForView = 'ビュー用の構造';
951 $strSubmit = '実行する';
952 $strSuccess = 'SQL は正常に実行されました';
953 $strSuhosin = 'Suhosin が稼働しているため問題が発生する可能性があります。詳しくは%sドキュメント%sをご覧ください。';
954 $strSum = '合計';
955 $strSwedish = 'スウェーデン語';
956 $strSwitchToDatabase = 'コピーしたデータベースに切り替える';
957 $strSwitchToTable = 'コピーしたテーブルに切り替える';
959 $strTableAlreadyExists = 'テーブル %s は既に存在します!';
960 $strTableAlteredSuccessfully = 'テーブル %1$s を変更しました';
961 $strTableComments = 'テーブルのコメント';
962 $strTableEmpty = 'テーブル名が空です!';
963 $strTableHasBeenCreated = 'テーブル %1$s を作成しました。';
964 $strTableHasBeenDropped = 'テーブル %s を削除しました';
965 $strTableHasBeenEmptied = 'テーブル %s を空にしました';
966 $strTableHasBeenFlushed = 'テーブル %s をフラッシュしました';
967 $strTableIsEmpty = 'テーブルが空のようです!';
968 $strTableMaintenance = 'テーブル管理';
969 $strTableName = 'テーブル名';
970 $strTableOfContents = 'テーブルの内容';
971 $strTableOptions = 'テーブルオプション';
972 $strTables = '%s テーブル';
973 $strTableStructure = 'テーブルの構造';
974 $strTable = 'テーブル';
975 $strTakeIt = 'これにする';
976 $strTblPrivileges = 'テーブル固有の特権';
977 $strTempData = '一時データ';
978 $strTextAreaLength = ' 長さによってはこのフィールドを<br /> 修正できなくなる場合もあります';
979 $strTexyText = 'Texy! テキスト';
980 $strThai = 'タイ語';
981 $strThemeDefaultNotFound = 'デフォルトテーマ %s が見つかりません!';
982 $strThemeNoPreviewAvailable = 'プレビューは利用できません';
983 $strThemeNotFound = 'テーマ %s が見つかりません!';
984 $strThemeNoValidImgPath = 'テーマ %s の画像パスが無効です!';
985 $strThemePathNotFound = 'テーマ %s のテーマパスが見つかりません!';
986 $strTheme = 'テーマ / スタイル';
987 $strThisHost = 'このホスト';
988 $strThreadSuccessfullyKilled = 'スレッド %s は正常終了しました';
989 $strThreads = 'スレッド';
990 $strTime = '時間';
991 $strTimeoutInfo = '直前のインポートはタイムアウトしました。再送信すると位置 %d から再開されます';
992 $strTimeoutNothingParsed = 'ただし、最後に実行したときはまったくデータを解析できませんでした。ふつうは PHP の時間制限を伸ばさない限りこのデータのインポートはできません';
993 $strTimeoutPassed = 'スクリプトがタイムアウトしました。インポートを完了させたいのであれば同じファイルを再送信すればインポートが再開されます';
994 $strToFromPage = '開始/終了ページ';
995 $strToggleScratchboard = 'スクラッチボードを切り替える';
996 $strToggleSmallBig = '大小を切り替える';
997 $strToSelectRelation = 'リレーションを選択します:';
998 $strTotal = '合計';
999 $strTotalUC = '合計';
1000 $strTraditionalChinese = '繁体字中国語';
1001 $strTraditionalSpanish = 'スペイン語 (伝統表記)';
1002 $strTraffic = 'トラフィック';
1003 $strTransactionCoordinator = 'トランザクションコーディネータ';
1004 $strTransformation_application_octetstream__download = 'フィールドのバイナリデータをダウンロードするリンクを表示します。1 つ目のオプションにバイナリファイルのファイル名を指定することもできますし、2 つ目のオプションにファイル名を保持しているフィールドの名前を渡すこともできます。2 つ目のオプションを使う場合は 1 つ目のオプションは空文字列にする必要があります';
1005 $strTransformation_application_octetstream__hex = 'データを 16 進数で表記します。オプションとして最初のパラメータにスペースを追加する頻度を指定することもできます (デフォルトは 2 ニブルごとです)';
1006 $strTransformation_image_jpeg__inline = 'クリック可能なサムネイルを表示します; オプションとして幅と高さの最大値をピクセル単位で指定できます。アスペクト比はそのまま維持されます';
1007 $strTransformation_image_jpeg__link = 'この画像をダウンロードするためのリンクを表示します';
1008 $strTransformation_image_png__inline = 'image/jpeg: inlineをご覧ください';
1009 $strTransformation_text_plain__dateformat = 'TIME、TIMESTAMP、DATETIME、あるいはUnixタイムスタンプの値が入っているフィールドを書式にあわせて表示します。1 つ目のオプションはタイムスタンプに加算する時差です(デフォルト: 0)。2 つ目のオプションには日時の書式文字列を指定します。3 つ目のオプションはローカルの日時とみなすか UTC とみなすかです ("local"ないし"utc"という文字列を指定してください)。この値によって日時の表記が変わります。"local" の場合は PHP の strftime() 関数の説明をご覧ください。"utc" の場合は gmdate() を利用します';
1010 $strTransformation_text_plain__external = 'LINUX のみ: 外部アプリケーションを起動して標準入力経由でフィールドデータを渡します。アプリケーションの標準出力が返ります。デフォルトは Tidy です (これは HTML コードを綺麗にするためのものです)。セキュリティ上の理由から libraries/transformations/text_plain__external.inc.php を自分で編集して利用したいツールを明記しておく必要があります。最初のオプションは利用したいプログラムの数で、2 つ目のオプションはプログラムのパラメータです。3 つ目のオプションが 1 に設定されている場合は htmlspecialchars() を用いて出力を変換します(デフォルトは 1 です)。4 つ目のオプションが 1 に設定されている場合は禁則処理をせず出力全体が 1 行に収まるようにします (デフォルトは 1 です)';
1011 $strTransformation_text_plain__formatted = 'フィールドの内容をそのまま、htmlspecialchars()を通さずに表示します。この場合、フィールドには正しい HTML が含まれているものと仮定します';
1012 $strTransformation_text_plain__imagelink = '画像とリンクを表示します。フィールドにはファイル名を入れてください。1 つ目のオプションは "http://domain.com/" のようなURLの先頭部分です。2 つ目と3 つ目のオプションには幅と高さをピクセル単位で指定します';
1013 $strTransformation_text_plain__link = 'リンクを表示します。フィールドにはファイル名を入れてください。1 つ目のオプションは "http://domain.com/" のような URL の先頭部分、2 つ目のオプションはリンクのタイトルです';
1014 $strTransformation_text_plain__sql = 'テキストの内容を SQL クエリとみなし、構文ハイライト表示します';
1015 $strTransformation_text_plain__substr = '文字列の一部のみを表示します。1 つ目のオプションは文字列の先頭から何文字スキップするか (デフォルトは 0 です)、2 つ目のオプションは表示するテキストの文字数です (デフォルトは文字列の末尾までです)。3 つ目のオプションは文字列を切り詰めるときに前/後に補う省略記号です (デフォルトは ... です)';
1016 $strTriggers = 'トリガ';
1017 $strTruncateQueries = 'クエリの表示を切り詰める';
1018 $strTurkish = 'トルコ語';
1019 $strType = '種別';
1021 $strUkrainian = 'ウクライナ語';
1022 $strUncheckAll = 'すべてのチェックを外す';
1023 $strUnicode = 'UNICODE';
1024 $strUnique = 'ユニーク';
1025 $strUnknown = '不明';
1026 $strUnselectAll = '全選択解除';
1027 $strUnsupportedCompressionDetected = 'サポートされていない圧縮形式(%s)のファイルをロードしようとしました。この形式はサポートされていないか設定で無効にされています';
1028 $strUpdatePrivMessage = '%s の特権を更新しました';
1029 $strUpdateProfileMessage = 'プロファイルを更新しました';
1030 $strUpdateQuery = 'クエリを更新する';
1031 $strUpdComTab = 'column_comments テーブルの更新方法についてはドキュメントをご覧ください';
1032 $strUpgrade = '%s %s 以降にアップグレードしてください';
1033 $strUploadErrorCantWrite = 'ファイルをディスクに書き込めません。';
1034 $strUploadErrorExtension = '拡張のせいでファイルのアップロードが中断されました。';
1035 $strUploadErrorFormSize = 'アップロードしたファイルは HTML フォームに指定されている MAX_FILE_SIZE ディレクティブの値を超えています。';
1036 $strUploadErrorIniSize = 'アップロードしたファイルは php.ini に指定されている upload_max_filesize ディレクティブの値を超えています。';
1037 $strUploadErrorNoTempDir = '一時フォルダが見つかりません。';
1038 $strUploadErrorPartial = 'アップロードしたファイルは一部分しかアップロードできませんでした。';
1039 $strUploadErrorUnknown = 'ファイルのアップロード中に予期しないエラーが発生しました。';
1040 $strUploadLimit = 'アップロードしようとしたファイルが大きすぎるようです。対策については %sドキュメント%s をご覧ください';
1041 $strUploadsNotAllowed = 'このサーバではファイルのアップロードはできません';
1042 $strUsage = '使用量';
1043 $strUseBackquotes = 'テーブル名やフィールド名を逆クォートで囲む';
1044 $strUseHostTable = 'ホストテーブルを使う';
1045 $strUserAlreadyExists = 'ユーザ %s は既に存在します!';
1046 $strUserEmpty = 'ユーザ名が空です!';
1047 $strUserName = 'ユーザ名';
1048 $strUserNotFound = '特権テーブルには選択したユーザがいません';
1049 $strUserOverview = 'ユーザ概略';
1050 $strUsersDeleted = '選択したユーザを正しく削除しました';
1051 $strUsersHavingAccessToDb = '&quot;%s&quot; にアクセスできるユーザ';
1052 $strUser = 'ユーザ';
1053 $strUseTabKey = '次の値に移動するときは TAB キーを使ってください。CTRL+カーソルキーを使うと自由に移動できます';
1054 $strUseTables = '利用するテーブル';
1055 $strUseTextField = 'テキストフィールドの値を利用する';
1056 $strUseThisValue = 'この値を利用する';
1058 $strValidateSQL = 'SQL の検証';
1059 $strValidatorError = 'SQL の検証機能を初期化できません。%sドキュメント%s の記載通りに必要な PHP 拡張がインストールされているか確認してください';
1060 $strValue = '値';
1061 $strVar = '変数';
1062 $strVersionInformation = 'バージョン情報';
1063 $strViewDumpDatabases = 'データベースのダンプ(スキーマ)表示';
1064 $strViewDumpDB = 'DB のダンプ(スキーマ)表示';
1065 $strViewDump = 'テーブルのダンプ(スキーマ)表示';
1066 $strViewHasAtLeast = 'このビューの最低行数。詳しくは%sドキュメント%sをご覧ください。';
1067 $strViewHasBeenDropped = 'ビュー %s を破棄しました';
1068 $strViewName = 'VIEW の名前';
1069 $strView = 'ビュー';
1071 $strWebServerUploadDirectoryError = '指定したアップロードディレクトリが利用できません';
1072 $strWebServerUploadDirectory = 'ウェブサーバ上のアップロードディレクトリ';
1073 $strWebServer = 'Web サーバ';
1074 $strWelcome = '%s へようこそ';
1075 $strWestEuropean = '西ヨーロッパ諸語';
1076 $strWiki = 'Wiki';
1077 $strWildcard = 'ワイルドカード';
1078 $strWindowNotFound = 'ターゲットとなるブラウザウィンドウを更新できませんでした。親ウィンドウを閉じたか、ブラウザのセキュリティ設定でクロスウィンドウの更新をブロックしているものと思われます';
1079 $strWithChecked = 'チェックしたものを:';
1080 $strWriteRequests = '書き込みリクエスト数';
1081 $strWrongUser = 'ユーザ名ないしパスワードが間違っています。<br />アクセスは拒否されました';
1083 $strXkana = '全角カナへ変換する';
1084 $strXML = 'XML';
1086 $strYes = 'はい';
1088 $strZeroRemovesTheLimit = '注意: オプションを 0 (ゼロ)に設定すると制限を解除します';
1089 $strZip = '"zip 形式"';
1091 // To translate:
1092 $strAndSmall = 'and'; //to translate
1093 $strApplyChanges = 'Apply Selected Changes'; //to translate
1095 $strBLOBRepository = 'BLOB Repository'; //to translate
1096 $strBLOBRepositoryDamaged = 'Damaged'; //to translate
1097 $strBLOBRepositoryDisableAreYouSure = 'Are you sure you want to disable all BLOB references for database %s?'; //to translate
1098 $strBLOBRepositoryDisabled = 'Disabled'; //to translate
1099 $strBLOBRepositoryDisable = 'Disable'; //to translate
1100 $strBLOBRepositoryDisableStrongWarning = 'You are about to DISABLE a BLOB Repository!'; //to translate
1101 $strBLOBRepositoryEnabled = 'Enabled'; //to translate
1102 $strBLOBRepositoryEnable = 'Enable'; //to translate
1103 $strBLOBRepositoryRemove = 'Remove BLOB Repository Reference'; //to translate
1104 $strBLOBRepositoryRepair = 'Repair'; //to translate
1105 $strBLOBRepositoryUpload = 'Upload to BLOB repository'; //to translate
1107 $strClickToSelect = 'Click to select'; //to translate
1108 $strClickToUnselect = 'Click to unselect'; //to translate
1109 $strConfigDirectoryWarning = 'Directory [code]config[/code], which is used by the setup script, still exists in your phpMyAdmin directory. You should remove it once phpMyAdmin has been configured.'; //to translate
1110 $strCouldNotConnectSource = 'Could not connect to the source'; //to translate
1111 $strCouldNotConnectTarget = 'Could not connect to the target'; //to translate
1112 $strCreateUserDatabasePrivileges = 'Grant all privileges on database &quot;%s&quot;'; //to translate
1113 $strCurrentServer = 'Current server'; //to translate
1115 $strDatabaseNotExisting = '\'%s\' database does not exist.'; //to translate
1116 $strDatabase_src = 'Source database'; //to translate
1117 $strDatabase_trg = 'Target database'; //to translate
1118 $strDataDiff = 'Data Difference'; //to translate
1119 $strDataSyn = 'Data Synchronization'; //to translate
1120 $strDeleteTrackingData = 'Delete tracking data for this table'; //to translate
1121 $strDifference = 'Difference'; //to translate
1122 $strDoNotAutoIncrementZeroValues = 'Do not use AUTO_INCREMENT for zero values'; //to translate
1123 $strDownloadFile = 'Download file'; //to translate
1124 $strDumpAllRows = 'Dump all rows'; //to translate
1126 $strFullStart = 'Full start'; //to translate
1127 $strFullStop = 'Full stop'; //to translate
1129 $strGetMoreThemes = 'Get more themes!'; //to translate
1130 $strGoToDatabase = 'Go to database'; //to translate
1131 $strGoToTable = 'Go to table'; //to translate
1132 $strGoToView = 'Go to view'; //to translate
1134 $strHaveBeenSynchronized = 'Selected target tables have been synchronized with source tables.'; //to translate
1135 $strHostTableExplanation = 'When Host table is used, this field is ignored and values stored in Host table are used instead.'; //to translate
1137 $strImportColNames = 'Column names in first row'; //to translate
1138 $strImportEmptyRows = 'Do not import empty rows'; //to translate
1139 $strImportLargeFileUploading = 'The file being uploaded is probably larger than the maximum allowed size or this is a known bug in webkit based (Safari, Google Chrome, Arora etc.) browsers.'; //to translate
1140 $strImportNoticePt1 = 'The following structures have either been created or altered. Here you can:'; //to translate
1141 $strImportNoticePt2 = 'View a structure`s contents by clicking on its name'; //to translate
1142 $strImportNoticePt3 = 'Change any of its settings by clicking the corresponding "Options" link'; //to translate
1143 $strImportNoticePt4 = 'Edit its structure by following the "Structure" link'; //to translate
1144 $strImportODSCurrency = 'Import currencies ($5.00 to 5.00)'; //to translate
1145 $strImportODS = 'Open Document Spreadsheet'; //to translate
1146 $strImportODSPercents = 'Import percentages as proper decimals (12.00% to .12)'; //to translate
1147 $strImportProceedingFile = 'The file is being processed, please be patient.'; //to translate
1148 $strImportUploadInfoNotAvailable = 'Please be patient, the file is being uploaded. Details about the upload are not available.'; //to translate
1149 $strImportXLS = 'Excel 97-2003 XLS Workbook'; //to translate
1150 $strImportXLSX = 'Excel 2007 XLSX Workbook'; //to translate
1152 $strLoginWithoutPassword = 'Login without a password is forbidden by configuration (see AllowNoPassword)'; //to translate
1153 $strLogServerHelp = 'You can enter hostname/IP address and port separated by space.'; //to translate
1155 $strMediaWiki = 'MediaWiki Table'; //to translate
1157 $strNavTableFilter = 'Filter'; //to translate
1158 $strNoneDefault = 'None'; //to translate
1159 $strNotPresent = 'not present'; //to translate
1161 $strPhpArray = 'PHP array'; //to translate
1162 $strPlayAudio = 'Play audio'; //to translate
1163 $strPort = 'Port'; //to translate
1165 $strQueriesExecuted = 'The following queries have been executed:'; //to translate
1167 $strRemoteServer = 'Remote server'; //to translate
1168 $strRemoveCRLF = 'Remove CRLF characters within fields'; //to translate
1169 $strReplicationAddLines = 'Now, add the following lines at the end of your my.cnf and please restart the MySQL server afterwards.'; //to translate
1170 $strReplicationAddSlaveUser = 'Add slave replication user'; //to translate
1171 $strReplicationConfiguredMaster = 'This server is configured as master in a replication process.'; //to translate
1172 $strReplicationControlSlave = 'Control slave:'; //to translate
1173 $strReplicationErrorGetPosition = 'Unable to read master log position. Possible privilege problem on master.'; //to translate
1174 $strReplicationErrorMasterConnect = 'Unable to connect to master %s.'; //to translate
1175 $strReplicationChangedSuccesfully = 'Master server changed succesfully to %s'; //to translate
1176 $strReplicationMasterConfiguration = 'Master configuration'; //to translate
1177 $strReplicationMasterChooseAll = 'Replicate all databases; Ignore:'; //to translate
1178 $strReplicationMasterChooseIgn = 'Ignore all databases; Replicate:'; //to translate
1179 $strReplicationMasterChooseMode = 'This server is not configured as master server in a replication process. You can choose from either replicating all databases and ignoring certain (useful if you want to replicate majority of databases) or you can choose to ignore all databases by default and allow only certain databases to be replicated. Please select the mode:'; //to translate
1180 $strReplicationMaster = 'Master replication'; //to translate
1181 $strReplicationRestartServer = 'Once you restarted MySQL server, please click on Go button. Afterwards, you should see a message informing you, that this server <b>is</b> configured as master'; //to translate
1182 $strReplicationSelectDatabases = 'Please select databases:'; //to translate
1183 $strReplicationServernConfiguredMaster = 'This server is not configured as master in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1184 $strReplicationShowConnectedSlavesNote = 'Only slaves started with the --report-host=host_name option are visible in this list.'; //to translate
1185 $strReplicationShowConnectedSlaves = 'Show connected slaves'; //to translate
1186 $strReplicationShowMasterStatus = 'Show master status'; //to translate
1187 $strReplicationSkippingErrorWarn = 'Skipping error(s) might lead into unsynchronized master and slave!'; //to translate
1188 $strReplicationSlaveConfiguration = 'Slave configuration'; //to translate
1189 $strReplicationSlaveConfigured = 'Server is configured as slave in a replication process. Would you like to:'; //to translate
1190 $strReplicationSlaveErrorManagement = 'Error management:'; //to translate
1191 $strReplicationSlaveChangeMaster = 'Change or reconfigure master server'; //to translate
1192 $strReplicationSlaveIOThread = 'IO Thread %s only'; //to translate
1193 $strReplicationSlaveIOThreadNotRunning = 'Slave IO Thread not running!'; //to translate
1194 $strReplicationSlaveNotConfigured = 'This server is not configured as slave in a replication process. Would you like to <a href="%s">configure</a> it?'; //to translate
1195 $strReplicationSlaveReset = 'Reset slave'; //to translate
1196 $strReplicationSlaveSeeStatus = 'See slave status table'; //to translate
1197 $strReplicationSlaveSkipCurrentError = 'Skip current error'; //to translate
1198 $strReplicationSlaveSkipNextErrors = 'errors.'; //to translate
1199 $strReplicationSlaveSkipNext = 'Skip next'; //to translate
1200 $strReplicationSlave = 'Slave replication'; //to translate
1201 $strReplicationSlaveSQLThreadNotRunning = 'Slave SQL Thread not running!'; //to translate
1202 $strReplicationSlaveSQLThread = 'SQL Thread %s only'; //to translate
1203 $strReplicationStatusInfo = 'This MySQL server works as %s in <b>replication</b> process. For further information about replication status on the server, please visit the <a href="#replication">replication section</a>.'; //to translate
1204 $strReplicationStatus_master = 'Master status'; //to translate
1205 $strReplicationStatus = 'Replication status'; //to translate
1206 $strReplicationStatus_slave = 'Slave status'; //to translate
1207 $strReplicationSynchronize = 'Synchronize databases with master'; //to translate
1208 $strReplicationUnableToChange = 'Unable to change master'; //to translate
1209 $strReplicationUnknownError = 'Unknown error'; //to translate
1211 $strSessionGCWarning = 'Your PHP parameter [a@http://php.net/manual/en/session.configuration.php#ini.session.gc-maxlifetime@]session.gc_maxlifetime[/a] is lower that cookie validity configured in phpMyAdmin, because of this, your login will expire sooner than configured in phpMyAdmin.'; //to translate
1212 $strSettings = 'settings'; //to translate
1213 $strSetupAllowAnywhereRecoding_name = 'Allow character set conversion'; //to translate
1214 $strSetupAllowArbitraryServer_desc = 'If enabled user can enter any MySQL server in login form for cookie auth'; //to translate
1215 $strSetupAllowArbitraryServerMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be disabled as it allows attackers to bruteforce login to any MySQL server. If you feel this is necessary, use [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1216 $strSetupAllowArbitraryServer_name = 'Allow login to any MySQL server'; //to translate
1217 $strSetupAllowUserDropDatabase_name = 'Show &quot;Drop database&quot; link to normal users'; //to translate
1218 $strSetupblowfish_secret_desc = 'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] authentication'; //to translate
1219 $strSetupBlowfishSecretCharsMsg = 'Key should contain letters, numbers [em]and[/em] special characters'; //to translate
1220 $strSetupBlowfishSecretLengthMsg = 'Key is too short, it should have at least 8 characters'; //to translate
1221 $strSetupBlowfishSecretMsg = 'You didn\'t have blowfish secret set and have enabled cookie authentication, so a key was automatically generated for you. It is used to encrypt cookies; you don\'t need to remember it.'; //to translate
1222 $strSetupblowfish_secret_name = 'Blowfish secret'; //to translate
1223 $strSetupBrowseMarkerEnable_desc = 'Highlight selected rows'; //to translate
1224 $strSetupBrowseMarkerEnable_name = 'Row marker'; //to translate
1225 $strSetupBrowsePointerEnable_desc = 'Highlight row pointed by the mouse cursor'; //to translate
1226 $strSetupBrowsePointerEnable_name = 'Highlight pointer'; //to translate
1227 $strSetupBZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Bzip2]bzip2[/a] compression for import and export operations'; //to translate
1228 $strSetupBZipDump_name = 'Bzip2'; //to translate
1229 $strSetupBZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Bzip2 compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1230 $strSetupCannotLoadConfig = 'Cannot load or save configuration'; //to translate
1231 $strSetupCannotLoadConfigMsg = 'Please create web server writable folder [em]config[/em] in phpMyAdmin top level directory as described in [a@../Documentation.html#setup_script]documentation[/a]. Otherwise you will be only able to download or display it.'; //to translate
1232 $strSetupClear = 'Clear'; //to translate
1233 $strSetupCompressOnFly_desc = 'Compress gzip/bzip2 exports on the fly without the need for much memory; if you encounter problems with created gzip/bzip2 files disable this feature'; //to translate
1234 $strSetupCompressOnFly_name = 'Compress on the fly'; //to translate
1235 $strSetupConfigurationFile = 'Configuration file'; //to translate
1236 $strSetupConfirm_desc = 'Whether a warning (&quot;Are your really sure...&quot;) should be displayed when you\'re about to lose data'; //to translate
1237 $strSetupConfirm_name = 'Confirm DROP queries'; //to translate
1238 $strSetupDefaultCharset_desc = 'Default character set used for conversions'; //to translate
1239 $strSetupDefaultCharset_name = 'Default character set'; //to translate
1240 $strSetupDefaultLanguage = 'Default language'; //to translate
1241 $strSetupDefaultServer = 'Default server'; //to translate
1242 $strSetupDefaultTabDatabase_desc = 'Tab that is displayed when entering a database'; //to translate
1243 $strSetupDefaultTabDatabase_name = 'Default database tab'; //to translate
1244 $strSetupDefaultTabServer_desc = 'Tab that is displayed when entering a server'; //to translate
1245 $strSetupDefaultTabServer_name = 'Default server tab'; //to translate
1246 $strSetupDefaultTabTable_desc = 'Tab that is displayed when entering a table'; //to translate
1247 $strSetupDefaultTabTable_name = 'Default table tab'; //to translate
1248 $strSetupDirectoryNotice = 'This value should be double checked to ensure that this directory is neither world accessible nor readable or writable by other users on your server.'; //to translate
1249 $strSetupDisplayDatabasesList_desc = 'Show database listing as a list instead of a drop down'; //to translate
1250 $strSetupDisplayDatabasesList_name = 'Display databases as a list'; //to translate
1251 $strSetupDisplay = 'Display'; //to translate
1252 $strSetupDisplayServersList_desc = 'Show server listing as a list instead of a drop down'; //to translate
1253 $strSetupDisplayServersList_name = 'Display servers as a list'; //to translate
1254 $strSetupDonateLink = 'Donate'; //to translate
1255 $strSetupDownload = 'Download'; //to translate
1256 $strSetupEndOfLine = 'End of line'; //to translate
1257 $strSetuperror_connection = 'Could not connect to MySQL server'; //to translate
1258 $strSetuperror_empty_pmadb_password = 'Empty phpMyAdmin control user password while using pmadb'; //to translate
1259 $strSetuperror_empty_pmadb_user = 'Empty phpMyAdmin control user while using pmadb'; //to translate
1260 $strSetuperror_empty_signon_session = 'Empty signon session name while using signon authentication method'; //to translate
1261 $strSetuperror_empty_signon_url = 'Empty signon URL while using signon authentication method'; //to translate
1262 $strSetuperror_empty_user_for_config_auth = 'Empty username while using config authentication method'; //to translate
1263 $strSetuperror_form = 'Submitted form contains errors'; //to translate
1264 $strSetuperror_incorrect_ip_address = 'Incorrect IP address: %s'; //to translate
1265 $strSetuperror_incorrect_port = 'Not a valid port number'; //to translate
1266 $strSetuperror_incorrect_value = 'Incorrect value'; //to translate
1267 $strSetuperror_missing_field_data = 'Missing data for %s'; //to translate
1268 $strSetuperror_nan_nneg = 'Not a non-negative number'; //to translate
1269 $strSetuperror_nan_p = 'Not a positive number'; //to translate
1270 $strSetupExecTimeLimit_desc = 'Set the number of seconds a script is allowed to run ([kbd]0[/kbd] for no limit)'; //to translate
1271 $strSetupExecTimeLimit_name = 'Maximum execution time'; //to translate
1272 $strSetupExport_file_template_database_name = 'Database name template'; //to translate
1273 $strSetupExport_file_template_server_name = 'Server name template'; //to translate
1274 $strSetupExport_file_template_table_name = 'Table name template'; //to translate
1275 $strSetupExport_charset_name = 'Character set of the file'; //to translate
1276 $strSetupExport_onserver_name = 'Save on server'; //to translate
1277 $strSetupExport_remember_file_template_name = 'Remember file name template'; //to translate
1278 $strSetupFalse = 'no'; //to translate
1279 $strSetupForceSSL_desc = 'Force secured connection while using phpMyAdmin'; //to translate
1280 $strSetupForceSSLMsg = 'This [a@?page=form&amp;formset=features#tab_Security]option[/a] should be enabled if your web server supports it'; //to translate
1281 $strSetupForceSSL_name = 'Force SSL connection'; //to translate
1282 $strSetupForeignKeyDropdownOrder_desc = 'Sort order for items in a foreign-key dropdown box; [kbd]content[/kbd] is the referenced data, [kbd]id[/kbd] is the key value'; //to translate
1283 $strSetupForeignKeyDropdownOrder_name = 'Foreign key dropdown order'; //to translate
1284 $strSetupForeignKeyMaxLimit_desc = 'A dropdown will be used if fewer items are present'; //to translate
1285 $strSetupForeignKeyMaxLimit_name = 'Foreign key limit'; //to translate
1286 $strSetupForm_Browse = 'Browse mode'; //to translate
1287 $strSetupForm_Browse_desc = 'Customize browse mode'; //to translate
1288 $strSetupForm_Edit_desc = 'Customize edit mode'; //to translate
1289 $strSetupForm_Edit = 'Edit mode'; //to translate
1290 $strSetupForm_Export_defaults_desc = 'Customize default export options'; //to translate
1291 $strSetupForm_Export_defaults = 'Export defaults'; //to translate
1292 $strSetupForm_Import_defaults_desc = 'Customize default common import options'; //to translate
1293 $strSetupForm_Import_defaults = 'Import defaults'; //to translate
1294 $strSetupForm_Import_export_desc = 'Set import and export directories and compression options'; //to translate
1295 $strSetupForm_Import_export = 'Import / export'; //to translate
1296 $strSetupForm_Left_databases_desc = 'Databases display options'; //to translate
1297 $strSetupForm_Left_frame_desc = 'Customize appearance of the navigation frame'; //to translate
1298 $strSetupForm_Left_frame = 'Navigation frame'; //to translate
1299 $strSetupForm_Left_servers_desc = 'Servers display options'; //to translate
1300 $strSetupForm_Left_tables_desc = 'Tables display options'; //to translate
1301 $strSetupForm_Main_frame = 'Main frame'; //to translate
1302 $strSetupForm_Other_core_settings_desc = 'Settings that didn\'t fit enywhere else'; //to translate
1303 $strSetupForm_Other_core_settings = 'Other core settings'; //to translate
1304 $strSetupForm_Query_window_desc = 'Customize query window options'; //to translate
1305 $strSetupForm_Security_desc = 'Please note that phpMyAdmin is just a user interface and its features do not limit MySQL'; //to translate
1306 $strSetupForm_Security = 'Security'; //to translate
1307 $strSetupForm_Server = 'Basic settings'; //to translate
1308 $strSetupForm_Server_config_desc = 'Advanced server configuration, do not change these options unless you know what they are for'; //to translate
1309 $strSetupForm_Server_config = 'Server configuration'; //to translate
1310 $strSetupForm_Server_desc = 'Enter server connection parameters'; //to translate
1311 $strSetupForm_Server_login_options_desc = 'Enter login options for signon authentication'; //to translate
1312 $strSetupForm_Server_login_options = 'Signon login options'; //to translate
1313 $strSetupForm_Server_pmadb_desc = 'Configure phpMyAdmin database to gain access to additional features, see [a@../Documentation.html#linked-tables]linked-tables infrastructure[/a] in documentation'; //to translate
1314 $strSetupForm_Server_pmadb = 'PMA database'; //to translate
1315 $strSetupFormset_customization = 'Customization'; //to translate
1316 $strSetupFormset_export = 'Customize export options'; //to translate
1317 $strSetupFormset_features = 'Features'; //to translate
1318 $strSetupFormset_import = 'Customize import defaults'; //to translate
1319 $strSetupFormset_left_frame = 'Customize navigation frame'; //to translate
1320 $strSetupFormset_main_frame = 'Customize main frame'; //to translate
1321 $strSetupForm_Sql_box_desc = 'Customize links shown in SQL Query boxes'; //to translate
1322 $strSetupForm_Sql_box = 'SQL Query box'; //to translate
1323 $strSetupForm_Sql_queries_desc = 'SQL queries settings, for SQL Query box options see [a@?page=form&amp;formset=main_frame#tab_Sql_box]Navigation frame[/a] settings'; //to translate
1324 $strSetupForm_Sql_queries = 'SQL queries'; //to translate
1325 $strSetupForm_Startup_desc = 'Customize startup page'; //to translate
1326 $strSetupForm_Startup = 'Startup'; //to translate
1327 $strSetupForm_Tabs_desc = 'Choose how you want tabs to work'; //to translate
1328 $strSetupForm_Tabs = 'Tabs'; //to translate
1329 $strSetupGZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/Gzip]gzip[/a] compression for import and export operations'; //to translate
1330 $strSetupGZipDump_name = 'GZip'; //to translate
1331 $strSetupGZipDumpWarning = '[a@?page=form&amp;formset=features#tab_Import_export]GZip compression and decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1332 $strSetupHomepageLink = 'phpMyAdmin homepage'; //to translate
1333 $strSetupCharEditing_desc = 'Defines which type of editing controls should be used for CHAR and VARCHAR fields; [kbd]input[/kbd] - allows limiting of input length, [kbd]textarea[/kbd] - allows newlines in fields'; //to translate
1334 $strSetupCharEditing_name = 'CHAR fields editing'; //to translate
1335 $strSetupCharTextareaCols_desc = 'Number of columns for CHAR/VARCHAR textareas'; //to translate
1336 $strSetupCharTextareaCols_name = 'CHAR textarea columns'; //to translate
1337 $strSetupCharTextareaRows_desc = 'Number of rows for CHAR/VARCHAR textareas'; //to translate
1338 $strSetupCharTextareaRows_name = 'CHAR textarea rows'; //to translate
1339 $strSetupCheckConfigurationPermissions_name = 'Check config file permissions'; //to translate
1340 $strSetupIconvExtraParams_name = 'Extra parameters for iconv'; //to translate
1341 $strSetupIgnoreErrors = 'Ignore errors'; //to translate
1342 $strSetupIgnoreMultiSubmitErrors_desc = 'If enabled, phpMyAdmin continues computing multiple-statement queries even if one of the queries failed'; //to translate
1343 $strSetupIgnoreMultiSubmitErrors_name = 'Ignore multiple statement errors'; //to translate
1344 $strSetupImport_allow_interrupt_desc = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate
1345 $strSetupImport_allow_interrupt_name = 'Partial import: allow interrupt'; //to translate
1346 $strSetupImport_format_desc = 'Default format; be aware that this list depends on location (database, table) and only SQL is always available'; //to translate
1347 $strSetupImport_skip_queries_desc = 'Number of records (queries) to skip from start'; //to translate
1348 $strSetupImport_skip_queries_name = 'Partial import: skip queries'; //to translate
1349 $strSetupInsecureConnection = 'Insecure connection'; //to translate
1350 $strSetupInsecureConnectionMsg1 = 'You are not using a secure connection; all data (including potentially sensitive information, like passwords) is transferred unencrypted!'; //to translate
1351 $strSetupInsecureConnectionMsg2 = 'If your server is also configured to accept HTTPS requests follow [a@%s]this link[/a] to use a secure connection.'; //to translate
1352 $strSetupInsertRows_desc = 'How many rows can be inserted at one time'; //to translate
1353 $strSetupInsertRows_name = 'Number of inserted rows'; //to translate
1354 $strSetupLeftDefaultTabTable_name = 'Target for quick access icon'; //to translate
1355 $strSetupLeftDisplayLogo_desc = 'Show logo in left frame'; //to translate
1356 $strSetupLeftDisplayLogo_name = 'Display logo'; //to translate
1357 $strSetupLeftDisplayServers_desc = 'Display server choice at the top of the left frame'; //to translate
1358 $strSetupLeftDisplayServers_name = 'Display servers selection'; //to translate
1359 $strSetupLeftFrameDBSeparator_desc = 'String that separates databases into different tree levels'; //to translate
1360 $strSetupLeftFrameDBSeparator_name = 'Database tree separator'; //to translate
1361 $strSetupLeftFrameDBTree_desc = 'Only light version; display databases in a tree (determined by the separator defined below)'; //to translate
1362 $strSetupLeftFrameDBTree_name = 'Display databases in a tree'; //to translate
1363 $strSetupLeftFrameLight_desc = 'Disable this if you want to see all databases at once'; //to translate
1364 $strSetupLeftFrameLight_name = 'Use light version'; //to translate
1365 $strSetupLeftFrameTableLevel_name = 'Maximum table tree depth'; //to translate
1366 $strSetupLeftFrameTableSeparator_desc = 'String that separates tables into different tree levels'; //to translate
1367 $strSetupLeftFrameTableSeparator_name = 'Table tree separator'; //to translate
1368 $strSetupLeftLogoLink_name = 'Logo link URL'; //to translate
1369 $strSetupLeftLogoLinkWindow_desc = 'Open the linked page in the main window ([kbd]main[/kbd]) or in a new one ([kbd]new[/kbd])'; //to translate
1370 $strSetupLeftLogoLinkWindow_name = 'Logo link target'; //to translate
1371 $strSetupLeftPointerEnable_desc = 'Highlight server under the mouse cursor'; //to translate
1372 $strSetupLeftPointerEnable_name = 'Enable highlighting'; //to translate
1373 $strSetupLetUserChoose = 'let the user choose'; //to translate
1374 $strSetupLightTabs_desc = 'Use less graphically intense tabs'; //to translate
1375 $strSetupLightTabs_name = 'Light tabs'; //to translate
1376 $strSetupLoad = 'Load'; //to translate
1377 $strSetupLoginCookieDeleteAll_desc = 'If TRUE, logout deletes cookies for all servers; when set to FALSE, logout only occurs for the current server. Setting this to FALSE makes it easy to forget to log out from other servers when connected to multiple servers.'; //to translate
1378 $strSetupLoginCookieDeleteAll_name = 'Delete all cookies on logout'; //to translate
1379 $strSetupLoginCookieRecall_desc = 'Define whether the previous login should be recalled or not in cookie authentication mode'; //to translate
1380 $strSetupLoginCookieRecall_name = 'Recall user name'; //to translate
1381 $strSetupLoginCookieStore_desc = 'Define how long (in seconds) a login cookie should be stored in browser. The default of 0 means that it will be kept for the existing session only, and will be deleted as soon as you close the browser window. This is recommended for non-trusted environments.'; //to translate
1382 $strSetupLoginCookieStore_name = 'Login cookie store'; //to translate
1383 $strSetupLoginCookieValidity_desc = 'Define how long (in seconds) a login cookie is valid'; //to translate
1384 $strSetupLoginCookieValidityMsg = '[a@?page=form&formset=features#tab_Security]Login cookie validity[/a] should be should be set to 1800 seconds (30 minutes) at most. Values larger than 1800 may pose a security risk such as impersonation.'; //to translate
1385 $strSetupLoginCookieValidity_name = 'Login cookie validity'; //to translate
1386 $strSetupMaxDbList_desc = 'Maximum number of databases displayed in left frame and database list'; //to translate
1387 $strSetupMaxDbList_name = 'Maximum databases'; //to translate
1388 $strSetupMaxCharactersInDisplayedSQL_desc = 'Maximum number of characters used when a SQL query is displayed'; //to translate
1389 $strSetupMaxCharactersInDisplayedSQL_name = 'Maximum displayed SQL length'; //to translate
1390 $strSetupMaxRows_desc = 'Number of rows displayed when browsing a result set. If the result set contains more rows, &quot;Previous&quot; and &quot;Next&quot; links will be shown.'; //to translate
1391 $strSetupMaxRows_name = 'Maximum number of rows to display'; //to translate
1392 $strSetupMaxTableList_desc = 'Maximum number of tables displayed in table list'; //to translate
1393 $strSetupMaxTableList_name = 'Maximum tables'; //to translate
1394 $strSetupMemoryLimit_desc = 'The number of bytes a script is allowed to allocate, eg. [kbd]32M[/kbd] ([kbd]0[/kbd] for no limit)'; //to translate
1395 $strSetupMemoryLimit_name = 'Memory limit'; //to translate
1396 $strSetupNavigationBarIconic_desc = 'Use only icons, only text or both'; //to translate
1397 $strSetupNavigationBarIconic_name = 'Iconic navigation bar'; //to translate
1398 $strSetupNewServer = 'New server'; //to translate
1399 $strSetupNoServers = 'There are no configured servers'; //to translate
1400 $strSetupOBGzip_desc = 'use GZip output buffering for increased speed in HTTP transfers'; //to translate
1401 $strSetupOBGzip_name = 'GZip output buffering'; //to translate
1402 $strSetupOptionNone = '- none -'; //to translate
1403 $strSetupOrder_desc = '[kbd]SMART[/kbd] - i.e. descending order for fields of type TIME, DATE, DATETIME and TIMESTAMP, ascending order otherwise'; //to translate
1404 $strSetupOrder_name = 'Default sorting order'; //to translate
1405 $strSetupOverview = 'Overview'; //to translate
1406 $strSetupPersistentConnections_desc = 'Use persistent connections to MySQL databases'; //to translate
1407 $strSetupPersistentConnections_name = 'Persistent connections'; //to translate
1408 $strSetupPropertiesIconic_desc = 'Use only icons, only text or both'; //to translate
1409 $strSetupPropertiesIconic_name = 'Iconic table operations'; //to translate
1410 $strSetupProtectBinary_desc = 'Disallow BLOB and BINARY fields from editing'; //to translate
1411 $strSetupProtectBinary_name = 'Protect binary fields'; //to translate
1412 $strSetupQueryHistoryDB_desc = 'Enable if you want DB-based query history (requires pmadb). If disabled, this utilizes JS-routines to display query history (lost by window close).'; //to translate
1413 $strSetupQueryHistoryDB_name = 'Permanent query history'; //to translate
1414 $strSetupQueryHistoryMax_desc = 'How many queries are kept in history'; //to translate
1415 $strSetupQueryHistoryMax_name = 'Query history length'; //to translate
1416 $strSetupQueryWindowDefTab_desc = 'Tab displayed when opening a new query window'; //to translate
1417 $strSetupQueryWindowDefTab_name = 'Default query window tab'; //to translate
1418 $strSetupRecodingEngine_desc = 'Select which functions will be used for character set conversion'; //to translate
1419 $strSetupRecodingEngine_name = 'Recoding engine'; //to translate
1420 $strSetupRestoreDefaultValue = 'Restore default value'; //to translate
1421 $strSetupRevertErroneousFields = 'Try to revert erroneous fields to their default values'; //to translate
1422 $strSetupSaveDir_desc = 'Directory where exports can be saved on server'; //to translate
1423 $strSetupSaveDir_name = 'Save directory'; //to translate
1424 $strSetupServerAuthConfigMsg = 'You set the [kbd]config[/kbd] authentication type and included username and password for auto-login, which is not a desirable option for live hosts. Anyone who knows or guesses your phpMyAdmin URL can directly access your phpMyAdmin panel. Set [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server]authentication type[/a] to [kbd]cookie[/kbd] or [kbd]http[/kbd].'; //to translate
1425 $strSetupServerExtensionMsg = 'You should use mysqli for performance reasons'; //to translate
1426 $strSetupServerNoPasswordMsg = 'You allow for connecting to the server without a password.'; //to translate
1427 $strSetupServersAdd = 'Add a new server'; //to translate
1428 $strSetupServers_AllowDeny_order_desc = 'Leave blank if not used'; //to translate
1429 $strSetupServers_AllowDeny_order_name = 'Host authentication order'; //to translate
1430 $strSetupServers_AllowDeny_rules_desc = 'Leave blank for defaults'; //to translate
1431 $strSetupServers_AllowDeny_rules_name = 'Host authentication rules'; //to translate
1432 $strSetupServers_AllowNoPassword_name = 'Allow logins without a password'; //to translate
1433 $strSetupServers_AllowRoot_name = 'Allow root login'; //to translate
1434 $strSetupServers_auth_swekey_config_desc = 'The path for the config file for [a@http://swekey.com]SweKey hardware authentication[/a] (not located in your document root; suggested: /etc/swekey.conf)'; //to translate
1435 $strSetupServers_auth_swekey_config_name = 'SweKey config file'; //to translate
1436 $strSetupServers_auth_type_desc = 'Authentication method to use'; //to translate
1437 $strSetupServers_auth_type_name = 'Authentication type'; //to translate
1438 $strSetupServers_bookmarktable_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/bookmark]bookmark[/a] support, suggested: [kbd]pma_bookmark[/kbd]'; //to translate
1439 $strSetupServers_bookmarktable_name = 'Bookmark table'; //to translate
1440 $strSetupServers_column_info_desc = 'Leave blank for no column comments/mime types, suggested: [kbd]pma_column_info[/kbd]'; //to translate
1441 $strSetupServers_column_info_name = 'Column information table'; //to translate
1442 $strSetupServers_compress_desc = 'Compress connection to MySQL server'; //to translate
1443 $strSetupServers_compress_name = 'Compress connection'; //to translate
1444 $strSetupServers_connect_type_desc = 'How to connect to server, keep tcp if unsure'; //to translate
1445 $strSetupServers_connect_type_name = 'Connection type'; //to translate
1446 $strSetupServers_controlpass_name = 'Control user password'; //to translate
1447 $strSetupServers_controluser_desc = 'A special MySQL user configured with limited permissions, more information available on [a@http://wiki.phpmyadmin.net/pma/controluser]wiki[/a]'; //to translate
1448 $strSetupServers_controluser_name = 'Control user'; //to translate
1449 $strSetupServers_CountTables_desc = 'Count tables when showing database list'; //to translate
1450 $strSetupServers_CountTables_name = 'Count tables'; //to translate
1451 $strSetupServers_designer_coords_desc = 'Leave blank for no Designer support, suggested: [kbd]pma_designer_coords[/kbd]'; //to translate
1452 $strSetupServers_designer_coords_name = 'Designer table'; //to translate
1453 $strSetupServers_DisableIS_desc = 'More information on [a@http://sf.net/support/tracker.php?aid=1849494]PMA bug tracker[/a] and [a@http://bugs.mysql.com/19588]MySQL Bugs[/a]'; //to translate
1454 $strSetupServers_DisableIS_name = 'Disable use of INFORMATION_SCHEMA'; //to translate
1455 $strSetupServerSecurityInfoMsg = 'If you feel this is necessary, use additional protection settings - [a@?page=servers&amp;mode=edit&amp;id=%1$d#tab_Server_config]host authentication[/a] settings and [a@?page=form&amp;formset=features#tab_Security]trusted proxies list[/a]. However, IP-based protection may not be reliable if your IP belongs to an ISP where thousands of users, including you, are connected to.'; //to translate
1456 $strSetupServersEdit = 'Edit server'; //to translate
1457 $strSetupServers_extension_desc = 'What PHP extension to use; you should use mysqli if supported'; //to translate
1458 $strSetupServers_extension_name = 'PHP extension to use'; //to translate
1459 $strSetupServers_hide_db_desc = 'Hide databases matching regular expression (PCRE)'; //to translate
1460 $strSetupServers_hide_db_name = 'Hide databases'; //to translate
1461 $strSetupServers_history_desc = 'Leave blank for no SQL query history support, suggested: [kbd]pma_history[/kbd]'; //to translate
1462 $strSetupServers_history_name = 'SQL query history table'; //to translate
1463 $strSetupServers_host_desc = 'Hostname where MySQL server is running'; //to translate
1464 $strSetupServers_host_name = 'Server hostname'; //to translate
1465 $strSetupServers_LogoutURL_name = 'Logout URL'; //to translate
1466 $strSetupServers_nopassword_desc = 'Try to connect without password'; //to translate
1467 $strSetupServers_nopassword_name = 'Connect without password'; //to translate
1468 $strSetupServers_only_db_desc = 'You can use MySQL wildcard characters (% and _), escape them if you want to use their literal instances, i.e. use \'my\_db\' and not \'my_db\''; //to translate
1469 $strSetupServers_only_db_name = 'Show only listed databases'; //to translate
1470 $strSetupServers_password_desc = 'Leave empty if not using config auth'; //to translate
1471 $strSetupServers_password_name = 'Password for config auth'; //to translate
1472 $strSetupServers_pdf_pages_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_pdf_pages[/kbd]'; //to translate
1473 $strSetupServers_pdf_pages_name = 'PDF schema: pages table'; //to translate
1474 $strSetupServers_pmadb_desc = 'Database used for relations, bookmarks, and PDF features. See [a@http://wiki.phpmyadmin.net/pma/pmadb]pmadb[/a] for complete information. Leave blank for no support. Suggested: [kbd]phpmyadmin[/kbd]'; //to translate
1475 $strSetupServers_pmadb_name = 'PMA database'; //to translate
1476 $strSetupServers_port_desc = 'Port on which MySQL server is listening, leave empty for default'; //to translate
1477 $strSetupServers_port_name = 'Server port'; //to translate
1478 $strSetupServers_relation_desc = 'Leave blank for no [a@http://wiki.phpmyadmin.net/pma/relation]relation-links[/a] support, suggested: [kbd]pma_relation[/kbd]'; //to translate
1479 $strSetupServers_relation_name = 'Relation table'; //to translate
1480 $strSetupServers_ShowDatabasesCommand_desc = 'SQL command to fetch available databases'; //to translate
1481 $strSetupServers_ShowDatabasesCommand_name = 'SHOW DATABASES command'; //to translate
1482 $strSetupServers_SignonSession_desc = 'See [a@http://wiki.phpmyadmin.net/pma/auth_types#signon]authentication types[/a] for an example'; //to translate
1483 $strSetupServers_SignonSession_name = 'Signon session name'; //to translate
1484 $strSetupServers_SignonURL_name = 'Signon URL'; //to translate
1485 $strSetupServerSslMsg = 'You should use SSL connections if your web server supports it'; //to translate
1486 $strSetupServers_socket_desc = 'Socket on which MySQL server is listening, leave empty for default'; //to translate
1487 $strSetupServers_socket_name = 'Server socket'; //to translate
1488 $strSetupServers_ssl_desc = 'Enable SSL for connection to MySQL server'; //to translate
1489 $strSetupServers_ssl_name = 'Use SSL'; //to translate
1490 $strSetupServers_table_coords_desc = 'Leave blank for no PDF schema support, suggested: [kbd]pma_table_coords[/kbd]'; //to translate
1491 $strSetupServers_table_coords_name = 'PDF schema: table coordinates'; //to translate
1492 $strSetupServers_table_info_desc = 'Table to describe the display fields, leave blank for no support; suggested: [kbd]pma_table_info[/kbd]'; //to translate
1493 $strSetupServers_table_info_name = 'Display fields table'; //to translate
1494 $strSetupServers_user_desc = 'Leave empty if not using config auth'; //to translate
1495 $strSetupServers_user_name = 'User for config auth'; //to translate
1496 $strSetupServers_verbose_desc = 'A user-friendly description of this server. Leave blank to display the hostname instead.'; //to translate
1497 $strSetupServers_verbose_check_desc = 'Disable if you know that your pma_* tables are up to date. This prevents compatibility checks and thereby increases performance'; //to translate
1498 $strSetupServers_verbose_check_name = 'Verbose check'; //to translate
1499 $strSetupServers_verbose_name = 'Verbose name of this server'; //to translate
1500 $strSetupSetValue = 'Set value: %s'; //to translate
1501 $strSetupShowAll_desc = 'Whether a user should be displayed a &quot;show all (records)&quot; button'; //to translate
1502 $strSetupShowAll_name = 'Allow to display all the rows'; //to translate
1503 $strSetupShowCreateDb_name = 'Show create database form'; //to translate
1504 $strSetupShowForm = 'Show form'; //to translate
1505 $strSetupShowFunctionFields_desc = 'Display the function fields in edit/insert mode'; //to translate
1506 $strSetupShowFunctionFields_name = 'Show function fields'; //to translate
1507 $strSetupShowHiddenMessages = 'Show hidden messages (#MSG_COUNT)'; //to translate
1508 $strSetupShowChgPassword_desc = 'Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly'; //to translate
1509 $strSetupShowChgPassword_name = 'Show password change form'; //to translate
1510 $strSetupShowPhpInfo_desc = 'Shows link to [a@http://php.net/manual/function.phpinfo.php]phpinfo()[/a] output'; //to translate
1511 $strSetupShowPhpInfo_name = 'Show phpinfo() link'; //to translate
1512 $strSetupShowServerInfo_name = 'Show detailed MySQL server information'; //to translate
1513 $strSetupShowSQL_desc = 'Defines whether SQL queries generated by phpMyAdmin should be displayed'; //to translate
1514 $strSetupShowSQL_name = 'Show SQL queries'; //to translate
1515 $strSetupShowStats_desc = 'Allow to display database and table statistics (eg. space usage)'; //to translate
1516 $strSetupShowStats_name = 'Show statistics'; //to translate
1517 $strSetupShowTooltipAliasDB_desc = 'If tooltips are enabled and a database comment is set, this will flip the comment and the real name'; //to translate
1518 $strSetupShowTooltipAliasDB_name = 'Display database comment instead of its name'; //to translate
1519 $strSetupShowTooltipAliasTB_desc = 'When setting this to [kbd]nested[/kbd], the alias of the table name is only used to split/nest the tables according to the $cfg[\'LeftFrameTableSeparator\'] directive, so only the folder is called like the alias, the table name itself stays unchanged'; //to translate
1520 $strSetupShowTooltipAliasTB_name = 'Display table comment instead of its name'; //to translate
1521 $strSetupShowTooltip_name = 'Display table comments in tooltips'; //to translate
1522 $strSetupSkipLockedTables_desc = 'Mark used tables and make it possible to show databases with locked tables'; //to translate
1523 $strSetupSkipLockedTables_name = 'Skip locked tables'; //to translate
1524 $strSetupSQLQuery_Validate_name = 'Validate SQL'; //to translate
1525 $strSetupSuggestDBName_desc = 'Suggest a database name on the &quot;Create Database&quot; form (if possible) or keep the text field empty'; //to translate
1526 $strSetupSuggestDBName_name = 'Suggest new database name'; //to translate
1527 $strSetupTrue = 'yes'; //to translate
1528 $strSetupTrustedProxies_desc = 'Input proxies as [kbd]IP: trusted HTTP header[/kbd]. The following example specifies that phpMyAdmin should trust a HTTP_X_FORWARDED_FOR (X-Forwarded-For) header coming from the proxy 1.2.3.4:[br][kbd]1.2.3.4: HTTP_X_FORWARDED_FOR[/kbd]'; //to translate
1529 $strSetupTrustedProxies_name = 'List of trusted proxies for IP allow/deny'; //to translate
1530 $strSetupUploadDir_desc = 'Directory on server where you can upload files for import'; //to translate
1531 $strSetupUploadDir_name = 'Upload directory'; //to translate
1532 $strSetupUseDbSearch_desc = 'Allow for searching inside the entire database'; //to translate
1533 $strSetupUseDbSearch_name = 'Use database search'; //to translate
1534 $strSetupVerboseMultiSubmit_desc = 'Show affected rows of each statement on multiple-statement queries. See libraries/import.lib.php for defaults on how many queries a statement may contain.'; //to translate
1535 $strSetupVerboseMultiSubmit_name = 'Verbose multiple statements'; //to translate
1536 $strSetupVersionCheckDataError = 'Reading of version failed. Maybe you\'re offline or the upgrade server does not respond.'; //to translate
1537 $strSetupVersionCheckInvalid = 'Got invalid version string from server'; //to translate
1538 $strSetupVersionCheckLink = 'Check for latest version'; //to translate
1539 $strSetupVersionCheckNewAvailable = 'A newer version of phpMyAdmin is available and you should consider upgrading. The newest version is %s, released on %s.'; //to translate
1540 $strSetupVersionCheckNewAvailableSvn = 'You are using subversion version, run [kbd]svn update[/kbd] :-)[br]The latest stable version is %s, released on %s.'; //to translate
1541 $strSetupVersionCheckNone = 'No newer stable version is available'; //to translate
1542 $strSetupVersionCheckUnparsable = 'Unparsable version string'; //to translate
1543 $strSetupVersionCheck = 'Version check'; //to translate
1544 $strSetupVersionCheckWrapperError = 'Neither URL wrapper nor CURL is available. Version check is not possible.'; //to translate
1545 $strSetupWarning = 'Warning'; //to translate
1546 $strSetupZipDump_desc = 'Enable [a@http://en.wikipedia.org/wiki/ZIP_(file_format)]ZIP[/a] compression for import and export operations'; //to translate
1547 $strSetupZipDumpExportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip compression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1548 $strSetupZipDumpImportWarning = '[a@?page=form&amp;formset=features#tab_Import_export]Zip decompression[/a] requires functions (%s) which are unavailable on this system.'; //to translate
1549 $strSetupZipDump_name = 'ZIP'; //to translate
1550 $strShowBinaryContentsAsHex = 'Show binary contents as HEX'; //to translate
1551 $strShowBinaryContents = 'Show binary contents'; //to translate
1552 $strShowBLOBContents = 'Show BLOB contents'; //to translate
1553 $strShowKeys = 'Only show keys'; //to translate
1554 $strShowMasterStatus = 'Show master status'; //to translate
1555 $strSlaveConfigure = 'Make sure, you have unique server-id in your configuration file (my.cnf). If not, please add the following line into [mysqld] section:'; //to translate
1556 $strSocket = 'Socket'; //to translate
1557 $strStart = 'Start'; //to translate
1558 $strStatic = 'static'; //to translate
1559 $strStop = 'Stop'; //to translate
1560 $strStructureDiff = 'Structure Difference' ; //to translate
1561 $strStructureLC = 'structure'; //to translate
1562 $strStructureSyn = 'Structure Synchronization'; //to translate
1563 $strSwekeyAuthenticating = 'Authenticating...'; //to translate
1564 $strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate
1565 $strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate
1566 $strSwekeyNoKey = 'No valid authentication key plugged'; //to translate
1567 $strSynchronizationNote = 'Target database will be completely synchronized with source database. Source database will remain unchanged.'; //to translate
1568 $strSynchronizeDb = 'Synchronize Databases'; //to translate
1569 $strSynchronize = 'Synchronize'; //to translate
1571 $strTableAddColumn = 'Add column(s)'; //to translate
1572 $strTableAlterColumn = 'Alter column(s)'; //to translate
1573 $strTableAlterIndex = 'Alter index(s)'; //to translate
1574 $strTableApplyIndex = 'Apply index(s)'; //to translate
1575 $strTableDeleteRows = 'Would you like to delete all the previous rows from target tables?'; //to translate
1576 $strTableInsertRow = 'Insert row(s)'; //to translate
1577 $strTableRemoveColumn = 'Remove column(s)'; //to translate
1578 $strTableRemoveIndex = 'Remove index(s)'; //to translate
1579 $strTableUpdateRow = 'Update row(s)'; //to translate
1580 $strTargetDatabaseHasBeenSynchronized = 'Target database has been synchronized with source database'; //to translate
1581 $strTrackingActivated = 'Tracking of %s.%s is activated.'; //to translate
1582 $strTrackingActivateNow = 'Activate now'; //to translate
1583 $strTrackingActivateTrackingFor = 'Activate tracking for %s.%s'; //to translate
1584 $strTrackingCommentOut = 'Comment out these two lines if you do not need them.'; //to translate
1585 $strTrackingCreateVersion = 'Create version'; //to translate
1586 $strTrackingCreateVersionOf = 'Create version %s of %s.%s'; //to translate
1587 $strTrackingDatabaseLog = 'Database Log'; //to translate
1588 $strTrackingDataDefinitionStatement = 'Data definition statement'; //to translate
1589 $strTrackingDataManipulationStatement = 'Data manipulation statement'; //to translate
1590 $strTrackingDate = 'Date'; //to translate
1591 $strTrackingDeactivateNow = 'Deactivate now'; //to translate
1592 $strTrackingDeactivateTrackingFor = 'Deactivate tracking for %s.%s'; //to translate
1593 $strTrackingExportAs = 'Export as %s'; //to translate
1594 $strTrackingIsActive = 'Tracking is active.'; //to translate
1595 $strTrackingIsNotActive = 'Tracking is not active.'; //to translate
1596 $strTrackingMechanism = 'Tracking Mechanism'; //to translate
1597 $strTrackingReportClose = 'Close'; //to translate
1598 $strTrackingReportForTable = 'Tracking report for table `%s`'; //to translate
1599 $strTrackingReport = 'Tracking report'; //to translate
1600 $strTrackingShowLogDateUsers = 'Show %s with dates from %s to %s by user %s %s'; //to translate
1601 $strTrackingShowVersions = 'Show versions'; //to translate
1602 $strTrackingSQLDumpFile = 'SQL dump (file download)'; //to translate
1603 $strTrackingSQLDump = 'SQL dump'; //to translate
1604 $strTrackingSQLExecuted = 'SQL statements executed.'; //to translate
1605 $strTrackingSQLExecutionAlert = 'This option will replace your table and contained data.'; //to translate
1606 $strTrackingSQLExecution = 'SQL execution'; //to translate
1607 $strTrackingSQLExported = 'SQL statements exported. Please copy the dump or execute it.'; //to translate
1608 $strTrackingStatements = 'Tracking statements'; //to translate
1609 $strTrackingStatusActive = 'active'; //to translate
1610 $strTrackingStatusNotActive = 'not active'; //to translate
1611 $strTrackingStructureSnapshot = 'Structure snapshot'; //to translate
1612 $strTrackingThCreated = 'Created'; //to translate
1613 $strTrackingThLastVersion = 'Last version'; //to translate
1614 $strTrackingThUpdated = 'Updated'; //to translate
1615 $strTrackingThVersion = 'Version'; //to translate
1616 $strTrackingTrackDDStatements = 'Track these data definition statements:'; //to translate
1617 $strTrackingTrackDMStatements = 'Track these data manipulation statements:'; //to translate
1618 $strTrackingTrackedTables = 'Tracked tables'; //to translate
1619 $strTracking = 'Tracking'; //to translate
1620 $strTrackingTrackTable = 'Track table'; //to translate
1621 $strTrackingUntrackedTables = 'Untracked tables'; //to translate
1622 $strTrackingUsername = 'Username'; //to translate
1623 $strTrackingVersionActivated = 'Tracking for %s.%s , version %s is activated.'; //to translate
1624 $strTrackingVersionCreated = 'Version %s is created, tracking for %s.%s is activated.'; //to translate
1625 $strTrackingVersionDeactivated = 'Tracking for %s.%s , version %s is deactivated.'; //to translate
1626 $strTrackingVersionSnapshotSQL = 'Version %s snapshot (SQL code)'; //to translate
1627 $strTrackingVersions = 'Versions'; //to translate
1628 $strTrackingYouCanExecute = 'You can execute the dump by creating and using a temporary database. Please ensure that you have the privileges to do so.'; //to translate
1630 $strViewImage = 'View image'; //to translate
1631 $strViewVideo = 'View video'; //to translate
1633 $strXMLError = 'The XML file specified was either malformed or incomplete. Please correct the issue and try again.'; //to translate
1634 $strXMLExportContents = 'Export contents'; //to translate
1635 $strXMLExportFunctions = 'Export functions'; //to translate
1636 $strXMLExportProcedures = 'Export procedures'; //to translate
1637 $strXMLExportStructs = 'Export Structure Schemas (recommended)'; //to translate
1638 $strXMLExportTables = 'Export tables'; //to translate
1639 $strXMLExportTriggers = 'Export triggers'; //to translate
1640 $strXMLExportViews = 'Export views'; //to translate