X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/src/locale/ext-lang-vn.js diff --git a/src/locale/ext-lang-vn.js b/src/locale/ext-lang-vn.js index 1b11de11..bdb2c157 100644 --- a/src/locale/ext-lang-vn.js +++ b/src/locale/ext-lang-vn.js @@ -1,5 +1,5 @@ /*! - * Ext JS Library 3.0.0 + * Ext JS Library 3.0.3 * Copyright(c) 2006-2009 Ext JS, LLC * licensing@extjs.com * http://www.extjs.com/license @@ -15,18 +15,18 @@ * 12-April-2007 04:06PM */ -Ext.UpdateManager.defaults.indicatorText = '
Đang tải...
'; +Ext.UpdateManager.defaults.indicatorText = '
Ä?ang tải...
'; if(Ext.View){ Ext.View.prototype.emptyText = ""; } if(Ext.grid.GridPanel){ - Ext.grid.GridPanel.prototype.ddText = "{0} dòng được chọn"; + Ext.grid.GridPanel.prototype.ddText = "{0} dòng được chá»?n"; } if(Ext.TabPanelItem){ - Ext.TabPanelItem.prototype.closeText = "Đóng thẻ này"; + Ext.TabPanelItem.prototype.closeText = "Ä?óng thẻ này"; } if(Ext.form.Field){ @@ -34,7 +34,7 @@ if(Ext.form.Field){ } if(Ext.LoadMask){ - Ext.LoadMask.prototype.msg = "Đang tải..."; + Ext.LoadMask.prototype.msg = "Ä?ang tải..."; } Date.monthNames = [ @@ -64,8 +64,8 @@ Date.dayNames = [ if(Ext.MessageBox){ Ext.MessageBox.buttonText = { - ok : "Đồng ý", - cancel : "Hủy bỏ", + ok : "Ä?ồng ý", + cancel : "Hủy bá»?", yes : "Có", no : "Không" }; @@ -82,7 +82,7 @@ if(Ext.util.Format){ if(Ext.DatePicker){ Ext.apply(Ext.DatePicker.prototype, { todayText : "Hôm nay", - minText : "Ngày này nhỏ hÆ¡n ngày nhỏ nhất", + minText : "Ngày này nhá»? hÆ¡n ngày nhá»? nhất", maxText : "Ngày này lớn hÆ¡n ngày lớn nhất", disabledDaysText : "", disabledDatesText : "", @@ -90,7 +90,7 @@ if(Ext.DatePicker){ dayNames : Date.dayNames, nextText : 'Tháng sau (Control+Right)', prevText : 'Tháng trước (Control+Left)', - monthYearText : 'Chọn một tháng (Control+Up/Down để thay đổi năm)', + monthYearText : 'Chá»?n một tháng (Control+Up/Down để thay đổi năm)', todayTip : "{0} (Spacebar - Phím trắng)", format : "d/m/y" }); @@ -112,8 +112,8 @@ if(Ext.PagingToolbar){ if(Ext.form.TextField){ Ext.apply(Ext.form.TextField.prototype, { - minLengthText : "Chiều dài tối thiểu của ô này là {0}", - maxLengthText : "Chiều dài tối đa của ô này là {0}", + minLengthText : "Chiá»?u dài tối thiểu của ô này là {0}", + maxLengthText : "Chiá»?u dài tối đa của ô này là {0}", blankText : "Ô này cần phải nhập giá trị", regexText : "", emptyText : null @@ -122,7 +122,7 @@ if(Ext.form.TextField){ if(Ext.form.NumberField){ Ext.apply(Ext.form.NumberField.prototype, { - minText : "Giá trị nhỏ nhất của ô này là {0}", + minText : "Giá trị nhá»? nhất của ô này là {0}", maxText : "Giá trị lớn nhất của ô này là {0}", nanText : "{0} hông phải là một số hợp lệ" }); @@ -141,7 +141,7 @@ if(Ext.form.DateField){ if(Ext.form.ComboBox){ Ext.apply(Ext.form.ComboBox.prototype, { - loadingText : "Đang tải...", + loadingText : "Ä?ang tải...", valueNotFoundText : undefined }); } @@ -160,7 +160,7 @@ if(Ext.grid.GridView){ sortAscText : "Tăng dần", sortDescText : "Giảm dần", lockText : "Khóa cột", - unlockText : "Bỏ khóa cột", + unlockText : "Bá»? khóa cột", columnsText : "Các cột" }); }