The Joomla! Forum ™



Forum rules


Forum Rules
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Bug in com_weblinks
PostPosted: Fri Feb 15, 2008 4:42 am 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Wed Jan 30, 2008 3:06 pm
Posts: 75
Location: Iceland
When posting a weblink I get e-mail as an admin, looks like this....

Quote:
Halló Administrator,
Notandi sendi Weblink:
[ Test44 URL link http://test.is ]
hefur verið sent inn af notandanum:
[ Loony ]
fyrir http://localhost/Joomla/.


The "Weblink" is not translated!
I found a way to translate it for me in ./components/com_weblinks/controllers/weblink.php

Quote:
// send email notification to admins
foreach ($adminRows as $adminRow) {
JUtility::sendAdminMail($adminRow->name, $adminRow->email, '', 'Vefhlekk', $post['title']." URL link ".$post[url], $user->get('username'), JURI::base());
}


But I think it would be better if you would do a translation string.

_________________
Admin of the Joomlís! community
Member of the Icelandic Joomla Translation Team
http://www.joomlis.net


Top
 Profile  
 
 Post subject: Re: Bug in com_weblinks
PostPosted: Wed Feb 20, 2008 6:31 am 
User avatar
Joomla! Master
Joomla! Master

Joined: Fri Aug 12, 2005 3:47 pm
Posts: 16638
Location: **Translation Matters**
Change line 106
from
JUtility::sendAdminMail($adminRow->name, $adminRow->email, '', 'Weblink', $post['title']." URL link ".$post[url], $user->get('username'), JURI::base());
to
JUtility::sendAdminMail($adminRow->name, $adminRow->email, '', JText::_( 'Web Link' ), $post['title']." URL link ".$post[url], $user->get('username'), JURI::base());


Moving to Q&T and tracking issue

_________________
Jean-Marie Simonet / infograf · http://www.info-graf.fr
Multilanguage in 2.5: http://help.joomla.org/files/EN-GB_multilang_tutorial.pdf
---------------------------------
Joomla Translation Coordination Team • Joomla! Production Working Group


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 



Who is online

Users browsing this forum: No registered users and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group