Fax Server: Add option for Download Link on received fax notifications, instead of attachment.

This commit is contained in:
fusionate
2024-08-22 16:11:06 -06:00
parent 9eaef8a242
commit 12eead4b4d
8 changed files with 148 additions and 59 deletions
+53 -1
View File
@@ -5096,4 +5096,56 @@ $text['fax-active_status_fail']['zh-cn'] = "失败";
$text['fax-active_status_fail']['ja-jp'] = "失敗";
$text['fax-active_status_fail']['ko-kr'] = "실패하다";
?>
$text['option-attachment']['en-us'] = "Attachment";
$text['option-attachment']['en-gb'] = "Attachment";
$text['option-attachment']['ar-eg'] = "مرفق";
$text['option-attachment']['de-at'] = "Anhang";
$text['option-attachment']['de-ch'] = "Anhang";
$text['option-attachment']['de-de'] = "Anhang";
$text['option-attachment']['el-gr'] = "Επισύναψη";
$text['option-attachment']['es-cl'] = "Adjunto";
$text['option-attachment']['es-mx'] = "Adjunto";
$text['option-attachment']['fr-ca'] = "Pièce Jointe";
$text['option-attachment']['fr-fr'] = "Pièce Jointe";
$text['option-attachment']['he-il'] = "הִתקַשְׁרוּת";
$text['option-attachment']['it-it'] = "Attaccamento";
$text['option-attachment']['nl-nl'] = "Toevoeging";
$text['option-attachment']['pl-pl'] = "Załącznik";
$text['option-attachment']['pt-br'] = "Anexo";
$text['option-attachment']['pt-pt'] = "Anexo";
$text['option-attachment']['ro-ro'] = "Atașament";
$text['option-attachment']['ru-ru'] = "Вложение";
$text['option-attachment']['sv-se'] = "Anknytning";
$text['option-attachment']['uk-ua'] = "вкладення";
$text['option-attachment']['tr-tr'] = "EK";
$text['option-attachment']['zh-cn'] = "依恋";
$text['option-attachment']['ja-jp'] = "付属品";
$text['option-attachment']['ko-kr'] = "부착";
$text['option-download_link']['en-us'] = "Download Link (Login Required)";
$text['option-download_link']['en-gb'] = "Download Link (Login Required)";
$text['option-download_link']['ar-eg'] = "رابط التحميل (يتطلب تسجيل الدخول)";
$text['option-download_link']['de-at'] = "Download-Link (Anmeldung erforderlich)";
$text['option-download_link']['de-ch'] = "Download-Link (Anmeldung erforderlich)";
$text['option-download_link']['de-de'] = "Download-Link (Anmeldung erforderlich)";
$text['option-download_link']['el-gr'] = "Σύνδεσμος λήψης (Απαιτείται σύνδεση)";
$text['option-download_link']['es-cl'] = "Enlace de descarga (se requiere iniciar sesión)";
$text['option-download_link']['es-mx'] = "Enlace de descarga (se requiere iniciar sesión)";
$text['option-download_link']['fr-ca'] = "Lien de téléchargement (connexion requise)";
$text['option-download_link']['fr-fr'] = "Lien de téléchargement (connexion requise)";
$text['option-download_link']['he-il'] = "קישור להורדה (נדרשת כניסה)";
$text['option-download_link']['it-it'] = "Link per il download (richiesto login)";
$text['option-download_link']['nl-nl'] = "Downloadlink (inloggen vereist)";
$text['option-download_link']['pl-pl'] = "Link do pobrania (wymagane zalogowanie)";
$text['option-download_link']['pt-br'] = "Link para download (é necessário fazer login)";
$text['option-download_link']['pt-pt'] = "Link para download (login necessário)";
$text['option-download_link']['ro-ro'] = "Link de descărcare (autentificare obligatorie)";
$text['option-download_link']['ru-ru'] = "Ссылка для скачивания (требуется вход в систему)";
$text['option-download_link']['sv-se'] = "Nedladdningslänk (inloggning krävs)";
$text['option-download_link']['uk-ua'] = "Посилання для завантаження (потрібно ввійти)";
$text['option-download_link']['tr-tr'] = "İndirme Bağlantısı (Giriş Gereklidir)";
$text['option-download_link']['zh-cn'] = "下载链接(需要登录)";
$text['option-download_link']['ja-jp'] = "ダウンロードリンク(ログインが必要です)";
$text['option-download_link']['ko-kr'] = "다운로드 링크 (로그인 필요)";
?>