|
Bugzilla – Full Text Bug Listing |
| Summary: | SL10.1-LOC-Linux-DE-Beta1-06/01/25 -Add Scanner _Untranslated text | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Thomas Casserly <thomasc> |
| Component: | Translations | Assignee: | Kerry OConnor <kerryoc> |
| Status: | VERIFIED FIXED | QA Contact: | Karl Eichwalder <ke> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | davidbo, emmetw |
| Version: | Beta 1 | Keywords: | German, L10N |
| Target Milestone: | Beta 5 | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Localization | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Add_Scanner untranslated text | ||
|
Description
Thomas Casserly
2006-01-25 14:52:05 UTC
Created attachment 65005 [details]
Add_Scanner untranslated text
Hi Karl, should these messages be translated. They appear to be coming from "sane" files found in /usr/share/sane/descriptions/*.* ? thanks for tracking down the cause. It's probably not that easy to fix it. Re-assigning for evalution The general rule is not to complain about _missing_ translations in the beta releases ;) Nontheless, we should ask the sane-maintainer. The matching YaST source scanner/src/helps.ycp is:
----------------------------------------------------------------------------
// SelectModel dialog help 4/5:
// Add the following sentence to translations:
// Such comments are only available in English.
_("<p>
When additional comments are available, they are shown in square brackets.
</p>") +
----------------------------------------------------------------------------
I assume the translators didn't read the comment that
they should add a text like
"Such comments are only available in English."
to translations (of course for English it is not necessary).
The source is o.k.
Changed component to "Translation" and added Rebecca to Cc.
Translators read comments only, if the text is dubious. Thus it would be better to start the english message with an alert and throw it away at display time (all character up to "|"):
_("translation_comment_wanted|<p>
When additional comments are available, they are shown in square brackets.
</p>")
For now, Kerry, please make sure to "enlarge" the translations as explained by Johannes Meixner (c#5).
This is not acceptable. The translators need to read the comments as they can contain important information. If they don't, there is a very high risk that they will seriously mess things up. Changing the strings to contain the comments is not an option. It will result in broken translations and is too much work for the developers. The developers and I will not accept blame for bad translations caused by translators not reading the comments that we work so hard to provide. I don't want you to change the strings to contain the comments (even if that's the way KDE works and will be supported by the forthcoming gettext tools). We only have to add information to a small number messages, if something special is required in the translations (like "ASCII only", "more info only useful for certain languages", strings that are ambiguous and thus causing trouble in the translation memories). Don't forget that translations are also human beings ;) I think this would cause more problems than it is worth. It would be better if it just were made clear to the translators that they ought to read the comments. Comments also talk about things that shouldn't be translated, like commands that resemble a word. If you want any consideration of this proposal, you would have to talk to emap and visnov, but I think it would create more confusion for everyone, increase the developer workload unfairly, and end up with more bug reports and questions than we have now. I expanded the translation in the lefthand help text for all languages. e.g. msgid "" "<p>\n" "When additional comments are available, they are shown in square brackets.\n" "</p>" msgstr "" "<p>\n" "Wenn weitere Kommentare verfügbar sind, stehen sie in eckigen Klammern.\n" "Solche Kommentare sind nur in Englisch verfügbar." "</p>" scanner.**.po should be in for Beta 5. Closing issue as fixed for German, Beta8. |