After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 118214 - "Yes" and "No" as translatable strings.
"Yes" and "No" as translatable strings.
Status: RESOLVED FIXED
Product: gpdf
Classification: Deprecated
Component: general
unspecified
Other All
: Urgent blocker
: ---
Assigned To: Martin Kretzschmar
Martin Kretzschmar
Depends on:
Blocks:
 
 
Reported: 2003-07-24 18:08 UTC by Chris M. Jackson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Chris M. Jackson 2003-07-24 18:08:05 UTC
From the .po file:

#: xpdf/pdf-info-dict-util.cc:217
msgid "Yes"
msgstr ""
                                                                          
     
#: xpdf/pdf-info-dict-util.cc:217
msgid "No"
msgstr ""

Working on the Welsh translation (cy), we have found from prior experience
that we CANNOT (read: it is impossible) to simply translate "Yes" and "No",
since the answer depends very much on what the question is, who's asking
the question, who's (attempting to) answer the question, and random
celestial alignment.

I don't know if this is in the HIG already, but ideally answers need to be
active or verb-based - e.g. instead of "Save: Yes/No" using "Save/Don't
Save".  Of course, it might be possible to translate "Yes" and "No", but
that depends on our knowing what the question was.

Suggested resolution:
1. Tell us to which question this yesno is providing the answer
2. Add a comment (of the form which intltool will recognise) to the code
telling translators what the context of the yesno.  
3. (Optional) Select a sane set of response options
Comment 1 Chris M. Jackson 2003-07-24 18:14:22 UTC
PS - Have set prioirity to "Urgent" given only 11 days before String
Freeze.  Any later would case Unnecessary Hassle(TM)
Comment 2 Martin Kretzschmar 2003-07-24 18:59:35 UTC
Added a comment explaining where this Yes/No will be displayed (in the
PDF properties dialog). It's the only occurence of Yes/No in the
program that I can think of. It's not the answer in a dialog.

Please reopen if you have a better string.