You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
891 B
16 lines
891 B
<?php
|
|
/*
|
|
for more information: see languages.txt in the lang folder.
|
|
*/
|
|
$langPgTitle = "Tiêu đề trang";
|
|
$langExplanation = "Sau khi bấm OK, một website sẽ được tạo ra với đầy đủ các chuyên mục. Bạn chỉ cần đăng nhập và hiệu chỉnh website theo ý thích.";
|
|
$langTooBig = "Bạn không chọn tệp nào, hoặc là kích thước tệp quá lớn";
|
|
$langCouldNot = "File không thể gửi";
|
|
$langNotAllowed = "Not allowed";
|
|
$langAddPageToSite = "Add a page to site";
|
|
$langCouldNotSendPage = "This file is not in HTML format and could not be sent. If you want to send non HTML documents (PDF, Word, Power Point, Video, etc.) use <a href=../document/document.php>Documents tool</a>";
|
|
$langSendPage = "Trang gửi đi";
|
|
$langPageTitleModified = "The title of the page has been modified";
|
|
$langPageAdded = "Page added";
|
|
$langAddPage = "Thêm trang";
|
|
?>
|