Changeset 3961
- Timestamp:
- 04/08/11 08:15:00 (12 years ago)
- Location:
- branches/2.2/expressoMail1_2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2/expressoMail1_2/js/filter.js
r3837 r3961 576 576 if(!isNumero){ 577 577 alert(get_lang("Enter a numerical value to the message size!")); 578 return false; 578 return false; 579 579 } 580 580 } … … 582 582 var v_checked = false; 583 583 if(Element("radio1").checked){ 584 if( /[^\x00-\x80]/.test( Element("select_mailboxes").value ) ) { 585 alert( get_lang ( 'The selected folder cotain any accented character. The filter dont work with accented folders. Please, rename the folder or choose another folder.' ) ); 586 return false; 587 } 588 584 589 mount_rule += "folder&&"; 585 590 var sel_nameBox = Element("select_mailboxes"); … … 588 593 } 589 594 if(Element("radio2").checked){ 590 591 mount_rule += "address&&";592 if(Element("field5").value == ""){593 alert(get_lang("Inform a forwarding e-mail!"));594 return false;595 }else{596 595 if (this.forwardAddressValidation(Element("field5").value)){ 596 mount_rule += "address&&"; 597 if(Element("field5").value == ""){ 598 alert(get_lang("Inform a forwarding e-mail!")); 599 return false; 600 }else{ 601 if(validateEmail(Element("field5").value)){ 597 602 mount_rule += Element("field5").value + "&&"; 598 603 }else{ -
branches/2.2/expressoMail1_2/setup/phpgw_pt-br.lang
r3925 r3961 645 645 If you want to install a desktop shortcut for accessing the offline ExpressoMail please confirm it after pressing the Install offline button. </br> The application also can be accessed using the URL: expressoMail1_2 pt-br Caso deseje instalar um ícone no desktop para acesso ao expressoMail offline, confirme a pergunta que aparecerá após clicar no botão "instalar offline". <br />A aplicação também pode ser acessada pela URL: 646 646 Your rule contains any accented character. The filter may not work. Do you wish to continue? expressoMail1_2 en Sua regra contem algum caracter acentuado. O filtro pode nao funcionar. Deseja continuar? 647 The selected folder cotain any accented character. The filter dont work with accented folders. Please, rename the folder or choose another folder. expressoMail1_2 pt-br A pasta selecionada contém algum caracter acentuado. O filtro não funcionada com pastas acentuadas. Por favor, mude o nome da pasta ou escolha outra.
Note: See TracChangeset
for help on using the changeset viewer.