Layout and other changes
This commit is contained in:
parent
3f5ef1296a
commit
4632884065
41 changed files with 5563 additions and 544 deletions
71
themes/austria/js/wysibb/lang/vn.js
Normal file
71
themes/austria/js/wysibb/lang/vn.js
Normal file
|
@ -0,0 +1,71 @@
|
|||
if (typeof (WBBLANG)=="undefined") {WBBLANG = {};}
|
||||
WBBLANG['vi'] = {
|
||||
bold: "In đậm",
|
||||
italic: "In nghiêng",
|
||||
underline: "Gạch chân",
|
||||
strike: "Gạch ngang",
|
||||
link: "Liên kết",
|
||||
img: "Hình ảnh",
|
||||
sup: "Superscript",
|
||||
sub: "Subscript",
|
||||
justifyleft: "Canh trái",
|
||||
justifycenter: "Canh giữa",
|
||||
justifyright: "Canh phải",
|
||||
table: "Bảng",
|
||||
bullist: "Bullit",
|
||||
numlist: "Numlist",
|
||||
quote: "Quote",
|
||||
offtop: "Offtop",
|
||||
code: "Code",
|
||||
spoiler: "Ẩn hiện văn bản",
|
||||
fontcolor: "Màu chữ",
|
||||
fontsize: "Size chữ",
|
||||
fontfamily: "Font chữ",
|
||||
fs_verysmall: "Rất nhỏ",
|
||||
fs_small: "Nhỏ",
|
||||
fs_normal: "Bình thường",
|
||||
fs_big: "Lớn",
|
||||
fs_verybig: "Rất lớn",
|
||||
smilebox: "Box Smile",
|
||||
video: "Hình ảnh",
|
||||
|
||||
modal_link_title: "Chèn Link vào bài viết",
|
||||
modal_link_text: "Text hiển thị",
|
||||
modal_link_url: "URL trang",
|
||||
modal_email_text: "Chèn Email liên hệ",
|
||||
modal_email_url: "Email",
|
||||
modal_link_tab1: "Insert URL",
|
||||
|
||||
modal_img_title: "Insert IMG",
|
||||
modal_img_tab1: "Nhập URL",
|
||||
modal_img_tab2: "Tải lên",
|
||||
modal_imgsrc_text: "Nhập địa chỉ hình ảnh",
|
||||
modal_img_btn: "Chọn hình ảnh tải lên",
|
||||
|
||||
modal_video_text: "Nhập URL video",
|
||||
|
||||
close: "Đóng",
|
||||
save: "Lưu",
|
||||
cancel: "Hủy",
|
||||
remove: "Xóa",
|
||||
|
||||
validation_err: "Dữ liệu nhập không hợp lệ",
|
||||
error_onupload: "Lỗi Upload tập tin",
|
||||
|
||||
fileupload_text1: "Kéo hình ảnh vào đây",
|
||||
fileupload_text2: "Hoặc",
|
||||
|
||||
loading: "Đang tải...",
|
||||
auto: "Chọn màu",
|
||||
|
||||
//smiles
|
||||
sm1: "Nụ cười",
|
||||
sm2: "Cười",
|
||||
sm3: "Nháy mắt",
|
||||
sm4: "Cảm ơn bạn",
|
||||
sm5: "Thề",
|
||||
sm6: "Sốc",
|
||||
sm7: "Ác",
|
||||
sm8: "Đau buồn",
|
||||
sm9: "Bệnh hoạn"
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue