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

Here are software that related with Samsung F series TVs.
Please don't create any new topic here unless you have software to post/release.

wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post 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.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
bobiturboto
SamyGO Project Donor
Posts: 489
Joined: Sun Mar 23, 2014 8:15 pm
Location: Bulgaria

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

Post by bobiturboto »

Bulgarian language attached
You do not have the required permissions to view the files attached to this post.
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post 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
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post by wluczykijwf »

gogo wrote:[...] When press D key belowe Uncategorized string undefined is untranslated.
You have undefined chennel on ListTv.xml file.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post 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?
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
User avatar
notengo13
SamyGO Project Donor
Posts: 675
Joined: Mon Nov 30, 2015 12:31 pm
Location: SK --> P9

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

Post 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.
UE48H6640 T-MST14DEUC 2781.0 root latestH --> 2130.0 skypeRoot-->0000-->2115.3 "Skype refueled" Root
QE55QN93A - - >firmware T-NKM2DEUC-1805.4 (backup 1590.0) - - >update CURL60 Error --> CURL28 Error
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post 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.
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
User avatar
notengo13
SamyGO Project Donor
Posts: 675
Joined: Mon Nov 30, 2015 12:31 pm
Location: SK --> P9

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

Post 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";
UE48H6640 T-MST14DEUC 2781.0 root latestH --> 2130.0 skypeRoot-->0000-->2115.3 "Skype refueled" Root
QE55QN93A - - >firmware T-NKM2DEUC-1805.4 (backup 1590.0) - - >update CURL60 Error --> CURL28 Error
wluczykijwf
Official SamyGO Developer
Posts: 1051
Joined: Sat Sep 21, 2013 5:07 pm
Location: Poland

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

Post 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... :)
sorry for my english
UE40F8000 (T-FXPDEUC-1136.0), BD-D5500
gogo
SamyGO Project Donor
Posts: 185
Joined: Sat May 17, 2014 9:24 am
Location: Croatia

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

Post 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.
Samsung TV: UE46F6500

Post Reply

Return to “[F] Software”