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 416093 - Toolbutton label settings's combobox and italian translation
Toolbutton label settings's combobox and italian translation
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Italian [it]
unspecified
Other Linux
: Normal normal
: ---
Assigned To: algol
algol
Depends on:
Blocks:
 
 
Reported: 2007-03-08 15:26 UTC by Sebastien Bacher
Modified: 2008-02-28 10:19 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2007-03-08 15:26:41 UTC
The bug has been opened on: https://launchpad.net/ubuntu/+source/rhythmbox/+bug/87868

"Binary package hint: rhythmbox

In Preferences, under the general tab there is a combobox which sets the toolbar label position.
But "Testo sotto le icone" put the labels beside icons - not below. "Testo accanto alle icone" put the labels under the icons.

Let's give a look at: po/it.po - 130 -> 144
#: ../data/glade/general-prefs.glade.h:4
msgid ""
"Default\n"
"-\n"
"Text below icons\n"
"Text beside icons\n"
"Icons only\n"
"Text only"
msgstr ""
"Predefinito\n"
"-\n"
"Testo accanto alle icone\n"
"Testo sotto le icone\n"
"Solo icone\n"
"Solo testo"
##

..this is wrong.
Here's a patch (hey, I'm new to diff, if this is not what you want, feel free to tell me how to do a good one =)

federico@Time:~/test/rhythmbox-0.9.8/po$ diff it.po it.po.correct
141d140
< "Testo accanto alle icone\n"
142a142
> "Testo accanto alle icone\n"

Hope this is enough to correct this bug.
...
Sorry - I realize my english is not so good as you (and me, too) might want. I need more practice =)
Now, back to the bug. I do like to have "text beside icons" in toolbars, so I used the "Text position" combobox in rhythmbox preferences window. So i noticed a mistake in the italian translation: "text beside icons" ("testo affianco alle icone") was swapped with "text below icons" ("testo sotto le icone"). When using the first one, text was under the icons, while it should have been beside them; when using "testo sotto le icone" (which stands for "text below icons") text was beside them. That is:

Italian translation English Wrong behaviour
Testo sotto le icone Text below icons Text beside icons
Testo affianco allle icone Text beside icons Text below icons

This bug is limited to the italian translation of rhythmbox, though. Thank you for the tip about rosetta, feisty et al; I will file a bug/send a patch there. Bye!"
Comment 1 Luca Ferretti 2007-03-24 13:20:34 UTC
I fixed this issue on trunk and 0-10 branch on gnome SVN.

I've also uploaded the translation on rosetta, but I don't know it this issue was fixed. There no simple way in Rosetta to compare rosetta translations with upstream and/or to jump or search a specific message. I'll check in the next days.
Comment 2 Luca Ferretti 2008-02-28 10:19:39 UTC
This is fixed on latest stable Ubuntu too. Closing bug.