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 763131 - Add translation context for string "None"
Add translation context for string "None"
Status: RESOLVED FIXED
Product: gnome-photos
Classification: Applications
Component: general
3.19.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME photos maintainer(s)
GNOME photos maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-03-05 10:10 UTC by Dušan
Modified: 2016-03-06 09:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
tool-filters: Add a context and translator comment (1.11 KB, patch)
2016-03-05 17:56 UTC, Debarshi Ray
committed Details | Review

Description Dušan 2016-03-05 10:10:19 UTC
Please add translation context for this string:

#: ../src/photos-print-setup.c:916 ../src/photos-tool-filters.c:191
msgid "None"


dev wiki: https://wiki.gnome.org/TranslationProject/DevGuidelines/Translation%20contexts
Comment 1 Debarshi Ray 2016-03-05 17:56:46 UTC
Created attachment 323153 [details] [review]
tool-filters: Add a context and translator comment

Does this help?
Comment 2 André Klapper 2016-03-05 20:30:23 UTC
What is a "nop magic filter"?
Comment 3 Dušan 2016-03-06 08:07:11 UTC
i need simply to disambiguate string "None"
Comment 4 Debarshi Ray 2016-03-06 09:04:39 UTC
(In reply to Dušan from comment #3)
> i need simply to disambiguate string "None"

What do you mean? Do you want a context and/or comment for the string coming from ../src/photos-print-setup.c:916? I left it alone because that file is a copy of eog-print-image-setup.c and has been like that for ages. If you want, I can add a context and/or comment to it. Maybe we should do the same for the original copy in eog?
Comment 5 Debarshi Ray 2016-03-06 09:07:34 UTC
(In reply to André Klapper from comment #2)
> What is a "nop magic filter"?

It is what it says it is. A magic filter that doesn't do anything. I am sure there is such a thing on such applications [1] on all popular platforms today.

[1] http://cdn.iphonehacks.com/wp-content/uploads/2013/07/io_7_camera_filters_all_fixed.jpg
Comment 6 Dušan 2016-03-06 09:09:12 UTC
I need to split this one string to two separated translatable strings. Because we are using two different forms of translation.

Example:  1.) None (filter) = "Žiadny"
          2.) None (center the picture) = "Nijako"


I hope you will understeand :-)
Comment 7 Dušan 2016-03-06 09:14:46 UTC
perfect