how dyou change 'ok' & 'cancel' strings to 'sure' & 'nope' and stuff like that(gnome)
Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
This is not a straight forward process. Almost all applications that are run under Linux use the GNU gettext framework. GUI text, i.e all that is visible to a user in menus, dialogs, etc. is stored in message catalogs (called PO files), this is used for translation purposes. When an application runs in particular language environment, it looks for translated message catalog for that language and uses it if it finds one.
There is a project that requires input from translators to help convert linux to languages other than English, (though I doubt if west coast surf speak is what they are after).
So you may have to write your own translation.
Searching for i18n (that is 'eye-one-eight-en') will get you more information on how translation works.
But you may as well face it, to misquote Descartes you use linux therefore you are a geek, so you may as well talk like one.
This is not a straight forward process. Almost all applications that are run under Linux use the GNU gettext framework. GUI text, i.e all that is visible to a user in menus, dialogs, etc. is stored in message catalogs (called PO files), this is used for translation purposes. When an application runs in particular language environment, it looks for translated message catalog for that language and uses it if it finds one.
There is a project that requires input from translators to help convert linux to languages other than English, (though I doubt if west coast surf speak is what they are after).
So you may have to write your own translation.
Searching for i81n (that is 'eye-one-eight-en') will get you more information on how translation works.
But you may as well face it, to misquote Descartes you use linux therefore you are a geek, so you may as well talk like one.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.