Changeset 18989


Ignore:
Timestamp:
04/11/12 23:16:22 (14 months ago)
Author:
eko
Message:

fix polish trans.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/kromo/dd-wrt/lang_pack/polish.js

    r18988 r18989  
    44 
    55// ** COMMON SHARE LABEL **// 
    6 var lang_charset = new Object(); 
     6 
    77lang_charset.set="utf-8"; 
    88 
    9 var share = new Object(); 
     9 
    1010share.apn="APN"; 
    1111share.pin="PIN"; 
     
    212212share.change="Zmiana hasła użytkownika"; 
    213213 
    214 var sbutton = new Object(); 
     214 
    215215sbutton.save="Zapisz"; 
    216216sbutton.savetitle="Zapisuje ustawienia bez ich zastosowania"; 
     
    270270 
    271271// ** COMMON ERROR MESSAGES  **// 
    272 var errmsg = new Object(); 
     272 
    273273errmsg.err0="Musisz wprowadzić użytkownika."; 
    274274errmsg.err1="Musisz wprowadzić Nazwę Routera."; 
     
    380380 
    381381// **  COMMON MENU ENTRIES  **// 
    382 var bmenu= new Object(); 
     382 
    383383bmenu.setup="Setup"; 
    384384bmenu.setupbasic="Basic Setup"; 
     
    468468 
    469469// ** Alive.asp **// 
    470 var alive = new Object(); 
     470 
    471471alive.titl="Keep Alive"; 
    472472alive.h2="Keep Alive"; 
     
    483483 
    484484//help container 
    485 var halive = new Object(); 
     485 
    486486halive.right2="Choose when reboot the router. Cron must be enabled in the management tab."; 
    487487halive.right4="A maximum of three IPs separated by a <em>SPACE</em> is allowed.<br/>IP Format is xxx.xxx.xxx.xxx ."; 
     
    489489 
    490490// ** config.asp **// 
    491 var config = new Object(); 
     491 
    492492config.titl="Backup & Restore"; 
    493493config.h2="Backup Configuration"; 
     
    501501 
    502502//help container 
    503 var hconfig = new Object(); 
     503 
    504504hconfig.right2="You may backup your current configuration in case you need to reset the router back to its factory default settings.<br /><br />Click the <em>Backup</em> button to backup your current configuration."; 
    505505hconfig.right4="Click the <em>Browse...</em> button to browse for a configuration file that is currently saved on your PC.<br /><br />Click the <em>" + sbutton.restore + "</em> button to overwrite all current configurations with the ones in the configuration file."; 
     
    507507 
    508508// ** DDNS.asp **// 
    509 var ddns = new Object(); 
     509 
    510510ddns.titl="Dynamic DNS"; 
    511511ddns.h2="Dynamic Domain Name System (DDNS)"; 
     
    523523ddns.wanip="Do not use external ip check"; 
    524524 
    525 var ddnsm = new Object(); 
     525 
    526526ddnsm.all_closed="DDNS server is currently closed"; 
    527527ddnsm.all_resolving="Resolving domain name"; 
     
    533533 
    534534//help container 
    535 var hddns = new Object(); 
     535 
    536536hddns.right2="DDNS allows you to access your network using domain names instead of IP addresses. The service manages changing IP addresses and updates your domain information dynamically. You must sign up for service through DynDNS.org, freedns.afraid.org, ZoneEdit.com, No-IP.com or Custom."; 
    537537hddns.right4="Type an integer number in the box to set the force update interval (in days). Updates should only be performed automatically when your IP address has changed. Beware of your DDNS provider update abuse policy to avoid your hostname or domain to be blocked."; 
     
    539539 
    540540// ** Diagnostics.asp **// 
    541 var diag = new Object(); 
     541 
    542542diag.titl="Diagnostics"; 
    543543diag.h2="Diagnostics"; 
     
    550550 
    551551//help container 
    552 var hdiag = new Object(); 
     552 
    553553hdiag.right2="You can run command lines via the web interface. Fill the text area with your command and click <em>" + sbutton.runcmd + "</em> to submit."; 
    554554 
    555555 
    556556// ** DMZ.asp **// 
    557 var dmz = new Object(); 
     557 
    558558dmz.titl="DMZ"; 
    559559dmz.h2="Demilitarized Zone (DMZ)"; 
     
    563563 
    564564//help container 
    565 var hdmz = new Object(); 
     565 
    566566hdmz.right2="Enabling this option will expose the specified host to the Internet. All ports will be accessible from the Internet."; 
    567567 
    568568 
    569569// ** Factory_Defaults.asp **// 
    570 var factdef = new Object(); 
     570 
    571571factdef.titl="Factory Defaults"; 
    572572factdef.h2="Factory Defaults"; 
     
    576576 
    577577//help container 
    578 var hfactdef = new Object(); 
     578 
    579579hfactdef.right1="This will reset all settings back to factory defaults. All of your settings will be erased."; 
    580580 
    581581 
    582582// ** FilterIPMAC.asp **// 
    583 var filterIP = new Object(); 
     583 
    584584filterIP.titl="List of clients"; 
    585585filterIP.h2="List of clients"; 
     
    591591 
    592592// ** Filter.asp **// 
    593 var filter = new Object(); 
     593 
    594594filter.titl="Access Restrictions"; 
    595595filter.h2="WAN Access"; 
     
    611611 
    612612//help container 
    613 var hfilter = new Object(); 
     613 
    614614hfilter.right2="You may define up to 10 access policies. Click <em>" + sbutton.del + "</em> to delete a policy or <em>" + sbutton.summary + "</em> to see a summary of the policy."; 
    615615hfilter.right4="Enable or disable a policy."; 
     
    623623 
    624624// ** FilterSummary.asp **// 
    625 var filterSum = new Object(); 
     625 
    626626filterSum.titl="Access Restrictions Summary"; 
    627627filterSum.h2="Internet Policy Summary"; 
     
    631631 
    632632// ** Firewall.asp **// 
    633 var firewall = new Object(); 
     633 
    634634firewall.titl="Firewall"; 
    635635firewall.h2="Security"; 
     
    654654 
    655655//help container 
    656 var hfirewall = new Object(); 
     656 
    657657hfirewall.right2="Enable or disable the SPI firewall."; 
    658658 
    659659 
    660660// ** Forward.asp **// 
    661 var prforward = new Object(); 
     661 
    662662prforward.titl="Port Range Forwarding"; 
    663663prforward.h2="Port Range Forward"; 
     
    666666 
    667667//help container 
    668 var hprforward = new Object(); 
     668 
    669669hprforward.right2="Certain applications may require to open specific ports in order for it to function correctly. Examples of these applications include servers and certain online games. When a request for a certain port comes in from the Internet, the router will route the data to the computer you specify. Due to security concerns, you may want to limit port forwarding to only those ports you are using, and uncheck the <em>" + share.enable +"</em> checkbox after you are finished."; 
    670670 
    671671 
    672672// ** P2P.asp **// 
    673 var p2p = new Object(); 
     673 
    674674p2p.titl="Peer-to-Peer Apps"; 
    675675p2p.h2="BitTorrent Client"; 
     
    679679 
    680680//help container 
    681 //var hp2p = new Object(); 
     681 
    682682//hpp2p.right2="Certain applications may require to open specific ports in order for it to function correctly. Examples of these applications include servers and certain online games. When a request for a certain port comes in from the Internet, the router will route the data to the computer you specify. Due to security concerns, you may want to limit port forwarding to only those ports you are using, and uncheck the <em>" + share.enable +"</em> checkbox after you are finished."; 
    683683 
    684684 
    685685// ** ForwardSpec.asp **// 
    686 var pforward = new Object(); 
     686 
    687687pforward.titl="Port Forwarding"; 
    688688pforward.h2="Port Forward"; 
     
    694694 
    695695//help container 
    696 var hpforward = new Object(); 
     696 
    697697hpforward.right2="Certain applications may require to open specific ports in order for it to function correctly. Examples of these applications include servers and certain online games. When a request for a certain port comes in from the Internet, the router will route the data to the computer you specify. Due to security concerns, you may want to limit port forwarding to only those ports you are using, and uncheck the <em>Enable</em> checkbox after you are finished."; 
    698698 
    699699// ** USB.asp **// 
    700 var usb = new Object(); 
     700 
    701701usb.titl="USB"; 
    702702usb.usb_legend="USB Support"; 
     
    714714 
    715715// ** NAS.asp **// 
    716 var nas = new Object(); 
     716 
    717717nas.titl="NAS"; 
    718718nas.proftpd_legend="FTP Server"; 
     
    726726nas.samba3_legend="File Sharing"; 
    727727 
    728 var hnas = new Object(); 
     728 
    729729hnas.right2="User Password List: Enter one User Password per line. Password can be plain text or MD5 crypt."; 
    730730 
    731731// ** Hotspot.asp **// 
    732 var hotspot = new Object(); 
     732 
    733733hotspot.titl="Hotspot"; 
    734734hotspot.h2="Hotspot Portal"; 
     
    809809 
    810810// ** Hotspotsystem **// 
    811 var hotspotsys = new Object(); 
     811 
    812812hotspotsys.legend="Hotspot System"; 
    813813hotspotsys.nobridge="Separate Wifi from LAN Bridge"; 
     
    823823hotspotsys.customsplash="Custom Splash Page (Walled Garden)"; 
    824824 
    825 var anchorfree = new Object(); 
     825 
    826826anchorfree.anchorfree="AnchorFree"; 
    827827anchorfree.titl="My Ad Network"; 
     
    849849anchorfree.validterms="You must agree to the terms & conditions!"; 
    850850 
    851 var hanchorfree = new Object(); 
     851 
    852852hanchorfree.right1="Join AnchorFree's hotspot advertising network"; 
    853853hanchorfree.right2="AnchorFree operates a hotspot advertising network allowing DD-WRT customers to generate incremental revenues."; 
     
    862862 
    863863// ** Info.htm **// 
    864 var info = new Object(); 
     864 
    865865info.titl="Info"; 
    866866info.h2="System Information"; 
     
    871871 
    872872// ** index_heartbeat.asp **// 
    873 var idx_h = new Object(); 
     873 
    874874idx_h.srv="Heart Beat Server"; 
    875875idx_h.con_strgy="Connection Strategy"; 
     
    880880 
    881881// ** index_l2tp.asp **// 
    882 var idx_l = new Object(); 
     882 
    883883idx_l.srv="Gateway (L2TP Server)"; 
    884884idx_l.req_chap="Require CHAP"; 
     
    888888 
    889889// ** index_pppoe.asp **// 
    890 var idx_pppoe = new Object(); 
     890 
    891891idx_pppoe.use_rp="Use RP PPPoE"; 
    892892 
    893893 
    894894// ** index_pptp.asp **// 
    895 var idx_pptp = new Object(); 
     895 
    896896idx_pptp.srv="Use DHCP"; 
    897897idx_pptp.wan_ip="WAN IP Address"; 
     
    903903 
    904904// ** index_static.asp **// 
    905 var idx_static = new Object(); 
     905 
    906906idx_static.dns="Static DNS"; 
    907907 
    908908 
    909909// ** index.asp **// 
    910 var idx = new Object(); 
     910 
    911911idx.titl="Setup"; 
    912912idx.h2="WAN Setup"; 
     
    954954 
    955955//help container 
    956 var hidx = new Object(); 
     956 
    957957hidx.right2="This setting is most commonly used by Cable operators."; 
    958958hidx.right4="Enter the host name provided by your ISP."; 
     
    968968 
    969969// ** Join.asp **// 
    970 var join = new Object(); 
     970 
    971971 
    972972//sshd.webservices 
     
    976976 
    977977// ** Log_incoming.asp **// 
    978 var log_in = new Object(); 
     978 
    979979log_in.titl="Incoming Log Table"; 
    980980log_in.h2="Incoming Log Table"; 
     
    984984 
    985985// ** Log_outgoing.asp **// 
    986 var log_out = new Object(); 
     986 
    987987log_out.titl="Outgoing Log Table"; 
    988988log_out.h2="Outgoing Log Table"; 
     
    993993 
    994994// ** Log.asp **// 
    995 var log = new Object(); 
     995 
    996996log.titl="Log"; 
    997997log.h2="Log Management"; 
     
    10041004 
    10051005// ** Management.asp **// 
    1006 var management = new Object(); 
     1006 
    10071007management.titl="Administration"; 
    10081008management.h2="Router Management"; 
     
    10931093 
    10941094//help container 
    1095 var hmanagement = new Object(); 
     1095 
    10961096hmanagement.right1="Auto-Refresh:"; 
    10971097hmanagement.right2="Adjusts the Web GUI automatic refresh interval. 0 disables this feature completely."; 
    10981098 
    10991099// ************ Port_Services.asp (used by Filters.asp and QoS.asp, QOSPort_Services.asp not used anymore) *****************************************// 
    1100 var portserv = new Object(); 
     1100 
    11011101portserv.titl="Port Services"; 
    11021102portserv.h2="Port Services"; 
     
    11041104 
    11051105// ** Networking.asp **// 
    1106 var networking = new Object(); 
     1106 
    11071107networking.h2="VLAN Tagging"; 
    11081108networking.legend="Tagging"; 
     
    11181118 
    11191119//help container 
    1120 var hnetworking = new Object(); 
     1120 
    11211121hnetworking.right1="Multi DHCPD"; 
    11221122hnetworking.right2="To use Multiple DHCPD enable DNSMasq as DHCP-Server"; 
    11231123 
    11241124// ** QoS.asp **// 
    1125 var qos = new Object(); 
     1125 
    11261126qos.titl="Quality of Service"; 
    11271127qos.h2="Quality Of Service (QoS)"; 
     
    11491149 
    11501150//help container 
    1151 var hqos = new Object(); 
     1151 
    11521152hqos.right1="Uplink:"; 
    11531153hqos.right2="Set this to 80%-95% (max) of your total upload limit."; 
     
    11611161 
    11621162// ** RouteTable.asp **// 
    1163 var routetbl = new Object(); 
     1163 
    11641164routetbl.titl="Routing Table"; 
    11651165routetbl.h2="Routing Table Entry List"; 
     
    11681168 
    11691169// ** Routing.asp **// 
    1170 var route = new Object(); 
     1170 
    11711171route.titl="Routing"; 
    11721172route.h2="Advanced Routing"; 
     
    12121212 
    12131213//help container 
    1214 var hroute = new Object(); 
     1214 
    12151215hroute.right2="If the router is hosting your Internet connection, select <em>Gateway</em> mode. If another router exists on your network, select <em>Router</em> mode."; 
    12161216hroute.right4="This is the unique route number, you may set up to 50 routes."; 
     
    12211221 
    12221222// ** Site_Survey.asp **// 
    1223 var survey = new Object(); 
     1223 
    12241224survey.titl="Site Survey"; 
    12251225survey.h2="Neighbor&#39;s Wireless Networks"; 
     
    12281228 
    12291229// ** Services.asp **// 
    1230 var service = new Object(); 
     1230 
    12311231service.titl="Services"; 
    12321232service.h2="Services Management"; 
     
    13181318 
    13191319//help container 
    1320 var hpppoesrv = new Object(); 
     1320 
    13211321hpppoesrv.right2="IP: 0.0.0.0; you'll serve IP's from the pool"; 
    13221322 
     
    13761376 
    13771377//help container 
    1378 var hstatus_vpn = new Object(); 
     1378 
    13791379hstatus_vpn.right1="Add IPs in the form 0.0.0.0/0 to force clients to use the tunnel as default gateway. One line per IP. Redirect Gateway MUST be off."; 
    13801380hstatus_vpn.right2="To push routes to clients add \'push \"route 0.0.0.0\"\', to push DNS/WINS add \'push \"dhcp-option DNS (or WINS) 0.0.0.0\"\' to the config."; 
     
    15061506 
    15071507// ** eop-tunnel.asp **// 
    1508 var eoip = new Object(); 
     1508 
    15091509eoip.titl="EoIP Tunnel"; 
    15101510eoip.tunnel="Tunnel"; 
     
    15221522 
    15231523// ** Sipath.asp + cgi **// 
    1524 var sipath = new Object(); 
     1524 
    15251525sipath.titl="SiPath Overview"; 
    15261526sipath.phone_titl="Phonebook"; 
     
    15291529 
    15301530// ** Status_Lan.asp **// 
    1531 var status_lan = new Object(); 
     1531 
    15321532status_lan.titl="LAN Status"; 
    15331533status_lan.h2="Local Network"; 
     
    15431543 
    15441544//help container 
    1545 var hstatus_lan = new Object(); 
     1545 
    15461546hstatus_lan.right2="This is the Router's MAC Address, as seen on your local, Ethernet network."; 
    15471547hstatus_lan.right4="This shows the Router's IP Address, as it appears on your local, Ethernet network."; 
     
    15521552 
    15531553// ** Status_Bandwidth.asp **// 
    1554 var status_band = new Object(); 
     1554 
    15551555status_band.titl="Bandwidth Monitoring"; 
    15561556status_band.h2="Bandwidth Monitoring"; 
     
    15651565 
    15661566//help container 
    1567 var hstatus_band = new Object(); 
     1567 
    15681568hstatus_band.svg="The Adobe's SVG plugin is required to display bandwidth graphs."; 
    15691569hstatus_band.right1="Click the label to switch unit (bytes/s or bits/s)."; 
     
    15711571 
    15721572// ** Status_Router.asp **// 
    1573 var status_router = new Object(); 
     1573 
    15741574status_router.titl="Router Status"; 
    15751575status_router.h2="Router Information"; 
     
    16011601 
    16021602//help container 
    1603 var hstatus_router = new Object(); 
     1603 
    16041604hstatus_router.right2="This is the specific name for the router, which you set on the <i>Setup</i> tab."; 
    16051605hstatus_router.right4="This is the router's MAC Address, as seen by your ISP."; 
     
    16101610 
    16111611// ** Status_Internet.asp **// 
    1612 var status_inet = new Object(); 
     1612 
    16131613status_inet.titl="WAN Status"; 
    16141614status_inet.h11="WAN"; 
     
    16291629 
    16301630//help container 
    1631 var hstatus_inet = new Object(); 
     1631 
    16321632hstatus_inet.right2="This shows the information required by your ISP for connection to the Internet. This information was entered on the Setup Tab. You can <em>Connect</em> or <em>Disconnect</em> your connection here by clicking on that button."; 
    16331633hstatus_inet.right4="This shows your router's Internet traffic since last reboot."; 
     
    16361636 
    16371637// ** Status_Conntrack.asp **// 
    1638 var status_conn = new Object(); 
     1638 
    16391639status_conn.titl="Active IP Connections Table"; 
    16401640status_conn.h2="Active IP Connections"; 
     
    16421642 
    16431643// ** Status_SputnikAPD.asp **// 
    1644 var status_sputnik = new Object(); 
     1644 
    16451645status_sputnik.titl="Sputnik Agent Status"; 
    16461646status_sputnik.h2="Sputnik&reg; Agent&trade;"; 
     
    16491649 
    16501650//help container 
    1651 var hstatus_sputnik = new Object(); 
     1651 
    16521652hstatus_sputnik.right1="Sputnik Agent Status"; 
    16531653hstatus_sputnik.right2="This screen displays the status of the Sputnik Agent process."; 
     
    16581658 
    16591659// ** Status_Wireless.asp **// 
    1660 var status_wireless = new Object(); 
     1660 
    16611661status_wireless.titl="Wireless Status"; 
    16621662status_wireless.h2="Wireless"; 
     
    16731673 
    16741674// ** GPS info **// 
    1675 var status_gpsi = new Object(); 
     1675 
    16761676status_gpsi.legend="GPS Info"; 
    16771677status_gpsi.status="Status"; 
     
    16821682 
    16831683//help container 
    1684 var hstatus_wireless = new Object(); 
     1684 
    16851685hstatus_wireless.right2="This is the Router's MAC Address, as seen on your local, wireless network."; 
    16861686hstatus_wireless.right4="As selected from the Wireless tab, this will display the wireless mode (Mixed, G-Only, B-Only or Disabled) used by the network."; 
     
    16881688 
    16891689// ** Status_OpenVPN.asp **// 
    1690 var status_openvpn = new Object(); 
     1690 
    16911691status_openvpn.titl="OpenVPN Status"; 
    16921692 
    16931693 
    16941694// ** Triggering.asp **// 
    1695 var trforward = new Object(); 
     1695 
    16961696trforward.titl="Port Triggering"; 
    16971697trforward.h2="Port Triggering"; 
     
    17021702 
    17031703//help container 
    1704 var htrforward = new Object(); 
     1704 
    17051705htrforward.right2="Enter the application name of the trigger."; 
    17061706htrforward.right4="For each application, list the triggered port number range. Check with the Internet application documentation for the port number(s) needed."; 
     
    17111711 
    17121712// ** Upgrade.asp **// 
    1713 var upgrad = new Object(); 
     1713 
    17141714upgrad.titl="Firmware Upgrade"; 
    17151715upgrad.h2="Firmware Management"; 
     
    17231723 
    17241724//help container 
    1725 var hupgrad = new Object(); 
     1725 
    17261726hupgrad.right2="Click on the <em>Browse...</em> button to select the firmware file to be uploaded to the router.<br /><br /> Click the <em>Upgrade</em> button to begin the upgrade process. Upgrade must not be interrupted."; 
    17271727 
    17281728 
    17291729// ** UPnP.asp **// 
    1730 var upnp = new Object(); 
     1730 
    17311731upnp.titl="UPnP"; 
    17321732upnp.h2="Universal Plug and Play (UPnP)"; 
     
    17401740 
    17411741//help container 
    1742 var hupnp = new Object(); 
     1742 
    17431743hupnp.right2="Click the trash can to delete an individual entry."; 
    17441744hupnp.right4="Allows applications to automatically setup port forwardings."; 
     
    17461746 
    17471747// ** VPN.asp **// 
    1748 var vpn = new Object(); 
     1748 
    17491749vpn.titl="VPN Passthrough"; 
    17501750vpn.h2="Virtual Private Network (VPN)"; 
     
    17551755 
    17561756//help container 
    1757 var hvpn = new Object(); 
     1757 
    17581758hvpn.right1="You may choose to enable IPSec, PPTP and/or L2TP passthrough to allow your network devices to communicate via VPN."; 
    17591759 
    17601760 
    17611761// ** Vlan.asp **// 
    1762 var vlan = new Object(); 
     1762 
    17631763vlan.titl="Virtual LAN"; 
    17641764vlan.h2="Virtual Local Area Network (VLAN)"; 
     
    17721772 
    17731773// ** WEP.asp **// 
    1774 var wep = new Object(); 
     1774 
    17751775wep.defkey="Default Transmit Key"; 
    17761776wep.passphrase="Passphrase"; 
     
    17781778 
    17791779// ** WOL.asp **// 
    1780 var wol = new Object(); 
     1780 
    17811781wol.titl="WOL"; 
    17821782wol.h2="Wake-On-LAN"; 
     
    17961796 
    17971797//help container 
    1798 var hwol = new Object(); 
     1798 
    17991799hwol.right2="This page allows you to <em>Wake Up</em> hosts on your local network (i.e. locally connected to your router). You can manually wake up hosts by clicking the <em>"+sbutton.wol+"</em> or you can program an automatic schedule wake up thanks to the "+wol.srv+"."; 
    18001800hwol.right4="MAC Address(es) are entered in the format xx:xx:xx:xx:xx:xx (i.e. 01:23:45:67:89:AB) and must be separated by a <em>SPACE</em>"; 
     
    18031803 
    18041804// ** WanMAC.asp **// 
    1805 var wanmac = new Object(); 
     1805 
    18061806wanmac.titl="MAC Address Clone"; 
    18071807wanmac.h2="MAC Address Clone"; 
     
    18111811 
    18121812//help container 
    1813 var hwanmac = new Object(); 
     1813 
    18141814hwanmac.right2="Some ISPs will require you to register your MAC address. If you do not wish to re-register your MAC address, you can have the router clone the MAC address that is registered with your ISP."; 
    18151815 
    18161816 
    18171817// ** WL_WPATable.asp / WPA.asp / Radius.asp **// 
    1818 var wpa = new Object(); 
     1818 
    18191819wpa.titl="Wireless Security"; 
    18201820wpa.h2="Wireless Security"; 
     
    18331833 
    18341834 
    1835 var aoss = new Object(); 
     1835 
    18361836aoss.titl="AOSS Security"; 
    18371837aoss.aoss="AOSS"; 
     
    18631863aoss.release="Release"; 
    18641864 
    1865 var olupgrade = new Object(); 
     1865 
    18661866olupgrade.avail_updates="Available Updates"; 
    18671867olupgrade.version="Version"; 
     
    18711871olupgrade.retrieve_error="Error retrieving update information"; 
    18721872 
    1873 var nintendo = new Object(); 
     1873 
    18741874nintendo.titl="Nintendo"; 
    18751875nintendo.spotpass = new Object(); 
     
    18781878nintendo.spotpass.servers="Allow Servers"; 
    18791879 
    1880 var sec80211x = new Object(); 
     1880 
    18811881sec80211x.xsuptype="XSupplicant Type"; 
    18821882sec80211x.servercertif="Public Server Certificate"; 
     
    18871887 
    18881888//help container 
    1889 var hwpa = new Object(); 
     1889 
    18901890hwpa.right2="You may choose from Disable, WEP, WPA Personal, WPA Enterprise, or RADIUS. All devices on your network must use the same security mode. With N-Mode you must use WPA2/AES"; 
    18911891 
    18921892 
    18931893// ** WL_FilterTable.asp **// 
    1894 var wl_filter = new Object(); 
     1894 
    18951895wl_filter.titl="MAC Address Filter List"; 
    18961896wl_filter.h2="MAC Address Filter List"; 
     
    19001900 
    19011901// ** WL_ActiveTable.asp **// 
    1902 var wl_active = new Object(); 
     1902 
    19031903wl_active.titl="Wireless Active Client MAC List"; 
    19041904wl_active.h2="Wireless Client MAC List"; 
     
    19091909 
    19101910// ** Wireless_WDS.asp **// 
    1911 var wds = new Object(); 
     1911 
    19121912wds.titl="WDS"; 
    19131913wds.h2="Wireless Distribution System"; 
     
    19241924 
    19251925// ** Wireless_radauth.asp **// 
    1926 var radius = new Object(); 
     1926 
    19271927radius.titl="Radius"; 
    19281928radius.h2="Remote Authentication Dial-In User Service"; 
     
    19471947 
    19481948// ** Wireless_MAC.asp **// 
    1949 var wl_mac = new Object(); 
     1949 
    19501950wl_mac.titl="MAC Filter"; 
    19511951wl_mac.h2="Wireless MAC Filter"; 
     
    19571957 
    19581958// ** WiMAX 
    1959 var wl_wimax = new Object(); 
     1959 
    19601960wl_wimax.titl="WiMAX"; 
    19611961wl_wimax.h2="Worldwide Interoperability for Microwave Access"; 
     
    19681968 
    19691969// ** Gpio **// 
    1970 var gpio = new Object(); 
     1970 
    19711971gpio.titl="Gpio Inputs / Outputs"; 
    19721972gpio.h2="Gpio Inputs / Outputs"; 
     
    19751975 
    19761976// ** FreeRadius.asp **// 
    1977 var freeradius = new Object(); 
     1977 
    19781978freeradius.titl="FreeRadius"; 
    19791979freeradius.h2="FreeRadius"; 
     
    20042004 
    20052005//help container 
    2006 var hfreeradius = new Object(); 
     2006 
    20072007hfreeradius.right2="You must enable JFFS before starting FreeRadius."; 
    20082008 
    20092009// ** Wireless_Advanced.asp **// 
    2010 var wl_adv = new Object(); 
     2010 
    20112011wl_adv.titl="Advanced Wireless Settings"; 
    20122012wl_adv.h2="Advanced Wireless Settings"; 
     
    20722072 
    20732073//help container 
    2074 var hwl_adv = new Object(); 
     2074 
    20752075hwl_adv.right2="You may choose from Auto or Shared Key. Shared key authentication is more secure, but all devices on your network must also support Shared Key authentication."; 
    20762076 
    20772077// ** Wireless_Basic.asp **// 
    2078 var wl_basic = new Object(); 
     2078 
    20792079wl_basic.titl="Wireless"; 
    20802080wl_basic.h2="Wireless"; 
     
    21692169 
    21702170//help container 
    2171 var hwl_basic = new Object(); 
     2171 
    21722172hwl_basic.right2="If you wish to exclude Wireless-G clients, choose <em>B-Only</em> mode. If you would like to disable wireless access, choose <em>Disable</em>.<br/><b>Note :</b> when changing wireless mode, some advanced parameters are succeptible to be modified (\"" + wl_adv.label16 + "\", \"" + wl_adv.label2 + "\" or \"" + wl_adv.label5 + "\")."; 
    21732173hwl_basic.right3="Sensitivity Range: "; 
     
    21762176 
    21772177// ** Fail_s.asp / Fail_u_s.asp / Fail.asp **// 
    2178 var fail = new Object(); 
     2178 
    21792179fail.mess1="The values you entered are invalid. Please try again."; 
    21802180fail.mess2="Upgrade failed."; 
     
    21822182 
    21832183// ** Success*.asp / Reboot.asp  **// 
    2184 var success = new Object(); 
     2184 
    21852185success.saved="Settings saved."; 
    21862186success.restore="Settings restored.<br/>Unit is rebooting now. Please wait a moment..."; 
     
    21952195 
    21962196// ** Logout.asp  **// 
    2197 var logout = new Object(); 
     2197 
    21982198logout.message="You have successfully logged out.<br />Thank you for using DD-WRT !"; 
    21992199 
    22002200// ** Setup Assistant **// 
    2201 var sas = new Object(); 
     2201 
    22022202sas.title="Setup Assistant"; 
    22032203sas.internet_connection="Internet Connection"; 
     
    22072207sas.hwan="Internet (WAN) Setup"; 
    22082208 
    2209 var hsas = new Object(); 
     2209 
    22102210hsas.wan="The WAN interface connects your router to the Internet or other networks. If your network is connected to the internet and you only need an access point then set the WAN mode to \"Disabled\"."; 
    22112211hsas.h_routerip="Router IP"; 
     
    22242224 
    22252225// ** AOSS **// 
    2226 var haoss = new Object(); 
     2226 
    22272227haoss.basic="The \"AirStation One-Touch Secure System\" (AOSS) allows you to connect AOSS capable clients to your access point without requiring manual configuration."; 
    22282228haoss.securitymodes="The AOSS Security Modes define what client security modes are accepted for AOSS negotiation. If a Client only supports security modes that are not enabled it cannot connect."; 
     
    22302230// ************         OLD PAGES               *******************************// 
    22312231// *********************** DHCPTable.asp *****************************// 
    2232 var dhcp = new Object(); 
     2232 
    22332233dhcp.titl="DHCP Tabela Aktywnych IP"; 
    22342234dhcp.h2="DHCP Tabela Aktywnych IP"; 
     
    22362236dhcp.tclient="Nazwa Klienta Hosta"; 
    22372237 
    2238 var donate = new Object(); 
     2238 
    22392239donate.mb="Możesz także oddać darowiznę przez Moneybookers na konto mb@dd-wrt.com"; 
Note: See TracChangeset for help on using the changeset viewer.