From 2aa4a82499d4becd2284cdb482213d541b8804dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 16:29:10 +0200 Subject: Adding upstream version 86.0.1. Signed-off-by: Daniel Baumann --- .../messengercompose/messengercompose.ftl | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 l10n-hu/mail/messenger/messengercompose/messengercompose.ftl (limited to 'l10n-hu/mail/messenger/messengercompose/messengercompose.ftl') diff --git a/l10n-hu/mail/messenger/messengercompose/messengercompose.ftl b/l10n-hu/mail/messenger/messengercompose/messengercompose.ftl new file mode 100644 index 0000000000..173b1aa54c --- /dev/null +++ b/l10n-hu/mail/messenger/messengercompose/messengercompose.ftl @@ -0,0 +1,66 @@ +# 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/. + + +# Addressing widget + +# $type (String) - the type of the addressing row +remove-address-row-type = A(z) { $type } mező eltávolítása +# $type (String) - the type of the addressing row +remove-address-row-type-label = + .tooltiptext = A(z) { $type } mező eltávolítása +# $type (String) - the type of the addressing row +# $count (Number) - the number of address pills currently present in the addressing row +address-input-type-aria-label = + { $count -> + [0] { $type } + [one] { $type } egy címmel, használja a bal nyíl billentyűt a ráfókuszáláshoz. + *[other] { $type } { $count } címmel, használja a bal nyíl billentyűt a rájuk fókuszáláshoz. + } +# $email (String) - the email address +# $count (Number) - the number of address pills currently present in the addressing row +pill-aria-label = + { $count -> + [one] { $email }: nyomjon Entert a szerkesztéshez, Delete gombot az eltávolításhoz. + *[other] { $email }, 1 / { $count }: nyomjon Entert a szerkesztéshez, Delete gombot az eltávolításhoz. + } +# $email (String) - the email address +pill-tooltip-invalid-address = { $email } nem érvényes e-mail-cím +# $email (String) - the email address +pill-tooltip-not-in-address-book = { $email } nincs a címjegyzékében +pill-action-edit = + .label = Cím szerkesztése + .accesskey = e +pill-action-move-to = + .label = Áthelyezés a címzettbe + .accesskey = t +pill-action-move-cc = + .label = Áthelyezés a másolatba + .accesskey = m +pill-action-move-bcc = + .label = Áthelyezés a vakmásolatba + .accesskey = v +# $count (Number) - the number of attachments in the attachment bucket +attachment-bucket-count = + .value = + { $count -> + [1] { $count } melléklet + [one] { $count } melléklet + *[other] { $count } melléklet + } + .accesskey = m +# $count (Number) - the number of attachments in the attachment bucket +attachments-placeholder-tooltip = + .tooltiptext = + { $count -> + [1] { $count } melléklet + [one] { $count } melléklet + *[other] { $count } melléklet + } +# { attachment-bucket-count.accesskey } - Do not localize this message. +key-toggle-attachment-pane = + .key = { attachment-bucket-count.accesskey } +button-return-receipt = + .label = Visszaigazolás + .tooltiptext = Visszaigazolás kérése az üzenetről -- cgit v1.2.3