<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[165630] trunk/Source/WebCore/platform/gtk/po</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/165630">165630</a></dd>
<dt>Author</dt> <dd>gns@gnome.org</dd>
<dt>Date</dt> <dd>2014-03-14 10:54:37 -0700 (Fri, 14 Mar 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Add Japanese translation for webkitgtk+
https://bugs.webkit.org/show_bug.cgi?id=125638

Patch by Jiro Matsuzawa &lt;jmatsuzawa@gnome.org&gt; on 2014-03-14
Reviewed by Gustavo Noronha.

* ja.po: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreplatformgtkpoChangeLog">trunk/Source/WebCore/platform/gtk/po/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkSourceWebCoreplatformgtkpojapo">trunk/Source/WebCore/platform/gtk/po/ja.po</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkSourceWebCoreplatformgtkpoChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/platform/gtk/po/ChangeLog (165629 => 165630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/gtk/po/ChangeLog        2014-03-14 17:29:09 UTC (rev 165629)
+++ trunk/Source/WebCore/platform/gtk/po/ChangeLog        2014-03-14 17:54:37 UTC (rev 165630)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2014-03-14  Jiro Matsuzawa  &lt;jmatsuzawa@gnome.org&gt;
+
+        Add Japanese translation for webkitgtk+
+        https://bugs.webkit.org/show_bug.cgi?id=125638
+
+        Reviewed by Gustavo Noronha.
+
+        * ja.po: Added.
+
</ins><span class="cx"> 2014-01-23  Max Vujovic  &lt;mvujovic@adobe.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Remove CSS Custom Filters code and tests
</span></span></pre></div>
<a id="trunkSourceWebCoreplatformgtkpojapo"></a>
<div class="addfile"><h4>Added: trunk/Source/WebCore/platform/gtk/po/ja.po (0 => 165630)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/platform/gtk/po/ja.po                                (rev 0)
+++ trunk/Source/WebCore/platform/gtk/po/ja.po        2014-03-14 17:54:37 UTC (rev 165630)
</span><span class="lines">@@ -0,0 +1,2479 @@
</span><ins>+# Japanese translation for webkit.
+# Copyright (C) 2013 webkit's COPYRIGHT HOLDER
+# This file is distributed under the same license as the webkit package.
+# Noriko Mizumoto &lt;noriko@fedoraproject.org&gt;, 2013.
+#
+msgid &quot;&quot;
+msgstr &quot;&quot;
+&quot;Project-Id-Version: webkit HEAD\n&quot;
+&quot;Report-Msgid-Bugs-To: http://bugs.webkit.org\n&quot;
+&quot;POT-Creation-Date: 2013-12-10 15:26+0000\n&quot;
+&quot;PO-Revision-Date: 2013-12-11 10:04+0000\n&quot;
+&quot;Last-Translator: Noriko Mizumoto &lt;noriko@fedoraproject.org&gt;\n&quot;
+&quot;Language-Team: Japanese &lt;gnome-translation@gnome.gr.jp&gt;\n&quot;
+&quot;Language: ja\n&quot;
+&quot;MIME-Version: 1.0\n&quot;
+&quot;Content-Type: text/plain; charset=UTF-8\n&quot;
+&quot;Content-Transfer-Encoding: 8bit\n&quot;
+&quot;Plural-Forms: nplurals=1; plural=0;\n&quot;
+
+#: ../ErrorsGtk.cpp:37
+msgid &quot;Load request cancelled&quot;
+msgstr &quot;読み込み要求が取り消されました&quot;
+
+#: ../ErrorsGtk.cpp:43
+msgid &quot;Not allowed to use restricted network port&quot;
+msgstr &quot;制限付きネットワークポートの使用は許可されていません&quot;
+
+#: ../ErrorsGtk.cpp:49
+msgid &quot;URL cannot be shown&quot;
+msgstr &quot;URL を表示できません&quot;
+
+#: ../ErrorsGtk.cpp:55
+msgid &quot;Frame load was interrupted&quot;
+msgstr &quot;フレームの読み込みが中断されました&quot;
+
+#: ../ErrorsGtk.cpp:61
+msgid &quot;Content with the specified MIME type cannot be shown&quot;
+msgstr &quot;指定された MIME タイプのコンテンツは表示できません&quot;
+
+#: ../ErrorsGtk.cpp:67
+msgid &quot;File does not exist&quot;
+msgstr &quot;ファイルは存在しません&quot;
+
+#: ../ErrorsGtk.cpp:73
+msgid &quot;Plugin will handle load&quot;
+msgstr &quot;プラグインが読み込みを処理します&quot;
+
+#: ../ErrorsGtk.cpp:85
+msgid &quot;User cancelled the download&quot;
+msgstr &quot;このダウンロードはユーザーにより取り消されました&quot;
+
+#: ../ErrorsGtk.cpp:105
+msgid &quot;Printer not found&quot;
+msgstr &quot;プリンターが見つかりません&quot;
+
+#: ../ErrorsGtk.cpp:112
+msgid &quot;Invalid page range&quot;
+msgstr &quot;無効なページ範囲です&quot;
+
+#: ../LocalizedStringsGtk.cpp:56 ../LocalizedStringsGtk.cpp:61
+msgid &quot;Submit&quot;
+msgstr &quot;送信&quot;
+
+#: ../LocalizedStringsGtk.cpp:66
+msgid &quot;Reset&quot;
+msgstr &quot;リセット&quot;
+
+#: ../LocalizedStringsGtk.cpp:71
+msgid &quot;Details&quot;
+msgstr &quot;詳細&quot;
+
+#: ../LocalizedStringsGtk.cpp:76
+msgid &quot;This is a searchable index. Enter search keywords: &quot;
+msgstr &quot;検索可能なインデックスです。検索するキーワードを入力してください:&quot;
+
+#: ../LocalizedStringsGtk.cpp:81
+msgid &quot;Choose File&quot;
+msgstr &quot;ファイルの選択&quot;
+
+#: ../LocalizedStringsGtk.cpp:86
+msgid &quot;Choose Files&quot;
+msgstr &quot;ファイルの選択&quot;
+
+#: ../LocalizedStringsGtk.cpp:91 ../LocalizedStringsGtk.cpp:96
+msgid &quot;(None)&quot;
+msgstr &quot;(なし)&quot;
+
+#: ../LocalizedStringsGtk.cpp:101
+msgid &quot;Open Link in New _Window&quot;
+msgstr &quot;リンクを新しいウィンドウで開く(_W)&quot;
+
+#: ../LocalizedStringsGtk.cpp:106
+msgid &quot;_Download Linked File&quot;
+msgstr &quot;リンク先ファイルをダウンロード(_D)&quot;
+
+#: ../LocalizedStringsGtk.cpp:111
+msgid &quot;Copy Link Loc_ation&quot;
+msgstr &quot;リンク先のコピー(_A)&quot;
+
+#: ../LocalizedStringsGtk.cpp:116
+msgid &quot;Open _Image in New Window&quot;
+msgstr &quot;画像を新しいウィンドウで開く(_I)&quot;
+
+#: ../LocalizedStringsGtk.cpp:121
+msgid &quot;Sa_ve Image As&quot;
+msgstr &quot;名前を付けて画像を保存(_V)&quot;
+
+#: ../LocalizedStringsGtk.cpp:126
+msgid &quot;Cop_y Image&quot;
+msgstr &quot;画像のコピー(_Y)&quot;
+
+#: ../LocalizedStringsGtk.cpp:131
+msgid &quot;Copy Image _Address&quot;
+msgstr &quot;画像のアドレスをコピー(_A)&quot;
+
+#: ../LocalizedStringsGtk.cpp:136
+msgid &quot;Open _Video in New Window&quot;
+msgstr &quot;ビデオを新しいウィンドウで開く(_V)&quot;
+
+#: ../LocalizedStringsGtk.cpp:141
+msgid &quot;Open _Audio in New Window&quot;
+msgstr &quot;オーディオを新しいウィンドウで開く(_A)&quot;
+
+#: ../LocalizedStringsGtk.cpp:146
+msgid &quot;Download _Video&quot;
+msgstr &quot;ビデオのダウンロード(_V)&quot;
+
+#: ../LocalizedStringsGtk.cpp:151
+msgid &quot;Download _Audio&quot;
+msgstr &quot;オーディオのダウンロード(_A)&quot;
+
+#: ../LocalizedStringsGtk.cpp:156
+msgid &quot;Cop_y Video Link Location&quot;
+msgstr &quot;ビデオのリンク先アドレスをコピー(_Y)&quot;
+
+#: ../LocalizedStringsGtk.cpp:161
+msgid &quot;Cop_y Audio Link Location&quot;
+msgstr &quot;オーディオのリンク先アドレスをコピー(_Y)&quot;
+
+#: ../LocalizedStringsGtk.cpp:166
+msgid &quot;_Toggle Media Controls&quot;
+msgstr &quot;再生コントローラーの切り替え(_T)&quot;
+
+#: ../LocalizedStringsGtk.cpp:171
+msgid &quot;_Show Media Controls&quot;
+msgstr &quot;再生コントローラーを表示する(_S)&quot;
+
+#: ../LocalizedStringsGtk.cpp:176
+msgid &quot;_Hide Media Controls&quot;
+msgstr &quot;再生コントローラーを表示しない(_H)&quot;
+
+#: ../LocalizedStringsGtk.cpp:181
+msgid &quot;Toggle Media _Loop Playback&quot;
+msgstr &quot;メディアループ再生の切り替え(_L)&quot;
+
+#: ../LocalizedStringsGtk.cpp:186
+msgid &quot;Switch Video to _Fullscreen&quot;
+msgstr &quot;ビデオをフルスクリーン表示に切り替え(_F)&quot;
+
+#: ../LocalizedStringsGtk.cpp:191
+msgid &quot;_Play&quot;
+msgstr &quot;再生(_P)&quot;
+
+#: ../LocalizedStringsGtk.cpp:196
+msgid &quot;_Pause&quot;
+msgstr &quot;一時停止(_P)&quot;
+
+#: ../LocalizedStringsGtk.cpp:201
+msgid &quot;_Mute&quot;
+msgstr &quot;ミュート(_M)&quot;
+
+#: ../LocalizedStringsGtk.cpp:206
+msgid &quot;Open _Frame in New Window&quot;
+msgstr &quot;フレームを新しいウィンドウで開く(_F)&quot;
+
+#: ../LocalizedStringsGtk.cpp:229
+msgid &quot;_Insert Unicode Control Character&quot;
+msgstr &quot;Unicode 制御文字の挿入(_I)&quot;
+
+#: ../LocalizedStringsGtk.cpp:234
+msgid &quot;Input _Methods&quot;
+msgstr &quot;入力メソッド(_M)&quot;
+
+#: ../LocalizedStringsGtk.cpp:257
+msgid &quot;_Reload&quot;
+msgstr &quot;再読み込み(_R)&quot;
+
+#: ../LocalizedStringsGtk.cpp:274
+msgid &quot;No Guesses Found&quot;
+msgstr &quot;推測は見つかりませんでした&quot;
+
+#: ../LocalizedStringsGtk.cpp:279
+msgid &quot;_Ignore Spelling&quot;
+msgstr &quot;スペルを無視する(_I)&quot;
+
+#: ../LocalizedStringsGtk.cpp:284
+msgid &quot;_Learn Spelling&quot;
+msgstr &quot;スペルを学習する(_L)&quot;
+
+#: ../LocalizedStringsGtk.cpp:289
+msgid &quot;_Search the Web&quot;
+msgstr &quot;Web の検索(_S)&quot;
+
+#: ../LocalizedStringsGtk.cpp:294
+msgid &quot;_Look Up in Dictionary&quot;
+msgstr &quot;辞書で検索(_L)&quot;
+
+#: ../LocalizedStringsGtk.cpp:299
+msgid &quot;_Open Link&quot;
+msgstr &quot;リンクを開く(_O)&quot;
+
+#: ../LocalizedStringsGtk.cpp:304
+msgid &quot;Ignore _Grammar&quot;
+msgstr &quot;文法を無視(_G)&quot;
+
+#: ../LocalizedStringsGtk.cpp:309
+msgid &quot;Spelling and _Grammar&quot;
+msgstr &quot;スペルと文法(_G)&quot;
+
+#: ../LocalizedStringsGtk.cpp:314
+msgid &quot;_Show Spelling and Grammar&quot;
+msgstr &quot;スペルと文法を表示する(_S)&quot;
+
+#: ../LocalizedStringsGtk.cpp:314
+msgid &quot;_Hide Spelling and Grammar&quot;
+msgstr &quot;スペルと文法を表示しない(_H)&quot;
+
+#: ../LocalizedStringsGtk.cpp:319
+msgid &quot;_Check Document Now&quot;
+msgstr &quot;今すぐドキュメントをチェック(_C)&quot;
+
+#: ../LocalizedStringsGtk.cpp:324
+msgid &quot;Check Spelling While _Typing&quot;
+msgstr &quot;入力中にスペルをチェックする(_T)&quot;
+
+#: ../LocalizedStringsGtk.cpp:329
+msgid &quot;Check _Grammar With Spelling&quot;
+msgstr &quot;文法とスペルをチェックする(_G)&quot;
+
+#: ../LocalizedStringsGtk.cpp:334
+msgid &quot;_Font&quot;
+msgstr &quot;フォント(_F)&quot;
+
+#: ../LocalizedStringsGtk.cpp:357
+msgid &quot;_Outline&quot;
+msgstr &quot;アウトライン(_O)&quot;
+
+#: ../LocalizedStringsGtk.cpp:362
+msgid &quot;Inspect _Element&quot;
+msgstr &quot;要素の点検(_E)&quot;
+
+#: ../LocalizedStringsGtk.cpp:367
+msgid &quot;LRM _Left-to-right mark&quot;
+msgstr &quot;LRM (Left-to-right mark)(_L)&quot;
+
+#: ../LocalizedStringsGtk.cpp:372
+msgid &quot;RLM _Right-to-left mark&quot;
+msgstr &quot;RLM (Right-to-left mark)(_R)&quot;
+
+#: ../LocalizedStringsGtk.cpp:377
+msgid &quot;LRE Left-to-right _embedding&quot;
+msgstr &quot;LRE (Left-to-right embedding)(_E)&quot;
+
+#: ../LocalizedStringsGtk.cpp:382
+msgid &quot;RLE Right-to-left e_mbedding&quot;
+msgstr &quot;RLE (Right-to-left embedding)(_M)&quot;
+
+#: ../LocalizedStringsGtk.cpp:387
+msgid &quot;LRO Left-to-right _override&quot;
+msgstr &quot;LRO (Left-to-right override)(_O)&quot;
+
+#: ../LocalizedStringsGtk.cpp:392
+msgid &quot;RLO Right-to-left o_verride&quot;
+msgstr &quot;RLO (Right-to-left override)(_V)&quot;
+
+#: ../LocalizedStringsGtk.cpp:397
+msgid &quot;PDF _Pop directional formatting&quot;
+msgstr &quot;PDF (Pop directional formatting)(_P)&quot;
+
+#: ../LocalizedStringsGtk.cpp:402
+msgid &quot;ZWS _Zero width space&quot;
+msgstr &quot;ZWS (Zero width space)(_Z)&quot;
+
+#: ../LocalizedStringsGtk.cpp:407
+msgid &quot;ZWJ Zero width _joiner&quot;
+msgstr &quot;ZWJ (Zero width joiner)(_J)&quot;
+
+#: ../LocalizedStringsGtk.cpp:412
+msgid &quot;ZWNJ Zero width _non-joiner&quot;
+msgstr &quot;ZWNJ (Zero width non-joiner)(_N)&quot;
+
+#: ../LocalizedStringsGtk.cpp:417
+msgid &quot;No recent searches&quot;
+msgstr &quot;最近の検索はありません&quot;
+
+#: ../LocalizedStringsGtk.cpp:422
+msgid &quot;Recent searches&quot;
+msgstr &quot;最近の検索&quot;
+
+#: ../LocalizedStringsGtk.cpp:427
+msgid &quot;_Clear recent searches&quot;
+msgstr &quot;検索履歴の消去(_C)&quot;
+
+#: ../LocalizedStringsGtk.cpp:432
+msgid &quot;definition&quot;
+msgstr &quot;定義&quot;
+
+#: ../LocalizedStringsGtk.cpp:437
+msgid &quot;description list&quot;
+msgstr &quot;詳細リスト&quot;
+
+#: ../LocalizedStringsGtk.cpp:442
+msgid &quot;term&quot;
+msgstr &quot;用語&quot;
+
+#: ../LocalizedStringsGtk.cpp:447
+msgid &quot;description&quot;
+msgstr &quot;詳細&quot;
+
+#: ../LocalizedStringsGtk.cpp:452
+msgid &quot;footer&quot;
+msgstr &quot;フッター&quot;
+
+#: ../LocalizedStringsGtk.cpp:457
+msgid &quot;cancel&quot;
+msgstr &quot;取り消し&quot;
+
+#: ../LocalizedStringsGtk.cpp:462
+msgid &quot;press&quot;
+msgstr &quot;押す&quot;
+
+#: ../LocalizedStringsGtk.cpp:467
+msgid &quot;select&quot;
+msgstr &quot;選択&quot;
+
+#: ../LocalizedStringsGtk.cpp:472
+msgid &quot;activate&quot;
+msgstr &quot;アクティベート&quot;
+
+#: ../LocalizedStringsGtk.cpp:477
+msgid &quot;uncheck&quot;
+msgstr &quot;チェックを外す&quot;
+
+#: ../LocalizedStringsGtk.cpp:482
+msgid &quot;check&quot;
+msgstr &quot;チェックする&quot;
+
+#: ../LocalizedStringsGtk.cpp:487
+msgid &quot;jump&quot;
+msgstr &quot;ジャンプ&quot;
+
+#: ../LocalizedStringsGtk.cpp:507
+msgid &quot;Missing Plug-in&quot;
+msgstr &quot;足りないプラグイン&quot;
+
+#: ../LocalizedStringsGtk.cpp:513
+msgid &quot;Plug-in Failure&quot;
+msgstr &quot;プラグイン障害&quot;
+
+#. FIXME: If this file gets localized, this should really be localized as one string with a wildcard for the number.
+#: ../LocalizedStringsGtk.cpp:537
+msgid &quot; files&quot;
+msgstr &quot; ファイル&quot;
+
+#: ../LocalizedStringsGtk.cpp:542
+msgid &quot;Unknown&quot;
+msgstr &quot;不明&quot;
+
+#: ../LocalizedStringsGtk.cpp:547
+#, c-format
+msgctxt &quot;Title string for images&quot;
+msgid &quot;%s  (%dx%d pixels)&quot;
+msgstr &quot;%s  (%dx%d ピクセル)&quot;
+
+#: ../LocalizedStringsGtk.cpp:559
+msgid &quot;Loading...&quot;
+msgstr &quot;読み込み中...&quot;
+
+#: ../LocalizedStringsGtk.cpp:564
+msgid &quot;Live Broadcast&quot;
+msgstr &quot;ライブブロードキャスト&quot;
+
+#: ../LocalizedStringsGtk.cpp:570
+msgid &quot;audio playback&quot;
+msgstr &quot;オーディオ再生&quot;
+
+#: ../LocalizedStringsGtk.cpp:572
+msgid &quot;video playback&quot;
+msgstr &quot;ビデオ再生&quot;
+
+#: ../LocalizedStringsGtk.cpp:574
+msgid &quot;mute&quot;
+msgstr &quot;ミュート&quot;
+
+#: ../LocalizedStringsGtk.cpp:576
+msgid &quot;unmute&quot;
+msgstr &quot;ミュートを外す&quot;
+
+#: ../LocalizedStringsGtk.cpp:578
+msgid &quot;play&quot;
+msgstr &quot;再生&quot;
+
+#: ../LocalizedStringsGtk.cpp:580
+msgid &quot;pause&quot;
+msgstr &quot;一時停止&quot;
+
+#: ../LocalizedStringsGtk.cpp:582
+msgid &quot;movie time&quot;
+msgstr &quot;動画時間&quot;
+
+#: ../LocalizedStringsGtk.cpp:584
+msgid &quot;timeline slider thumb&quot;
+msgstr &quot;タイムラインスライダーサム&quot;
+
+#: ../LocalizedStringsGtk.cpp:586
+msgid &quot;back 30 seconds&quot;
+msgstr &quot;30 秒戻る&quot;
+
+#: ../LocalizedStringsGtk.cpp:588
+msgid &quot;return to realtime&quot;
+msgstr &quot;リアルタイムに戻る&quot;
+
+#: ../LocalizedStringsGtk.cpp:590
+msgid &quot;elapsed time&quot;
+msgstr &quot;経過時間&quot;
+
+#: ../LocalizedStringsGtk.cpp:592
+msgid &quot;remaining time&quot;
+msgstr &quot;残り時間&quot;
+
+#: ../LocalizedStringsGtk.cpp:594
+msgid &quot;status&quot;
+msgstr &quot;状態&quot;
+
+#: ../LocalizedStringsGtk.cpp:596
+msgid &quot;enter fullscreen&quot;
+msgstr &quot;フルスクリーンにする&quot;
+
+#: ../LocalizedStringsGtk.cpp:598
+msgid &quot;exit fullscreen&quot;
+msgstr &quot;フルスクリーンを終了する&quot;
+
+#: ../LocalizedStringsGtk.cpp:600
+msgid &quot;fast forward&quot;
+msgstr &quot;早送り&quot;
+
+#: ../LocalizedStringsGtk.cpp:602
+msgid &quot;fast reverse&quot;
+msgstr &quot;巻き戻し&quot;
+
+#: ../LocalizedStringsGtk.cpp:604
+msgid &quot;show closed captions&quot;
+msgstr &quot;字幕を表示する&quot;
+
+#: ../LocalizedStringsGtk.cpp:606
+msgid &quot;hide closed captions&quot;
+msgstr &quot;字幕を隠す&quot;
+
+#: ../LocalizedStringsGtk.cpp:608
+msgid &quot;media controls&quot;
+msgstr &quot;再生コントローラー&quot;
+
+#: ../LocalizedStringsGtk.cpp:617
+msgid &quot;audio element playback controls and status display&quot;
+msgstr &quot;オーディオ要素の再生コントロールと状態の表示&quot;
+
+#: ../LocalizedStringsGtk.cpp:619
+msgid &quot;video element playback controls and status display&quot;
+msgstr &quot;ビデオ要素の再生コントロールと状態の表示&quot;
+
+#: ../LocalizedStringsGtk.cpp:621
+msgid &quot;mute audio tracks&quot;
+msgstr &quot;オーディオトラックのミュート&quot;
+
+#: ../LocalizedStringsGtk.cpp:623
+msgid &quot;unmute audio tracks&quot;
+msgstr &quot;オーディオトラックのミュートを解除&quot;
+
+#: ../LocalizedStringsGtk.cpp:625
+msgid &quot;begin playback&quot;
+msgstr &quot;再生開始&quot;
+
+#: ../LocalizedStringsGtk.cpp:627
+msgid &quot;pause playback&quot;
+msgstr &quot;一時停止&quot;
+
+#: ../LocalizedStringsGtk.cpp:629
+msgid &quot;movie time scrubber&quot;
+msgstr &quot;動画タイムスクラバー&quot;
+
+#: ../LocalizedStringsGtk.cpp:631
+msgid &quot;movie time scrubber thumb&quot;
+msgstr &quot;動画タイムスクラバーサム&quot;
+
+#: ../LocalizedStringsGtk.cpp:633
+msgid &quot;seek movie back 30 seconds&quot;
+msgstr &quot;30 秒戻って動画をシークする&quot;
+
+#: ../LocalizedStringsGtk.cpp:635
+msgid &quot;return streaming movie to real time&quot;
+msgstr &quot;ストリーミング動画をリアルタイムに戻す&quot;
+
+#: ../LocalizedStringsGtk.cpp:637
+msgid &quot;current movie time in seconds&quot;
+msgstr &quot;現在の動画時間 (秒単位)&quot;
+
+#: ../LocalizedStringsGtk.cpp:639
+msgid &quot;number of seconds of movie remaining&quot;
+msgstr &quot;動画の残り秒数&quot;
+
+#: ../LocalizedStringsGtk.cpp:641
+msgid &quot;current movie status&quot;
+msgstr &quot;現在の動画の状態&quot;
+
+#: ../LocalizedStringsGtk.cpp:643
+msgid &quot;seek quickly back&quot;
+msgstr &quot;シーク巻き戻し&quot;
+
+#: ../LocalizedStringsGtk.cpp:645
+msgid &quot;seek quickly forward&quot;
+msgstr &quot;シーク早送り&quot;
+
+#: ../LocalizedStringsGtk.cpp:647
+msgid &quot;Play movie in fullscreen mode&quot;
+msgstr &quot;フルスクリーンモードで動画を再生する&quot;
+
+#: ../LocalizedStringsGtk.cpp:649
+msgid &quot;Exit fullscreen mode&quot;
+msgstr &quot;フルスクリーンモードの終了&quot;
+
+#: ../LocalizedStringsGtk.cpp:651
+msgid &quot;start displaying closed captions&quot;
+msgstr &quot;字幕の表示を開始&quot;
+
+#: ../LocalizedStringsGtk.cpp:653
+msgid &quot;stop displaying closed captions&quot;
+msgstr &quot;字幕の表示を停止&quot;
+
+#: ../LocalizedStringsGtk.cpp:662
+msgid &quot;indefinite time&quot;
+msgstr &quot;無期限&quot;
+
+#: ../LocalizedStringsGtk.cpp:692
+msgid &quot;value missing&quot;
+msgstr &quot;値がありません&quot;
+
+#: ../LocalizedStringsGtk.cpp:728
+msgid &quot;type mismatch&quot;
+msgstr &quot;タイプの不一致&quot;
+
+#: ../LocalizedStringsGtk.cpp:751
+msgid &quot;pattern mismatch&quot;
+msgstr &quot;パターンの不一致&quot;
+
+#: ../LocalizedStringsGtk.cpp:756
+msgid &quot;too long&quot;
+msgstr &quot;長すぎます&quot;
+
+#: ../LocalizedStringsGtk.cpp:761
+msgid &quot;range underflow&quot;
+msgstr &quot;範囲アンダーフロー&quot;
+
+#: ../LocalizedStringsGtk.cpp:766
+msgid &quot;range overflow&quot;
+msgstr &quot;範囲オーバーフロー&quot;
+
+#: ../LocalizedStringsGtk.cpp:771
+msgid &quot;step mismatch&quot;
+msgstr &quot;ステップの不一致&quot;
+
+#: ../LocalizedStringsGtk.cpp:776
+msgid &quot;Unacceptable TLS certificate&quot;
+msgstr &quot;受諾できない TLS 証明書&quot;
+
+#: ../LocalizedStringsGtk.cpp:793
+msgctxt &quot;Closed Captions&quot;
+msgid &quot;Menu section heading for closed captions&quot;
+msgstr &quot;字幕用メニューセクション見出し&quot;
+
+#: ../LocalizedStringsGtk.cpp:798
+msgctxt &quot;Menu section heading for subtitles&quot;
+msgid &quot;Subtitles&quot;
+msgstr &quot;字幕&quot;
+
+#: ../LocalizedStringsGtk.cpp:803
+msgctxt &quot;Menu item label for the track that represents disabling closed captions&quot;
+msgid &quot;Off&quot;
+msgstr &quot;オフ&quot;
+
+#: ../LocalizedStringsGtk.cpp:808
+msgctxt &quot;Menu item label for the automatically choosen track&quot;
+msgid &quot;Auto&quot;
+msgstr &quot;自動&quot;
+
+#: ../LocalizedStringsGtk.cpp:813
+msgctxt &quot;Menu item label for a closed captions track that has no other name&quot;
+msgid &quot;No label&quot;
+msgstr &quot;ラベルなし&quot;
+
+#: ../LocalizedStringsGtk.cpp:819
+msgctxt &quot;Snapshotted Plug-In&quot;
+msgid &quot;Title of the label to show on a snapshotted plug-in&quot;
+msgstr &quot;スナップショット撮影したプラグインで表示させるラベルのタイトル&quot;
+
+#: ../LocalizedStringsGtk.cpp:824
+msgctxt &quot;Click to restart&quot;
+msgid &quot;Subtitle of the label to show on a snapshotted plug-in&quot;
+msgstr &quot;スナップショット撮影したプラグインで表示させるラベルの字幕&quot;
+
+#: ../WebKitAuthenticationWidget.cpp:155
+#, c-format
+msgid &quot;The site %s:%i requests a username and password&quot;
+msgstr &quot;サイト %s:%i によりユーザー名とパスワードの入力が求められています&quot;
+
+#: ../WebKitAuthenticationWidget.cpp:159
+msgid &quot;_Remember password&quot;
+msgstr &quot;パスワードを記憶する(_R)&quot;
+
+#: ../WebKitAuthenticationWidget.cpp:167
+msgid &quot;Server message:&quot;
+msgstr &quot;サーバーメッセージ:&quot;
+
+#: ../WebKitAuthenticationWidget.cpp:168 ../WebKitAuthenticationWidget.cpp:177
+msgid &quot;Username:&quot;
+msgstr &quot;ユーザー名:&quot;
+
+#: ../WebKitAuthenticationWidget.cpp:169 ../WebKitAuthenticationWidget.cpp:178
+msgid &quot;Password:&quot;
+msgstr &quot;パスワード:&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:279
+msgid &quot;Network Request&quot;
+msgstr &quot;ネットワーク要求&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:280
+msgid &quot;The network request for the URI that should be downloaded&quot;
+msgstr &quot;ダウンロードすべき URI のネットワーク要求です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:294
+msgid &quot;Network Response&quot;
+msgstr &quot;ネットワーク応答&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:295
+msgid &quot;The network response for the URI that should be downloaded&quot;
+msgstr &quot;ダウンロードすべき URI のネットワーク応答です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:309
+msgid &quot;Destination URI&quot;
+msgstr &quot;保存先 URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:310
+msgid &quot;The destination URI where to save the file&quot;
+msgstr &quot;ファイルの保存先となる URI です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:324
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:150
+msgid &quot;Suggested Filename&quot;
+msgstr &quot;提案ファイル名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:325
+msgid &quot;The filename suggested as default when saving&quot;
+msgstr &quot;保存時のデフォルトとして提案されるファイル名です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:342
+msgid &quot;Progress&quot;
+msgstr &quot;進捗状況&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:343
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitDownload.cpp:176
+msgid &quot;Determines the current progress of the download&quot;
+msgstr &quot;現在のダウンロード進捗状況を判定します&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:356
+msgid &quot;Status&quot;
+msgstr &quot;状態&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:357
+msgid &quot;Determines the current status of the download&quot;
+msgstr &quot;現在のダウンロード状態を判定します&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:372
+msgid &quot;Current Size&quot;
+msgstr &quot;現在のサイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:373
+msgid &quot;The length of the data already downloaded&quot;
+msgstr &quot;すでにダウンロードが完了したデータのサイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:387
+msgid &quot;Total Size&quot;
+msgstr &quot;合計サイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitdownload.cpp:388
+msgid &quot;The total size of the file&quot;
+msgstr &quot;ファイルの合計サイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfavicondatabase.cpp:144
+#: ../../../../WebKit/gtk/webkit/webkitfavicondatabase.cpp:579
+msgid &quot;Operation was cancelled&quot;
+msgstr &quot;操作は取り消されました&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfavicondatabase.cpp:253
+#: ../../../../WebKit/gtk/webkit/webkiticondatabase.cpp:148
+msgid &quot;Path&quot;
+msgstr &quot;パス&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfavicondatabase.cpp:254
+#: ../../../../WebKit/gtk/webkit/webkiticondatabase.cpp:149
+msgid &quot;The absolute path of the icon database folder&quot;
+msgstr &quot;アイコンデータベースフォルダーの絶対パス&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfilechooserrequest.cpp:129
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp:128
+msgid &quot;MIME types filter&quot;
+msgstr &quot;MIME タイプフィルター&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfilechooserrequest.cpp:130
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp:129
+msgid &quot;The filter currently associated with the request&quot;
+msgstr &quot;現在、この要求に関連しているフィルター&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfilechooserrequest.cpp:145
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp:142
+msgid &quot;MIME types&quot;
+msgstr &quot;MIME タイプ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfilechooserrequest.cpp:146
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp:143
+msgid &quot;The list of MIME types associated with the request&quot;
+msgstr &quot;この要求に関連している MIME タイプの一覧&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfilechooserrequest.cpp:161
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp:157
+msgid &quot;Select multiple files&quot;
+msgstr &quot;複数のファイルを選択&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfilechooserrequest.cpp:162
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp:158
+msgid &quot;Whether the file chooser should allow selecting multiple files&quot;
+msgstr &quot;ファイル選択機能に複数ファイルの選択を許可するかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfilechooserrequest.cpp:177
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp:171
+msgid &quot;Selected files&quot;
+msgstr &quot;選択ファイル&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitfilechooserrequest.cpp:178
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFileChooserRequest.cpp:172
+msgid &quot;The list of selected files associated with the request&quot;
+msgstr &quot;この要求に関連している選択ファイルの一覧&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:174
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:152
+msgid &quot;Context&quot;
+msgstr &quot;コンテキスト&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:175
+msgid &quot;Flags indicating the kind of target that received the event.&quot;
+msgstr &quot;イベントを受信したターゲットの種類を示すフラグです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:189
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:166
+msgid &quot;Link URI&quot;
+msgstr &quot;リンク URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:190
+msgid &quot;The URI to which the target that received the event points, if any.&quot;
+msgstr &quot;イベントを受信したターゲットのポイント先となる URI です (ある場合のみ)。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:203
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:205
+msgid &quot;Image URI&quot;
+msgstr &quot;画像の URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:204
+msgid &quot;The URI of the image that is part of the target that received the event, if any.&quot;
+msgstr &quot;イベントを受信したターゲットの一部となる画像の URI です (ある場合のみ)。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:217
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:218
+msgid &quot;Media URI&quot;
+msgstr &quot;メディア URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:218
+msgid &quot;The URI of the media that is part of the target that received the event, if any.&quot;
+msgstr &quot;イベントを受信したターゲットの一部となるメディアの URI です (ある場合のみ)。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:239
+msgid &quot;Inner node&quot;
+msgstr &quot;内部ノード&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:240
+msgid &quot;The inner DOM node associated with the hit test result.&quot;
+msgstr &quot;ヒットテストの結果に関連する内部 DOM ノードです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:253
+msgid &quot;X coordinate&quot;
+msgstr &quot;X 座標&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:254
+msgid &quot;The x coordinate of the event relative to the view's window.&quot;
+msgstr &quot;ビューウィンドウに対するイベントの X 座標です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:267
+msgid &quot;Y coordinate&quot;
+msgstr &quot;Y 座標&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkithittestresult.cpp:268
+msgid &quot;The y coordinate of the event relative to the view's window.&quot;
+msgstr &quot;ビューウィンドウに対するイベントの Y 座標です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitnetworkrequest.cpp:134
+#: ../../../../WebKit/gtk/webkit/webkitnetworkresponse.cpp:143
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:468
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:176
+#: ../../../../WebKit/gtk/webkit/webkitwebresource.cpp:209
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3253
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIRequest.cpp:95
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:99
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebResource.cpp:109
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:707
+msgid &quot;URI&quot;
+msgstr &quot;URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitnetworkrequest.cpp:135
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIRequest.cpp:96
+msgid &quot;The URI to which the request will be made.&quot;
+msgstr &quot;要求先の URI です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitnetworkrequest.cpp:148
+#: ../../../../WebKit/gtk/webkit/webkitnetworkresponse.cpp:157
+msgid &quot;Message&quot;
+msgstr &quot;メッセージ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitnetworkrequest.cpp:149
+msgid &quot;The SoupMessage that backs the request.&quot;
+msgstr &quot;&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitnetworkresponse.cpp:144
+msgid &quot;The URI to which the response will be made.&quot;
+msgstr &quot;応答先の URI です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitnetworkresponse.cpp:158
+msgid &quot;The SoupMessage that backs the response.&quot;
+msgstr &quot;&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitnetworkresponse.cpp:171
+msgid &quot;Suggested filename&quot;
+msgstr &quot;提案ファイル名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitnetworkresponse.cpp:172
+msgid &quot;The suggested filename for the response.&quot;
+msgstr &quot;応答に提案されるファイル名です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:150
+msgid &quot;Protocol&quot;
+msgstr &quot;プロトコル&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:151
+msgid &quot;The protocol of the security origin&quot;
+msgstr &quot;セキュリティオリジンのプロトコルです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:164
+msgid &quot;Host&quot;
+msgstr &quot;ホスト&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:165
+msgid &quot;The host of the security origin&quot;
+msgstr &quot;セキュリティオリジンのホストです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:178
+msgid &quot;Port&quot;
+msgstr &quot;ポート&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:179
+msgid &quot;The port of the security origin&quot;
+msgstr &quot;セキュリティオリジンのポートです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:192
+msgid &quot;Web Database Usage&quot;
+msgstr &quot;Web Database 使用量&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:193
+msgid &quot;The cumulative size of all web databases in the security origin&quot;
+msgstr &quot;セキュリティオリジン内の全 Web データベースの合算サイズです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:205
+msgid &quot;Web Database Quota&quot;
+msgstr &quot;Web Database クォータ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitsecurityorigin.cpp:206
+msgid &quot;The web database quota of the security origin in bytes&quot;
+msgstr &quot;セキュリティオリジンの Web データベースクォータです (バイト単位)&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:139
+msgid &quot;Device Width&quot;
+msgstr &quot;デバイスの幅&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:140
+msgid &quot;The width of the screen.&quot;
+msgstr &quot;画面の幅です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:161
+msgid &quot;Device Height&quot;
+msgstr &quot;デバイスの高さ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:162
+msgid &quot;The height of the screen.&quot;
+msgstr &quot;画面の高さです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:185
+msgid &quot;Available Width&quot;
+msgstr &quot;設定可能な幅&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:186
+msgid &quot;The width of the visible area.&quot;
+msgstr &quot;可視領域の幅です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:209
+msgid &quot;Available Height&quot;
+msgstr &quot;設定可能な高さ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:210
+msgid &quot;The height of the visible area.&quot;
+msgstr &quot;可視領域の高さです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:231
+msgid &quot;Desktop Width&quot;
+msgstr &quot;デスクトップ幅&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:232
+msgid &quot;The width of viewport that works well for most web pages designed for desktop.&quot;
+msgstr &quot;デスクトップ向けに設計されている Web ページのほとんどで適切に表示される表示域の幅です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:254
+msgid &quot;Device DPI&quot;
+msgstr &quot;デバイス DPI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:255
+msgid &quot;The number of dots per inch of the screen.&quot;
+msgstr &quot;画面 1 インチあたりのドット数です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:273
+msgid &quot;Width&quot;
+msgstr &quot;幅&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:274
+msgid &quot;The width of the viewport.&quot;
+msgstr &quot;表示域の幅です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:292
+msgid &quot;Height&quot;
+msgstr &quot;高さ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:293
+msgid &quot;The height of the viewport.&quot;
+msgstr &quot;表示域の高さです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:311
+msgid &quot;Initial Scale Factor&quot;
+msgstr &quot;初期倍率&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:312
+msgid &quot;The initial scale of the viewport.&quot;
+msgstr &quot;表示域の初期スケールです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:330
+msgid &quot;Minimum Scale Factor&quot;
+msgstr &quot;最小倍率&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:331
+msgid &quot;The minimum scale of the viewport.&quot;
+msgstr &quot;表示域の最小スケールです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:349
+msgid &quot;Maximum Scale Factor&quot;
+msgstr &quot;最大倍率&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:350
+msgid &quot;The maximum scale of the viewport.&quot;
+msgstr &quot;表示域の最大スケールです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:368
+msgid &quot;Device Pixel Ratio&quot;
+msgstr &quot;デバイスピクセル率&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:369
+msgid &quot;The device pixel ratio of the viewport.&quot;
+msgstr &quot;表示域のデバイスピクセル率です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:388
+msgid &quot;User Scalable&quot;
+msgstr &quot;ユーザーによる拡大縮小&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:389
+msgid &quot;Determines whether or not the user can zoom in and out.&quot;
+msgstr &quot;ユーザーによるズームインおよびズームアウトが可能かどうかを指定します。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:407
+msgid &quot;Valid&quot;
+msgstr &quot;有効性&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitviewportattributes.cpp:408
+msgid &quot;Determines whether or not the attributes are valid, and can be used.&quot;
+msgstr &quot;属性が有効かどうか、また使用できるかどうかを指定します。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:176
+msgid &quot;Security Origin&quot;
+msgstr &quot;セキュリティオリジン&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:177
+msgid &quot;The security origin of the database&quot;
+msgstr &quot;データベースのセキュリティオリジンです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:190
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:454
+msgid &quot;Name&quot;
+msgstr &quot;名前&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:191
+msgid &quot;The name of the Web Database database&quot;
+msgstr &quot;Web Database データベースの名前 &quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:204
+msgid &quot;Display Name&quot;
+msgstr &quot;表示名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:205
+msgid &quot;The display name of the Web Storage database&quot;
+msgstr &quot;Web Storage データベースの表示名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:218
+msgid &quot;Expected Size&quot;
+msgstr &quot;期待サイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:219
+msgid &quot;The expected size of the Web Database database&quot;
+msgstr &quot;Web Database データベースの期待サイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:231
+msgid &quot;Size&quot;
+msgstr &quot;サイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:232
+msgid &quot;The current size of the Web Database database&quot;
+msgstr &quot;Web Database データベースの現在のサイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:244
+msgid &quot;Filename&quot;
+msgstr &quot;ファイル名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebdatabase.cpp:245
+msgid &quot;The absolute filename of the Web Storage database&quot;
+msgstr &quot;Web Storage データベースの絶対ファイル名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:455
+msgid &quot;The name of the frame&quot;
+msgstr &quot;フレーム名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:461
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:144
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3239
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:663
+msgid &quot;Title&quot;
+msgstr &quot;タイトル&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:462
+msgid &quot;The document title of the frame&quot;
+msgstr &quot;フレームのドキュメントタイトル&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:469
+msgid &quot;The current URI of the contents displayed by the frame&quot;
+msgstr &quot;フレームで表示されるコンテンツの現在の URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:500
+msgid &quot;Horizontal Scrollbar Policy&quot;
+msgstr &quot;水平スクロールバーポリシー&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:501
+msgid &quot;Determines the current policy for the horizontal scrollbar of the frame.&quot;
+msgstr &quot;フレームの水平スクロールバーの現在のポリシーを指定します。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:518
+msgid &quot;Vertical Scrollbar Policy&quot;
+msgstr &quot;垂直スクロールバーポリシー&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebframe.cpp:519
+msgid &quot;Determines the current policy for the vertical scrollbar of the frame.&quot;
+msgstr &quot;フレームの垂直スクロールバーの現在のポリシーを指定します。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:145
+msgid &quot;The title of the history item&quot;
+msgstr &quot;履歴アイテムのタイトル&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:160
+msgid &quot;Alternate Title&quot;
+msgstr &quot;代替タイトル&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:161
+msgid &quot;The alternate title of the history item&quot;
+msgstr &quot;履歴アイテムの代替タイトル&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:177
+msgid &quot;The URI of the history item&quot;
+msgstr &quot;履歴アイテムの URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:192
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:163
+msgid &quot;Original URI&quot;
+msgstr &quot;オリジナル URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:193
+msgid &quot;The original URI of the history item&quot;
+msgstr &quot;履歴アイテムのオリジナルの URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:208
+msgid &quot;Last visited Time&quot;
+msgstr &quot;最後に閲覧した時間&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebhistoryitem.cpp:209
+msgid &quot;The time at which the history item was last visited&quot;
+msgstr &quot;履歴アイテムが最後に閲覧された時間です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebinspector.cpp:273
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:154
+msgid &quot;Web View&quot;
+msgstr &quot;Web View&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebinspector.cpp:274
+msgid &quot;The Web View that renders the Web Inspector itself&quot;
+msgstr &quot;Web Inspector 自体を表示させる Web View です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebinspector.cpp:287
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp:122
+msgid &quot;Inspected URI&quot;
+msgstr &quot;インスペクトしている URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebinspector.cpp:288
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp:123
+msgid &quot;The URI that is currently being inspected&quot;
+msgstr &quot;現在インスペクト中の URI です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebinspector.cpp:304
+msgid &quot;Enable JavaScript profiling&quot;
+msgstr &quot;JavaScript プロファイリングを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebinspector.cpp:305
+msgid &quot;Profile the executed JavaScript.&quot;
+msgstr &quot;実行された JavaScript のプロファイリングを行ないます。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebinspector.cpp:320
+msgid &quot;Enable Timeline profiling&quot;
+msgstr &quot;Timeline プロファイリングを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebinspector.cpp:321
+msgid &quot;Profile the WebCore instrumentation.&quot;
+msgstr &quot;WebCore 計装のプロファイル&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:148
+msgid &quot;Reason&quot;
+msgstr &quot;原因&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:149
+msgid &quot;The reason why this navigation is occurring&quot;
+msgstr &quot;このナビゲーションが発生する原因です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:164
+msgid &quot;The URI that was requested as the target for the navigation&quot;
+msgstr &quot;ナビゲーションのターゲットとして要求された URI です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:178
+msgid &quot;Button&quot;
+msgstr &quot;ボタン&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:179
+msgid &quot;The button used to click&quot;
+msgstr &quot;クリックに使用するボタン&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:194
+msgid &quot;Modifier state&quot;
+msgstr &quot;修飾子の状態&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:195
+msgid &quot;A bitmask representing the state of the modifier keys&quot;
+msgstr &quot;修飾子の状態を示すビットマスク&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:210
+msgid &quot;Target frame&quot;
+msgstr &quot;ターゲットフレーム&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebnavigationaction.cpp:211
+msgid &quot;The target frame for the navigation&quot;
+msgstr &quot;ナビゲーション用ターゲットフレーム&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebplugin.cpp:113
+msgid &quot;Enabled&quot;
+msgstr &quot;有効&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebplugin.cpp:114
+msgid &quot;Whether the plugin is enabled&quot;
+msgstr &quot;プラグインを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebresource.cpp:210
+msgid &quot;The URI of the resource&quot;
+msgstr &quot;リソースの URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebresource.cpp:224
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:137
+msgid &quot;MIME Type&quot;
+msgstr &quot;MIME タイプ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebresource.cpp:225
+msgid &quot;The MIME type of the resource&quot;
+msgstr &quot;リソースの MIME タイプ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebresource.cpp:239
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3388
+msgid &quot;Encoding&quot;
+msgstr &quot;エンコーディング&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebresource.cpp:240
+msgid &quot;The text encoding name of the resource&quot;
+msgstr &quot;リソースのテキストエンコーディング名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebresource.cpp:255
+msgid &quot;Frame Name&quot;
+msgstr &quot;フレーム名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebresource.cpp:256
+msgid &quot;The frame name of the resource&quot;
+msgstr &quot;リソースのフレーム名&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:150
+msgid &quot;Default Encoding&quot;
+msgstr &quot;デフォルトエンコーディング&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:151
+msgid &quot;The default encoding used to display text.&quot;
+msgstr &quot;テキストの表示に使用するデフォルトのエンコーディングです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:159
+msgid &quot;Cursive Font Family&quot;
+msgstr &quot;Cursive フォントファミリー&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:160
+msgid &quot;The default Cursive font family used to display text.&quot;
+msgstr &quot;テキストの表示に使用するデフォルトの Cursive フォントファミリーです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:168
+msgid &quot;Default Font Family&quot;
+msgstr &quot;デフォルトのフォントファミリー&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:169
+msgid &quot;The default font family used to display text.&quot;
+msgstr &quot;テキストの表示に使用するデフォルトのフォントファミリーです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:177
+msgid &quot;Fantasy Font Family&quot;
+msgstr &quot;Fantasy フォントファミリー&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:178
+msgid &quot;The default Fantasy font family used to display text.&quot;
+msgstr &quot;テキストの表示に使用するデフォルトの Fantasy フォントファミリーです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:186
+msgid &quot;Monospace Font Family&quot;
+msgstr &quot;Monospace フォントファミリー&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:187
+msgid &quot;The default font family used to display monospace text.&quot;
+msgstr &quot;monospace テキストの表示に使用するデフォルトのフォントファミリーです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:195
+msgid &quot;Sans Serif Font Family&quot;
+msgstr &quot;Sans Serif フォントファミリー&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:196
+msgid &quot;The default Sans Serif font family used to display text.&quot;
+msgstr &quot;テキストの表示に使用するデフォルトの Sans Serif フォントファミリーです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:204
+msgid &quot;Serif Font Family&quot;
+msgstr &quot;Serif フォントファミリー&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:205
+msgid &quot;The default Serif font family used to display text.&quot;
+msgstr &quot;テキストの表示に使用するデフォルトの Serif フォントファミリーです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:213
+msgid &quot;Default Font Size&quot;
+msgstr &quot;デフォルトのフォントサイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:214
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:759
+msgid &quot;The default font size used to display text.&quot;
+msgstr &quot;テキストの表示に使用するデフォルトのフォントサイズです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:222
+msgid &quot;Default Monospace Font Size&quot;
+msgstr &quot;デフォルトの Monospace フォントサイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:223
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:773
+msgid &quot;The default font size used to display monospace text.&quot;
+msgstr &quot;monospace テキストの表示に使用するデフォルトのフォントサイズです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:231
+msgid &quot;Minimum Font Size&quot;
+msgstr &quot;最小フォントサイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:232
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:788
+msgid &quot;The minimum font size used to display text.&quot;
+msgstr &quot;テキストの表示に使用するフォントの最小サイズです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:240
+msgid &quot;Minimum Logical Font Size&quot;
+msgstr &quot;最小論理フォントサイズ&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:241
+msgid &quot;The minimum logical font size used to display text.&quot;
+msgstr &quot;テキストの表示に使用する論理フォントの最小サイズです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:260
+msgid &quot;Enforce 96 DPI&quot;
+msgstr &quot;96 DPI を強制する&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:261
+msgid &quot;Enforce a resolution of 96 DPI&quot;
+msgstr &quot;解像度 96 DPI を強制します&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:269
+msgid &quot;Auto Load Images&quot;
+msgstr &quot;画像の自動読み込み&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:270
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:500
+msgid &quot;Load images automatically.&quot;
+msgstr &quot;画像を自動的に読み込みます。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:278
+msgid &quot;Auto Shrink Images&quot;
+msgstr &quot;画像の自動縮小&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:279
+msgid &quot;Automatically shrink standalone images to fit.&quot;
+msgstr &quot;スタンドアローンの画像を自動的に適切なサイズに縮小します。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:287
+msgid &quot;Respect Image Orientation&quot;
+msgstr &quot;画像の向きに合わせる&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:288
+msgid &quot;Whether WebKit should respect image orientation.&quot;
+msgstr &quot;WebKit に画像の向きを合わさせるかどうかです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:296
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:912
+msgid &quot;Print Backgrounds&quot;
+msgstr &quot;背景の出力&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:297
+msgid &quot;Whether background images should be printed.&quot;
+msgstr &quot;背景の画像を出力させるかどうかです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:305
+msgid &quot;Enable Scripts&quot;
+msgstr &quot;スクリプトを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:306
+msgid &quot;Enable embedded scripting languages.&quot;
+msgstr &quot;組み込みのスクリプト言語を有効にします。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:314
+msgid &quot;Enable Plugins&quot;
+msgstr &quot;プラグインを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:315
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:610
+msgid &quot;Enable embedded plugin objects.&quot;
+msgstr &quot;埋め込みのプラグインオブジェクトを有効します。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:323
+msgid &quot;Resizable Text Areas&quot;
+msgstr &quot;サイズ変更可能なテキスト領域&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:324
+msgid &quot;Whether text areas are resizable.&quot;
+msgstr &quot;テキスト領域のサイズを変更可能にするかどうかです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:331
+msgid &quot;User Stylesheet URI&quot;
+msgstr &quot;ユーザースタイルシート URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:332
+msgid &quot;The URI of a stylesheet that is applied to every page.&quot;
+msgstr &quot;各ページに適用されるスタイルシートの URI です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:347
+msgid &quot;Zoom Stepping Value&quot;
+msgstr &quot;ズームステップ値&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:348
+msgid &quot;The value by which the zoom level is changed when zooming in or out.&quot;
+msgstr &quot;ズームインやズームアウト時のズームレベル変更の値です。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:366
+msgid &quot;Enable Developer Extras&quot;
+msgstr &quot;Developer Extras を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:367
+msgid &quot;Enables special extensions that help developers&quot;
+msgstr &quot;開発者向けの特殊な拡張機能を有効にします&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:387
+msgid &quot;Enable Private Browsing&quot;
+msgstr &quot;プライベートブラウズを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:388
+msgid &quot;Enables private browsing mode&quot;
+msgstr &quot;プライベートブラウズモードを有効にします&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:403
+msgid &quot;Enable Spell Checking&quot;
+msgstr &quot;スペルチェックを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:404
+msgid &quot;Enables spell checking while typing&quot;
+msgstr &quot;入力中のスペルチェックを有効にします&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:427
+msgid &quot;Languages to use for spell checking&quot;
+msgstr &quot;スペルチェックに使用する言語&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:428
+msgid &quot;Comma separated list of languages to use for spell checking&quot;
+msgstr &quot;スペルチェックに使用する言語の一覧 (コンマ区切り)&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:442
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:883
+msgid &quot;Enable Caret Browsing&quot;
+msgstr &quot;キャレットブラウズを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:443
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:884
+msgid &quot;Whether to enable accessibility enhanced keyboard navigation&quot;
+msgstr &quot;アクセシビリティを強化したキーボード操作を有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:458
+msgid &quot;Enable HTML5 Database&quot;
+msgstr &quot;HTML5 データベースを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:459
+msgid &quot;Whether to enable HTML5 database support&quot;
+msgstr &quot;HTML5 データベースサポートを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:474
+msgid &quot;Enable HTML5 Local Storage&quot;
+msgstr &quot;HTML5 ローカルストレージを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:475
+msgid &quot;Whether to enable HTML5 Local Storage support&quot;
+msgstr &quot;HTML5 ローカルストレージのサポートを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:490
+msgid &quot;Local Storage Database Path&quot;
+msgstr &quot;ローカルストレージデータベースのパス&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:491
+msgid &quot;The path to where HTML5 Local Storage databases are stored.&quot;
+msgstr &quot;HTML5 ローカルストレージデータベースの格納先のパスです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:505
+msgid &quot;Enable XSS Auditor&quot;
+msgstr &quot;XSS Auditor を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:506
+msgid &quot;Whether to enable the XSS auditor&quot;
+msgstr &quot;XSS Auditor を有効にするかどうかです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:524
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1187
+msgid &quot;Enable Spatial Navigation&quot;
+msgstr &quot;空間ナビゲーションを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:525
+msgid &quot;Whether to enable Spatial Navigation&quot;
+msgstr &quot;空間ナビゲーションを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:543
+msgid &quot;Enable Frame Flattening&quot;
+msgstr &quot;フレーム平坦化を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:544
+msgid &quot;Whether to enable Frame Flattening&quot;
+msgstr &quot;フレーム平坦化を有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:561
+msgid &quot;User Agent&quot;
+msgstr &quot;ユーザーエージェント&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:562
+msgid &quot;The User-Agent string used by WebKitGtk&quot;
+msgstr &quot;WebKitGtk で使用されるユーザーエージェント文字列です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:577
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:636
+msgid &quot;JavaScript can open windows automatically&quot;
+msgstr &quot;JavaScript にウィンドウの自動オープンを許可する&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:578
+msgid &quot;Whether JavaScript can open windows automatically&quot;
+msgstr &quot;JavaScript によるウィンドウの自動オープンを許可するかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:592
+msgid &quot;JavaScript can access Clipboard&quot;
+msgstr &quot;JavaScript にクリップボードへのアクセスを許可する&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:593
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:996
+msgid &quot;Whether JavaScript can access Clipboard&quot;
+msgstr &quot;JavaScript にクリップボードへのアクセスを許可するかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:609
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:531
+msgid &quot;Enable offline web application cache&quot;
+msgstr &quot;オフライン Web アプリケーションキャッシュを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:610
+msgid &quot;Whether to enable offline web application cache&quot;
+msgstr &quot;オフライン Web アプリケーションキャッシュを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:635
+msgid &quot;Editing behavior&quot;
+msgstr &quot;編集動作&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:636
+msgid &quot;The behavior mode to use in editing mode&quot;
+msgstr &quot;編集モードで使用する動作モードです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:652
+msgid &quot;Enable universal access from file URIs&quot;
+msgstr &quot;ファイル URI からの普遍的なアクセスを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:653
+msgid &quot;Whether to allow universal access from file URIs&quot;
+msgstr &quot;ファイル URI からの普遍的なアクセスを許可するかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:668
+msgid &quot;Enable DOM paste&quot;
+msgstr &quot;DOM 貼り付けを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:669
+msgid &quot;Whether to enable DOM paste&quot;
+msgstr &quot;DOM 貼り付けを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:687
+msgid &quot;Tab key cycles through elements&quot;
+msgstr &quot;Tab キーによる要素間の移動&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:688
+msgid &quot;Whether the tab key cycles through elements on the page.&quot;
+msgstr &quot;Tab キーによるページ上の要素間の移動を有効にするかどうかです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:710
+msgid &quot;Enable Default Context Menu&quot;
+msgstr &quot;デフォルトのコンテキストメニューを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:711
+msgid &quot;Enables the handling of right-clicks for the creation of the default context menu&quot;
+msgstr &quot;右クリックでデフォルトのコンテキストメニューを表示します&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:731
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1060
+msgid &quot;Enable Site Specific Quirks&quot;
+msgstr &quot;サイト固有の Quirks を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:732
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1061
+msgid &quot;Enables the site-specific compatibility workarounds&quot;
+msgstr &quot;サイト固有の互換性のある回避方法を有効にします&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:754
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1081
+msgid &quot;Enable page cache&quot;
+msgstr &quot;ページキャッシュを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:755
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1082
+msgid &quot;Whether the page cache should be used&quot;
+msgstr &quot;ページキャッシュを使用させるかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:775
+msgid &quot;Auto Resize Window&quot;
+msgstr &quot;ウィンドウのサイズを自動調整する&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:776
+msgid &quot;Automatically resize the toplevel window when a page requests it&quot;
+msgstr &quot;ページにより要求された場合にトップレベルのウィンドウサイズを自動的に調整します&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:808
+msgid &quot;Enable Java Applet&quot;
+msgstr &quot;Java アプレットを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:809
+msgid &quot;Whether Java Applet support through &lt;applet&gt; should be enabled&quot;
+msgstr &quot;&lt;applet&gt; を使った Java アプレットのサポートを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:823
+msgid &quot;Enable Hyperlink Auditing&quot;
+msgstr &quot;ハイパーリンク監査を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:824
+msgid &quot;Whether &lt;a ping&gt; should be able to send pings&quot;
+msgstr &quot;&lt;a ping&gt; による ping の送信を許可するかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:832
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:899
+msgid &quot;Enable Fullscreen&quot;
+msgstr &quot;フルスクリーンを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:833
+msgid &quot;Whether the Mozilla style API should be enabled.&quot;
+msgstr &quot;Mozilla スタイルの API を有効にするかどうかです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:848
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:946
+msgid &quot;Enable WebGL&quot;
+msgstr &quot;WebGL を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:849
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:947
+msgid &quot;Whether WebGL content should be rendered&quot;
+msgstr &quot;WebGL コンテンツを表示させるかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:865
+msgid &quot;Enable accelerated compositing&quot;
+msgstr &quot;アクセラレート合成を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:866
+msgid &quot;Whether accelerated compositing should be enabled&quot;
+msgstr &quot;アクセラレート合成を有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:884
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:931
+msgid &quot;Enable WebAudio&quot;
+msgstr &quot;WebAudio を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:885
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:932
+msgid &quot;Whether WebAudio content should be handled&quot;
+msgstr &quot;WebAudio のコンテンツを処理するかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:901
+msgid &quot;WebKit prefetches domain names&quot;
+msgstr &quot;WebKit にドメイン名をプレフェッチさせる&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:902
+msgid &quot;Whether WebKit prefetches domain names&quot;
+msgstr &quot;WebKit にドメイン名をプレフェッチさせるかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:920
+msgid &quot;Enable Media Stream&quot;
+msgstr &quot;メディアストリームを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:921
+msgid &quot;Whether Media Stream should be enabled&quot;
+msgstr &quot;メディアストリームを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:936
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1114
+msgid &quot;Enable smooth scrolling&quot;
+msgstr &quot;スムーズスクロールを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:937
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1115
+msgid &quot;Whether to enable smooth scrolling&quot;
+msgstr &quot;スムーズスクロールを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:955
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1012
+msgid &quot;Media playback requires user gesture&quot;
+msgstr &quot;メディアの再生にユーザーのジェスチャを必要とする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:956
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1013
+msgid &quot;Whether media playback requires user gesture&quot;
+msgstr &quot;メディアの再生にユーザーのジェスチャを必要とするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:972
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1027
+msgid &quot;Media playback allows inline&quot;
+msgstr &quot;メディア再生でインラインを許可する&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:973
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1028
+msgid &quot;Whether media playback allows inline&quot;
+msgstr &quot;メディア再生でインラインを許可するかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:991
+msgid &quot;Enable CSS shaders&quot;
+msgstr &quot;CSS シェーダーを有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:992
+msgid &quot;Whether to enable css shaders&quot;
+msgstr &quot;CSS シェーダーを有効にするかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:1007
+msgid &quot;Enable display of insecure content&quot;
+msgstr &quot;安全性が不確かなコンテンツの表示を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:1008
+msgid &quot;Whether non-HTTPS resources can display on HTTPS pages.&quot;
+msgstr &quot;HTTPS ページで非 HTTPS のリソースの表示を許可するかどうかです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:1023
+msgid &quot;Enable running of insecure content&quot;
+msgstr &quot;安全性が不確かなコンテンツの実行を有効にする&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebsettings.cpp:1024
+msgid &quot;Whether non-HTTPS resources can run on HTTPS pages.&quot;
+msgstr &quot;HTTPS ページで非 HTTPS のリソースの実行を許可するかどうかです。&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:1323
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:472
+msgid &quot;Select Files&quot;
+msgstr &quot;ファイルの選択&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:1323
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:472
+msgid &quot;Select File&quot;
+msgstr &quot;ファイルの選択&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3240
+msgid &quot;Returns the @web_view's document title&quot;
+msgstr &quot;@web_view のドキュメントタイトルを返す&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3254
+msgid &quot;Returns the current URI of the contents displayed by the @web_view&quot;
+msgstr &quot;@web_view で表示されるコンテンツの現在の URI を返します&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3267
+msgid &quot;Copy target list&quot;
+msgstr &quot;ターゲット一覧のコピー&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3268
+msgid &quot;The list of targets this web view supports for clipboard copying&quot;
+msgstr &quot;クリップボードをコピーする際、この Web ビューで対応しているターゲットの一覧です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3281
+msgid &quot;Paste target list&quot;
+msgstr &quot;ターゲット一覧の貼り付け&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3282
+msgid &quot;The list of targets this web view supports for clipboard pasting&quot;
+msgstr &quot;クリップボードの貼り付けを行なう際、この Web ビューで対応しているターゲットの一覧です&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3288
+msgid &quot;Settings&quot;
+msgstr &quot;設定&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3289
+msgid &quot;An associated WebKitWebSettings instance&quot;
+msgstr &quot;関連する WebKitWebSettings インスタンス&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3302
+#: ../../../../WebKit2/UIProcess/gtk/WebInspectorProxyGtk.cpp:81
+#: ../../../../WebKit2/UIProcess/gtk/WebInspectorProxyGtk.cpp:146
+msgid &quot;Web Inspector&quot;
+msgstr &quot;Web Inspector&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3303
+msgid &quot;The associated WebKitWebInspector instance&quot;
+msgstr &quot;関連する WebKitWebInspector インスタンス&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3316
+msgid &quot;Viewport Attributes&quot;
+msgstr &quot;表示域の属性&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3317
+msgid &quot;The associated WebKitViewportAttributes instance&quot;
+msgstr &quot;関連する WebKitViewportAttributes インスタンス&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3337
+msgid &quot;Editable&quot;
+msgstr &quot;編集可能&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3338
+msgid &quot;Whether content can be modified by the user&quot;
+msgstr &quot;ユーザーによるコンテンツの変更を許可するかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3344
+msgid &quot;Transparent&quot;
+msgstr &quot;透過的&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3345
+msgid &quot;Whether content has a transparent background&quot;
+msgstr &quot;コンテンツに透過的な背景を持たせるかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3358
+msgid &quot;Zoom level&quot;
+msgstr &quot;ズームレベル&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3359
+msgid &quot;The level of zoom of the content&quot;
+msgstr &quot;コンテンツのズームレベルです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3374
+msgid &quot;Full content zoom&quot;
+msgstr &quot;フルコンテンツズーム&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3375
+msgid &quot;Whether the full content is scaled when zooming&quot;
+msgstr &quot;ズームを行なう際、全コンテンツを縮小拡大するかどうかです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3389
+msgid &quot;The default encoding of the web view&quot;
+msgstr &quot;web ビューのデフォルトエンコーディング&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3402
+msgid &quot;Custom Encoding&quot;
+msgstr &quot;カスタムエンコーディング&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3403
+msgid &quot;The custom encoding of the web view&quot;
+msgstr &quot;web ビューのカスタムのエンコーディングです&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3455
+msgid &quot;Icon URI&quot;
+msgstr &quot;アイコン URI&quot;
+
+#: ../../../../WebKit/gtk/webkit/webkitwebview.cpp:3456
+msgid &quot;The URI for the favicon for the #WebKitWebView.&quot;
+msgstr &quot;#WebKitWebView 用ファビコンの URI です。&quot;
+
+#: ../../../../WebKit2/Shared/Downloads/soup/DownloadSoup.cpp:89
+#, c-format
+msgid &quot;Cannot determine destination URI for download with suggested filename %s&quot;
+msgstr &quot;提案ファイル名が %s のダウンロード保存先 URI を確定できません&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitDownload.cpp:144
+msgid &quot;Destination&quot;
+msgstr &quot;保存先&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitDownload.cpp:145
+msgid &quot;The local URI to where the download will be saved&quot;
+msgstr &quot;ダウンロードの保存先となるローカルの URI です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitDownload.cpp:157
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebResource.cpp:122
+msgid &quot;Response&quot;
+msgstr &quot;応答&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitDownload.cpp:158
+msgid &quot;The response of the download&quot;
+msgstr &quot;ダウンロードの応答&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitDownload.cpp:175
+msgid &quot;Estimated Progress&quot;
+msgstr &quot;推定進捗状況&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFaviconDatabase.cpp:142
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFaviconDatabase.cpp:322
+#, c-format
+msgid &quot;Unknown favicon for page %s&quot;
+msgstr &quot;ページ %s の不明なファビコンです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFaviconDatabase.cpp:148
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFaviconDatabase.cpp:278
+#, c-format
+msgid &quot;Page %s does not have a favicon&quot;
+msgstr &quot;ページ %s にはファビコンはありません&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFaviconDatabase.cpp:272
+msgid &quot;Favicons database not initialized yet&quot;
+msgstr &quot;ファビコンデータベースがまだ初期化されていません&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFindController.cpp:177
+msgid &quot;Search text&quot;
+msgstr &quot;検索テキスト&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFindController.cpp:178
+msgid &quot;Text to search for in the view&quot;
+msgstr &quot;ビューで検索するテキストです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFindController.cpp:190
+msgid &quot;Search Options&quot;
+msgstr &quot;検索オプション&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFindController.cpp:191
+msgid &quot;Search options to be used in the search operation&quot;
+msgstr &quot;検索で使用する検索オプションです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFindController.cpp:204
+msgid &quot;Maximum matches count&quot;
+msgstr &quot;最大一致件数&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFindController.cpp:205
+msgid &quot;The maximum number of matches in a given text to report&quot;
+msgstr &quot;指定報告テキスト内の最大一致件数です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFindController.cpp:217
+msgid &quot;WebView&quot;
+msgstr &quot;WebView&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitFindController.cpp:218
+msgid &quot;The WebView associated with this find controller&quot;
+msgstr &quot;この検索コントローラーに関連する WebView です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:153
+msgid &quot;Flags with the context of the WebKitHitTestResult&quot;
+msgstr &quot;WebKitHitTestResult のコンテキストを持つフラグです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:167
+msgid &quot;The link URI&quot;
+msgstr &quot;リンク URI&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:179
+msgid &quot;Link Title&quot;
+msgstr &quot;リンクタイトル&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:180
+msgid &quot;The link title&quot;
+msgstr &quot;リンクタイトル&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:192
+msgid &quot;Link Label&quot;
+msgstr &quot;リンクラベル&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:193
+msgid &quot;The link label&quot;
+msgstr &quot;リンクラベル&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:206
+msgid &quot;The image URI&quot;
+msgstr &quot;画像の URI&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitHitTestResult.cpp:219
+msgid &quot;The media URI&quot;
+msgstr &quot;メディア URI&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:105
+msgid &quot;Navigation type&quot;
+msgstr &quot;ナビゲーションタイプ&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:106
+msgid &quot;The type of navigation triggering this decision&quot;
+msgstr &quot;この決定をもたらすナビゲーションタイプです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:123
+msgid &quot;Mouse button&quot;
+msgstr &quot;マウスボタン&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:124
+msgid &quot;The mouse button used if this decision was triggered by a mouse event&quot;
+msgstr &quot;マウスイベントでこの決定がもたらされた場合に使用するマウスボタンです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:140
+msgid &quot;Mouse event modifiers&quot;
+msgstr &quot;マウスイベントの修飾子&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:141
+msgid &quot;The modifiers active if this decision was triggered by a mouse event&quot;
+msgstr &quot;この決定がマウスイベントにより発生した場合にアクティブになる修飾子&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:154
+msgid &quot;Navigation URI request&quot;
+msgstr &quot;ナビゲーション URI 要求&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:155
+msgid &quot;The URI request that is associated with this navigation&quot;
+msgstr &quot;このナビゲーションに関連する URI 要求です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:170
+msgid &quot;Frame name&quot;
+msgstr &quot;フレーム名&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitNavigationPolicyDecision.cpp:171
+msgid &quot;The name of the new frame this navigation action targets&quot;
+msgstr &quot;このナビゲーション動作の対象となる新しいフレームの名前です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:155
+msgid &quot;The web view that will be printed&quot;
+msgstr &quot;印刷される Web ビューです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:167
+msgid &quot;Print Settings&quot;
+msgstr &quot;印刷設定&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:168
+msgid &quot;The initial print settings for the print operation&quot;
+msgstr &quot;印刷動作用の初期印刷設定です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:179
+msgid &quot;Page Setup&quot;
+msgstr &quot;ページ設定&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitPrintOperation.cpp:180
+msgid &quot;The initial page setup for the print operation&quot;
+msgstr &quot;印刷動作用の初期ページ設定です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp:91
+msgid &quot;Response URI request&quot;
+msgstr &quot;応答の URI 要求&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp:92
+msgid &quot;The URI request that is associated with this policy decision&quot;
+msgstr &quot;このポリシー決定に関連する URI 要求です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp:105
+msgid &quot;URI response&quot;
+msgstr &quot;URI 応答&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitResponsePolicyDecision.cpp:106
+msgid &quot;The URI response that is associated with this policy decision&quot;
+msgstr &quot;このポリシー決定に関連する URI 応答です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:484
+msgid &quot;Enable JavaScript&quot;
+msgstr &quot;JavaScript を有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:485
+msgid &quot;Enable JavaScript.&quot;
+msgstr &quot;JavaScript を有効にします。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:499
+msgid &quot;Auto load images&quot;
+msgstr &quot;画像の自動読み込み&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:513
+msgid &quot;Load icons ignoring image load setting&quot;
+msgstr &quot;画像の読み込み設定を無視してアイコンを読み込む&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:514
+msgid &quot;Whether to load site icons ignoring image load setting.&quot;
+msgstr &quot;画像の読み込み設定を無視してサイトアイコンを読み込むかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:532
+msgid &quot;Whether to enable offline web application cache.&quot;
+msgstr &quot;オフライン Web アプリケーションキャッシュを有効にするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:548
+msgid &quot;Enable HTML5 local storage&quot;
+msgstr &quot;HTML5 ローカルストレージを有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:549
+msgid &quot;Whether to enable HTML5 Local Storage support.&quot;
+msgstr &quot;HTML5 ローカルストレージのサポートを有効にするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:566
+msgid &quot;Enable HTML5 database&quot;
+msgstr &quot;HTML5 データベースを有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:567
+msgid &quot;Whether to enable HTML5 database support.&quot;
+msgstr &quot;HTML5 データベースのサポートを有効にするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:580
+msgid &quot;Enable XSS auditor&quot;
+msgstr &quot;XSS Auditor を有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:581
+msgid &quot;Whether to enable the XSS auditor.&quot;
+msgstr &quot;XSS Auditor を有効にするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:596
+msgid &quot;Enable frame flattening&quot;
+msgstr &quot;フレーム平坦化を有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:597
+msgid &quot;Whether to enable frame flattening.&quot;
+msgstr &quot;フレーム平坦化を有効にするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:609
+msgid &quot;Enable plugins&quot;
+msgstr &quot;プラグインを有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:622
+msgid &quot;Enable Java&quot;
+msgstr &quot;Java を有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:623
+msgid &quot;Whether Java support should be enabled.&quot;
+msgstr &quot;Java サポートを有効にするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:637
+msgid &quot;Whether JavaScript can open windows automatically.&quot;
+msgstr &quot;JavaScript によるウィンドウの自動オープンを許可するかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:652
+msgid &quot;Enable hyperlink auditing&quot;
+msgstr &quot;ハイパーリンクの監査を有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:653
+msgid &quot;Whether &lt;a ping&gt; should be able to send pings.&quot;
+msgstr &quot;&lt;a ping&gt; による ping の送信を許可するかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:665
+msgid &quot;Default font family&quot;
+msgstr &quot;デフォルトのフォントファミリー&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:666
+msgid &quot;The font family to use as the default for content that does not specify a font.&quot;
+msgstr &quot;フォントの指定をしていないコンテンツのデフォルトとして使用するフォントファミリーです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:679
+msgid &quot;Monospace font family&quot;
+msgstr &quot;Monospace フォントファミリー&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:680
+msgid &quot;The font family used as the default for content using monospace font.&quot;
+msgstr &quot;monospace フォントを使用するコンテンツのデフォルトとして使用するフォントファミリーです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:692
+msgid &quot;Serif font family&quot;
+msgstr &quot;Serif フォントファミリー&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:693
+msgid &quot;The font family used as the default for content using serif font.&quot;
+msgstr &quot;serif フォント使用するコンテンツのデフォルトとして使用するフォントファミリーです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:705
+msgid &quot;Sans-serif font family&quot;
+msgstr &quot;Sans-serif フォントファミリー&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:706
+msgid &quot;The font family used as the default for content using sans-serif font.&quot;
+msgstr &quot;sans-serif フォントを使用するコンテンツのデフォルトとして使用するフォントファミリーです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:718
+msgid &quot;Cursive font family&quot;
+msgstr &quot;Cursive フォントファミリー&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:719
+msgid &quot;The font family used as the default for content using cursive font.&quot;
+msgstr &quot;cursive フォントを使用するコンテンツのデフォルトして使用するフォントファミリーです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:731
+msgid &quot;Fantasy font family&quot;
+msgstr &quot;Fantasy フォントファミリー&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:732
+msgid &quot;The font family used as the default for content using fantasy font.&quot;
+msgstr &quot;fantasy フォントを使用するコンテンツのデフォルトとして使用するフォントファミリーです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:744
+msgid &quot;Pictograph font family&quot;
+msgstr &quot;Pictograph フォントファミリー&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:745
+msgid &quot;The font family used as the default for content using pictograph font.&quot;
+msgstr &quot;pictograph フォントを使用するコンテンツのデフォルトとして使用するフォントファミリーです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:758
+msgid &quot;Default font size&quot;
+msgstr &quot;デフォルトのフォントサイズ&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:772
+msgid &quot;Default monospace font size&quot;
+msgstr &quot;デフォルトの monospace フォントサイズ&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:787
+msgid &quot;Minimum font size&quot;
+msgstr &quot;最小フォントサイズ&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:800
+msgid &quot;Default charset&quot;
+msgstr &quot;デフォルトの文字セット&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:801
+msgid &quot;The default text charset used when interpreting content with unspecified charset.&quot;
+msgstr &quot;文字セットが指定されていないコンテンツの解釈に利用するデフォルトのテキスト文字セットです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:814
+msgid &quot;Enable private browsing&quot;
+msgstr &quot;プライベートブラウズを有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:815
+msgid &quot;Whether to enable private browsing&quot;
+msgstr &quot;プライベートブラウズを有効にするかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:827
+msgid &quot;Enable developer extras&quot;
+msgstr &quot;Developer Extras を有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:828
+msgid &quot;Whether to enable developer extras&quot;
+msgstr &quot;Developer Extras を有効にするかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:840
+msgid &quot;Enable resizable text areas&quot;
+msgstr &quot;サイズ変更可能なテキスト領域を有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:841
+msgid &quot;Whether to enable resizable text areas&quot;
+msgstr &quot;サイズ変更可能なテキスト領域を有効にするかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:856
+msgid &quot;Enable tabs to links&quot;
+msgstr &quot;リンクへのタブを有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:857
+msgid &quot;Whether to enable tabs to links&quot;
+msgstr &quot;リンクへのタブを有効にするかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:870
+msgid &quot;Enable DNS prefetching&quot;
+msgstr &quot;DNS のプレフェッチを有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:871
+msgid &quot;Whether to enable DNS prefetching&quot;
+msgstr &quot;DNS プレフェッチを有効にするかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:900
+msgid &quot;Whether to enable the Javascriipt Fullscreen API&quot;
+msgstr &quot;Javascriipt Fullscreen API を有効にするかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:913
+msgid &quot;Whether background images should be drawn during printing&quot;
+msgstr &quot;印刷時に背景の画像を描画するかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:964
+msgid &quot;Allow modal dialogs&quot;
+msgstr &quot;モードダイアログを許可する&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:965
+msgid &quot;Whether it is possible to create modal dialogs&quot;
+msgstr &quot;モードダイアログの作成を可能にするかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:980
+msgid &quot;Zoom Text Only&quot;
+msgstr &quot;テキストのみズーム&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:981
+msgid &quot;Whether zoom level of web view changes only the text size&quot;
+msgstr &quot;web ビューのズームレベルによる変更をテキストサイズに限るかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:995
+msgid &quot;JavaScript can access clipboard&quot;
+msgstr &quot;JavaScript によるクリップボードへのアクセスを許可する&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1042
+msgid &quot;Draw compositing indicators&quot;
+msgstr &quot;合成インジケーターの描画&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1043
+msgid &quot;Whether to draw compositing borders and repaint counters&quot;
+msgstr &quot;合成境界線を引いてカウンターを描画し直すかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1101
+msgid &quot;User agent string&quot;
+msgstr &quot;ユーザーエージェント文字列&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1102
+msgid &quot;The user agent string&quot;
+msgstr &quot;ユーザーエージェント文字列&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1132
+msgid &quot;Enable accelerated 2D canvas&quot;
+msgstr &quot;アクセラレート 2D キャンバスを有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1133
+msgid &quot;Whether to enable accelerated 2D canvas&quot;
+msgstr &quot;アクセラレート 2D キャンバスを有効にするかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1148
+msgid &quot;Write console messages on stdout&quot;
+msgstr &quot;コンソールメッセージを標準出力に書き出す&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1149
+msgid &quot;Whether to write console messages on stdout&quot;
+msgstr &quot;コンソールメッセージを標準出力に書き出すかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1167
+#, fuzzy
+#| msgid &quot;Enable Media Stream&quot;
+msgid &quot;Enable MediaStream&quot;
+msgstr &quot;メディアストリームを有効にする&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1168
+#, fuzzy
+#| msgid &quot;Whether WebAudio content should be handled&quot;
+msgid &quot;Whether MediaStream content should be handled&quot;
+msgstr &quot;WebAudio のコンテンツを処理するかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitSettings.cpp:1188
+#, fuzzy
+#| msgid &quot;Whether to enable Spatial Navigation&quot;
+msgid &quot;Whether to enable Spatial Navigation support.&quot;
+msgstr &quot;空間ナビゲーションを有効にするかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:100
+msgid &quot;The URI for which the response was made.&quot;
+msgstr &quot;応答が行なわれた URI です。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:111
+msgid &quot;Status Code&quot;
+msgstr &quot;ステータスコード&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:112
+msgid &quot;The status code of the response as returned by the server.&quot;
+msgstr &quot;サーバーから返される応答のステータスコードです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:124
+msgid &quot;Content Length&quot;
+msgstr &quot;コンテンツの長さ&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:125
+msgid &quot;The expected content length of the response.&quot;
+msgstr &quot;期待される応答コンテンツの長さです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:138
+msgid &quot;The MIME type of the response&quot;
+msgstr &quot;応答の MIME タイプ&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitURIResponse.cpp:151
+msgid &quot;The suggested filename for the URI response&quot;
+msgstr &quot;URI 応答の提案ファイル名です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp:134
+msgid &quot;Attached Height&quot;
+msgstr &quot;接続時の高さ&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebInspector.cpp:135
+msgid &quot;The height that the inspector view should have when it is attached&quot;
+msgstr &quot;インスペクターを接続する場合、そのインスペクタービューに設定する高さです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebResource.cpp:110
+msgid &quot;The current active URI of the resource&quot;
+msgstr &quot;リソースの現在アクティブな URI&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebResource.cpp:123
+msgid &quot;The response of the resource&quot;
+msgstr &quot;リソースの応答&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:635
+msgid &quot;Web Context&quot;
+msgstr &quot;web コンテキスト&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:636
+msgid &quot;The web context for the view&quot;
+msgstr &quot;ビューの Web コンテキストです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:649
+msgid &quot;WebView Group&quot;
+msgstr &quot;WebView グループ&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:650
+msgid &quot;The WebKitWebViewGroup of the view&quot;
+msgstr &quot;ビューの WebKitWebViewGroup です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:664
+msgid &quot;Main frame document title&quot;
+msgstr &quot;メインフレームのドキュメントタイトル&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:682
+msgid &quot;Estimated Load Progress&quot;
+msgstr &quot;推定読み込み進捗状況&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:683
+msgid &quot;An estimate of the percent completion for a document load&quot;
+msgstr &quot;ドキュメントの推定読み込み完了率です&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:695
+msgid &quot;Favicon&quot;
+msgstr &quot;ファビコン&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:696
+msgid &quot;The favicon associated to the view, if any&quot;
+msgstr &quot;ビューに関連するファビコン (ある場合のみ)&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:708
+msgid &quot;The current active URI of the view&quot;
+msgstr &quot;ビューの現在アクティブな URI&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:722
+msgid &quot;The zoom level of the view content&quot;
+msgstr &quot;ビューコンテンツのズームレベル&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:740
+msgid &quot;Whether the view is loading a page&quot;
+msgstr &quot;ビューがページを読み込んでいるかどうかです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:754
+msgid &quot;The view mode to display the web view contents&quot;
+msgstr &quot;web ビューコンテンツを表示するビューモードです&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:2570
+msgid &quot;An exception was raised in JavaScript&quot;
+msgstr &quot;JavaScript で例外が発生しました&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWebView.cpp:3048
+msgid &quot;There was an error creating the snapshot&quot;
+msgstr &quot;スナップショットの作成中にエラーが発生しました&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:209
+msgid &quot;Geometry&quot;
+msgstr &quot;配置&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:210
+msgid &quot;The size and position of the window on the screen.&quot;
+msgstr &quot;画面上のウィンドウのサイズと位置&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:222
+msgid &quot;Toolbar Visible&quot;
+msgstr &quot;ツールバーを表示させる&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:223
+msgid &quot;Whether the toolbar should be visible for the window.&quot;
+msgstr &quot;ウィンドウのツールバーを見えるようにするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:235
+msgid &quot;Statusbar Visible&quot;
+msgstr &quot;状態バーを表示させる&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:236
+msgid &quot;Whether the statusbar should be visible for the window.&quot;
+msgstr &quot;ウィンドウの状態バーを見えるようにするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:248
+msgid &quot;Scrollbars Visible&quot;
+msgstr &quot;スクロールバーを表示させる&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:249
+msgid &quot;Whether the scrollbars should be visible for the window.&quot;
+msgstr &quot;ウィンドウのスクロールバーを見えるようにするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:261
+msgid &quot;Menubar Visible&quot;
+msgstr &quot;メニューバーを表示させる&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:262
+msgid &quot;Whether the menubar should be visible for the window.&quot;
+msgstr &quot;ウィンドウのメニューバーを見えるようにするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:274
+msgid &quot;Locationbar Visible&quot;
+msgstr &quot;ロケーションバーを表示させる&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:275
+msgid &quot;Whether the locationbar should be visible for the window.&quot;
+msgstr &quot;ウィンドウのロケーションバーを見えるようにするかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:286
+msgid &quot;Resizable&quot;
+msgstr &quot;サイズ変更可能&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:287
+msgid &quot;Whether the window can be resized.&quot;
+msgstr &quot;ウィンドウのサイズを調整できるかどうかです。&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:299
+msgid &quot;Fullscreen&quot;
+msgstr &quot;フルスクリーン&quot;
+
+#: ../../../../WebKit2/UIProcess/API/gtk/WebKitWindowProperties.cpp:300
+msgid &quot;Whether window will be displayed fullscreen.&quot;
+msgstr &quot;ウィンドウをフルスクリーンで表示するかどうかです。&quot;
+
+#~ msgid &quot;Play&quot;
+#~ msgstr &quot;再生&quot;
+
+#~ msgid &quot;Pause&quot;
+#~ msgstr &quot;一時停止&quot;
+
+#~ msgid &quot;Play / Pause&quot;
+#~ msgstr &quot;再生 / 一時停止&quot;
+
+#~ msgid &quot;Play or pause the media&quot;
+#~ msgstr &quot;メディアを再生または一時停止します&quot;
+
+#~ msgid &quot;Time:&quot;
+#~ msgstr &quot;時間:&quot;
+
+#~ msgid &quot;Exit Fullscreen&quot;
+#~ msgstr &quot;全画面の終了&quot;
+
+#~ msgid &quot;Exit from fullscreen mode&quot;
+#~ msgstr &quot;全画面モードを終了する&quot;
</ins></span></pre>
</div>
</div>

</body>
</html>