Localizing prefs.

git-svn-id: svn://10.0.0.236/trunk@134262 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mikep%oeone.com
2002-11-21 15:00:43 +00:00
parent 8e1c4fb620
commit 351e68b25d
4 changed files with 16 additions and 2 deletions

View File

@@ -69,7 +69,7 @@
<treechildren id="panelChildren">
<treeitem id="calendarPublishPanel" container="false">
<treerow>
<treecell class="treecell-indent" url="chrome://calendar/content/pref/publishPrefs.xul" label="Publish Prefs" id="calendarPublish"/>
<treecell class="treecell-indent" url="chrome://calendar/content/pref/publishPrefs.xul" label="&calendar.publish.label;" id="calendarPublish"/>
</treerow>
</treeitem>
</treechildren>

View File

@@ -69,7 +69,7 @@
<treechildren id="panelChildren">
<treeitem id="calendarPublishPanel" container="false">
<treerow>
<treecell class="treecell-indent" url="chrome://calendar/content/pref/publishPrefs.xul" label="Publish Prefs" id="calendarPublish"/>
<treecell class="treecell-indent" url="chrome://calendar/content/pref/publishPrefs.xul" label="&calendar.publish.label;" id="calendarPublish"/>
</treerow>
</treeitem>
</treechildren>

View File

@@ -39,6 +39,7 @@
<!ENTITY calendar.label "Calendar" >
<!ENTITY calendarPanel.label "Calendar" >
<!ENTITY calendar.accesskey "c" >
<!ENTITY calendar.publish.label "Publishing">
<!ENTITY pref.mainbox.label "General Settings" >
<!ENTITY pref.alarmgoesoff.label "When an alarm goes off:">
@@ -64,3 +65,9 @@
<!ENTITY pref.categories.help.description "Use a comma between each category you want to add.">
<!ENTITY pref.reloadonlaunch "Reload Remote Calendars On Startup">
<!ENTITY pref.publish.caption "Publishing Settings">
<!ENTITY pref.publish.path.label "Path To Server">
<!ENTITY pref.publish.filename.label "Remote File Name">
<!ENTITY pref.publish.username.label "Username">
<!ENTITY pref.publish.password.label "Password">

View File

@@ -39,6 +39,7 @@
<!ENTITY calendar.label "Calendar" >
<!ENTITY calendarPanel.label "Calendar" >
<!ENTITY calendar.accesskey "c" >
<!ENTITY calendar.publish.label "Publishing">
<!ENTITY pref.mainbox.label "General Settings" >
<!ENTITY pref.alarmgoesoff.label "When an alarm goes off:">
@@ -64,3 +65,9 @@
<!ENTITY pref.categories.help.description "Use a comma between each category you want to add.">
<!ENTITY pref.reloadonlaunch "Reload Remote Calendars On Startup">
<!ENTITY pref.publish.caption "Publishing Settings">
<!ENTITY pref.publish.path.label "Path To Server">
<!ENTITY pref.publish.filename.label "Remote File Name">
<!ENTITY pref.publish.username.label "Username">
<!ENTITY pref.publish.password.label "Password">