Changeset 8949
- Timestamp:
- 02/06/08 15:50:18 (5 years ago)
- Location:
- src/router/kromo/dd-wrt
- Files:
-
- 3 edited
-
AnchorFree.asp (modified) (2 diffs)
-
lang_pack/english.js (modified) (1 diff)
-
lang_pack/german.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/router/kromo/dd-wrt/AnchorFree.asp
r8912 r8949 15 15 if (F.af_address.value.length==0) 16 16 { 17 alert( "a valid address field must be provided if this hotspot should be published on the wifi hotspot map!");17 alert(anchorfree.validaddr); 18 18 return false; 19 19 } 20 20 if (F.af_city.value.length == 0 && F.af_zip.value.length == 0) 21 21 { 22 alert( "a valid city or zip/postal code must be provided if this hotspot should be published on the wifi hotspot map!");22 alert(anchorfree.validcity); 23 23 return false; 24 24 } … … 26 26 if (F.af_category.value == 0) 27 27 { 28 alert( "please select a advertising category for your hotspot");28 alert(anchorfree.validcat); 29 29 return false; 30 30 } 31 31 if (F.af_country.value == "null") 32 32 { 33 alert( "please select a country for your hotspot");33 alert(anchorfree.validcountry); 34 34 return false; 35 35 } 36 36 if (F._af_agree.checked == false) 37 37 { 38 alert( "You must agree to the terms & conditions!");38 alert(anchorfree.validterms); 39 39 return false; 40 40 }else -
src/router/kromo/dd-wrt/lang_pack/english.js
r8926 r8949 715 715 anchorfree.agreement="Terms and Conditions"; 716 716 anchorfree.agree="I ACCEPT AND AGREE"; 717 anchorfree.validaddr="a valid address field must be provided if this hotspot should be published on the wifi hotspot map!"; 718 anchorfree.validcity="a valid city or zip/postal code must be provided if this hotspot should be published on the wifi hotspot map!"; 719 anchorfree.validcat="please select a advertising category for your hotspot"; 720 anchorfree.validcountry="please select a country for your hotspot"; 721 anchorfree.validterms="You must agree to the terms & conditions!"; 717 722 718 723 var hanchorfree = new Object(); -
src/router/kromo/dd-wrt/lang_pack/german.js
r8926 r8949 658 658 anchorfree.address_2="Addresse 2"; 659 659 anchorfree.city="Stadt"; 660 anchorfree.zip="Postlei hzahl";660 anchorfree.zip="Postleitzahl"; 661 661 anchorfree.state="Bundesland"; 662 662 anchorfree.country="Land"; … … 665 665 anchorfree.serviceid="Service ID"; 666 666 anchorfree.servicestatus="Service Status"; 667 anchorfree.agreement="Nutzungsbestimmungen"; 668 anchorfree.agree="Einverstanden"; 669 anchorfree.validaddr="Um den Hotspot korrekt auf der Karte anzeigen zu können, muß eine gültige Addresse angegeben werden!"; 670 anchorfree.validcity="Um den Hotspot korrekt auf der Karte anzeigen zu können, muß eine gültige Stadt oder Postleitzahl angegeben werden!"; 671 anchorfree.validcat="Bitte wählen Sie eine Kategorie für ihren Hotspot aus!"; 672 anchorfree.validcountry="Bitte geben Sie ihr Land an"; 673 anchorfree.validterms="Sie müssen den Nutzungsbestimmungen zustimmen!"; 674 675 667 676 668 677 hanchorfree.right1="Tritt dem AnchorFree Hotspot Werbenetzwerk bei";
Note: See TracChangeset
for help on using the changeset viewer.
