Checked in patch for bug 273252: Description in timezone preferences not able to localize
Patch by sipaq. r=mostafah. git-svn-id: svn://10.0.0.236/trunk@173467 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3945514e98
commit
dfd4afefdf
@ -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">
|
||||
|
||||
@ -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:" >
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user