1
0
mirror of https://github.com/owncloud/bookmarks.git synced 2024-11-29 04:24:11 +01:00
OwncloudBookmarksOfficial/l10n/vi.php
2014-11-27 02:10:23 -05:00

33 lines
1.4 KiB
PHP

<?php
$TRANSLATIONS = array(
"Bookmarks" => "Bookmarks",
"Bookm." => "Bookm.",
"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",
"Filter by tag" => "Lọc theo tag",
"Warning" => "Cảnh báo",
"Tags" => "Tags",
"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 ?",
"Import error" => "Lỗi khi nhập",
"Import completed successfully." => "Nhập vào thành công",
"Uploading..." => "tải lên...",
"Add a bookmark" => " Thêm bookmark",
"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",
"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",
"Address" => "Địa chỉ",
"Add" => "Thêm",
"You have no bookmarks" => "Bạn chưa có bookmark nào",
"Bookmarklet" => "Bookmarklet",
"Export & Import" => "Xuất ra & Nhập vào",
"Export" => "Xuất ra",
"Import" => "Nhập vào"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";