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 589186 - Glade3: Substantial mistakes in Italian translation
Glade3: Substantial mistakes in Italian translation
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Italian [it]
git master
Other All
: Normal normal
: ---
Assigned To: Luca Ferretti
l10n-it-maint
Depends on:
Blocks:
 
 
Reported: 2009-07-20 22:46 UTC by Pietro Battiston
Modified: 2009-07-22 10:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch against po/it.po to fix badly guessed strings. (73.49 KB, patch)
2009-07-20 22:47 UTC, Pietro Battiston
none Details | Review

Description Pietro Battiston 2009-07-20 22:46:17 UTC
When at some moment strings were added, there was some automatic guess: some strings have currently a completely different meaning from the original.

I'm uploading a fix for Italian, but I bet other languages share the problem. I'll take a look at French and German tomorrow.
Comment 1 Pietro Battiston 2009-07-20 22:47:28 UTC
Created attachment 138858 [details] [review]
Patch against po/it.po to fix badly guessed strings.
Comment 2 André Klapper 2009-07-20 22:51:40 UTC
Translations are maintained by translation teams.
=> Moving to Italian team.
Comment 3 André Klapper 2009-07-20 22:52:57 UTC
Hmm, and that patch is not really readable because of line length changes - way too much noise in there. :-(
Comment 4 Pietro Battiston 2009-07-21 06:47:05 UTC
Well, I wonder if the automatic guess which set all those strings to random things was more "readable" than my patch. Anyway, hope this helps:

#: ../plugins/gtk+/glade-attributes.c:220
#| msgid "Right"
msgctxt "textattr"
msgid "Weight"
msgstr "Destra"

"Destra" should be replaced by "Consistenza"

#: ../plugins/gtk+/glade-attributes.c:224
#| msgid "Variant column"
msgctxt "textattr"
msgid "Variant"
msgstr "Colonna variante"

"Colonna variante" should be replaced by "Variante" (but some better solution may exist)

#: ../plugins/gtk+/glade-attributes.c:228
#| msgid "Start"
msgctxt "textattr"
msgid "Stretch"
msgstr "Inizio"

"Inizio" should be replaced by "Espansione" (but some better solution may exist)

#: ../plugins/gtk+/glade-attributes.c:266
#| msgid "Text Foreground Color"
msgctxt "textattr"
msgid "Foreground Color"
msgstr "Colore in primo piano testo"

"Colore in primo piano testo" should be replaced by "Colore primo piano"

#: ../plugins/gtk+/glade-attributes.c:274
#| msgid "Underline column"
msgctxt "textattr"
msgid "Underline Color"
msgstr "Colonna sottolineato"

"Colonna sottolineato" should be replaced by "Colore sottolineatura"

#: ../plugins/gtk+/glade-attributes.c:278
#| msgid "Strikethrough column"
msgctxt "textattr"
msgid "Strikethrough Color"
msgstr "Colonna sbarramento"

"Colonna sbarramento" should be replaced by "Colore barra" (but some better solution may exist)

Comment 5 Pietro Battiston 2009-07-21 06:54:52 UTC
(anyway there seems to be no problem with other languages)
Comment 6 Luca Ferretti 2009-07-21 07:37:31 UTC
I don't understand when those crazy messages appeared, but we'll (we=Italian GNOME team) work on this. 

Just a question: it seems that glade3 don't have branch for stable release from 2.22. So, when this fix will appear? If it will be available for 2.28, we could take a little more time and performa a deep review of oll messages.
Comment 7 André Klapper 2009-07-21 08:33:52 UTC
(In reply to comment #6)
> I don't understand when those crazy messages appeared, but we'll (we=Italian
> GNOME team) work on this. 

Looks like they appeared here: http://git.gnome.org/cgit/glade3/commit/?id=e6d7bc20791dca2be4a552ab72c5dcd324a619d5
Comment 8 Pietro Battiston 2009-07-21 12:23:58 UTC
w.r.t comment #6: oh, speaking of:

-"entrata testo"
+"immissione testo", "ingresso di testo", "campo di testo", anything

would be nice.
Comment 9 Luca Ferretti 2009-07-22 10:54:17 UTC
commit f242fb57d76d40e5daaa0517ee42501a669f816c
Author: Andrea Zagli <azagli@libero.it>
Date:   Wed Jul 22 12:52:16 2009 +0200

    Updated Italian translation (close bug #589186)

Fixed reported stuff and other small issues. A deeper review will occur before 2.28 stable release.