зеркало из https://github.com/mozilla/pjs.git
Localizing prefs.
This commit is contained in:
Родитель
d2552acf96
Коммит
196a72e32f
|
@ -1,80 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is Mozilla Calendar Code.
|
||||
-
|
||||
- The Initial Developer of the Original Code is Mike Potter.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2002
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s):
|
||||
- Mike Potter <mikep@oeone.com>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!DOCTYPE overlay [
|
||||
<!ENTITY % calendarPrefsOverlayDTD SYSTEM "chrome://calendar/locale/calendarPrefs.dtd" >
|
||||
%calendarPrefsOverlayDTD;
|
||||
]>
|
||||
|
||||
<overlay id="calendarPrefOverlay"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script type="application/x-javascript">
|
||||
<![CDATA[
|
||||
var panel;
|
||||
if ((panel != undefined)&&(panel == "chrome://communicator/content/pref/pref-appearance.xul"))
|
||||
{
|
||||
_elementIDs.push("generalStartupCalendar");
|
||||
}
|
||||
]]>
|
||||
</script>
|
||||
|
||||
<!-- calendar startup toggle -->
|
||||
<groupbox id="generalStartupPreferences">
|
||||
<checkbox id="generalStartupCalendar" wsm_persist="true" position="4"
|
||||
label="&calendar.label;" accesskey="&calendar.accesskey;"
|
||||
pref="true" preftype="bool" prefstring="general.startup.calendar"
|
||||
prefattribute="checked"/>
|
||||
</groupbox>
|
||||
|
||||
<treechildren id="panelChildren">
|
||||
<treeitem id="calendarPanel" container="true">
|
||||
<treerow>
|
||||
<treecell class="treecell-indent" url="chrome://calendar/content/pref/calendarPref.xul" label="&calendar.label;" id="calendar"/>
|
||||
</treerow>
|
||||
<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"/>
|
||||
</treerow>
|
||||
</treeitem>
|
||||
</treechildren>
|
||||
|
||||
</treeitem>
|
||||
</treechildren>
|
||||
|
||||
</overlay>
|
|
@ -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>
|
||||
|
|
|
@ -1,66 +0,0 @@
|
|||
|
||||
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
||||
-
|
||||
- The contents of this file are subject to the Mozilla Public License Version
|
||||
- 1.1 (the "License"); you may not use this file except in compliance with
|
||||
- the License. You may obtain a copy of the License at
|
||||
- http://www.mozilla.org/MPL/
|
||||
-
|
||||
- Software distributed under the License is distributed on an "AS IS" basis,
|
||||
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
||||
- for the specific language governing rights and limitations under the
|
||||
- License.
|
||||
-
|
||||
- The Original Code is OEone Calendar Code, released October 31st, 2001.
|
||||
-
|
||||
- The Initial Developer of the Original Code is
|
||||
- OEone Corporation.
|
||||
- Portions created by the Initial Developer are Copyright (C) 2001
|
||||
- the Initial Developer. All Rights Reserved.
|
||||
-
|
||||
- Contributor(s): Mike Potter <mikep@oeone.com>
|
||||
- ArentJan Banck <ajbanck@planet.nl>
|
||||
-
|
||||
- Alternatively, the contents of this file may be used under the terms of
|
||||
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
||||
- in which case the provisions of the GPL or the LGPL are applicable instead
|
||||
- of those above. If you wish to allow use of your version of this file only
|
||||
- under the terms of either the GPL or the LGPL, and not to allow others to
|
||||
- use your version of this file under the terms of the MPL, indicate your
|
||||
- decision by deleting the provisions above and replace them with the notice
|
||||
- and other provisions required by the LGPL or the GPL. If you do not delete
|
||||
- the provisions above, a recipient may use your version of this file under
|
||||
- the terms of any one of the MPL, the GPL or the LGPL.
|
||||
-
|
||||
- ***** END LICENSE BLOCK ***** -->
|
||||
|
||||
<!ENTITY calendar.label "Calendar" >
|
||||
<!ENTITY calendarPanel.label "Calendar" >
|
||||
<!ENTITY calendar.accesskey "c" >
|
||||
|
||||
<!ENTITY pref.mainbox.label "General Settings" >
|
||||
<!ENTITY pref.alarmgoesoff.label "When an alarm goes off:">
|
||||
<!ENTITY pref.playasound "Play a sound" >
|
||||
<!ENTITY pref.showalarmbox "Show an alarm box" >
|
||||
<!ENTITY pref.dateformat.label "Date Text Format:" >
|
||||
<!ENTITY pref.dateformat.long "Long" >
|
||||
<!ENTITY pref.dateformat.short "Short" >
|
||||
<!ENTITY pref.defaultlength.label "Default Event Length:" >
|
||||
<!ENTITY pref.defaultsnoozelength.label "Default Snooze Length:" >
|
||||
|
||||
<!ENTITY pref.weekstarts.label "First Day Of The Week:" >
|
||||
<!ENTITY pref.weekstarts.sunday "Sunday" >
|
||||
<!ENTITY pref.weekstarts.monday "Monday" >
|
||||
<!ENTITY pref.weekstarts.tuesday "Tuesday" >
|
||||
<!ENTITY pref.weekstarts.wednesday "Wednesday" >
|
||||
<!ENTITY pref.weekstarts.thursday "Thursday" >
|
||||
<!ENTITY pref.weekstarts.friday "Friday" >
|
||||
<!ENTITY pref.weekstarts.saturday "Saturday" >
|
||||
|
||||
<!ENTITY pref.categories.label "Categories" >
|
||||
|
||||
<!ENTITY pref.categories.help.description "Use a comma between each category you want to add.">
|
||||
|
||||
<!ENTITY pref.reloadonlaunch "Reload Remote Calendars On Startup">
|
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче