mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 08:12:17 +09:00
Add configuration for thumbnail target
- 썸네일 생성 대상 설정과 썸네일 생성 방식 설정을 분리하여 외부이미지 썸네일 생성을 방지할 수 있는 옵션 추가 - 문서 모듈과 관리 모듈에 흩어져 있는 썸네일 관련 언어파일을 관리 모듈로 합침
This commit is contained in:
parent
28d5f12cf1
commit
1a6e84d9cc
22 changed files with 60 additions and 36 deletions
|
|
@ -56,6 +56,9 @@ $lang->ftp_remove_info = 'Xóa thông tin FTP.';
|
|||
$lang->msg_ftp_invalid_path = 'Không tìm thấy thông tin của thư mục bạn đã nhập trên FTP.';
|
||||
$lang->msg_self_restart_cache_engine = 'Hãy thiết lập lại bộ nhớ Cache hoặc Deamon Cache.';
|
||||
$lang->autoinstall = 'Cập nhật tự động';
|
||||
$lang->thumbnail_type = 'Định dạng hình nhỏ';
|
||||
$lang->thumbnail_crop = 'Hình cắt';
|
||||
$lang->thumbnail_ratio = 'Tỉ lệ';
|
||||
$lang->trash = 'Thùng rác';
|
||||
$lang->timezone = 'Múi giờ';
|
||||
$lang->move = 'Di chuyển';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue