diff --git a/modules/file/lang/en.lang.php b/modules/file/lang/en.lang.php
index 8f265d1c5..5901edd91 100644
--- a/modules/file/lang/en.lang.php
+++ b/modules/file/lang/en.lang.php
@@ -13,13 +13,13 @@
$lang->is_valid = 'Valid';
$lang->is_stand_by = 'Stand by';
$lang->file_list = 'Attachments List';
- $lang->allow_outlink = ' ܺ ũ';
+ $lang->allow_outlink = '파일 외부 링크';
$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_allow_outlink = '리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)';
$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 ee890159a..24eac3c08 100644
--- a/modules/file/lang/es.lang.php
+++ b/modules/file/lang/es.lang.php
@@ -2,46 +2,46 @@
/**
* @archivo modules/file/lang/es.lang.php
* @autor zero
- * @sumario Paquete del idioma español para los archivos adjuntos
+ * @sumario Paquete del idioma espaA±ol para los archivos adjuntos
**/
$lang->file = 'Adjuntar archivos';
$lang->file_name = 'Nombre del archivo';
- $lang->file_size = 'Tamaño del archivo';
+ $lang->file_size = 'TamaA±o del archivo';
$lang->download_count = 'Cantidad Bajado';
$lang->status = 'Estado';
- $lang->is_valid = 'Válido';
+ $lang->is_valid = 'VA¡lido';
$lang->is_stand_by = 'En espera';
$lang->file_list = 'Lista de archivos adjuntos';
$lang->allow_outlink = '파일 외부 링크';
- $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_filesize = 'LAmite del tamaA±o del archivo adjunto';
+ $lang->allowed_attach_size = 'LAmite del tamaA±o total de los archivos adjuntos por documento';
$lang->allowed_filetypes = 'Tipos de archivos permitidos';
- $lang->enable_download_group = 'Descargar permitió grupos';
+ $lang->enable_download_group = 'Descargar permitiA³ 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_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)';
+ $lang->about_allowed_filesize = 'Puede definir el lAmite del tamaA±o del archivo adjunto. (exceptuando el administrador)';
+ $lang->about_allowed_attach_size = 'Puede definir el lAmite del tamaA±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 extensiA³n use "*.extensiA³n". Para permitir mA¡s de una extensiA³n use ";".
ej) *.* o *.jpg;*.gif;etc.
(exceptuando el administrador)';
$lang->cmd_delete_checked_file = 'Eliminar el archivo seleccionado';
$lang->cmd_move_to_document = 'Mover hacia el doncumento';
$lang->cmd_download = 'Descargar';
- $lang->msg_not_permitted_download = 'Usted no tiene ningún permiso para descargar';
+ $lang->msg_not_permitted_download = 'Usted no tiene ningAºn permiso para descargar';
$lang->msg_cart_is_null = 'Seleccione el archivo a eliminar';
$lang->msg_checked_file_is_deleted = 'Total de %d archivos eliminados';
- $lang->msg_exceeds_limit_size = 'Ha excedido el lÃmite del tamaño total de los archivos adjuntos';
+ $lang->msg_exceeds_limit_size = 'Ha excedido el lAmite del tamaA±o total de los archivos adjuntos';
$lang->file_search_target_list = array(
'filename' => 'Nombre del archivo',
- 'filesize' => 'Tamaño del archivo (Byte, sobre)',
- 'filesize_mega' => '파ì¼í¬ê¸° (Mb, ì´ìƒ)',
+ 'filesize' => 'TamaA±o del archivo (Byte, sobre)',
+ 'filesize_mega' => '파일크기 (Mb, 이상)',
'download_count' => 'Descargados (Sobre)',
- 'user_id' => 'ì•„ì´ë””',
- 'user_name' => 'ì´ë¦„',
- 'nick_name' => '닉네임',
+ 'user_id' => '아이디',
+ 'user_name' => '이름',
+ 'nick_name' => '닉네임',
'regdate' => 'La fecha registrada',
- 'ipaddress' => 'Dirección IP',
+ 'ipaddress' => 'DirecciA³n IP',
);
?>
diff --git a/modules/file/lang/fr.lang.php b/modules/file/lang/fr.lang.php
index ac7fadc86..db8943066 100644
--- a/modules/file/lang/fr.lang.php
+++ b/modules/file/lang/fr.lang.php
@@ -2,13 +2,13 @@
/**
* @file modules/file/lang/fr.lang.php
* @author zero Traduit par Pierre Duvent
- * @brief Paquet du langage en français pour le module d\'Annexe
+ * @brief Paquet du langage en francais pour le module d\'Annexe
**/
$lang->file = 'Annexe';
$lang->file_name = 'Nom du Fichier';
$lang->file_size = 'Mesure du Fichier';
- $lang->download_count = 'Somme du Téléchargé';
+ $lang->download_count = 'Somme du Telecharge';
$lang->status = 'Statut';
$lang->is_valid = 'Valide';
$lang->is_stand_by = 'Attente';
@@ -17,31 +17,31 @@
$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 télécharger';
+ $lang->enable_download_group = 'Groupe permis de telecharger';
$lang->about_allow_outlink = '리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)';
- $lang->about_allowed_filesize = 'Vous pouvez désigner la limite de mesure pour chaque fichier. (Exclure administrateurs)';
- $lang->about_allowed_attach_size = 'Vous pouvez désigner la limite de mesure pour chaque document. (Exclure administrateurs)';
- $lang->about_allowed_filetypes = 'Extensions consentis seulement peuvent être attachés. Pour consentir une extension, utilisez "*.[extention]". Pour consentir plusieurs extensions, utilisez ";" entre chaque extension.
ex) *.* ou *.jpg;*.gif;
(Exclure Administrateurs)';
+ $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)';
- $lang->cmd_delete_checked_file = 'Supprimer item(s) slectionné(s)';
+ $lang->cmd_delete_checked_file = 'Supprimer item(s) slectionne(s)';
$lang->cmd_move_to_document = 'Bouger au Document';
- $lang->cmd_download = 'Télécharger';
+ $lang->cmd_download = 'Telecharger';
- $lang->msg_not_permitted_download = 'Vous n\'êtes pas permis(e) de télécharger';
- $lang->msg_cart_is_null = 'Choisissez un(des) fichier(s) Ã supprimer';
- $lang->msg_checked_file_is_deleted = '%d Annexe(s) est(sont) supprimé(s)';
+ $lang->msg_not_permitted_download = 'Vous n\'etes pas permis(e) de telecharger';
+ $lang->msg_cart_is_null = 'Choisissez un(des) fichier(s) a supprimer';
+ $lang->msg_checked_file_is_deleted = '%d Annexe(s) est(sont) supprime(s)';
$lang->msg_exceeds_limit_size = 'La mesure de l\'(des) Annexe(s) est plus grande que celle consentie.';
$lang->file_search_target_list = array(
'filename' => 'Nom de Fichier',
'filesize' => 'Mesure de Fichier (octet, surplus)',
- 'filesize_mega' => '파ì¼í¬ê¸° (Mb, ì´ìƒ)',
- 'download_count' => 'Téléchargés (surplus)',
- 'user_id' => 'ì•„ì´ë””',
- 'user_name' => 'ì´ë¦„',
- 'nick_name' => '닉네임',
- 'regdate' => 'Enrgistré',
+ 'filesize_mega' => '파일크기 (Mb, 이상)',
+ 'download_count' => 'Telecharges (surplus)',
+ 'user_id' => '아이디',
+ 'user_name' => '이름',
+ 'nick_name' => '닉네임',
+ 'regdate' => 'Enrgistre',
'ipaddress' => 'Adresse IP',
);
?>