diff options
Diffstat (limited to 'l10n-ja/suite/chrome/editor/dialogs/EditorSpellCheck.dtd')
-rw-r--r-- | l10n-ja/suite/chrome/editor/dialogs/EditorSpellCheck.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-ja/suite/chrome/editor/dialogs/EditorSpellCheck.dtd b/l10n-ja/suite/chrome/editor/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..3de689d71b --- /dev/null +++ b/l10n-ja/suite/chrome/editor/dialogs/EditorSpellCheck.dtd @@ -0,0 +1,38 @@ +<!-- 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/. --> + +<!-- Window title --> +<!ENTITY windowTitle.label "スペルチェック"> + +<!ENTITY misspelledWord.label "辞書にない単語:"> +<!ENTITY wordEditField.label "置き換える単語:"> +<!ENTITY wordEditField.accessKey "w"> +<!ENTITY checkwordButton.label "単語を確認"> +<!ENTITY checkwordButton.accessKey "k"> +<!ENTITY suggestions.label "修正候補:"> +<!ENTITY suggestions.accessKey "u"> +<!ENTITY ignoreButton.label "無視"> +<!ENTITY ignoreButton.accessKey "I"> +<!ENTITY ignoreAllButton.label "すべて無視"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "置き換え"> +<!ENTITY replaceButton.accessKey "R"> +<!ENTITY replaceAllButton.label "すべて置き換え"> +<!ENTITY replaceAllButton.accessKey "A"> +<!ENTITY stopButton.label "中止"> +<!ENTITY stopButton.accessKey "o"> +<!ENTITY userDictionary.label "ユーザー辞書:"> +<!ENTITY moreDictionaries.label "追加の辞書をダウンロード"> +<!ENTITY addToUserDictionaryButton.label "単語を追加"> +<!ENTITY addToUserDictionaryButton.accessKey "d"> +<!ENTITY editUserDictionaryButton.label "編集..."> +<!ENTITY editUserDictionaryButton.accessKey "E"> +<!ENTITY recheckButton2.label "テキストを再確認"> +<!ENTITY recheckButton2.accessKey "T"> +<!ENTITY closeButton.label "閉じる"> +<!ENTITY closeButton.accessKey "C"> +<!ENTITY sendButton.label "送る"> +<!ENTITY sendButton.accessKey "S"> +<!ENTITY languagePopup.label "辞書の言語:"> +<!ENTITY languagePopup.accessKey "L"> |