Closed
Bug 113883
Opened 24 years ago
Closed 23 years ago
"<HTML> Source" is not correct for translation - need better image
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0.1
People
(Reporter: mkaply, Assigned: cmanske)
Details
(Whiteboard: [adt3 RTM][fixed in branch])
Attachments
(1 file)
|
2.14 KB,
patch
|
mkaply
:
review+
hewitt
:
superreview+
cmanske
:
approval+
|
Details | Diff | Splinter Review |
We received a complaint from France that the tab that says "<HTML> Source" is
not correct grammar in other countries. Some countries say "Source <HTML>"
We tried to tell them that <HTML> is just an image, but we see their point.
We need a much better image for <HTML> that does not appear to convey
information. For instance a page with a few HTML tags on it?
It needs to not read as a phrase.
If we were to translate this, and we do, we translate only the source.
I'm inclined to discount this. At best, we would have to rethink the structure
of the other tabs as well, which as you point out are image, label.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 2•24 years ago
|
||
> If we were to translate this, and we do, we translate only the source.
That is exactly the complaint from the countries.
HTML Source makes sense in English, but in French, the phrase is Source De HTML,
in Spanish, the phrase is Fuente Del HTML, in Portugese the phrase is Fonte Do
HTML.
So this toolbar button doesn't make sense in those languages. If that button is
supposed to mean "Source" and not "HTML Source", then the icon should be
different. Some icon that means "Source"
| Reporter | ||
Comment 4•24 years ago
|
||
I've been asked to reopen this by the translators (we are in a new trnalsation
cycle)
They want me to suggest other options.
How about making the image <TAG> instead of <HTML>.
Then it doesn't really say anything, but the image still conveys the right
message?
Status: VERIFIED → REOPENED
Resolution: WONTFIX → ---
Comment 5•23 years ago
|
||
Charley--can't we make it possible for localizers to put the string before or
after the image (or even text on both sides)?
| Assignee | ||
Comment 6•23 years ago
|
||
What exactly is wrong with "HTML"? It actually is the top editable tag in
source mode edit window!
I don't see where "TAG" is any better
Assignee: syd → cmanske
Status: REOPENED → NEW
Target Milestone: --- → mozilla1.1alpha
| Reporter | ||
Comment 7•23 years ago
|
||
The complaint from the translators is that when you look at it, it reads "HTML
Source"
In other languages, the correct phrasing is "Source HTML"
I tried to argue that the <HTML> was just an icon, but that didn't really fly.
So the idea is to either use soomething besides <HTML> so it doesn't read "HTML
Source" or to allow a translator to move Source before HTML.
| Assignee | ||
Comment 8•23 years ago
|
||
hmm. I've looked, but can't find any CSS to switch the position of the text
and "list-style-image", the <html> image.
Daniel: any ideas?
| Assignee | ||
Comment 9•23 years ago
|
||
What a neat trick! I leveraged our "bidi" support to make it possible to
put the image to the right of the text.
Is the comment in DTD file clear enough for translators to understand what
to do?
| Assignee | ||
Updated•23 years ago
|
Comment 10•23 years ago
|
||
Comment on attachment 81815 [details] [diff] [review]
patch v1
sr=hewitt
Attachment #81815 -
Flags: superreview+
| Reporter | ||
Comment 11•23 years ago
|
||
Comment on attachment 81815 [details] [diff] [review]
patch v1
r=mkaply
Nice
Attachment #81815 -
Flags: review+
| Assignee | ||
Comment 12•23 years ago
|
||
checked into trunk
new revision: 1.105; previous revision: 1.104
| Reporter | ||
Comment 13•23 years ago
|
||
Is this going on the 1.0 branch or on the post 1.0 release when Netscape takes
over (it is marked adt3 RTM)
| Assignee | ||
Updated•23 years ago
|
Comment 14•23 years ago
|
||
adt1.0.0+ (on ADT's behalf) for approval to checkin to the 1.0 branch, pending
Drivers approval. After, checking in, please add the fixed1.0 keyword.
Keywords: adt1.0.0
Comment 15•23 years ago
|
||
Charley, can you please verify this one ? thanks
| Assignee | ||
Comment 16•23 years ago
|
||
This is test by changing from this:
<!ENTITY SourceTabDirection "ltr">
to:
<!ENTITY SourceTabDirection "rtl">
After that, the "<HTML>" icon should appear to the right of the "Source" text.
So you have to be able to modify the files in the JAR to verify.
Comment 18•23 years ago
|
||
adding the adt1.0.0+ mention in Jaime's comment from Friday.
Comment 19•23 years ago
|
||
changing to adt1.0.1+ for checkin to the 1.0 branch. Please get drivers
approval before checking in.
| Assignee | ||
Updated•23 years ago
|
Keywords: mozilla1.0.1
| Assignee | ||
Updated•23 years ago
|
Target Milestone: mozilla1.0 → mozilla1.0.1
Comment 20•23 years ago
|
||
a=chofmann for 1.0.1
| Assignee | ||
Updated•23 years ago
|
Keywords: mozilla1.0.1 → mozilla1.0.1+
Whiteboard: [adt3 RTM] [Needs a=] → [adt3 RTM] approved
| Assignee | ||
Updated•23 years ago
|
Attachment #81815 -
Flags: approval+
| Assignee | ||
Comment 21•23 years ago
|
||
checked into mozilla1.0.1 branch
Keywords: mozilla1.0.1+ → fixed1.0.1
Whiteboard: [adt3 RTM] approved → [adt3 RTM][fixed in branch]
Updated•23 years ago
|
Keywords: fixed1.0.1
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•