From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- l10n-ja/toolkit/toolkit/about/aboutPlugins.ftl | 41 ++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 l10n-ja/toolkit/toolkit/about/aboutPlugins.ftl (limited to 'l10n-ja/toolkit/toolkit/about/aboutPlugins.ftl') diff --git a/l10n-ja/toolkit/toolkit/about/aboutPlugins.ftl b/l10n-ja/toolkit/toolkit/about/aboutPlugins.ftl new file mode 100644 index 0000000000..70e31d3288 --- /dev/null +++ b/l10n-ja/toolkit/toolkit/about/aboutPlugins.ftl @@ -0,0 +1,41 @@ +# 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/. + +title-label = プラグインについて +installed-plugins-label = インストールされたプラグイン +no-plugins-are-installed-label = インストールされたプラグインが見つかりませんでした +deprecation-description = サポートを終了したプラグインは表示されません。 詳細 + +## The information of plugins +## +## Variables: +## $pluginLibraries: the plugin library +## $pluginFullPath: path of the plugin +## $version: version of the plugin + +file-dd = ファイル: { $pluginLibraries } +path-dd = パス: { $pluginFullPath } +version-dd = バージョン: { $version } + +## These strings describe the state of plugins +## +## Variables: +## $blockListState: show some special state of the plugin, such as blocked, outdated + +state-dd-enabled = 状態: 有効 +state-dd-enabled-block-list-state = 状態: 有効 ({ $blockListState }) +state-dd-Disabled = 状態: 無効 +state-dd-Disabled-block-list-state = 状態: 無効 ({ $blockListState }) +mime-type-label = MIME タイプ +description-label = ファイルの種類 +suffixes-label = 拡張子 + +## Gecko Media Plugins (GMPs) + +plugins-gmp-license-info = ライセンス情報 +plugins-gmp-privacy-info = プライバシー情報 +plugins-openh264-name = OpenH264 Video Codec (Cisco Systems, Inc. 提供) +plugins-openh264-description = このプラグインは、WebRTC 仕様に従うため Mozilla により自動的にインストールされ、H.264 動画コーデックを必要とする端末で WebRTC 通話を有効にします。このコーデックのソースコードと実装についての詳細は、https://www.openh264.org/ を参照してください。 +plugins-widevine-name = Widevine Content Decryption Module (Google Inc. 提供) +plugins-widevine-description = このプラグインは、Encrypted Media Extensions の仕様に従って暗号化されたメディアの再生を有効にします。暗号化されたメディアは、一般的に有料メディアコンテンツのコピーを防止するためにサイトにより使用されます。Encrypted Media Extensions についての詳細は、https://www.w3.org/TR/encrypted-media/ を参照してください。 -- cgit v1.2.3