From 9f4102e9e8fe9b363b494146317d00444cb5af97 Mon Sep 17 00:00:00 2001 From: ducduydaovn Date: Sun, 15 Nov 2009 14:49:33 +0000 Subject: [PATCH] Added Vietnamese language to Auto Install Module git-svn-id: http://xe-core.googlecode.com/svn/trunk@6941 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/autoinstall/conf/info.xml | 4 ++++ modules/autoinstall/lang/vi.lang.php | 30 ++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 modules/autoinstall/lang/vi.lang.php diff --git a/modules/autoinstall/conf/info.xml b/modules/autoinstall/conf/info.xml index b2b1575df..64f75582a 100644 --- a/modules/autoinstall/conf/info.xml +++ b/modules/autoinstall/conf/info.xml @@ -2,9 +2,11 @@ 쉬운 설치 Easy-Installation + Cài đặt tự động 在线安装 관리자 모드에서 클릭으로 모듈/스킨/레이아웃/위젯/위젯스타일 등을 설치하는 모듈입니다. With this module, you can install and upgrade your programs including modules, skins, layouts, etc., from www.xpressengine.com by one-click. + Với Module này, bạn có thể cập nhật và cài đặt các phiên bản một cách tự động. Bao gồm Module, Layout, Widget, Addon, ... từ trang chủ XE bằng một bấm chuột. 很方便的在管理页面一键安装XE相关模块(模块/皮肤/布局/控件/控件样式等)。 0.1 2009-11-11 @@ -13,10 +15,12 @@ haneul haneul haneul + haneul sol sol + sol sol diff --git a/modules/autoinstall/lang/vi.lang.php b/modules/autoinstall/lang/vi.lang.php new file mode 100644 index 000000000..5e142484a --- /dev/null +++ b/modules/autoinstall/lang/vi.lang.php @@ -0,0 +1,30 @@ +autoinstall = 'Cập nhật tự động'; + $lang->about_autoinstall = 'Nó sẽ giúp bạn Cài đặt / Nâng cấp phiên bản tự động từ trang chủ XE.'; + $lang->package_update = 'Cập nhật'; + $lang->package_downloaded_count = 'Lượt Download'; + $lang->need_update = "Danh sách phiên bản cần cập nhật."; + + $lang->order_newest = "Mới nhất"; + $lang->order_popular = "Phổ biến"; + $lang->order_download = "Download"; + $lang->success_installed = "Đã cài đặt thành công."; + $lang->view_all_package = "Xem tất cả"; + $lang->description_ftp_note = "Nếu bạn chưa thiết lập FTP, sẽ không thể cài đặt đặt hay cập nhật. Xin hãy thiết lập thông tin FTP."; + $lang->description_update = "Nếu bạn cập nhật hay cài đặt mà không sử dụng chương trình cập nhật tự động, xin hãy bấm 'Cập nhật' tại trang quản lý để giữ lại thông tin đã cập nhật của chương trình."; + $lang->install = "Cài đặt"; + $lang->update = "Cập nhật"; + $lang->current_version = "Phiên bản đang dùng"; + $lang->depending_programs = "Chương trình này phụ thuộc vào "; + $lang->require_update = "Yêu cầu cập nhật."; + $lang->require_installation = "Yêu cầu cài đặt."; + $lang->description_install = "Quá trình Cài đặt / Cập nhật này phụ thuộc vào "; + $lang->description_download = "Khi FTP không được mở, bạn nên tải về và giả nén, sau đó Upload theo đường dẫn. (Nếu đường dẫn là ./modules/board, thì giải nén vào ./modules)"; + $lang->path = "Đường dẫn"; +?>