fix for #10253 - localizing this file
git-svn-id: svn://10.0.0.236/trunk@43126 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
||||
<?xml-stylesheet href="chrome://messenger/skin/" type="text/css"?>
|
||||
|
||||
<!DOCTYPE window>
|
||||
<!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">
|
||||
|
||||
]
|
||||
>
|
||||
|
||||
<xul:window xmlns:html="http://www.w3.org/TR/REC-html40"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
@@ -11,15 +20,15 @@
|
||||
<box align="vertical" style="width: 100%; height=100%">
|
||||
<box align="vertical" class="cleanborder" flex="100%"
|
||||
style="width: 100%; height: 100%">
|
||||
<html:div>Server Settings</html:div>
|
||||
<html:div>&serverSettings.label;</html:div>
|
||||
<html:div>
|
||||
<spring flex="100%"/>
|
||||
Account Type
|
||||
<html:select>
|
||||
<html:option name="pop3">POP Mail Server</html:option>
|
||||
<html:option name="imap">IMAP Mail Server</html:option>
|
||||
<html:option name="news">News Server</html:option>
|
||||
<html:option name="webmail">Web mail account</html:option>
|
||||
<html:option name="pop3">&popServer.label;</html:option>
|
||||
<html:option name="imap">&imapServer.label;</html:option>
|
||||
<html:option name="news">&newsServer.label;</html:option>
|
||||
<html:option name="webmail">&webmail.label;</html:option>
|
||||
</html:select>
|
||||
</html:div>
|
||||
</box>
|
||||
|
||||
Reference in New Issue
Block a user