-
AuthorPosts
-
December 24, 2009 at 1:31 am #147065
hi,
is there a way to have the date and the last update time in the top left corner dispayed in a different language? croatian in specific.
i am also looking for a way to rename the “Headlines” word but cant find where to do it.
and the last thing i couldnt rename is the navigation ( You are here: Home)…
thank you!
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
December 24, 2009 at 5:45 am #327385About modification of date (changing the language). There is a thread on this topic.
For Cyrillic languages I use this code in templatesja_teline_iiilayoutsblocksheader.php:
[php]
<p class=”ja-day”>
<?php
echo “<span class=”day”>”.JText::_(date (‘l’)).”</span>”;
echo “<span class=”date”>, “.date (‘d’).’ ‘.JText::_(date (‘F’)).’ ‘.date (‘Y’).”</span>”;
?>
</p>
[/php]gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
December 24, 2009 at 6:05 am #327386<em>@fmedia 157849 wrote:</em><blockquote>
i am also looking for a way to rename the “Headlines” word but cant find where to do it.
</blockquote>In template v1.4 this text is not hardcoded. You can change it form News Ticker module’s settings.
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
December 24, 2009 at 6:17 am #327387<em>@fmedia 157849 wrote:</em><blockquote>
and the last thing i couldnt rename is the navigation ( You are here: Home)…
</blockquote>There is a piece of code in layoutsblocksmainnav.php
[php]
<strong><?php echo JText::_(‘You are here’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />
[/php]BUT, if you want just to translate it, open en-GB.tpl_ja_teline_iii.ini, translate all language constants, rename the ini file to hr-HR.tpl_ja_teline_iii.ini and put it in respective Joomla language folder.
December 24, 2009 at 1:45 pm #327424tnx gray, guys like you are making this forum very helpful!
how do i change the “More: ” word on front page under ja news 2?
thank you
gray Friendgray
- Join date:
- October 2009
- Posts:
- 957
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 28
- Thanked:
- 292 times in 230 posts
-
AuthorPosts
This topic contains 6 replies, has 2 voices, and was last updated by gray 14 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum