2013-08-09 12:06:31 +00:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2014-06-29 05:56:00 +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.",
|
2014-06-07 05:56:13 +00:00
|
|
|
"External storage" => "Lưu trữ ngoài",
|
2014-04-30 05:57:53 +00:00
|
|
|
"Location" => "Vị trí",
|
2014-09-01 05:59:19 +00:00
|
|
|
"Port" => "Cổng",
|
|
|
|
"Region" => "Vùng/miền",
|
2014-05-17 05:57:38 +00:00
|
|
|
"Host" => "Máy chủ",
|
2014-04-30 05:57:53 +00:00
|
|
|
"Username" => "Tên đăng nhập",
|
|
|
|
"Password" => "Mật khẩu",
|
|
|
|
"Share" => "Chia sẻ",
|
2014-05-16 05:55:55 +00:00
|
|
|
"URL" => "URL",
|
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",
|
|
|
|
"Error configuring Google Drive storage" => "Lỗi cấu hình lưu trữ Google Drive",
|
2014-06-08 05:56:13 +00:00
|
|
|
"Personal" => "Cá nhân",
|
|
|
|
"Name" => "Tên",
|
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",
|
2012-09-08 00:05:41 +00:00
|
|
|
"Configuration" => "Cấu hình",
|
2013-05-12 00:05:29 +00:00
|
|
|
"Add storage" => "Thêm bộ nhớ",
|
2012-09-08 00:05:41 +00:00
|
|
|
"Delete" => "Xóa",
|
2014-09-01 05:59:19 +00:00
|
|
|
"Enable User External Storage" => "Kích hoạt tính năng lưu trữ ngoài"
|
2012-09-08 00:05:41 +00:00
|
|
|
);
|
2013-08-09 12:06:31 +00:00
|
|
|
$PLURAL_FORMS = "nplurals=1; plural=0;";
|