Page 53 of 110

Re: RE: Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 12:04 pm
by wluczykijwf
gogo wrote:Here's locale file:
When press D key belowe Uncategorized string undefined is untranslated.
Thank you for the language file. I put it in the next stable version. I will check it.

Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 1:04 pm
by bobiturboto
Bulgarian language attached

Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 1:49 pm
by wluczykijwf
bobiturboto wrote:Bulgarian language attached
Thank you for the language file. I put it in the next stable version.
I urge the remaining other international users to create a language file for your native language :D

Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 2:53 pm
by wluczykijwf
gogo wrote:[...] When press D key belowe Uncategorized string undefined is untranslated.
You have undefined chennel on ListTv.xml file.

Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 3:02 pm
by wluczykijwf
gogo wrote:I use this last Main.js.
I tried on all sources, I think on analog i press D key and after i browse channels in list press OK key, then category dialog closes, on OnlineTV app working ok web strams plays channel switchig work but key buttons A, B,C,D dosen't work anymore.
For this version Main.js script the problem doesn't existed?

Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 3:04 pm
by notengo13
wluczykijwf wrote:
bobiturboto wrote:Bulgarian language attached
Thank you for the language file. I put it in the next stable version.
I urge the remaining other international users to create a language file for your native language :D
I can translate to spanish and slovak language, but I don't know where and how to start. If you give me some guide how to do it I can make it in my freetime.

Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 3:27 pm
by wluczykijwf
@notengo13, Thank you for your interest.
The en.js script english version (is placed in lang directory in main OnlineTV directory):

Code: Select all

Debug.Log("[Language] en.js is loaded...");
$APPS_LANG$.EPG_NEXT = "Next: ";
$APPS_LANG$.CHANNEL_EMPTY = "Channel empty...";
$APPS_LANG$.NO_EPG = "No channel description...";
$APPS_LANG$.DAY_NAMES = ["Sun", "Mon", "Tues", "Wed", "Thu", "Fri", "Sat"];
$APPS_LANG$.CAT_GUIDE_OTHER = "Other";
$APPS_LANG$.CAT_GUIDE_UNCATEGORIZED = "Uncategorized";
This is what is quoted after '=' to translate :D
Spanish language enter into a es.js script.
Slovak language enter into a sk.js script.

Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 3:50 pm
by notengo13
wluczykijwf wrote:@notengo13, Thank you for your interest.
The en.js script english version (is placed in lang directory in main OnlineTV directory):
Slovak

Code: Select all

Debug.Log("[Language] sk.js is loaded...");
$APPS_LANG$.EPG_NEXT = "?al?i: ";
$APPS_LANG$.CHANNEL_EMPTY = "Kanal pr?zdny...";
$APPS_LANG$.NO_EPG = "Bez informacie o kan?le...";
$APPS_LANG$.DAY_NAMES = ["Nede?a",  "Pondelok", "Utorok", "Streda", "?tvrtok", "Piatok", "Sobota"];
$APPS_LANG$.CAT_GUIDE_OTHER = "In?";
$APPS_LANG$.CAT_GUIDE_UNCATEGORIZED = "Nezaraden?";

Can you check it if is good. I just edit your post. It has to look like this?

Spanish

Code: Select all

Debug.Log("[Language] es.js is loaded...");
$APPS_LANG$.EPG_NEXT = "Siguiente: ";
$APPS_LANG$.CHANNEL_EMPTY = "Canal vac?o...";
$APPS_LANG$.NO_EPG = "No hay descripci?n del canal...";
$APPS_LANG$.DAY_NAMES = ["Domingo", "Lunes", "Martes", "Mi?rcoles", "Jueves", "Viernes", "S?bado"];
$APPS_LANG$.CAT_GUIDE_OTHER = "Otros";
$APPS_LANG$.CAT_GUIDE_UNCATEGORIZED = "Sin categorizar";

Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 4:04 pm
by wluczykijwf
Well. Thank you for the language files. I put it in the next stable version :D
Of course we continue to encourage other users to translate... :)

Re: [App] More TV channels on E/F/H series

Posted: Sat May 07, 2016 4:05 pm
by gogo
wluczykijwf wrote:
gogo wrote:I use this last Main.js.
I tried on all sources, I think on analog i press D key and after i browse channels in list press OK key, then category dialog closes, on OnlineTV app working ok web strams plays channel switchig work but key buttons A, B,C,D dosen't work anymore.
For this version Main.js script the problem doesn't existed?
I use last Main.js you uploaded, i will try with orginal Main.js.