mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +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
|
|
@ -40,6 +40,9 @@ $lang->about_use_ssl = 'Si l\'on choisit \'Optionnel\' , on utilise protocole SS
|
|||
$lang->server_ports = 'déclarer le port de serveur';
|
||||
$lang->about_server_ports = 'Si l\'on ne veut pas utiliser le port 80 pour HTTP mais un autre port, ou bien, si l\'on ne veut pas utiliser le port 443 pour HTTPS mais un autre port, on doit déclarer les ports.';
|
||||
$lang->about_db_session = 'This setting will use PHP session used for authentication as DB. For the Websites which do not use web server frequently, you can uncheck this setting to improve response time. However, session DB will make it difficult to get current users, so you cannot use related functions.';
|
||||
$lang->thumbnail_type = 'Type de la Vignette';
|
||||
$lang->thumbnail_crop = 'Rogner';
|
||||
$lang->thumbnail_ratio = 'Proportion';
|
||||
$lang->trash = 'Poubelle';
|
||||
$lang->timezone = 'Fuseau horaire';
|
||||
$lang->about_use_sso = 'SSO will enable users to sign in just once for both default and virtual site. You will need this only if you are using virtual sites.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue