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 638230 - GtkSwitch states translation
GtkSwitch states translation
Status: RESOLVED FIXED
Product: l10n
Classification: Infrastructure
Component: Spanish [es]
git master
Other Linux
: Normal normal
: ---
Assigned To: gnome-es-list@gnome.org
gnome-es-list@gnome.org
Depends on:
Blocks:
 
 
Reported: 2010-12-28 23:52 UTC by Emmanuele Bassi (:ebassi)
Modified: 2010-12-29 21:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Emmanuele Bassi (:ebassi) 2010-12-28 23:52:03 UTC
the GtkSwitch stateshave been indicated with two translator comments:

#. Translators: if the "on" state label requires more than three
#. * glyphs then use MEDIUM VERTICAL BAR (U+2759) as the text for
#. * the state

and

#. Translators: if the "off" state label requires more than three
#. * glyphs then use WHITE CIRCLE (U+25CB) as the text for the state

which means that if the strings used for the "on" and "off" states are longer than 3 glyphs, they should be translated to "❙" and "○", respectively.

thus, the translation for "on":

msgctxt "switch"
msgid "ON"
msgstr "ENCENDIDO"

and for "off":

msgctxt "switch"
msgid "OFF"
msgstr "APAGADO"

should either be removed, defaulting back to "ON" and "OFF", or should be translated to the UTF-8 glyphs above.
Comment 1 Jorge González 2010-12-29 21:51:45 UTC
Thanks. Fixed in master.

It would have been a bit easier if you have mentioned the module was GTK+.

Closing the bug.