#5093 closed defect (fixed)
translation for open file
Reported by: | jezevec | Owned by: | team |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | Cc: |
Description
Seems there are no translation strings for open file dialog.
Strings without translation examples:
Look In, File Name, Files Of Type, Up One Level etc.
In attached img is cs version with some translated filetypes.
Attachments (1)
Change History (15)
by , 15 years ago
Attachment: | OpenFile.png added |
---|
comment:1 by , 15 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
This is part of Java. We can't translate this without replacing the dialog completely. I think there is another ticket which had a possible suggestion to do string-injection into the dialog, but I can't find it.
comment:2 by , 15 years ago
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
You need to extract the messages and save them in "specialmessages.java" in i18n dir, or we wont have translations for them!
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I'm aware of that, but cannot do it at the same time :)
comment:9 by , 15 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
OK, I tested for Ukrainian now:
Some messages are translated (mostly tooltips) but some are not:
As far as I can see, the only problem is upper case / lower case:
I copied the messages from the source but it seems Java randomly capitalizes some words:
"Files of type:" --> "Files of Type:"
(Or maybe Java has updated the messages slightly in later versions.)
What shall we do about it?
comment:11 by , 15 years ago
Ok added messages for other look and feels. Let's see if it helps ([o21627])
comment:13 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:14 by , 14 years ago
As said above, there seem to be slight variations in capitalization and punctuation. If you encounter another untranslated string in this dialog you can reopen and add the exact string. (Depends also on Look&Feel.)
I added already the 2 tooltips for ok and cancel in metal Look&Feel.
Open file dialog