X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/ext-lang-vn.html diff --git a/docs/source/ext-lang-vn.html b/docs/source/ext-lang-vn.html index 2fe09762..16b02f9d 100644 --- a/docs/source/ext-lang-vn.html +++ b/docs/source/ext-lang-vn.html @@ -1,33 +1,39 @@ - - - The source code - - - - -

/** + + + The source code + + + + +
/*!
+ * Ext JS Library 3.0.3
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! */ -
/** +
/** * Vietnamese translation * By bpmtri * 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){ @@ -35,7 +41,7 @@ if(Ext.form.Field){ } if(Ext.LoadMask){ - Ext.LoadMask.prototype.msg = "Đang tải..."; + Ext.LoadMask.prototype.msg = "Ä?ang tải..."; } Date.monthNames = [ @@ -65,8 +71,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" }; @@ -83,7 +89,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 : "", @@ -91,7 +97,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" }); @@ -113,8 +119,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 @@ -123,7 +129,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ệ" }); @@ -142,7 +148,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 }); } @@ -161,7 +167,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" }); } @@ -180,6 +186,6 @@ if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){ collapsibleSplitTip : "Kéo giữ chuột để thay đổi kích thước. Nhấp đúp để ẩn đi." }); } -
- +
+ \ No newline at end of file