Re: Changing to British (or Canadian) English

2005-08-04 Thread David P James
On Mon 1 August 2005 23:23, David R. Litwin wrote:
 I've looked all over the place: KDE, I've googled it, the help files
 in KDE. Nothing seems to tell me how I can change my language in KDE
 to British (since they don't seem to have Canadian, not there there
 really is a difference).

For KDE:

apt-get install kde-i18n-engb

Then it should be available to you in KDE's Control Centre.

HTH,
-- 
David P James
Ottawa, Ontario
http://david.jamesnet.ca
ICQ: #42891899, Jabber: [EMAIL PROTECTED]

Noone isn't no one


pgpZSCCqU251q.pgp
Description: PGP signature


Re: Changing to British (or Canadian) English (SOLVED)

2005-08-04 Thread David R. Litwin
A Brief Summary for the Archives:

I wished to change the Language of both Debian and KDE to British or
Canadian English. I ended up doing both: Debian in to Canadian English
and KDE in to British English. This is how:

For Debian:
(as root)
dpkg-reconfigure locales
# enable the en_GB options

For KDE:

apt-get install kde-i18n-engb

Much Appreciated to those who Assisted.



Re: Changing to British (or Canadian) English

2005-08-03 Thread doofus

David R. Litwin wrote:


Well, I made that particular modification before you sent that. So, do
you recommend that I un do this? If so, how?

Also, I'm not too sure what has been modified: I don't know if I see
any changes or not Perhaps my Gaim now says colour where once it
said Color? Is this Possible? If not, where would I be assured that I
actually changed some thing?

Thank ye.



http://www.netmeister.org/news/learn2quote.html



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Changing to British (or Canadian) English

2005-08-02 Thread Paul Smith
%% Bryan Donlan [EMAIL PROTECTED] writes:

  bd chmod u+x ~/.profile

Your shell setup files like ~/.profile, ~/.bashrc, etc. don't need to
be, and in fact arguably shouldn't be (because it confuses how they're
used), executable.

Cheers!

-- 
---
 Paul D. Smith [EMAIL PROTECTED]   HASMAT--HA Software Mthds  Tools
 Please remain calm...I may be mad, but I am a professional. --Mad Scientist
---
   These are my opinions---Nortel Networks takes no responsibility for them.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Changing to British (or Canadian) English

2005-08-02 Thread David R. Litwin
Well, I made that particular modification before you sent that. So, do
you recommend that I un do this? If so, how?

Also, I'm not too sure what has been modified: I don't know if I see
any changes or not Perhaps my Gaim now says colour where once it
said Color? Is this Possible? If not, where would I be assured that I
actually changed some thing?

Thank ye.



Re: Changing to British (or Canadian) English

2005-08-02 Thread Paul Smith
%% David R. Litwin [EMAIL PROTECTED] writes:

  drl Well, I made that particular modification before you sent
  drl that. So, do you recommend that I un do this? If so, how?

You didn't quote so I don't know what you're talking about here.

If you mean the chmod +x, it doesn't matter: either way will work.

However, I just realized setting this in your ~/.profile won't help you
anyway if you use a graphical login like XDM or GDM; your ~/.profile is
not sourced during that kind of login.

Where you need to add it depends on your desktop.  For Gnome, for
example, you should add it to ~/.gnomerc (create this if it doesn't
exist).

  drl Also, I'm not too sure what has been modified: I don't know if I
  drl see any changes or not Perhaps my Gaim now says colour where
  drl once it said Color? Is this Possible?

Sure.  Gaim does have an en_CA translation (at least on my Sarge box),
and it does use, for example, Background Colour instead of Background
Color.  To see this start Gaim and log in to a server.  Open up a chat
window.

Place your mouse over the A with the dark background in the toolbar at
the bottom.  If you have your locale set properly the popup tooltip
should say Background colour instead of Background color.

-- 
---
 Paul D. Smith [EMAIL PROTECTED]   HASMAT--HA Software Mthds  Tools
 Please remain calm...I may be mad, but I am a professional. --Mad Scientist
---
   These are my opinions---Nortel Networks takes no responsibility for them.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Changing to British (or Canadian) English

2005-08-01 Thread David R. Litwin
I've looked all over the place: KDE, I've googled it, the help files
in KDE. Nothing seems to tell me how I can change my language in KDE
to British (since they don't seem to have Canadian, not there there
really is a difference).

Could some one please point out how to do this?

And, if possible, for Debian (and, in fact, every thing) in general.?

It would be Much Appreciated.

None the less, I thank you Kindly in Advance.
-- 
—A watched bread-crumb never boils.
—My hover-craft is full of eels.
—[...]and that's the he and the she of it.


Re: Changing to British (or Canadian) English

2005-08-01 Thread Bryan Donlan
On 8/1/05, David R. Litwin [EMAIL PROTECTED] wrote:
 I've looked all over the place: KDE, I've googled it, the help files
 in KDE. Nothing seems to tell me how I can change my language in KDE
 to British (since they don't seem to have Canadian, not there there
 really is a difference).
 
 Could some one please point out how to do this?
 
 And, if possible, for Debian (and, in fact, every thing) in general.?
 
 It would be Much Appreciated.
 
 None the less, I thank you Kindly in Advance.

Try:
(as root)
dpkg-reconfigure locales
# enable the en_GB options
locale-gen
(as user)
echo 'export LANG=en_GB'  ~/.profile
chmod u+x ~/.profile
(re-login)




Re: Changing to British (or Canadian) English

2005-08-01 Thread Bryan Donlan
On 8/1/05, Bryan Donlan [EMAIL PROTECTED] wrote:
 On 8/1/05, David R. Litwin [EMAIL PROTECTED] wrote:
  I've looked all over the place: KDE, I've googled it, the help files
  in KDE. Nothing seems to tell me how I can change my language in KDE
  to British (since they don't seem to have Canadian, not there there
  really is a difference).
 
  Could some one please point out how to do this?
 
  And, if possible, for Debian (and, in fact, every thing) in general.?
 
  It would be Much Appreciated.
 
  None the less, I thank you Kindly in Advance.
 
 Try:
 (as root)
 dpkg-reconfigure locales
 # enable the en_GB options
 locale-gen
 (as user)
 echo 'export LANG=en_GB'  ~/.profile
 chmod u+x ~/.profile
 (re-login)
 

Actually, en_CA is for canada - you can use that instead of en_GB.