gtk items exported to translations trunk
Bug #700119 reported by
Ahmed Shams
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Myrtille |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Take this example :
https:/
I found some more strings like this including :
gtk-close
gtk-open
gtk-new
gtk-ok
gtk-save
gtk-quit
etc.
Isn't this supposed not to appear as not translatable ?
If yes
-> this should be not translated or copy over to the translation ?
if not (if it's translatable)
-> how to translate this ?
Thanks in advance
To post a comment you must log in.
Ah, the good ol' Glade bug #352446[1].
Short answer is no, these should not appear as translatable at all. Bugs should be filed against the software, which has these strings marked as translatable. Lines like this[2]:
should be changed to:
<property name="label" >gtk-new< /property>
Also, developers should be encouraged to upgrade at least to Ubuntu Karmic, which is no longer affected by the mentioned bug :).
[1]: https:/ /bugzilla. gnome.org/ show_bug. cgi?id= 352446 bazaar. launchpad. net/%7Enico- inattendu/ myrtille/ 0.6.1/annotate/ head%3A/ images/ myrtille. glade#L44
[2]: http://