xref: /plugin/searchindex/lang/vi/lang.php (revision 4773e14500fce3dfff8e66d291ab9dd93ca4eeb4)
1eccdc83fSMinh<?php
2eccdc83fSMinh
3eccdc83fSMinh/**
4eccdc83fSMinh * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5eccdc83fSMinh *
6eccdc83fSMinh * @author Minh <phandinhminh@protonmail.ch>
7eccdc83fSMinh */
8eccdc83fSMinh$lang['menu']                  = 'Trình quản lý chỉ mục tìm kiếm';
9eccdc83fSMinh$lang['update']                = 'Cập nhật chỉ mục';
10eccdc83fSMinh$lang['update_tip']            = 'Chỉ cập nhật chỉ mục tìm kiếm (thường nhanh hơn)';
11eccdc83fSMinh$lang['rebuild']               = 'Xây dựng lại chỉ mục';
12eccdc83fSMinh$lang['rebuild_tip']           = 'Xóa sau đó xây dựng lại hoàn toàn chỉ mục tìm kiếm';
13*4773e145SAndreas Gohr$lang['indexing']        = 'Đã chỉ mục:';
14*4773e145SAndreas Gohr$lang['done']            = 'Đã hoàn thành việc chỉ mục.';
15*4773e145SAndreas Gohr$lang['pages']           = '%d các trang đã tìm thấy.';
16*4773e145SAndreas Gohr$lang['clearing']        = 'Đang xoá chỉ mục...';
17*4773e145SAndreas Gohr$lang['finding']         = 'Đang tìm các trang...';
18*4773e145SAndreas Gohr$lang['notindexed']      = 'Đã bỏ qua: Cập nhật hiện thời';
19*4773e145SAndreas Gohr$lang['indexed']         = 'Đã cập nhật';
20