app_languages.php 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?php
  2. /*
  3. FusionPBX
  4. Version: MPL 1.1
  5. The contents of this file are subject to the Mozilla Public License Version
  6. 1.1 (the "License"); you may not use this file except in compliance with
  7. the License. You may obtain a copy of the License at
  8. http://www.mozilla.org/MPL/
  9. Software distributed under the License is distributed on an "AS IS" basis,
  10. WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11. for the specific language governing rights and limitations under the
  12. License.
  13. The Original Code is FusionPBX
  14. The Initial Developer of the Original Code is
  15. Mark J Crane <[email protected]>
  16. Portions created by the Initial Developer are Copyright (C) 2008-2012
  17. the Initial Developer. All Rights Reserved.
  18. Contributor(s):
  19. Mark J Crane <[email protected]>
  20. James Rose <[email protected]>
  21. */
  22. $text['label-execute']['en-us'] = 'Execute Command';
  23. $text['description-execute']['en-us'] = 'Provides a conventient way to execute system, PHP, and switch commands.';
  24. $text['label-shell']['en-us'] = 'Shell command';
  25. $text['description-shell']['en-us'] = 'System commands.';
  26. $text['label-php']['en-us'] = 'PHP command';
  27. $text['description-php']['en-us'] = "Use the following link as a reference for PHP: <a href='http://php.net/manual/en/index.php' target='_blank'>PHP Manual";
  28. $text['label-switch']['en-us'] = 'Switch Command';
  29. $text['description-switch']['en-us'] = 'For a list of the valid commands use: help';
  30. $text['button-execute']['en-us'] = 'Execute';
  31. ?>