Components
| JPromoter |
| JContentSubscription |
| JDefender |
| JUser |
Attention!!! We are working from Monday till Friday, any time from 9:00 AM till 6:00 PM (+6 GMT) or, from 4:00 PM till 1:00 AM (EST). During weekends nobody from support team can answer topics.
News Joomla Components
Forum
Forum | Where to translate "Days, Weeks, Month, Years" | ||
|
In the list of subscription plans at the frontend the time limits ar in english. in which file can I translate these expressions?
They are not in the language file. In the backend I changed it allready - but where to change this words for the frontend presentation? Please help, it`s urgent! |
|
|
|
Re: Where to translate "Days, Weeks, Month, Years" |
|
| Friday, 13 June 2008 | |
|
Hello Canonikus, Here is frontend translation trick, example with Italian language: File: \components\com_jcs\view\add.php Line: 77 echo ucfirst($row->days_type); }?></TD> Changed as:$date = ucfirst($row->days_type); This small hack will issue showing appropriate dates translated from frontend.if ($date == 'Days') $date = 'Giorno'; else if ($date == 'Weeks') $date = 'Settimana'; else if ($date == 'Months') $date = 'Mese'; else if ($date == 'Years') $date = 'Anno'; echo $date; }?></TD> Accordingly instead of Italian Giorno, Settimana etc you need put your translations. Thank you. |
|
| Read more... | |
| Next > |
|---|
