Changeset 8654

Show
Ignore:
Timestamp:
01/22/10 18:57:41 (3 years ago)
Author:
p_lindheimer
Message:

Merged revisions 8651 via svnmerge from
http://svn.freepbx.org/modules/branches/2.6

........

r8651 | p_lindheimer | 2010-01-22 13:29:12 -0800 (Fri, 22 Jan 2010) | 1 line


add details to noserver error

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.7

    • Property svnmerge-integrated changed from /modules/branches/2.6:1-8497,8589,8613,8620 to /modules/branches/2.6:1-8497,8589,8613,8620,8651
  • modules/branches/2.7/sipstation/page.sipstation.php

    r8417 r8654  
    119119    echo _("Your key is no longer valid. Click below to remove the current key. To obtain a new key and use this module, visit the portal at https://store.freepbx.com and log into your account."); 
    120120  } else { 
    121     echo _("The server is currenlty not responding. It is either unavailable or access is being blocked. If the server is unavailable, please try again later."); 
     121    echo _("The server is currently not responding. It is either unavailable or access is being blocked. If the server is unavailable, please try again later."); 
    122122  } 
    123123?> 
     
    11561156<?php 
    11571157      break; 
     1158    case 'noserver': 
     1159?> 
     1160      var msg = "<?php echo sprintf(_("%s: This moudule can not reach the server to obtain your account information. If you can navigate to <a href='https://store.freepbx.com'>https://store.freepbx.com</a> from a browser then there is an issue with your firewall or DNS resolution. If this is a first time install you might be able to reboot to rectify the issue. If you have an aggressive firewall with content filtering or equivalent, you may have to disable that feature for this server or white list the store.freepbx.com site if possible."),$set_key_status) ?>"; 
     1161<?php 
     1162      break; 
    11581163    default: 
    11591164?>