Bug 254105 - Please, split translations of string "Free" in different contexts
Summary: Please, split translations of string "Free" in different contexts
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-i18n (show other bugs)
Version: 1.4.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-14 02:45 UTC by Alexander Potashev
Modified: 2021-12-31 16:08 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 7.5.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Potashev 2010-10-14 02:45:02 UTC
Version:           1.4.0 (using KDE 4.5.1) 
OS:                Linux

This string has shared translations in different contexts:

#. i18n: file: infopage.ui:328
#. i18n: ectx: property (text), item, widget (QComboBox, m_captions)
#: wizard.cpp:665 wizard.cpp:1562 rc.cpp:71
msgid "Free"


At wizard.cpp:665 this string does not belong to the m_captions combo box.

Reproducible: Didn't try




OS: Linux (x86_64) release 2.6.32
Compiler: x86_64-pc-linux-gnu-gcc
Comment 1 caulier.gilles 2010-10-14 13:55:32 UTC
What's the problem exactly ?

Gilles Caulier
Comment 2 Alexander Potashev 2011-12-20 19:03:13 UTC
1. At `wizard/wizard.cpp:1558` and `ui/infopage.ui:328` the message "Free" is the type of the caption: the user can freely choose the caption format string.
2. At `wizard/wizard.cpp:663` the word "Free" means something different. I'm not even sure about its meaning, but there is a comment in the source code above that line:
    //TODO FREE STYLE ICON
So, this does not belong to the caption.

I'm pretty sure that the correct translations of these messages "Free" into Russian will be different. May be it will be the same adjective, but at least the grammatical gender will be different.
Comment 3 Angelo Naselli 2011-12-20 21:17:04 UTC
"Free" is exactly the same word because it has the same meaning even if i have to 
admit in a different context. 
The comment "//TODO FREE STYLE ICON" 
was added because i wanted to add an icon for free page layout, that later was  renamed to custom layout. Since i haven't found a good icon, i wrote "free" on
the custom choice icon, in the meaning of free layout.

I close this bug because writing twice the word custom (first in the icon an last in the label) is not very good to see, but Gilles if you don't like feel free to change it... or we can discuss it at the next kde code sprint.
Comment 4 caulier.gilles 2021-12-31 16:08:49 UTC
Fixed with works from bug #438701 for next 7.5.0 release

Gilles Caulier