diff --git a/modules/file/lang/en.lang.php b/modules/file/lang/en.lang.php
index 5901edd91..bcf6886b9 100644
--- a/modules/file/lang/en.lang.php
+++ b/modules/file/lang/en.lang.php
@@ -14,13 +14,15 @@
$lang->is_stand_by = 'Stand by';
$lang->file_list = 'Attachments List';
$lang->allow_outlink = '파일 외부 링크';
+ $lang->allow_outlink_site = '파일 외부 허용 사이트';
$lang->allowed_filesize = 'Maximum File Size';
$lang->allowed_attach_size = 'Maximum Attachments';
$lang->allowed_filetypes = 'Allowed Extensions';
$lang->enable_download_group = 'Download Allowed Groups';
$lang->about_allow_outlink = '리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)';
- $lang->about_allowed_filesize = 'You can assign file size limit for each file. (Exclude administrators)';
+ $lang->about_allow_outlink_site = '파일 외부 링크 설정에 관계 없이 허용하는 사이트 주소입니다. 여러개 입력시에 줄을 바꿔서 구분해주세요.
ex)http://www.zeroboard.com';
+ $lang->about_allowed_filesize = 'You can assign file size limit for each file. (Exclude administrators)';
$lang->about_allowed_attach_size = 'You can assign file size limit for each document. (Exclude administrators)';
$lang->about_allowed_filetypes = 'Only allowed extentsions can be attached. To allow an extension, use "*.[extention]". To allow multiple extensions, use ";" between each extension.
ex) *.* or *.jpg;*.gif;
(Exclude Administrators)';
diff --git a/modules/file/lang/es.lang.php b/modules/file/lang/es.lang.php
index ebe94fbcb..3566453ca 100644
--- a/modules/file/lang/es.lang.php
+++ b/modules/file/lang/es.lang.php
@@ -14,13 +14,15 @@
$lang->is_stand_by = 'En espera';
$lang->file_list = 'Lista de archivos adjuntos';
$lang->allow_outlink = '파일 외부 링크';
+ $lang->allow_outlink_site = '파일 외부 허용 사이트';
$lang->allowed_filesize = 'Límite del tamaño del archivo adjunto';
$lang->allowed_attach_size = 'Límite del tamaño total de los archivos adjuntos por documento';
$lang->allowed_filetypes = 'Tipos de archivos permitidos';
$lang->enable_download_group = 'Descargar permitió grupos';
$lang->about_allow_outlink = '리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)';
- $lang->about_allowed_filesize = 'Puede definir el límite del tamaño del archivo adjunto. (exceptuando el administrador)';
+ $lang->about_allow_outlink_site = '파일 외부 링크 설정에 관계 없이 허용하는 사이트 주소입니다. 여러개 입력시에 줄을 바꿔서 구분해주세요.
ex)http://www.zeroboard.com';
+ $lang->about_allowed_filesize = 'Puede definir el límite del tamaño del archivo adjunto. (exceptuando el administrador)';
$lang->about_allowed_attach_size = 'Puede definir el límite del tamaño total de los archivos adjuntos por documento. (exceptuando el administrador)';
$lang->about_allowed_filetypes = 'Puede definir las extensiones de los archivos permitidos. Para permitir una extensión use "*.extensión". Para permitir más de una extensión use ";".
ej) *.* o *.jpg;*.gif;etc.
(exceptuando el administrador)';
diff --git a/modules/file/lang/fr.lang.php b/modules/file/lang/fr.lang.php
index db8943066..a46b87351 100644
--- a/modules/file/lang/fr.lang.php
+++ b/modules/file/lang/fr.lang.php
@@ -14,13 +14,15 @@
$lang->is_stand_by = 'Attente';
$lang->file_list = 'Liste des Annexes';
$lang->allow_outlink = '파일 외부 링크';
+ $lang->allow_outlink_site = '파일 외부 허용 사이트';
$lang->allowed_filesize = 'Mesure du Fichier Maximum';
$lang->allowed_attach_size = 'Somme des Annexes Maximum';
$lang->allowed_filetypes = 'Extensions consentis';
$lang->enable_download_group = 'Groupe permis de telecharger';
$lang->about_allow_outlink = '리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)';
- $lang->about_allowed_filesize = 'Vous pouvez designer la limite de mesure pour chaque fichier. (Exclure administrateurs)';
+ $lang->about_allow_outlink_site = '파일 외부 링크 설정에 관계 없이 허용하는 사이트 주소입니다. 여러개 입력시에 줄을 바꿔서 구분해주세요.
ex)http://www.zeroboard.com';
+ $lang->about_allowed_filesize = 'Vous pouvez designer la limite de mesure pour chaque fichier. (Exclure administrateurs)';
$lang->about_allowed_attach_size = 'Vous pouvez designer la limite de mesure pour chaque document. (Exclure administrateurs)';
$lang->about_allowed_filetypes = 'Extensions consentis seulement peuvent etre attaches. Pour consentir une extension, utilisez "*.[extention]". Pour consentir plusieurs extensions, utilisez ";" entre chaque extension.
ex) *.* ou *.jpg;*.gif;
(Exclure Administrateurs)';
diff --git a/modules/file/lang/jp.lang.php b/modules/file/lang/jp.lang.php
index 56f1d724a..048310986 100644
--- a/modules/file/lang/jp.lang.php
+++ b/modules/file/lang/jp.lang.php
@@ -14,12 +14,14 @@
$lang->is_stand_by = '待機';
$lang->file_list = '添付ファイルリスト';
$lang->allow_outlink = '파일 외부 링크';
+ $lang->allow_outlink_site = '파일 외부 허용 사이트';
$lang->allowed_filesize = 'ファイルサイズ制限';
$lang->allowed_attach_size = '書き込みへの添付制限';
$lang->allowed_filetypes = '添付可能な拡張子';
$lang->enable_download_group = 'ダウンロード可能グループ';
$lang->about_allow_outlink = '리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)';
+ $lang->about_allow_outlink_site = '파일 외부 링크 설정에 관계 없이 허용하는 사이트 주소입니다. 여러개 입력시에 줄을 바꿔서 구분해주세요.
ex)http://www.zeroboard.com';
$lang->about_allowed_filesize = '一つのファイルに対して、アップロードできるファイルの最大サイズを指定します(管理者除外)。';
$lang->about_allowed_attach_size = '一つの書き込みに対して、添付できる最大サイズを指定します(管理者除外)。';
$lang->about_allowed_filetypes = 'アップロードできるように設定されたファイルのみが添付できます。"*.拡張子"で指定し、 ";"で区切って任意の拡張子を追加して指定できます(管理者除外)。
ex) *.* or *.jpg;*.gif;
';
diff --git a/modules/file/lang/ru.lang.php b/modules/file/lang/ru.lang.php
index 4df5ea71e..dd10f48d0 100644
--- a/modules/file/lang/ru.lang.php
+++ b/modules/file/lang/ru.lang.php
@@ -14,6 +14,7 @@
$lang->is_stand_by = 'Ожидание';
$lang->file_list = 'Список Вложений';
$lang->allow_outlink = '파일 외부 링크';
+ $lang->allow_outlink_site = '파일 외부 허용 사이트';
$lang->allowed_filesize = 'Лимит размера файла';
$lang->allowed_attach_size = 'Общий лимит размера';
$lang->allowed_filetypes = 'Разрешенные расширения';
diff --git a/modules/file/lang/zh-CN.lang.php b/modules/file/lang/zh-CN.lang.php
index 37c2da091..a73a95d3c 100644
--- a/modules/file/lang/zh-CN.lang.php
+++ b/modules/file/lang/zh-CN.lang.php
@@ -14,13 +14,15 @@
$lang->is_stand_by = '等待';
$lang->file_list = '附件目录';
$lang->allow_outlink = '파일 외부 링크';
- $lang->allowed_filesize = '文件大小限制';
+ $lang->allow_outlink_site = '파일 외부 허용 사이트';
+ $lang->allowed_filesize = '文件大小限制';
$lang->allowed_attach_size = '上传限制';
$lang->allowed_filetypes = '可用扩展名';
$lang->enable_download_group = '允许下载的用户组';
$lang->about_allow_outlink = '리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)';
- $lang->about_allowed_filesize = '最大单个上传文件大小(管理员不受此限制)。';
+ $lang->about_allow_outlink_site = '파일 외부 링크 설정에 관계 없이 허용하는 사이트 주소입니다. 여러개 입력시에 줄을 바꿔서 구분해주세요.
ex)http://www.zeroboard.com';
+ $lang->about_allowed_filesize = '最大单个上传文件大小(管理员不受此限制)。';
$lang->about_allowed_attach_size = '每个主题最大上传文件大小(管理员不受此限制)。';
$lang->about_allowed_filetypes = '只允许上传指定的扩展名。 可以用"*.扩展名"来指定或用 ";"来 区分多个扩展名
例) *.* or *.jpg;*.gif;
(管理员不受此限制)';
diff --git a/modules/file/lang/zh-TW.lang.php b/modules/file/lang/zh-TW.lang.php
index 756dde8a3..5e565db86 100644
--- a/modules/file/lang/zh-TW.lang.php
+++ b/modules/file/lang/zh-TW.lang.php
@@ -14,13 +14,15 @@
$lang->is_stand_by = '等待';
$lang->file_list = '檔案清單';
$lang->allow_outlink = '파일 외부 링크';
+ $lang->allow_outlink_site = '파일 외부 허용 사이트';
$lang->allowed_filesize = '檔案大小限制';
$lang->allowed_attach_size = '上傳限制';
$lang->allowed_filetypes = '允許檔案類型';
$lang->enable_download_group = '允許下載的用戶組';
$lang->about_allow_outlink = '리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)';
- $lang->about_allowed_filesize = '最大單一上傳檔案大小(管理員不受此限制)。';
+ $lang->about_allow_outlink_site = '파일 외부 링크 설정에 관계 없이 허용하는 사이트 주소입니다. 여러개 입력시에 줄을 바꿔서 구분해주세요.
ex)http://www.zeroboard.com';
+ $lang->about_allowed_filesize = '最大單一上傳檔案大小(管理員不受此限制)。';
$lang->about_allowed_attach_size = '每個主題最大上傳檔案大小(管理員不受此限制)。';
$lang->about_allowed_filetypes = '設定允許上傳的檔案類型。 可以用"*.副檔名"來指定或用 ";"來 區分多個副檔名
例) *.* or *.jpg;*.gif;
(管理員不受此限制)';
diff --git a/modules/issuetracker/skins/xe_issuetracker/view_issue.html b/modules/issuetracker/skins/xe_issuetracker/view_issue.html
index 7e9f566ed..67e5bfccd 100644
--- a/modules/issuetracker/skins/xe_issuetracker/view_issue.html
+++ b/modules/issuetracker/skins/xe_issuetracker/view_issue.html
@@ -118,7 +118,8 @@
-
+
+
{@ $histories = $oIssue->get('histories') }