Blame view

sources/apps/files_external/l10n/vi.php 2.29 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
  <?php
  $TRANSLATIONS = array(
03e52840d   Kload   Init
3
4
5
6
7
8
9
  "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",
  "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.",
  "Error configuring Google Drive storage" => "Lỗi cấu hình lưu trữ Google Drive",
  "<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Cảnh báo:</b> \"smbclient\" chưa được cài đặt. Mount CIFS/SMB shares là không thể thực hiện được. Hãy hỏi người quản trị hệ thống để cài đặt nó.",
  "<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Cảnh báo:</b> FTP trong PHP chưa được cài đặt hoặc chưa được  mở. Mount FTP shares là không thể. Xin hãy yêu cầu quản trị hệ thống của bạn cài đặt nó.",
31b7f2792   Kload   Upgrade to ownclo...
10
  "<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Cảnh báo:</b> Tính năng Curl trong PHP chưa được kích hoạt hoặc cài đặt. Việc gắn kết ownCloud / WebDAV hay GoogleDrive không thực hiện được. Vui lòng liên hệ người quản trị để cài đặt nó.",
03e52840d   Kload   Init
11
12
  "External Storage" => "Lưu trữ ngoài",
  "Folder name" => "Tên thư mục",
31b7f2792   Kload   Upgrade to ownclo...
13
  "External storage" => "Lưu trữ ngoài",
03e52840d   Kload   Init
14
15
16
  "Configuration" => "Cấu hình",
  "Options" => "Tùy chọn",
  "Applicable" => "Áp dụng",
31b7f2792   Kload   Upgrade to ownclo...
17
  "Add storage" => "Thêm bộ nhớ",
03e52840d   Kload   Init
18
19
20
21
22
23
24
25
26
27
  "None set" => "không",
  "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",
  "Allow users to mount their own external storage" => "Cho phép người dùng kết nối với lưu trữ riêng bên ngoài của họ",
  "SSL root certificates" => "Chứng chỉ SSL root",
  "Import Root Certificate" => "Nhập Root Certificate"
  );
31b7f2792   Kload   Upgrade to ownclo...
28
  $PLURAL_FORMS = "nplurals=1; plural=0;";