• eCommerce
  • Social and Community Suite
  • Content Management
  • RSS Extensions
  • VirtueMart Extensions
Follow us on Twitter   Join The Factory on the New Digg  
(0) | Login | Register | Lost Password?
Username: Password:  
Home
Our Products
Joomla 1.7.x  (23) & J!1.6.x
Joomla 1.5.x (28)
Joomla 1.0.x (17)
Factory Club Extensions (7)
Drupal, Elxis, MODx (6)
Windows Gadgets for J! (11)
Free Templates (4)
All Products (92)
Documentation
Tweets
Forum
Contact Us
Terms & Conditions
How to Buy Guide
Customers FAQ's
Updates & Upgrades
About Us
The Factory Demo Server for Joomla Extensions
Money Back Guarantee
Payment Methods for Joomla Extensions
Follow us on Facebook

Latest Tweets

  • Join us at the Joomladay UK!
  • The Factory Extensions Joomla Compatibility Chart
  • Love Factory 2.4 for Joomla 1.7
  • Love Factory - Memberships [VIDEO]
  • Love Factory - Custom Fields Integration [VIDEO]
  • Love Factory - Google Maps Integration [VIDEO]
  • Love Factory - Administrator Guide [VIDEO]
  • Love Factory - Memberships
  • Collection Factory for Joomla 1.6 with CB support
  • Reverse Auction Factory 1.5.9
 
   Home   Help Search Login Register  
The Factory > Forum > eCommerce Factory Suite for Joomla CMS. > Reverse Auction Factory > Language Files
Pages: [1]
« previous next »
  Print  
Author Topic: Language Files  (Read 2723 times)
Erik
Administrator
Hero Member
*****
Posts: 3121



View Profile
Language Files
« on: June 17, 2009, 12:31:52 pm »

Since we decided to focus more on the features of the product and to release new versions as soon as possible in order for our customers to benefit much faster of the new features we decided to maintain surely up to date only the english language file which come directly with the component download.
This thread is meant to help other webmaster, who prefer another language other then english, so they have a good start, needing only to bring the files to the last stand.

More about altering language files can be found here under this quick Tutorial:
http://www.thefactory.ro/component/option,com_smf/Itemid,40/topic,921.0/
Just read the instructions.... it's very easy;)

Feel free to share language files under this thread. Thank you!
« Last Edit: June 19, 2009, 02:58:06 pm by Erik » Logged
auslander
Newbie
*
Posts: 6


View Profile
Deutsche Sprachdatei
« Reply #1 on: June 17, 2009, 12:33:22 pm »

hier die deutsche Sprachdatei für version 1.3.9.
Bitte es zu überprüfen und nach Bedarf ändern.
« Last Edit: June 18, 2009, 12:47:30 pm by auslander » Logged
renef
Newbie
*
Posts: 32


View Profile
Dutch language (NL)
« Reply #2 on: December 04, 2009, 12:11:46 am »

not perfect, but it is a start.

gr.
Rene
Logged
sajjadnasiri
Newbie
*
Posts: 11


View Profile
Re: Language Files
« Reply #3 on: June 03, 2010, 09:43:04 am »

Hello everybody,

The Persian language file of Reverse Auction Factory 1.4.3 in the attached file you can download.
Logged
onecheck
Full Member
***
Posts: 116


View Profile
Re: Language Files
« Reply #4 on: April 01, 2011, 01:43:31 pm »

Dear all

May I kindly ask where to put the language file de.php or default.php or whatever file?

Am I right to edit the config.php to

...
if(!defined("rvr_opt_language"))
   define("rvr_opt_language", "de.php");
//   define("rvr_opt_language", "default.php");
...

Any answer appreciated.

Thx in advance
Logged
onecheck
Full Member
***
Posts: 116


View Profile
Re: Language Files
« Reply #5 on: April 01, 2011, 02:07:44 pm »

While waiting for some answer I try to investigate by myself how to achieve the translation and I found som funny code:

function ReverseLoadLanguageFile()
{
   $lng = rvr_opt_language;
   if (file_exists(BIDS_COMPONENT_PATH.'/lang/'.$lng.".php"))
      require_once(BIDS_COMPONENT_PATH.'/lang/'.$lng.".php");
    else
      require_once(BIDS_COMPONENT_PATH.'/lang/default.php');
}

which never gets called.

the language seems to be defined in config.php:

if(!defined("rvr_opt_language"))
   define("rvr_opt_language", "default.php");

but this is not used either.

What's wrong here???
Logged
mergonul
Newbie
*
Posts: 26


View Profile
Re: Language Files
« Reply #6 on: May 03, 2011, 04:31:46 pm »

I have changed the language files below, that I can find;

under administrator/Language folder
en-GB.com_rbids  ----> tr-TR.com_rbids

under components/Language folder
en-GB.com_rbids  ----> tr-TR.com_rbids
en-GB.rbid_pricing  ----> tr-TR.rbid_pricing

and I have paste them to the related folders (tr-TR).

But there are stil phrases remained to be translated.

Can you please tell me what are the other files that needs to be translated?

P.S. like the phrases attached

thanks
Logged
onecheck
Full Member
***
Posts: 116


View Profile
Re: Language Files
« Reply #7 on: May 04, 2011, 09:40:01 am »

dear mergonul

as you have something like

   <th align="left">
      {include file='elements/sort_field.tpl' label="Max Price"|translate key="max_price"} /
      {include file='elements/sort_field.tpl' label="Auctioneer"|translate key="username"}</th>
   <th width="2%">&nbsp;</th>

in your t_listauctions.tpl

the translation is expected in a line like

MAX_PRICE=max fiyat
AUCTIONEER=Mezatçı

or sth similar _:-) in your tr-TR.com_rbids.ini

The trick is: the key string must be UPPERCASE

cheers

Markus

Logged
rachelweisz
Newbie
*
Posts: 2


View Profile
Re: Language Files
« Reply #8 on: July 07, 2011, 12:02:06 pm »

I do not know whether this question is asked before or not. But I want to know that where to put the de.php.
« Last Edit: July 07, 2011, 12:04:14 pm by rachelweisz » Logged

CSS Templates |  Joomla Templates |  Website Templates
Erik
Administrator
Hero Member
*****
Posts: 3121



View Profile
Re: Language Files
« Reply #9 on: July 07, 2011, 01:53:44 pm »

It's using the INI files now, not the PHP language files anymore.
More information regarding INI language files are available under:
http://www.thefactory.ro/joomla-forum/general-discussion/altering-language-file-921.msg4008.html#msg4008

@rachelweisz Also please use the forum ONLY under the account that made the license purchase in order to be identified as a valid license holder for your site!

Thank you!
« Last Edit: July 07, 2011, 01:56:09 pm by Erik » Logged
G.deangeli
GPL Club
Jr. Member
*
Posts: 79



View Profile
Re: Language Files - Missing language items?
« Reply #10 on: October 05, 2011, 03:24:01 pm »

Hi

I am considering buying the new 1.6.3 version as I can't get the upgrade, but I want to be sure that all language (default = en) files in this version are complete.
For in all previous components I have purchased from you (e.g. love factory) I had to spend an awfull lot of time trying to locate many language items that were missing in the default language files.

I think you should pay more attention to this issue: localizing software is a must these days.
Translating is not the issue, but rather having complete default language files in the first place.
Thanks for your response.

Regards.

Gérard
 
Logged
xwk
Newbie
*
Posts: 2


View Profile
Re: Language Files
« Reply #11 on: December 29, 2011, 12:43:05 pm »

Hi,

Am i right to translate the en-GB.com_rbids.ini   in administrator/en-GB/language, than rename the file to de_DE.com_rbids.ini and copy it in administrator/language/de-DE Folder?

Same procedure with the files under "language" - rbids, and pricing

and then search for the file t_listauctions.tpl and make there translations too.

Is that all?
Logged
Erik
Administrator
Hero Member
*****
Posts: 3121



View Profile
Re: Language Files
« Reply #12 on: December 29, 2011, 01:01:10 pm »

http://www.thefactory.ro/joomla-forum/general-discussion/altering-language-file-921.msg4008.html#msg4008
Logged
Pages: [1]
  Print  
« previous next »
 
Jump to:  

Loading...
Joomla Extension - RSS Factory Manager  Joomla Extension - EBook Factory  Joomla Extension - Briefcase Factory  Joomla Extension - Auctions Factory  Joomla Module - RSS Contextual  Joomla Module - Exchange Factory (Europe / EURO)  Joomla Module - Exchange Factory (Romania/ RON)  Joomla Custom Extensions Development   Free Joomla Extensions  Joomla Extension - RSS Factory Pro (Enhanced Version)  Joomla Virtuemart Payment Plugin - Gecad (EPayment.ro)  Joomla Module - Mosimage / Image Module  Joomla Extension - Reverse Auction Factory (Lowest Bidder Auctions)  Joomla Extension - Article Factory Manager  Joomla Module - Lavalamp Menu  Joomla Module - RSS Image Extractor  Joomla Module - Exchange Factory (Europe / EURO) for Joomla 1.0.15  Joomla Module - Exchange Factory (Romania / RON) for Joomla 1.0.15  Joomla Module - Top Movies (IMDB)   Joomla Module - EBay Latest Auctions  Auction Factory Standalone PHP script