Changeset 6537
- Timestamp:
- 09/02/08 12:19:57 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/views/welcome.php
r4993 r6537 1 1 <?php 2 2 3 printf( "<h2>%s</h2>", dgettext("welcome page", "Welcome to freePBX.") );3 printf( "<h2>%s</h2>", dgettext("welcome page", "Welcome to FreePBX.") ); 4 4 5 5 $notify =& notifications::create($db); … … 34 34 35 35 36 printf( "<p>%s</p>" , dgettext("welcome page", "If you're new to freePBX, Welcome. Here are some quick instructions to get you started") );36 printf( "<p>%s</p>" , dgettext("welcome page", "If you're new to FreePBX, Welcome. Here are some quick instructions to get you started") ); 37 37 38 38 echo "<p>"; … … 64 64 echo "<p>"; 65 65 printf( dgettext( "welcome page", 66 "There is also a community based <a href='%s' target='_new'> freePBX Web Forum</a> where you can post66 "There is also a community based <a href='%s' target='_new'>FreePBX Web Forum</a> where you can post 67 67 questions and search for answers for any problems you may be having."), 68 68 "http://forums.freepbx.org" ); 69 69 echo "</p>\n"; 70 70 71 print( "<p>" . _("We hope you enjoy using freePBX!") . "</p>\n" );71 print( "<p>" . _("We hope you enjoy using FreePBX!") . "</p>\n" ); 72 72 ?>
