mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
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:
@@ -1,12 +1,12 @@
|
||||
{=var-set:cancache=yPyes=}
|
||||
{=include-block:Y_Blocks.txt;headCache=}
|
||||
{=var-set:cancache=yPConf=}
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
{=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=}=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<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">
|
||||
<table border="0" cellpadding="2" cellspacing="4">
|
||||
<tr>
|
||||
|
@@ -56,7 +56,7 @@ function poschannel(box, direction){
|
||||
{=var-set:wait_text={=L:save_values=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
<div class="work_box_head"><div class="work_box_head_h2">
|
||||
{=var-set:help_url=Help-BoxControl-Bouquet-Editor=}{=var-set:menu=Bouquet "{=name=}"=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
||||
{=var-set:help_url=Help-BoxControl-Bouquet-Editor=}{=var-set:menu={=L:bou.bouquet=} "{=name=}"=}{=include-block:Y_Blocks.txt;work_menu=}</div></div>
|
||||
<div class="work_box_body">
|
||||
<form action="/control/changebouquet" method="post" id="channels" enctype="x-www-form-urlencoded">
|
||||
<p><input type="hidden" name="selected" value="{=selected=}" /></p>
|
||||
@@ -68,10 +68,10 @@ function poschannel(box, direction){
|
||||
</select>
|
||||
</td>
|
||||
<td align="center">
|
||||
<button type="button" title="move up" onclick="poschannel(document.getElementById('channels').bchannels, 0);"> <img src="/images/arrowup.png"> </button><br /><br />
|
||||
<button type="button" title="move down" onclick="poschannel(document.getElementById('channels').bchannels, 1);"> <img src="/images/arrowdown.png"> </button><br /><br />
|
||||
<button type="button" title="remove" onclick="movechannels(document.getElementById('channels').bchannels, document.getElementById('channels').achannels);"> <img src="/images/arrowright.png"> </button><br /><br />
|
||||
<button type="button" title="add" onclick="movechannels(document.getElementById('channels').achannels, document.getElementById('channels').bchannels);"> <img src="/images/arrowleft.png"> </button><br /><br />
|
||||
<button type="button" title="{=L:bou.move_up=}" onclick="poschannel(document.getElementById('channels').bchannels, 0);"> <img src="/images/arrowup.png"> </button><br /><br />
|
||||
<button type="button" title="{=L:bou.move_down=}" onclick="poschannel(document.getElementById('channels').bchannels, 1);"> <img src="/images/arrowdown.png"> </button><br /><br />
|
||||
<button type="button" title="{=L:bou.remove=}" onclick="movechannels(document.getElementById('channels').bchannels, document.getElementById('channels').achannels);"> <img src="/images/arrowright.png"> </button><br /><br />
|
||||
<button type="button" title="{=L:bou.add=}" onclick="movechannels(document.getElementById('channels').achannels, document.getElementById('channels').bchannels);"> <img src="/images/arrowleft.png"> </button><br /><br />
|
||||
</td>
|
||||
<td>
|
||||
<select multiple="multiple" size="20" name="achannels">
|
||||
|
@@ -26,7 +26,7 @@ function do_set(bouquetnr, action){
|
||||
function do_save(){
|
||||
hide_forms();
|
||||
loadSyncURL("/control/savebouquet");
|
||||
alert("Bouquet-Liste gespeichert");
|
||||
alert("{=L:bou.bouqets_saved=}");
|
||||
}
|
||||
function do_update(){
|
||||
hide_forms();
|
||||
@@ -42,7 +42,7 @@ function do_move(bouquetnr, action){
|
||||
window.setTimeout('do_reload()',50);
|
||||
}
|
||||
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);
|
||||
gurl = "/Y_Boxcontrol_Bouquet_Editor_Main.yhtm?selected=" + bouquetnr+ "#akt";
|
||||
window.setTimeout('do_reload()',50);
|
||||
@@ -68,7 +68,7 @@ function do_add(){
|
||||
window.setTimeout('do_reload()',200);
|
||||
}
|
||||
else
|
||||
alert("Es wurde kein Bouquet-Name angegeben!");
|
||||
alert("{=L:bou.no_bouquet_name=}!");
|
||||
}
|
||||
function do_rename_start(bouquetnr, bouquet_name){
|
||||
hide_forms();
|
||||
@@ -94,7 +94,7 @@ function do_rename(){
|
||||
// }
|
||||
}
|
||||
else
|
||||
alert("Es wurde kein Bouquet-Name angegeben!");
|
||||
alert("{=L:bou.no_bouquet_name=}!");
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
@@ -116,7 +116,7 @@ function do_rename(){
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<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 id="add" class="fly_form">
|
||||
<form name="add" accept-charset="UTF-8" action="">
|
||||
@@ -149,30 +149,30 @@ function do_rename(){
|
||||
<td align="center" width="30px">
|
||||
%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 align="center" width="30px">
|
||||
<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>
|
||||
</td>
|
||||
<td><a href="/Y_Boxcontrol_Bouquet_Editor_Edit.yhtm?selected=%d&name=%s">%s</a></td>
|
||||
<td width="100" style="white-space: nowrap; font-weight:normal;">
|
||||
<a href="javascript:do_rename_start('%d','%s');">
|
||||
<img src="/images/modify.png" alt="umbenennen" style="border: 0px" /></a>
|
||||
<img src="/images/modify.png" title="{=L:bou.rename=}" style="border: 0px" /></a>
|
||||
<a href="javascript:do_delete('%d','%s');">
|
||||
<img src="/images/remove.png" alt="löschen" style="border: 0px" /></a>
|
||||
<img src="/images/remove.png" title="{=L:bou.delete=}" style="border: 0px" /></a>
|
||||
<span style="visibility:%s;"><a href="javascript:do_move('%d','down');">
|
||||
<img src="/images/arrowdown.png" alt="nach unten" style="border: 0px" /></a> </span>
|
||||
<img src="/images/arrowdown.png" title="{=L:bou.move_down=}" style="border: 0px" /></a> </span>
|
||||
<span style="visibility:%s;"><a href="javascript:do_move('%d','up');">
|
||||
<img src="/images/arrowup.png" alt="nach oben" style="border: 0px" /></a> </span>
|
||||
<img src="/images/arrowup.png" title="{=L:bou.move_up=}" style="border: 0px" /></a> </span>
|
||||
</td>
|
||||
</tr>
|
||||
=}
|
||||
{=func:bouquet_editor_main {=var-get:row=}=}
|
||||
</table>
|
||||
<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>
|
||||
</p>
|
||||
</div>
|
||||
|
@@ -14,17 +14,17 @@ function epg_imdb(){
|
||||
{=var-set:wait_text={=L:get_epg=}=}{=include-block:Y_Blocks.txt;snip_wait=}
|
||||
<div class="work_box">
|
||||
<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">
|
||||
<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=}=}=}
|
||||
</select>
|
||||
<select id="epg_time" size="1" name="epg_time">
|
||||
</select>
|
||||
<button id="btGet" type="button" ytype="{=L:refresh=}" title="get or refresh EPG" 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="btNext" type="button" ytype="timeup"" title="next hours" onclick="build_epg_plus_delta(2)">+2</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="{=L:epg.past_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>
|
||||
|
||||
<div id="epg_plus"> </div>
|
||||
@@ -52,8 +52,8 @@ function epg_imdb(){
|
||||
</tr>
|
||||
<tr>
|
||||
<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="zap" title="switch to channel" onclick="epg_zapto();show_obj('epg_info',false);">{=L:zap=}</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="{=L:epg.zap_to=}" onclick="epg_zapto();show_obj('epg_info',false);">{=L:zap=}</button>
|
||||
{=L:lookup=}:
|
||||
<span id="d_lookup"></span>
|
||||
</td>
|
||||
|
@@ -1,10 +1,10 @@
|
||||
{=var-set:cancache=yPyes=}
|
||||
{=include-block:Y_Blocks.txt;headCache=}
|
||||
{=var-set:cancache=yPConf=}
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
</head>
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<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">
|
||||
<ul>
|
||||
<li><a href="http://www.yjogol.com/faq" class="exlink" title="FAQ at yjogol.com" target="_blank">FAQ yWeb</a></li>
|
||||
|
@@ -25,12 +25,12 @@ function init(){
|
||||
<div class="y_menu_sec_box_body">
|
||||
<div class="y_menu_sec">
|
||||
<ul id="secmenu">
|
||||
<li><a target="work" href="Y_About.yhtm">{=L:About=}</a></li>
|
||||
<li><a target="work" href="Y_Info_Help.yhtm">{=L:help=}</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:info.help=}</a></li>
|
||||
{=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>
|
||||
</div>
|
||||
|
@@ -17,12 +17,12 @@ function check_updates()
|
||||
<body>
|
||||
<div class="work_box">
|
||||
<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">
|
||||
<table border="0" cellpadding="2" cellspacing="4">
|
||||
<tr>
|
||||
<td valign="top">
|
||||
<b>{=L:your_version=}</b>
|
||||
<b>{=L:info.your_version=}</b>
|
||||
<p>
|
||||
{=ini-get:Y_Version.txt;version=}<br/>
|
||||
{=ini-get:Y_Version.txt;date=}<br/>
|
||||
@@ -31,7 +31,7 @@ function check_updates()
|
||||
</p>
|
||||
</td>
|
||||
<td valign="top">
|
||||
<b>{=L:actual_version=}</b>
|
||||
<b>{=L:info.actual_version=}</b>
|
||||
<p>
|
||||
{=ini-get:/tmp/version.txt;version=}<br/>
|
||||
{=ini-get:/tmp/version.txt;date=}<br/>
|
||||
@@ -43,7 +43,7 @@ function check_updates()
|
||||
</p>
|
||||
</td>
|
||||
</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>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -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 res = loadSyncURL(rec);
|
||||
alert("Record gesetzt");
|
||||
alert("{=L:epg.set_timer=}");
|
||||
}
|
||||
function set_zapit(_channel_id, _start)
|
||||
{
|
||||
var rec = "/control/timer?action=new&type=3&alarm="+_start+"&channel_id="+_channel_id;
|
||||
var res = loadSyncURL(rec);
|
||||
alert("Zapping gesetzt");
|
||||
alert("{=L:epg.zap_to=}");
|
||||
}
|
||||
function show_info(_index)
|
||||
{
|
||||
|
@@ -15,7 +15,7 @@ function show_info(_desc, _info1, _info2){
|
||||
<div class="y_epg_info">
|
||||
<div id="description"> </div>
|
||||
<div id="info1"> </div>
|
||||
<div id="info2">{=L:hover_for_details=}</div>
|
||||
<div id="info2">{=L:epg.hover_for_details=}</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@@ -49,23 +49,23 @@ function init(){
|
||||
{=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=}">{=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~
|
||||
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L: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:timer_settings=}</a></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:set.menue.boot_logo=}</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_nhttpd.yhtm">{=L:set.menue.webserver=}</a></li>
|
||||
{=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_ucodes.yhtm">{=L:ucodes=}</a></li>
|
||||
<li><a target="work" href="Y_Tools_Bootlogo.yhtm">{=L:boot_logo=}</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:set.menue.ucodes=}</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~
|
||||
<li><a target="work" href="Y_Settings_Backup.yhtm">{=L: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_Backup.yhtm">{=L:set.menue.backup_restore=}</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>-->
|
||||
@@ -75,58 +75,58 @@ function init(){
|
||||
<div class="y_menu_sec">
|
||||
<ul id="secmenu_neutrino">
|
||||
{=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~
|
||||
<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:recording=}</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:set.menue.recording=}</a></li>
|
||||
{=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~
|
||||
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L: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.esound_server=}</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~
|
||||
<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~
|
||||
<li class="disabled" title="{=L:restriced_by_management_ip=}">{=L: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.boot_options=}</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~
|
||||
<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_record">{=L:recording=}</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:set.menue.recording=}</a></li>
|
||||
{=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~
|
||||
<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_movieplayer">{=L:movieplayer=}</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: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~
|
||||
<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~
|
||||
<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~
|
||||
<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_diverse">{=L:others=}</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:set.menue.others=}</a></li>
|
||||
~=}
|
||||
{=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>
|
||||
|
@@ -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><input id="wol3" type="button" name="wol_mac_3" value="wake up" title="wake up that MAC" onclick='do_wol(3)'/></td>
|
||||
</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>
|
||||
</form>
|
||||
<!--<a href="Y_Settings_yWeb.yhtm" title="WOL Settings">{=L:settings=}</a>-->
|
||||
|
@@ -55,7 +55,7 @@ function do_init(){
|
||||
<tr>
|
||||
<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>{=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>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -77,7 +77,7 @@ function do_init(){
|
||||
</tr>
|
||||
<tr><td class="y_form_header" colspan="4">{=L:others=}</td></tr>
|
||||
<tr>
|
||||
<td>{=L:remote=}</td>
|
||||
<td>{=L:set.yweb.remote=}</td>
|
||||
<td colspan="3"> <select name="fb" title="{=L:remote=}">
|
||||
<option value="default" selected="selected">default</option>
|
||||
<option value="Nokia">Nokia</option>
|
||||
|
@@ -1,5 +1,5 @@
|
||||
version=2.8.b.1
|
||||
date=01.03.2010
|
||||
version=2.8.b.2
|
||||
date=06.03.2010
|
||||
type=Beta
|
||||
info=Port Coolstream
|
||||
|
||||
|
@@ -34,7 +34,7 @@ end-block~neutrino_form_helpbox
|
||||
start-block~neutrino_form-data_record
|
||||
<div class="work_box">
|
||||
<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">
|
||||
<form name="f" class="y_form" action="/y/cgi">
|
||||
<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><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=}" /> {=L:set.reboot_required=}</td>
|
||||
</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>
|
||||
<td>{=L:set.rec.audio_standard=}</td>
|
||||
<td>
|
||||
@@ -320,7 +320,7 @@ end-block~neutrino_record_save_settings
|
||||
start-block~neutrino_form-data_movieplayer
|
||||
<div class="work_box">
|
||||
<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">
|
||||
<form name="f" class="y_form" action="/y/cgi">
|
||||
<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
|
||||
<div class="work_box">
|
||||
<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">
|
||||
<form name="f" action="/y/cgi">
|
||||
<table cellspacing="0" border="0" cellpadding="2" width="100%">
|
||||
|
@@ -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 Änderungen speichern
|
||||
cancel=abbrechen
|
||||
answer=Antwort
|
||||
reboot=Neustart
|
||||
shutdown=Ausschalten
|
||||
status=Status
|
||||
restart=Neustart
|
||||
on=An
|
||||
off=Aus
|
||||
download=Herunterladen
|
||||
back=Zurü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.boxcontrol=Boxsteuerung
|
||||
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.popup_to_screen=Popup auf Bildschirm
|
||||
bc.msg.send_message=Nachricht senden
|
||||
|
||||
====== EXtension
|
||||
ext.installer_updater=Installation
|
||||
restriced_by_management_ip=Zugriff verwert wg. ManagementIP
|
||||
ext.uninstaller=Deinstallation Erweiterungen
|
||||
ext.search_for_ext=Suche nach Extensions ...
|
||||
ext.installed_extensions=Installierte Erweiterungen
|
||||
@@ -91,42 +140,63 @@ ext.your=Deine
|
||||
ext.update=Aktuelle
|
||||
ext.update_install=Aktualisierung / Installation
|
||||
ext.site=Site
|
||||
|
||||
====== Bouquet
|
||||
bouquets_must_be_saved=Alle Änderungen müssen noch gespeichert werden!
|
||||
bouquet_editor=Bouquet-Editor
|
||||
bouquet_add=Bouquet hinzufügen
|
||||
name_of_bouquet=Name des neuen Bouquets
|
||||
rename_bouquet=Bouquet umbenennen
|
||||
bou.bouquets_must_be_saved=Alle Änderungen müssen noch gespeichert werden!
|
||||
bou.bouquet_editor=Bouquet-Editor
|
||||
bou.bouquet_add=Bouquet hinzufügen
|
||||
bou.name_of_bouquet=Name des neuen Bouquets
|
||||
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
|
||||
get_epg=EPG holen ...
|
||||
epg_plus=EPG Plus
|
||||
select_bouquet=Bouquet auswählen - Kanäle werden aktualisiert
|
||||
hover_for_details=Für Details: Maus über die entsprechende Sendung bewegen.
|
||||
epg.get_epg=EPG holen ...
|
||||
epg.epg_plus=EPG Plus
|
||||
epg.select_bouquet=Bouquet auswählen - Kanäle werden aktualisiert
|
||||
epg.hover_for_details=Für Details: Maus ü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
|
||||
set.reload_neutrino=Neutrino neuladen
|
||||
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=Zur Synchronisation mit Neutrino
|
||||
|
||||
========Settings General & Menue
|
||||
set.menue.webserver=Webserver
|
||||
ucodes=Ucodes
|
||||
boot_logo=Boot Logo
|
||||
timer_settings=Timer Einstellungen
|
||||
zapit=Zapit
|
||||
backup_restore=Sichern und Wiederherstellen
|
||||
video_audio=Video/Audio
|
||||
parental=Jugendschutz
|
||||
direct_recording=Direktaufnahme
|
||||
recording=Aufnahme
|
||||
audio_player=Audioplayer
|
||||
esound_server=Esound Server
|
||||
movieplayer=Movieplayer
|
||||
pictureviewer=Bildbetrachter
|
||||
lcd_display=LC-Display
|
||||
key_settings=Tastenbelegung
|
||||
boot_options=Bootoptionen
|
||||
peronalization=Personalisierung
|
||||
plugins=Plugins
|
||||
set.menue.ucodes=Ucodes
|
||||
set.menue.boot_logo=Boot Logo
|
||||
set.menue.timer_settings=Timer Einstellungen
|
||||
set.menue.zapit=Zapit
|
||||
set.menue.backup_restore=Sichern und Wiederherstellen
|
||||
set.menue.bouquet_editor=Bouquet-Editor
|
||||
set.menue.video_audio=Video/Audio
|
||||
set.menue.parental=Jugendschutz
|
||||
set.menue.direct_recording=Direktaufnahme
|
||||
set.menue.recording=Aufnahme
|
||||
set.menue.audio_player=Audioplayer
|
||||
set.menue.esound_server=Esound Server
|
||||
set.menue.movieplayer=Movieplayer
|
||||
set.menue.pictureviewer=Bildbetrachter
|
||||
set.menue.lcd_display=LC-Display
|
||||
set.menue.key_settings=Tastenbelegung
|
||||
set.menue.boot_options=Bootoptionen
|
||||
set.menue.peronalization=Personalisierung
|
||||
set.menue.plugins=Plugins
|
||||
set.menue.others=Diverses
|
||||
========Neutrino Settings - Recording
|
||||
set.rec.rec_dest=Aufnahmeziel
|
||||
set.rec.device=Aufnahmegerät
|
||||
@@ -152,7 +222,7 @@ set.rec.timer_settings=Timereinstellungen
|
||||
set.rec.start_delay=Aufnahmestart-Korrektur (Sek)
|
||||
set.rec.stop_delay=Aufnahmeende-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_alternate=Alternative Tonspur 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_delete=Automatisches Löschen
|
||||
set.rec.timeshift.tmp_timeshift=Temporäres timeshift
|
||||
|
||||
========Neutrino Settings - Movieplayer
|
||||
set.mp.sources=Quellen
|
||||
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.number_buffersegments=Anzahl Buffersegmente
|
||||
set.mp.picture_in_browser=TV Bild im Browser
|
||||
|
||||
========Neutrino Settings - Parental
|
||||
set.parental.activate=Aktivieren
|
||||
set.parental.type.never=Nie
|
||||
@@ -191,6 +263,7 @@ set.parental.type.bouquet=Bouquet
|
||||
set.parental.type.preset=Vorsperre
|
||||
set.parental.minimum_age=Mindestalter
|
||||
set.parental.pin=PIN
|
||||
|
||||
========Settings NHTTP
|
||||
set.nhttpd.webserver=Webserver
|
||||
set.nhttpd.authentication=Authentifikation
|
||||
@@ -211,9 +284,11 @@ set.nhttpd.cache=Cache
|
||||
set.nhttpd.cache_info=Cache Informationen
|
||||
set.nhttpd.clear_cache=Cache löschen
|
||||
set.nhttpd.server_configuration=Server Konfiguration
|
||||
|
||||
=========Settings yWeb
|
||||
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.description=Bezeichnung
|
||||
set.yweb.enter_description_desc=Beschreibung eingeben
|
||||
set.yweb.management_IPs=Management IPs
|
||||
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=Farbe
|
||||
set.yweb.start_page=Startseite
|
||||
set.yweb.remote=Fernbedienung
|
||||
|
||||
========Settings Picture viewer
|
||||
set.pv.pictureviewer=Bildbetrachter
|
||||
set.pv.scale=Skalierung
|
||||
@@ -232,6 +309,7 @@ set.pv.slideshow_duration=Diaschau-Anzeigedauer
|
||||
set.pv.start_dir=Start-Verzeichnis
|
||||
set.pv.decoding_server_ip=Decoding-Server IP
|
||||
set.pv.decoding_server_port=Decoding-Server Port</td>
|
||||
|
||||
========Settings Audioplayer
|
||||
set.ap.audioplayer=Audioplayer
|
||||
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ät
|
||||
set.ap.start_dir=Start-Verzeichnis
|
||||
set.ap.parse_shoutcast=Shoutcast Meta-Daten
|
||||
|
||||
============ Tools Info
|
||||
tools.info.show_messages=Kernel Meldungen
|
||||
tools.info.processes=Prozesse
|
||||
@@ -255,6 +334,7 @@ tools.info.partitions=Partitions
|
||||
tools.info.mtd=mtd
|
||||
tools.info.stat=Statistik
|
||||
tools.info.version=Version
|
||||
|
||||
============ Tools yInstaller
|
||||
tools.yinstaller.no_file_given=Keine Datei angegeben!
|
||||
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.tar_file=tar-Datei
|
||||
tools.yinstaller.upload_install=hochladen und installieren
|
||||
|
||||
============ Tools
|
||||
tools.automount_desc=Automounts organisieren
|
||||
tools.automount=AutoMounts
|
||||
@@ -282,6 +363,7 @@ tools.path=Verzeichnis
|
||||
tools.command=Kommando
|
||||
tools.cmd.enter_command=Auszuführendes Kommando eingeben
|
||||
tools.cmd.execute_command=Kommando ausführen
|
||||
|
||||
=========== LIVE Menue
|
||||
live.heading=Live/Timer
|
||||
live.live=Live
|
||||
@@ -290,11 +372,12 @@ live.tv=TV
|
||||
live.radio_popup_desc=LiveRadio (popup)
|
||||
live.radio=Radio
|
||||
live.double_view=DoubleView
|
||||
live.timer=Time
|
||||
live.timer=Timer
|
||||
live.epg=EPG
|
||||
live.epg_plus_popup_desc=EPG+ (popup)
|
||||
live.epg_plus=EPG Plus
|
||||
live.timer_sync=Timer Sync
|
||||
|
||||
=========== LIVE
|
||||
live.get_stream_info=Streaming-Informationen<br/>werden ermittelt.
|
||||
live.getting_bouquets=Hole Bouquets ...
|
||||
@@ -319,6 +402,7 @@ live.transcode=Transkodiermodus
|
||||
live.build_vlc=... erstelle Live ...
|
||||
live.select_bouquet=Bouquet auswählen - Sender werden aktualisiert
|
||||
live.select_channel=Sender wechseln - nutze zap
|
||||
|
||||
=========== LIVE Timer Edit
|
||||
live.timer_edit.timer=Timer
|
||||
live.timer_edit.times=Zeiten
|
||||
@@ -341,54 +425,10 @@ live.timer_edit.standby=Standby
|
||||
live.timer_edit.plugin=Plugin
|
||||
live.timer_edit.rec_dir=Aufnahmeverzeichnis
|
||||
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 Änderungen speichern
|
||||
cancel=abbrechen
|
||||
answer=Antwort
|
||||
reboot=Neustart
|
||||
shutdown=Ausschalten
|
||||
status=Status
|
||||
restart=Neustart
|
||||
on=An
|
||||
off=Aus
|
||||
download=Herunterladen
|
||||
back=Zurück
|
||||
date=Datum
|
||||
from=Von
|
||||
to=bis
|
||||
program=Sendung
|
||||
others=Sonstiges
|
||||
description=Beschreibung
|
||||
color=Farbe
|
||||
tag=Bezeichnung
|
||||
empty=leer
|
||||
|
||||
=========INFO
|
||||
help=Hilfe
|
||||
About=Über
|
||||
check_for_updates=Auf Updates prüfen
|
||||
your_version=Deine Version
|
||||
actual_version=Aktuelle Version
|
||||
info.help=Hilfe
|
||||
info.About=Über
|
||||
info.check_for_updates=Auf Updates prüfen
|
||||
info.your_version=Deine Version
|
||||
info.actual_version=Aktuelle Version
|
||||
|
@@ -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.live_tv_desc=LiveTV
|
||||
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.status=Status
|
||||
bc.control.restart=restart
|
||||
|
||||
========= BOX Control - Message
|
||||
bc.msg.message_to_screen_desc=enter message to send to TV screen
|
||||
bc.msg.message_to_screen=Message on screen
|
||||
bc.msg.popup_to_screen=Message as popup
|
||||
bc.msg.send_message=send message
|
||||
|
||||
====== EXtension
|
||||
ext.installer_updater=Installer/Updater
|
||||
restriced_by_management_ip=restricted by ManagementIP
|
||||
ext.uninstaller=Extensions Uninstaller
|
||||
ext.search_for_ext=Search for Extensions ...
|
||||
ext.installed_extensions=installed extensions
|
||||
@@ -94,42 +144,64 @@ ext.your=Your
|
||||
ext.update=Update
|
||||
ext.update_install=update/install
|
||||
ext.site=Site
|
||||
|
||||
====== Bouquet
|
||||
bouquets_must_be_saved=All bouquets must be saved!
|
||||
bouquet_editor=Bouquet-Editor
|
||||
bouquet_add=add bouquet
|
||||
name_of_bouquet=Name of bouquets
|
||||
rename_bouquet=rename bouquet
|
||||
bou.bouquet=Bouquet
|
||||
bou.bouquets_must_be_saved=All bouquets must be saved!
|
||||
bou.bouquet_editor=Bouquet-Editor
|
||||
bou.bouquet_add=add 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
|
||||
get_epg=get EPG ...
|
||||
epg_plus=EPG Plus
|
||||
select_bouquet=select bouquet - channels will be updated
|
||||
hover_for_details=move to program for more details
|
||||
epg.get_epg=get EPG ...
|
||||
epg.epg_plus=EPG Plus
|
||||
epg.select_bouquet=select bouquet - channels will be updated
|
||||
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
|
||||
set.reload_neutrino=reload Neutrino
|
||||
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=Synchronization with Neutrino
|
||||
|
||||
=======Settings General & Menue
|
||||
set.menue.webserver=Webserver
|
||||
ucodes=Ucodes
|
||||
boot_logo=Boot Logo
|
||||
timer_settings=Timer Settings
|
||||
zapit=Zapit
|
||||
backup_restore=Backup & Restore
|
||||
video_audio=Video/Audio
|
||||
parental=Parental
|
||||
direct_recording=Direct Recording
|
||||
recording=Recording
|
||||
audio_player=Audioplayer
|
||||
esound_server=Esound Server
|
||||
movieplayer=Movieplayer
|
||||
pictureviewer=Picture Viewer
|
||||
lcd_display=LC-Display
|
||||
key_settings=Key Layout
|
||||
boot_options=Boot options
|
||||
peronalization=Personalization
|
||||
plugins=Plugins
|
||||
set.menue.ucodes=Ucodes
|
||||
set.menue.boot_logo=Boot Logo
|
||||
set.menue.timer_settings=Timer Settings
|
||||
set.menue.zapit=Zapit
|
||||
set.menue.backup_restore=Backup & Restore
|
||||
set.menue.bouquet_editor=Bouquet-Editor
|
||||
set.menue.video_audio=Video/Audio
|
||||
set.menue.parental=Parental
|
||||
set.menue.direct_recording=Direct Recording
|
||||
set.menue.recording=Recording
|
||||
set.menue.audio_player=Audioplayer
|
||||
set.menue.esound_server=Esound Server
|
||||
set.menue.movieplayer=Movieplayer
|
||||
set.menue.pictureviewer=Picture Viewer
|
||||
set.menue.lcd_display=LC-Display
|
||||
set.menue.key_settings=Key Layout
|
||||
set.menue.boot_options=Boot options
|
||||
set.menue.peronalization=Personalization
|
||||
set.menue.plugins=Plugins
|
||||
set.menue.others=Others
|
||||
========Neutrino Settings - Recording
|
||||
set.rec.rec_dest=Recoring destination
|
||||
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.stop_delay=Record stop 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_alternate=Record alternate 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_delete=Automatic deletion
|
||||
set.rec.timeshift.tmp_timeshift=Temporaly timeshift
|
||||
|
||||
========Neutrino Settings - Movieplayer
|
||||
set.mp.sources=Sources
|
||||
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.number_buffersegments=Number of buffer segs
|
||||
set.mp.picture_in_browser=TV Picture in Browser
|
||||
|
||||
========Neutrino Settings - Parental
|
||||
set.parental.activate=Activate
|
||||
set.parental.type.never=Never
|
||||
@@ -194,6 +268,7 @@ set.parental.type.bouquet=Bouquet
|
||||
set.parental.type.preset=Preset
|
||||
set.parental.minimum_age=Minimum Age
|
||||
set.parental.pin=PIN
|
||||
|
||||
========Settings NHTTP
|
||||
set.nhttpd.webserver=Webserver
|
||||
set.nhttpd.authentication=Authentication
|
||||
@@ -214,9 +289,11 @@ set.nhttpd.cache=Cache
|
||||
set.nhttpd.cache_info=Cache info
|
||||
set.nhttpd.clear_cache=clear cache
|
||||
set.nhttpd.server_configuration=Server Configuration
|
||||
|
||||
=========Settings yWeb
|
||||
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.description=Description
|
||||
set.yweb.enter_description_desc=enter description
|
||||
set.yweb.management_IPs=Management IPs
|
||||
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=Color
|
||||
set.yweb.start_page=Start page
|
||||
set.yweb.remote=Remote
|
||||
|
||||
========Settings Picture viewer
|
||||
set.pv.pictureviewer=Pictureviewer
|
||||
set.pv.scale=Scaling
|
||||
@@ -235,6 +314,7 @@ set.pv.slideshow_duration=Slideshow View time
|
||||
set.pv.start_dir=Start Directory
|
||||
set.pv.decoding_server_ip=Decoding-Server IP
|
||||
set.pv.decoding_server_port=Decoding-Server Port</td>
|
||||
|
||||
========Settings Audioplayer
|
||||
set.ap.audioplayer=Audioplayer
|
||||
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.start_dir=Start directory
|
||||
set.ap.parse_shoutcast=Shoutcast Meta-Data
|
||||
|
||||
============ Tools Info
|
||||
tools.info.show_messages=Kernel Messages
|
||||
tools.info.processes=Processes
|
||||
@@ -258,6 +339,7 @@ tools.info.partitions=Partitions
|
||||
tools.info.mtd=mtd
|
||||
tools.info.stat=Statistics
|
||||
tools.info.version=Version
|
||||
|
||||
============ Tools yInstaller
|
||||
tools.yinstaller.no_file_given=No file given!
|
||||
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.tar_file=tar-File
|
||||
tools.yinstaller.upload_install=upload and install
|
||||
|
||||
============ Tools
|
||||
tools.automount_desc=organize file automounts
|
||||
tools.automount=AutoMounts
|
||||
@@ -285,6 +368,7 @@ tools.path=Path
|
||||
tools.command=Command
|
||||
tools.cmd.enter_command=enter command to execute
|
||||
tools.cmd.execute_command=execute shell command
|
||||
|
||||
=========== LIVE Menue
|
||||
live.heading=Live/Timer
|
||||
live.live=Live
|
||||
@@ -298,6 +382,7 @@ live.epg=EPG
|
||||
live.epg_plus_popup_desc=EPG+ (popup)
|
||||
live.epg_plus=EPG Plus
|
||||
live.timer_sync=Timer Sync
|
||||
|
||||
=========== LIVE tv/radio
|
||||
live.get_stream_info=Getting <br/>Streaming-Informationen.
|
||||
live.getting_bouquets=getting bouquets ...
|
||||
@@ -322,6 +407,7 @@ live.transcode=transcode mode
|
||||
live.build_vlc=... build vlc control ...
|
||||
live.select_bouquet=select bouquet - channels will be updated
|
||||
live.select_channel=select channel - use go to zap
|
||||
|
||||
=========== LIVE Timer Edit
|
||||
live.timer_edit.timer=Timer
|
||||
live.timer_edit.times=Times
|
||||
@@ -344,56 +430,11 @@ live.timer_edit.standby=Standby
|
||||
live.timer_edit.plugin=Plugin
|
||||
live.timer_edit.rec_dir=Recordind directory
|
||||
live.timer_edit.description=Description
|
||||
=========== 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
|
||||
==========
|
||||
#Info
|
||||
help=Help
|
||||
About=About
|
||||
check_for_updates=Check for Updates
|
||||
your_version=Your Version
|
||||
actual_version=Actual Version
|
||||
|
||||
========== INFO
|
||||
info.help=Help
|
||||
info.About=About
|
||||
info.check_for_updates=Check for Updates
|
||||
info.your_version=Your Version
|
||||
info.actual_version=Actual Version
|
||||
|
||||
|
Reference in New Issue
Block a user