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 109748 - url_description is untranslated in gnome-file-types-property
url_description is untranslated in gnome-file-types-property
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: Other Preferences
2.2.x
Other Linux
: High minor
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-04-02 01:23 UTC by Hidetoshi Tajima
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
make url descriptions translated (626 bytes, patch)
2003-04-02 01:27 UTC, Hidetoshi Tajima
none Details | Review

Description Hidetoshi Tajima 2003-04-02 01:23:15 UTC
const gchar *url_descriptions[][2] = {
        { "unknown", N_("Unknown service types") },
        { "http",    N_("World wide web") },
        { "ftp",     N_("File transfer protocol") },
        { "info",    N_("Detailed documentation") },
        { "man",     N_("Manual pages") },
        { "mailto",  N_("Electronic mail transmission") },
        { "ghelp",   N_("Gnome documentation") },
        { NULL,      NULL }

are left untranslated.
Comment 1 Hidetoshi Tajima 2003-04-02 01:27:51 UTC
Created attachment 15373 [details] [review]
make url descriptions translated
Comment 2 Kjartan Maraas 2003-04-22 23:10:20 UTC
Adding 2.3 keyword.
Comment 3 Kjartan Maraas 2003-04-30 19:36:39 UTC
Commited on both branches. Thanks.