Changeset 118
- Timestamp:
- 05/26/07 14:24:12 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/stable/0.8/usr/lib/webif/lang/de/fon.txt
r105 r118 684 684 DNS server => DNS-Server 685 685 686 #Scan for stations 687 Scan for stations => Nach Accesspoints suchen 688 686 689 ######################## 687 690 # ../webif/password.sh # … … 820 823 Restoring... => Wiederherstellung lÀuft... 821 824 825 #################### 826 # ../webif/scan.sh # 827 #################### 828 829 #The Fonera need to be in QRM for this to work 830 The Fonera need to be in QRM for this to work => Die Fonera muss zum Suchen im QRM sein. 831 822 832 ####################### 823 833 # ../webif/upgrade.sh # branches/stable/0.8/www/cgi-bin/webif/mode.sh
r51 r118 138 138 set_visible('mode_dhcp', isset('dhcp', '0')); 139 139 } 140 function scan() 141 { 142 scanwindow= window.open ("/cgi-bin/webif/scan.sh", "scanwindow", "location=1,status=1,scrollbars=1,width=650,height=650"); 143 scanwindow.moveTo(0,0); 144 } 140 145 --> 141 146 </script> … … 163 168 end_row 164 169 add_row 170 add_label_cell| 171 add_label_cell|<a href="javascript:scan()">@TR<<Scan for stations>></a> 172 add_row 165 173 add_label_cell|@TR<<Encryption Type>> 166 174 start_select_cell|enc|$FORM_enc|tableTextSelect
