Fix the call prefix label.
This commit is contained in:
parent
c96ad9c168
commit
18b50e4eec
|
|
@ -64,7 +64,7 @@
|
|||
$text['label-ring-5']['pt-pt'] = '5º Número a Tocar';
|
||||
$text['label-ring-5']['fr'] = 'Sonner le 5ème Numéro';
|
||||
|
||||
$text['label-cid-name-prefix']['en-us'] = 'Caller ID Prefix';
|
||||
$text['label-cid-name-prefix']['en-us'] = 'Caller ID Name';
|
||||
$text['label-cid-name-prefix']['pt-pt'] = '';
|
||||
$text['label-cid-name-prefix']['fr'] = "Préfixe de l'appelant";
|
||||
|
||||
|
|
@ -72,6 +72,12 @@
|
|||
$text['description-cid-name-prefix']['pt-pt'] = '';
|
||||
$text['description-cid-name-prefix']['fr'] = '';
|
||||
|
||||
$text['label-cid-number-prefix']['en-us'] = 'Caller ID Number';
|
||||
$text['label-cid-number-prefix']['pt-pt'] = '';
|
||||
|
||||
$text['description-cid-number-prefix']['en-us'] = 'Set the caller ID number prefix.';
|
||||
$text['description-cid-number-prefix']['pt-pt'] = '';
|
||||
|
||||
$text['label-call-prompt']['en-us'] = 'Call Prompt';
|
||||
$text['label-call-prompt']['pt-pt'] = '';
|
||||
$text['label-call-prompt']['fr'] = "Annonce d'appel";
|
||||
|
|
|
|||
Loading…
Reference in New Issue