diff options
Diffstat (limited to 'l10n-az/mail/chrome/messenger/messengercompose')
5 files changed, 311 insertions, 0 deletions
diff --git a/l10n-az/mail/chrome/messenger/messengercompose/EditorInsertSource.dtd b/l10n-az/mail/chrome/messenger/messengercompose/EditorInsertSource.dtd new file mode 100644 index 0000000000..366bbf1f17 --- /dev/null +++ b/l10n-az/mail/chrome/messenger/messengercompose/EditorInsertSource.dtd @@ -0,0 +1,13 @@ +<!-- 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/. --> +<!-- Window title --> + + +<!-- LOCALIZATION NOTE (exampleOpenTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleOpenTag.label "<i>"> +<!-- LOCALIZATION NOTE (exampleCloseTag.label): DONT_TRANSLATE: they are text for HTML tagnames: "<i>" and "</i>" --> +<!ENTITY exampleCloseTag.label "</i>"> + + + diff --git a/l10n-az/mail/chrome/messenger/messengercompose/mailComposeEditorOverlay.dtd b/l10n-az/mail/chrome/messenger/messengercompose/mailComposeEditorOverlay.dtd new file mode 100644 index 0000000000..4ebca56be3 --- /dev/null +++ b/l10n-az/mail/chrome/messenger/messengercompose/mailComposeEditorOverlay.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> + +<!ENTITY attachImageSource.label "Bu şəkli mesaja əlavə et"> +<!ENTITY attachImageSource.accesskey "i"> + + diff --git a/l10n-az/mail/chrome/messenger/messengercompose/messengercompose.dtd b/l10n-az/mail/chrome/messenger/messengercompose/messengercompose.dtd new file mode 100644 index 0000000000..9b84f54431 --- /dev/null +++ b/l10n-az/mail/chrome/messenger/messengercompose/messengercompose.dtd @@ -0,0 +1,261 @@ +<!-- 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/. --> +<!--LOCALIZATION NOTE messengercompose.dtd Main UI for message composition --> +<!-- File Menu --> + + + + + + + + + + + + + + + + + + +<!--LOCALIZATION NOTE attachVCardCmd.label Don't translate the term 'vCard' --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!-- Edit Menu --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!-- View Menu --> + + + + + + + + + + + + + + + +<!-- Format Menu --> + +<!-- Options Menu --> + + + + + + + + + +<!--LOCALIZATION NOTE attachVCard.label Don't translate the term 'vCard' --> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!-- Tools Menu --> + + + + + + + + + + + + + + +<!-- Mac OS X Window Menu --> + + + + +<!-- Mail Toolbar --> + + + + + + +<!-- Mail Toolbar Tooltips --> + + + + + + + + +<!ENTITY copyButton.tooltip "Köçür"> + + +<!-- Headers --> +<!--LOCALIZATION NOTE headersSpace.style is for aligning the From:, To: and + Subject: rows. It should be larger than the largest Header label --> + + + + + + + + + + +<!-- LOCALIZATION NOTE attachments.accesskey This access key should correspond + to the strings in attachmentCount in composeMsgs.properties --> +<!-- Format Toolbar, imported from editorAppShell.xul --> + + + + + + + + + + + + + + + + +<!-- Message Pane Context Menu --> + + + + + + + + +<!ENTITY copy.label "Köçür"> +<!ENTITY copy.accesskey "K"> + + + + + + + + + + + + + + + + + + + + + + + + + + +<!-- Spell checker context menu items --> + +<!-- Title for the address picker panel --> +<!-- Identity popup customize menuitem --> + +<!-- Attachment Pane Header Bar Context Menu --> + diff --git a/l10n-az/mail/chrome/messenger/messengercompose/sendProgress.dtd b/l10n-az/mail/chrome/messenger/messengercompose/sendProgress.dtd new file mode 100644 index 0000000000..7299f2b635 --- /dev/null +++ b/l10n-az/mail/chrome/messenger/messengercompose/sendProgress.dtd @@ -0,0 +1,8 @@ +<!-- 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/. --> +<!--LOCALIZATION NOTE sendProgress.dtd Main UI for Send Message Progress Dialog --> + +<!ENTITY sendDialog.title "Mesaj İşlənir"> +<!ENTITY status.label "Vəziyyət:"> +<!ENTITY progress.label "Gedişat:"> diff --git a/l10n-az/mail/chrome/messenger/messengercompose/sendProgress.properties b/l10n-az/mail/chrome/messenger/messengercompose/sendProgress.properties new file mode 100644 index 0000000000..45651f0399 --- /dev/null +++ b/l10n-az/mail/chrome/messenger/messengercompose/sendProgress.properties @@ -0,0 +1,21 @@ +# 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/. + +# LOCALIZATION NOTE (titleSendMsgSubject): +# %S will be replaced by the message subject. +titleSendMsgSubject=Mesaj Göndərilir - %S +titleSendMsg=Mesaj Göndərilir +# LOCALIZATION NOTE (titleSaveMsgSubject): +# %S will be replaced by the message subject. +titleSaveMsgSubject=Mesaj Saxlanır - %S +titleSaveMsg=Mesaj Saxlanır + +# LOCALIZATION NOTE (percentMsg): +# This string is used to format the text to the right of the progress meter. +# %S will be replaced by the percentage of the file that has been saved. +# %% will be replaced a single % sign. +percentMsg=%S%% + +messageSent=Mesajınız göndərildi. +messageSaved=Mesajınız saxlanıldı. |