app_languages.php 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. Philippe Rioual <[email protected]>
  22. */
  23. $text['label-execute']['en-us'] = 'Execute Command';
  24. $text['label-execute']['pt-pt'] = '';
  25. $text['label-execute']['fr-fr'] = 'Executer la Commande';
  26. $text['description-execute']['en-us'] = 'Provides a conventient way to execute system, PHP, and switch commands.';
  27. $text['description-execute']['pt-pt'] = '';
  28. $text['description-execute']['fr-fr'] = 'Fournir un moyen pour executer des commandes système, PHP et freeswitch. ';
  29. $text['label-shell']['en-us'] = 'Shell command';
  30. $text['label-shell']['pt-pt'] = '';
  31. $text['label-shell']['fr-fr'] = 'Comamnde Shell';
  32. $text['description-shell']['en-us'] = 'System commands.';
  33. $text['description-shell']['pt-pt'] = '';
  34. $text['description-shell']['fr-fr'] = 'Commande Système';
  35. $text['label-php']['en-us'] = 'PHP command';
  36. $text['label-php']['pt-pt'] = '';
  37. $text['label-php']['fr-fr'] = 'Commande PHP';
  38. $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";
  39. $text['description-php']['pt-pt'] = "";
  40. $text['description-php']['fr-fr'] = "Utiliser le lien suivant comme référence pour le PHP: <a href='http://php.net/manual/fr/index.php' target='_blank'>Manuel PHP";
  41. $text['label-switch']['en-us'] = 'Switch Command';
  42. $text['label-switch']['pt-pt'] = '';
  43. $text['label-switch']['fr-fr'] = 'Commande CLI Freeswitch';
  44. $text['description-switch']['en-us'] = 'For a list of the valid commands use: help';
  45. $text['description-switch']['pt-pt'] = '';
  46. $text['description-switch']['fr-fr'] = 'Pour la liste des commandes valides, utiliser : help';
  47. $text['button-execute']['en-us'] = 'Execute';
  48. $text['button-execute']['pt-pt'] = '';
  49. $text['button-execute']['fr-fr'] = 'Executer';
  50. ?>