Blame view

sources/apps/files_external/l10n/vi.php 1.18 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
6d9380f96   Cédric Dupont   Update sources OC...
3
4
5
6
7
8
9
10
  "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.",
  "External storage" => "Lưu trữ ngoài",
  "Location" => "Vị trí",
  "Host" => "Máy chủ",
  "Username" => "Tên đăng nhập",
  "Password" => "Mật khẩu",
  "Share" => "Chia sẻ",
  "URL" => "URL",
03e52840d   Kload   Init
11
12
13
  "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",
03e52840d   Kload   Init
14
  "Error configuring Google Drive storage" => "Lỗi cấu hình lưu trữ Google Drive",
6d9380f96   Cédric Dupont   Update sources OC...
15
16
  "Personal" => "Cá nhân",
  "Name" => "Tên",
03e52840d   Kload   Init
17
18
19
20
  "External Storage" => "Lưu trữ ngoài",
  "Folder name" => "Tên thư mục",
  "Configuration" => "Cấu hình",
  "Options" => "Tùy chọn",
31b7f2792   Kload   Upgrade to ownclo...
21
  "Add storage" => "Thêm bộ nhớ",
03e52840d   Kload   Init
22
23
24
25
26
  "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",
03e52840d   Kload   Init
27
28
29
  "SSL root certificates" => "Chứng chỉ SSL root",
  "Import Root Certificate" => "Nhập Root Certificate"
  );
31b7f2792   Kload   Upgrade to ownclo...
30
  $PLURAL_FORMS = "nplurals=1; plural=0;";