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 612647 - Suggestion for the italian translation of gnome-terminal
Suggestion for the italian translation of gnome-terminal
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Italian [it]
git master
Other All
: Normal normal
: ---
Assigned To: l10n-it-maint
l10n-it-maint
Depends on:
Blocks:
 
 
Reported: 2010-03-11 23:59 UTC by Gianfranco Costamagna
Modified: 2010-03-19 15:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
error (438.79 KB, image/png)
2010-03-12 13:12 UTC, Gianfranco Costamagna
Details

Description Gianfranco Costamagna 2010-03-11 23:59:17 UTC
So this is the little typo...

On the menu (right click) of gnome-terminal "Chiudi finestra" and "Copia" are available by pressing "C" So you can made chiudi finestra available with "f"

the same with "incolla" and "metodi di inserimento testo" (the second with "e" I think could be a good idea)


This is really annoying when you want to use shortcuts!

Thanks a lot

Gianfranco
Comment 1 Milo Casagrande 2010-03-12 07:48:52 UTC
Hi,

the first case (the "Chiudi finestra" one) has already been fixed in master (when the issue was reported on Ubuntu), unfortunately there will not be a 2.28 update.

The second hasn't, and I can't remember why. The string is:
msgid "_Input Methods"
msgstr "Metodi di _inserimento testo"
Comment 2 Gianfranco Costamagna 2010-03-12 08:09:24 UTC
So, could anybody fix the second one?
Comment 3 Milo Casagrande 2010-03-12 08:13:18 UTC
Yes, it is going to be fixed in master.
Comment 4 Luca Ferretti 2010-03-12 09:44:10 UTC
Milo, in order to match the same string from gtk+, it should be "M_etodi di input", but doing so it will clash with "Apri sch_eda".

So I suggest to change it to "Met_odi di input" in both gnome-terminal and GTK+: is should be a safe mnemonic. At least, I hope...
Comment 5 Milo Casagrande 2010-03-12 09:57:59 UTC
(In reply to comment #4)
> Milo, in order to match the same string from gtk+, it should be "M_etodi di
> input", but doing so it will clash with "Apri sch_eda".

That's why we didn't change it first place.

> So I suggest to change it to "Met_odi di input" in both gnome-terminal and
> GTK+: is should be a safe mnemonic. At least, I hope...

Sounds reasonable to me, also to change it with the shorter version "Metodi di input".
Comment 6 Gianfranco Costamagna 2010-03-12 12:27:02 UTC
OFF TOPIC.

Another typo I found in gnome-applets

Step to see it:

Add "condizioni meteo" in gnome-panel (/usr/lib/gnome-applets/gweather-applet-2)

Click on "preferenze" "località"

you will see "Trova s_uccessiva".

(How can I fix problems without asking you? It is so annoying and I can help in translate something...)

/OT
Comment 7 Milo Casagrande 2010-03-12 13:05:38 UTC
(In reply to comment #6)
> OFF TOPIC.
> 
> Another typo I found in gnome-applets

You should open different bugs for different projects.
 
> Step to see it:
> 
> Add "condizioni meteo" in gnome-panel
> (/usr/lib/gnome-applets/gweather-applet-2)
> 
> Click on "preferenze" "località"
> 
> you will see "Trova s_uccessiva".

What is the typo here?

> (How can I fix problems without asking you? It is so annoying and I can help in
> translate something...)

If you want helping out with translations, follow what's written here:
http://it.gnome.org/index.php/Traduzioni

You're helping even with the bug reports.
Comment 8 Gianfranco Costamagna 2010-03-12 13:12:23 UTC
Created attachment 155961 [details]
error
Comment 9 Gianfranco Costamagna 2010-03-12 13:12:48 UTC
Please see my attachment, of course I can open another bug, but It is really simple... :)
Comment 10 Milo Casagrande 2010-03-12 13:47:52 UTC
That's probably not a typo, it could be a problem within the UI. Check with the English version if problem persists.

These are the strings:
msgid "Find _Next"
msgstr "Trova s_uccessiva"

I know it's easy to write on a single bug, but it's definitely better to have single task to handle.
Comment 11 Gianfranco Costamagna 2010-03-12 13:55:44 UTC
ok, I'm reporting a new bug
Comment 12 Luca Ferretti 2010-03-19 15:28:50 UTC
Commited updated translation on both master and gnome-2-30 with follow changes:
  * "Chiudi _finestra" in File menu and popup menu
  * "Met_odi di input" in popup menu

This should fix this bug.