Checked in patch for bug 273252: Description in timezone preferences not able to localize

Patch by sipaq. r=mostafah.
This commit is contained in:
mostafah%oeone.com 2005-05-16 12:47:40 +00:00
parent f53c2c5359
commit 4b2b29ba0f
2 changed files with 4 additions and 6 deletions

View File

@ -63,16 +63,13 @@
"defaultzone"
];
</script>
</script>
<groupbox>
<caption label="&pref.calendar.timezone.caption;"/>
<description>This doesn't yet do anything.</description>
<description>&pref.calendar.timezone.shortdescription;</description>
<description>&pref.calendar.timezone.description;</description>
<hbox align="center">
<hbox align="center">
<description>&pref.defaultzone.label;</description>
<menulist id="defaultzone" preftype="string" prefstring="calendar.timezone.default">
<menupopup id="defaultzone">

View File

@ -144,6 +144,7 @@
<!-- Calendar Timezone preferences information -->
<!ENTITY pref.calendar.timezone.label "My Timezone">
<!ENTITY pref.calendar.timezone.caption "Timezone">
<!ENTITY pref.calendar.timezone.shortdescription "This doesn't yet do anything.">
<!ENTITY pref.calendar.timezone.description "Timezone ID is (continent or ocean)/(largest city in legal timezone region).">
<!ENTITY pref.defaultzone.label "Default Timezone:" >