diff options
Diffstat (limited to 'l10n-id/mail/messenger/messengercompose/messengercompose.ftl')
-rw-r--r-- | l10n-id/mail/messenger/messengercompose/messengercompose.ftl | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/l10n-id/mail/messenger/messengercompose/messengercompose.ftl b/l10n-id/mail/messenger/messengercompose/messengercompose.ftl new file mode 100644 index 0000000000..1e291afbe0 --- /dev/null +++ b/l10n-id/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 = Hapus bidang { $type } + +# $type (String) - the type of the addressing row +remove-address-row-type-label = + .tooltiptext = Hapus bidang { $type } + +# $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 -> + *[other] { $type } dengan { $count } alamat, gunakan panah kiri untuk memfokuskan. + } + +# $email (String) - the email address +# $count (Number) - the number of address pills currently present in the addressing row +pill-aria-label = + { $count -> + *[other] { $email }, 1 dari { $count }: tekan Enter untuk mengedit, Delete untuk menghapus. + } + +pill-action-edit = + .label = Edit Alamat + .accesskey = E + +pill-action-move-to = + .label = Pindahkan ke Kepada + .accesskey = k + +pill-action-move-cc = + .label = Pindahkan ke CC + .accesskey = C + +pill-action-move-bcc = + .label = Pindahkan ke BCC + .accesskey = B + +# $count (Number) - the number of attachments in the attachment bucket +attachment-bucket-count = + .value = + { $count -> + *[other] { $count } Lampiran + } + .accesskey = m + +# $count (Number) - the number of attachments in the attachment bucket +attachments-placeholder-tooltip = + .tooltiptext = + { $count -> + *[other] { $count } Lampiran + } + +# { attachment-bucket-count.accesskey } - Do not localize this message. +key-toggle-attachment-pane = + .key = { attachment-bucket-count.accesskey } + +button-return-receipt = + .label = Tanda Terima + .tooltiptext = Minta tanda terima untuk pesan ini |