diff options
Diffstat (limited to 'l10n-hu/toolkit/toolkit/about/aboutPlugins.ftl')
-rw-r--r-- | l10n-hu/toolkit/toolkit/about/aboutPlugins.ftl | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/l10n-hu/toolkit/toolkit/about/aboutPlugins.ftl b/l10n-hu/toolkit/toolkit/about/aboutPlugins.ftl new file mode 100644 index 0000000000..f55341c561 --- /dev/null +++ b/l10n-hu/toolkit/toolkit/about/aboutPlugins.ftl @@ -0,0 +1,35 @@ +# 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 = A bővítményekről + +installed-plugins-label = Telepített bővítmények +no-plugins-are-installed-label = Nincsenek telepített bővítmények + +deprecation-description = Hiányzik valami? Néhány bővítményt már nem támogatott. <a data-l10n-name="deprecation-link">További tudnivalók</a> + +## The information of plugins +## +## Variables: +## $pluginLibraries: the plugin library +## $pluginFullPath: path of the plugin +## $version: version of the plugin + +file-dd = <span data-l10n-name="file">Fájl:</span> { $pluginLibraries } +path-dd = <span data-l10n-name="path">Útvonal:</span> { $pluginFullPath } +version-dd = <span data-l10n-name="version">Verzió:</span> { $version } + +## These strings describe the state of plugins +## +## Variables: +## $blockListState: show some special state of the plugin, such as blocked, outdated + +state-dd-enabled = <span data-l10n-name="state">Állapot:</span> Engedélyezve +state-dd-enabled-block-list-state = <span data-l10n-name="state">Állapot:</span> Engedélyezve ({ $blockListState }) +state-dd-Disabled = <span data-l10n-name="state">Állapot:</span> Tiltva +state-dd-Disabled-block-list-state = <span data-l10n-name="state">Állapot:</span> Tiltva ({ $blockListState }) + +mime-type-label = MIME-típus +description-label = Leírás +suffixes-label = Kiterjesztés |