зеркало из https://github.com/mozilla/gecko-dev.git
move all strings to external DTDs
This commit is contained in:
Родитель
a69e38a634
Коммит
e940f534ef
|
@ -2,12 +2,7 @@
|
|||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY accountManagerTitle.label "Account Manager">
|
||||
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/AccountManager.dtd" >
|
||||
|
||||
<window id="account-manager" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
|
@ -23,15 +23,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY backButton.label "Back">
|
||||
<!ENTITY nextButton.label "Next">
|
||||
<!ENTITY finishButton.label "Finish">
|
||||
<!ENTITY cancelButton.label "Cancel">
|
||||
<!ENTITY instructions.label "Click next to continue entering information.">
|
||||
]
|
||||
>
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/AccountWizard.dtd" >
|
||||
|
||||
<window id="account-wizard-dialog" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
|
@ -3,15 +3,7 @@
|
|||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/accounttree.css" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY nameCol.label "Name">
|
||||
<!ENTITY duplicate.label "Duplicate">
|
||||
<!ENTITY delete.label "Delete">
|
||||
<!ENTITY newAccount.label "New Account">
|
||||
<!ENTITY setAsDefault.label "Set As Default">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/accounttree.dtd" >
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
|
@ -2,18 +2,7 @@
|
|||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY advancedSettings.label "Advanced Settings">
|
||||
<!ENTITY smtpServer.label "SMTP Server">
|
||||
<!ENTITY smtpDesc.label "Some email accounts require a unique outgoing mail server.">
|
||||
<!ENTITY smtpHostname.label "SMTP Server Hostname">
|
||||
<!ENTITY smtpUsername.label "SMTP Server Login">
|
||||
<!ENTITY mailFolderLoc.label "Mail Folder Location">
|
||||
<!ENTITY storeMailHere.label "Store mail in this folder">
|
||||
<!ENTITY chooseFolderButton.label "Choose Folder">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/am-advanced.dtd" >
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
style="width: 100%"
|
||||
|
|
|
@ -2,20 +2,7 @@
|
|||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY copyAndFolderTitle.label "Copy and Folder settings">
|
||||
<!ENTITY sendingPrefix.label "When sending messages, automatically ">
|
||||
<!ENTITY fccLocalSent.label "Place a copy in folder Sent on Local Mail ">
|
||||
<!ENTITY chooseFolderButton.label "Choose Folder...">
|
||||
<!ENTITY bccAccount.label "Bcc <account's e-mail address>">
|
||||
<!ENTITY bccAddress.label "Bcc these addresses:">
|
||||
<!ENTITY specialFolderTitle.label "Special Folders">
|
||||
<!ENTITY junkMailFolder.label "Keep junk mail in Junk Mail on Earthlink Inbox">
|
||||
<!ENTITY draftMailFolder.label "Keep message drafts in Drafts in Local Mail">
|
||||
<!ENTITY templateMailFolder.label "Keep message templates in Templates in Local Mail">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/am-copies.dtd" >
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload = "">
|
||||
|
|
|
@ -3,25 +3,7 @@
|
|||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY accountTitle.label "Account Settings">
|
||||
<!ENTITY accountName.label "Account Name:">
|
||||
<!ENTITY accountNameDesc.label "The account name identitifies each account">
|
||||
<!ENTITY identityTitle.label "Identity">
|
||||
<!ENTITY identityDesc.label "Each account can have its own identity, which is the information that other people see when they read your messages.">
|
||||
<!ENTITY name.label "Your Name">
|
||||
<!ENTITY email.label "Email Address">
|
||||
<!ENTITY replyTo.label "Reply-to Address">
|
||||
<!ENTITY organization.label "Organization">
|
||||
<!ENTITY signature.label "Attach this signature">
|
||||
<!ENTITY sampleSig1.label "Sample Signature 1">
|
||||
<!ENTITY sampleSig2.label "Sample Signature 2">
|
||||
<!ENTITY sampleSig3.label "Sample Signature 3">
|
||||
<!ENTITY useHtml.label "Compose messages using html">
|
||||
<!ENTITY attachVCard.label "Attach my vCard to messages">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/am-main.dtd" >
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
|
@ -2,19 +2,7 @@
|
|||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY savePassword.label "Save password.">
|
||||
<!ENTITY biffStart.label "Check for new messages every ">
|
||||
<!ENTITY biffEnd.label "minutes.">
|
||||
<!ENTITY leaveOnServer.label "Leave messages on server.">
|
||||
<!ENTITY deleteOnServer.label "Delete messages on server when deleted locally.">
|
||||
<!ENTITY emptyTrashOnExit.label "Empty Trash on exit">
|
||||
<!ENTITY hostname.label "Server Hostname">
|
||||
<!ENTITY username.label "Your Login Name">
|
||||
<!ENTITY popServerTitle.label "POP Server Information">
|
||||
]
|
||||
>
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/am-server-pop3.dtd" >
|
||||
|
||||
<window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
|
@ -2,16 +2,7 @@
|
|||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY serverSettings.label "Server Settings">
|
||||
<!ENTITY popServer.label "POP Mail server">
|
||||
<!ENTITY imapServer.label "IMAP Mail server">
|
||||
<!ENTITY newsServer.label "News Server">
|
||||
<!ENTITY webmail.label "Web mail account">
|
||||
|
||||
]
|
||||
>
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/am-server-top.dtd" >
|
||||
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window>
|
||||
|
||||
<xul:window xmlns="http://www.w3.org/TR/REC-html40"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
|
@ -22,14 +22,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY accnameTitle.label "Account Name">
|
||||
<!ENTITY accnameDesc.label "Enter the name by which you would like to refer to this account.">
|
||||
<!ENTITY accnameExample.label "For example, Work Account, Home Account or News Account">
|
||||
<!ENTITY accnameLabel.label "Account Name:">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/aw-accname.dtd" >
|
||||
<window id="accnamepage" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.wizardPageLoaded('accname');">
|
||||
|
|
|
@ -23,17 +23,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY accountTypeTitle.label "Welcome to the Account Setup Wizard">
|
||||
<!ENTITY accountTypeDesc.label "This wizard will collect the necessary information needed before you can use your new account. If you do not know the information requested, please contact your Internet Service Provider or System Administrator.">
|
||||
<!ENTITY accountTypeMail.label "Mail">
|
||||
<!ENTITY accountTypeNews.label "News">
|
||||
<!ENTITY accountTypeWebMail.label "Netscape WebMail">
|
||||
<!ENTITY webMailNew.label "New Account">
|
||||
<!ENTITY webMailExisting.label "Existing Account">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/aw-accounttype.dtd" >
|
||||
<window id="accounttype" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.wizardPageLoaded('accounttype');">
|
||||
|
|
|
@ -22,11 +22,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY completionText.label "That's it!">
|
||||
]
|
||||
>
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/aw-done.dtd" >
|
||||
|
||||
<window id="done" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
|
@ -23,14 +23,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY emailTitle.label "Your Email Address:">
|
||||
<!ENTITY emailDesc.label "Enter your email address; this is the address otherws will use to send email to you:">
|
||||
<!ENTITY emailExample.label "For example: elmer@netscape.net">
|
||||
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/aw-email.dtd" >
|
||||
<window id="emailpage" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.wizardPageLoaded('email');">
|
||||
|
|
|
@ -22,14 +22,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY fullnameTitle.label "Your Name:">
|
||||
<!ENTITY fullnameDesc.label "Enter your name as you would like it to appear in the From field of outgoing messages:">
|
||||
<!ENTITY fullnameExample.label "For example: Elmer Fudd">
|
||||
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/aw-fullname.dtd" >
|
||||
<window id="fullnamepage" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.wizardPageLoaded('fullname');">
|
||||
|
|
|
@ -23,20 +23,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY identityTitle.label "Identity">
|
||||
<!ENTITY identityDesc.label "Each account can have its own identity, which is the ifnormation that other people see when they read your messages.">
|
||||
|
||||
<!ENTITY fullnameDesc.label "Enter the name you would like to appear in the From field of your outgoing messages.">
|
||||
<!ENTITY fullnameExample.label "For example, John Smith">
|
||||
<!ENTITY fullnameLabel.label "Your Name:">
|
||||
|
||||
<!ENTITY emailDesc.label "Enter your email address. This is the address otherws will use to send email to you.">
|
||||
<!ENTITY emailExample.label "For example, test@netscape.net">
|
||||
<!ENTITY emailLabel.label "Email Address:">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/aw-identity.dtd" >
|
||||
<window id="identitypage" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.wizardPageLoaded('identity');">
|
||||
|
|
|
@ -22,7 +22,6 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window>
|
||||
|
||||
<window id="intro" title="intro" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
|
@ -23,22 +23,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY loginTitle.label "Name and Password">
|
||||
<!ENTITY usernameDesc.label "Enter your user name given to you by your email provider.">
|
||||
<!ENTITY usernameExample.label "For example: jsmith">
|
||||
<!ENTITY usernameLabel.label "User Name:">
|
||||
|
||||
<!ENTITY passwordTitle.label "Password Storage">
|
||||
<!ENTITY savePasswordDesc.label "Netscape Mail can save your password so that you are not asked for it each time you access this account. Your password is automatically sent to the server to which you are connecting. This is not recommended if other people have access to your computer.">
|
||||
<!ENTITY savePasswordLabel.label "If you want Netscape Mail to save your password, check the box below.">
|
||||
<!ENTITY savePasswordCheckbox.label "Save my password">
|
||||
|
||||
<!ENTITY passwordDesc.label "Enter the password given to you by your email provider">
|
||||
<!ENTITY passwordLabel.label "Password:">
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/aw-login.dtd" >
|
||||
<window id="loginpage" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.wizardPageLoaded('login');">
|
||||
|
|
|
@ -22,14 +22,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY mailTypeTitle.label "Netscape WebMail or Other Mail:">
|
||||
<!ENTITY mailTypeDesc.label "Select a free Netscape WebMail account or other mail account, such as your ISP or company mail.">
|
||||
<!ENTITY mailTypeOtherMail.label "Other Mail">
|
||||
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/aw-mailtype.dtd" >
|
||||
<window id="mailtype" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.wizardPageLoaded('mailtype');">
|
||||
|
|
|
@ -23,25 +23,7 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window
|
||||
[
|
||||
<!ENTITY serverTitle.label "Server Information">
|
||||
<!ENTITY incomingServerTitle.label "Incoming Server">
|
||||
<!ENTITY incomingServerTypeDesc.label "Select the type of incoming server you are using.">
|
||||
<!ENTITY incomingServerTypeLabel.label "Server Type:">
|
||||
<!ENTITY incomingServerNameDesc.label "Enter the name of your incoming server. For example, pop.netscape.net">
|
||||
<!ENTITY incomingServerLabel.label "Server Name:">
|
||||
|
||||
<!ENTITY smtpServerTitle.label "Outgoing (SMTP) Server">
|
||||
<!ENTITY smtpServerDesc.label "Enter the name of your outgoing (SMTP) server. For example, smtp.netscape.net">
|
||||
<!ENTITY smtpServerLabel.label "Server Name:">
|
||||
|
||||
<!ENTITY imapType.label "IMAP Mail Server">
|
||||
<!ENTITY popType.label "POP Mail Server">
|
||||
<!ENTITY nntpType.label "News Server">
|
||||
|
||||
]>
|
||||
|
||||
<!DOCTYPE window SYSTEM "chrome://l10n/locale/aw-server.dtd" >
|
||||
<window id="serverpage" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.wizardPageLoaded('server');">
|
||||
|
|
|
@ -22,7 +22,6 @@ Communications Corporation. Portions created by Netscape are
|
|||
Rights Reserved.
|
||||
-->
|
||||
|
||||
<!DOCTYPE window>
|
||||
|
||||
<window id="smtp" xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
|
|
Загрузка…
Ссылка в новой задаче