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 551127 - [mark-all-read] bad translatable strings
[mark-all-read] bad translatable strings
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Plugins
2.24.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-plugin-maintainers
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2008-09-06 14:57 UTC by André Klapper
Modified: 2009-08-06 20:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2008-09-06 14:57:57 UTC
/plugins/mark-all-read/mark-all-read.c:164
"Current Folder and _Subfolders"
/plugins/mark-all-read/mark-all-read.c:176
"Current _Folder Only"

I would translate those strings definitely wrong without knowing what they refer to:
/plugins/mark-all-read/mark-all-read.c:41
"Do you want to mark messages as read in the current folder only, or in the current folder as well as all subfolders?"


The *in* IS IMPORTANT and indicates Dative usage.
In many languages the Dative case requires changes/suffixes in the two mentioned strings too.
Either add two translator comments, or change the two affected strings to have an "In" at the beginning.
Comment 1 André Klapper 2008-09-06 15:01:12 UTC
e.g. German:

"Current Folder Only" (Nominative): "Nur der jetzige Ordner"
"Current Folder Only" (Accusative): "Nur den jetzigen Ordner"
"In Current Folder Only"  (Dative): "Nur im jetzigen Ordner"
Comment 2 Milan Crha 2009-08-06 20:13:34 UTC
Created commit ba5c9e6 in evo master (2.27.6+)

I did both, changed strings with prepended "In" and added translators comments to both:

   /* To Translators: It's a response button caption on a question
      "Do you want to mark messages as read in the current folder
      only, or in the current folder as well as all subfolders?" */