#18947823 : add an option to use mobile view

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7515 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-06-15 08:21:46 +00:00
parent 6cfb2be953
commit eb7322c4fa
11 changed files with 62 additions and 29 deletions

View file

@ -83,4 +83,6 @@
$lang->ftp_remove_info = 'FTP 정보 삭제';
$lang->msg_ftp_invalid_path = 'FTP Path를 읽을 수 없습니다.';
$lang->msg_self_restart_cache_engine = 'Memcached 또는 캐쉬데몬을 재시작 해주세요.';
$lang->mobile_view = '모바일 뷰 사용';
$lang->about_mobile_view = '스마트폰 등을 이용하여 접속할 때 모바일 화면에 최적화된 레이아웃을 이용하도록 합니다.';
?>