Welcome, Guest
Username: Password: Remember me

TOPIC: how to translate

how to translate 9 years 6 months ago #1285

I need it in french

how to translate it?
The administrator has disabled public write access.

how to translate 9 years 6 months ago #1286

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
You can translate in file:
administrator/components/com_jofacebookgallery/language/en-GB/en-GB.com_jofacebookgallery.ini
and
components/com_jofacebookgallery/language/en-GB/en-GB.com_jofacebookgallery.ini
Best regards
Bach Pham
The administrator has disabled public write access.

how to translate 9 years 6 months ago #1325

it have some string that i cant translate can you please help me.
h813d1de.jpg
The administrator has disabled public write access.

how to translate 9 years 6 months ago #1326

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi Tony
Change language for facebook comment
Find and open file component/com_jofacebookgallery/views/comments/commenturl.php go to line 25 change
en_GB to fr-FR
js.src = "//connect.facebook.net/pt-BR/all.js#xfbml=1&appId=<?php echo $fabook_app_id_settings;?>";

Change language for datetime
Find and open file component/com_jofacebookgallery/views/categories/tmpl/default.php
Find and open file component/com_jofacebookgallery/views/category/tmpl/default.php
Find and open file component/com_jofacebookgallery/views/albums/tmpl/default.php
Find and open file component/com_jofacebookgallery/views/photo/tmpl/default.php

Ex: albums/tmpl/default.php
find line 13 and add code below (below line defined('_JEXEC') or die('Restricted access');)
setlocale(LC_ALL, 'fr_FR');

And changed language datetime 52, 129
Ex:
echo date('F d, Y', strtotime($this->album_info[0]->created_time))
To
echo strftime("%A %e %B %Y", strtotime($this->album_info[0]->created_time))

and the same for joomla 2.5
Or can you send me joomla administrator via contact form? So we can check and help you
Best regards
Bach Pham
The administrator has disabled public write access.

how to translate 9 years 6 months ago #1327

ok ... i think you need to change that for the future.

my website will both french and english the way you did your code that mean i can have jo facebook galery on a bilingual website.
The administrator has disabled public write access.

how to translate 9 years 6 months ago #1328

  • Super User
  • Super User's Avatar
  • OFFLINE
  • Administrator
  • Posts: 3519
  • Thank you received: 278
  • Karma: 65
Hi
Thank you. We will review this problem in next version
Current if you want config for 2 language, you can send me account FTP and URL site via contact form? So we can help you
Best regards
Bach Pham
The administrator has disabled public write access.
Time to create page: 0.064 seconds