old mode 100755
new mode 100644
| | |
| | | <?php
|
| | |
|
| | | /*
|
| | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | language/vn/labels.inc |
|
| | | | |
|
| | | | Language file of the RoundCube Webmail client |
|
| | | | Copyright (C) 2006, RoundQube Dev. - Switzerland |
|
| | | | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
|
| | | | Licensed under the GNU GPL |
|
| | | | |
|
| | | +-----------------------------------------------------------------------+
|
| | | | Author: Vinh Bui <bqvinh@buivinh.info> |
|
| | | +-----------------------------------------------------------------------+
|
| | |
|
| | | $Id: labels.inc 296 2006-08-06 15:53:41Z thomasb $
|
| | | @version $Id$
|
| | |
|
| | | */
|
| | |
|
| | |
| | | $labels['quicksearch'] = 'Tìm nhanh';
|
| | | $labels['resetsearch'] = 'Xóa bỏ tìm kiếm';
|
| | |
|
| | |
|
| | | // message compose
|
| | | $labels['compose'] = 'Soạn thư';
|
| | | $labels['savemessage'] = 'Lưu thư đang soạn';
|
| | |
| | | $labels['nosubject'] = '(no subject)';
|
| | | $labels['showimages'] = 'Hiển thị ảnh';
|
| | |
|
| | |
|
| | | // address boook
|
| | | $labels['name'] = 'Tên hiển thị';
|
| | | $labels['firstname'] = 'Tên';
|
| | |
| | | $labels['previouspage'] = 'Trang trước';
|
| | | $labels['nextpage'] = 'Trang tiếp';
|
| | |
|
| | |
|
| | | // LDAP search
|
| | | $labels['ldapsearch'] = 'LDAP directory search';
|
| | |
|
| | |
| | | $labels['ldappublicsearchfield'] = 'Tìm trên';
|
| | | $labels['ldappublicsearchform'] = 'Tìm địa chỉ liên hệ';
|
| | | $labels['ldappublicsearch'] = 'Tìm kiếm';
|
| | |
|
| | |
|
| | | // settings
|
| | | $labels['settingsfor'] = 'Thiết lập cho';
|
| | |
| | | $labels['sortasc'] = 'Xếp tăng dần';
|
| | | $labels['sortdesc'] = 'Xếp giảm dần';
|
| | |
|
| | | ?>
|
| | | ?> |