diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-ja/suite/chrome/common/pref/pref-links.dtd | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/l10n-ja/suite/chrome/common/pref/pref-links.dtd b/l10n-ja/suite/chrome/common/pref/pref-links.dtd new file mode 100644 index 0000000000..627f2a46e7 --- /dev/null +++ b/l10n-ja/suite/chrome/common/pref/pref-links.dtd @@ -0,0 +1,29 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!ENTITY linksHeader.label "リンクの動作"> +<!ENTITY newWindow.label "リンクを開くときの動作"> +<!ENTITY newWindowDescription.label "本来は新しいウィンドウで開くリンクを:"> +<!ENTITY newWindowRestriction.label "スクリプトが新しいウィンドウを開こうとするとき:"> +<!ENTITY external.label "他のアプリケーションから開いたときの動作"> +<!ENTITY externalDescription.label "他のアプリケーションから開いたリンクを:"> + +<!ENTITY openCurrent.label "現在のタブ/ウィンドウで開く"> +<!ENTITY newWindowGroupCurrent.accesskey "c"> +<!ENTITY externalGroupCurrent.accesskey "u"> + +<!ENTITY openTab.label "現在のウィンドウで新しいタブとして開く"> +<!ENTITY newWindowGroupTab.accesskey "t"> +<!ENTITY externalGroupTab.accesskey "a"> + +<!ENTITY openWindow.label "新しいウィンドウで開く"> +<!ENTITY newWindowGroupWindow.accesskey "w"> +<!ENTITY externalGroupWindow.accesskey "o"> + +<!ENTITY divertAll.label "常にウィンドウをタブで開く"> +<!ENTITY divertAll.accesskey "d"> +<!ENTITY divertNoFeatures.label "タブにカスタムウィンドウを流用しない"> +<!ENTITY divertNoFeatures.accesskey "s"> +<!ENTITY dontDivert.label "常に新しいウィンドウを開く"> +<!ENTITY dontDivert.accesskey "n"> |