Blame view

sources/apps/bookmarks/l10n/vi.php 1.59 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  <?php $TRANSLATIONS = array(
  "No file provided for import" => "Không có tập tin nào để nhập vào",
  "Unsupported file type for import" => "Loại tập tin không được hỗ trợ để nhập vào",
  "Bookmarks" => "Bookmarks",
  "Tags" => "Tags",
  "Filter by tag" => "Lọc theo tag",
  "Edit bookmark" => "Sửa bookmark",
  "Are you sure you want to remove this tag from every entry?" => "Bạn có chắc chắn bạn muốn loại bỏ tags này ?",
  "Warning" => "Cảnh báo",
  "Import error" => "Lỗi khi nhập",
  "Import completed successfully." => "Nhập vào thành công",
  "Uploading..." => "tải lên...",
  "Bookm." => "Bookm.",
  "Add a bookmark" => " Thêm bookmark",
  "Close" => "Đóng",
  "The title of the page" => "Tiêu đề trang",
  "The address of the page" => "Địa chỉ trang",
  "Description of the page" => "Mô tả trang",
  "Save" => "Lưu",
  "Delete" => "Xóa",
  "Edit" => "Sửa",
  "Cancel" => "Hủy",
6d9380f96   Cédric Dupont   Update sources OC...
23
24
  "Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:" => "Kéo vào trình duyệt làm bookmark ,khi bạn muốn đánh dấu một trang web một cách nhanh chóng:",
  "Add to ownCloud" => "Thêm vào ownCloud",
d1bafeea1   Kload   [fix] Upgrade to ...
25
26
27
28
29
30
31
32
33
34
35
  "Address" => "Địa chỉ",
  "Add" => "Thêm",
  "Related Tags" => "Những Tag có liên quan",
  "Settings" => "Cài đặt",
  "You have no bookmarks" => "Bạn chưa có bookmark nào",
  "You can also try to import a bookmark file" => "Bạn cũng có thể thử nhập vào một tập tin bookmark",
  "Bookmarklet" => "Bookmarklet",
  "Export & Import" => "Xuất ra & Nhập vào",
  "Export" => "Xuất ra",
  "Import" => "Nhập vào"
  );