diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-ja/suite/chrome/editor/dialogs/EditorInputProperties.dtd | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ja/suite/chrome/editor/dialogs/EditorInputProperties.dtd')
-rw-r--r-- | l10n-ja/suite/chrome/editor/dialogs/EditorInputProperties.dtd | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/l10n-ja/suite/chrome/editor/dialogs/EditorInputProperties.dtd b/l10n-ja/suite/chrome/editor/dialogs/EditorInputProperties.dtd new file mode 100644 index 0000000000..500d1b5080 --- /dev/null +++ b/l10n-ja/suite/chrome/editor/dialogs/EditorInputProperties.dtd @@ -0,0 +1,50 @@ +<!-- 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 windowTitle.label "フォーム要素のプロパティ"> +<!ENTITY windowTitleImage.label "イメージボタンのプロパティ"> + +<!ENTITY InputType.label "フォーム要素の種類"> +<!ENTITY InputType.accesskey "T"> +<!ENTITY text.value "一行入力フィールド"> +<!ENTITY password.value "パスワード入力フィールド"> +<!ENTITY checkbox.value "チェックボックス"> +<!ENTITY radio.value "ラジオボタン"> +<!ENTITY submit.value "送信ボタン"> +<!ENTITY reset.value "リセットボタン"> +<!ENTITY file.value "ファイル選択ボタン"> +<!ENTITY hidden.value "隠しフィールド"> +<!ENTITY image.value "イメージボタン"> +<!ENTITY button.value "ボタン"> + +<!ENTITY InputSettings.label "入力設定"> +<!ENTITY InputName.label "名前:"> +<!ENTITY InputName.accesskey "N"> +<!ENTITY GroupName.label "グループ名:"> +<!ENTITY GroupName.accesskey "N"> +<!ENTITY InputValue.label "値:"> +<!ENTITY InputValue.accesskey "V"> +<!ENTITY InitialValue.label "初期値:"> +<!ENTITY InitialValue.accesskey "V"> +<!ENTITY InputChecked.label "初期値を選択に"> +<!ENTITY InputChecked.accesskey "C"> +<!ENTITY InputSelected.label "初期値を選択に"> +<!ENTITY InputSelected.accesskey "S"> +<!ENTITY InputReadOnly.label "表示のみ"> +<!ENTITY InputReadOnly.accesskey "R"> +<!ENTITY InputDisabled.label "無効化"> +<!ENTITY InputDisabled.accesskey "D"> +<!ENTITY tabIndex.label "タブインデックス:"> +<!ENTITY tabIndex.accesskey "I"> +<!ENTITY TextSize.label "フィールドの幅:"> +<!ENTITY TextSize.accesskey "F"> +<!ENTITY TextLength.label "最大文字数:"> +<!ENTITY TextLength.accesskey "L"> +<!ENTITY AccessKey.label "アクセスキー:"> +<!ENTITY AccessKey.accesskey "K"> +<!ENTITY Accept.label "MIME タイプ:"> +<!ENTITY Accept.accesskey "A"> + +<!ENTITY ImageProperties.label "画像のプロパティ..."> +<!ENTITY ImageProperties.accesskey "E"> |