#327 언어파일 정리

This commit is contained in:
conory 2016-03-03 18:19:44 +09:00
parent 79209bf2af
commit 9f9fa6e653
69 changed files with 4 additions and 349 deletions

View file

@ -28,8 +28,6 @@ $lang->msg_exceeds_limit_size = 'Ha excedido el límite del tamaño total de los
$lang->file_search_target_list['filename'] = 'Nombre del archivo';
$lang->file_search_target_list['filesize_more'] = 'Tamaño del archivo(Byte, sobre)';
$lang->file_search_target_list['filesize_mega_more'] = 'Tamaño del archivo(Mb, o mb)';
$lang->file_search_target_list['filesize_less'] = '파일크기(byte, 이하)';
$lang->file_search_target_list['filesize_mega_less'] = '파일크기(Mb, 이하)';
$lang->file_search_target_list['download_count'] = 'Descargados(Sobre)';
$lang->file_search_target_list['user_id'] = 'ID';
$lang->file_search_target_list['user_name'] = 'Nombre';

View file

@ -7,13 +7,10 @@ $lang->status = 'Statut';
$lang->is_valid = 'Valide';
$lang->is_stand_by = 'Attente';
$lang->file_list = 'Liste des Annexes';
$lang->allow_outlink_site = '파일 외부 허용 사이트';
$lang->allowed_filesize = 'Mesure du Fichier Maximum';
$lang->allowed_attach_size = 'Somme des Annexes Maximum';
$lang->allowed_filetypes = 'Extensions consentis seulement peuvent etre attaches.';
$lang->enable_download_group = 'Groupe permis de telecharger';
$lang->about_allow_outlink = '리퍼러에 따라 파일 외부 링크를 차단할 수 있습니다.(*.wmv, *.mp3등 미디어 파일 제외)';
$lang->about_allow_outlink_site = '파일 외부 링크 설정에 관계 없이 허용하는 사이트 주소입니다. 여러개 입력시에 줄을 바꿔서 구분해주세요. ex)https://www.rhymix.org/';
$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 = 'Pour consentir une extension, utilisez "*.[extention]". Pour consentir plusieurs extensions, utilisez ";" entre chaque extension. ex) *.* ou *.jpg;*.gif;';
@ -26,9 +23,6 @@ $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['filename'] = 'Nom de Fichier';
$lang->file_search_target_list['filesize_more'] = 'Mesure de Fichier(octet, surplus)';
$lang->file_search_target_list['filesize_mega_more'] = '파일크기(Mb, 이상)';
$lang->file_search_target_list['filesize_less'] = '파일크기(byte, 이하)';
$lang->file_search_target_list['filesize_mega_less'] = '파일크기(Mb, 이하)';
$lang->file_search_target_list['download_count'] = 'Telecharges(surplus)';
$lang->file_search_target_list['regdate'] = 'Enrgistre';
$lang->file_search_target_list['ipaddress'] = 'Adresse IP';