Convert all module lang files from XML to PHP

This commit is contained in:
Kijin Sung 2016-01-31 16:01:17 +09:00
parent 9b621d9c8c
commit 615416ab7f
297 changed files with 13745 additions and 17656 deletions

11
modules/rss/lang/vi.php Normal file
View file

@ -0,0 +1,11 @@
<?php
$lang->rss_disable = 'Tắt RSS';
$lang->rss_type = 'Định dạng RSS';
$lang->open_rss = 'Mở RSS';
$lang->open_rss_types['Y'] = 'Mở tất cả';
$lang->open_rss_types['H'] = 'Mở tóm tắt';
$lang->open_rss_types['N'] = 'Tắt';
$lang->about_rss_disable = 'Nếu chọn, RSS sẽ bị tắt.';
$lang->about_rss_type = 'Bạn có thể đặt định dạng cho RSS.';
$lang->about_open_rss = 'Bạn có thể mở công khai RSS trên Module hiện tại.\\nKhông ảnh hưởng tới quyền truy cập bài viết, RSS sẽ mở công khai với tùy chọn của nó.';
$lang->msg_rss_is_disabled = 'Chức năng RSS đã bị tắt.';