Add a Spanish translation to IVR Menu - Message
This commit is contained in:
parent
a9657cd734
commit
3751738f1d
|
|
@ -408,6 +408,7 @@
|
|||
$text['message-required']['fr-fr'] = "Merci d'indiquer: ";
|
||||
|
||||
$text['message-message']['en-us'] = "Message";
|
||||
$text['message-message']['es-cl'] = "Mensaje";
|
||||
$text['message-message']['pt-pt'] = "Mensagem";
|
||||
$text['message-message']['fr-fr'] = "Message";
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,8 @@
|
|||
Mark J Crane <markjcrane@fusionpbx.com>
|
||||
*/
|
||||
include "root.php";
|
||||
require_once "app/dialplan/resources/classes/dialplan.php";
|
||||
|
||||
//define the directory class
|
||||
//define the ivr_menu class
|
||||
class ivr_menu {
|
||||
public $db;
|
||||
public $domain_uuid;
|
||||
|
|
|
|||
Loading…
Reference in New Issue