1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Minh <phandinhminh@protonmail.ch> 7 */ 8$lang['namespace'] = 'không gian tên namespace mặc định cho blog'; 9$lang['formposition'] = 'vị trí của mẫu nhập mới'; 10$lang['formposition_o_top'] = 'đầu'; 11$lang['formposition_o_bottom'] = 'cuối'; 12$lang['formposition_o_none'] = 'trống'; 13$lang['newentrytitle'] = 'tiêu đề của mẫu nhập mới'; 14$lang['dateprefix'] = 'ngày tiền tố cho ID mục nhập mới'; 15$lang['sortkey'] = 'sắp xếp các bài đăng blog theo'; 16$lang['sortkey_o_cdate'] = 'ngày tạo'; 17$lang['sortkey_o_mdate'] = 'ngày chỉnh sửa'; 18$lang['sortkey_o_pagename'] = 'tên trang'; 19$lang['sortkey_o_id'] = 'ID trang'; 20$lang['sortkey_o_title'] = 'tiêu đề'; 21$lang['sortorder'] = 'sắp xếp vị trí'; 22$lang['sortorder_o_ascending'] = 'tăng dần'; 23$lang['sortorder_o_descending'] = 'giảm dần'; 24$lang['excluded_pages'] = 'loại trừ một số trang nhất định khỏi danh sách blog (yêu cầu diễn đạt thông thường)'; 25$lang['showhistogram'] = 'Hiển thị biểu đồ trên báo cáo kết xuất lưu trữ'; 26$lang['max_months'] = 'Số tháng tối đa để hiển thị trong biểu đồ'; 27$lang['histogram_height'] = 'Chiều cao của biểu đồ (tính bằng pixel)'; 28