diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-13 20:33:30 -0400 |
commit | f3336f8877771e53d303f6f939f0005fa9692b7a (patch) | |
tree | c5f0495eac0d3e946df517709d5a4ad9d0ec4227 /core/l10n/vi.php | |
parent | e8bede5e0d67e036e8e42279df3a2dd8c83e08e8 (diff) | |
download | nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.tar.gz nextcloud-server-f3336f8877771e53d303f6f939f0005fa9692b7a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/vi.php')
-rw-r--r-- | core/l10n/vi.php | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/core/l10n/vi.php b/core/l10n/vi.php index 2e3d9569357..9d335e4427a 100644 --- a/core/l10n/vi.php +++ b/core/l10n/vi.php @@ -1,14 +1,6 @@ <?php $TRANSLATIONS = array( "group" => "nhóm", -"Category type not provided." => "Kiểu hạng mục không được cung cấp.", -"No category to add?" => "Không có danh mục được thêm?", -"This category already exists: %s" => "Danh mục này đã tồn tại: %s", -"Object type not provided." => "Loại đối tượng không được cung cấp.", -"%s ID not provided." => "%s ID không được cung cấp.", -"Error adding %s to favorites." => "Lỗi thêm %s vào mục yêu thích.", -"No categories selected for deletion." => "Bạn chưa chọn mục để xóa", -"Error removing %s from favorites." => "Lỗi xóa %s từ mục yêu thích.", "Sunday" => "Chủ nhật", "Monday" => "Thứ 2", "Tuesday" => "Thứ 3", @@ -46,12 +38,9 @@ $TRANSLATIONS = array( "Ok" => "Đồng ý", "_{count} file conflict_::_{count} file conflicts_" => array(""), "Cancel" => "Hủy", -"The object type is not specified." => "Loại đối tượng không được chỉ định.", -"Error" => "Lỗi", -"The app name is not specified." => "Tên ứng dụng không được chỉ định.", -"The required file {file} is not installed!" => "Tập tin cần thiết {file} không được cài đặt!", "Shared" => "Được chia sẻ", "Share" => "Chia sẻ", +"Error" => "Lỗi", "Error while sharing" => "Lỗi trong quá trình chia sẻ", "Error while unsharing" => "Lỗi trong quá trình gỡ chia sẻ", "Error while changing permissions" => "Lỗi trong quá trình phân quyền", @@ -82,6 +71,9 @@ $TRANSLATIONS = array( "Sending ..." => "Đang gởi ...", "Email sent" => "Email đã được gửi", "Warning" => "Cảnh báo", +"The object type is not specified." => "Loại đối tượng không được chỉ định.", +"Delete" => "Xóa", +"Add" => "Thêm", "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Cập nhật không thành công . Vui lòng thông báo đến <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\"> Cộng đồng ownCloud </a>.", "The update was successful. Redirecting you to ownCloud now." => "Cập nhật thành công .Hệ thống sẽ đưa bạn tới ownCloud.", "Use the following link to reset your password: {link}" => "Dùng đường dẫn sau để khôi phục lại mật khẩu : {link}", @@ -101,8 +93,6 @@ $TRANSLATIONS = array( "Help" => "Giúp đỡ", "Access forbidden" => "Truy cập bị cấm", "Cloud not found" => "Không tìm thấy Clound", -"Edit categories" => "Sửa chuyên mục", -"Add" => "Thêm", "Security Warning" => "Cảnh bảo bảo mật", "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Phiên bản PHP của bạn có lỗ hổng NULL Byte attack (CVE-2006-7243)", "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Không an toàn ! chức năng random number generator đã có sẵn ,vui lòng bật PHP OpenSSL extension.", |