diff --git a/src/nhttpd/web/Y_Tools_Installer.yhtm b/src/nhttpd/web/Y_Tools_Installer.yhtm index f556e19dd..901d8d0df 100644 --- a/src/nhttpd/web/Y_Tools_Installer.yhtm +++ b/src/nhttpd/web/Y_Tools_Installer.yhtm @@ -16,7 +16,7 @@ function do_submit() document.f.su.disabled=false; } else - alert("No file given!"); + alert("{=L:tools.yinstaller.no_file_given=}"); } function init(){ var res=dbox_exec_tools("var_space"); @@ -27,9 +27,9 @@ function init(){ var avaiable = RegExp.$4; var percentage = RegExp.$5; if(total != "") - str="Platz in /var Gesamt: "+total+"k Benutzt: "+used+"k Frei: "+avaiable+"k Anteil benutzt: "+percentage; + str="{=L:tools.yinstaller.space.var=}: "+total+"{=L:tools.yinstaller.space.used=}: "+used+"{=L:tools.yinstaller.space.free=}: "+avaiable+"{=L:tools.yinstaller.space.percentage=}: "+percentage; else - str="Kann freien Speicherplatz nicht ermitteln /var ist keine Partition! JFFS2 oder YADD?"; + str="{=L:tools.yinstaller.not_determine=}"; id("free").innerHTML=str; } //]]>div @@ -38,16 +38,16 @@ function init(){
- {=var-set:help_url=Help-Tools-yInstaller=}{=var-set:menu=yInstaller=}{=include-block:Y_Blocks.txt;work_menu=}
+ {=var-set:help_url=Help-Tools-yInstaller=}{=var-set:menu={=L:tools.yinstaller.head=}=}{=include-block:Y_Blocks.txt;work_menu=}
- tar-File:  
- + {=L:tools.yinstaller.tar_file=}:  
+

- +
diff --git a/src/nhttpd/web/languages/Deutsch b/src/nhttpd/web/languages/Deutsch index d4fb4f902..4a26e1dbe 100644 --- a/src/nhttpd/web/languages/Deutsch +++ b/src/nhttpd/web/languages/Deutsch @@ -230,6 +230,16 @@ 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 +tools.yinstaller.space.used=k Benutzt +tools.yinstaller.space.free=k Frei +tools.yinstaller.space.percentage=k Anteil benutzt +tools.yinstaller.not_determine=Kann freien Speicherplatz nicht ermitteln /var ist keine Partition! JFFS2 oder YADD? +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 @@ -306,7 +316,8 @@ live.timer_edit.standby=Standby live.timer_edit.plugin=Plugin live.timer_edit.rec_dir=Aufnahmeverzeichnis live.timer_edit.description=Beschreibung -=========== GENERAL +=========== GENERAL / GLOBAL +global.no_iframes=Dein Browser unterstützt keine IFrames. clear=löschen submit=Ausführen action=Aktion diff --git a/src/nhttpd/web/languages/English b/src/nhttpd/web/languages/English index 78b60a1d4..3611b7f2a 100644 --- a/src/nhttpd/web/languages/English +++ b/src/nhttpd/web/languages/English @@ -232,6 +232,16 @@ 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 +tools.yinstaller.space.used=k used +tools.yinstaller.space.free=k free +tools.yinstaller.space.percentage=k percentage used +tools.yinstaller.not_determine=Can not determine free space. /var is no partition! JFFS2, YADD or USB? +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 @@ -308,7 +318,8 @@ live.timer_edit.standby=Standby live.timer_edit.plugin=Plugin live.timer_edit.rec_dir=Recordind directory live.timer_edit.description=Description -=========== GENERAL +=========== GENERAL / GLOBAL +global.no_iframes=Your Browser does not support IFrames. clear=clear submit=Submit action=Action