How can I change spelling?

General questions regarding the use of languages and encoding issues in Joomla! 1.0.x. Multi-lingual site solutions can be discussed in the child board. Translation discussions are now separate and can be found in the Working Groups Area.

Moderator: General Support Moderators

Locked
ralfeez
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Thu Jan 17, 2008 10:25 pm
Location: California
Contact:

How can I change spelling?

Post by ralfeez » Fri Sep 05, 2008 10:57 pm

I am trying to locate where several variables are defined so that I can change the British English spelling to American English spelling. Words like 'favourite', 'authorised', 'colour', etc. are just driving my customers crazy. Sorry Brits, but I need to make these corrections soon. Where are _NOT_AUTH and _DO_LOGIN defined?
Thanks
http://www.Nnvent.com Innovation, Design, Develop - web design, web applications, custom extensions

User avatar
dhuelsmann
Joomla! Master
Joomla! Master
Posts: 19659
Joined: Sun Oct 02, 2005 12:50 am
Location: Omaha, NE
Contact:

Re: How can I change spelling?

Post by dhuelsmann » Sat Sep 06, 2008 12:19 am

ralfeez wrote:I am trying to locate where several variables are defined so that I can change the British English spelling to American English spelling. Words like 'favourite', 'authorised', 'colour', etc. are just driving my customers crazy. Sorry Brits, but I need to make these corrections soon. Where are _NOT_AUTH and _DO_LOGIN defined?
Thanks

Try language/english.php
Regards, Dave
Past Treasurer Open Source Matters, Inc.
Past Global Moderator
http://www.kiwaniswest.org

LeonardoELMasry
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Sat Sep 06, 2008 12:24 am

Re: How can I change spelling?

Post by LeonardoELMasry » Sat Sep 06, 2008 12:37 am

Yes , yourjoomlafolder/language/english.php

Line 27 , 28 :
DEFINE('_NOT_AUTH','You are not authorised to view this resource.');
DEFINE('_DO_LOGIN','You need to login.');
---
Make sure to make a copy first of this file , always make a backup before modifying.

ralfeez
Joomla! Apprentice
Joomla! Apprentice
Posts: 46
Joined: Thu Jan 17, 2008 10:25 pm
Location: California
Contact:

Re: How can I change spelling?

Post by ralfeez » Sat Sep 06, 2008 12:49 am

Oh man that was too easy. I will promise a tougher question next time...hehehe....
thank you
http://www.Nnvent.com Innovation, Design, Develop - web design, web applications, custom extensions

SodaJim
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 108
Joined: Fri Aug 04, 2006 4:22 pm
Location: South Florida

Re: How can I change spelling?

Post by SodaJim » Tue Nov 25, 2008 3:48 pm

Hello,

Instead of creating a new thread, I decided this might apply here...

I would like to include a link to the registration page when these are invoked:
DEFINE('_NOT_AUTH','You are not authorised to view this resource.');
DEFINE('_DO_LOGIN','You need to login.');

I tried this to no avail:

Code: Select all

DEFINE('_DO_LOGIN','You need to Register or Login. If you are not registered, please <a href=\"http://firesafetyconsultinggroup.com/component/option,com_comprofiler/task,registers/ target=\"_parent\">Register Here</a>');
I've searched for a solution, but haven't stumbled upon something...
Any direction is appreciated,
Jim


Locked

Return to “Language - 1.0.x”