-
AuthorPosts
-
May 2, 2010 at 1:05 pm #150805
:confused:Hi,
Could you tell me please where I can find those “You are here” for me to translate this into my language ?…thx a lotAratype FriendAratype
- Join date:
- August 2007
- Posts:
- 797
- Downloads:
- 41
- Uploads:
- 60
- Thanks:
- 194
- Thanked:
- 98 times in 6 posts
May 2, 2010 at 1:36 pm #342351You are here is in the language file… You find
YOU ARE HERE= You are here
You can put
YOU ARE HERE= Vous ĂȘtes ici
for the French for exemple…;)ghostik Friendghostik
- Join date:
- April 2010
- Posts:
- 71
- Downloads:
- 2
- Uploads:
- 1
- Thanks:
- 2
- Thanked:
- 11 times in 4 posts
May 2, 2010 at 2:09 pm #342355no, this isn`t in language file, this is in template files:
root/ja_ores/layouts/blocks/handheld/footer.php
<strong><?php echo JText::_(‘You are here:’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />root/ja_ores/layouts/blocks/iphone/footer.php
<a href=”<?php echo $this->getCurrentURL();?>#Top” title=”Back to Top”><strong>Top</strong></a> | <strong>You are here:</strong> <jdoc:include type=”module” name=”breadcrumbs” />root/ja_ores/layouts/blocks/navhelper.php
<strong><?php echo JText::_(‘YOU ARE HERE:’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />May 2, 2010 at 2:12 pm #342356You find the “en-GB.tpl_ja_ores.ini” file inside the en-GB folder, you rename this file follow the default langauge of the site, and you ‘ll translate the following text:
HTML Code:
YOU ARE HERE=You are here:Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 2, 2010 at 2:16 pm #342359Dear all !
You can fix this issue :
root/ja_ores/layouts/blocks/handheld/footer.php
[PHP]<strong><?php echo JText::_(‘YOU ARE HERE’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />[/PHP]root/ja_ores/layouts/blocks/iphone/footer.php
[PHP]<a href=”<?php echo $this->getCurrentURL();?>#Top” title=”Back to Top”><strong>Top</strong></a> | <strong><?php echo JText::_(‘YOU ARE HERE’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />[/PHP]root/ja_ores/layouts/blocks/navhelper.php
[PHP]<strong><?php echo JText::_(‘YOU ARE HERE’)?></strong> <jdoc:include type=”module” name=”breadcrumbs” />[/PHP]2) you translate the “You are here” text:
<blockquote>
You are here is in the language file… You find
YOU ARE HERE= You are here
You can put
YOU ARE HERE= Vous ĂȘtes ici
for the French for exemple
</blockquote> -
AuthorPosts
This topic contains 5 replies, has 5 voices, and was last updated by Saguaros 14 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum