mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 03:19:06 +00:00
chatzilla only, a=asa@mozilla.org
Chatzilla Startup pref page fails to show lists when only one item, bug 190210 Chatzilla Preferences: to many 'Appearance' titles, bug 190777
This commit is contained in:
parent
0a5dfa0dba
commit
4afe1cf364
@ -38,7 +38,7 @@
|
||||
|
||||
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Init();" buttons="accept" style=" width: 50em; height: 40em; "
|
||||
title="&window.title;">
|
||||
title="&appearance-previewCSS.window.title;">
|
||||
|
||||
<script src="chrome://chatzilla/content/prefpanel/appearance-previewCSS.js"/>
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Init();"
|
||||
headertitle="&window.title;">
|
||||
headertitle="&appearance.window.title;">
|
||||
|
||||
<script src="chrome://global/content/strres.js"/>
|
||||
<script src="chrome://chatzilla/content/prefpanel/pref-irc.js"/>
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Init();"
|
||||
headertitle="&window.title;">
|
||||
headertitle="&interface.window.title;">
|
||||
|
||||
<script src="chrome://chatzilla/content/prefpanel/interface.js"/>
|
||||
<script type="application/x-javascript">
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.initPanel('chrome://chatzilla/content/prefpanel/pref-irc.xul');"
|
||||
headertitle="&window.title;">
|
||||
headertitle="&pref-irc.window.title;">
|
||||
|
||||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
|
@ -35,7 +35,7 @@
|
||||
<!DOCTYPE window SYSTEM "chrome://chatzilla/locale/pref-irc.dtd">
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
headertitle="&window.title;" onload="Init();">
|
||||
headertitle="&sound.window.title;" onload="Init();">
|
||||
|
||||
<script src="chrome://global/content/strres.js"/>
|
||||
<script src="chrome://chatzilla/content/prefpanel/pref-irc.js"/>
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Init();"
|
||||
headertitle="&window.title;">
|
||||
headertitle="&stalk.window.title;">
|
||||
|
||||
<script src="chrome://global/content/strres.js"/>
|
||||
<script src="chrome://chatzilla/content/prefpanel/pref-irc.js"/>
|
||||
|
@ -38,7 +38,7 @@
|
||||
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Init();"
|
||||
class="dialog" style="width: 40em;"
|
||||
title="&window.title;">
|
||||
title="&startup-newScript.window.title;">
|
||||
|
||||
<script type="application/x-javascript"
|
||||
src="chrome://chatzilla/content/prefpanel/startup-newScript.js"/>
|
||||
|
@ -40,7 +40,7 @@
|
||||
xmlns:xbl="http://www.mozilla.org/xbl"
|
||||
onload="Init();"
|
||||
class="dialog" style=" width: 25em; "
|
||||
title="&window.title;">
|
||||
title="&startup-newURL.window.title;">
|
||||
|
||||
<script src="chrome://chatzilla/content/prefpanel/startup-newURL.js"/>
|
||||
|
||||
|
@ -50,7 +50,7 @@ function loadList(list)
|
||||
|
||||
var prefList = gList.getAttribute("prefvalue");
|
||||
|
||||
if (prefList.match(/;/))
|
||||
if (prefList)
|
||||
{
|
||||
var items = prefList.split(/\s*;\s*/);
|
||||
for (i in items)
|
||||
|
@ -36,7 +36,7 @@
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="Init();"
|
||||
headertitle="&window.title;">
|
||||
headertitle="&startup.window.title;">
|
||||
|
||||
<script src="chrome://global/content/strres.js"/>
|
||||
<script src="chrome://chatzilla/content/prefpanel/pref-irc.js"/>
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.initPanel('chrome://chatzilla/content/prefpanel/tabs.xul');"
|
||||
headertitle="&window.title;">
|
||||
headertitle="&tabs.window.title;">
|
||||
|
||||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
<page xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="parent.initPanel('chrome://chatzilla/content/prefpanel/text.xul');"
|
||||
headertitle="&window.title;">
|
||||
headertitle="&text.window.title;">
|
||||
|
||||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
|
@ -36,7 +36,7 @@ const MSG_UNKNOWN = getMsg ("unknown");
|
||||
|
||||
client.defaultNick = getMsg("defaultNick");
|
||||
|
||||
client.version = "0.8.13";
|
||||
client.version = "0.8.13b";
|
||||
|
||||
client.TYPE = "IRCClient";
|
||||
client.COMMAND_CHAR = "/";
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!ENTITY window.title "Appearance">
|
||||
<!ENTITY text.window.title "Appearance">
|
||||
|
||||
<!ENTITY prePro.title "Text Munger">
|
||||
<!ENTITY prePro.desc "The Text Munger processes all text before display, and does things like convert web addresses into links you can click on. Hover the mouse over a checkbox for an explanation of the item.">
|
||||
@ -58,8 +58,8 @@
|
||||
<!ENTITY style.preview.label "Preview">
|
||||
<!ENTITY style.preview.accesskey "v">
|
||||
|
||||
<!ENTITY window.title "Preview ChatZilla Stylesheet">
|
||||
<!ENTITY window.title "ChatZilla">
|
||||
<!ENTITY appearance-previewCSS.window.title "Preview ChatZilla Stylesheet">
|
||||
<!ENTITY pref-irc.window.title "ChatZilla">
|
||||
|
||||
<!ENTITY userDetails.title "User Identification">
|
||||
<!ENTITY userDetails.help.label "What do these mean?">
|
||||
@ -83,7 +83,7 @@
|
||||
<!ENTITY global.nickCompleteStr.label "Nickname completion string:">
|
||||
<!ENTITY global.nickCompleteStr.accesskey "k">
|
||||
<!ENTITY global.nickCompleteStr.desc "This is appended to a nickname when tab-completed as the first word.">
|
||||
<!ENTITY window.title "Interface">
|
||||
<!ENTITY interface.window.title "Interface">
|
||||
|
||||
<!ENTITY tabs.title "Tab Options">
|
||||
|
||||
@ -108,7 +108,7 @@
|
||||
<!ENTITY scrollback.3.accesskey "h">
|
||||
<!ENTITY scrollback.4.label "Private message views:">
|
||||
<!ENTITY scrollback.4.accesskey "p">
|
||||
<!ENTITY window.title "Sound">
|
||||
<!ENTITY sound.window.title "Sound">
|
||||
|
||||
<!ENTITY sndFile.label "Sound file:">
|
||||
<!ENTITY sndPresets.label "Preset sounds:">
|
||||
@ -125,7 +125,7 @@
|
||||
|
||||
<!ENTITY sndStalkMsg.title "Sound on stalk word(s)">
|
||||
<!ENTITY sndStalkMsg.accesskey "s">
|
||||
<!ENTITY window.title "Stalking">
|
||||
<!ENTITY stalk.window.title "Stalking">
|
||||
|
||||
<!ENTITY stalkWords.title "Stalk Words">
|
||||
<!ENTITY stalkWords.accesskey "S">
|
||||
@ -140,7 +140,7 @@
|
||||
<!ENTITY list.edit "Edit...">
|
||||
<!ENTITY list.del.label "Remove">
|
||||
<!ENTITY list.del.accesskey "R">
|
||||
<!ENTITY window.title "Startup">
|
||||
<!ENTITY startup.window.title "Startup">
|
||||
|
||||
<!ENTITY startupOrder.label "When ChatZilla starts, it will load the JavaScript scripts first, then connect to any autoconnect servers and channels in the order shown.">
|
||||
|
||||
@ -154,10 +154,10 @@
|
||||
<!ENTITY list.add "Add...">
|
||||
<!ENTITY list.edit "Edit...">
|
||||
<!ENTITY list.del "Remove">
|
||||
<!ENTITY window.title "ChatZilla Script Item">
|
||||
<!ENTITY startup-newScript.window.title "ChatZilla Script Item">
|
||||
|
||||
<!ENTITY text.desc "Enter a web location (URL), or specify the local script file you want:">
|
||||
<!ENTITY window.title "ChatZilla Autoconnect Item">
|
||||
<!ENTITY startup-newURL.window.title "ChatZilla Autoconnect Item">
|
||||
|
||||
<!ENTITY normal.label "Connect to a server or network">
|
||||
<!ENTITY normal.server "Enter the host name (irc.myserver.com) or the IP address (127.1.2.3) of the server:">
|
||||
@ -170,7 +170,7 @@
|
||||
|
||||
<!ENTITY client.label "Open client view">
|
||||
<!ENTITY client.desc "The client view shows some basic information about ChatZilla and how to use it.">
|
||||
<!ENTITY window.title "Tabs">
|
||||
<!ENTITY tabs.window.title "Tabs">
|
||||
|
||||
<!ENTITY tabs.title "Tab Options">
|
||||
|
||||
@ -195,7 +195,7 @@
|
||||
<!ENTITY scrollback.3.accesskey "">
|
||||
<!ENTITY scrollback.4.label "Private message views">
|
||||
<!ENTITY scrollback.4.accesskey "">
|
||||
<!ENTITY window.title "Appearance">
|
||||
<!ENTITY appearance.window.title "Appearance">
|
||||
|
||||
<!ENTITY prePro.title "Text Pre-processor">
|
||||
<!ENTITY prePro.desc "The Text Pre-processor processes all text before display, and does things like convert web addresses into links you can click on.">
|
||||
|
Loading…
x
Reference in New Issue
Block a user