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/common/dataman/dataman.properties | |
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/common/dataman/dataman.properties')
-rw-r--r-- | l10n-ja/suite/chrome/common/dataman/dataman.properties | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/l10n-ja/suite/chrome/common/dataman/dataman.properties b/l10n-ja/suite/chrome/common/dataman/dataman.properties new file mode 100644 index 0000000000..7cb4721606 --- /dev/null +++ b/l10n-ja/suite/chrome/common/dataman/dataman.properties @@ -0,0 +1,74 @@ +# 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/. + +# cookies +cookies.expireAtEndOfSession =セッションの有効期限切れ + +#(^m^) "Send For:" (dataman.dtd の cookies.info.sendtype.label) に表示される +cookies.secureOnly.httponly =暗号化された接続のみ、スクリプトのアクセスなし +cookies.secureOnly.all =暗号化された接続のみ +cookies.anyConnection.httponly =任意の接続方式、スクリプトのアクセスなし +cookies.anyConnection.all =任意の接続方式 + +cookies.deleteSelected =選択した Cookie を削除してもよろしいですか? +cookies.deleteSelectedTitle =選択した Cookie の削除 +cookies.deleteSelectedYes =削除(&R) + +# permissions +perm.allowXULXBL.label =XUL/XBL マークアップの使用 +perm.cookie.label =Cookie データの保存 +perm.geo.label =位置情報の共有 +perm.image.label =画像の読み込み +perm.indexedDB.label =ローカルデータベースへの保存 +perm.install.label =アドオンのインストール +perm.offline-app.label =オフラインのウェブアプリケーション +perm.object.label =プラグインの実行 +perm.login-saving.label =パスワードの保存 +perm.plugins.label =プラグインの有効化 +perm.popup.label =ポップアップウィンドウを開く +perm.script.label =スクリプトの実行 +perm.stylesheet.label =スタイルシートの読み込み +perm.trackingprotection.label =トラッキング + +perm.type.default =(許可設定を選択) +perm.validation.invalidurl =入力した URL が正しくありません + +# passwords +pwd.hidePasswords =パスワードを隠す +pwd.hidePasswords.accesskey =P +pwd.showPasswords =パスワードを表示 +pwd.showPasswords.accesskey =P +pwd.noMasterPasswordPrompt =パスワードを表示してもよろしいですか? + +pwd.deleteSelected =選択したパスワードを削除してもよろしいですか? +pwd.deleteSelectedTitle =選択したパスワードの削除 +pwd.deleteSelectedYes =削除(&R) + +# preferences +prefs.deleteSelected =選択した個人設定を削除してもよろしいですか? +prefs.deleteSelectedTitle =選択した個人設定の削除 +prefs.deleteSelectedYes =削除(&R) + +# storage + +# LOCALIZATION NOTE: The next string is for disk usage of any storage +# e.g. storageUsage: "50.23 MB" +# %1$S = size (in bytes or megabytes, ...) +# %2$S = unit of measure (bytes, KB, MB, ...) +storageUsage =%1$S %2$S + +storage.deleteSelected =選択したウェブストレージを削除してもよろしいですか? +storage.deleteSelectedTitle =選択したストレージの削除 +storage.deleteSelectedYes =削除(&R) + +# form data +fdata.deleteSelected =選択したフォームの入力履歴のエントリーを削除してもよろしいですか? +fdata.deleteSelectedTitle =選択したフォームデータの削除 +fdata.deleteSelectedYes =削除(&R) + +# forget +forget.desc.domain.pre ="%S" ドメインに関連付けられた次のデータをすべて消去します: +forget.desc.domain.post ="%S" ドメインに関連付けられた次の種類のデータがすべて削除されました: +forget.desc.global.pre =次の選択したグローバルデータをすべて消去します: +forget.desc.global.post =次の種類のグローバルデータがすべて削除されました: |