Added User Column in Fax Queue. (#6848)
* enable/disable codec settings for all accounts The template for codec enable settings was taking a value as 1 if it was set in the settings. It was not taking the actual value inside it. So I have edited the templates to check the value if it's set to true. * Update fax_queue.php I added a user column in the Fax Queue to see which user sent the fax. * Update app_languages.php Added field for User
This commit is contained in:
@@ -432,6 +432,30 @@ $text['description-fax_email_address']['zh-cn'] = "输入传真电子邮件地
|
||||
$text['description-fax_email_address']['ja-jp'] = "FAXのメールアドレスを入力します。";
|
||||
$text['description-fax_email_address']['ko-kr'] = "팩스 이메일 주소를 입력합니다.";
|
||||
|
||||
$text['label-insert_user']['en-us'] = "User";
|
||||
$text['label-insert_user']['en-gb'] = "User";
|
||||
$text['label-insert_user']['ar-eg'] = "مستخدم";
|
||||
$text['label-insert_user']['de-at'] = "Benutzer";
|
||||
$text['label-insert_user']['de-ch'] = "Benutzer";
|
||||
$text['label-insert_user']['de-de'] = "Benutzer";
|
||||
$text['label-insert_user']['es-cl'] = "Usuario";
|
||||
$text['label-insert_user']['es-mx'] = "Usuario";
|
||||
$text['label-insert_user']['fr-ca'] = "Utilisateur";
|
||||
$text['label-insert_user']['fr-fr'] = "Utilisateur";
|
||||
$text['label-insert_user']['he-il'] = "משתמש";
|
||||
$text['label-insert_user']['it-it'] = "";
|
||||
$text['label-insert_user']['nl-nl'] = "Utente";
|
||||
$text['label-insert_user']['pl-pl'] = "Użytkownik";
|
||||
$text['label-insert_user']['pt-br'] = "Usuário";
|
||||
$text['label-insert_user']['pt-pt'] = "Utilizado";
|
||||
$text['label-insert_user']['ro-ro'] = "Utilizator";
|
||||
$text['label-insert_user']['ru-ru'] = "Пользователь";
|
||||
$text['label-insert_user']['sv-se'] = "Användare";
|
||||
$text['label-insert_user']['uk-ua'] = "Користувач";
|
||||
$text['label-insert_user']['zh-cn'] = "用户";
|
||||
$text['label-insert_user']['ja-jp'] = "ユーザー";
|
||||
$text['label-insert_user']['ko-kr'] = "사용자";
|
||||
|
||||
$text['label-fax_file']['en-us'] = "File";
|
||||
$text['label-fax_file']['en-gb'] = "File";
|
||||
$text['label-fax_file']['ar-eg'] = "ملف";
|
||||
|
||||
Reference in New Issue
Block a user