#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

@ -84,5 +84,7 @@
$lang->ftp_get_list = "Get List";
$lang->ftp_remove_info = 'Remove FTP Info.';
$lang->msg_ftp_invalid_path = 'Failed to read the specified FTP Path.';
$lang->msg_self_restart_cache_engine = 'Memcached 또는 캐쉬데몬을 재시작 해주세요.';
$lang->msg_self_restart_cache_engine = 'Please restart Memcached or cache daemon.';
$lang->mobile_view = 'Use Mobile View';
$lang->about_mobile_view = 'If accessing with a smartphone, display content with mobile layout.';
?>