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 --- l10n-sl/suite/chrome/mailnews/SearchDialog.dtd | 28 ++++ .../addressbook/abAddressBookNameDialog.dtd | 5 + .../chrome/mailnews/addressbook/abCardOverlay.dtd | 150 +++++++++++++++++++++ l10n-sl/suite/chrome/mailnews/tabmail.properties | 11 ++ .../chrome/mailnews/textImportMsgs.properties | 37 +++++ l10n-sl/suite/chrome/mailnews/threadpane.dtd | 22 +++ .../chrome/mailnews/vCardImportMsgs.properties | 26 ++++ l10n-sl/suite/chrome/mailnews/viewLog.dtd | 9 ++ .../chrome/mailnews/virtualFolderListDialog.dtd | 6 + .../chrome/mailnews/virtualFolderProperties.dtd | 13 ++ .../suite/chrome/mailnews/wmImportMsgs.properties | 68 ++++++++++ 11 files changed, 375 insertions(+) create mode 100644 l10n-sl/suite/chrome/mailnews/SearchDialog.dtd create mode 100644 l10n-sl/suite/chrome/mailnews/addressbook/abAddressBookNameDialog.dtd create mode 100644 l10n-sl/suite/chrome/mailnews/addressbook/abCardOverlay.dtd create mode 100644 l10n-sl/suite/chrome/mailnews/tabmail.properties create mode 100644 l10n-sl/suite/chrome/mailnews/textImportMsgs.properties create mode 100644 l10n-sl/suite/chrome/mailnews/threadpane.dtd create mode 100644 l10n-sl/suite/chrome/mailnews/vCardImportMsgs.properties create mode 100644 l10n-sl/suite/chrome/mailnews/viewLog.dtd create mode 100644 l10n-sl/suite/chrome/mailnews/virtualFolderListDialog.dtd create mode 100644 l10n-sl/suite/chrome/mailnews/virtualFolderProperties.dtd create mode 100644 l10n-sl/suite/chrome/mailnews/wmImportMsgs.properties (limited to 'l10n-sl/suite/chrome/mailnews') diff --git a/l10n-sl/suite/chrome/mailnews/SearchDialog.dtd b/l10n-sl/suite/chrome/mailnews/SearchDialog.dtd new file mode 100644 index 0000000000..9e01bcdbae --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/SearchDialog.dtd @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-sl/suite/chrome/mailnews/addressbook/abAddressBookNameDialog.dtd b/l10n-sl/suite/chrome/mailnews/addressbook/abAddressBookNameDialog.dtd new file mode 100644 index 0000000000..3e4a50d36d --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/addressbook/abAddressBookNameDialog.dtd @@ -0,0 +1,5 @@ + + + diff --git a/l10n-sl/suite/chrome/mailnews/addressbook/abCardOverlay.dtd b/l10n-sl/suite/chrome/mailnews/addressbook/abCardOverlay.dtd new file mode 100644 index 0000000000..33bbe5fcf7 --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/addressbook/abCardOverlay.dtd @@ -0,0 +1,150 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-sl/suite/chrome/mailnews/tabmail.properties b/l10n-sl/suite/chrome/mailnews/tabmail.properties new file mode 100644 index 0000000000..3919394c53 --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/tabmail.properties @@ -0,0 +1,11 @@ +# 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 (tabs.closeWarningAll): +# Semicolon-separated list of plural forms. See: +# http://developer.mozilla.org/en/docs/Localization_and_Plurals +# The singular form is not considered since this string is used only for +# multiple tabs. +tabs.closeButtonAll=Zapri vse zavihke +tabs.closeWarningPromptMeAll=Opozori me pri zapiranju več zavihkov diff --git a/l10n-sl/suite/chrome/mailnews/textImportMsgs.properties b/l10n-sl/suite/chrome/mailnews/textImportMsgs.properties new file mode 100644 index 0000000000..3c489ffd75 --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/textImportMsgs.properties @@ -0,0 +1,37 @@ +# 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/. + +# +# The following are used by the outlook express import code to display status/error +# and informational messages +# + +# Short name of import module +## @name TEXTIMPORT_NAME +## @loc None + +# Description of import module +## @name TEXTIMPORT_DESCRIPTION +## @loc None + +# Description of import module +## @name TEXTIMPORT_ADDRESS_NAME +## @loc None + +# Description +## @name TEXTIMPORT_ADDRESS_SUCCESS +## @loc None +2003=Imenik %S je bil uvožen + +# Error message +## @name TEXTIMPORT_ADDRESS_BADPARAM +## @loc None + +# Error message +## @name TEXTIMPORT_ADDRESS_BADSOURCEFILE +## @loc None + +# Error message +## @name TEXTIMPORT_ADDRESS_CONVERTERROR +## @loc None diff --git a/l10n-sl/suite/chrome/mailnews/threadpane.dtd b/l10n-sl/suite/chrome/mailnews/threadpane.dtd new file mode 100644 index 0000000000..2c77b7a6e5 --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/threadpane.dtd @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/l10n-sl/suite/chrome/mailnews/vCardImportMsgs.properties b/l10n-sl/suite/chrome/mailnews/vCardImportMsgs.properties new file mode 100644 index 0000000000..8468e3e1fa --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/vCardImportMsgs.properties @@ -0,0 +1,26 @@ +# 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/. + +# +# The following are used by the vCard import code to display status, error, and +# informational messages +# + +vCardImportName=Datoteka vCard (.vcf) + +vCardImportDescription=Uvozi imenik iz oblike vCard + +vCardImportAddressName=Imenik vCard + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressSuccess=Uvoženi imenik %S + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressBadSourceFile=Napaka pri dostopu do datoteke imenika %S. + +# LOCALIZATION NOTE (vCardImportAddressSuccess): %S is replaced by the +# name of the address book being imported. +vCardImportAddressConvertError=Med uvozom imenika %S je prišlo do napake, vseh naslovov morda ni bilo mogoče uvoziti. diff --git a/l10n-sl/suite/chrome/mailnews/viewLog.dtd b/l10n-sl/suite/chrome/mailnews/viewLog.dtd new file mode 100644 index 0000000000..65e9156003 --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/viewLog.dtd @@ -0,0 +1,9 @@ + + + + + + + diff --git a/l10n-sl/suite/chrome/mailnews/virtualFolderListDialog.dtd b/l10n-sl/suite/chrome/mailnews/virtualFolderListDialog.dtd new file mode 100644 index 0000000000..d7816a1210 --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/virtualFolderListDialog.dtd @@ -0,0 +1,6 @@ + + + + diff --git a/l10n-sl/suite/chrome/mailnews/virtualFolderProperties.dtd b/l10n-sl/suite/chrome/mailnews/virtualFolderProperties.dtd new file mode 100644 index 0000000000..735cb27f14 --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/virtualFolderProperties.dtd @@ -0,0 +1,13 @@ + + + + + + + + + + + diff --git a/l10n-sl/suite/chrome/mailnews/wmImportMsgs.properties b/l10n-sl/suite/chrome/mailnews/wmImportMsgs.properties new file mode 100644 index 0000000000..265e1b8956 --- /dev/null +++ b/l10n-sl/suite/chrome/mailnews/wmImportMsgs.properties @@ -0,0 +1,68 @@ +# 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/. + +# +# The following are used by the windows live mail import code to display status/error +# and informational messages +# + +# Short name of import module +## @name WMIMPORT_NAME +## @loc None +## LOCALIZATION NOTE (2000): DONT_TRANSLATE +2000=Windows Live Mail + +# Description of import module +## @name WMIMPORT_DESCRIPTION +## @loc None +## LOCALIZATION NOTE (2001): In this item, don't translate "Windows Live Mail" + +# Success message +## @name WMIMPORT_MAILBOX_SUCCESS +## @loc None +## LOCALIZATION NOTE (2002): In this item, don't translate "%1$S" or "%2$d" +## The variable %1$S will contain the name of the Mailbox +## The variable %2$d will contain the number of messages +2002=Nabiralnik %1$S, uvoženo %2$d sporočil + +# Error message +## @name WMIMPORT_MAILBOX_BADPARAM +## @loc None + +# Error message +## @name WMIMPORT_MAILBOX_BADSOURCEFILE +## @loc None +## LOCALIZATION NOTE (2004): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox +2004=Napaka pri dostopu do datoteke za nabiralnik %S. + +# Error message +## @name WMIMPORT_MAILBOX_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2005): In this item, don't translate "%S" +## The variable %S will contain the name of the Mailbox + +# Default name of imported addressbook +## @name WMIMPORT_DEFAULT_NAME +## @loc None + +# Autofind description +## @name WMIMPORT_AUTOFIND +## @loc None + +# Description +## @name WMIMPORT_ADDRESS_SUCCESS +## @loc None +## LOCALIZATION NOTE (2006): In this item, don't translate "%S" +## The variable %S will receive the name of the address book + +# Error message +## @name WMIMPORT_ADDRESS_CONVERTERROR +## @loc None +## LOCALIZATION NOTE (2009): In this item, don't translate "%S" +## The variable %S will receive the name of the address book + +# Error message +## @name WMIMPORT_ADDRESS_BADPARAM +## @loc None -- cgit v1.2.3