vi.js 886 B

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "files_external",
  3. {
  4. "External storage" : "Lưu trữ ngoài",
  5. "Username" : "Tên đăng nhập",
  6. "Host" : "Máy chủ",
  7. "Share" : "Chia sẻ",
  8. "Personal" : "Cá nhân",
  9. "Grant access" : "Cấp quyền truy cập",
  10. "Access granted" : "Đã cấp quyền truy cập",
  11. "Saved" : "Đã lưu",
  12. "None" : "Không gì cả",
  13. "Password" : "Mật khẩu",
  14. "Port" : "Cổng",
  15. "Region" : "Vùng/miền",
  16. "WebDAV" : "WebDAV",
  17. "URL" : "URL",
  18. "Location" : "Vị trí",
  19. "ownCloud" : "ownCloud",
  20. "Name" : "Tên",
  21. "External Storage" : "Lưu trữ ngoài",
  22. "Folder name" : "Tên thư mục",
  23. "Configuration" : "Cấu hình",
  24. "Delete" : "Xóa",
  25. "Add storage" : "Thêm bộ nhớ",
  26. "Enable User External Storage" : "Kích hoạt tính năng lưu trữ ngoài"
  27. },
  28. "nplurals=1; plural=0;");