yweb: some changes to multilanguage convention

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@458 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
yjogol
2010-03-06 08:03:25 +00:00
parent 03c7cad538
commit 357956bbdb
16 changed files with 329 additions and 248 deletions

View File

@@ -1,12 +1,12 @@
{=var-set:cancache=yPyes=} {=var-set:cancache=yPConf=}
{=include-block:Y_Blocks.txt;headCache=} {=include-block:Y_Blocks.txt;head=}
</head> </head>
{=var-set:alt_httpd={=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.override_directory;/var/httpd=}=} {=var-set:alt_httpd={=ini-get:/var/tuxbox/config/nhttpd.conf;WebsiteMain.override_directory;/var/httpd=}=}
{=var-set:vf={=if-file-exists:{=var-get:alt_httpd=}/Y_Version.txt~{=var-get:alt_httpd=}/Y_Version.txt~Y_Version.txt=}=} {=var-set:vf={=if-file-exists:{=var-get:alt_httpd=}/Y_Version.txt~{=var-get:alt_httpd=}/Y_Version.txt~Y_Version.txt=}=}
<body> <body>
<div class="work_box"> <div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2"> <div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-Info-About=}{=var-set:menu=About=}{=include-block:Y_Blocks.txt;work_menu=}</div></div> {=var-set:help_url=Help-Info-About=}{=var-set:menu={=L:info.About=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body"> <div class="work_box_body">
<table border="0" cellpadding="2" cellspacing="4"> <table border="0" cellpadding="2" cellspacing="4">
<tr> <tr>

View File

@@ -56,7 +56,7 @@ function poschannel(box, direction){
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=} {=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
<div class="work_box"> <div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2"> <div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-BoxControl-Bouquet-Editor=}{=var-set:menu=Bouquet &quot;{=name=}&quot;=}{=include-block:Y_Blocks.txt;work_menu=}</div></div> {=var-set:help_url=Help-BoxControl-Bouquet-Editor=}{=var-set:menu={=L:bou.bouquet=} &quot;{=name=}&quot;=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body"> <div class="work_box_body">
<form action="/control/changebouquet" method="post" id="channels" enctype="x-www-form-urlencoded"> <form action="/control/changebouquet" method="post" id="channels" enctype="x-www-form-urlencoded">
<p><input type="hidden" name="selected" value="{=selected=}" /></p> <p><input type="hidden" name="selected" value="{=selected=}" /></p>
@@ -68,10 +68,10 @@ function poschannel(box, direction){
</select> </select>
</td> </td>
<td align="center"> <td align="center">
<button type="button" title="move up" onclick="poschannel(document.getElementById('channels').bchannels, 0);">&nbsp;<img src="/images/arrowup.png">&nbsp;</button><br /><br /> <button type="button" title="{=L:bou.move_up=}" onclick="poschannel(document.getElementById('channels').bchannels, 0);">&nbsp;<img src="/images/arrowup.png">&nbsp;</button><br /><br />
<button type="button" title="move down" onclick="poschannel(document.getElementById('channels').bchannels, 1);">&nbsp;<img src="/images/arrowdown.png">&nbsp;</button><br /><br /> <button type="button" title="{=L:bou.move_down=}" onclick="poschannel(document.getElementById('channels').bchannels, 1);">&nbsp;<img src="/images/arrowdown.png">&nbsp;</button><br /><br />
<button type="button" title="remove" onclick="movechannels(document.getElementById('channels').bchannels, document.getElementById('channels').achannels);">&nbsp;<img src="/images/arrowright.png">&nbsp;</button><br /><br /> <button type="button" title="{=L:bou.remove=}" onclick="movechannels(document.getElementById('channels').bchannels, document.getElementById('channels').achannels);">&nbsp;<img src="/images/arrowright.png">&nbsp;</button><br /><br />
<button type="button" title="add" onclick="movechannels(document.getElementById('channels').achannels, document.getElementById('channels').bchannels);">&nbsp;<img src="/images/arrowleft.png">&nbsp;</button><br /><br /> <button type="button" title="{=L:bou.add=}" onclick="movechannels(document.getElementById('channels').achannels, document.getElementById('channels').bchannels);">&nbsp;<img src="/images/arrowleft.png">&nbsp;</button><br /><br />
</td> </td>
<td> <td>
<select multiple="multiple" size="20" name="achannels"> <select multiple="multiple" size="20" name="achannels">

View File

@@ -26,7 +26,7 @@ function do_set(bouquetnr, action){
function do_save(){ function do_save(){
hide_forms(); hide_forms();
loadSyncURL("/control/savebouquet"); loadSyncURL("/control/savebouquet");
alert("Bouquet-Liste gespeichert"); alert("{=L:bou.bouqets_saved=}");
} }
function do_update(){ function do_update(){
hide_forms(); hide_forms();
@@ -42,7 +42,7 @@ function do_move(bouquetnr, action){
window.setTimeout('do_reload()',50); window.setTimeout('do_reload()',50);
} }
function do_delete(bouquetnr, bouquet_name){ function do_delete(bouquetnr, bouquet_name){
if (confirm("Bouquet \""+bouquet_name+"\" wirklich loeschen?")==true){ if (confirm("{=L:bou.delete1=} \""+bouquet_name+"\" {=L:bou.delete2=}?")==true){
loadSyncURL("/control/deletebouquet?selected="+bouquetnr); loadSyncURL("/control/deletebouquet?selected="+bouquetnr);
gurl = "/Y_Boxcontrol_Bouquet_Editor_Main.yhtm?selected=" + bouquetnr+ "#akt"; gurl = "/Y_Boxcontrol_Bouquet_Editor_Main.yhtm?selected=" + bouquetnr+ "#akt";
window.setTimeout('do_reload()',50); window.setTimeout('do_reload()',50);
@@ -68,7 +68,7 @@ function do_add(){
window.setTimeout('do_reload()',200); window.setTimeout('do_reload()',200);
} }
else else
alert("Es wurde kein Bouquet-Name angegeben!"); alert("{=L:bou.no_bouquet_name=}!");
} }
function do_rename_start(bouquetnr, bouquet_name){ function do_rename_start(bouquetnr, bouquet_name){
hide_forms(); hide_forms();
@@ -94,7 +94,7 @@ function do_rename(){
// } // }
} }
else else
alert("Es wurde kein Bouquet-Name angegeben!"); alert("{=L:bou.no_bouquet_name=}!");
} }
//]]> //]]>
</script> </script>
@@ -116,7 +116,7 @@ function do_rename(){
<body> <body>
<div class="work_box"> <div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2"> <div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-BoxControl-Bouquet-Editor=}{=var-set:menu={=L:bouquet_editor=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div> {=var-set:help_url=Help-BoxControl-Bouquet-Editor=}{=var-set:menu={=L:set.menue.bouquet_editor=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body"> <div class="work_box_body">
<div id="add" class="fly_form"> <div id="add" class="fly_form">
<form name="add" accept-charset="UTF-8" action=""> <form name="add" accept-charset="UTF-8" action="">
@@ -149,30 +149,30 @@ function do_rename(){
<td align="center" width="30px"> <td align="center" width="30px">
%s %s
<a href="javascript:do_set('%d','%s');"> <a href="javascript:do_set('%d','%s');">
<img src="/images/%s.png" alt="%s" style="border: 0px" /></a> <img src="/images/%s.png" title="%s" style="border: 0px" /></a>
</td> </td>
<td align="center" width="30px"> <td align="center" width="30px">
<a href="javascript:do_set('%d','%s');"> <a href="javascript:do_set('%d','%s');">
<img src="/images/%s.png" alt="%s" style="border: 0px" /> <img src="/images/%s.png" title="%s" style="border: 0px" />
</a> </a>
</td> </td>
<td><a href="/Y_Boxcontrol_Bouquet_Editor_Edit.yhtm?selected=%d&amp;name=%s">%s</a></td> <td><a href="/Y_Boxcontrol_Bouquet_Editor_Edit.yhtm?selected=%d&amp;name=%s">%s</a></td>
<td width="100" style="white-space: nowrap; font-weight:normal;"> <td width="100" style="white-space: nowrap; font-weight:normal;">
<a href="javascript:do_rename_start('%d','%s');"> <a href="javascript:do_rename_start('%d','%s');">
<img src="/images/modify.png" alt="umbenennen" style="border: 0px" /></a>&nbsp; <img src="/images/modify.png" title="{=L:bou.rename=}" style="border: 0px" /></a>&nbsp;
<a href="javascript:do_delete('%d','%s');"> <a href="javascript:do_delete('%d','%s');">
<img src="/images/remove.png" alt="l&ouml;schen" style="border: 0px" /></a>&nbsp; <img src="/images/remove.png" title="{=L:bou.delete=}" style="border: 0px" /></a>&nbsp;
<span style="visibility:%s;"><a href="javascript:do_move('%d','down');"> <span style="visibility:%s;"><a href="javascript:do_move('%d','down');">
<img src="/images/arrowdown.png" alt="nach unten" style="border: 0px" /></a>&nbsp;</span> <img src="/images/arrowdown.png" title="{=L:bou.move_down=}" style="border: 0px" /></a>&nbsp;</span>
<span style="visibility:%s;"><a href="javascript:do_move('%d','up');"> <span style="visibility:%s;"><a href="javascript:do_move('%d','up');">
<img src="/images/arrowup.png" alt="nach oben" style="border: 0px" /></a>&nbsp;</span> <img src="/images/arrowup.png" title="{=L:bou.move_up=}" style="border: 0px" /></a>&nbsp;</span>
</td> </td>
</tr> </tr>
=} =}
{=func:bouquet_editor_main {=var-get:row=}=} {=func:bouquet_editor_main {=var-get:row=}=}
</table> </table>
<p> <p>
<button type="button" ytype="add" onclick="javascript:do_add_start()">{=L:bouquet_add=}</button> <button type="button" ytype="add" onclick="javascript:do_add_start()">{=L:bou.bouquet_add=}</button>
<button type="button" ytype="saveall" onclick="javascript:do_save()">{=L:save_all=}</button> <button type="button" ytype="saveall" onclick="javascript:do_save()">{=L:save_all=}</button>
</p> </p>
</div> </div>

View File

@@ -14,17 +14,17 @@ function epg_imdb(){
{=var-set:wait_text={=L:get_epg=}=}{=include-block:Y_Blocks.txt;snip_wait=} {=var-set:wait_text={=L:get_epg=}=}{=include-block:Y_Blocks.txt;snip_wait=}
<div class="work_box"> <div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2"> <div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-Live_Timer-EPG_Plus=}{=var-set:menu={=L:epg_plus=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div> {=var-set:help_url=Help-Live_Timer-EPG_Plus=}{=var-set:menu={=L:epg.epg_plus=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body"> <div class="work_box_body">
<form name="e"> <form name="e">
<select size="1" class="y_live_bouquets" name="bouquets" title="{=L:select_bouquet=}"> <select size="1" class="y_live_bouquets" name="bouquets" title="{=L:epg.select_bouquet=}">
{=func:get_bouquets_as_dropdown {=if-empty:{=bouquets=}~{=func:get_actual_bouquet_number=}~{=bouquets=}=}=} {=func:get_bouquets_as_dropdown {=if-empty:{=bouquets=}~{=func:get_actual_bouquet_number=}~{=bouquets=}=}=}
</select> </select>
<select id="epg_time" size="1" name="epg_time"> <select id="epg_time" size="1" name="epg_time">
</select> </select>
<button id="btGet" type="button" ytype="{=L:refresh=}" title="get or refresh EPG" onclick="build_epg_plus_main()">{=L:refresh=}</button> <button id="btGet" type="button" ytype="refresh" title="{=L:epg.refresh=}" onclick="build_epg_plus_main()">{=L:refresh=}</button>
<button id="btPast" type="button" ytype="timedown" title="past hours" onclick="build_epg_plus_delta(-2)">-2</button> <button id="btPast" type="button" ytype="timedown" title="{=L:epg.past_hours=}" onclick="build_epg_plus_delta(-2)">-2</button>
<button id="btNext" type="button" ytype="timeup"" title="next hours" onclick="build_epg_plus_delta(2)">+2</button> <button id="btNext" type="button" ytype="timeup"" title="{=L:epg.next_hours=}" onclick="build_epg_plus_delta(2)">+2</button>
</form> </form>
<div id="epg_plus">&nbsp;</div> <div id="epg_plus">&nbsp;</div>
@@ -52,8 +52,8 @@ function epg_imdb(){
</tr> </tr>
<tr> <tr>
<td colspan="3"> <td colspan="3">
<button ytype="record" title="set timer for recording" onclick="epg_set_timer();show_obj('epg_info',false);">{=L:record=}</button> <button ytype="record" title="{=L:epg.set_timer=}" onclick="epg_set_timer();show_obj('epg_info',false);">{=L:record=}</button>
<button ytype="zap" title="switch to channel" onclick="epg_zapto();show_obj('epg_info',false);">{=L:zap=}</button> <button ytype="zap" title="{=L:epg.zap_to=}" onclick="epg_zapto();show_obj('epg_info',false);">{=L:zap=}</button>
{=L:lookup=}: {=L:lookup=}:
<span id="d_lookup"></span> <span id="d_lookup"></span>
</td> </td>

View File

@@ -1,10 +1,10 @@
{=var-set:cancache=yPyes=} {=var-set:cancache=yPConf=}
{=include-block:Y_Blocks.txt;headCache=} {=include-block:Y_Blocks.txt;head=}
</head> </head>
<body> <body>
<div class="work_box"> <div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2"> <div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-Info-Hilfe=}{=var-set:menu={=L:help=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div> {=var-set:help_url=Help-Info-Hilfe=}{=var-set:menu={=L:info.help=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body"> <div class="work_box_body">
<ul> <ul>
<li><a href="http://www.yjogol.com/faq" class="exlink" title="FAQ at yjogol.com" target="_blank">FAQ yWeb</a></li> <li><a href="http://www.yjogol.com/faq" class="exlink" title="FAQ at yjogol.com" target="_blank">FAQ yWeb</a></li>

View File

@@ -25,12 +25,12 @@ function init(){
<div class="y_menu_sec_box_body"> <div class="y_menu_sec_box_body">
<div class="y_menu_sec"> <div class="y_menu_sec">
<ul id="secmenu"> <ul id="secmenu">
<li><a target="work" href="Y_About.yhtm">{=L:About=}</a></li> <li><a target="work" href="Y_About.yhtm">{=L:info.About=}</a></li>
<li><a target="work" href="Y_Info_Help.yhtm">{=L:help=}</a></li> <li><a target="work" href="Y_Info_Help.yhtm">{=L:info.help=}</a></li>
{=if-empty:{=var-get:management=}~ {=if-empty:{=var-get:management=}~
<li class="disabled" >{=L:check_for_updates=}</li> <li class="disabled" >{=L:info.check_for_updates=}</li>
~ ~
<li><a target="work" href="Y_Info_Updates.yhtm">{=L:check_for_updates=}</a></li> <li><a target="work" href="Y_Info_Updates.yhtm">{=L:info.check_for_updates=}</a></li>
=} =}
</ul> </ul>
</div> </div>

View File

@@ -17,12 +17,12 @@ function check_updates()
<body> <body>
<div class="work_box"> <div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2"> <div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-Info-Auf_Updates_pruefen=}{=var-set:menu={=L:check_for_updates=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div> {=var-set:help_url=Help-Info-Auf_Updates_pruefen=}{=var-set:menu={=L:info.check_for_updates=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body"> <div class="work_box_body">
<table border="0" cellpadding="2" cellspacing="4"> <table border="0" cellpadding="2" cellspacing="4">
<tr> <tr>
<td valign="top"> <td valign="top">
<b>{=L:your_version=}</b> <b>{=L:info.your_version=}</b>
<p> <p>
{=ini-get:Y_Version.txt;version=}<br/> {=ini-get:Y_Version.txt;version=}<br/>
{=ini-get:Y_Version.txt;date=}<br/> {=ini-get:Y_Version.txt;date=}<br/>
@@ -31,7 +31,7 @@ function check_updates()
</p> </p>
</td> </td>
<td valign="top"> <td valign="top">
<b>{=L:actual_version=}</b> <b>{=L:info.actual_version=}</b>
<p> <p>
{=ini-get:/tmp/version.txt;version=}<br/> {=ini-get:/tmp/version.txt;version=}<br/>
{=ini-get:/tmp/version.txt;date=}<br/> {=ini-get:/tmp/version.txt;date=}<br/>
@@ -43,7 +43,7 @@ function check_updates()
</p> </p>
</td> </td>
</tr> </tr>
<tr><td><input type="button" onclick="check_updates()" value="check"/></td></tr> <tr><td><input type="button" onclick="check_updates()" value="{=L:check=}"/></td></tr>
</table> </table>
</div> </div>
</div> </div>

View File

@@ -36,13 +36,13 @@ function set_timer(_channel_id, _start, _stop)
{ {
var rec = "/control/timer?action=new&type=5&alarm="+_start+"&stop="+_stop+"&announce="+_start+"&channel_id="+_channel_id+"&rs=1"; var rec = "/control/timer?action=new&type=5&alarm="+_start+"&stop="+_stop+"&announce="+_start+"&channel_id="+_channel_id+"&rs=1";
var res = loadSyncURL(rec); var res = loadSyncURL(rec);
alert("Record gesetzt"); alert("{=L:epg.set_timer=}");
} }
function set_zapit(_channel_id, _start) function set_zapit(_channel_id, _start)
{ {
var rec = "/control/timer?action=new&type=3&alarm="+_start+"&channel_id="+_channel_id; var rec = "/control/timer?action=new&type=3&alarm="+_start+"&channel_id="+_channel_id;
var res = loadSyncURL(rec); var res = loadSyncURL(rec);
alert("Zapping gesetzt"); alert("{=L:epg.zap_to=}");
} }
function show_info(_index) function show_info(_index)
{ {

View File

@@ -15,7 +15,7 @@ function show_info(_desc, _info1, _info2){
<div class="y_epg_info"> <div class="y_epg_info">
<div id="description">&nbsp;</div> <div id="description">&nbsp;</div>
<div id="info1">&nbsp;</div> <div id="info1">&nbsp;</div>
<div id="info2">{=L:hover_for_details=}</div> <div id="info2">{=L:epg.hover_for_details=}</div>
</div> </div>
</body> </body>
</html> </html>

View File

@@ -49,23 +49,23 @@ function init(){
{=if-empty:{=var-get:management=}~ {=if-empty:{=var-get:management=}~
<li class="disabled" title="{=L:restriced_by_management_ip=}">yWeb</li> <li class="disabled" title="{=L:restriced_by_management_ip=}">yWeb</li>
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.webserver=}</li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.webserver=}</li>
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:zapit=}</li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.zapit=}</li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:ucodes=}</li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.ucodes=}</li>
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:boot_logo=}</li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.boot_logo=}</li>
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:timer_settings=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.timer_settings=}</a></li>
~=} ~=}
~ ~
<li><a target="work" href="Y_Settings_yWeb.yhtm">yWeb</a></li> <li><a target="work" href="Y_Settings_yWeb.yhtm">yWeb</a></li>
<li><a target="work" href="Y_Settings_nhttpd.yhtm">{=L:set.menue.webserver=}</a></li> <li><a target="work" href="Y_Settings_nhttpd.yhtm">{=L:set.menue.webserver=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li><a target="work" href="Y_Settings_zapit.yhtm">{=L:zapit=}</a></li> <li><a target="work" href="Y_Settings_zapit.yhtm">{=L:set.menue.zapit=}</a></li>
<li><a target="work" href="Y_Settings_ucodes.yhtm">{=L:ucodes=}</a></li> <li><a target="work" href="Y_Settings_ucodes.yhtm">{=L:set.menue.ucodes=}</a></li>
<li><a target="work" href="Y_Tools_Bootlogo.yhtm">{=L:boot_logo=}</a></li> <li><a target="work" href="Y_Tools_Bootlogo.yhtm">{=L:set.menue.boot_logo=}</a></li>
~=} ~=}
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li><a target="work" href="Y_Settings_Backup.yhtm">{=L:backup_restore=}</a></li> <li><a target="work" href="Y_Settings_Backup.yhtm">{=L:set.menue.backup_restore=}</a></li>
<li><a target="work" href="Y_Settings_Timer.yhtm">{=L:timer_settings=}</a></li> <li><a target="work" href="Y_Settings_Timer.yhtm">{=L:set.menue.timer_settings=}</a></li>
~=} ~=}
=} =}
<!--<li><a title="change layout skin" target="work" href="Y_Settings_Skin.yhtm">Skins</a></li>--> <!--<li><a title="change layout skin" target="work" href="Y_Settings_Skin.yhtm">Skins</a></li>-->
@@ -75,58 +75,58 @@ function init(){
<div class="y_menu_sec"> <div class="y_menu_sec">
<ul id="secmenu_neutrino"> <ul id="secmenu_neutrino">
{=if-empty:{=var-get:management=}~ {=if-empty:{=var-get:management=}~
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:bouquet_editor=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.bouquet_editor=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:video_audio=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.video_audio=}</a></li>
~=} ~=}
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:parental=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.parental=}</a></li>
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:recording=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.recording=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:direct_recording=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.direct_recording=}</a></li>
=} =}
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:audio_player=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.audio_player=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:esound_server=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.esound_server=}</a></li>
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:movieplayer=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.movieplayer=}</a></li>
~=} ~=}
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:pictureviewer=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.pictureviewer=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:lcd_display=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.lcd_display=}</a></li>
~=} ~=}
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:key_settings=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.key_settings=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:boot_options=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.boot_options=}</a></li>
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:others=}</a></li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.others=}</a></li>
~=} ~=}
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:peronalization=}</li> <li class="disabled" title="{=L:restriced_by_management_ip=}">{=L:set.menue.peronalization=}</li>
~ ~
<li><a target="work" href="Y_Boxcontrol_Bouquet_Editor_Main.yhtm">{=L:bouquet_editor=}</a></li> <li><a target="work" href="Y_Boxcontrol_Bouquet_Editor_Main.yhtm">{=L:set.menue.bouquet_editor=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li><a target="work" href="Y_Settings_video_audio.yhtm">{=L:video_audio=}</a></li> <li><a target="work" href="Y_Settings_video_audio.yhtm">{=L:set.menue.video_audio=}</a></li>
~=} ~=}
<li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_parental">{=L:parental=}</a></li> <li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_parental">{=L:set.menue.parental=}</a></li>
<li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_record">{=L:recording=}</a></li> <li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_record">{=L:set.menue.recording=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_direct_recording">{=L:direct_recording=}</a></li> <li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_direct_recording">{=L:set.menue.direct_recording=}</a></li>
=} =}
<li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_audioplayer">{=L:audio_player=}</a></li> <li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_audioplayer">{=L:set.menue.audio_player=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_esound">{=L:esound_server=}</a></li> <li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_esound">{=L:set.menue.esound_server=}</a></li>
<li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_movieplayer">{=L:movieplayer=}</a></li> <li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_movieplayer">{=L:set.menue.movieplayer=}</a></li>
~=} ~=}
<li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_pictureviewer">{=L:pictureviewer=}</a></li> <li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_pictureviewer">{=L:set.menue.pictureviewer=}</a></li>
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li><a target="work" href="Y_Settings_lcd.yhtm">{=L:lcd_display=}</a></li> <li><a target="work" href="Y_Settings_lcd.yhtm">{=L:set.menue.lcd_display=}</a></li>
~=} ~=}
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li><a target="work" href="Y_Settings_buttons.yhtm">{=L:key_settings=}</a></li> <li><a target="work" href="Y_Settings_buttons.yhtm">{=L:set.menue.key_settings=}</a></li>
~=} ~=}
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_bootoptions">{=L:boot_options=}</a></li> <li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_bootoptions">{=L:set.menue.boot_options=}</a></li>
<li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_diverse">{=L:others=}</a></li> <li><a target="work" href="Y_Settings_neutrino_forms.yhtm?form=neutrino_form-data_diverse">{=L:set.menue.others=}</a></li>
~=} ~=}
{=if-not-equal:{=global-var-get:boxtype=}~coolstream~ {=if-not-equal:{=global-var-get:boxtype=}~coolstream~
<li><a target="work" href="Y_Settings_personalize.yhtm">{=L:peronalization=}</a></li> <li><a target="work" href="Y_Settings_personalize.yhtm">{=L:set.menue.peronalization=}</a></li>
~=} ~=}
=} =}
</ul> </ul>

View File

@@ -41,7 +41,7 @@ function goto_settings(){
<td>Wake on Lan MAC 3 ({=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_3=}) {=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_3=}</td> <td>Wake on Lan MAC 3 ({=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_3=}) {=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_3=}</td>
<td><input id="wol3" type="button" name="wol_mac_3" value="wake up" title="wake up that MAC" onclick='do_wol(3)'/></td> <td><input id="wol3" type="button" name="wol_mac_3" value="wake up" title="wake up that MAC" onclick='do_wol(3)'/></td>
</tr> </tr>
<tr><td colspan="2"><a href="javascript:goto_settings()" class="inlink">{=L:settings=}</a></td></tr> <tr><td colspan="2"><a href="javascript:goto_settings()" class="inlink">{=L:main.settings=}</a></td></tr>
</table> </table>
</form> </form>
<!--<a href="Y_Settings_yWeb.yhtm" title="WOL Settings">{=L:settings=}</a>--> <!--<a href="Y_Settings_yWeb.yhtm" title="WOL Settings">{=L:settings=}</a>-->

View File

@@ -55,7 +55,7 @@ function do_init(){
<tr> <tr>
<td>MAC 2</td> <td>MAC 2</td>
<td><input type="text" name="wol_mac_2" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_2=}" title="{=L:set.yweb.enter_mac_desc=}"/></td> <td><input type="text" name="wol_mac_2" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_mac_2=}" title="{=L:set.yweb.enter_mac_desc=}"/></td>
<td>{=L:dset.yweb.escription=}</td> <td>{=L:set.yweb.description=}</td>
<td><input type="text" name="wol_desc_2" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_2=}" title="{=L:set.yweb.enter_description_desc=}"/></td> <td><input type="text" name="wol_desc_2" size="17" value="{=ini-get:/var/tuxbox/config/Y-Web.conf;wol_desc_2=}" title="{=L:set.yweb.enter_description_desc=}"/></td>
</tr> </tr>
<tr> <tr>
@@ -77,7 +77,7 @@ function do_init(){
</tr> </tr>
<tr><td class="y_form_header" colspan="4">{=L:others=}</td></tr> <tr><td class="y_form_header" colspan="4">{=L:others=}</td></tr>
<tr> <tr>
<td>{=L:remote=}</td> <td>{=L:set.yweb.remote=}</td>
<td colspan="3"> <select name="fb" title="{=L:remote=}"> <td colspan="3"> <select name="fb" title="{=L:remote=}">
<option value="default" selected="selected">default</option> <option value="default" selected="selected">default</option>
<option value="Nokia">Nokia</option> <option value="Nokia">Nokia</option>

View File

@@ -1,5 +1,5 @@
version=2.8.b.1 version=2.8.b.2
date=01.03.2010 date=06.03.2010
type=Beta type=Beta
info=Port Coolstream info=Port Coolstream

View File

@@ -34,7 +34,7 @@ end-block~neutrino_form_helpbox
start-block~neutrino_form-data_record start-block~neutrino_form-data_record
<div class="work_box"> <div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2"> <div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-Settings-Aufnahme=}{=var-set:menu={=L:recording=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div> {=var-set:help_url=Help-Settings-Aufnahme=}{=var-set:menu={=L:set.menue.recording=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body"> <div class="work_box_body">
<form name="f" class="y_form" action="/y/cgi"> <form name="f" class="y_form" action="/y/cgi">
<table cellspacing="0" border="0" cellpadding="2" width="100%"> <table cellspacing="0" border="0" cellpadding="2" width="100%">
@@ -130,7 +130,7 @@ start-block~neutrino_form-data_record
<td>{=L:set.rec.zap_delay=}</td> <td>{=L:set.rec.zap_delay=}</td>
<td><input type="text" name="ZAPTO_EXTRA_TIME_START" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/timerd.conf;ZAPTO_EXTRA_TIME_START;0=}" />&nbsp;{=L:set.reboot_required=}</td> <td><input type="text" name="ZAPTO_EXTRA_TIME_START" size="3" maxlength="3" value="{=ini-get:/var/tuxbox/config/timerd.conf;ZAPTO_EXTRA_TIME_START;0=}" />&nbsp;{=L:set.reboot_required=}</td>
</tr> </tr>
<tr><td colspan="2" class="y_form_header">{=L:set.audio_channels=}</td></tr> <tr><td colspan="2" class="y_form_header">{=L:set.rec.audio_channels=}</td></tr>
<tr> <tr>
<td>{=L:set.rec.audio_standard=}</td> <td>{=L:set.rec.audio_standard=}</td>
<td> <td>
@@ -320,7 +320,7 @@ end-block~neutrino_record_save_settings
start-block~neutrino_form-data_movieplayer start-block~neutrino_form-data_movieplayer
<div class="work_box"> <div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2"> <div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-Settings-Movieplayer=}{=var-set:menu={=L:movieplayer=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div> {=var-set:help_url=Help-Settings-Movieplayer=}{=var-set:menu={=L:set.menue.movieplayer=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body"> <div class="work_box_body">
<form name="f" class="y_form" action="/y/cgi"> <form name="f" class="y_form" action="/y/cgi">
<table cellspacing="0" border="0" cellpadding="2" width="100%"> <table cellspacing="0" border="0" cellpadding="2" width="100%">
@@ -579,7 +579,7 @@ end-block~neutrino_movieplayer_save_settings
start-block~neutrino_form-data_parental start-block~neutrino_form-data_parental
<div class="work_box"> <div class="work_box">
<div class="work_box_head"><div class="work_box_head_h2"> <div class="work_box_head"><div class="work_box_head_h2">
{=var-set:help_url=Help-Settings-Jugendschutz=}{=var-set:menu={=L:parental=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div> {=var-set:help_url=Help-Settings-Jugendschutz=}{=var-set:menu={=L:set.menue.parental=}=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
<div class="work_box_body"> <div class="work_box_body">
<form name="f" action="/y/cgi"> <form name="f" action="/y/cgi">
<table cellspacing="0" border="0" cellpadding="2" width="100%"> <table cellspacing="0" border="0" cellpadding="2" width="100%">

View File

@@ -1,3 +1,52 @@
=========== GENERAL / GLOBAL
global.no_iframes=Dein Browser unterstützt keine IFrames.
clear=löschen
submit=Ausführen
action=Aktion
user=Benutzer
password=Passwort
language=Sprache
general=Allgemein
logos=Logos
url=URL
server=Server
refreshing=aktualisieren ...
refresh=Aktualisieren
record=aufnehmen
zap=umschalten
lookup=nachschlagen
save_values_desc=senden und speichern der Werte
save_values=Werte werden übernommen ...
administration=Administration
normal=Normal
management=Management
uninstaller=Deinstallation
send=senden
save=speichern
save_all=Alle &Auml;nderungen speichern
cancel=abbrechen
answer=Antwort
reboot=Neustart
shutdown=Ausschalten
status=Status
restart=Neustart
on=An
off=Aus
download=Herunterladen
back=Zur&uuml;ck
date=Datum
from=Von
to=bis
program=Sendung
others=Sonstiges
description=Beschreibung
color=Farbe
tag=Bezeichnung
empty=leer
check=prüfen
help=Hilfe
restriced_by_management_ip=Zugriff verwert wg. ManagementIP
# ==========Main Menue # ==========Main Menue
main.boxcontrol=Boxsteuerung main.boxcontrol=Boxsteuerung
main.boxcontrol_desc=Boxcontrol & Bouquets main.boxcontrol_desc=Boxcontrol & Bouquets
@@ -69,9 +118,9 @@ bc.msg.message_to_screen_desc=Nachricht eingeben
bc.msg.message_to_screen=Meldung auf Bildschirm bc.msg.message_to_screen=Meldung auf Bildschirm
bc.msg.popup_to_screen=Popup auf Bildschirm bc.msg.popup_to_screen=Popup auf Bildschirm
bc.msg.send_message=Nachricht senden bc.msg.send_message=Nachricht senden
====== EXtension ====== EXtension
ext.installer_updater=Installation ext.installer_updater=Installation
restriced_by_management_ip=Zugriff verwert wg. ManagementIP
ext.uninstaller=Deinstallation Erweiterungen ext.uninstaller=Deinstallation Erweiterungen
ext.search_for_ext=Suche nach Extensions ... ext.search_for_ext=Suche nach Extensions ...
ext.installed_extensions=Installierte Erweiterungen ext.installed_extensions=Installierte Erweiterungen
@@ -91,42 +140,63 @@ ext.your=Deine
ext.update=Aktuelle ext.update=Aktuelle
ext.update_install=Aktualisierung / Installation ext.update_install=Aktualisierung / Installation
ext.site=Site ext.site=Site
====== Bouquet ====== Bouquet
bouquets_must_be_saved=Alle &Auml;nderungen m&uuml;ssen noch gespeichert werden! bou.bouquets_must_be_saved=Alle &Auml;nderungen m&uuml;ssen noch gespeichert werden!
bouquet_editor=Bouquet-Editor bou.bouquet_editor=Bouquet-Editor
bouquet_add=Bouquet hinzuf&uuml;gen bou.bouquet_add=Bouquet hinzuf&uuml;gen
name_of_bouquet=Name des neuen Bouquets bou.name_of_bouquet=Name des neuen Bouquets
rename_bouquet=Bouquet umbenennen bou.rename_bouquet=Bouquet umbenennen
bou.move_up=Nach oben
bou.move_down=Nach unten
bou.remove=Entfernen
bou.delete=Löschen
bou.add=Hinzufügen
bou.rename=Umbenennen
bou.bouqets_saved=Bouquet-Liste gespeichert
bou.delete1=Bouquet
bou.delete2=wirklich loeschen
bou.no_bouquet_name=Es wurde kein Bouquet-Name angegeben
========EPG ========EPG
get_epg=EPG holen ... epg.get_epg=EPG holen ...
epg_plus=EPG Plus epg.epg_plus=EPG Plus
select_bouquet=Bouquet auswählen - Kanäle werden aktualisiert epg.select_bouquet=Bouquet auswählen - Kanäle werden aktualisiert
hover_for_details=F&uuml;r Details: Maus &uuml;ber die entsprechende Sendung bewegen. epg.hover_for_details=F&uuml;r Details: Maus &uuml;ber die entsprechende Sendung bewegen.
epg.refresh=EPG Daten aktualisieren
epg.past_hours=Stunden zurück
epg.next_hours=Stunden vor
epg.set_timer=Timer für Aufnahme gesetzt
epg.zap_to=Umschalt-Timer gesetzt
========Neutrino Settings ========Neutrino Settings
set.reload_neutrino=Neutrino neuladen set.reload_neutrino=Neutrino neuladen
set.reboot_required=Neustart notwendig set.reboot_required=Neustart notwendig
set.sync_with_neutrino_desc=After changing settings via yWeb: <br/>Choose on TV "Main Menu->Service->Soft restart", to accept the changes within neutrino.<br/><br/>After changing settings within Neutrino: <br/>Choose on TV "Main Menu->Settings->Save settings now", to accept these changes and reload this page. set.sync_with_neutrino_desc=After changing settings via yWeb: <br/>Choose on TV "Main Menu->Service->Soft restart", to accept the changes within neutrino.<br/><br/>After changing settings within Neutrino: <br/>Choose on TV "Main Menu->Settings->Save settings now", to accept these changes and reload this page.
set.sync_with_neutrino=Zur Synchronisation mit Neutrino set.sync_with_neutrino=Zur Synchronisation mit Neutrino
========Settings General & Menue ========Settings General & Menue
set.menue.webserver=Webserver set.menue.webserver=Webserver
ucodes=Ucodes set.menue.ucodes=Ucodes
boot_logo=Boot Logo set.menue.boot_logo=Boot Logo
timer_settings=Timer Einstellungen set.menue.timer_settings=Timer Einstellungen
zapit=Zapit set.menue.zapit=Zapit
backup_restore=Sichern und Wiederherstellen set.menue.backup_restore=Sichern und Wiederherstellen
video_audio=Video/Audio set.menue.bouquet_editor=Bouquet-Editor
parental=Jugendschutz set.menue.video_audio=Video/Audio
direct_recording=Direktaufnahme set.menue.parental=Jugendschutz
recording=Aufnahme set.menue.direct_recording=Direktaufnahme
audio_player=Audioplayer set.menue.recording=Aufnahme
esound_server=Esound Server set.menue.audio_player=Audioplayer
movieplayer=Movieplayer set.menue.esound_server=Esound Server
pictureviewer=Bildbetrachter set.menue.movieplayer=Movieplayer
lcd_display=LC-Display set.menue.pictureviewer=Bildbetrachter
key_settings=Tastenbelegung set.menue.lcd_display=LC-Display
boot_options=Bootoptionen set.menue.key_settings=Tastenbelegung
peronalization=Personalisierung set.menue.boot_options=Bootoptionen
plugins=Plugins set.menue.peronalization=Personalisierung
set.menue.plugins=Plugins
set.menue.others=Diverses
========Neutrino Settings - Recording ========Neutrino Settings - Recording
set.rec.rec_dest=Aufnahmeziel set.rec.rec_dest=Aufnahmeziel
set.rec.device=Aufnahmeger&auml;t set.rec.device=Aufnahmeger&auml;t
@@ -152,7 +222,7 @@ set.rec.timer_settings=Timereinstellungen
set.rec.start_delay=Aufnahmestart-Korrektur (Sek) set.rec.start_delay=Aufnahmestart-Korrektur (Sek)
set.rec.stop_delay=Aufnahmeende-Korrektur (Sek) set.rec.stop_delay=Aufnahmeende-Korrektur (Sek)
set.rec.zap_delay=Umschaltstart-Korrektur (Sek) set.rec.zap_delay=Umschaltstart-Korrektur (Sek)
set.audio_channels=Tonspuren set.rec.audio_channels=Tonspuren
set.rec.audio_standard=Standard Tonspur aufnehmen set.rec.audio_standard=Standard Tonspur aufnehmen
set.rec.audio_alternate=Alternative Tonspur aufnehmen set.rec.audio_alternate=Alternative Tonspur aufnehmen
set.rec.audio_ac3=AC3 Tonspuren aufnehmen set.rec.audio_ac3=AC3 Tonspuren aufnehmen
@@ -163,6 +233,7 @@ set.rec.timeshift.pause=Pause
set.rec.timeshift.auto_record=Autom. Aufnahme (in Sek, 0=deaktiviert) set.rec.timeshift.auto_record=Autom. Aufnahme (in Sek, 0=deaktiviert)
set.rec.timeshift.auto_delete=Automatisches Löschen set.rec.timeshift.auto_delete=Automatisches Löschen
set.rec.timeshift.tmp_timeshift=Temporäres timeshift set.rec.timeshift.tmp_timeshift=Temporäres timeshift
========Neutrino Settings - Movieplayer ========Neutrino Settings - Movieplayer
set.mp.sources=Quellen set.mp.sources=Quellen
set.mp.streamingserver_ip=Streamingserver IP set.mp.streamingserver_ip=Streamingserver IP
@@ -184,6 +255,7 @@ set.mp.only_movieplayer=Nur Movieplayer1
set.mp.used_buffer=Verwende Buffer (WabberQueue) set.mp.used_buffer=Verwende Buffer (WabberQueue)
set.mp.number_buffersegments=Anzahl Buffersegmente set.mp.number_buffersegments=Anzahl Buffersegmente
set.mp.picture_in_browser=TV Bild im Browser set.mp.picture_in_browser=TV Bild im Browser
========Neutrino Settings - Parental ========Neutrino Settings - Parental
set.parental.activate=Aktivieren set.parental.activate=Aktivieren
set.parental.type.never=Nie set.parental.type.never=Nie
@@ -191,6 +263,7 @@ set.parental.type.bouquet=Bouquet
set.parental.type.preset=Vorsperre set.parental.type.preset=Vorsperre
set.parental.minimum_age=Mindestalter set.parental.minimum_age=Mindestalter
set.parental.pin=PIN set.parental.pin=PIN
========Settings NHTTP ========Settings NHTTP
set.nhttpd.webserver=Webserver set.nhttpd.webserver=Webserver
set.nhttpd.authentication=Authentifikation set.nhttpd.authentication=Authentifikation
@@ -211,9 +284,11 @@ set.nhttpd.cache=Cache
set.nhttpd.cache_info=Cache Informationen set.nhttpd.cache_info=Cache Informationen
set.nhttpd.clear_cache=Cache löschen set.nhttpd.clear_cache=Cache löschen
set.nhttpd.server_configuration=Server Konfiguration set.nhttpd.server_configuration=Server Konfiguration
=========Settings yWeb =========Settings yWeb
set.yweb.enter_ip_desc=IP Adresse eingeben (xxx.xxx.xxx.xxx) set.yweb.enter_ip_desc=IP Adresse eingeben (xxx.xxx.xxx.xxx)
set.yweb.enter_mac_desc=MAC Adresse eingeben (xx:xx:xx:xx:xx:xx) set.yweb.enter_mac_desc=MAC Adresse eingeben (xx:xx:xx:xx:xx:xx)
set.yweb.description=Bezeichnung
set.yweb.enter_description_desc=Beschreibung eingeben set.yweb.enter_description_desc=Beschreibung eingeben
set.yweb.management_IPs=Management IPs set.yweb.management_IPs=Management IPs
set.yweb.wake_on_lan=Wake on Lan set.yweb.wake_on_lan=Wake on Lan
@@ -222,6 +297,8 @@ set.yweb.box_tag=Box Bezeichnung
set.yweb.box_color_desc=Farbe der Box Bezeichnung im Top-Menue. z.B. 2188e0 eingeben ohne # set.yweb.box_color_desc=Farbe der Box Bezeichnung im Top-Menue. z.B. 2188e0 eingeben ohne #
set.yweb.box_color=Farbe set.yweb.box_color=Farbe
set.yweb.start_page=Startseite set.yweb.start_page=Startseite
set.yweb.remote=Fernbedienung
========Settings Picture viewer ========Settings Picture viewer
set.pv.pictureviewer=Bildbetrachter set.pv.pictureviewer=Bildbetrachter
set.pv.scale=Skalierung set.pv.scale=Skalierung
@@ -232,6 +309,7 @@ set.pv.slideshow_duration=Diaschau-Anzeigedauer
set.pv.start_dir=Start-Verzeichnis set.pv.start_dir=Start-Verzeichnis
set.pv.decoding_server_ip=Decoding-Server IP set.pv.decoding_server_ip=Decoding-Server IP
set.pv.decoding_server_port=Decoding-Server Port</td> set.pv.decoding_server_port=Decoding-Server Port</td>
========Settings Audioplayer ========Settings Audioplayer
set.ap.audioplayer=Audioplayer set.ap.audioplayer=Audioplayer
set.ap.display_order.actor_title=Interpret, Titel set.ap.display_order.actor_title=Interpret, Titel
@@ -245,6 +323,7 @@ set.ap.screensaver=Bildschirmschoner (min, 0=aus)
set.ap.decode_priority=Hohe Decodier-Priorit&auml;t set.ap.decode_priority=Hohe Decodier-Priorit&auml;t
set.ap.start_dir=Start-Verzeichnis set.ap.start_dir=Start-Verzeichnis
set.ap.parse_shoutcast=Shoutcast Meta-Daten set.ap.parse_shoutcast=Shoutcast Meta-Daten
============ Tools Info ============ Tools Info
tools.info.show_messages=Kernel Meldungen tools.info.show_messages=Kernel Meldungen
tools.info.processes=Prozesse tools.info.processes=Prozesse
@@ -255,6 +334,7 @@ tools.info.partitions=Partitions
tools.info.mtd=mtd tools.info.mtd=mtd
tools.info.stat=Statistik tools.info.stat=Statistik
tools.info.version=Version tools.info.version=Version
============ Tools yInstaller ============ Tools yInstaller
tools.yinstaller.no_file_given=Keine Datei angegeben! tools.yinstaller.no_file_given=Keine Datei angegeben!
tools.yinstaller.space.var=Platz in /var Gesamt tools.yinstaller.space.var=Platz in /var Gesamt
@@ -265,6 +345,7 @@ tools.yinstaller.not_determine=Kann freien Speicherplatz nicht ermitteln /var is
tools.yinstaller.head=yInstaller tools.yinstaller.head=yInstaller
tools.yinstaller.tar_file=tar-Datei tools.yinstaller.tar_file=tar-Datei
tools.yinstaller.upload_install=hochladen und installieren tools.yinstaller.upload_install=hochladen und installieren
============ Tools ============ Tools
tools.automount_desc=Automounts organisieren tools.automount_desc=Automounts organisieren
tools.automount=AutoMounts tools.automount=AutoMounts
@@ -282,6 +363,7 @@ tools.path=Verzeichnis
tools.command=Kommando tools.command=Kommando
tools.cmd.enter_command=Auszuführendes Kommando eingeben tools.cmd.enter_command=Auszuführendes Kommando eingeben
tools.cmd.execute_command=Kommando ausführen tools.cmd.execute_command=Kommando ausführen
=========== LIVE Menue =========== LIVE Menue
live.heading=Live/Timer live.heading=Live/Timer
live.live=Live live.live=Live
@@ -290,11 +372,12 @@ live.tv=TV
live.radio_popup_desc=LiveRadio (popup) live.radio_popup_desc=LiveRadio (popup)
live.radio=Radio live.radio=Radio
live.double_view=DoubleView live.double_view=DoubleView
live.timer=Time live.timer=Timer
live.epg=EPG live.epg=EPG
live.epg_plus_popup_desc=EPG+ (popup) live.epg_plus_popup_desc=EPG+ (popup)
live.epg_plus=EPG Plus live.epg_plus=EPG Plus
live.timer_sync=Timer Sync live.timer_sync=Timer Sync
=========== LIVE =========== LIVE
live.get_stream_info=Streaming-Informationen<br/>werden ermittelt. live.get_stream_info=Streaming-Informationen<br/>werden ermittelt.
live.getting_bouquets=Hole Bouquets ... live.getting_bouquets=Hole Bouquets ...
@@ -319,6 +402,7 @@ live.transcode=Transkodiermodus
live.build_vlc=... erstelle Live ... live.build_vlc=... erstelle Live ...
live.select_bouquet=Bouquet auswählen - Sender werden aktualisiert live.select_bouquet=Bouquet auswählen - Sender werden aktualisiert
live.select_channel=Sender wechseln - nutze zap live.select_channel=Sender wechseln - nutze zap
=========== LIVE Timer Edit =========== LIVE Timer Edit
live.timer_edit.timer=Timer live.timer_edit.timer=Timer
live.timer_edit.times=Zeiten live.timer_edit.times=Zeiten
@@ -341,54 +425,10 @@ live.timer_edit.standby=Standby
live.timer_edit.plugin=Plugin live.timer_edit.plugin=Plugin
live.timer_edit.rec_dir=Aufnahmeverzeichnis live.timer_edit.rec_dir=Aufnahmeverzeichnis
live.timer_edit.description=Beschreibung live.timer_edit.description=Beschreibung
=========== GENERAL / GLOBAL
global.no_iframes=Dein Browser unterstützt keine IFrames.
clear=löschen
submit=Ausführen
action=Aktion
user=Benutzer
password=Passwort
language=Sprache
general=Allgemein
logos=Logos
url=URL
server=Server
refreshing=aktualisieren ...
refresh=Aktualisieren
record=aufnehmen
zap=umschalten
lookup=nachschlagen
save_values_desc=senden und speichern der Werte
save_values=Werte werden übernommen ...
administration=Administration
normal=Normal
management=Management
uninstaller=Deinstallation
send=senden
save=speichern
save_all=Alle &Auml;nderungen speichern
cancel=abbrechen
answer=Antwort
reboot=Neustart
shutdown=Ausschalten
status=Status
restart=Neustart
on=An
off=Aus
download=Herunterladen
back=Zur&uuml;ck
date=Datum
from=Von
to=bis
program=Sendung
others=Sonstiges
description=Beschreibung
color=Farbe
tag=Bezeichnung
empty=leer
=========INFO =========INFO
help=Hilfe info.help=Hilfe
About=Über info.About=Über
check_for_updates=Auf Updates prüfen info.check_for_updates=Auf Updates prüfen
your_version=Deine Version info.your_version=Deine Version
actual_version=Aktuelle Version info.actual_version=Aktuelle Version

View File

@@ -1,3 +1,52 @@
=========== GENERAL / GLOBAL
global.no_iframes=Your Browser does not support IFrames.
clear=clear
submit=Submit
action=Action
user=User
password=Password
language=Language
general=General
logos=Logos
url=URL
server=Server
refreshing=refreshing ...
refresh=refresh
record=record
zap=zap
lookup=lookup
save_values_desc=submit and save values
save_values=Save values ...
save=save
save_all=save all
administration=Administration
normal=Normal
management=Management
uninstaller=Uninstaller
send=send
cancel=cancel
answer=Answer
reboot=reboot
shutdown=shutdown
status=Status
restart=restart
on=on
off=off
download=Download
back=back
date=date
from=from
to=to
program=program
others=Others
description=description
color=Color
tag=Tag
empty=empty
check=check
help=Help
restriced_by_management_ip=restricted by ManagementIP
#========= MAIN Menue #========= MAIN Menue
main.live_tv_desc=LiveTV main.live_tv_desc=LiveTV
main.live_tv_popup_desc=LiveTV popup main.live_tv_popup_desc=LiveTV popup
@@ -67,14 +116,15 @@ bc.control.shutdown.ask=Really shutdown the Box?
bc.control.shutdown=shutdown bc.control.shutdown=shutdown
bc.control.status=Status bc.control.status=Status
bc.control.restart=restart bc.control.restart=restart
========= BOX Control - Message ========= BOX Control - Message
bc.msg.message_to_screen_desc=enter message to send to TV screen bc.msg.message_to_screen_desc=enter message to send to TV screen
bc.msg.message_to_screen=Message on screen bc.msg.message_to_screen=Message on screen
bc.msg.popup_to_screen=Message as popup bc.msg.popup_to_screen=Message as popup
bc.msg.send_message=send message bc.msg.send_message=send message
====== EXtension ====== EXtension
ext.installer_updater=Installer/Updater ext.installer_updater=Installer/Updater
restriced_by_management_ip=restricted by ManagementIP
ext.uninstaller=Extensions Uninstaller ext.uninstaller=Extensions Uninstaller
ext.search_for_ext=Search for Extensions ... ext.search_for_ext=Search for Extensions ...
ext.installed_extensions=installed extensions ext.installed_extensions=installed extensions
@@ -94,42 +144,64 @@ ext.your=Your
ext.update=Update ext.update=Update
ext.update_install=update/install ext.update_install=update/install
ext.site=Site ext.site=Site
====== Bouquet ====== Bouquet
bouquets_must_be_saved=All bouquets must be saved! bou.bouquet=Bouquet
bouquet_editor=Bouquet-Editor bou.bouquets_must_be_saved=All bouquets must be saved!
bouquet_add=add bouquet bou.bouquet_editor=Bouquet-Editor
name_of_bouquet=Name of bouquets bou.bouquet_add=add bouquet
rename_bouquet=rename bouquet bou.name_of_bouquet=Name of bouquets
bou.rename_bouquet=rename bouquet
bou.move_up=move up
bou.move_down=move down
bou.remove=remove
bou.delete=delete
bou.add=add
bou.rename=rename
bou.bouqets_saved=Bouquets saved
bou.delete1=Really delete Bouquet
bou.delete2=
bou.no_bouquet_name=No Bouquet-Name entered
========EPG ========EPG
get_epg=get EPG ... epg.get_epg=get EPG ...
epg_plus=EPG Plus epg.epg_plus=EPG Plus
select_bouquet=select bouquet - channels will be updated epg.select_bouquet=select bouquet - channels will be updated
hover_for_details=move to program for more details epg.hover_for_details=move to program for more details
epg.refresh=get or refresh EPG
epg.past_hours=past hours
epg.next_hours=next hours
epg.set_timer=Set timer for recording. Done.
epg.zap_to=Set switch to channel. Done.
========Settings ========Settings
set.reload_neutrino=reload Neutrino set.reload_neutrino=reload Neutrino
set.reboot_required=reboot required set.reboot_required=reboot required
set.sync_with_neutrino_desc=After changing settings via yWeb: <br/>Choose on TV "Main Menu->Service->Soft restart", to accept the changes within neutrino.<br/><br/>After changing settings within Neutrino: <br/>Choose on TV "Main Menu->Settings->Save settings now", to accept these changes and reload this page. set.sync_with_neutrino_desc=After changing settings via yWeb: <br/>Choose on TV "Main Menu->Service->Soft restart", to accept the changes within neutrino.<br/><br/>After changing settings within Neutrino: <br/>Choose on TV "Main Menu->Settings->Save settings now", to accept these changes and reload this page.
set.sync_with_neutrino=Synchronization with Neutrino set.sync_with_neutrino=Synchronization with Neutrino
=======Settings General & Menue =======Settings General & Menue
set.menue.webserver=Webserver set.menue.webserver=Webserver
ucodes=Ucodes set.menue.ucodes=Ucodes
boot_logo=Boot Logo set.menue.boot_logo=Boot Logo
timer_settings=Timer Settings set.menue.timer_settings=Timer Settings
zapit=Zapit set.menue.zapit=Zapit
backup_restore=Backup &amp; Restore set.menue.backup_restore=Backup &amp; Restore
video_audio=Video/Audio set.menue.bouquet_editor=Bouquet-Editor
parental=Parental set.menue.video_audio=Video/Audio
direct_recording=Direct Recording set.menue.parental=Parental
recording=Recording set.menue.direct_recording=Direct Recording
audio_player=Audioplayer set.menue.recording=Recording
esound_server=Esound Server set.menue.audio_player=Audioplayer
movieplayer=Movieplayer set.menue.esound_server=Esound Server
pictureviewer=Picture Viewer set.menue.movieplayer=Movieplayer
lcd_display=LC-Display set.menue.pictureviewer=Picture Viewer
key_settings=Key Layout set.menue.lcd_display=LC-Display
boot_options=Boot options set.menue.key_settings=Key Layout
peronalization=Personalization set.menue.boot_options=Boot options
plugins=Plugins set.menue.peronalization=Personalization
set.menue.plugins=Plugins
set.menue.others=Others
========Neutrino Settings - Recording ========Neutrino Settings - Recording
set.rec.rec_dest=Recoring destination set.rec.rec_dest=Recoring destination
set.rec.device=Recording device set.rec.device=Recording device
@@ -155,7 +227,7 @@ set.rec.timer_settings=Timer settings
set.rec.start_delay=Record start delay (sec) set.rec.start_delay=Record start delay (sec)
set.rec.stop_delay=Record stop delay (sec) set.rec.stop_delay=Record stop delay (sec)
set.rec.zap_delay=Zap start delay (sec) set.rec.zap_delay=Zap start delay (sec)
set.audio_channels=Audio channels set.rec.audio_channels=Audio channels
set.rec.audio_standard=Record standard audio channel set.rec.audio_standard=Record standard audio channel
set.rec.audio_alternate=Record alternate audio channel set.rec.audio_alternate=Record alternate audio channel
set.rec.audio_ac3=Record ac3 audio channel set.rec.audio_ac3=Record ac3 audio channel
@@ -166,6 +238,7 @@ set.rec.timeshift.pause=Pause
set.rec.timeshift.auto_record=Autom. Recording (in Sec, 0=deactivate) set.rec.timeshift.auto_record=Autom. Recording (in Sec, 0=deactivate)
set.rec.timeshift.auto_delete=Automatic deletion set.rec.timeshift.auto_delete=Automatic deletion
set.rec.timeshift.tmp_timeshift=Temporaly timeshift set.rec.timeshift.tmp_timeshift=Temporaly timeshift
========Neutrino Settings - Movieplayer ========Neutrino Settings - Movieplayer
set.mp.sources=Sources set.mp.sources=Sources
set.mp.streamingserver_ip=Streamingserver IP set.mp.streamingserver_ip=Streamingserver IP
@@ -187,6 +260,7 @@ set.mp.only_movieplayer=Only Movieplayer1
set.mp.used_buffer=Used Buffer (WabberQueue) set.mp.used_buffer=Used Buffer (WabberQueue)
set.mp.number_buffersegments=Number of buffer segs set.mp.number_buffersegments=Number of buffer segs
set.mp.picture_in_browser=TV Picture in Browser set.mp.picture_in_browser=TV Picture in Browser
========Neutrino Settings - Parental ========Neutrino Settings - Parental
set.parental.activate=Activate set.parental.activate=Activate
set.parental.type.never=Never set.parental.type.never=Never
@@ -194,6 +268,7 @@ set.parental.type.bouquet=Bouquet
set.parental.type.preset=Preset set.parental.type.preset=Preset
set.parental.minimum_age=Minimum Age set.parental.minimum_age=Minimum Age
set.parental.pin=PIN set.parental.pin=PIN
========Settings NHTTP ========Settings NHTTP
set.nhttpd.webserver=Webserver set.nhttpd.webserver=Webserver
set.nhttpd.authentication=Authentication set.nhttpd.authentication=Authentication
@@ -214,9 +289,11 @@ set.nhttpd.cache=Cache
set.nhttpd.cache_info=Cache info set.nhttpd.cache_info=Cache info
set.nhttpd.clear_cache=clear cache set.nhttpd.clear_cache=clear cache
set.nhttpd.server_configuration=Server Configuration set.nhttpd.server_configuration=Server Configuration
=========Settings yWeb =========Settings yWeb
set.yweb.enter_ip_desc=enter IP (xxx.xxx.xxx.xxx) set.yweb.enter_ip_desc=enter IP (xxx.xxx.xxx.xxx)
set.yweb.enter_mac_desc=enter MAC Adress (xx:xx:xx:xx:xx:xx) set.yweb.enter_mac_desc=enter MAC Adress (xx:xx:xx:xx:xx:xx)
set.yweb.description=Description
set.yweb.enter_description_desc=enter description set.yweb.enter_description_desc=enter description
set.yweb.management_IPs=Management IPs set.yweb.management_IPs=Management IPs
set.yweb.wake_on_lan=Wake on Lan set.yweb.wake_on_lan=Wake on Lan
@@ -225,6 +302,8 @@ set.yweb.box_tag=Box Tag
set.yweb.box_color_desc=Box Name color in Top-Menue. e.g. enter 2188e0 without # set.yweb.box_color_desc=Box Name color in Top-Menue. e.g. enter 2188e0 without #
set.yweb.box_color=Color set.yweb.box_color=Color
set.yweb.start_page=Start page set.yweb.start_page=Start page
set.yweb.remote=Remote
========Settings Picture viewer ========Settings Picture viewer
set.pv.pictureviewer=Pictureviewer set.pv.pictureviewer=Pictureviewer
set.pv.scale=Scaling set.pv.scale=Scaling
@@ -235,6 +314,7 @@ set.pv.slideshow_duration=Slideshow View time
set.pv.start_dir=Start Directory set.pv.start_dir=Start Directory
set.pv.decoding_server_ip=Decoding-Server IP set.pv.decoding_server_ip=Decoding-Server IP
set.pv.decoding_server_port=Decoding-Server Port</td> set.pv.decoding_server_port=Decoding-Server Port</td>
========Settings Audioplayer ========Settings Audioplayer
set.ap.audioplayer=Audioplayer set.ap.audioplayer=Audioplayer
set.ap.display_order.actor_title=Actor, Title set.ap.display_order.actor_title=Actor, Title
@@ -248,6 +328,7 @@ set.ap.screensaver=Screen saver (min, 0=off)
set.ap.decode_priority=High decoding priority set.ap.decode_priority=High decoding priority
set.ap.start_dir=Start directory set.ap.start_dir=Start directory
set.ap.parse_shoutcast=Shoutcast Meta-Data set.ap.parse_shoutcast=Shoutcast Meta-Data
============ Tools Info ============ Tools Info
tools.info.show_messages=Kernel Messages tools.info.show_messages=Kernel Messages
tools.info.processes=Processes tools.info.processes=Processes
@@ -258,6 +339,7 @@ tools.info.partitions=Partitions
tools.info.mtd=mtd tools.info.mtd=mtd
tools.info.stat=Statistics tools.info.stat=Statistics
tools.info.version=Version tools.info.version=Version
============ Tools yInstaller ============ Tools yInstaller
tools.yinstaller.no_file_given=No file given! tools.yinstaller.no_file_given=No file given!
tools.yinstaller.space.var=Space in /var total tools.yinstaller.space.var=Space in /var total
@@ -268,6 +350,7 @@ tools.yinstaller.not_determine=Can not determine free space. /var is no partitio
tools.yinstaller.head=yInstaller tools.yinstaller.head=yInstaller
tools.yinstaller.tar_file=tar-File tools.yinstaller.tar_file=tar-File
tools.yinstaller.upload_install=upload and install tools.yinstaller.upload_install=upload and install
============ Tools ============ Tools
tools.automount_desc=organize file automounts tools.automount_desc=organize file automounts
tools.automount=AutoMounts tools.automount=AutoMounts
@@ -285,6 +368,7 @@ tools.path=Path
tools.command=Command tools.command=Command
tools.cmd.enter_command=enter command to execute tools.cmd.enter_command=enter command to execute
tools.cmd.execute_command=execute shell command tools.cmd.execute_command=execute shell command
=========== LIVE Menue =========== LIVE Menue
live.heading=Live/Timer live.heading=Live/Timer
live.live=Live live.live=Live
@@ -298,6 +382,7 @@ live.epg=EPG
live.epg_plus_popup_desc=EPG+ (popup) live.epg_plus_popup_desc=EPG+ (popup)
live.epg_plus=EPG Plus live.epg_plus=EPG Plus
live.timer_sync=Timer Sync live.timer_sync=Timer Sync
=========== LIVE tv/radio =========== LIVE tv/radio
live.get_stream_info=Getting <br/>Streaming-Informationen. live.get_stream_info=Getting <br/>Streaming-Informationen.
live.getting_bouquets=getting bouquets ... live.getting_bouquets=getting bouquets ...
@@ -322,6 +407,7 @@ live.transcode=transcode mode
live.build_vlc=... build vlc control ... live.build_vlc=... build vlc control ...
live.select_bouquet=select bouquet - channels will be updated live.select_bouquet=select bouquet - channels will be updated
live.select_channel=select channel - use go to zap live.select_channel=select channel - use go to zap
=========== LIVE Timer Edit =========== LIVE Timer Edit
live.timer_edit.timer=Timer live.timer_edit.timer=Timer
live.timer_edit.times=Times live.timer_edit.times=Times
@@ -344,56 +430,11 @@ live.timer_edit.standby=Standby
live.timer_edit.plugin=Plugin live.timer_edit.plugin=Plugin
live.timer_edit.rec_dir=Recordind directory live.timer_edit.rec_dir=Recordind directory
live.timer_edit.description=Description live.timer_edit.description=Description
=========== GENERAL / GLOBAL
global.no_iframes=Your Browser does not support IFrames. ========== INFO
clear=clear info.help=Help
submit=Submit info.About=About
action=Action info.check_for_updates=Check for Updates
user=User info.your_version=Your Version
password=Password info.actual_version=Actual Version
language=Language
general=General
logos=Logos
url=URL
server=Server
refreshing=refreshing ...
refresh=refresh
record=record
zap=zap
lookup=lookup
save_values_desc=submit and save values
save_values=Save values ...
save=save
save_all=save all
administration=Administration
normal=Normal
management=Management
uninstaller=Uninstaller
send=send
cancel=cancel
answer=Answer
reboot=reboot
shutdown=shutdown
status=Status
restart=restart
on=on
off=off
download=Download
back=back
date=date
from=from
to=to
program=program
others=Others
description=description
color=Color
tag=Tag
empty=empty
==========
#Info
help=Help
About=About
check_for_updates=Check for Updates
your_version=Your Version
actual_version=Actual Version