Changeset 4119
- Timestamp:
- 06/21/07 18:27:25 (6 years ago)
- Files:
-
- freepbx/trunk/amp_conf/htdocs/admin/config.php (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/config.php
r3906 r4119 12 12 //GNU General Public License for more details. 13 13 14 $title = " freePBX administration";14 $title = "FreePBX administration"; 15 15 16 16 $type = isset($_REQUEST['type'])?$_REQUEST['type']:'setup'; … … 187 187 188 188 189 echo "<noscript><div class=\"attention\">"._("WARNING: Javascript is disabled in your browser. The freePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another browser that supports it.")."</div></noscript>";189 echo "<noscript><div class=\"attention\">"._("WARNING: Javascript is disabled in your browser. The FreePBX administration interface requires Javascript to run properly. Please enable javascript or switch to another browser that supports it.")."</div></noscript>"; 190 190 } 191 191 … … 285 285 case '': 286 286 if ($astman) { 287 printf( "<h2>%s</h2>", dgettext("welcome page", "Welcome to freePBX.") );287 printf( "<h2>%s</h2>", dgettext("welcome page", "Welcome to FreePBX.") ); 288 288 289 289 $modules_needup = module_getinfo(false, MODULE_STATUS_NEEDUPGRADE); … … 307 307 // BETA code - remove later. 308 308 echo "<div class=\"warning\">"; 309 printf( "<p>%s</p>", dgettext("welcome page", "You are running Release Candidate 1 of freePBX. This release is a final test before we make the official 2.2.0 freePBX release. We are unaware of any major bugs in this release, and urge users to report any that they find.") );310 311 printf( "<p>%s</p>" , dgettext("welcome page", "Currently known bugs are maintained on <a href='http://www.freepbx.org/trac/wiki/2. 2Beta'>this TRAC page</a>. If you find a bug, please <a href='http://www.freepbx.org/trac/newticket'>create a bug report</a> (you need to create an account - this is to avoid spammers) and the bug report will immediately appear on the <a href='http://www.freepbx.org/trac/wiki/2.2Beta'>TRAC page</a> so that it can be easily tracked by other users.") );309 printf( "<p>%s</p>", dgettext("welcome page", "You are FreePBX 2.3 Beta 1. This release is the first release in prepartation for FreePBX Version 2.3.0.") ); 310 311 printf( "<p>%s</p>" , dgettext("welcome page", "Currently known bugs are maintained on <a href='http://www.freepbx.org/trac/wiki/2.3Beta'>this TRAC page</a>. If you find a bug, please <a href='http://www.freepbx.org/trac/newticket'>create a bug report</a> (you need to create an account - this is to avoid spammers) and the bug report will immediately appear on the <a href='http://www.freepbx.org/trac/wiki/2.3Beta'>TRAC page</a> so that it can be easily tracked by other users.") ); 312 312 echo "</div>"; 313 313 314 printf( "<!--[if IE]><p>%s</p><![endif]-->" , dgettext("welcome page", "Note, presently, Microsoft's Internet Explorer is <b>not</b> a supported web browser, and you must use a standards compliant browser, such as Firefox. There is a link on the <a href='http://www.freepbx.org'>right hand side of freePBX.org</a> that will allow you to download Firefox easily. By using that link, Google will donate US$1 to the freePBX project.") );314 printf( "<!--[if IE]><p>%s</p><![endif]-->" , dgettext("welcome page", "Note, presently, Microsoft's Internet Explorer is <b>not</b> a supported web browser, and you must use a standards compliant browser, such as Firefox.") ); 315 315 316 316 if ($amp_conf['AMPMGRPASS'] == 'amp111') { 317 printf( "<div class=\"warning\"><p>%s</p></div>", dgettext("welcome text", "Warning: You are running freePBX and ").$amp_conf['AMPENGINE'].dgettext("welcome page", " with the default manager pass. You should consider changing this to something else.")." ".sprintf('(<a href="http://aussievoip.com/wiki/index.php?page=freePBX-ManagerPass" target="_new">%s</a>)', _("Help")) );317 printf( "<div class=\"warning\"><p>%s</p></div>", dgettext("welcome text", "Warning: You are running FreePBX and ").$amp_conf['AMPENGINE'].dgettext("welcome page", " with the default manager pass. You should consider changing this to something else.")." ".sprintf('(<a href="http://aussievoip.com/wiki/index.php?page=FreePBX-ManagerPass" target="_new">%s</a>)', _("Help")) ); 318 318 } 319 319 320 320 if ( ($amp_conf["AMPDBENGINE"] == "mysql") || ($amp_conf["AMPDBENGINE"] == "pgsql")) { 321 321 if ($amp_conf['AMPDBPASS'] == 'amp109') { 322 printf( "<div class=\"warning\"><p>%s</p></div>", dgettext("welcome text", "Warning: You are running freePBX and ").$amp_conf['AMPDBENGINE'].dgettext("welcome page", " with the default password ")." ".sprintf('(<a href="http://aussievoip.com/wiki/index.php?page=freePBX-MysqlPass" target="_new">%s</a>)', _("Help")) );323 } 324 } 325 326 327 328 printf( "<p>%s</p>" , dgettext("welcome page", "If you're new to freePBX, Welcome. Here are some quick instructions to get you started") );322 printf( "<div class=\"warning\"><p>%s</p></div>", dgettext("welcome text", "Warning: You are running FreePBX and ").$amp_conf['AMPDBENGINE'].dgettext("welcome page", " with the default password ")." ".sprintf('(<a href="http://aussievoip.com/wiki/index.php?page=FreePBX-MysqlPass" target="_new">%s</a>)', _("Help")) ); 323 } 324 } 325 326 327 328 printf( "<p>%s</p>" , dgettext("welcome page", "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started") ); 329 329 330 330 echo "<p>"; … … 356 356 echo "<p>"; 357 357 printf( dgettext( "welcome page", 358 "There is also a community based <a href='%s' target='_new'> freePBX Web Forum</a> where you can post358 "There is also a community based <a href='%s' target='_new'>FreePBX Web Forum</a> where you can post 359 359 questions and search for answers for any problems you may be having."), 360 360 "http://forums.freepbx.org" ); 361 361 echo "</p>\n"; 362 362 363 print( "<p>" . _("We hope you enjoy using freePBX!") . "</p>\n" );363 print( "<p>" . _("We hope you enjoy using FreePBX!") . "</p>\n" ); 364 364 } // no manager, no connection to asterisk 365 365 else {
