diff --git a/modules/admin/lang/en.lang.php b/modules/admin/lang/en.lang.php index 28ae02d7c..fb379f1af 100644 --- a/modules/admin/lang/en.lang.php +++ b/modules/admin/lang/en.lang.php @@ -85,4 +85,5 @@ $lang->msg_self_restart_cache_engine = 'Please restart Memcached or cache daemon.'; $lang->mobile_view = 'Mobile View'; $lang->about_mobile_view = 'Mobile View will display the best layout when accessing with smartphones.'; + $lang->autoinstall = 'EasyInstall'; ?> diff --git a/modules/admin/lang/es.lang.php b/modules/admin/lang/es.lang.php index 8455f3bd9..c19ce16b9 100644 --- a/modules/admin/lang/es.lang.php +++ b/modules/admin/lang/es.lang.php @@ -87,4 +87,5 @@ $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.'; + $lang->autoinstall = 'EasyInstall'; ?> diff --git a/modules/admin/lang/fr.lang.php b/modules/admin/lang/fr.lang.php index 47fb94caf..500b892ae 100644 --- a/modules/admin/lang/fr.lang.php +++ b/modules/admin/lang/fr.lang.php @@ -86,4 +86,5 @@ $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.'; + $lang->autoinstall = 'EasyInstall'; ?> diff --git a/modules/admin/lang/jp.lang.php b/modules/admin/lang/jp.lang.php index 105e93f7b..bb933ca53 100644 --- a/modules/admin/lang/jp.lang.php +++ b/modules/admin/lang/jp.lang.php @@ -85,4 +85,5 @@ $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.'; + $lang->autoinstall = 'イージーインストール'; ?> diff --git a/modules/admin/lang/ko.lang.php b/modules/admin/lang/ko.lang.php index ff9392dcb..15a56750a 100644 --- a/modules/admin/lang/ko.lang.php +++ b/modules/admin/lang/ko.lang.php @@ -85,4 +85,6 @@ $lang->msg_self_restart_cache_engine = 'Memcached 또는 캐쉬데몬을 재시작 해주세요.'; $lang->mobile_view = '모바일 뷰 사용'; $lang->about_mobile_view = '스마트폰 등을 이용하여 접속할 때 모바일 화면에 최적화된 레이아웃을 이용하도록 합니다.'; + + $lang->autoinstall = '쉬운 설치'; ?> diff --git a/modules/admin/lang/ru.lang.php b/modules/admin/lang/ru.lang.php index 10cf2f24d..9ff345217 100644 --- a/modules/admin/lang/ru.lang.php +++ b/modules/admin/lang/ru.lang.php @@ -84,4 +84,5 @@ $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.'; + $lang->autoinstall = 'EasyInstall'; ?> diff --git a/modules/admin/lang/vi.lang.php b/modules/admin/lang/vi.lang.php index a87902b5c..51a01f412 100644 --- a/modules/admin/lang/vi.lang.php +++ b/modules/admin/lang/vi.lang.php @@ -88,4 +88,5 @@ $lang->msg_self_restart_cache_engine = 'Hãy thiết lập lại bộ nhớ Cache hoặc Deamon Cache.'; $lang->mobile_view = 'Xem bằng di động'; $lang->about_mobile_view = 'Nếu truy cập bằng thiết bị di động, nội dung sẽ được bố trí theo từng loại thiết bị.'; + $lang->autoinstall = 'Cập nhật tự động'; ?> diff --git a/modules/admin/lang/zh-CN.lang.php b/modules/admin/lang/zh-CN.lang.php index 615f4bef7..2fb31a0fa 100644 --- a/modules/admin/lang/zh-CN.lang.php +++ b/modules/admin/lang/zh-CN.lang.php @@ -85,4 +85,5 @@ $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.'; + $lang->autoinstall = 'Autoinstall'; ?> diff --git a/modules/admin/lang/zh-TW.lang.php b/modules/admin/lang/zh-TW.lang.php index ac1016642..6df11a74f 100644 --- a/modules/admin/lang/zh-TW.lang.php +++ b/modules/admin/lang/zh-TW.lang.php @@ -85,4 +85,5 @@ $lang->msg_self_restart_cache_engine = '請重新啟動 Memcached 快取程式。'; $lang->mobile_view = '手機瀏覽'; $lang->about_mobile_view = '使用手機瀏覽時將會顯示最適當的畫面。'; + $lang->autoinstall = '自動安裝'; ?>