Elxis CMS Forum

Support => Language => Topic started by: bledi on June 30, 2014, 18:43:57

Title: Translation "Only 3 Rooms!"
Post by: bledi on June 30, 2014, 18:43:57
Hello every body.
I have translated once but i can not find any more. I need to translate the "Only 3 Rooms!" IOS Reservations 3.
Can someone help me, which file to look for it?

Thanks in advance
Title: Re: Translation "Only 3 Rooms!"
Post by: datahell on June 30, 2014, 19:48:11
"Only 3 Rooms!" does not exist is standard language files, you might have modified them. The proper language string is this:

components/com_reservations/ext/hotels/language/en.hotels.php
line 337:
$_lang['ONLY_ROOMSAV'] = "There are only %s rooms available for the requested dates.";


Ooops, the above is for IOSR 4.x, you have version 3.x!

For IOSR 3.6:
administrator/components/com_reservations/language/english.php
line 711:
public $ONLYXROOMS = "Only %s rooms!"; //filled by NUMBER
Title: Re: Translation "Only 3 Rooms!"
Post by: bledi on June 30, 2014, 20:12:51
Thanks datahell