Main menu
Home
News
News from Alphaplug
Download
Forum
Support us
Search
Links
Demo site
Contact
Invite a friend
Joomlastreets News
Sign-up





Lost Password?
No account yet? Register

If you find my free stuff useful, why not leave me a little something with PayPal.

Donations are greatly appreciated, and help with the costs of providing FREE Joomla! addons.




Welcome, Guest
Please Login or Register.    Lost Password?

Labels not multilanguage?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Labels not multilanguage?
#2081
Labels not multilanguage? 4 Years, 4 Months ago Karma: 0
Hi Bernard!
There are labels in the backend. And I guess they are not translateable for multilanguage files, right?
Could you make those labels multilanguage?
Thanks
Fabs
fabs
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2086
Re:Labels not multilanguage? 4 Years, 4 Months ago Karma: 0
What labels?
pla
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#2087
Re:Labels not multilanguage? 4 Years, 4 Months ago Karma: 0
look in the backend of latest comment module:
there are values which are called label for this, label for that and so on.
And those should be in a language file and translateable..

moreover even in the component there are strings which cannot be translated. go to component configuration and then to "template". there are input fields called "label". and those should also be translateable...

there is quite some stuff in other modules as well i guess, but I do not use those...

anyway I think that was clear enough what I meant?
fabs
Junior Boarder
Posts: 36
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#3957
Re:Labels not multilanguage? 3 Years, 10 Months ago Karma: 0
Hi!

Just for help users who are searching a solution to this problem. I also have a website in english, french and traditional chinese. Here is what to do:

Edit administrator/components/com_maxcomment/maxcomment_config.php

Replace the lines with the variables $mxc_label_xxx like this:

Code:


$mxc_label_showcommentusers = _MXC_LABEL_USERCOMMENT;
$mxc_label_showcommenteditor = _MXC_LABEL_EDITORS;
$mxc_label_quote = _MXC_LABEL_QUOTE;
$mxc_label_favoured = _MXC_LABEL_FAVOURED;
$mxc_label_print = _MXC_LABEL_PRINT;
$mxc_label_sendmail = _MXC_LABEL_SEND;
$mxc_label_delicious = _MXC_LABEL_SAVE;
$mxc_label_related = _MXC_LABEL_RELATED;
$mxc_label_readmore = _MXC_LABEL_READ;



Then edit your language file in administrator/components/com_maxcomment/languages/
and add the lines

for exemple in english.php :

Code:


DEFINE("_MXC_LABEL_PRINT","Print"«»);
DEFINE("_MXC_LABEL_SEND","Send to a friend"«»);
DEFINE("_MXC_LABEL_SAVE","Save to del.icio.us"«»);
DEFINE("_MXC_LABEL_RELATED","Related articles"«»);
DEFINE("_MXC_LABEL_EDITORS","Editor\'s review"«»);
DEFINE("_MXC_LABEL_USERCOMMENT","User comment"«»);
DEFINE("_MXC_LABEL_QUOTE","Quote this article in website"«»);
DEFINE("_MXC_LABEL_FAVOURED","Favoured"«»);
DEFINE("_MXC_LABEL_READ","Read more..."«»);



in french.php :

Code:


DEFINE("_MXC_LABEL_PRINT","Imprimer"«»);
DEFINE("_MXC_LABEL_SEND","Envoyer à un ami"«»);
DEFINE("_MXC_LABEL_SAVE","Sauver avec del.icio.us"«»);
DEFINE("_MXC_LABEL_RELATED","Articles connectés"«»);
DEFINE("_MXC_LABEL_EDITORS","Avis des éditeurs"«»);
DEFINE("_MXC_LABEL_USERCOMMENT","Commentaires des membres"«»);
DEFINE("_MXC_LABEL_QUOTE","Citer cet article sur votre site"«»);
DEFINE("_MXC_LABEL_FAVOURED","Favoris"«»);
DEFINE("_MXC_LABEL_READ","Lire la suite..."«»);



<br /><br />Post edited by: dbass, at: 2008/04/02 19:21
dbass
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#4903
Re:Labels not multilanguage? 2 Years, 8 Months ago Karma: 0
Hi dbass, i am looking for a chinese translation file for mxcomment, can you help me ?
diod
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1