summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/vi/settings.php
blob: a0b7d4924ec1c53b524c33c977e45dd3f789e5e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author Minh <phandinhminh@protonmail.ch>
 */
$lang['namespace']             = 'không gian tên namespace mặc định cho blog';
$lang['formposition']          = 'vị trí của mẫu nhập mới';
$lang['formposition_o_top']    = 'đầu';
$lang['formposition_o_bottom'] = 'cuối';
$lang['formposition_o_none']   = 'trống';
$lang['newentrytitle']         = 'tiêu đề của mẫu nhập mới';
$lang['dateprefix']            = 'ngày tiền tố cho ID mục nhập mới';
$lang['sortkey']               = 'sắp xếp các bài đăng blog theo';
$lang['sortkey_o_cdate']       = 'ngày tạo';
$lang['sortkey_o_mdate']       = 'ngày chỉnh sửa';
$lang['sortkey_o_pagename']    = 'tên trang';
$lang['sortkey_o_id']          = 'ID trang';
$lang['sortkey_o_title']       = 'tiêu đề';
$lang['sortorder']             = 'sắp xếp vị trí';
$lang['sortorder_o_ascending'] = 'tăng dần';
$lang['sortorder_o_descending'] = 'giảm dần';
$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)';
$lang['showhistogram']         = 'Hiển thị biểu đồ trên báo cáo kết xuất lưu trữ';
$lang['max_months']            = 'Số tháng tối đa để hiển thị trong biểu đồ';
$lang['histogram_height']      = 'Chiều cao của biểu đồ (tính bằng pixel)';