diff --git a/source/src/main/java/org/cerberus/core/database/DocumentationDatabaseService.java b/source/src/main/java/org/cerberus/core/database/DocumentationDatabaseService.java index 8867441aa..a1508186d 100644 --- a/source/src/main/java/org/cerberus/core/database/DocumentationDatabaseService.java +++ b/source/src/main/java/org/cerberus/core/database/DocumentationDatabaseService.java @@ -1221,93 +1221,162 @@ public ArrayList getSqlDocumentation() { b.append(",('testcasestepaction','Action','openUrlWithBase','en','Open a URL.','openUrlWithBase will allow you to open a specific URL.

Usage :
FieldUsage
Value1Relative URL to open. hostname and context root will automatically be prefixed.
Value2


Examples :
Value1Value2Result
login/login.aspxwww.cerberus-testing.org/contextroot/login/login.aspx URL will be open.
',NULL)"); b.append(",('testcasestepaction','Action','openUrlWithBase','fa','یک آدرس URL را باز کنید','openUrlWithBase به شما امکان می دهد یک URL خاص را باز کنید.

کاربرد :
FieldUsage
Value1Relative URL to open. hostname and context root will automatically be prefixed.
Value2


Examples :
Value1Value2Result
login/login.aspxwww.cerberus-testing.org/contextroot/login/login.aspx URL will be open.
',NULL)"); b.append(",('testcasestepaction','Action','removeDifference','en','Remove Differences.','TBD',NULL)"); + b.append(",('testcasestepaction','Action','removeDifference','fa','حذف تفاوت ها','TBD',NULL)"); b.append(",('testcasestepaction','Action','rightClick','en','Right click on an element.','rightClick will allow you to right click on an element inside the current page.

Usage :
\n\n \n \n \n \n \n \n \n \n \n \n \n
FieldUsage
Value1Identifier and name of the element to right click in the form of : identifier=html_reference.
Value2\n
\n


Examples :
\n\n \n \n \n \n \n \n \n \n \n
Value1Value2Result
id=html_referenceelement that has id equal to html_reference will be right clicked
\n
',NULL)"); + b.append(",('testcasestepaction','Action','rightClick','fa','روی یک عنصر کلیک راست کنید','rightClick به شما این امکان را می دهد که روی یک عنصر در صفحه فعلی کلیک راست کنید

کاربرد :
\n\n \n \n \n \n \n \n \n \n \n \n \n
فیلدکاربرد
مقدار۱قالب شناسه و نام عنصر برای کلیک راست بصورت: identifier=html_reference.
مقدار۲\n
\n


نمونه ها :
\n\n \n \n \n \n \n \n \n \n \n
مقدار۱مقدار۲نتیجه
id=html_referenceعنصری که برابر با html_reference است کلیک راست می شود
\n
',NULL)"); b.append(",('testcasestepaction','Action','select','en','Select a value on a combo.','select : When the action expected is to select a value from a select box.

How to feed it :

Action = select, Value = the id of the select box. and Property = the property containing the value to select.
It could be label=TheExactNameOfTheValue or value=the first letter or the place number of the value expected in the select box
For example : label=WEB , value=W , value=3 if the WEB is the third value in the selectbox


',NULL)"); + b.append(",('testcasestepaction','Action','select','fa','یک مقدار را در یک کادر کومبو انتخاب کنید.','انتخاب : زمانیکه اقدام مورد انتظار, انتخاب یک مقدار از کادر باشد

نحوه تغذیه آن :

اقدام = انتخاب, مقدار = شناسه کادر انتخاب شده. and Property = خصوصیت حاوی مقدار برای انتخاب
می تواند label=نام دقیق مقدار یا value=حرف اول یا شماره مکان مقدار کورد انتظار در کادر انتخاب
برای نمونه : label=WEB , value=W , value=3 اگر WEB سومین مقدار در گزینه ها باشد.


',NULL)"); b.append(",('testcasestepaction','Action','skipAction','en','Skip this action.','skipAction will skip the action. Can be used in case of temporary disabling the associated controls.

Usage :
FieldUsage
Value1
Value2


Examples :
Value1Value2Result
No action will be executed and engine will go to the next action.
',NULL)"); + b.append(",('testcasestepaction','Action','skipAction','fa','از این اقدام صرفنظر کنید.','skipAction از اقدام صرفنظر خواهد کرد. در صورت غیرفعال کردن موقت کنترل های مرتبط قابل استفاده است

کاربرد :
فیلدکاربرد
مقدار۱
مقدار۲


نمونه ها :
مقدار۱مقدار۲نتیجه
هیچ اقدامی اجرا نمی شود و موتور به اکشن بعدی می رود.
',NULL)"); b.append(",('testcasestepaction','Action','swipe','en','Swipe the screen.','swipe will allow you to swipe a mobile screen to a specific direction.

Usage :
FieldUsage
Value1Direction to swipe (UP, DOWN, RIGHT, LEFT or CUSTOM). In case of UP, DOWN, RIGHT and LEFT, swipe is done by computing from 1/3 to 2/3 of the screen resolution.
Value2Only in case of CUSTOM swipe direction, specify the custom direction thanks to the following format: x1;y1;x2;y2, where x1 and y1 are the coordinates of the start position on the screen and x2 and y2 are the coordinates of the end position on the screen.


Examples :
Value1Value2Result
UPSwipe is done from down to up (so the page go down).
CUSTOM100;200;300;400Swipe goes from (x1 = 100; y1 = 200) to (x2 = 300; y2 = 400) on the screen.
',NULL)"); + b.append(",('testcasestepaction','Action','swipe','fa','صفحه را بکشید.','swipe به شما امکان می دهد صفحه موبایل را به سمت خاصی بکشید.

کاربرد :
فیلدکاربرد
مقدار۱جهت کشیدن انگشت (UP, DOWN, RIGHT, LEFT یا CUSTOM). در حالت بالا، پایین، راست و چپ، کشیدن انگشت با محاسبه از 1/3 تا 2/3 وضوح صفحه انجام می شود.
مقدار۲فقط در مورد جهت تند کشیدن سفارشی، جهت سفارشی را به لطف فرمت زیر مشخص کنید: x1;y1;x2;y2، که در آن x1 و y1 مختصات موقعیت شروع روی صفحه هستند و x2 و y2 مختصات پایان هستند.


نمونه ها :
مقدار۱مقدار۲نتیجه
UPکشیدن انگشت از پایین به بالا انجام می شود (بنابراین صفحه پایین می رود).
سفارشی100;200;300;400کشیدن انگشت از (x1 = 100; y1 = 200) به (x2 = 300; y2 = 400) برروی صفحه نمایش.
',NULL)"); b.append(",('testcasestepaction','Action','switchToWindow','en','Switching the focus to a window.','When the Test case need to switch to another window (like popup dialog) this action is used. Just specify title of other window in objet to switch to this window.',NULL)"); + b.append(",('testcasestepaction','Action','switchToWindow','fa','تغییر فوکوس روی یک پنجره','زمانی که مورد آزمون باید به پنجره دیگری تغییر کند (مانند گفتگوی بازشو) از این عمل استفاده می شود. فقط عنوان پنجره دیگر را در شی مشخص کنید تا به این پنجره بروید.',NULL)"); b.append(",('testcasestepaction','Action','type','en','Put a data in a field.','type : When the action expected is to type something into a field.

How to feed it :

Action = type, Value = the id of the field and Property = the property containing the value to type.


',NULL)"); + b.append(",('testcasestepaction','Action','type','fa','یک داده را در یک فیلد قرار دهید.','نوع : زمانی که عمل مورد انتظار تایپ چیزی در یک فیلد است.

نحوه تغذیه :

اقدام = نوع, مقدار = شناسه فیلد و Property = ویژگی حاوی مقدار نوع


',NULL)"); b.append(",('testcasestepaction','Action','Unknown','en','Unknown action.','This is the default action defined inside Cerberus.
It can be used when the action has not been identified or clarified yet.
NB : It is not implemented and will report a FA status on the corresponding execution.',NULL)"); + b.append(",('testcasestepaction','Action','ناشناخته','fa','hrnhl khakhoji.','این عمل پیش فرض تعریف شده در سربروس است.
زمانی می توان از آن استفاده کرد که عمل هنوز شناسایی یا روشن نشده باشد.
NB : اجرا نشده است و وضعیت FA را در اجرای مربوطه گزارش می دهد.',NULL)"); b.append(",('testcasestepaction','Action','wait','en','Wait for a certain amount of time.','wait : When the action expected is to wait 5 seconds.

How to feed it :

Action = wait, Value = null and Property = null.


',NULL)"); + b.append(",('testcasestepaction','Action','wait','fa','برای مدت زمان مشخصی صبر کنید.','انتظار : زمانی که عمل مورد انتظار این است که 5 ثانیه صبر کنید.

نحوه تغذیه آن :

اقدام = انتظار, مقدار = null و Property = null.


',NULL)"); b.append(",('testcasestepaction','description','','en','Description','This is the functional desciption of the action.',NULL)"); + b.append(",('testcasestepaction','description','','fa','توصیف','این توصیف عملکردی اقدام است.',NULL)"); b.append(",('testcasestepaction','description','','ru','Описание','Это функциональное описание действия.',NULL)"); b.append(",('testcasestepaction','ForceExeStatus','','en','Exe RC','

This parameter can be used in order to change the behaviour of the Cerberus execution engine.

If the field is empty, there will be no impact on the behaviour of the engine.

If PE, the execution will continue (stay pending) after the execution of the action no matter what is the result of the action. This value can be used in case an action needs to be done to perform the test but should not impact the result of the test if it fails (Ex : closing a marketing layer on a website).',NULL)"); + b.append(",('testcasestepaction','ForceExeStatus','','fa','Exe RC','

از این پارامتر می توان به منظور تغییر رفتار موتور اجرای سربروس استفاده کرد.

اگر فیلد خالی باشد، تاثیری بر رفتار موتور نخواهد داشت.

اگر PE, بدون توجه به نتیجه عمل، پس از اجرای عمل، اجرا ادامه خواهد داشت (در انتظار می ماند). این مقدار را می توان در مواردی استفاده کرد که برای انجام آزمایش باید اقدامی انجام شود، اما در صورت شکست آن نباید بر نتیجه آزمایش تأثیر بگذارد (مثلاً: بستن یک لایه بازاریابی در یک وب سایت)..',NULL)"); b.append(",('testcasestepaction','ForceExeStatus','','fr','Exe CR',NULL,NULL)"); b.append(",('testcasestepaction','image','','en','Picture','',NULL)"); + b.append(",('testcasestepaction','image','','fa','تصویر','',NULL)"); b.append(",('testcasestepaction','image','','fr','Image',NULL,NULL)"); b.append(",('testcasestepaction','Sequence','','en','Sequence','Sequence of execution of the actions inside the step.',NULL)"); + b.append(",('testcasestepaction','Sequence','','en','توالی','توالی اجرای اقدامات داخل گام.',NULL)"); b.append(",('testcasestepaction','Value1','','en','Val1','This is the information that is used to perform the action.
The same variable as property value field can be used (See doc)
This information needs to be feed according to the action chosen.

Get more information on action field.',NULL)"); + b.append(",('testcasestepaction','Value1','','fa','Val1','این اطلاعاتی است که برای انجام اقدام مورد استفاده قرار می گیرد.
می توان از همان متغیر فیلد مقدار ویژگی استفاده کرد ( doc ببینید)
این اطلاعات باید مطابق با اقدام انتخاب شده تغذیه شوند.

کسب اطلاعات بیشتر در فیلد اقدام.',NULL)"); b.append(",('testcasestepaction','Value2','','en','Val2','This is the information that is used to perform the action.
The same variable as property value field can be used (See doc)
This information needs to be feed according to the action chosen.

Get more information on action field.',NULL)"); + b.append(",('testcasestepaction','Value2','','fa','Val2','این اطلاعاتی است که برای انجام اقدام مورد استفاده قرار می گیرد.
می توان از همان متغیر فیلد مقدار ویژگی استفاده کرد ( doc ببینید)
این اطلاعات باید مطابق با اقدام انتخاب شده تغذیه شوند.

کسب اطلاعات بیشتر در فیلد اقدام ',NULL)"); b.append(",('testcasestepactioncontrol','ConditionOperator','','en','Cond','',NULL)"); + b.append(",('testcasestepactioncontrol','ConditionOperator','','fa','شرط','',NULL)"); b.append(",('testcasestepactioncontrol','ConditionVal1','','en','Val1','',NULL)"); + b.append(",('testcasestepactioncontrol','ConditionVal1','','fa','Val1','',NULL)"); b.append(",('testcasestepactioncontrol','Control','','en','Control','It is the control that will be executed by Cerberus.

It can take the following values :
',NULL)"); + b.append(",('testcasestepactioncontrol','Control','','fa','کنترل','این کنترلی است که توسط سربروس اجرا خواهد شد.

می تواند مقادیر زیر را بگیرد :
',NULL)"); b.append(",('testcasestepactioncontrol','Control','','fr','Vrai si l\\'URL de la page courante est égale à la chaîne de caractères',NULL,NULL)"); b.append(",('testcasestepactioncontrol','Control','getPageSource','en','Save source of the page.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','getPageSource','fa','منبع صفحه را ذخیره کنید','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','skipControl','en','Skip the control.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','skipControl','fa','از کنترل صرفنظر کنید.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','takeScreenshot','en','Take a screenshot.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','takeScreenshot','fa','اسکرین شات بگیرید','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','Unknown','en','Default Control in Cerberus','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','Unknown','fa','کنترل پیش فرض در سربروس','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyElementClickable','en','True if element is clickable.','verifyElementClickable

Verify if an element is clickable.

Control Property : Element container

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementClickable','fa','اگر عنصر قابل کلیک باشد True است.','verifyElementClickable

بررسی کنید که آیا یک عنصر قابل کلیک است یا خیر.

کنترل ویژگی : Element container

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyElementDifferent','en','True if the ControlProp does not contains the same element ControlValue.','verifyElementDifferent

Verify if the element is different from an another in an XML file.

Control Property : XPath to the element

Control Value : The element to be different

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementDifferent','fa','اگر ControlProp حاوی همان عنصر ControlValue نباشد True است.','verifyElementDifferent

بررسی کنید که آیا عنصر با عنصر دیگری در یک فایل XML متفاوت است.

کنترل ویژگی : XPath المان

مقدار کنترلی : عنصر متفاوت بودن

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyElementEquals','en','True if the ControlProp contains the same element ControlValue.','verifyElementEquals

Verify if the element equals to another in an XML file.

Control Property : XPath to the element

Control Value : The expected element

',NULL)"); - b.append(",('testcasestepactioncontrol','Control','verifyElementInElement','en','True if the ControlProp contains an element ControlValue.','verifyElementInElement

Verify if an element is contained in another on the webpage.

Control Property : Element container

Control Value : Element contained in the element Container

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementEquals','fa','True است اگر ControlProp حاوی همان عنصر ControlValue باشد.','verifyElementEquals

بررسی کنید که آیا عنصر برابر با عنصر دیگری در یک فایل XML است.

کنترل ویژگی : XPath المان

مقدار کنترلی : عنصر مورد انتظار

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementInElement','en','True if the ControlProp contains an element ControlValue.','verifyElementInElement

Verify if an element is contained in another on the web page.

Control Property : Element container

Control Value : Element contained in the element Container

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementInElement','fa','True است اگر ControlProp حاوی همان عنصر ControlValue باشد.','verifyElementInElement

بررسی کنید که آیا عنصری در عنصر دیگری در صفحه وب وجود دارد یا خیر.

کنترل ویژگی : کانتینر المان

مقدار کنترلی : عنصر موجود در عنصر کانتینر

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyElementNotClickable','en','True if element is not clickable.','verifyElementNotClickable

Verify if an element is not clickable.

Control Property : Element container

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementNotClickable','fa','اگر عنصر قابل کلیک نباشد True است.','verifyElementNotClickable

بررسی کنید که آیا یک عنصر قابل کلیک نیست.

کنترل ویژگی : کانتینر عنصر

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyElementNotPresent','en','True if element is not found on the current page.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementNotPresent','fa','اگر عنصری در صفحه فعلی یافت نشد درست است.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyElementNotVisible','en','True if element is present but not visible on the current page.','verifyElementNotVisible

Verify if the HTML element specified exists, is not visible and has text on it',NULL)"); - b.append(",('testcasestepactioncontrol','Control','verifyElementPresent','en','True if element is found on the current page.','verifyElementPresent

Verify if an specific element is present on the web page

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementNotVisible','fa','اگر عنصر موجود باشد اما در صفحه فعلی قابل مشاهده نباشد درست است.','verifyElementNotVisible

بررسی کنید که آیا عنصر HTML مشخص شده وجود دارد، قابل مشاهده نیست و متن روی آن وجود دارد',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementPresent','en','True if element is found on the current page.','verifyElementPresent

Verify if a specific element is present on the web page

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementPresent','fa','اگر عنصر در صفحه فعلی یافت شود درست است.','verifyElementPresent

بررسی کنید که آیا عنصر خاصی در صفحه وب وجود دارد یا خیر

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyElementVisible','en','True if element is visible on the current page.','verifyElementVisible

Verify if the HTML element specified is exists, is visible and has text on it

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementVisible','fa','اگر عنصر در صفحه فعلی قابل مشاهده باشد درست است.','verifyElementVisible

بررسی کنید که آیا عنصر HTML مشخص شده وجود دارد، قابل مشاهده است و متن روی آن وجود دارد

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyIntegerDifferent','en','True if the ControlProp is different than the integer ControlValue.','verifyIntegerDifferent

Verify if two integers are differents.

Control Property : The first integer

Control Value : The second integer

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyIntegerDifferent','fa','اگر ControlProp با عدد صحیح ControlValue متفاوت باشد درست است.','verifyIntegerDifferent

بررسی کنید که آیا دو عدد صحیح متفاوت هستند.

کنترل ویژگی : اولین عدد صحیح

مقدار کنترلی : عدد صحیح دوم

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyIntegerEquals','en','True if the ControlProp is equal to the integer ControlValue.','verifyIntegerEquals

Verify if two integers are equals.

Control Property : The first integer

Control Value : The second integer

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyIntegerEquals','fa','اگر ControlProp برابر با مقدار صحیح ControlValue باشد درست است.','verifyIntegerEquals

بررسی کنید که آیا دو عدد صحیح برابر هستند.

ویژگی کنترلی : اولین عدد صحیح

مقدار کنترلی : عدد صحیح دوم

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyIntegerGreater','en','True if an integer is greater than another.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyIntegerGreater','fa','درست است اگر یک عدد صحیح بزرگتر از دیگری باشد.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyIntegerMinor','en','True if an integer is lower than another.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyIntegerMinor','fa','درست است اگر یک عدد صحیح کمتر از دیگری باشد.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','VerifyElementTextMatchRegex','en','True if a regex match the content of a field.','verifyRegexInElement will return true if a regex match the content of a field.

Usage :
FieldUsage
Value1Field name
Value2Regex


Examples :
Value1Value2Result
xpath=.//*[@class=\\'breadcrumbs\\'].*becoming seller.*true if the data inside the field contains \\'becoming seller\\'.

NB : Standard Java regex can be used. Further details here.',NULL)"); + b.append(",('testcasestepactioncontrol','Control','VerifyElementTextMatchRegex','fa','درست است اگر یک regex با محتوای یک فیلد مطابقت داشته باشد.','verifyRegexInElement اگر یک regex با محتوای یک فیلد مطابقت داشته باشد، true خواهد شد.

کاربرد :
فیلدکاربرد
مقدار۱نام فیلد
مقدار۲Regex


نمونه ها :
مقدار۱مقدار۲نتیجه
xpath=.//*[@class=\\'breadcrumbs\\'].*becoming seller.*true if the data inside the field contains \\'becoming seller\\'.

NB : می توان از Regex استاندارد جاوا استفاده کرد. برای جزيیات بیشتر اینجا را ببینید.',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyStringContains','en','True if Property String contains value String.','verifyStringContains

Verify if the value is contains in the propery
This test is case sensitive',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyStringContains','fa','اگر Property String حاوی مقدار String باشد درست است.','verifyStringContains

بررسی کنید که آیا مقدار در ویژگی موجود است یا خیر
این تست به حروف کوچک و بزرگ حساس است',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyStringDifferent','en','True if 2 strings are different.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyStringDifferent','fa','درست است اگر 2 رشته متفاوت باشد.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyStringEqual','en','True if 2 strings are equal.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyStringEqual','fa','اگر 2 رشته مساوی باشند درست است.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyStringGreater','en','True if a string is greater than another.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyStringGreater','fa','اگر رشته ای بزرگتر از رشته دیگر باشد درست است.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyStringMinor','en','True if a string is before another.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyStringMinor','fa','اگر یک رشته قبل از رشته دیگر باشد درست است.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyTextInDialog','en','True if property or value is equal to dialog text retrieved.','verifyTextInDialog

Verify if the text in dialog is equal to property or dialog.',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyTextInDialog','fa','درست است اگر ویژگی یا مقدار برابر با متن گفتگوی بازیابی شده باشد.','verifyTextInDialog

بررسی کنید که آیا متن در گفتگو برابر با ویژگی یا گفتگو است.',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyTextInElement','en','True if a text is inside a field.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyTextInElement','fa','اگر متنی در یک فیلد باشد درست است.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyTextInPage','en','True if a text is inside the source of the current page.','TBD',NULL)"); - b.append(",('testcasestepactioncontrol','Control','verifyElementTextDifferent','en','True if a text is not inside a field.','verifyTextNotInElement

True if a text is not inside a field.

Control Property : The field location

Control Value : The text to test against the value from the field locatin

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyTextInPage','fa','اگر متنی در منبع صفحه فعلی باشد درست است.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementTextDifferent','en','True if a text is not inside a field.','verifyTextNotInElement

True if a text is not inside a field.

Control Property : The field location

Control Value : The text to test against the value from the field location

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyElementTextDifferent','fa','اگر متنی در فیلد نباشد درست است.','verifyTextNotInElement

اگر متنی در فیلد نباشد درست است.

ویژگی کنترلی : موقعیت فیلد

مقدار کنترلی : متن مورد آزمایش در برابر مقدار از محل فیلد

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyTextNotInPage','en','True if a text is not inside the source of the current page.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyTextNotInPage','fa','اگر متنی در منبع صفحه فعلی نباشد درست است.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyTitle','en','True if the title of the current page equal to a string.','verifytitle

Verify if the title of the webpage is the same than the value specified

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyTitle','fa','اگر عنوان صفحه فعلی برابر با یک رشته باشد درست است.','verifytitle

بررسی کنید که عنوان صفحه وب با مقدار مشخص شده یکسان است یا خیر

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyUrl','en','True if the URL of the current page equal to a string.','verifyurl

Verify if the URL of the webpage is the same than the value specified

Control Value :should be null

Control Property : URL expected (without the base)

',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyUrl','fa','درست است اگر URL صفحه فعلی برابر با یک رشته باشد.','verifyurl

بررسی کنید که آیا URL صفحه وب با مقدار مشخص شده یکسان است یا خیر

مقدار کنترلی :باید null باشد

ویژگی کنترلی : URL مورد انتظار (بدون پایه)

',NULL)"); b.append(",('testcasestepactioncontrol','Control','verifyXmlTreeStructure','en','Check if XML tree Structure is correct.','TBD',NULL)"); + b.append(",('testcasestepactioncontrol','Control','verifyXmlTreeStructure','fa','بررسی کنید که آیا ساختار درخت XML درست است یا خیر.','TBD',NULL)"); b.append(",('testcasestepactioncontrol','ControlSequence','','en','CtrlNum','This is the number of the control.
If you have more than one control attached to an action, use this value to order their execution.',NULL)"); + b.append(",('testcasestepactioncontrol','ControlSequence','','fa','CtrlNum','این شماره کنترل است.
اگر بیش از یک کنترل به یک عملکرد متصل دارید، از این مقدار برای دستور اجرای آن استفاده کنید.',NULL)"); b.append(",('testcasestepactioncontrol','ControlSequence','','fr','CtrlNum',NULL,NULL)"); b.append(",('testcasestepactioncontrol','Description','','en','Description','This is the functional description of the control.',NULL)"); + b.append(",('testcasestepactioncontrol','Description','','fa','توصیف','این توضیحات عملکردی کنترل است.',NULL)"); b.append(",('testcasestepactioncontrol','Description','','ru','Описание','Это функциональное описание элемента управления.',NULL)"); b.append(",('testcasestepactioncontrol','Fatal','','en','Fatal','This define if the control is fatal.

If the control is fatal and KO, the execution will stop and execution status will report KO.
If the control is not fatal and KO, the execution will continue but execution status will still report a KO.',NULL)"); + b.append(",('testcasestepactioncontrol','Fatal','','fa','کشنده','این مشخص می کند که آیا کنترل کشنده است یا خیر.

اگر کنترل کشنده و KO باشد، اجرا متوقف می شود و وضعیت اجرا KO را گزارش می کند.
اگر کنترل کشنده و KO نباشد، اجرا ادامه خواهد داشت اما وضعیت اجرا همچنان یک KO را گزارش می دهد.',NULL)"); b.append(",('testcasestepactioncontrol','Sequence','','en','Sequence','It is the number of the sequence in which the control will be performed.

NB : Controls are performed after each action.',NULL)"); + b.append(",('testcasestepactioncontrol','Sequence','','fa','توالی','این تعداد توالی است که در آن کنترل انجام می شود.

NB : کنترل ها بعد از هر اقدام انجام می شود.',NULL)"); b.append(",('testcasestepactioncontrol','Sequence','','fr','Séquence',NULL,NULL)"); b.append(",('testcasestepactioncontrol','Step','','en','Step','',NULL)"); + b.append(",('testcasestepactioncontrol','Step','','fa','گام','',NULL)"); b.append(",('testcasestepactioncontrol','Step','','fr','Etape',NULL,NULL)"); b.append(",('testcasestepactioncontrol','Value1','','en','Val1','This is the property that is going to be used inside the control.
The same variable as property value field can be used (See doc)

Get more information on type field.',NULL)"); + b.append(",('testcasestepactioncontrol','Value1','','fa','Val1','این ویژگی است که قرار است در داخل کنترل استفاده شود.
می توان از همان متغیر فیلد مقدار ویژگی استفاده کرد ( doc ببینید.)

کسب اطلاعات بیشتر در فیلد نوع.',NULL)"); b.append(",('testcasestepactioncontrol','Value2','','en','Val2','This is the value that is going to be used inside the control.
The same variable as property value field can be used (See doc)

Get more information on type field.',NULL)"); + b.append(",('testcasestepactioncontrol','Value2','','fa','Val2','این مقداری است که قرار است در داخل کنترل استفاده شود.
می توان از همان متغیر فیلد مقدار ویژگی استفاده کرد ( doc ببینید)

کسب اطلاعات بیشتر در فیلد نوع field.',NULL)"); b.append(",('testcasestepactioncontrolexecution','ReturnCode','','en','Control Return Code','Return Code of the Control.',NULL)"); + b.append(",('testcasestepactioncontrolexecution','ReturnCode','','fa','کنترل کد بازگشت','کد برگشتی کنترل',NULL)"); b.append(",('testcasestepactioncontrolexecution','ReturnMessage','','en','Return Message','This is the return message on that specific control.',NULL)"); + b.append(",('testcasestepactioncontrolexecution','ReturnMessage','','fa','پیام بازگشتی ','این پیام برگشتی در آن کنترل خاص است.',NULL)"); b.append(",('testcasestepactionexecution','ForceExeStatus','','en','Force Execution RC','This is the value of the Force Execution Status data used by the engine during the execution of the testcase.',NULL)"); + b.append(",('testcasestepactionexecution','ForceExeStatus','','fa','اجرای اجباری RC','این مقدار داده‌های وضعیت اجرای اجباری است که توسط موتور در طول اجرای آزمون مورد استفاده قرار می‌گیرد.',NULL)"); b.append(",('testcasestepactionexecution','ForceExeStatus','','fr','Force Execution CR',NULL,NULL)"); b.append(",('testcasestepactionexecution','ReturnCode','','en','Action Return Code','This is the return code of the action.',NULL)"); + b.append(",('testcasestepactionexecution','ReturnCode','','fa','کد بازگشت اقدام','این کد بازگشتی اقدام است.',NULL)"); b.append(",('testcasestepactionexecution','ReturnCode','','fr','Code retour de l\\'action','C\\'est le code retour de l\\'action',NULL)"); b.append(",('testcasestepactionexecution','ReturnMessage','','fr','Message retourné','C\\'est le message retourné par le contrôle',NULL)"); b.append(",('testcasestepactionexecution','screenshotfilename','','en','Screenshot Filename','This is the filename of the screenshot.
It is null if no screenshots were taken.',NULL)"); + b.append(",('testcasestepactionexecution','screenshotfilename','','fa','نام فایل اسکرین شات','این نام فایل اسکرین شات است.
اگر اسکرین شات گرفته نشده باشد، پوچ است.',NULL)"); b.append(",('testdatalib','actions','','en','Actions','

List of available actions for the current user:

ButtonFunctionDescription
Edit EntryAllows the update of the library entry: system, environment, country, type, group, database, script, method, service path, envelope and description. The name is not editable.
Delete EntryAllows the deletion of a library entry (and its sub-data entries). Only the entries that are not being used are possible to be deleted.
Edit Sub-Data EntriesAllows the management of the sub-data set specified for the library entry.
TCGet List of test cases that use this entryAllows the visualisation of the test cases that are currently using the library entry.

','_data_library')"); + b.append(",('testdatalib','actions','','fa','اقدام ها','

لیست اقدامات موجود برای کاربر فعلی:

دکمهعملکردتوصیف
ویرایش ورودیبه روز رسانی ورودی کتابخانه را می دهد: system, environment, country, type, group, database, script, method, service path, envelope و description. نام قابل ویرایش نمی باشد.
حذف ورودیاجازه حذف یک ورودی کتابخانه را می دهد (و ورودی های زیر داده های آن). فقط ورودی هایی که استفاده نمی شوند می توانند حذف شوند.
ویرایش ورودی های داده های فرعیمدیریت مجموعه داده های فرعی مشخص شده برای ورودی کتابخانه را می دهد.
TCدریافت لیست موارد آزمایشی که از این ورودی استفاده می کنندبه تجسم موارد آزمایشی که در حال حاضر از ورودی کتابخانه استفاده می کنند، اجازه می دهد.

','_data_library')"); b.append(",('testdatalib','actions','','fr','Actions',NULL,'_librairie_de_données')"); b.append(",('testdatalib','actions_nopermissions','','en','Actions','

List of available actions for the current user:

ButtonFunctionDescription
Sub-Data EntriesAllows the visualisation of the sub-data set specified for the library entry.
TCGet list of test cases that use this entryAllows the visualisation of the test cases that are currently using the library entry.

','_data_library')"); + b.append(",('testdatalib','actions_nopermissions','','fa','اقدام ها','

فهرست اقدامات موجود برای کاربر فعلی:

دکمهعملکردتوصیف
ورودی های داده های فرعیبه تجسم مجموعه داده های فرعی مشخص شده برای ورودی کتابخانه اجازه می دهد.
TCلیست موارد آزمونی را که از این ورودی استفاده می کنند دریافت کنیدبه تجسم موارد آزمونی که در حال حاضر از ورودی کتابخانه استفاده می کنند، اجازه می دهد.

','_data_library')"); b.append(",('testdatalib','actions_nopermissions','','fr','Actions',NULL,'_librairie_de_données')"); b.append(",('testdatalib','country','','en','Country','

Country where the entry is available. If not specified, then the data entry apply to ALL countries.

','_data_library')"); + b.append(",('testdatalib','country','','fa','کشور','

کشوری که ورودی در آن موجود است. اگر مشخص نشده باشد، ورودی داده برای همه کشورها اعمال می شود.

','_data_library')"); b.append(",('testdatalib','country','','fr','Pays',NULL,'_librairie_de_données')"); b.append(",('testdatalib','created','','en','Creation Date','','_data_library')"); + b.append(",('testdatalib','created','','fa','تاریخ ایجاد','','_data_library')"); b.append(",('testdatalib','created','','ru','Дата создания','','_data_library')"); b.append(",('testdatalib','created','','fr','Date de création',NULL,'_librairie_de_données')"); b.append(",('testdatalib','creator','','en','Creator','User who created the data.','_data_library')"); + b.append(",('testdatalib','creator','','fa','سازنده','کاربری که داده ها را ایجاد کرده است.','_data_library')"); b.append(",('testdatalib','creator','','fr','Créateur',NULL,'_librairie_de_données')"); b.append(",('testdatalib','csvUrl','','en','CSV URL','

CSV URL specifies the URL where the CSV can be reached.

','_data_library')"); + b.append(",('testdatalib','csvUrl','','fa','آدرس URL فایل CSV','

CSV URL آدرسی را که می توان به CSV دسترسی پیدا کرد را مشخص می کند.

','_data_library')"); b.append(",('testdatalib','csvUrl','','fr','URL du CSV','

L’URL du CSV représente l’URL du fichier CSV à décrypter.

','_librairie_de_données')"); b.append(",('testdatalib','database','','en','Database','

Specifies the database where the script attribute should be executed.

You can then configure the JDBC Connection pool on that database at the environment level. That allows to create testdata independant from the environment where the testcase is executed.','_data_library')"); + b.append(",('testdatalib','database','','fa','پایگاه داده','

پایگاه داده را مشخص می کند که ویژگی اسکریپت باید در آن اجرا شود.

سپس می توانید مخزن اتصال JDBC را در آن پایگاه داده در سطح محیط پیکربندی کنید. این اجازه می دهد تا داده های آزمون را مستقل از محیطی که مورد آزمون در آن اجرا می شود ایجاد کنید.','_data_library')"); b.append(",('testdatalib','database','','fr','Base de Données',NULL,'_librairie_de_données')"); b.append(",('testdatalib','databaseCsv','','en','Database','

Specifies the database where the Service Path will be requested.

You can then configure the left part of the Service URL on that database at the environment level. That allows to create testdata independant from the environment where the testcase is executed.','_data_library')"); + b.append(",('testdatalib','databaseCsv','','fa','پایگاه داده','

پایگاه داده را مشخص می کند که در آن مسیر سرویس درخواست می شود.

سپس می توانید قسمت سمت چپ URL Service را در آن پایگاه داده در سطح محیط پیکربندی کنید. این اجازه می دهد تا داده های آزمون را مستقل از محیطی که مورد آزمون در آن اجرا می شود ایجاد کنید.','_data_library')"); b.append(",('testdatalib','databaseCsv','','fr','Base de données',NULL,'_librairie_de_données')"); b.append(",('testdatalib','databaseUrl','','en','Database','

Specifies the database where the Service Path will be requested.

You can then configure the left part of the Service URL on that database at the environment level. That allows to create testdata independant from the environment where the testcase is executed.','_data_library')"); b.append(",('testdatalib','databaseUrl','','fr','Base de données','','_librairie_de_données')"); @@ -1390,421 +1459,618 @@ public ArrayList getSqlDocumentation() { b.append(",('page_application','button_create','','en','Create new Application','',NULL)"); b.append(",('page_application','button_create','','ru','Создать новое приложение','',NULL)"); b.append(",('page_application','button_create','','fr','Créer une nouvelle Application','',NULL)"); + b.append(",('page_application','button_create','','fa','ایجاد برنامه جدید','',NULL)"); b.append(",('page_application','button_delete','','en','Delete Application','',NULL)"); b.append(",('page_application','button_delete','','ru','Удалить приложение','',NULL)"); b.append(",('page_application','button_delete','','fr','Supprimer l\\'Application','',NULL)"); + b.append(",('page_application','button_delete','','fa','حذف برنامه','',NULL)"); b.append(",('page_application','button_edit','','en','Edit Application','',NULL)"); + b.append(",('page_application','button_edit','','fa','ویرایش برنامه','',NULL)"); b.append(",('page_application','button_edit','','ru','Редактировать приложение','',NULL)"); b.append(",('page_application','button_edit','','fr','Modifier l\\'Application','',NULL)"); b.append(",('page_application','button_manage','','en','Manage Objects','',NULL)"); + b.append(",('page_application','button_manage','','fa','مدیریت اشیا','',NULL)"); b.append(",('page_application','button_manage','','fr','Gerer les Objets','',NULL)"); b.append(",('page_application','message_delete','','en','Do you want to delete application \\'%ENTRY%\\' ?
WARNING : All corresponding Test Cases will be removed as well !!!','',NULL)"); + b.append(",('page_application','message_delete','','fa','آیا می خواهید برنامه را حذف کنید \\'%ENTRY%\\' ?
احتیاط : تمام موارد آزمون مربوطه نیز حذف خواهند شد','',NULL)"); b.append(",('page_application','message_delete','','fr','Confirmez vous la suppression de l\\'application \\'%ENTRY%\\' ?
ATTENTION : Tous les Cas de Test associés seront également supprimés !!!','',NULL)"); b.append(",('page_application','tabDef','','en','Definition','',NULL)"); + b.append(",('page_application','tabDef','','fa','تعریف','',NULL)"); b.append(",('page_application','tabDef','','fr','Definition','',NULL)"); b.append(",('page_application','tabEnv','','en','Environments','',NULL)"); + b.append(",('page_application','tabEnv','','fa','محیط ها','',NULL)"); b.append(",('page_application','tabEnv','','fr','Environnements','',NULL)"); - b.append(",('page_application','table_application','','en','Application List',NULL,NULL)"); + b.append(",('page_application','table_application','','en','Applications List',NULL,NULL)"); + b.append(",('page_application','table_application','','fa','فهرست برنامه ها',NULL,NULL)"); b.append(",('page_application','table_application','','ru','Список приложений',NULL,NULL)"); b.append(",('page_application','table_application','','fr','Liste des Applications',NULL,NULL)"); b.append(",('page_application','title','','en','Application','This page can be used to manage the applications.','_application')"); + b.append(",('page_application','title','','en','برنامه','از این صفحه می توان برای مدیریت برنامه ها استفاده کرد.','_application')"); b.append(",('page_application','title','','ru','Приложение','Эта страница может быть использована для управления приложениями.','_application')"); b.append(",('page_application','title','','fr','Application','Cette page permet de gérer et créer des applications.','_application')"); b.append(",('page_applicationObject','Application','','en','Application','',NULL)"); + b.append(",('page_applicationObject','Application','','fa','برنامه','',NULL)"); b.append(",('page_applicationObject','Application','','ru','Приложение','',NULL)"); b.append(",('page_applicationObject','Application','','fr','Application','',NULL)"); b.append(",('page_applicationObject','applicationfield','','en','Application','',NULL)"); + b.append(",('page_applicationObject','applicationfield','','fa','برنامه','',NULL)"); b.append(",('page_applicationObject','applicationfield','','ru','Приложение','',NULL)"); b.append(",('page_applicationObject','applicationfield','','fr','Application','',NULL)"); b.append(",('page_applicationObject','button_add','','en','Add','',NULL)"); + b.append(",('page_applicationObject','button_add','','fa','افزودن','',NULL)"); b.append(",('page_applicationObject','button_add','','fr','Ajouter','',NULL)"); b.append(",('page_applicationObject','button_close','','en','Close','',NULL)"); + b.append(",('page_applicationObject','button_close','','fa','بستن','',NULL)"); b.append(",('page_applicationObject','button_close','','fr','Fermer','',NULL)"); b.append(",('page_applicationObject','button_create','','en','Create an Application Object','',NULL)"); + b.append(",('page_applicationObject','button_create','','fa','یک Application Object ایجاد کنید','',NULL)"); b.append(",('page_applicationObject','button_create','','ru','Создать объект приложения','',NULL)"); b.append(",('page_applicationObject','button_create','','fr','Créer un objet d\\'application','',NULL)"); b.append(",('page_applicationObject','button_delete','','en','Delete Object','',NULL)"); + b.append(",('page_applicationObject','button_delete','','fa','حذف شی برنامه','',NULL)"); b.append(",('page_applicationObject','button_delete','','fr','Supprimer l\\'objet','',NULL)"); b.append(",('page_applicationObject','button_edit','','en','Edit Object','',NULL)"); + b.append(",('page_applicationObject','button_edit','','fa','ویرایش شی برنامه','',NULL)"); b.append(",('page_applicationObject','button_edit','','fr','Modifier l\\'objet','',NULL)"); b.append(",('page_applicationObject','createapplicationobjectfield','','en','Create Application Object','',NULL)"); + b.append(",('page_applicationObject','createapplicationobjectfield','','fa','یک Application Object ایجاد کنید','',NULL)"); b.append(",('page_applicationObject','createapplicationobjectfield','','ru','Создать объект приложения','',NULL)"); b.append(",('page_applicationObject','createapplicationobjectfield','','fr','Créer un object d\\'application','',NULL)"); b.append(",('page_applicationObject','DateCreated','','en','Creation date','',NULL)"); + b.append(",('page_applicationObject','DateCreated','','fa','تاریخ ایجاد','',NULL)"); b.append(",('page_applicationObject','DateCreated','','ru','Дата создания','',NULL)"); b.append(",('page_applicationObject','DateCreated','','fr','Date de création','',NULL)"); b.append(",('page_applicationObject','DateModif','','en','Last modification date','',NULL)"); + b.append(",('page_applicationObject','DateModif','','fa','آخرین تاریخ اصلاح','',NULL)"); b.append(",('page_applicationObject','DateModif','','ru','Дата последней модификации','',NULL)"); b.append(",('page_applicationObject','DateModif','','fr','Date de dernière modification','',NULL)"); b.append(",('page_applicationObject','editapplicationobjectfield','','en','Edit Application Object','',NULL)"); + b.append(",('page_applicationObject','editapplicationobjectfield','','fa','ویرایش شی برنامه','',NULL)"); b.append(",('page_applicationObject','editapplicationobjectfield','','ru','Редактировать объект приложения','',NULL)"); b.append(",('page_applicationObject','editapplicationobjectfield','','fr','Modifier un objet d\\'application','',NULL)"); b.append(",('page_applicationObject','message_delete','','en','Do you want to delete Application Object \\'%ENTRY%\\' ?','',NULL)"); + b.append(",('page_applicationObject','message_delete','','fa','آیا می خواهید Application Object را حذف کنید \\'%ENTRY%\\' ?','',NULL)"); b.append(",('page_applicationObject','message_delete','','fr','Confirmez vous la suppression de l\\'objet \\'%ENTRY%\\' ?','',NULL)"); b.append(",('page_applicationObject','Object','','en','Object','',NULL)"); + b.append(",('page_applicationObject','Object','','fa','شی','',NULL)"); b.append(",('page_applicationObject','Object','','ru','Объект','',NULL)"); b.append(",('page_applicationObject','Object','','fr','Objet','',NULL)"); b.append(",('page_applicationObject','objectfield','','en','Object','',NULL)"); + b.append(",('page_applicationObject','objectfield','','fa','شی','',NULL)"); b.append(",('page_applicationObject','objectfield','','ru','Объект','',NULL)"); b.append(",('page_applicationObject','objectfield','','fr','Objet','',NULL)"); b.append(",('page_applicationObject','ScreenshotFileName','','en','File Name','',NULL)"); + b.append(",('page_applicationObject','ScreenshotFileName','','fa','نام فایل','',NULL)"); b.append(",('page_applicationObject','ScreenshotFileName','','fr','Nom du fichier','',NULL)"); b.append(",('page_applicationObject','screenshotfilenamefield','','en','FileName','',NULL)"); + b.append(",('page_applicationObject','screenshotfilenamefield','','fa','نام فایل','',NULL)"); b.append(",('page_applicationObject','screenshotfilenamefield','','fr','Nom du ficher','',NULL)"); b.append(",('page_applicationObject','table_applicationobject','','en','Application Object List',NULL,NULL)"); + b.append(",('page_applicationObject','table_applicationobject','','fa','فهرست اشیاء برنامه',NULL,NULL)"); b.append(",('page_applicationObject','table_applicationobject','','ru','Список объектов приложения',NULL,NULL)"); b.append(",('page_applicationObject','table_applicationobject','','fr','Liste des Objets d\\'Application',NULL,NULL)"); b.append(",('page_applicationObject','title','','en','Application Object','This page can be used to manage the application objects.','_application_object')"); + b.append(",('page_applicationObject','title','','fa','شی برنامه','از این صفحه می توان برای مدیریت اشیاء برنامه استفاده کرد.','_application_object')"); b.append(",('page_applicationObject','title','','ru','Объект приложения','Эта страница может быть использована для управления объектами приложения','_application_object')"); b.append(",('page_applicationObject','title','','fr','Objet d\\'application','Cette page permet de gérer et créer des objets d\\'application.','_objet_d_application')"); b.append(",('page_applicationObject','UsrCreated','','en','Creator','',NULL)"); + b.append(",('page_applicationObject','UsrCreated','','fa','ایجاد کننده','',NULL)"); b.append(",('page_applicationObject','UsrCreated','','fr','Createur','',NULL)"); b.append(",('page_applicationObject','UsrModif','','en','Last Modificator','',NULL)"); + b.append(",('page_applicationObject','UsrModif','','fa','آخرین اصلاح کننده','',NULL)"); b.append(",('page_applicationObject','UsrModif','','fr','Dernier Editeur','',NULL)"); b.append(",('page_applicationObject','Value','','en','Value','',NULL)"); + b.append(",('page_applicationObject','Value','','fa','مقدار','',NULL)"); b.append(",('page_applicationObject','Value','','ru','Значение','',NULL)"); b.append(",('page_applicationObject','Value','','fr','Valeur','',NULL)"); b.append(",('page_applicationObject','XOffset','','en','X Offset','Used to offset the interactions. Higher value goes to the right of the screen.',NULL)"); + b.append(",('page_applicationObject','XOffset','','fa','افست X','برای جبران فعل و انفعالات استفاده می شود. مقدار بالاتر به سمت راست صفحه می رود.',NULL)"); b.append(",('page_applicationObject','XOffset','','fr','Décalage X','Utilisé pour décaler horizontalement l\\'interaction avec un élément. Plus la valeur est grande, plus on va à droite de l\\'écran.',NULL)"); b.append(",('page_applicationObject','YOffset','','en','Y Offset','Used to offset the interactions. Higher value goes to the bottom of the screen.',NULL)"); + b.append(",('page_applicationObject','YOffset','','fa','افست Y','برای جبران فعل و انفعالات استفاده می شود. مقدار بالاتر به پایین صفحه می رود.',NULL)"); b.append(",('page_applicationObject','YOffset','','fr','Décalage Y','Utilisé pour décaler verticalement l\\'interaction avec un élément. Plus la valeur est grande, plus on va vers le bas de l\\'écran.',NULL)"); b.append(",('page_applicationObject','valuefield','','en','Value','',NULL)"); + b.append(",('page_applicationObject','valuefield','','fa','مقدار','',NULL)"); b.append(",('page_applicationObject','valuefield','','ru','Значение','',NULL)"); b.append(",('page_applicationObject','valuefield','','fr','Valeur','',NULL)"); b.append(",('page_appservice','title','','en','Service Library','',NULL)"); + b.append(",('page_appservice','title','','fa','کتابخانه سرویس','',NULL)"); b.append(",('page_appservice','title','','fr','Bibliotheque de Service','',NULL)"); b.append(",('page_appservice','addSoapLibrary_field','','en','Add Service','',NULL)"); + b.append(",('page_appservice','addSoapLibrary_field','','fa','افزودن سرویس','',NULL)"); b.append(",('page_appservice','addSoapLibrary_field','','fr','Ajouter un Service','',NULL)"); b.append(",('page_appservice','allSoapLibrarys','','en','Service Library','',NULL)"); b.append(",('page_appservice','allSoapLibrarys','','fr','Bibliotheque de Service','',NULL)"); b.append(",('page_appservice','button_col','','en','Actions','',NULL)"); + b.append(",('page_appservice','button_col','','fa','اقدام ها','',NULL)"); b.append(",('page_appservice','button_col','','fr','Actions','',NULL)"); b.append(",('page_appservice','button_create','','en','Add Service','',NULL)"); + b.append(",('page_appservice','button_create','','fa','افزودن سرویس','',NULL)"); b.append(",('page_appservice','button_create','','fr','Ajouter un Service','',NULL)"); b.append(",('page_appservice','button_duplicate','','en','Duplicate Service',NULL,NULL)"); + b.append(",('page_appservice','button_duplicate','','fa','تکثیر سرویس',NULL,NULL)"); b.append(",('page_appservice','button_duplicate','','fr','Dupliquer Service',NULL,NULL)"); b.append(",('page_appservice','button_edit','','en','Edit Service','',NULL)"); + b.append(",('page_appservice','button_edit','','fa','ویرایش سرویس','',NULL)"); b.append(",('page_appservice','button_edit','','fr','Editer le Service','',NULL)"); b.append(",('page_appservice','button_remove','','en','Delete Service','',NULL)"); + b.append(",('page_appservice','button_remove','','fa','حذف سرویس','',NULL)"); b.append(",('page_appservice','button_remove','','fr','Supprimer le Service','',NULL)"); b.append(",('page_appservice','close_btn','','en','Close','',NULL)"); + b.append(",('page_appservice','close_btn','','fa','بستن','',NULL)"); b.append(",('page_appservice','close_btn','','fr','Fermer','',NULL)"); b.append(",('page_appservice','editSoapLibrary_field','','en','Edit Service','',NULL)"); + b.append(",('page_appservice','editSoapLibrary_field','','fa','ویرایش سرویس','',NULL)"); b.append(",('page_appservice','editSoapLibrary_field','','fr','Editer le Service','',NULL)"); b.append(",('page_appservice','message_remove','','en','Are you sure to delete the service \\'%SERVICE%\\' ?','',NULL)"); + b.append(",('page_appservice','message_remove','','fa','آیا اطمینان دارید که سرویس را حذف می کنید؟ \\'%SERVICE%\\' ?','',NULL)"); b.append(",('page_appservice','message_remove','','fr','Êtes-vous sûrs de supprimer le service \\'%SERVICE%\\' ?','',NULL)"); b.append(",('page_appservice','save_btn','','en','Save Service','',NULL)"); + b.append(",('page_appservice','save_btn','','fa','ذخیره سرویس','',NULL)"); b.append(",('page_appservice','save_btn','','fr','Sauvegarder le Service','',NULL)"); b.append(",('page_appservice','table_service','','en','Service',NULL,NULL)"); + b.append(",('page_appservice','table_service','','fa','سرویس',NULL,NULL)"); b.append(",('page_appservice','table_service','','fr','Service',NULL,NULL)"); b.append(",('page_appservice','title_remove','','en','Delete Service','',NULL)"); + b.append(",('page_appservice','title_remove','','fa','حذف سرویس','',NULL)"); b.append(",('page_appservice','title_remove','','fr','Supprimer le Service','',NULL)"); b.append(",('page_batchinvariant','button_create','','en','Create new Batch','',NULL)"); + b.append(",('page_batchinvariant','button_create','','fa','دسته جدید ایجاد کنید','',NULL)"); b.append(",('page_batchinvariant','button_create','','fr','Créer un nouveau Batch','',NULL)"); b.append(",('page_batchinvariant','button_delete','','en','Delete Batch','',NULL)"); + b.append(",('page_batchinvariant','button_delete','','fa','حذف دسته','',NULL)"); b.append(",('page_batchinvariant','button_delete','','fr','Supprimer le Batch','',NULL)"); b.append(",('page_batchinvariant','button_edit','','en','Edit Batch','',NULL)"); + b.append(",('page_batchinvariant','button_edit','','fa','ویرایش دسته','',NULL)"); b.append(",('page_batchinvariant','button_edit','','fr','Modifier le Batch','',NULL)"); b.append(",('page_batchinvariant','message_delete','','en','Do you want to delete Batch \\'%ENTRY%\\' ?
WARNING1 : All corresponding Batch execution history will be deleted !!!','',NULL)"); + b.append(",('page_batchinvariant','message_delete','','fa','آیا می خواهید دسته را حذف کنید؟ \\'%ENTRY%\\' ?
احتیاط۱ : تمام سابقه اجرای دسته مربوطه حذف خواهد شد !!!','',NULL)"); b.append(",('page_batchinvariant','message_delete','','fr','Confirmez vous la suppression du Batch \\'%ENTRY%\\' ?
ATTENTION1 : Tous les Historiques d\\'executions seront suprimés !!!','',NULL)"); b.append(",('page_batchinvariant','table_batch','','en','Batch',NULL,NULL)"); + b.append(",('page_batchinvariant','table_batch','','fa','دسته',NULL,NULL)"); b.append(",('page_batchinvariant','table_batch','','fr','Liste des Batchs',NULL,NULL)"); b.append(",('page_batchinvariant','title','','en','Batch','This page can be used in order to manage the batch per system.','_batch')"); + b.append(",('page_batchinvariant','title','','fa','دسته','از این صفحه می توان برای مدیریت دسته در هر سیستم استفاده کرد.','_batch')"); b.append(",('page_batchinvariant','title','','fr','Batch','Cette page permet de gérer et créer des batch pour chaque systeme.','_chaine')"); b.append(",('page_buildcontent','buildFrom','','en','From Build/Rev','',NULL)"); + b.append(",('page_buildcontent','buildFrom','','fa','از Build/Rev','',NULL)"); b.append(",('page_buildcontent','buildFrom','','fr','De Build/Rev','',NULL)"); b.append(",('page_buildcontent','buildTo','','en','To Build/Rev','',NULL)"); + b.append(",('page_buildcontent','buildTo','','fa','به Build/Rev','',NULL)"); b.append(",('page_buildcontent','buildTo','','fr','Vers Build/Rev','',NULL)"); b.append(",('page_buildcontent','buttonInstallInstruction','','en','See Installation Instructions','',NULL)"); + b.append(",('page_buildcontent','buttonInstallInstruction','','fa','دستورالعمل نصب را ببینید','',NULL)"); b.append(",('page_buildcontent','buttonInstallInstruction','','fr','Voir Instructions d\\'installation','',NULL)"); - b.append(",('page_buildcontent','buttonLoadAll','','en','Load All Build','',NULL)"); + b.append(",('page_buildcontent','buttonLoadAll','','en','Load All Builds','',NULL)"); + b.append(",('page_buildcontent','buttonLoadAll','','fa','بارگیری همه ساخت ها','',NULL)"); b.append(",('page_buildcontent','buttonLoadAll','','fr','Charger tous','',NULL)"); b.append(",('page_buildcontent','buttonLoadLatest','','en','Load latest Build','',NULL)"); + b.append(",('page_buildcontent','buttonLoadLatest','','fa','بارگیری آخرین ساخت','',NULL)"); b.append(",('page_buildcontent','buttonLoadLatest','','fr','Charger le dernier Build','',NULL)"); b.append(",('page_buildcontent','buttonLoadPending','','en','Load pending Build','',NULL)"); + b.append(",('page_buildcontent','buttonLoadPending','','fa','بارگذاری در انتظار ساخت','',NULL)"); b.append(",('page_buildcontent','buttonLoadPending','','fr','Charger le Build en cours','',NULL)"); b.append(",('page_buildcontent','button_create','','en','Create new Build Content','',NULL)"); + b.append(",('page_buildcontent','button_create','','fa','محتوای ساخت جدید ایجاد کنید','',NULL)"); b.append(",('page_buildcontent','button_create','','fr','Créer un nouveau contenu au Build','',NULL)"); b.append(",('page_buildcontent','button_delete','','en','Delete Build Content','',NULL)"); + b.append(",('page_buildcontent','button_delete','','fa','محتوای ساخت را حذف کنید','',NULL)"); b.append(",('page_buildcontent','button_delete','','fr','Supprimer l\\'entrée du contenu du Build','',NULL)"); b.append(",('page_buildcontent','button_edit','','en','Edit Build Content','',NULL)"); + b.append(",('page_buildcontent','button_edit','','fa','ویرایش محتوای ساخت','',NULL)"); b.append(",('page_buildcontent','button_edit','','fr','Editer le contenu du Build','',NULL)"); b.append(",('page_buildcontent','delete','','en','Dlt','Select this checkbox and then save changes in order to delete the row.',NULL)"); + b.append(",('page_buildcontent','delete','','fa','حذف','این کادر را انتخاب کنید و سپس تغییرات را ذخیره کنید تا ردیف حذف شود.',NULL)"); b.append(",('page_buildcontent','delete','','fr','Dlt','Select this checkbox and then save changes in order to delete the row.',NULL)"); b.append(",('page_buildcontent','filters','','en','Filters','',NULL)"); + b.append(",('page_buildcontent','filters','','fa','فیلترها','',NULL)"); b.append(",('page_buildcontent','filters','','fr','Filtres','',NULL)"); b.append(",('page_buildcontent','InstallInstructions','','en','Installation instructions','',NULL)"); + b.append(",('page_buildcontent','InstallInstructions','','fa','دستورالعمل نصب و راه اندازی','',NULL)"); b.append(",('page_buildcontent','InstallInstructions','','fr','Instructions d\\'installation','',NULL)"); b.append(",('page_buildcontent','list','','en','Build Content List','',NULL)"); + b.append(",('page_buildcontent','list','','fa','ساخت فهرست محتوا','',NULL)"); b.append(",('page_buildcontent','list','','fr','Liste du contenu du Build','',NULL)"); b.append(",('page_buildcontent','massAction','','en','Massively update the selected release','',NULL)"); + b.append(",('page_buildcontent','massAction','','fa','نسخه انتخاب شده را به طور گسترده به روز کنید','',NULL)"); b.append(",('page_buildcontent','massAction','','fr','Mise à jour massive des releases selectionnées','',NULL)"); b.append(",('page_buildcontent','message_delete','','en','Do you want to delete release entry \\'%ENTRY%\\' ?
NB : It correspond to the release \\'%RELEASE%\\' of application \\'%APPLI%\\' of Build \\'%BUILD%\\' Revision \\'%REVISION%\\'.','',NULL)"); + b.append(",('page_buildcontent','message_delete','','fa','آیا می خواهید ورودی نسخه را حذف کنید؟ \\'%ENTRY%\\' ?
NB : این مربوط به نسخه \\'%RELEASE%\\' برنامه \\'%APPLI%\\' از ساخت \\'%BUILD%\\' و بازبینی \\'%REVISION%\\'.','',NULL)"); b.append(",('page_buildcontent','message_delete','','fr','Confirmez vous la suppression de l\\'entrée \\'%ENTRY%\\' ?
NB : correspond à la release \\'%RELEASE%\\' de l\\'application \\'%APPLI%\\' du Build \\'%BUILD%\\' Revision \\'%REVISION%\\'.','',NULL)"); b.append(",('page_buildcontent','message_instruction','','en','Please specify a build and a revision to get the installation instructions!',NULL,NULL)"); + b.append(",('page_buildcontent','message_instruction','','fa','لطفا برای دریافت دستورالعمل نصب، یک ساخت و یک ویرایش را مشخص کنید!',NULL,NULL)"); b.append(",('page_buildcontent','message_instruction','','fr','Merci de specifier un build et une revision avant d\\'obtenir les instructions d\\'installation! ',NULL,NULL)"); b.append(",('page_buildcontent','message_massAction','','en','Massively update the selected release',NULL,NULL)"); + b.append(",('page_buildcontent','message_massAction','','fa','نسخه انتخاب شده را به طور گسترده به روز کنید',NULL,NULL)"); b.append(",('page_buildcontent','message_massAction','','fr','Mettre à jours en masse les releases selectionnées',NULL,NULL)"); b.append(",('page_buildcontent','standardfilters','','en','Standard Filters','',NULL)"); + b.append(",('page_buildcontent','standardfilters','','fa','فیلترهای استاندارد','',NULL)"); b.append(",('page_buildcontent','standardfilters','','fr','Standard Filters','',NULL)"); b.append(",('page_buildcontent','title','','en','Build Content','This page can be used to manage the Build Content.','_build_content')"); + b.append(",('page_buildcontent','title','','fa','محتوای ساخت','از این صفحه می توان برای مدیریت محتوای ساخت استفاده کرد.','_build_content')"); b.append(",('page_buildcontent','title','','fr','Contenu des Builds','Cette page permet de gérer le contenu d\\'un build.','_contenu_des_builds')"); b.append(",('page_buildrevdefinition','button_create','','en','Create new Build Revision Definition','',NULL)"); + b.append(",('page_buildrevdefinition','button_create','','fa','تعریف بازبینی جدید ساخت','',NULL)"); b.append(",('page_buildrevdefinition','button_create','','fr','Créer une nouvelle definition de build ou revision','',NULL)"); b.append(",('page_buildrevdefinition','button_delete','','en','Delete Build Revision Definition','',NULL)"); + b.append(",('page_buildrevdefinition','button_delete','','fa','تعریف بازبینی ساخت را حذف کنید','',NULL)"); b.append(",('page_buildrevdefinition','button_delete','','fr','Supprimer la definition de build ou revision','',NULL)"); b.append(",('page_buildrevdefinition','button_edit','','en','Edit Build Revision Definition','',NULL)"); + b.append(",('page_buildrevdefinition','button_edit','','fa','ویرایش تعریف بازبینی ساخت','',NULL)"); b.append(",('page_buildrevdefinition','button_edit','','fr','Editer une nouvelle definition de build ou revision','',NULL)"); b.append(",('page_buildrevdefinition','table_BuildRevision','','en','Build Revision List',NULL,NULL)"); + b.append(",('page_buildrevdefinition','table_BuildRevision','','fa','ساخت لیست تجدید نظر',NULL,NULL)"); b.append(",('page_buildrevdefinition','table_BuildRevision','','fr','Liste des Builds de Révision',NULL,NULL)"); b.append(",('page_buildrevdefinition','title','','en','Build Revision Definition','This page can be used to manage the definition of Builds and Revisions.','_build_revision')"); + b.append(",('page_buildrevdefinition','title','','fa','تعریف بازبینی ساخت','از این صفحه می توان برای مدیریت تعریف ساخت و ویرایش ها استفاده کرد.','_build_revision')"); b.append(",('page_buildrevdefinition','title','','fr','Définition des Versions de Build','Cette page permet de gérer la definition d\\'un build.','_build_revision')"); b.append(",('page_databasemaintenance','messageStatus','','en','Database is now uptodate. Enjoy the tool.',NULL,NULL)"); + b.append(",('page_databasemaintenance','messageStatus','','fa','پایگاه داده در حال حاضر به روز شده است. از ابزار لذت ببرید',NULL,NULL)"); b.append(",('page_databasemaintenance','messageStatus','','fr','La Base de Données est à jour',NULL,NULL)"); b.append(",('page_databasemaintenance','SQLdisplay','','en','Show all SQL',NULL,NULL)"); + b.append(",('page_databasemaintenance','SQLdisplay','','fa','نمایش همه SQL',NULL,NULL)"); b.append(",('page_databasemaintenance','SQLdisplay','','fr','Afficher tous les SQL',NULL,NULL)"); b.append(",('page_databasemaintenance','SQLdisplay_link','','en','here',NULL,NULL)"); + b.append(",('page_databasemaintenance','SQLdisplay_link','','fa','اینجا',NULL,NULL)"); b.append(",('page_databasemaintenance','SQLdisplay_link','','fr','ici',NULL,NULL)"); b.append(",('page_deploytype','button_create','','en','Create new Deployment Type','',NULL)"); + b.append(",('page_deploytype','button_create','','fa','نوع استقرار جدید ایجاد کنید','',NULL)"); b.append(",('page_deploytype','button_create','','fr','Créer un nouveau Type de Deploiement','',NULL)"); b.append(",('page_deploytype','button_delete','','en','Delete Deployment Type','',NULL)"); + b.append(",('page_deploytype','button_delete','','fa','نوع استقرار را حذف کنید','',NULL)"); b.append(",('page_deploytype','button_delete','','fr','Supprimer le Type de Deploiement','',NULL)"); b.append(",('page_deploytype','button_edit','','en','Edit Deployment Type','',NULL)"); + b.append(",('page_deploytype','button_edit','','fa','ویرایش نوع استقرار','',NULL)"); b.append(",('page_deploytype','button_edit','','fr','Modifier le Type de Deploiement','',NULL)"); b.append(",('page_deploytype','message_delete','','en','Do you want to delete Deploy Type \\'%ENTRY%\\' ?
WARNING1 : All corresponding Application will lose the link to that deleted Deploy Type !!!
WARNING2 : All associated Jenkins Agent on corresponding Environments will be deleted !!!','',NULL)"); + b.append(",('page_deploytype','message_delete','','fa','آیا می خواهید نوع استقرار را حذف کنید \\'%ENTRY%\\' ?
احتیاط۱ : همه برنامه های مربوطه پیوند به آن نوع استقرار حذف شده را از دست خواهند داد !!!
احتیاط۲ : تمام عوامل مرتبط جنکینز در محیط های مربوطه حذف خواهند شد!!!','',NULL)"); b.append(",('page_deploytype','message_delete','','fr','Confirmez vous la suppression du Type de Deploiement \\'%ENTRY%\\' ?
ATTENTION1 : Toutes les Applications associées vont perdre le lien avec ce Deploy Type !!!
ATTENTION2 : Tous les Jenkins Agent associés et Environnements associés seront supprimés !!!','',NULL)"); b.append(",('page_deploytype','table_deploytype','','en','Deploy Type List',NULL,NULL)"); + b.append(",('page_deploytype','table_deploytype','','fa','فهرست انواع استقرار',NULL,NULL)"); b.append(",('page_deploytype','table_deploytype','','fr','Type de Déploiement',NULL,NULL)"); b.append(",('page_deploytype','title','','en','Deployment Type','This page can be used in order to manage the deployment types.','_deploy_type')"); + b.append(",('page_deploytype','title','','fa','نوع استقرار','از این صفحه می توان برای مدیریت انواع استقرار استفاده کرد.','_deploy_type')"); b.append(",('page_deploytype','title','','fr','Type de Deploiement','Cette page permet de gérer et créer des types de deploiements.','_type_de_déploiement')"); b.append(",('page_environment','buttonPreviewNotification','','en','Preview Notification','',NULL)"); + b.append(",('page_environment','buttonPreviewNotification','','fa','پیش نمایش اعلان','',NULL)"); b.append(",('page_environment','buttonPreviewNotification','','fr','Prévisualiser la notification','',NULL)"); b.append(",('page_environment','button_create','','en','Create a new Environment','',NULL)"); + b.append(",('page_environment','button_create','','fa','ایجاد یک محیط جدید','',NULL)"); b.append(",('page_environment','button_create','','fr','Créer un nouvel Environnement','',NULL)"); b.append(",('page_environment','button_delete','','en','Delete Environment','',NULL)"); + b.append(",('page_environment','button_delete','','fa','حذف محیط','',NULL)"); b.append(",('page_environment','button_delete','','fr','Supprimer l\\'Environnement','',NULL)"); b.append(",('page_environment','button_disable','','en','Disable Environment','',NULL)"); + b.append(",('page_environment','button_disable','','fa','غیرفعالسازی محیط','',NULL)"); b.append(",('page_environment','button_disable','','fr','Désactiver l\\'Environnement','',NULL)"); b.append(",('page_environment','button_disable1','','en','Disable and Send Notification','',NULL)"); + b.append(",('page_environment','button_disable1','','fa','غیرفعال کردن و ارسال اعلان','',NULL)"); b.append(",('page_environment','button_disable1','','fr','Désactiver et envoyer la Notification','',NULL)"); b.append(",('page_environment','button_edit','','en','Edit Environment','',NULL)"); + b.append(",('page_environment','button_edit','','fa','ویرایش محیط','',NULL)"); b.append(",('page_environment','button_edit','','fr','Modifier l\\'Environnement','',NULL)"); b.append(",('page_environment','button_enable','','en','Enable Environment with new Build Revision','',NULL)"); + b.append(",('page_environment','button_enable','','fa','فعالسازی محیط توسط بازبینی ساخت جدید','',NULL)"); b.append(",('page_environment','button_enable','','fr','Activer l\\'Environnement avec un nouveau Build et Revision','',NULL)"); b.append(",('page_environment','button_enable1','','en','Enable and Sent Notification','',NULL)"); + b.append(",('page_environment','button_enable1','','fa','فعال کردن و ارسال اعلان','',NULL)"); b.append(",('page_environment','button_enable1','','fr','Activer et Envoyer la Notification','',NULL)"); b.append(",('page_environment','button_newChain','','en','New Event Chain','',NULL)"); + b.append(",('page_environment','button_newChain','','fa','زنجیره رویداد جدید','',NULL)"); b.append(",('page_environment','button_newChain','','fr','Nouvel Evenement de Chaine','',NULL)"); b.append(",('page_environment','button_newChain1','','en','Create New Chain Event and Send Notification','',NULL)"); + b.append(",('page_environment','button_newChain1','','fa','ایجاد رویداد زنجیره ای جدید و ارسال اعلان','',NULL)"); b.append(",('page_environment','button_newChain1','','fr','Créer un nouvel événement de Chaine et Envoyer la Notification','',NULL)"); b.append(",('page_environment','button_view','','en','View Environment','',NULL)"); + b.append(",('page_environment','button_view','','fa','مشاهده محیط','',NULL)"); b.append(",('page_environment','button_view','','fr','Voir Environnement','',NULL)"); b.append(",('page_environment','cc','','en','CC','',NULL)"); + b.append(",('page_environment','cc','','fa','رونوشت','',NULL)"); b.append(",('page_environment','cc','','fr','Copie','',NULL)"); b.append(",('page_environment','currentBuild','','en','Current Build','',NULL)"); + b.append(",('page_environment','currentBuild','','fa','ساخت کنونی','',NULL)"); b.append(",('page_environment','currentBuild','','fr','Build courant','',NULL)"); b.append(",('page_environment','currentRevision','','en','Current Revision','',NULL)"); + b.append(",('page_environment','currentRevision','','fa','بازبینی کنونی','',NULL)"); b.append(",('page_environment','currentRevision','','fr','Revision courante','',NULL)"); b.append(",('page_environment','list','','en','Environment list','',NULL)"); + b.append(",('page_environment','list','','fa','فهرست محیط','',NULL)"); b.append(",('page_environment','list','','fr','Liste des environnements','',NULL)"); b.append(",('page_environment','listChange','','en','Change list','',NULL)"); + b.append(",('page_environment','listChange','','fa','فهرست تغییرات','',NULL)"); b.append(",('page_environment','listChange','','fr','Liste des changements','',NULL)"); b.append(",('page_environment','listEvent','','en','Batch list','',NULL)"); + b.append(",('page_environment','listEvent','','fa','فهرست دسته ای','',NULL)"); b.append(",('page_environment','listEvent','','fr','Liste des batchs','',NULL)"); b.append(",('page_environment','message_delete','','en','Do you want to delete environment \\'%ENVIRONMENT%\\' from country \\'%COUNTRY%\\' and system \\'%SYSTEM%\\' ?
WARNING : All corresponding parameters such as list of applications, databases and other environments dependencies will be removed !!!','',NULL)"); + b.append(",('page_environment','message_delete','','fa','آیا می خواهید محیط \\'%ENVIRONMENT%\\' را از کشور \\'%COUNTRY%\\' و سامانه \\'%SYSTEM%\\' حذف کنید?
احتیاط : تمام پارامترهای مربوطه مانند لیست برنامه ها، پایگاه داده ها و وابستگی های دیگر محیط ها حذف خواهند شد!!!','',NULL)"); b.append(",('page_environment','message_delete','','fr','Confirmez vous la suppression de l\\'environnement \\'%ENVIRONMENT%\\' du pays \\'%COUNTRY%\\' du système \\'%SYSTEM%\\' ?
ATTENTION : Tous les parametres associées tel que la liste des applications, database et autres dependances d\\'environnements seront supprimés !!!','',NULL)"); b.append(",('page_environment','newBuild','','en','New Build','',NULL)"); + b.append(",('page_environment','newBuild','','fa','ساخت جدید','',NULL)"); b.append(",('page_environment','newBuild','','fr','Nouveau Build','',NULL)"); b.append(",('page_environment','newRevision','','en','New Revision','',NULL)"); + b.append(",('page_environment','newRevision','','fa','بازبینی جدید','',NULL)"); b.append(",('page_environment','newRevision','','fr','Nouvelle Revision','',NULL)"); b.append(",('page_environment','subject','','en','Subject','',NULL)"); + b.append(",('page_environment','subject','','fa','موضوع','',NULL)"); b.append(",('page_environment','subject','','fr','Sujet','',NULL)"); b.append(",('page_environment','tabApplication','','en','Applications','',NULL)"); + b.append(",('page_environment','tabApplication','','fa','برنامه ها','',NULL)"); b.append(",('page_environment','tabApplication','','ru','Приложения','',NULL)"); b.append(",('page_environment','tabApplication','','fr','Applications','',NULL)"); b.append(",('page_environment','tabBuild','','en','Build/Revision','',NULL)"); + b.append(",('page_environment','tabBuild','','fa','ساخت/بازبینی','',NULL)"); b.append(",('page_environment','tabBuild','','fr','Build/Revision','',NULL)"); b.append(",('page_environment','tabChain','','en','Chain','',NULL)"); + b.append(",('page_environment','tabChain','','fa','زنجیره','',NULL)"); b.append(",('page_environment','tabChain','','fr','Chain','',NULL)"); b.append(",('page_environment','tabDatabase','','en','Databases','',NULL)"); + b.append(",('page_environment','tabDatabase','','fa','پایگاه داده ها','',NULL)"); b.append(",('page_environment','tabDatabase','','fr','Bases de Données','',NULL)"); b.append(",('page_environment','tabDefinition','','en','Definition','',NULL)"); + b.append(",('page_environment','tabDefinition','','fa','تعریف','',NULL)"); b.append(",('page_environment','tabDefinition','','fr','Definition','',NULL)"); b.append(",('page_environment','tabDependencies','','en','Dependencies','',NULL)"); + b.append(",('page_environment','tabDependencies','','fa','وابستگی ها','',NULL)"); b.append(",('page_environment','tabDependencies','','fr','Dépendances','',NULL)"); b.append(",('page_environment','tabDeploy','','en','Deploy Types','',NULL)"); + b.append(",('page_environment','tabDeploy','','fa','انواع استقرار','',NULL)"); b.append(",('page_environment','tabDeploy','','fr','Type de déploiements','',NULL)"); b.append(",('page_environment','tabInstallInstruction','','en','Installation Instructions','',NULL)"); + b.append(",('page_environment','tabInstallInstruction','','fa','دستورالعمل های نصب و راه اندازی','',NULL)"); b.append(",('page_environment','tabInstallInstruction','','fr','Instruction d\\'installation','',NULL)"); b.append(",('page_environment','tabNotif','','en','Specific Notifications','',NULL)"); + b.append(",('page_environment','tabNotif','','fa','اعلان های مشخص','',NULL)"); b.append(",('page_environment','tabNotif','','fr','Notifications Spécifiques','',NULL)"); b.append(",('page_environment','tabPreview','','en','EMail Preview','',NULL)"); + b.append(",('page_environment','tabPreview','','fa','پیش نمایش ایمیل','',NULL)"); b.append(",('page_environment','tabPreview','','fr','Previsu de l\\'Email','',NULL)"); b.append(",('page_environment','title','','en','Environment','This page can be used to manage the environments.','_environment')"); + b.append(",('page_environment','title','','fa','محیط','از این صفحه می توان برای مدیریت محیط ها استفاده کرد.','_environment')"); b.append(",('page_environment','title','','fr','Environnement','Cette page permet de gérer et créer des environnements.','_environnement')"); b.append(",('page_environment','to','','en','To','',NULL)"); + b.append(",('page_environment','to','','fa','به','',NULL)"); b.append(",('page_environment','to','','fr','Destinataire','',NULL)"); b.append(",('page_environment','envgp','','en','Environment Group','',NULL)"); + b.append(",('page_environment','envgp','','fa','گروه محیط','',NULL)"); b.append(",('page_environment','envgp','','ru','Группа окружения','',NULL)"); b.append(",('page_environment','envgp','','fr','Groupe de l\\' environnement','',NULL)"); b.append(",('page_eventhook','title','','en','Event Hooks','',NULL)"); + b.append(",('page_eventhook','title','','fa','رویداد هوک ها','',NULL)"); b.append(",('page_eventhook','title','','fr','Point d\\'entrée d\\'événements','',NULL)"); b.append(",('page_eventhook','eventReference','','en','Event Reference','',NULL)"); + b.append(",('page_eventhook','eventReference','','fa','مرجع رویداد','',NULL)"); b.append(",('page_eventhook','eventReference','','fr','Reference de l\\'événement','',NULL)"); b.append(",('page_eventhook','objectKey1','','en','Key 1','',NULL)"); + b.append(",('page_eventhook','objectKey1','','fa','کلید ۱','',NULL)"); b.append(",('page_eventhook','objectKey1','','fr','Clé 1','',NULL)"); b.append(",('page_eventhook','objectKey2','','en','Key 2','',NULL)"); + b.append(",('page_eventhook','objectKey2','','fa','کلید ۲','',NULL)"); b.append(",('page_eventhook','objectKey2','','fr','Clé 2','',NULL)"); b.append(",('page_eventhook','isActive','','en','Active','',NULL)"); + b.append(",('page_eventhook','isActive','','fa','فعال','',NULL)"); b.append(",('page_eventhook','isActive','','fr','Actif','',NULL)"); b.append(",('page_eventhook','description','','en','Description','',NULL)"); + b.append(",('page_eventhook','description','','fa','توصیف','',NULL)"); b.append(",('page_eventhook','description','','ru','Описание','',NULL)"); b.append(",('page_eventhook','description','','fr','Description','',NULL)"); b.append(",('page_eventhook','hookConnector','','en','Connector','',NULL)"); + b.append(",('page_eventhook','hookConnector','','fa','رابط','',NULL)"); b.append(",('page_eventhook','hookConnector','','fr','Connecteur','',NULL)"); b.append(",('page_eventhook','hookChannel','','en','Channel','',NULL)"); + b.append(",('page_eventhook','hookChannel','','fa','کانال','',NULL)"); b.append(",('page_eventhook','hookChannel','','ru','канал','',NULL)"); b.append(",('page_eventhook','hookChannel','','fr','Canal','',NULL)"); b.append(",('page_eventhook','hookRecipient','','en','Recipient','',NULL)"); + b.append(",('page_eventhook','hookRecipient','','fa','گیرنده','',NULL)"); b.append(",('page_eventhook','hookRecipient','','fr','Destinataire','',NULL)"); b.append(",('page_executiondetail','action','','en','Action','',NULL)"); + b.append(",('page_executiondetail','action','','fa','فعال','',NULL)"); b.append(",('page_executiondetail','action','','fr','Action','',NULL)"); b.append(",('page_executiondetail','application','','en','Application','',NULL)"); + b.append(",('page_executiondetail','application','','fa','برنامه','',NULL)"); b.append(",('page_executiondetail','application','','ru','Приложение','',NULL)"); b.append(",('page_executiondetail','application','','fr','Application','',NULL)"); b.append(",('page_executiondetail','browser','','en','Browser','',NULL)"); + b.append(",('page_executiondetail','browser','','fa','مرورگر','',NULL)"); b.append(",('page_executiondetail','browser','','fr','Navigateur','',NULL)"); b.append(",('page_executiondetail','browserfull','','en','Browser full version','',NULL)"); + b.append(",('page_executiondetail','browserfull','','fa','شماره نسخه کامل مرورگر','',NULL)"); b.append(",('page_executiondetail','browserfull','','fr','Navigateur version complete','',NULL)"); b.append(",('page_executiondetail','build','','en','Build','',NULL)"); + b.append(",('page_executiondetail','build','','fa','ساخت','',NULL)"); b.append(",('page_executiondetail','build','','fr','Build','',NULL)"); b.append(",('page_executiondetail','buildrevision','','en','BuildRev','Build and Revision of the environment of the system of the application that has been tested.',NULL)"); + b.append(",('page_executiondetail','buildrevision','','fa','بازنگری ساخت','ساخت و بازنگری محیط سامانه برنامه ای که تحت آزمون قرار گرفته بوده است.',NULL)"); b.append(",('page_executiondetail','buildrevision','','fr','BuildRev','',NULL)"); b.append(",('page_executiondetail','buildrevisionlink','','en','BuildRev Linked','Build and Revision of the environment of the linked system. The linked systems are defined in the \\'Environment Dependancy\\' section of the environment page.',NULL)"); + b.append(",('page_executiondetail','buildrevisionlink','','fa','بازنگری ساخت مرتبط','ساخت و بازنگری محیط سامانه مرتبط. سامانه های مرتبط در بخش \\'وابستگی محیطی\\' صفحه محیط تعریف می گرند.',NULL)"); b.append(",('page_executiondetail','buildrevisionlink','','fr','BuildRev liée','',NULL)"); b.append(",('page_executiondetail','cerberusversion','','en','Cerberus Version','',NULL)"); + b.append(",('page_executiondetail','cerberusversion','','fa','نسخه سربروس','',NULL)"); b.append(",('page_executiondetail','cerberusversion','','fr','Version de Cerberus','',NULL)"); b.append(",('page_executiondetail','conditionOperator','','en','Condition Operator','',NULL)"); + b.append(",('page_executiondetail','conditionOperator','','fa','عملگر شرط','',NULL)"); b.append(",('page_executiondetail','conditionOperator','','fr','Condition Opérateur','',NULL)"); b.append(",('page_executiondetail','conditionVal1','','en','Condition Value1','',NULL)"); + b.append(",('page_executiondetail','conditionVal1','','fa','مقدار۱ شرط','',NULL)"); b.append(",('page_executiondetail','conditionVal1','','fr','Condition Value1','',NULL)"); b.append(",('page_executiondetail','conditionVal1Init','','en','Condition Value1 Initial','',NULL)"); + b.append(",('page_executiondetail','conditionVal1Init','','fa','مقدار۱ اولیه شرط','',NULL)"); b.append(",('page_executiondetail','conditionVal1Init','','fr','Condition Value1 Initiale','',NULL)"); b.append(",('page_executiondetail','conditionVal2','','en','Condition Value2','',NULL)"); + b.append(",('page_executiondetail','conditionVal2','','fa','مقدار۲ شرط','',NULL)"); b.append(",('page_executiondetail','conditionVal2','','fr','Condition Value2','',NULL)"); b.append(",('page_executiondetail','conditionVal2Init','','en','Condition Value2 Initial','',NULL)"); + b.append(",('page_executiondetail','conditionVal2Init','','fa','مقدار۲ اولیه شرط','',NULL)"); b.append(",('page_executiondetail','conditionVal2Init','','fr','Condition Value2 Initiale','',NULL)"); b.append(",('page_executiondetail','conditionVal3','','en','Condition Value3','',NULL)"); + b.append(",('page_executiondetail','conditionVal3','','fa','مقدار۳ شرط','',NULL)"); b.append(",('page_executiondetail','conditionVal3','','fr','Condition Value3','',NULL)"); b.append(",('page_executiondetail','conditionVal3Init','','en','Condition Value3 Initial','',NULL)"); + b.append(",('page_executiondetail','conditionVal3Init','','fa','مقدار۳ اولیه شرط','',NULL)"); b.append(",('page_executiondetail','conditionVal3Init','','fr','Condition Value3 Initiale','',NULL)"); b.append(",('page_executiondetail','controlmessage','','en','Control Message','',NULL)"); + b.append(",('page_executiondetail','controlmessage','','fa','پیام کنترل','',NULL)"); b.append(",('page_executiondetail','controlmessage','','fr','Message du control','',NULL)"); b.append(",('page_executiondetail','controlstatus','','en','Control Status','',NULL)"); + b.append(",('page_executiondetail','controlstatus','','fa','وضعیت کنترل','',NULL)"); b.append(",('page_executiondetail','controlstatus','','fr','Statut','',NULL)"); b.append(",('page_executiondetail','control_type','','en','Control Type','',NULL)"); + b.append(",('page_executiondetail','control_type','','fa','نوع کنترل','',NULL)"); b.append(",('page_executiondetail','control_type','','fr','Type de Control','',NULL)"); b.append(",('page_executiondetail','country','','en','Country','',NULL)"); + b.append(",('page_executiondetail','country','','fa','کشور','',NULL)"); b.append(",('page_executiondetail','country','','fr','Pays','',NULL)"); b.append(",('page_executiondetail','description','','en','Description','',NULL)"); + b.append(",('page_executiondetail','description','','fa','توصیف','',NULL)"); b.append(",('page_executiondetail','description','','ru','Описание','',NULL)"); b.append(",('page_executiondetail','description','','fr','Description','',NULL)"); b.append(",('page_executiondetail','edittc','','en','Test Case','',NULL)"); + b.append(",('page_executiondetail','edittc','','fa','مورد آزمون','',NULL)"); b.append(",('page_executiondetail','edittc','','fr','Cas de Test','',NULL)"); b.append(",('page_executiondetail','edittch','','en','Header','',NULL)"); + b.append(",('page_executiondetail','edittch','','fa','سرآیند','',NULL)"); b.append(",('page_executiondetail','edittch','','fr','Header','',NULL)"); b.append(",('page_executiondetail','edittcstep','','en','TestCase','',NULL)"); + b.append(",('page_executiondetail','edittcstep','','fa','موردآزمون','',NULL)"); b.append(",('page_executiondetail','edittcstep','','fr','Cas de Test','',NULL)"); b.append(",('page_executiondetail','end','','en','End','',NULL)"); + b.append(",('page_executiondetail','end','','fa','پایان','',NULL)"); b.append(",('page_executiondetail','end','','fr','Fin','',NULL)"); b.append(",('page_executiondetail','environment','','en','Environment','',NULL)"); + b.append(",('page_executiondetail','environment','','fa','محیط','',NULL)"); b.append(",('page_executiondetail','environment','','fr','Environnement','',NULL)"); b.append(",('page_executiondetail','executor','','en','Executor','',NULL)"); + b.append(",('page_executiondetail','executor','','fa','مجری','',NULL)"); b.append(",('page_executiondetail','executor','','fr','Executeur','',NULL)"); b.append(",('page_executiondetail','fatal','','en','Fatal','',NULL)"); + b.append(",('page_executiondetail','fatal','','fa','مهلک','',NULL)"); b.append(",('page_executiondetail','fatal','','fr','Fatal','',NULL)"); b.append(",('page_executiondetail','finished','','en','Finished','',NULL)"); + b.append(",('page_executiondetail','finished','','en','تمام شده','',NULL)"); b.append(",('page_executiondetail','finished','','fr','Fini','',NULL)"); b.append(",('page_executiondetail','forceexec','','en','Fatal','',NULL)"); + b.append(",('page_executiondetail','forceexec','','fa','مهلک','',NULL)"); b.append(",('page_executiondetail','forceexec','','fr','Fatal','',NULL)"); b.append(",('page_executiondetail','goto','','en','...','',NULL)"); + b.append(",('page_executiondetail','goto','','fa','...','',NULL)"); b.append(",('page_executiondetail','goto','','fr','...','',NULL)"); b.append(",('page_executiondetail','id','','en','ID','',NULL)"); + b.append(",('page_executiondetail','id','','fa','شناسه','',NULL)"); b.append(",('page_executiondetail','id','','fr','ID','',NULL)"); b.append(",('page_executiondetail','robothost','','en','Robot Host','',NULL)"); + b.append(",('page_executiondetail','robothost','','fa','میزبان فریمورک','',NULL)"); b.append(",('page_executiondetail','robothost','','fr','Robot Host','',NULL)"); b.append(",('page_executiondetail','lastexecution','','en','Executions List','',NULL)"); + b.append(",('page_executiondetail','lastexecution','','fa','فهرست اجراها','',NULL)"); b.append(",('page_executiondetail','lastexecution','','fr','Liste d\\'Executions','',NULL)"); b.append(",('page_executiondetail','lastexecutionwithenvcountry','','en','Executions List (same Environment & Country)','',NULL)"); + b.append(",('page_executiondetail','lastexecutionwithenvcountry','','fa','فهرست اجرا ها (محیط و کشور یکسان)','',NULL)"); b.append(",('page_executiondetail','lastexecutionwithenvcountry','','fr','Liste d\\'Executions (même Environnement & Pays)','',NULL)"); b.append(",('page_executiondetail','lastexecutionoT','','en','Report over Time','',NULL)"); + b.append(",('page_executiondetail','lastexecutionoT','','fa','گزارش در طول زمان','',NULL)"); b.append(",('page_executiondetail','lastexecutionoT','','fr','Rapport dans le temps','',NULL)"); b.append(",('page_executiondetail','lastexecutionoTwithenvcountry','','en','Report over Time (same Environment & Country)','',NULL)"); + b.append(",('page_executiondetail','lastexecutionoTwithenvcountry','','fa','گزارش در طول زمان (محیط و کشور یکسان)','',NULL)"); b.append(",('page_executiondetail','lastexecutionoTwithenvcountry','','fr','Rapport dans le temps (même Environnement & Pays)','',NULL)"); b.append(",('page_executiondetail','more_detail','','en','More details','',NULL)"); + b.append(",('page_executiondetail','more_detail','','fa','جزيیات بیشتر','',NULL)"); b.append(",('page_executiondetail','more_detail','','fr','Plus de détails','',NULL)"); b.append(",('page_executiondetail','platform','','en','Platform','',NULL)"); + b.append(",('page_executiondetail','platform','','fa','سکو','',NULL)"); b.append(",('page_executiondetail','platform','','fr','Platforme','',NULL)"); b.append(",('page_executiondetail','robotport','','en','Robot Port','',NULL)"); + b.append(",('page_executiondetail','robotport','','fa','درگاه ربات','',NULL)"); b.append(",('page_executiondetail','robotport','','fr','Robot Port','',NULL)"); b.append(",('page_executiondetail','queueId','','en','Execution Queue ID',NULL,NULL)"); + b.append(",('page_executiondetail','queueId','','fa','شناسه صف اجرا',NULL,NULL)"); b.append(",('page_executiondetail','queueId','','fr','ID de la queue',NULL,NULL)"); b.append(",('page_executiondetail','reruntc','','en','Re Run','',NULL)"); + b.append(",('page_executiondetail','reruntc','','fa','اجرا مجدد','',NULL)"); b.append(",('page_executiondetail','reruntc','','fr','Relancer','',NULL)"); b.append(",('page_executiondetail','reruntcqueue','','en','ReRun From Queue','',NULL)"); + b.append(",('page_executiondetail','reruntcqueue','','fa','اجرا مجدد از صف','',NULL)"); b.append(",('page_executiondetail','reruntcqueue','','fr','ReExecuter de la Queue','',NULL)"); b.append(",('page_executiondetail','reruntcqueueandsee','','en','Re Run','',NULL)"); + b.append(",('page_executiondetail','reruntcqueueandsee','','fa','اجرا مجدد','',NULL)"); b.append(",('page_executiondetail','reruntcqueueandsee','','fr','Relancer','',NULL)"); b.append(",('page_executiondetail','return_code','','en','Return Code','',NULL)"); + b.append(",('page_executiondetail','return_code','','fa','کد برگشتی','',NULL)"); b.append(",('page_executiondetail','return_code','','fr','Code de retour','',NULL)"); b.append(",('page_executiondetail','return_message','','en','Return Message','',NULL)"); + b.append(",('page_executiondetail','return_message','','fa','پیام برگشتی','',NULL)"); b.append(",('page_executiondetail','return_message','','fr','Message de retour','',NULL)"); b.append(",('page_executiondetail','revision','','en','Revision','',NULL)"); + b.append(",('page_executiondetail','revision','','fa','بازنگری','',NULL)"); b.append(",('page_executiondetail','revision','','fr','Revision','',NULL)"); b.append(",('page_executiondetail','run','','en','Run','',NULL)"); + b.append(",('page_executiondetail','run','','fa','اجرا','',NULL)"); b.append(",('page_executiondetail','run','','fr','Lancer','',NULL)"); b.append(",('page_executiondetail','runtc','','en','Run','',NULL)"); + b.append(",('page_executiondetail','runtc','','fa','اجرا','',NULL)"); b.append(",('page_executiondetail','runtc','','fr','Lancer','',NULL)"); b.append(",('page_executiondetail','save','','en','Save','',NULL)"); + b.append(",('page_executiondetail','save','','fa','ذخیره','',NULL)"); b.append(",('page_executiondetail','save','','fr','Sauvegarder','',NULL)"); b.append(",('page_executiondetail','screensize','','en','Screen Size','',NULL)"); + b.append(",('page_executiondetail','screensize','','fa','اندازه صفحه نمایش','',NULL)"); b.append(",('page_executiondetail','screensize','','fr','Taille de l\\'ecran','',NULL)"); b.append(",('page_executiondetail','see_executionq','','en','Queue Parameters','',NULL)"); + b.append(",('page_executiondetail','see_executionq','','fa','پارامترهای صف','',NULL)"); b.append(",('page_executiondetail','see_executionq','','fr','Parametre de la Queue','',NULL)"); b.append(",('page_executiondetail','see_executionq_tag','','en','Queue List by Tag','',NULL)"); + b.append(",('page_executiondetail','see_executionq_tag','','fa','فهرست صف براساس برچسب','',NULL)"); b.append(",('page_executiondetail','see_executionq_tag','','fr','Liste des Files par Tag','',NULL)"); b.append(",('page_executiondetail','see_execution_tag','','en','Campaign Report','',NULL)"); + b.append(",('page_executiondetail','see_execution_tag','','fa','گزارش کمپین','',NULL)"); b.append(",('page_executiondetail','see_execution_tag','','fr','Rapport de Campagne','',NULL)"); b.append(",('page_executiondetail','SeleniumLog','','en','Media Files','Link to the media execution files (ex : selenium logs).',NULL)"); + b.append(",('page_executiondetail','SeleniumLog','','fa','فایل های چندرسانه ای','پیوند به فایل های چندرسانه ای (نمونه : selenium logs).',NULL)"); b.append(",('page_executiondetail','sort','','en','Sort','',NULL)"); + b.append(",('page_executiondetail','sort','','fa','مرتب سازی','',NULL)"); b.append(",('page_executiondetail','sort','','fr','Ordre','',NULL)"); b.append(",('page_executiondetail','start','','en','Start','',NULL)"); + b.append(",('page_executiondetail','start','','fa','آغاز','',NULL)"); b.append(",('page_executiondetail','start','','fr','Début','',NULL)"); b.append(",('page_executiondetail','status','','en','Status','',NULL)"); + b.append(",('page_executiondetail','status','','fa','وضعیت','',NULL)"); b.append(",('page_executiondetail','status','','fr','Status','',NULL)"); b.append(",('page_executiondetail','steps','','en','Steps','',NULL)"); + b.append(",('page_executiondetail','steps','','fa','گام ها','',NULL)"); b.append(",('page_executiondetail','steps','','fr','Etapes','',NULL)"); b.append(",('page_executiondetail','tag','','en','Tag','',NULL)"); + b.append(",('page_executiondetail','tag','','fa','برچسب','',NULL)"); b.append(",('page_executiondetail','tag','','fr','Tag','',NULL)"); b.append(",('page_executiondetail','time','','en','Time','',NULL)"); + b.append(",('page_executiondetail','time','','fa','زمان','',NULL)"); b.append(",('page_executiondetail','time','','fr','Temps','',NULL)"); b.append(",('page_executiondetail','title','','en','Execution Detail','',NULL)"); + b.append(",('page_executiondetail','title','','fa','جزییات اجرا','',NULL)"); b.append(",('page_executiondetail','title','','fr','Detail de l\\'Execution','',NULL)"); b.append(",('page_executiondetail','url','','en','URL','',NULL)"); + b.append(",('page_executiondetail','url','','fa','آدرس URL','',NULL)"); b.append(",('page_executiondetail','url','','fr','URL','',NULL)"); b.append(",('page_executiondetail','userAgent','','en','UserAgent','User Agent required for this execution',NULL)"); + b.append(",('page_executiondetail','userAgent','','fa','عامل کاربر','عامل کاربر برای این اجرا مورد نیاز است',NULL)"); b.append(",('page_executiondetail','userAgent','','fr','UserAgent','User Agent envoyé au navigateur web pour cette execution',NULL)"); b.append(",('page_executiondetail','value1','','en','Value 1','',NULL)"); + b.append(",('page_executiondetail','value1','','fa','مقدار ۱','',NULL)"); b.append(",('page_executiondetail','value1','','fr','Valeur 1','',NULL)"); b.append(",('page_executiondetail','value1init','','en','Value 1 Initial','',NULL)"); + b.append(",('page_executiondetail','value1init','','fa','مقدار ۱ اولیه','',NULL)"); b.append(",('page_executiondetail','value1init','','fr','Valeur 1 Initiale','',NULL)"); b.append(",('page_executiondetail','value2','','en','Value 2','',NULL)"); + b.append(",('page_executiondetail','value2','','fa','مقدار ۲','',NULL)"); b.append(",('page_executiondetail','value2','','fr','Valeur 2','',NULL)"); b.append(",('page_executiondetail','value2init','','en','Value 2 Initial','',NULL)"); + b.append(",('page_executiondetail','value2init','','fa','مقدار ۲ اولیه','',NULL)"); b.append(",('page_executiondetail','value2init','','fr','Valeur 2 Initiale','',NULL)"); b.append(",('page_executiondetail','value3','','en','Value 3','',NULL)"); + b.append(",('page_executiondetail','value3','','fa','مقدار ۳','',NULL)"); b.append(",('page_executiondetail','value3','','fr','Valeur 3','',NULL)"); b.append(",('page_executiondetail','value3init','','en','Value 3 Initial','',NULL)"); + b.append(",('page_executiondetail','value3init','','fa','مقدار ۳ اولیه','',NULL)"); b.append(",('page_executiondetail','value3init','','fr','Valeur 3 Initiale','',NULL)"); b.append(",('page_executiondetail','verbose','','en','Verbose','',NULL)"); b.append(",('page_executiondetail','verbose','','fr','Loquacité','',NULL)");