mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 19:53:56 +00:00
Add the dialplan destination action translation
This commit is contained in:
@@ -92,6 +92,11 @@
|
||||
$text['label-destination_context']['pt-pt'] = "Contexto";
|
||||
$text['label-destination_context']['fr-fr'] = "Contexte";
|
||||
|
||||
$text['label-detail_action']['en-us'] = "Actions";
|
||||
$text['label-detail_action']['es-cl'] = "Accións";
|
||||
$text['label-detail_action']['pt-pt'] = "Ações";
|
||||
$text['label-detail_action']['fr-fr'] = "Actions";
|
||||
|
||||
$text['description-destination_context']['en-us'] = "Enter the context.";
|
||||
$text['description-destination_context']['es-cl'] = "Ingrese el contexto";
|
||||
$text['description-destination_context']['pt-pt'] = "Introduza o contexto.";
|
||||
|
||||
@@ -400,7 +400,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-actions'].":\n";
|
||||
echo " ".$text['label-detail_action'].":\n";
|
||||
echo "</td>\n";
|
||||
echo "<td class='vtable' align='left'>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user