server/apps/files_external/l10n/vi.php

28 lines
1.1 KiB
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2014-04-30 05:57:53 +00:00
"Location" => "Vị trí",
"URL" => "URL",
"Username" => "Tên đăng nhập",
"Password" => "Mật khẩu",
"Share" => "Chia sẻ",
2012-10-26 22:02:05 +00:00
"Access granted" => "Đã cấp quyền truy cập",
"Error configuring Dropbox storage" => "Lỗi cấu hình lưu trữ Dropbox ",
"Grant access" => "Cấp quyền truy cập",
2012-11-09 23:02:29 +00:00
"Please provide a valid Dropbox app key and secret." => "Xin vui lòng cung cấp một ứng dụng Dropbox hợp lệ và mã bí mật.",
2012-10-26 22:02:05 +00:00
"Error configuring Google Drive storage" => "Lỗi cấu hình lưu trữ Google Drive",
2012-09-08 00:05:41 +00:00
"External Storage" => "Lưu trữ ngoài",
2013-02-28 23:07:02 +00:00
"Folder name" => "Tên thư mục",
2013-05-12 00:05:29 +00:00
"External storage" => "Lưu trữ ngoài",
2012-09-08 00:05:41 +00:00
"Configuration" => "Cấu hình",
"Options" => "Tùy chọn",
2013-05-12 00:05:29 +00:00
"Add storage" => "Thêm bộ nhớ",
2012-09-08 00:05:41 +00:00
"All Users" => "Tất cả người dùng",
"Groups" => "Nhóm",
"Users" => "Người dùng",
"Delete" => "Xóa",
"Enable User External Storage" => "Kích hoạt tính năng lưu trữ ngoài",
2012-10-02 21:18:26 +00:00
"SSL root certificates" => "Chứng chỉ SSL root",
"Import Root Certificate" => "Nhập Root Certificate"
2012-09-08 00:05:41 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";