billing support for destination objects

This commit is contained in:
luis daniel lucio quiroz
2014-06-23 15:18:22 +00:00
parent d357cc9b0c
commit a8632ea05b
2 changed files with 36 additions and 3 deletions

View File

@@ -130,7 +130,7 @@
$text['description-destination_description']['en-us'] = "Enter a description for this destination (optional).";
$text['description-destination_description']['es-cl'] = "Ingrese una descripción para este destino (opcional)";
$text['description-destination_description']['pt-pt'] = "Introduza uma descrição para este destino (opcional).";
$text['description-destination_description']['fr-fr'] = "";
$text['description-destination_description']['fr-fr'] = "Entrez une description pour cette destination (facultative).";
$text['label-true']['en-us'] = "True";
$text['label-true']['es-cl'] = "Verdadero";
@@ -142,6 +142,16 @@
$text['label-false']['pt-pt'] = "Não";
$text['label-false']['fr-fr'] = "Non";
$text['label-monthly_price']['en-us'] = "Monthly price";
$text['label-monthly_price']['es-cl'] = "Precio mensual";
$text['label-monthly_price']['pt-pt'] = "Preço mensal";
$text['label-monthly_price']['fr-fr'] = "Prix mensuel";
$text['description-monthly_price']['en-us'] = "Enter monthly price to bill for this destination (only when inbound)";
$text['description-monthly_price']['es-cl'] = "Ingrese el precio mensual a cobrar por este destino (sólo entrante)";
$text['description-monthly_price']['pt-pt'] = "Digite o preço mensal de conta para este destino (somente quando entrada)";
$text['description-monthly_price']['fr-fr'] = "Entrez prix mensuel de projet de loi pour cette destination (uniquement lorsque entrant)";
$text['button-add']['en-us'] = "Add";
$text['button-add']['es-cl'] = "Agregar";
$text['button-add']['pt-pt'] = "Adicionar";
@@ -202,4 +212,4 @@
$text['message-duplicate']['pt-pt'] = "Duplicar detectado";
$text['message-duplicate']['fr-fr'] = "Dupliquer détecté";
?>
?>