X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/src/locale/ext-lang-fa.js?ds=sidebyside
diff --git a/src/locale/ext-lang-fa.js b/src/locale/ext-lang-fa.js
new file mode 100644
index 00000000..528b26f3
--- /dev/null
+++ b/src/locale/ext-lang-fa.js
@@ -0,0 +1,272 @@
+/*!
+ * Ext JS Library 3.0.0
+ * Copyright(c) 2006-2009 Ext JS, LLC
+ * licensing@extjs.com
+ * http://www.extjs.com/license
+ */
+/*
+ * Farsi (Persian) translation
+ * By Mohaqa
+ * 03-10-2007, 06:23 PM
+ */
+
+Ext.UpdateManager.defaults.indicatorText = '
در ØØ§Ù Ø¨Ø§Ø±Ú¯Ø°Ø§Ø±Û ...
';
+
+if(Ext.View){
+ Ext.View.prototype.emptyText = "";
+}
+
+if(Ext.grid.GridPanel){
+ Ext.grid.GridPanel.prototype.ddText = "{0} رکÙرد اÙتخاب شدÙ";
+}
+
+if(Ext.TabPanelItem){
+ Ext.TabPanelItem.prototype.closeText = "بستÙ";
+}
+
+if(Ext.form.Field){
+ Ext.form.Field.prototype.invalidText = "Ù
Ùدار ÙÛÙد صØÛØ ÙÛست";
+}
+
+if(Ext.LoadMask){
+ Ext.LoadMask.prototype.msg = "در ØØ§Ù Ø¨Ø§Ø±Ú¯Ø°Ø§Ø±Û ...";
+}
+
+Date.monthNames = [
+ "ÚاÙÙÛÙ",
+ "ÙÙرÛÙ",
+ "Ù
ارس",
+ "آپرÛÙ",
+ "Ù
Û",
+ "ÚÙئÙ",
+ "جÙÙاÛ",
+ "Ø¢Ú¯Ùست",
+ "سپتاÙ
بر",
+ "اکتبر",
+ "ÙÙاÙ
بر",
+ "دساÙ
بر"
+];
+
+Date.monthNumbers = {
+ Jan : 0,
+ Feb : 1,
+ Mar : 2,
+ Apr : 3,
+ May : 4,
+ Jun : 5,
+ Jul : 6,
+ Aug : 7,
+ Sep : 8,
+ Oct : 9,
+ Nov : 10,
+ Dec : 11
+};
+
+Date.dayNames = [
+ "ÛÚ©Ø´ÙبÙ",
+ "دÙØ´ÙبÙ",
+ "س٠شÙبÙ",
+ "ÚÙارشÙبÙ",
+ "Ù¾ÙجشÙبÙ",
+ "جÙ
عÙ",
+ "Ø´ÙبÙ"
+];
+
+if(Ext.MessageBox){
+ Ext.MessageBox.buttonText = {
+ ok : "تاÛÛد",
+ cancel : "بازگشت",
+ yes : "بÙÙ",
+ no : "Ø®Ûر"
+ };
+}
+
+if(Ext.util.Format){
+ Ext.util.Format.date = function(v, format){
+ if(!v) return "";
+ if(!(v instanceof Date)) v = new Date(Date.parse(v));
+ return v.dateFormat(format || "Y/m/d");
+ };
+}
+
+if(Ext.DatePicker){
+ Ext.apply(Ext.DatePicker.prototype, {
+ todayText : "اÙ
رÙز",
+ minText : "اÛ٠تارÛØ® Ùب٠از Ù
ØدÙد٠Ù
جاز است",
+ maxText : "اÛ٠تارÛØ® پس از Ù
ØدÙد٠Ù
جاز است",
+ disabledDaysText : "",
+ disabledDatesText : "",
+ monthNames : Date.monthNames,
+ dayNames : Date.dayNames,
+ nextText : 'Ù
ا٠بعد (Control + Right)',
+ prevText : 'Ù
ا٠Ùب٠(Control+Left)',
+ monthYearText : 'ÛÚ© Ù
ا٠را اÙتخاب Ú©ÙÛد (Control+Up/Down Ø¨Ø±Ø§Û Ø§ÙتÙا٠در ساÙ)',
+ todayTip : "{0} (Spacebar)",
+ format : "y/m/d",
+ okText : " OK ",
+ cancelText : "Cancel",
+ startDay : 0
+ });
+}
+
+if(Ext.PagingToolbar){
+ Ext.apply(Ext.PagingToolbar.prototype, {
+ beforePageText : "صÙØÙ",
+ afterPageText : "از {0}",
+ firstText : "صÙØ٠اÙÙ",
+ prevText : "صÙØÙ ÙبÙ",
+ nextText : "صÙØ٠بعد",
+ lastText : "صÙØ٠آخر",
+ refreshText : "بازخÙاÙÛ",
+ displayMsg : "ÙÙ
اÛØ´ {0} - {1} of {2}",
+ emptyMsg : 'Ø¯Ø§Ø¯Ù Ø§Û Ø¨Ø±Ø§Û ÙÙ
اÛØ´ ÙجÙد Ùدارد'
+ });
+}
+
+if(Ext.form.TextField){
+ Ext.apply(Ext.form.TextField.prototype, {
+ minLengthText : "ØداÙÙ Ø·Ù٠اÛÙ ÙÛÙد برابر است با {0}",
+ maxLengthText : "Øداکثر Ø·Ù٠اÛÙ ÙÛÙد برابر است با {0}",
+ blankText : "اÛÙ ÙÛÙد باÛد Ù
ÙØ¯Ø§Ø±Û Ø¯Ø§Ø´ØªÙ Ø¨Ø§Ø´Ø¯",
+ regexText : "",
+ emptyText : null
+ });
+}
+
+if(Ext.form.NumberField){
+ Ext.apply(Ext.form.NumberField.prototype, {
+ minText : "ØداÙÙ Ù
Ùدار اÛÙ ÙÛÙد برابر است با {0}",
+ maxText : "Øداکثر Ù
Ùدار اÛÙ ÙÛÙد برابر است با {0}",
+ nanText : "{0} ÛÚ© عدد ÙÛست"
+ });
+}
+
+if(Ext.form.DateField){
+ Ext.apply(Ext.form.DateField.prototype, {
+ disabledDaysText : "غÛرÙعاÙ",
+ disabledDatesText : "غÛرÙعاÙ",
+ minText : "تارÛØ® باÛد پس از {0} باشد",
+ maxText : "تارÛØ® باÛد پس از {0} باشد",
+ invalidText : "{0} تارÛØ® صØÛØÛ ÙÛست - ÙرÙ
ت صØÛØ {1}",
+ format : "y/m/d"
+ });
+}
+
+if(Ext.form.ComboBox){
+ Ext.apply(Ext.form.ComboBox.prototype, {
+ loadingText : "در ØØ§Ù Ø¨Ø§Ø±Ú¯Ø°Ø§Ø±Û ...",
+ valueNotFoundText : undefined
+ });
+}
+
+if(Ext.form.VTypes){
+ Ext.apply(Ext.form.VTypes, {
+ emailText : 'Ù
Ùدار اÛÙ ÙÛÙد باÛد ÛÚ© اÛÙ
Û٠با اÛÙ ÙرÙ
ت باشد "user@example.com"',
+ urlText : 'Ù
Ùدار اÛ٠آدرس باÛد ÛÚ© آدرس ساÛت با اÛÙ ÙرÙ
ت باشد "http:/'+'/www.example.com"',
+ alphaText : 'Ù
Ùدار اÛÙ ÙÛÙد باÛد ÙÙØ· از ØرÙ٠اÙÙبا Ù _ تشکÛ٠شد٠باشد ',
+ alphanumText : 'Ù
Ùدار اÛÙ ÙÛÙد باÛد ÙÙØ· از ØرÙ٠اÙÙØ¨Ø§Ø Ø§Ø¹Ø¯Ø§Ø¯ Ù _ تشکÛ٠شد٠باشد'
+ });
+}
+
+if(Ext.form.HtmlEditor){
+ Ext.apply(Ext.form.HtmlEditor.prototype, {
+ createLinkText : 'ÙØ·Ùا آدرس ÙÛÙÚ© را Ùارد Ú©ÙÛد:',
+ buttonTips : {
+ bold : {
+ title: 'تÛر٠(Ctrl+B)',
+ text: 'Ù
ت٠اÙتخاب شد٠را تÛر٠Ù
Û Ú©Ùد.',
+ cls: 'x-html-editor-tip'
+ },
+ italic : {
+ title: 'اÛتاÙÛÚ© (Ctrl+I)',
+ text: 'Ù
ت٠اÙتخاب شد٠را اÛتاÙÛÚ© Ù
Û Ú©Ùد.',
+ cls: 'x-html-editor-tip'
+ },
+ underline : {
+ title: 'زÛرخط (Ctrl+U)',
+ text: 'زÛر Ùر ÙÙشت٠ÛÚ© خط ÙÙ
اÛØ´ Ù
Û Ø¯Ùد.',
+ cls: 'x-html-editor-tip'
+ },
+ increasefontsize : {
+ title: 'اÙزاÛØ´ اÙدازÙ',
+ text: 'اÙداز٠ÙÙÙت را اÙزاÛØ´ Ù
Û Ø¯Ùد.',
+ cls: 'x-html-editor-tip'
+ },
+ decreasefontsize : {
+ title: 'کاÙØ´ اÙدازÙ',
+ text: 'اÙداز٠Ù
ت٠را کاÙØ´ Ù
Û Ø¯Ùد.',
+ cls: 'x-html-editor-tip'
+ },
+ backcolor : {
+ title: 'رÙÚ¯ زÙ
ÛÙÙ Ù
تÙ',
+ text: 'Ø¨Ø±Ø§Û ØªØºÛÛر رÙÚ¯ زÙ
ÛÙÙ Ù
ت٠استÙاد٠Ù
Û Ø´Ùد.',
+ cls: 'x-html-editor-tip'
+ },
+ forecolor : {
+ title: 'رÙÚ¯ ÙÙÙ
',
+ text: 'رÙÚ¯ ÙÙÙ
Ù
ت٠را تغÛÛر Ù
Û Ø¯Ùد.',
+ cls: 'x-html-editor-tip'
+ },
+ justifyleft : {
+ title: 'ÚÛد٠Ù
ت٠از سÙ
ت ÚÙ¾',
+ text: 'Ù
ت٠از سÙ
ت ÚÙ¾ ÚÛد٠شد٠Ù
Û Ø´Ùد.',
+ cls: 'x-html-editor-tip'
+ },
+ justifycenter : {
+ title: 'Ù
ت٠در Ùسط ',
+ text: 'ÙÙ
اÛØ´ Ù
ت٠در ÙسÙ
ت Ùسط صÙØ٠٠رعابت سÙ
ت ÚÙ¾ ٠راست.',
+ cls: 'x-html-editor-tip'
+ },
+ justifyright : {
+ title: 'ÚÛد٠Ù
ت٠از سÙ
ت راست',
+ text: 'Ù
ت٠از سÙ
ت راست Ù¾Ûد٠خÙاÙد شد.',
+ cls: 'x-html-editor-tip'
+ },
+ insertunorderedlist : {
+ title: 'ÙÛست ÙÙ
را٠با عÙاÙ
ت',
+ text: 'ÛÚ© ÙÛست جدÛد اÛجاد Ù
Û Ú©Ùد.',
+ cls: 'x-html-editor-tip'
+ },
+ insertorderedlist : {
+ title: 'ÙÛست عددÛ',
+ text: 'ÛÚ© ÙÛست Ø¹Ø¯Ø¯Û Ø§Ûجاد Ù
Û Ú©Ùد. ',
+ cls: 'x-html-editor-tip'
+ },
+ createlink : {
+ title: 'ÙÛÙÚ©',
+ text: 'Ù
ت٠اÙتخاب شد٠را ب٠ÙÛÙÚ© تبدÛÙ Ú©ÙÛد.',
+ cls: 'x-html-editor-tip'
+ },
+ sourceedit : {
+ title: 'ÙÛراÛØ´ سÙرس',
+ text: 'رÙت٠ب٠ØاÙت ÙÛراÛØ´ سÙرس.',
+ cls: 'x-html-editor-tip'
+ }
+ }
+ });
+}
+
+if(Ext.grid.GridView){
+ Ext.apply(Ext.grid.GridView.prototype, {
+ sortAscText : "Ù
رتب Ø³Ø§Ø²Û Ø§ÙزاÛØ´Û",
+ sortDescText : "Ù
رتب Ø³Ø§Ø²Û Ú©Ø§ÙØ´Û",
+ lockText : "ÙÙ٠ستÙÙ Ùا",
+ unlockText : "بازکرد٠ستÙÙ Ùا",
+ columnsText : "ستÙÙ Ùا"
+ });
+}
+
+if(Ext.grid.PropertyColumnModel){
+ Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
+ nameText : "ÙاÙ
",
+ valueText : "Ù
Ùدار",
+ dateFormat : "Y/m/d"
+ });
+}
+
+if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
+ Ext.apply(Ext.layout.BorderLayout.SplitRegion.prototype, {
+ splitTip : "درگ Ø¨Ø±Ø§Û ØªØºÛÛر اÙدازÙ.",
+ collapsibleSplitTip : "Ø¨Ø±Ø§Û ØªØºÛÛر اÙداز٠درگ Ú©ÙÛد."
+ });
+}