diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-14 16:45:12 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-14 16:46:56 +0100 |
commit | f9607e1846ae6a05aad52980c2c02bc553d6c57b (patch) | |
tree | 7eab9af52c3675defe47874837598813102f75cd /source/ar/scaddins | |
parent | d317414f8297e51842dc450bfaf5eeff5cb164ff (diff) |
convert to gettext format
Change-Id: Ia83ea50b4c7feb94685cfa385094b3fbce8a4056
Diffstat (limited to 'source/ar/scaddins')
-rw-r--r-- | source/ar/scaddins/messages.po | 5538 | ||||
-rw-r--r-- | source/ar/scaddins/source/analysis.po | 6889 | ||||
-rw-r--r-- | source/ar/scaddins/source/datefunc.po | 405 | ||||
-rw-r--r-- | source/ar/scaddins/source/pricing.po | 770 |
4 files changed, 5538 insertions, 8064 deletions
diff --git a/source/ar/scaddins/messages.po b/source/ar/scaddins/messages.po new file mode 100644 index 00000000000..c14a8351487 --- /dev/null +++ b/source/ar/scaddins/messages.po @@ -0,0 +1,5538 @@ +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" +"POT-Creation-Date: 2017-04-12 14:13+0200\n" +"PO-Revision-Date: 2016-05-19 17:07+0000\n" +"Last-Translator: Anonymous Pootle User\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" +"X-Accelerator-Marker: ~\n" +"X-Generator: LibreOffice\n" +"X-POOTLE-MTIME: 1463677625.000000\n" + +#. i8Y7Z +#: analysis.src +msgctxt "ANALYSIS_Workday" +msgid "" +"Returns the serial number of the date before or after a specified number of " +"workdays" +msgstr "إرجاع العدد التسلسلي لتاريخ بعد أو قبل العدد المحدد لأيام العمل" + +#. 752Ac +#: analysis.src +msgctxt "ANALYSIS_Workday" +msgid "Start date" +msgstr "تاريخ البدء" + +#. VQvrc +#: analysis.src +msgctxt "ANALYSIS_Workday" +msgid "The start date" +msgstr "تاريخ البدء" + +#. yAENf +#: analysis.src +msgctxt "ANALYSIS_Workday" +msgid "Days" +msgstr "أيام" + +#. EPJV2 +#: analysis.src +msgctxt "ANALYSIS_Workday" +msgid "The number of workdays before or after the start date" +msgstr "عدد أيام العمل بعد أو قبل تاريخ البدء" + +#. tDjjf +#: analysis.src +msgctxt "ANALYSIS_Workday" +msgid "Holidays" +msgstr "الإجازات" + +#. BeUFA +#: analysis.src +msgctxt "ANALYSIS_Workday" +msgid "List of date values of days off (vacation, holidays, etc.)" +msgstr "قائمة قيم التاريخ لأيام العطلة (إجازات، عطلات، إلخ)" + +#. BMD2C +#: analysis.src +msgctxt "ANALYSIS_Yearfrac" +msgid "" +"Returns the number of years (including fractional part) between two dates" +msgstr "تُرجِع عدد السنوات (متضمّنة الجزء الكسري) بين تاريخين" + +#. HhQYz +#: analysis.src +msgctxt "ANALYSIS_Yearfrac" +msgid "Start date" +msgstr "تاريخ البدء" + +#. 7GV4n +#: analysis.src +msgctxt "ANALYSIS_Yearfrac" +msgid "The start date" +msgstr "تاريخ البدء" + +#. mEZVs +#: analysis.src +msgctxt "ANALYSIS_Yearfrac" +msgid "End date" +msgstr "تاريخ الانتهاء" + +#. 3uuGg +#: analysis.src +msgctxt "ANALYSIS_Yearfrac" +msgid "The end date" +msgstr "تاريخ الانتهاء" + +#. rZ6jE +#: analysis.src +msgctxt "ANALYSIS_Yearfrac" +msgid "Basis" +msgstr "أساس" + +#. FYuwA +#: analysis.src +msgctxt "ANALYSIS_Yearfrac" +msgid "Basis indicates the day-count convention to use in the calculation" +msgstr "" + +#. HzGC3 +#: analysis.src +msgctxt "ANALYSIS_Edate" +msgid "" +"Returns the serial number of the date that is a specified number of months " +"before or after the start date" +msgstr "" +"إرجاع العدد التسلسلي للتاريخ الذي يقوم بتحديد عدد الأشهر قبل أو بعد تاريخ " +"البدء" + +#. 3ceHw +#: analysis.src +msgctxt "ANALYSIS_Edate" +msgid "Start date" +msgstr "تاريخ البدء" + +#. 7e2EC +#: analysis.src +msgctxt "ANALYSIS_Edate" +msgid "The start date" +msgstr "تاريخ البدء" + +#. uYXaX +#: analysis.src +msgctxt "ANALYSIS_Edate" +msgid "Months" +msgstr "شهور" + +#. J7uDY +#: analysis.src +msgctxt "ANALYSIS_Edate" +msgid "Number of months before or after the start date" +msgstr "عدد الشهور قبل أو بعد تاريخ البدء" + +#. hxh8D +#: analysis.src +msgctxt "ANALYSIS_Weeknum" +msgid "" +"Returns the number of the calendar week in which the specified date occurs.\n" +"This function exists for interoperability with older Microsoft Excel documents, for new documents use WEEKNUM instead." +msgstr "" + +#. FRcij +#: analysis.src +msgctxt "ANALYSIS_Weeknum" +msgid "Date" +msgstr "التاريخ" + +#. T6HMt +#: analysis.src +msgctxt "ANALYSIS_Weeknum" +msgid "The date or date serial number" +msgstr "" + +#. FNGFy +#: analysis.src +msgctxt "ANALYSIS_Weeknum" +msgid "Return type" +msgstr "نوع الإرجاع" + +#. EFAsX +#: analysis.src +#, fuzzy +msgctxt "ANALYSIS_Weeknum" +msgid "Indicates the first day of the week (1 = Sunday, 2 = Monday)" +msgstr "تُحدِّد اليوم الأول في الأسبوع (1 = الأحد، أية قيمة أخرى = الاثنين)" + +#. TALPy +#: analysis.src +msgctxt "ANALYSIS_Eomonth" +msgid "" +"Returns the serial number of the last day of the month that comes a certain " +"number of months before or after the start date" +msgstr "" +"إرجاع العدد التسلسلي لآخر يوم في الشهر الذي يصبح عددًا معينًا من الأشهر قبل " +"أو بعد تاريخ البدء" + +#. uk8iG +#: analysis.src +msgctxt "ANALYSIS_Eomonth" +msgid "Start date" +msgstr "تاريخ البدء" + +#. FqaAT +#: analysis.src +msgctxt "ANALYSIS_Eomonth" +msgid "The start date" +msgstr "تاريخ البدء" + +#. h3ArQ +#: analysis.src +msgctxt "ANALYSIS_Eomonth" +msgid "Months" +msgstr "شهور" + +#. 8H8JR +#: analysis.src +msgctxt "ANALYSIS_Eomonth" +msgid "Number of months before or after the start date" +msgstr "عدد الشهور قبل أو بعد تاريخ البدء" + +#. EEad9 +#: analysis.src +msgctxt "ANALYSIS_Networkdays" +msgid "" +"Returns the number of workdays between two dates.\n" +"This function exists for interoperability with older Microsoft Excel documents, for new documents use NETWORKDAYS instead." +msgstr "" + +#. t7PBi +#: analysis.src +msgctxt "ANALYSIS_Networkdays" +msgid "Start date" +msgstr "تاريخ البدء" + +#. Czzcp +#: analysis.src +msgctxt "ANALYSIS_Networkdays" +msgid "The start date" +msgstr "تاريخ البدء" + +#. GRYzo +#: analysis.src +msgctxt "ANALYSIS_Networkdays" +msgid "End date" +msgstr "تاريخ الانتهاء" + +#. cacTJ +#: analysis.src +msgctxt "ANALYSIS_Networkdays" +msgid "The end date" +msgstr "تاريخ الانتهاء" + +#. tCSgi +#: analysis.src +msgctxt "ANALYSIS_Networkdays" +msgid "Holidays" +msgstr "الإجازات" + +#. DGoVo +#: analysis.src +msgctxt "ANALYSIS_Networkdays" +msgid "List of date values representing days off (vacation, holidays, etc.)" +msgstr "قائمة قيم التاريخ التي تمثل أيام العطلة (الإجازة، العطلة، إلخ.)" + +#. VSGPy +#: analysis.src +msgctxt "ANALYSIS_Iseven" +msgid "Returns the value 'true' if the number is even" +msgstr "إرجاع القيمة \"صحيح\" إذا كان العدد زوجيًا" + +#. CrmYv +#: analysis.src +msgctxt "ANALYSIS_Iseven" +msgid "Number" +msgstr "الرقم" + +#. 5Leuj +#: analysis.src +msgctxt "ANALYSIS_Iseven" +msgid "The number" +msgstr "العدد" + +#. itBzA +#: analysis.src +msgctxt "ANALYSIS_Isodd" +msgid "Returns the value 'true' if the number is odd" +msgstr "إرجاع القيمة \"صحيح\" إذا كان العدد فرديًا" + +#. EjqfP +#: analysis.src +msgctxt "ANALYSIS_Isodd" +msgid "Number" +msgstr "الرقم" + +#. iA6wW +#: analysis.src +msgctxt "ANALYSIS_Isodd" +msgid "The number" +msgstr "العدد" + +#. d3oiC +#: analysis.src +msgctxt "ANALYSIS_Multinomial" +msgid "Returns the multinomial coefficient of a set of numbers" +msgstr "إرجاع معادلة متعددة المتغيرات لمجموعة أرقام" + +#. vix4j +#: analysis.src +#, fuzzy +msgctxt "ANALYSIS_Multinomial" +msgid "Number" +msgstr "الرقم" + +#. GEFvU +#: analysis.src +msgctxt "ANALYSIS_Multinomial" +msgid "" +"Number or list of numbers for which you want the multinomial coefficient" +msgstr "العدد أو قائمة الأعداد التي تريد معرفة المعامل المشترك لها" + +#. V9LAZ +#: analysis.src +msgctxt "ANALYSIS_Seriessum" +msgid "Returns the sum of a power series" +msgstr "إرجاع مجموع سلسلة أسية" + +#. Euc2V +#: analysis.src +msgctxt "ANALYSIS_Seriessum" +msgid "X" +msgstr "س" + +#. cGF2w +#: analysis.src +msgctxt "ANALYSIS_Seriessum" +msgid "The independent variable of the power series" +msgstr "المتغير المستقل للسلسلة الأسية" + +#. XFTEq +#: analysis.src +msgctxt "ANALYSIS_Seriessum" +msgid "N" +msgstr "ن" + +#. URANx +#: analysis.src +msgctxt "ANALYSIS_Seriessum" +msgid "The initial power to which x is to be raised" +msgstr "الأس الأولي المطلوب أن يرفع له العدد س" + +#. y9EGF +#: analysis.src +msgctxt "ANALYSIS_Seriessum" +msgid "M" +msgstr "م" + +#. P549Z +#: analysis.src +msgctxt "ANALYSIS_Seriessum" +msgid "The increment by which to increase n for each term in the series" +msgstr "الزيادة التي ستزيد \"ن\" بقيمتها لكل فترة في التسلسل" + +#. hF7aX +#: analysis.src +msgctxt "ANALYSIS_Seriessum" +msgid "Coefficients" +msgstr "المعامل" + +#. QdPXG +#: analysis.src +msgctxt "ANALYSIS_Seriessum" +msgid "" +"Set of coefficients by which each successive power of the variable x is " +"multiplied" +msgstr "مجموعة المعاملات التي سيتم ضرب الأس المتتالي للمتغير س فيها " + +#. tfE6w +#: analysis.src +msgctxt "ANALYSIS_Quotient" +msgid "Returns the integer portion of a division" +msgstr "إرجاع الجزء الصحيح من عملية القسمة " + +#. GyGzc +#: analysis.src +msgctxt "ANALYSIS_Quotient" +msgid "Numerator" +msgstr "البسط" + +#. WgEXb +#: analysis.src +msgctxt "ANALYSIS_Quotient" +msgid "The dividend" +msgstr "المقسوم" + +#. voRgL +#: analysis.src +msgctxt "ANALYSIS_Quotient" +msgid "Denominator" +msgstr "المقام" + +#. 2E6cp +#: analysis.src +msgctxt "ANALYSIS_Quotient" +msgid "The divisor" +msgstr "القاسم" + +#. vzdob +#: analysis.src +msgctxt "ANALYSIS_Mround" +msgid "Returns a number rounded to a specified multiple" +msgstr "إرجاع عدد مُقرب إلى متعددات محددة" + +#. S68Uw +#: analysis.src +msgctxt "ANALYSIS_Mround" +msgid "Number" +msgstr "الرقم" + +#. sDrGj +#: analysis.src +msgctxt "ANALYSIS_Mround" +msgid "The number to round off" +msgstr "عدد للتقريب" + +#. yQDbC +#: analysis.src +msgctxt "ANALYSIS_Mround" +msgid "Multiple" +msgstr "متعدد" + +#. ZEA49 +#: analysis.src +msgctxt "ANALYSIS_Mround" +msgid "The multiple to which you want to round number" +msgstr "المتعددة التي تريد تقريب الأرقام إليها" + +#. TAxqA +#: analysis.src +msgctxt "ANALYSIS_Sqrtpi" +msgid "Returns the square root of a number which has been multiplied by pi" +msgstr "إرجاع الجذر المربع للعدد المضروب بقيمة \"ط\"" + +#. Lv7nj +#: analysis.src +msgctxt "ANALYSIS_Sqrtpi" +msgid "Number" +msgstr "الرقم" + +#. CeYwQ +#: analysis.src +msgctxt "ANALYSIS_Sqrtpi" +msgid "The number by which pi is multiplied" +msgstr "العدد الذي تم ضرب \"ط\" فيه" + +#. G3e4h +#: analysis.src +msgctxt "ANALYSIS_Randbetween" +msgid "Returns a random integer between the numbers you specify" +msgstr "إرجاع صحيح عشوائي من بين الأرقام المحددة" + +#. F9bnf +#: analysis.src +msgctxt "ANALYSIS_Randbetween" +msgid "Bottom" +msgstr "أسفل" + +#. YnrHL +#: analysis.src +msgctxt "ANALYSIS_Randbetween" +msgid "The smallest integer returned" +msgstr "أصغر عدد صحيح تم إرجاعه" + +#. WaokD +#: analysis.src +msgctxt "ANALYSIS_Randbetween" +msgid "Top" +msgstr "أعلى" + +#. Bm3ys +#: analysis.src +msgctxt "ANALYSIS_Randbetween" +msgid "The largest integer returned" +msgstr "أكبر عدد صحيح تم إرجاعه" + +#. 8CDCk +#: analysis.src +msgctxt "ANALYSIS_Gcd" +msgid "" +"Returns the greatest common divisor.\n" +"This function exists for interoperability with older Microsoft Excel documents, for new documents use GCD instead." +msgstr "" + +#. UX77R +#: analysis.src +#, fuzzy +msgctxt "ANALYSIS_Gcd" +msgid "Number" +msgstr "الرقم" + +#. dmCjF +#: analysis.src +msgctxt "ANALYSIS_Gcd" +msgid "Number or list of numbers" +msgstr "عدد أو قائمة أعداد" + +#. Tj85e +#: analysis.src +msgctxt "ANALYSIS_Lcm" +msgid "" +"Returns the least common multiple.\n" +"This function exists for interoperability with older Microsoft Excel documents, for new documents use LCM instead." +msgstr "" + +#. QYJfr +#: analysis.src +#, fuzzy +msgctxt "ANALYSIS_Lcm" +msgid "Number" +msgstr "الرقم" + +#. gyfZk +#: analysis.src +msgctxt "ANALYSIS_Lcm" +msgid "Number or list of numbers" +msgstr "عدد أو قائمة أعداد" + +#. Z2dmk +#: analysis.src +msgctxt "ANALYSIS_Besseli" +msgid "Returns the modified Bessel function In(x)" +msgstr "إرجاع دالة Bessel المعدلة In(x)" + +#. wrVdj +#: analysis.src +msgctxt "ANALYSIS_Besseli" +msgid "X" +msgstr "س" + +#. UVbkA +#: analysis.src +msgctxt "ANALYSIS_Besseli" +msgid "The value at which the function is to be evaluated" +msgstr "القيمة التي ستبلغ الدالة عندها القيمة المطلوبة" + +#. DEaxX +#: analysis.src +msgctxt "ANALYSIS_Besseli" +msgid "N" +msgstr "ن" + +#. gZBCC +#: analysis.src +msgctxt "ANALYSIS_Besseli" +msgid "The order of the Bessel function" +msgstr "ترتيب دالة Bessel" + +#. xnyXW +#: analysis.src +msgctxt "ANALYSIS_Besselj" +msgid "Returns the Bessel function Jn(x)" +msgstr "إرجاع دالة Bessel Jn(x)" + +#. 5T9Lm +#: analysis.src +msgctxt "ANALYSIS_Besselj" +msgid "X" +msgstr "س" + +#. FDK8B +#: analysis.src +msgctxt "ANALYSIS_Besselj" +msgid "The value at which the function is to be evaluated" +msgstr "القيمة التي ستبلغ الدالة عندها القيمة المطلوبة" + +#. oE4GZ +#: analysis.src +msgctxt "ANALYSIS_Besselj" +msgid "N" +msgstr "ن" + +#. EcxmY +#: analysis.src +msgctxt "ANALYSIS_Besselj" +msgid "The order of the Bessel function" +msgstr "ترتيب دالة Bessel" + +#. YfNtp +#: analysis.src +msgctxt "ANALYSIS_Besselk" +msgid "Returns the Bessel function Kn(x)" +msgstr "إرجاع دالة Bessel Kn(x)" + +#. DAgBk +#: analysis.src +msgctxt "ANALYSIS_Besselk" +msgid "X" +msgstr "س" + +#. J4GEV +#: analysis.src +msgctxt "ANALYSIS_Besselk" +msgid "The value at which the function is to be evaluated" +msgstr "القيمة التي ستبلغ الدالة عندها القيمة المطلوبة" + +#. UvXRY +#: analysis.src +msgctxt "ANALYSIS_Besselk" +msgid "N" +msgstr "ن" + +#. 3gMD3 +#: analysis.src +msgctxt "ANALYSIS_Besselk" +msgid "The order of the Bessel function" +msgstr "ترتيب دالة Bessel" + +#. x97R8 +#: analysis.src +msgctxt "ANALYSIS_Bessely" +msgid "Returns the Bessel function Yn(x)" +msgstr "إرجاع دالة Bessel Yn(x)" + +#. foAUE +#: analysis.src +msgctxt "ANALYSIS_Bessely" +msgid "X" +msgstr "س" + +#. Hw5Dt +#: analysis.src +msgctxt "ANALYSIS_Bessely" +msgid "The value at which the function is to be evaluated" +msgstr "القيمة التي ستبلغ الدالة عندها القيمة المطلوبة" + +#. Nz3qK +#: analysis.src +msgctxt "ANALYSIS_Bessely" +msgid "N" +msgstr "ن" + +#. E2iyg +#: analysis.src +msgctxt "ANALYSIS_Bessely" +msgid "The order of the Bessel function" +msgstr "ترتيب دالة Bessel" + +#. MAteU +#: analysis.src +msgctxt "ANALYSIS_Bin2Oct" +msgid "Converts a binary number to an octal number" +msgstr "تحويل العدد الثنائي إلى عدد ثماني" + +#. bvibr +#: analysis.src +msgctxt "ANALYSIS_Bin2Oct" +msgid "Number" +msgstr "الرقم" + +#. 7VHBt +#: analysis.src +msgctxt "ANALYSIS_Bin2Oct" +msgid "The binary number to be converted (as text)" +msgstr "العدد الثنائي الذي سيحول (كنص)" + +#. aiZYA +#: analysis.src +msgctxt "ANALYSIS_Bin2Oct" +msgid "Places" +msgstr "المنازل" + +#. LiNBV +#: analysis.src +msgctxt "ANALYSIS_Bin2Oct" +msgid "Number of places used" +msgstr "عدد المنازل المستخدمة" + +#. tCfLU +#: analysis.src +msgctxt "ANALYSIS_Bin2Dec" +msgid "Converts a binary number to a decimal number" +msgstr "تحويل العدد الثنائي إلى عدد عشري" + +#. YFu9X +#: analysis.src +msgctxt "ANALYSIS_Bin2Dec" +msgid "Number" +msgstr "الرقم" + +#. zhTSU +#: analysis.src +msgctxt "ANALYSIS_Bin2Dec" +msgid "The binary number to be converted (as text)" +msgstr "العدد الثنائي الذي سيحول (كنص)" + +#. XcDzV +#: analysis.src +msgctxt "ANALYSIS_Bin2Hex" +msgid "Converts a binary number to a hexadecimal number" +msgstr "تحويل العدد الثنائي إلى عدد سداسي عشري" + +#. o38Dx +#: analysis.src +msgctxt "ANALYSIS_Bin2Hex" +msgid "Number" +msgstr "الرقم" + +#. 4hFHM +#: analysis.src +msgctxt "ANALYSIS_Bin2Hex" +msgid "The binary number to be converted (as text)" +msgstr "العدد الثنائي الذي سيحول (كنص)" + +#. nFANG +#: analysis.src +msgctxt "ANALYSIS_Bin2Hex" +msgid "Places" +msgstr "المنازل" + +#. 6udAp +#: analysis.src +msgctxt "ANALYSIS_Bin2Hex" +msgid "Number of places used." +msgstr "عدد المنازل المستخدمة. " + +#. EtCmv +#: analysis.src +msgctxt "ANALYSIS_Oct2Bin" +msgid "Converts an octal number to a binary number" +msgstr "تحويل الأرقام الثمانية إلى أرقام ثنائية" + +#. 5S4TQ +#: analysis.src +msgctxt "ANALYSIS_Oct2Bin" +msgid "Number" +msgstr "الرقم" + +#. 5w4EQ +#: analysis.src +msgctxt "ANALYSIS_Oct2Bin" +msgid "The octal number to be converted (as text)" +msgstr "العدد الثماني الذي سيحول (كنص)" + +#. 6eEgp +#: analysis.src +msgctxt "ANALYSIS_Oct2Bin" +msgid "Places" +msgstr "المنازل" + +#. kCW4V +#: analysis.src +msgctxt "ANALYSIS_Oct2Bin" +msgid "Number of places used" +msgstr "عدد المنازل المستخدمة" + +#. R3opZ +#: analysis.src +msgctxt "ANALYSIS_Oct2Dec" +msgid "Converts an octal number to a decimal number" +msgstr "تحويل الأرقام الثمانية إلى أرقام عشرية" + +#. 7LLcF +#: analysis.src +msgctxt "ANALYSIS_Oct2Dec" +msgid "Number" +msgstr "الرقم" + +#. zLrSk +#: analysis.src +msgctxt "ANALYSIS_Oct2Dec" +msgid "The octal number to be converted (as text)" +msgstr "العدد الثماني الذي سيحول (كنص)" + +#. QWNdb +#: analysis.src +msgctxt "ANALYSIS_Oct2Hex" +msgid "Converts an octal number to a hexadecimal number" +msgstr "تحويل الأرقام الثمانية إلى أرقام سداسية عشرية" + +#. FEYjF +#: analysis.src +msgctxt "ANALYSIS_Oct2Hex" +msgid "Number" +msgstr "الرقم" + +#. 4x496 +#: analysis.src +msgctxt "ANALYSIS_Oct2Hex" +msgid "The octal number to be converted (as text)" +msgstr "العدد الثماني الذي سيحول (كنص)" + +#. E2jxw +#: analysis.src +msgctxt "ANALYSIS_Oct2Hex" +msgid "Places" +msgstr "المنازل" + +#. hQBE9 +#: analysis.src +msgctxt "ANALYSIS_Oct2Hex" +msgid "Number of places used" +msgstr "عدد المنازل المستخدمة" + +#. FfLh5 +#: analysis.src +msgctxt "ANALYSIS_Dec2Bin" +msgid "Converts a decimal number to a binary number" +msgstr "تحويل الأرقام العشرية إلى أرقام ثنائية" + +#. 8TwGb +#: analysis.src +msgctxt "ANALYSIS_Dec2Bin" +msgid "Number" +msgstr "الرقم" + +#. P2TDB +#: analysis.src +msgctxt "ANALYSIS_Dec2Bin" +msgid "The decimal integer to be converted" +msgstr "العدد الصحيح العشري الذي سيتم تحويله" + +#. 7fcK2 +#: analysis.src +msgctxt "ANALYSIS_Dec2Bin" +msgid "Places" +msgstr "المنازل" + +#. 28ABT +#: analysis.src +msgctxt "ANALYSIS_Dec2Bin" +msgid "Number of places used" +msgstr "عدد المنازل المستخدمة" + +#. ShBEB +#: analysis.src +msgctxt "ANALYSIS_Dec2Hex" +msgid "Converts a decimal number to a hexadecimal number" +msgstr "تحويل الأرقام العشرية إلى أرقام سداسية عشرية" + +#. GDJ7U +#: analysis.src +msgctxt "ANALYSIS_Dec2Hex" +msgid "Number" +msgstr "الرقم" + +#. 5n8FE +#: analysis.src +msgctxt "ANALYSIS_Dec2Hex" +msgid "The decimal integer to be converted" +msgstr "العدد الصحيح العشري الذي سيتم تحويله" + +#. HzGAB +#: analysis.src +msgctxt "ANALYSIS_Dec2Hex" +msgid "Places" +msgstr "المنازل" + +#. NCx7B +#: analysis.src +msgctxt "ANALYSIS_Dec2Hex" +msgid "Number of places used" +msgstr "عدد المنازل المستخدمة" + +#. XN2PP +#: analysis.src +msgctxt "ANALYSIS_Dec2Oct" +msgid "Converts a decimal number into an octal number" +msgstr "تحويل الأرقام العشرية إلى أرقام ثمانية" + +#. BkhvW +#: analysis.src +msgctxt "ANALYSIS_Dec2Oct" +msgid "Number" +msgstr "الرقم" + +#. mkJD7 +#: analysis.src +msgctxt "ANALYSIS_Dec2Oct" +msgid "The decimal number" +msgstr "عدد عشري" + +#. CxrmD +#: analysis.src +msgctxt "ANALYSIS_Dec2Oct" +msgid "Places" +msgstr "المنازل" + +#. BLtWE +#: analysis.src +msgctxt "ANALYSIS_Dec2Oct" +msgid "Number of places used" +msgstr "عدد المنازل المستخدمة" + +#. EJqJe +#: analysis.src +msgctxt "ANALYSIS_Hex2Bin" +msgid "Converts a hexadecimal number to a binary number" +msgstr "تحويل الأرقام السداسية عشرية إلى أرقام ثنائية" + +#. r3SbQ +#: analysis.src +msgctxt "ANALYSIS_Hex2Bin" +msgid "Number" +msgstr "الرقم" + +#. bma9X +#: analysis.src +msgctxt "ANALYSIS_Hex2Bin" +msgid "The hexadecimal number to be converted (as text)" +msgstr "العدد السداسي عشري الذي سيحول (كنص)" + +#. sFqYp +#: analysis.src +msgctxt "ANALYSIS_Hex2Bin" +msgid "Places" +msgstr "المنازل" + +#. gtR6H +#: analysis.src +msgctxt "ANALYSIS_Hex2Bin" +msgid "Number of places used" +msgstr "عدد المنازل المستخدمة" + +#. evWFP +#: analysis.src +msgctxt "ANALYSIS_Hex2Dec" +msgid "Converts a hexadecimal number to a decimal number" +msgstr "تحويل الأرقام السداسية عشرية إلى أرقام عشرية" + +#. trsUF +#: analysis.src +msgctxt "ANALYSIS_Hex2Dec" +msgid "Number" +msgstr "الرقم" + +#. foYtA +#: analysis.src +msgctxt "ANALYSIS_Hex2Dec" +msgid "The hexadecimal number to be converted (as text)" +msgstr "العدد السداسي عشري الذي سيحول (كنص)" + +#. ECeRP +#: analysis.src +msgctxt "ANALYSIS_Hex2Oct" +msgid "Converts a hexadecimal number to an octal number" +msgstr "تحويل الأرقام السداسية عشرية إلى أرقام ثمانية" + +#. oBk4D +#: analysis.src +msgctxt "ANALYSIS_Hex2Oct" +msgid "Number" +msgstr "الرقم" + +#. BEXPZ +#: analysis.src +msgctxt "ANALYSIS_Hex2Oct" +msgid "The hexadecimal number to be converted (as text)" +msgstr "العدد السداسي عشري الذي سيحول (كنص)" + +#. nPXDu +#: analysis.src +msgctxt "ANALYSIS_Hex2Oct" +msgid "Places" +msgstr "المنازل" + +#. xZoiU +#: analysis.src +msgctxt "ANALYSIS_Hex2Oct" +msgid "Number of places used" +msgstr "عدد المنازل المستخدمة" + +#. 3du2b +#: analysis.src +msgctxt "ANALYSIS_Delta" +msgid "Tests whether two values are equal" +msgstr "اختبار ما إذا كانت القيمتان متساويتين" + +#. EzTEV +#: analysis.src +msgctxt "ANALYSIS_Delta" +msgid "Number 1" +msgstr "العدد 1" + +#. o2jAx +#: analysis.src +msgctxt "ANALYSIS_Delta" +msgid "The first number" +msgstr "العدد الأول" + +#. H7EGL +#: analysis.src +msgctxt "ANALYSIS_Delta" +msgid "Number 2" +msgstr "العدد 2" + +#. 24Q6Q +#: analysis.src +msgctxt "ANALYSIS_Delta" +msgid "The second number" +msgstr "العدد الثاني" + +#. JgDaH +#: analysis.src +msgctxt "ANALYSIS_Erf" +msgid "Returns the error function" +msgstr "إرجاع دالة الخطأ" + +#. AqPn8 +#: analysis.src +msgctxt "ANALYSIS_Erf" +msgid "Lower limit" +msgstr "الحد اﻷدنى" + +#. 7ZXpf +#: analysis.src +msgctxt "ANALYSIS_Erf" +msgid "The lower limit for integration" +msgstr "الحد اﻷدنى للتكامل" + +#. kSACS +#: analysis.src +msgctxt "ANALYSIS_Erf" +msgid "Upper limit" +msgstr "الحد الأقصى" + +#. kJDCG +#: analysis.src +msgctxt "ANALYSIS_Erf" +msgid "The upper limit for integration" +msgstr "أعلى حد للتكامل" + +#. Hm6dS +#: analysis.src +msgctxt "ANALYSIS_Erfc" +msgid "Returns the complementary error function" +msgstr "إرجاع دالة الخطأ المتمم" + +#. MoEZ6 +#: analysis.src +msgctxt "ANALYSIS_Erfc" +msgid "Lower limit" +msgstr "الحد اﻷدنى" + +#. anWFy +#: analysis.src +msgctxt "ANALYSIS_Erfc" +msgid "The lower limit for integration" +msgstr "الحد اﻷدنى للتكامل" + +#. kPBDD +#: analysis.src +msgctxt "ANALYSIS_Gestep" +msgid "Tests whether a number is greater than a threshold value" +msgstr "التحقق من أن العدد أكبر من القيمة المُستهلة" + +#. CNrHg +#: analysis.src +msgctxt "ANALYSIS_Gestep" +msgid "Number" +msgstr "الرقم" + +#. TDJRQ +#: analysis.src +msgctxt "ANALYSIS_Gestep" +msgid "The value to test against step" +msgstr "القيمة لاختبارها من خلال الخطوة" + +#. 5GLDB +#: analysis.src +msgctxt "ANALYSIS_Gestep" +msgid "Step" +msgstr "خطوة" + +#. ckg2G +#: analysis.src +msgctxt "ANALYSIS_Gestep" +msgid "The threshold value" +msgstr "" + +#. pe6EW +#: analysis.src +msgctxt "ANALYSIS_Factdouble" +msgid "Returns the double factorial of Number" +msgstr "إرجاع العامل المزدوج للعدد" + +#. tSqpm +#: analysis.src +msgctxt "ANALYSIS_Factdouble" +msgid "Number" +msgstr "الرقم" + +#. djbUr +#: analysis.src +msgctxt "ANALYSIS_Factdouble" +msgid "The number" +msgstr "العدد" + +#. 5GCGm +#: analysis.src +msgctxt "ANALYSIS_Imabs" +msgid "Returns the absolute value (modulus) of a complex number" +msgstr "إرجاع القيمة المطلقة (المعامل) للعدد المركب" + +#. t7bWP +#: analysis.src +msgctxt "ANALYSIS_Imabs" +msgid "Complex number" +msgstr "عدد مركب" + +#. 7FEET +#: analysis.src +msgctxt "ANALYSIS_Imabs" +msgid "The complex number" +msgstr "العدد المركب" + +#. FoFmC +#: analysis.src +msgctxt "ANALYSIS_Imaginary" +msgid "Returns the imaginary coefficient of a complex number" +msgstr "إرجاع المعامل التخيلي للعدد المركب " + +#. AvgqA +#: analysis.src +msgctxt "ANALYSIS_Imaginary" +msgid "Complex number" +msgstr "عدد مركب" + +#. 3LSzF +#: analysis.src +msgctxt "ANALYSIS_Imaginary" +msgid "The complex number" +msgstr "العدد المركب" + +#. LwSGN +#: analysis.src +msgctxt "ANALYSIS_Impower" +msgid "Returns a complex number raised to a real power" +msgstr "تُرجِع العدد المركب مرفوعًا لقوة عدد حقيقي" + +#. vH6oX +#: analysis.src +msgctxt "ANALYSIS_Impower" +msgid "Complex number" +msgstr "عدد مركب" + +#. wEvDA +#: analysis.src +msgctxt "ANALYSIS_Impower" +msgid "The complex number" +msgstr "العدد المركب" + +#. kbWwG +#: analysis.src +msgctxt "ANALYSIS_Impower" +msgid "Number" +msgstr "الرقم" + +#. DKopE +#: analysis.src +msgctxt "ANALYSIS_Impower" +msgid "Power to which the complex number is raised" +msgstr "الأس الذي رفع له عدد مركب" + +#. vUGR8 +#: analysis.src +msgctxt "ANALYSIS_Imargument" +msgid "Returns the argument theta, an angle expressed in radians" +msgstr "إرجاع المعامل ثيتا، زاوية معبر عنها بزوايا أنصاف الاقطار" + +#. 2EAYh +#: analysis.src +msgctxt "ANALYSIS_Imargument" +msgid "Complex number" +msgstr "عدد مركب" + +#. CDHUJ +#: analysis.src +msgctxt "ANALYSIS_Imargument" +msgid "A complex number" +msgstr "عدد مركب" + +#. fXVKF +#: analysis.src +msgctxt "ANALYSIS_Imcos" +msgid "Returns the cosine of a complex number" +msgstr "إرجاع جيب تمام الزاوية لعدد مركب" + +#. CW6Qc +#: analysis.src +msgctxt "ANALYSIS_Imcos" +msgid "Complex number" +msgstr "عدد مركب" + +#. BpCdA +#: analysis.src +msgctxt "ANALYSIS_Imcos" +msgid "A complex number" +msgstr "عدد مركب" + +#. 2oYBg +#: analysis.src +msgctxt "ANALYSIS_Imdiv" +msgid "Returns the quotient of two complex numbers" +msgstr "إرجاع حاصل قسمة عددين مركبين" + +#. zXFg7 +#: analysis.src +msgctxt "ANALYSIS_Imdiv" +msgid "Numerator" +msgstr "البسط" + +#. GwcS8 +#: analysis.src +msgctxt "ANALYSIS_Imdiv" +msgid "The dividend" +msgstr "المقسوم" + +#. C4vA8 +#: analysis.src +msgctxt "ANALYSIS_Imdiv" +msgid "Denominator" +msgstr "المقام" + +#. puYEd +#: analysis.src +msgctxt "ANALYSIS_Imdiv" +msgid "The divisor" +msgstr "القاسم" + +#. c8BXn +#: analysis.src +msgctxt "ANALYSIS_Imexp" +msgid "Returns the algebraic form of the exponential of a complex number" +msgstr "إرجاع النموذج الجبري الأسي للعدد المركب" + +#. BjMVL +#: analysis.src +msgctxt "ANALYSIS_Imexp" +msgid "Complex number" +msgstr "عدد مركب" + +#. dXrMr +#: analysis.src +msgctxt "ANALYSIS_Imexp" +msgid "The complex number" +msgstr "العدد المركب" + +#. zpS4y +#: analysis.src +msgctxt "ANALYSIS_Imconjugate" +msgid "Returns the complex conjugate of a complex number" +msgstr "إرجاع المترافق المركب لعدد مركب" + +#. Rhfrg +#: analysis.src +msgctxt "ANALYSIS_Imconjugate" +msgid "Complex number" +msgstr "عدد مركب" + +#. C33bu +#: analysis.src +msgctxt "ANALYSIS_Imconjugate" +msgid "The complex number" +msgstr "العدد المركب" + +#. 76HWX +#: analysis.src +msgctxt "ANALYSIS_Imln" +msgid "Returns the natural logarithm of a complex number" +msgstr "إرجاع الخوارزمية الطبيعية لعدد مركب" + +#. v5omm +#: analysis.src +msgctxt "ANALYSIS_Imln" +msgid "Complex number" +msgstr "عدد مركب" + +#. Fj3gK +#: analysis.src +msgctxt "ANALYSIS_Imln" +msgid "The complex number" +msgstr "العدد المركب" + +#. CCnei +#: analysis.src +msgctxt "ANALYSIS_Imlog10" +msgid "Returns the base-10 logarithm of a complex number" +msgstr "إرجاع خوارزمية الأساس 10 لعدد مركب" + +#. oRbBa +#: analysis.src +msgctxt "ANALYSIS_Imlog10" +msgid "Complex number" +msgstr "عدد مركب" + +#. NxEuG +#: analysis.src +msgctxt "ANALYSIS_Imlog10" +msgid "The complex number" +msgstr "العدد المركب" + +#. y7ZvT +#: analysis.src +msgctxt "ANALYSIS_Imlog2" +msgid "Returns the base-2 logarithm of a complex number" +msgstr "إرجاع خوارزمية الأساس 2 لعدد مركب" + +#. JZEGR +#: analysis.src +msgctxt "ANALYSIS_Imlog2" +msgid "Complex number" +msgstr "عدد مركب" + +#. GBNLB +#: analysis.src +msgctxt "ANALYSIS_Imlog2" +msgid "The complex number" +msgstr "العدد المركب" + +#. HtXJg +#: analysis.src +msgctxt "ANALYSIS_Improduct" +msgid "Returns the product of several complex numbers" +msgstr "إرجاع ناتج لأرقام عديدة مختلفة" + +#. S7WBE +#: analysis.src +msgctxt "ANALYSIS_Improduct" +msgid "Complex number" +msgstr "" + +#. Mz6JE +#: analysis.src +msgctxt "ANALYSIS_Improduct" +msgid "The first complex number" +msgstr "العدد المركب الأول" + +#. bCw5M +#: analysis.src +msgctxt "ANALYSIS_Improduct" +msgid "Another complex number" +msgstr "عدد مركب آخر" + +#. k6ACv +#: analysis.src +msgctxt "ANALYSIS_Imreal" +msgid "Returns the real coefficient of a complex number" +msgstr "إرجاع المعامل الحقيقي لعدد مركب" + +#. eSUVX +#: analysis.src +msgctxt "ANALYSIS_Imreal" +msgid "Complex number" +msgstr "عدد مركب" + +#. EQfzC +#: analysis.src +msgctxt "ANALYSIS_Imreal" +msgid "The complex number" +msgstr "العدد المركب" + +#. PtH6G +#: analysis.src +msgctxt "ANALYSIS_Imsin" +msgid "Returns the sine of a complex number" +msgstr "إرجاع جيب الزاوية لعدد مركب" + +#. vMezD +#: analysis.src +msgctxt "ANALYSIS_Imsin" +msgid "Complex number" +msgstr "عدد مركب" + +#. tUQLg +#: analysis.src +msgctxt "ANALYSIS_Imsin" +msgid "The complex number" +msgstr "العدد المركب" + +#. KZGXx +#: analysis.src +msgctxt "ANALYSIS_Imsub" +msgid "Returns the difference of two complex numbers" +msgstr "إرجاع الفرق لعددين مركبين" + +#. EgNWw +#: analysis.src +msgctxt "ANALYSIS_Imsub" +msgid "Complex number 1" +msgstr "" + +#. HabY5 +#: analysis.src +msgctxt "ANALYSIS_Imsub" +msgid "Complex number 2" +msgstr "" + +#. DPs4S +#: analysis.src +msgctxt "ANALYSIS_Imsqrt" +msgid "Returns the square root of a complex number" +msgstr "إرجاع الجذر التربيعي لعدد مركب" + +#. 325Y7 +#: analysis.src +msgctxt "ANALYSIS_Imsqrt" +msgid "Complex number" +msgstr "عدد مركب" + +#. K7zAa +#: analysis.src +msgctxt "ANALYSIS_Imsqrt" +msgid "The complex number" +msgstr "العدد المركب" + +#. iQuss +#: analysis.src +msgctxt "ANALYSIS_Imsum" +msgid "Returns the sum of complex numbers" +msgstr "إرجاع مجموع الأرقام المركبة" + +#. 3eJSZ +#: analysis.src +msgctxt "ANALYSIS_Imsum" +msgid "Complex number" +msgstr "عدد مركب" + +#. BbudP +#: analysis.src +msgctxt "ANALYSIS_Imsum" +msgid "The complex number" +msgstr "العدد المركب" + +#. FeLCW +#: analysis.src +msgctxt "ANALYSIS_Imtan" +msgid "Returns the tangent of a complex number" +msgstr "إرجاع جيب الزاوية لعدد مركب" + +#. Ye9GC +#: analysis.src +msgctxt "ANALYSIS_Imtan" +msgid "Complex number" +msgstr "عدد مركب" + +#. sFDp2 +#: analysis.src +msgctxt "ANALYSIS_Imtan" +msgid "A complex number" +msgstr "عدد مركب" + +#. AecAA +#: analysis.src +msgctxt "ANALYSIS_Imsec" +msgid "Returns the secant of a complex number" +msgstr "إرجاع القاطع لعدد مركب" + +#. nmFni +#: analysis.src +msgctxt "ANALYSIS_Imsec" +msgid "Complex number" +msgstr "عدد مركب" + +#. 4Z6HL +#: analysis.src +msgctxt "ANALYSIS_Imsec" +msgid "A complex number" +msgstr "عدد مركب" + +#. X2WPM +#: analysis.src +msgctxt "ANALYSIS_Imcsc" +msgid "Returns the cosecant of a complex number" +msgstr "إرجاع قاطع التمام لعدد مركب" + +#. KtbXF +#: analysis.src +msgctxt "ANALYSIS_Imcsc" +msgid "Complex number" +msgstr "عدد مركب" + +#. RCDTn +#: analysis.src +msgctxt "ANALYSIS_Imcsc" +msgid "A complex number" +msgstr "عدد مركب" + +#. BfVSw +#: analysis.src +msgctxt "ANALYSIS_Imcot" +msgid "Returns the cotangent of a complex number" +msgstr "إرجاع ظل التمام لعدد مركب" + +#. Q6tzq +#: analysis.src +msgctxt "ANALYSIS_Imcot" +msgid "Complex number" +msgstr "عدد مركب" + +#. gRdSa +#: analysis.src +msgctxt "ANALYSIS_Imcot" +msgid "A complex number" +msgstr "عدد مركب" + +#. gq4MA +#: analysis.src +msgctxt "ANALYSIS_Imsinh" +msgid "Returns the hyperbolic sine of a complex number" +msgstr "إرجاع القطع الزائد لعدد مركب" + +#. eJcAN +#: analysis.src +msgctxt "ANALYSIS_Imsinh" +msgid "Complex number" +msgstr "عدد مركب" + +#. Ft4eA +#: analysis.src +msgctxt "ANALYSIS_Imsinh" +msgid "A complex number" +msgstr "عدد مركب" + +#. KwmcE +#: analysis.src +msgctxt "ANALYSIS_Imcosh" +msgid "Returns the hyperbolic cosine of a complex number" +msgstr "إرجاع جيب القطع الزائد لعدد مركب" + +#. DGBPW +#: analysis.src +msgctxt "ANALYSIS_Imcosh" +msgid "Complex number" +msgstr "عدد مركب" + +#. 3BT8u +#: analysis.src +msgctxt "ANALYSIS_Imcosh" +msgid "A complex number" +msgstr "عدد مركب" + +#. RKED5 +#: analysis.src +msgctxt "ANALYSIS_Imsech" +msgid "Returns the hyperbolic secant of a complex number" +msgstr "إرجاع قاطع القطع الزائد لعدد مركب" + +#. EiqrC +#: analysis.src +msgctxt "ANALYSIS_Imsech" +msgid "Complex number" +msgstr "عدد مركب" + +#. tfsdn +#: analysis.src +msgctxt "ANALYSIS_Imsech" +msgid "A complex number" +msgstr "عدد مركب" + +#. EcuuE +#: analysis.src +msgctxt "ANALYSIS_Imcsch" +msgid "Returns the hyperbolic cosecant of a complex number" +msgstr "إرجاع ظل تمام القطع الزائد لعدد مركب" + +#. VQBR2 +#: analysis.src +msgctxt "ANALYSIS_Imcsch" +msgid "Complex number" +msgstr "عدد مركب" + +#. 7PCdM +#: analysis.src +msgctxt "ANALYSIS_Imcsch" +msgid "A complex number" +msgstr "عدد مركب" + +#. JeHgP +#: analysis.src +msgctxt "ANALYSIS_Complex" +msgid "Converts real and imaginary coefficients into a complex number" +msgstr "تحويل المعاملات الحقيقية والتخيلية لعدد مركب" + +#. sorkj +#: analysis.src +msgctxt "ANALYSIS_Complex" +msgid "Real num" +msgstr "عدد حقيقي" + +#. DQTvR +#: analysis.src +msgctxt "ANALYSIS_Complex" +msgid "The real coefficient" +msgstr "المعامل الحقيقي" + +#. EbZiq +#: analysis.src +msgctxt "ANALYSIS_Complex" +msgid "I num" +msgstr "عدد واحد" + +#. inbAf +#: analysis.src +msgctxt "ANALYSIS_Complex" +msgid "The imaginary coefficient" +msgstr "المعامل التخيلي" + +#. zyS3R +#: analysis.src +msgctxt "ANALYSIS_Complex" +msgid "Suffix" +msgstr "اللاحقة" + +#. C2DAm +#: analysis.src +msgctxt "ANALYSIS_Complex" +msgid "The suffix" +msgstr "اللاحقة" + +#. Q8Dfa +#: analysis.src +msgctxt "ANALYSIS_Convert" +msgid "Converts a number from one measurement system to another" +msgstr "تحويل عدد من نظام قياس إلى آخر" + +#. 5ub7S +#: analysis.src +msgctxt "ANALYSIS_Convert" +msgid "Number" +msgstr "الرقم" + +#. McwQs +#: analysis.src +msgctxt "ANALYSIS_Convert" +msgid "The number" +msgstr "العدد" + +#. 3C7JC +#: analysis.src +msgctxt "ANALYSIS_Convert" +msgid "From unit" +msgstr "من الوحدة" + +#. CmzfS +#: analysis.src +msgctxt "ANALYSIS_Convert" +msgid "Unit of measure for number" +msgstr "وحدة القياس للعدد" + +#. yD9BY +#: analysis.src +msgctxt "ANALYSIS_Convert" +msgid "To unit" +msgstr "إلى الوحدة" + +#. JK6n8 +#: analysis.src +msgctxt "ANALYSIS_Convert" +msgid "Unit of measure for the result" +msgstr "وحدة القياس للنتيجة" + +#. nwrei +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "" +"Returns the prorated linear depreciation of an asset for each accounting " +"period" +msgstr "إرجاع الإهلاك الخطي الموزع للأصل لكل فترة محاسبة" + +#. KMGE5 +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Cost" +msgstr "التكلفة" + +#. TSz5q +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Cost of the asset" +msgstr "تكلفة اﻷصل" + +#. K4iBE +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Date purchased" +msgstr "تاريخ الشراء" + +#. hVLrr +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Purchase date of the asset" +msgstr "تاريخ الشراء للأصل" + +#. dTETC +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "First period" +msgstr "الفترة اﻷولى" + +#. n2TqV +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Date the first period ends" +msgstr "تاريخ نهاية أول فترة" + +#. Qs5FJ +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Salvage" +msgstr "قيمة الخردة" + +#. 6E8rp +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Salvage value of an asset at the end of its life" +msgstr "القيمة الخردة للأصول في نهاية حياتها" + +#. iSMYD +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Period" +msgstr "الفترة" + +#. kAhDP +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "The period" +msgstr "الفترة" + +#. NnX74 +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Rate" +msgstr "المعدل" + +#. oBich +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "The rate of depreciation" +msgstr "معدل الإهلاك" + +#. 3Tb5d +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "Basis" +msgstr "أساس" + +#. xrJmg +#: analysis.src +msgctxt "ANALYSIS_Amordegrc" +msgid "The year basis to be used" +msgstr "أساس السنة المستخدم" + +#. RPk6n +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "" +"Returns the prorated linear depreciation of an asset for each accounting " +"period" +msgstr "إرجاع الإهلاك الخطي الموزع للأصل لكل فترة محاسبة" + +#. LM4Go +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "Cost" +msgstr "التكلفة" + +#. AwpGy +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "Cost of the asset" +msgstr "تكلفة اﻷصل" + +#. YRBJC +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "Date purchased" +msgstr "تاريخ الشراء" + +#. FEgBE +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "Purchase date of the asset" +msgstr "تاريخ الشراء للأصل" + +#. 9q35F +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "First period" +msgstr "الفترة اﻷولى" + +#. 2WbBi +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "The date the first period ends" +msgstr "التاريخ الذي تنتهي فيه الفترة الأولى" + +#. d59Fr +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "Salvage" +msgstr "قيمة الخردة" + +#. YquuG +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "The salvage value of an asset at the end of its life" +msgstr "قيمة الخردة لأصول في نهاية حياتها" + +#. GUVE4 +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "Period" +msgstr "الفترة" + +#. SRXzm +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "The period" +msgstr "الفترة" + +#. RnbPk +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "Rate" +msgstr "المعدل" + +#. 3MHfk +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "The rate of depreciation" +msgstr "معدل الإهلاك" + +#. JnU3C +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "Basis" +msgstr "أساس" + +#. FAoRu +#: analysis.src +msgctxt "ANALYSIS_Amorlinc" +msgid "The year basis to be used" +msgstr "أساس السنة المستخدم" + +#. GZ5N8 +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "" +"Returns the accrued interest for a security that pays periodic interest" +msgstr "إرجاع الفوائد التي أصبحت مستحقة لسند يدفع فوائد دورية" + +#. DBFoH +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "Issue" +msgstr "إصدار" + +#. NTS7t +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "Issue date of the security" +msgstr "تاريخ إصدار الاعتماد المالي" + +#. BGxp9 +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "First interest" +msgstr "العائد اﻷول" + +#. ra6A6 +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "First interest date of the security" +msgstr "تاريخ العائد اﻷول للاعتماد المالي" + +#. kCCar +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "Settlement" +msgstr "تسوية" + +#. CCpX2 +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "The settlement" +msgstr "التسوية" + +#. 2G47b +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "Rate" +msgstr "المعدل" + +#. BQFF6 +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "The rate" +msgstr "المعدل" + +#. nfFmP +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "Par" +msgstr "قيمة اسمية" + +#. rbCba +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "The par value" +msgstr "القيمة الاسمية" + +#. ThEA4 +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "Frequency" +msgstr "تردد" + +#. 9JTGV +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "The frequency" +msgstr "التردد" + +#. 6k2Ea +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "Basis" +msgstr "أساس" + +#. odtHJ +#: analysis.src +msgctxt "ANALYSIS_Accrint" +msgid "The basis" +msgstr "اﻷساس" + +#. koDEa +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "" +"Returns the accrued interest for a security that pays interest at maturity" +msgstr "إرجاع الفوائد التي أصبحت مستحقة لسند يدفع فوائد عند الاستحقاق" + +#. D9wUf +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "Issue" +msgstr "إصدار" + +#. sVV6p +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "The issue date" +msgstr "تاريخ اﻹصدار" + +#. 7R8Fd +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "Settlement" +msgstr "تسوية" + +#. Secv3 +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "The settlement" +msgstr "التسوية" + +#. zbDB9 +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "Rate" +msgstr "المعدل" + +#. x7rGj +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "The rate" +msgstr "المعدل" + +#. BYdgX +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "Par" +msgstr "قيمة اسمية" + +#. GsfKv +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "The par value" +msgstr "القيمة الاسمية" + +#. LibLC +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "Basis" +msgstr "أساس" + +#. kF8Ym +#: analysis.src +msgctxt "ANALYSIS_Accrintm" +msgid "The basis" +msgstr "اﻷساس" + +#. SBxKB +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "Returns the amount paid out at maturity for a fully invested security" +msgstr "إرجاع الحصيلة التي دفعت عند الاستحقاق للسند المستثمر كليًا" + +#. yQweh +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "Settlement" +msgstr "تسوية" + +#. mGFLC +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "The settlement" +msgstr "التسوية" + +#. Ejgs9 +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "Maturity" +msgstr "الاستحقاق" + +#. V8hKG +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "The maturity" +msgstr "الاستحقاق" + +#. rJDKB +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "Investment" +msgstr "استثمار" + +#. nAyhe +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "The investment" +msgstr "الاستثمار" + +#. d3Ceh +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "Discount" +msgstr "التخفيض" + +#. 6nBDa +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "The discount" +msgstr "التخفيض" + +#. qv2SP +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "Basis" +msgstr "أساس" + +#. n8V8f +#: analysis.src +msgctxt "ANALYSIS_Received" +msgid "The basis" +msgstr "اﻷساس" + +#. JrFCf +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "Returns the discount rate for a security" +msgstr "إرجاع نسبة الخصم للسند المالي" + +#. 26fuA +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "Settlement" +msgstr "تسوية" + +#. 7gsU4 +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "The settlement" +msgstr "التسوية" + +#. YEz3g +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "Maturity" +msgstr "الاستحقاق" + +#. cgpKH +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "The maturity" +msgstr "الاستحقاق" + +#. j2zHH +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "Price" +msgstr "سعر" + +#. 4zcZA +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "The price" +msgstr "السعر" + +#. DJGW2 +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "Redemption" +msgstr "الاسترداد" + +#. rUAFp +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. RxWGA +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "Basis" +msgstr "أساس" + +#. fyFYH +#: analysis.src +msgctxt "ANALYSIS_Disc" +msgid "The basis" +msgstr "اﻷساس" + +#. qPWFW +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "" +"Returns the annual Macaulay duration of a security with periodic interest " +"payments" +msgstr "إرجاع فترة Macaulay السنوية للسند المالي مع دفعات الفوائد الدورية" + +#. Kt5tm +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "Settlement" +msgstr "تسوية" + +#. RRTqq +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "The settlement" +msgstr "التسوية" + +#. QEEF3 +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "Maturity" +msgstr "الاستحقاق" + +#. QqQL6 +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "The maturity" +msgstr "الاستحقاق" + +#. YSFqn +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "Coupon" +msgstr "قسيمة" + +#. xjUZ4 +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "The coupon rate" +msgstr "معدل القسيمة" + +#. 52ySi +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "Yield" +msgstr "العائد" + +#. sFCVY +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "The yield" +msgstr "العائد" + +#. jBqRb +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "Frequency" +msgstr "تردد" + +#. qRUS5 +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "The frequency" +msgstr "التردد" + +#. J2f3W +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "Basis" +msgstr "أساس" + +#. XFz2k +#: analysis.src +msgctxt "ANALYSIS_Duration" +msgid "The basis" +msgstr "اﻷساس" + +#. bmGm3 +#: analysis.src +msgctxt "ANALYSIS_Effect" +msgid "Returns the effective annual interest rate" +msgstr "إرجاع معدل الفائدة السنوي المؤثر" + +#. Lygto +#: analysis.src +msgctxt "ANALYSIS_Effect" +msgid "Nominal rate" +msgstr "النسبة الاسمية " + +#. hfb8Z +#: analysis.src +msgctxt "ANALYSIS_Effect" +msgid "The nominal rate" +msgstr "النسبة الاسمية " + +#. VADwy +#: analysis.src +msgctxt "ANALYSIS_Effect" +msgid "Npery" +msgstr "Npery" + +#. 3Fa93 +#: analysis.src +msgctxt "ANALYSIS_Effect" +msgid "The periods" +msgstr "الفترات" + +#. FwHAA +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "" +"Returns the cumulative principal on a loan to be paid between two periods" +msgstr "إرجاع رأس المال المتراكم على القرض الذي سيدفع بين فترتين" + +#. bfnAz +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "Rate" +msgstr "المعدل" + +#. BuDuA +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "The rate" +msgstr "المعدل" + +#. xDD2q +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "Nper" +msgstr "Nper" + +#. xBgxt +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "Number of payment periods" +msgstr "عدد فترات الدفعات" + +#. vFVKh +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "Pv" +msgstr "Pv" + +#. gWQHA +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "The present value" +msgstr "القيمة الحاضرة" + +#. DSGKT +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "Start period" +msgstr "فترة البداية" + +#. ip82j +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "The start period" +msgstr "فترة البداية" + +#. sbi6m +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "End period" +msgstr "فترة النهاية" + +#. esNY3 +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "The end period" +msgstr "فترة النهاية" + +#. KEC6m +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "Type" +msgstr "النوع" + +#. XSN2Q +#: analysis.src +msgctxt "ANALYSIS_Cumprinc" +msgid "The type of maturity" +msgstr "نوع الاستحقاق" + +#. tSmGu +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "Returns the cumulative interest to be paid between two periods" +msgstr "إرجاع الفائدة المركبة التي ستدفع بين فترتين" + +#. nP89T +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "Rate" +msgstr "المعدل" + +#. LDvLE +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "The rate" +msgstr "المعدل" + +#. VVyzG +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "Nper" +msgstr "Nper" + +#. W3kbJ +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "Number of payment periods" +msgstr "عدد فترات الدفعات" + +#. R4qXD +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "Pv" +msgstr "Pv" + +#. bkBtb +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "The present value" +msgstr "القيمة الحاضرة" + +#. CTrUQ +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "Start period" +msgstr "فترة البداية" + +#. GvCBp +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "The start period" +msgstr "فترة البداية" + +#. AvDEi +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "End period" +msgstr "فترة النهاية" + +#. 5UJw6 +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "The end period" +msgstr "فترة النهاية" + +#. 5wT5C +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "Type" +msgstr "النوع" + +#. Z9PdB +#: analysis.src +msgctxt "ANALYSIS_Cumipmt" +msgid "The type of maturity" +msgstr "نوع الاستحقاق" + +#. fRjMA +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "" +"Returns the price per 100 currency units face value of a security that pays " +"periodic interest" +msgstr "إرجاع السعر لكل 100 قيمة وجه وحدة عملة لتأمين يدفع فوائد دورية" + +#. EdQCg +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "Settlement" +msgstr "تسوية" + +#. aHUcW +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "The settlement" +msgstr "التسوية" + +#. S2Pom +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "Maturity" +msgstr "الاستحقاق" + +#. Cr9qy +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "The maturity" +msgstr "الاستحقاق" + +#. BhmGj +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "Rate" +msgstr "المعدل" + +#. 2G3n8 +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "The rate" +msgstr "المعدل" + +#. KSvXC +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "Yield" +msgstr "العائد" + +#. bCqEv +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "The yield" +msgstr "العائد" + +#. 7pvEy +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "Redemption" +msgstr "الاسترداد" + +#. Dsfq5 +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. TGCam +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "Frequency" +msgstr "تردد" + +#. hrTCp +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "The frequency" +msgstr "التردد" + +#. 6Sg8R +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "Basis" +msgstr "أساس" + +#. oCXpa +#: analysis.src +msgctxt "ANALYSIS_Price" +msgid "The basis" +msgstr "اﻷساس" + +#. 9r4fb +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "" +"Returns the price per 100 currency units face value of a discounted security" +msgstr "إرجاع السعر لكل 100 قيمة وجه وحدة عملة لتأمين عليه خصم" + +#. XbMsC +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "Settlement" +msgstr "تسوية" + +#. uDBkT +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "The settlement" +msgstr "التسوية" + +#. mxC2p +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "Maturity" +msgstr "الاستحقاق" + +#. o4quv +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "The maturity" +msgstr "الاستحقاق" + +#. FEqEB +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "Discount" +msgstr "التخفيض" + +#. DiCgM +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "The discount" +msgstr "التخفيض" + +#. qnsY4 +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "Redemption" +msgstr "الاسترداد" + +#. AeFr3 +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. 4qnEM +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "Basis" +msgstr "أساس" + +#. 5RLtD +#: analysis.src +msgctxt "ANALYSIS_Pricedisc" +msgid "The basis" +msgstr "اﻷساس" + +#. pChTS +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "" +"Returns the price per 100 currency units face value of a security that pays " +"interest at maturity" +msgstr "" +"إرجاع السعر لكل 100 قيمة وجه وحدة عملة لتأمين يدفع فوائد عند الاستحقاق" + +#. S3BLo +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "Settlement" +msgstr "تسوية" + +#. XZRFA +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "The settlement" +msgstr "التسوية" + +#. Uta4a +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "Maturity" +msgstr "الاستحقاق" + +#. WLHJv +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "The maturity" +msgstr "الاستحقاق" + +#. 6Wdjy +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "Issue" +msgstr "إصدار" + +#. vaGeW +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "The issue date" +msgstr "تاريخ اﻹصدار" + +#. m95iX +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "Rate" +msgstr "المعدل" + +#. 4nq3N +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "The rate" +msgstr "المعدل" + +#. ANfdE +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "Yield" +msgstr "العائد" + +#. Vs9zb +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "The yield" +msgstr "العائد" + +#. DNyAz +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "Basis" +msgstr "أساس" + +#. ysLUw +#: analysis.src +msgctxt "ANALYSIS_Pricemat" +msgid "The basis" +msgstr "اﻷساس" + +#. A64aD +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "" +"Returns the Macaulay modified duration for a security with an assumed par " +"value of 100 currency units" +msgstr "" +"إرجاع فترة ماكولي المعدلة لتأمين مع القيمة الاسمية المفترضة ل 100 وحدة من " +"العملة." + +#. yHbSa +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "Settlement" +msgstr "تسوية" + +#. 4EoD7 +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "The settlement" +msgstr "التسوية" + +#. sxNmM +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "Maturity" +msgstr "الاستحقاق" + +#. bXwmZ +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "The maturity" +msgstr "الاستحقاق" + +#. myoEr +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "Coupon" +msgstr "قسيمة" + +#. dnGTH +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "The coupon rate" +msgstr "معدل القسيمة" + +#. trhNE +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "Yield" +msgstr "العائد" + +#. 7J37r +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "The yield" +msgstr "العائد" + +#. FNZtq +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "Frequency" +msgstr "تردد" + +#. DNJCc +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "The frequency" +msgstr "التردد" + +#. YrwxK +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "Basis" +msgstr "أساس" + +#. LJAWe +#: analysis.src +msgctxt "ANALYSIS_Mduration" +msgid "The basis" +msgstr "اﻷساس" + +#. i2GCb +#: analysis.src +msgctxt "ANALYSIS_Nominal" +msgid "Returns the annual nominal interest rate" +msgstr "إرجاع معدل الفائدة الاسمي السنوي" + +#. nExDZ +#: analysis.src +msgctxt "ANALYSIS_Nominal" +msgid "Effective rate" +msgstr "معدل التأثير" + +#. gBj7Q +#: analysis.src +msgctxt "ANALYSIS_Nominal" +msgid "The effective interest rate" +msgstr "معدل الفائدة المؤثر" + +#. s2F7k +#: analysis.src +msgctxt "ANALYSIS_Nominal" +msgid "Npery" +msgstr "Npery" + +#. RZBYZ +#: analysis.src +msgctxt "ANALYSIS_Nominal" +msgid "The periods" +msgstr "الفترات" + +#. 8zZCF +#: analysis.src +msgctxt "ANALYSIS_Dollarfr" +msgid "" +"Converts a price expressed as a decimal into a price expressed as a fraction" +msgstr "تحويل مظهر السعر كرقم عشري داخل مظهر السعر ككسر." + +#. dkRns +#: analysis.src +msgctxt "ANALYSIS_Dollarfr" +msgid "Decimal dollar" +msgstr "الرقم العشري" + +#. EPxfe +#: analysis.src +msgctxt "ANALYSIS_Dollarfr" +msgid "The decimal number" +msgstr "عدد عشري" + +#. MZ5nW +#: analysis.src +msgctxt "ANALYSIS_Dollarfr" +msgid "Fraction" +msgstr "كسر" + +#. FFDgq +#: analysis.src +msgctxt "ANALYSIS_Dollarfr" +msgid "The divisor" +msgstr "القاسم" + +#. 3coz6 +#: analysis.src +msgctxt "ANALYSIS_Dollarde" +msgid "" +"Converts a price expressed as a fraction into a price expressed as a decimal" +msgstr "تحويل مظهر السعر ككسر داخل مظهر سعر كرقم عشري." + +#. fGVwR +#: analysis.src +msgctxt "ANALYSIS_Dollarde" +msgid "Fractional dollar" +msgstr "رقم الكسر" + +#. do6jV +#: analysis.src +msgctxt "ANALYSIS_Dollarde" +msgid "The number as a fraction" +msgstr "العدد ككسر" + +#. dcYmK +#: analysis.src +msgctxt "ANALYSIS_Dollarde" +msgid "Fraction" +msgstr "كسر" + +#. tXcaR +#: analysis.src +msgctxt "ANALYSIS_Dollarde" +msgid "The divisor" +msgstr "القاسم" + +#. v2tUE +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "Returns the yield on a security that pays periodic interest" +msgstr "إرجاع العائد في التأمين الذي يدفع فائدة دورية" + +#. eqfJR +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "Settlement" +msgstr "تسوية" + +#. EfCej +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "The settlement" +msgstr "التسوية" + +#. SiQRq +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "Maturity" +msgstr "الاستحقاق" + +#. uBx9d +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "The maturity" +msgstr "الاستحقاق" + +#. hcZ2b +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "Rate" +msgstr "المعدل" + +#. 2x2Q4 +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "The rate" +msgstr "المعدل" + +#. P6zx6 +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "Price" +msgstr "سعر" + +#. yCG2s +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "The price" +msgstr "السعر" + +#. xcG8F +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "Redemption" +msgstr "الاسترداد" + +#. MA5gf +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. 6iNQX +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "Frequency" +msgstr "تردد" + +#. 8z8PK +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "The frequency" +msgstr "التردد" + +#. mtWy3 +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "Basis" +msgstr "أساس" + +#. Bndzx +#: analysis.src +msgctxt "ANALYSIS_Yield" +msgid "The basis" +msgstr "اﻷساس" + +#. gh6Ef +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "Returns the annual yield for a discounted security" +msgstr "إرجاع العائد السنوي لتأمين عليه خصم " + +#. KDky8 +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "Settlement" +msgstr "تسوية" + +#. PTuHA +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "The settlement" +msgstr "التسوية" + +#. LDWxU +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "Maturity" +msgstr "الاستحقاق" + +#. atuPr +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "The maturity" +msgstr "الاستحقاق" + +#. AgQVB +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "Price" +msgstr "سعر" + +#. 3JJnW +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "The price" +msgstr "السعر" + +#. CFASG +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "Redemption" +msgstr "الاسترداد" + +#. FRLpH +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. ZBtUE +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "Basis" +msgstr "أساس" + +#. eZvoV +#: analysis.src +msgctxt "ANALYSIS_Yielddisc" +msgid "The basis" +msgstr "اﻷساس" + +#. HH8bA +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "Returns the annual yield of a security that pays interest at maturity" +msgstr "إرجاع العائد السنوي لتأمين يدفع فائدة عند الاستحقاق" + +#. 9tqFL +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "Settlement" +msgstr "تسوية" + +#. UCGbx +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "The settlement" +msgstr "التسوية" + +#. CGPeM +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "Maturity" +msgstr "الاستحقاق" + +#. wfMuX +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "The maturity" +msgstr "الاستحقاق" + +#. 6FaMu +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "Issue" +msgstr "إصدار" + +#. uPRAB +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "The issue date" +msgstr "تاريخ اﻹصدار" + +#. zAwED +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "Rate" +msgstr "المعدل" + +#. c23fh +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "The rate" +msgstr "المعدل" + +#. UCJU4 +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "Price" +msgstr "سعر" + +#. rn9Ng +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "The price" +msgstr "السعر" + +#. DfvV5 +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "Basis" +msgstr "أساس" + +#. GCePb +#: analysis.src +msgctxt "ANALYSIS_Yieldmat" +msgid "The basis" +msgstr "اﻷساس" + +#. AYWCF +#: analysis.src +msgctxt "ANALYSIS_Tbilleq" +msgid "Returns the bond-equivalent yield for a treasury bill" +msgstr "إرجاع العائد المكافئ لسند الخزانة" + +#. Y8EED +#: analysis.src +msgctxt "ANALYSIS_Tbilleq" +msgid "Settlement" +msgstr "تسوية" + +#. wyZD8 +#: analysis.src +msgctxt "ANALYSIS_Tbilleq" +msgid "The settlement" +msgstr "التسوية" + +#. jQEBF +#: analysis.src +msgctxt "ANALYSIS_Tbilleq" +msgid "Maturity" +msgstr "الاستحقاق" + +#. s72dY +#: analysis.src +msgctxt "ANALYSIS_Tbilleq" +msgid "The maturity" +msgstr "الاستحقاق" + +#. HfaRk +#: analysis.src +msgctxt "ANALYSIS_Tbilleq" +msgid "Discount" +msgstr "التخفيض" + +#. C57ZA +#: analysis.src +msgctxt "ANALYSIS_Tbilleq" +msgid "The discount rate" +msgstr "معدل التخفيض" + +#. F62mg +#: analysis.src +msgctxt "ANALYSIS_Tbillprice" +msgid "Returns the price of 100 currency units face value for a treasury bill" +msgstr "إرجاع قيمة اسمية لسعر 100 وحدة نقدية لسند الخزانة" + +#. XT9YH +#: analysis.src +msgctxt "ANALYSIS_Tbillprice" +msgid "Settlement" +msgstr "تسوية" + +#. 9oYEm +#: analysis.src +msgctxt "ANALYSIS_Tbillprice" +msgid "The settlement" +msgstr "التسوية" + +#. YZMPq +#: analysis.src +msgctxt "ANALYSIS_Tbillprice" +msgid "Maturity" +msgstr "الاستحقاق" + +#. ckYgn +#: analysis.src +msgctxt "ANALYSIS_Tbillprice" +msgid "The maturity" +msgstr "الاستحقاق" + +#. zEx9A +#: analysis.src +msgctxt "ANALYSIS_Tbillprice" +msgid "Discount" +msgstr "التخفيض" + +#. FNtHE +#: analysis.src +msgctxt "ANALYSIS_Tbillprice" +msgid "The discount rate" +msgstr "معدل التخفيض" + +#. 77jzy +#: analysis.src +msgctxt "ANALYSIS_Tbillyield" +msgid "Returns the yield for a treasury bill" +msgstr "إرجاع العائد لسند الخزانة" + +#. PwuoY +#: analysis.src +msgctxt "ANALYSIS_Tbillyield" +msgid "Settlement" +msgstr "تسوية" + +#. nGGCY +#: analysis.src +msgctxt "ANALYSIS_Tbillyield" +msgid "The settlement" +msgstr "التسوية" + +#. YGJqm +#: analysis.src +msgctxt "ANALYSIS_Tbillyield" +msgid "Maturity" +msgstr "الاستحقاق" + +#. 4zABS +#: analysis.src +msgctxt "ANALYSIS_Tbillyield" +msgid "The maturity" +msgstr "الاستحقاق" + +#. 5eSCG +#: analysis.src +msgctxt "ANALYSIS_Tbillyield" +msgid "Price" +msgstr "سعر" + +#. VkHpw +#: analysis.src +msgctxt "ANALYSIS_Tbillyield" +msgid "The price" +msgstr "السعر" + +#. EqFnk +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "" +"Returns the price per $100 face value of a security with an odd first period" +msgstr "إرجاع السعر لكل قيمة اسمية قدرها $100 للتأمين بالفترة اﻷولى المفردة" + +#. iWwx7 +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "Settlement" +msgstr "تسوية" + +#. 76Zwh +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "The settlement" +msgstr "التسوية" + +#. FCAtj +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "Maturity" +msgstr "الاستحقاق" + +#. tYZZt +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "The maturity" +msgstr "الاستحقاق" + +#. uBtHy +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "Issue" +msgstr "إصدار" + +#. RBg5M +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "The issue date" +msgstr "تاريخ اﻹصدار" + +#. Eq4nW +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "First coupon" +msgstr "أول قسيمة" + +#. qPv58 +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "The first coupon date" +msgstr "تاريخ أول قسيمة" + +#. e6HE5 +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "Rate" +msgstr "المعدل" + +#. h6Gu6 +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "The rate" +msgstr "المعدل" + +#. gkvEE +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "Yield" +msgstr "العائد" + +#. 5EvGf +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "The yield" +msgstr "العائد" + +#. UsRTH +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "Redemption" +msgstr "الاسترداد" + +#. ZzgKB +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. DAKmU +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "Frequency" +msgstr "تردد" + +#. BNhiF +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "The frequency" +msgstr "التردد" + +#. kkghz +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "Basis" +msgstr "أساس" + +#. JEgfs +#: analysis.src +msgctxt "ANALYSIS_Oddfprice" +msgid "The basis" +msgstr "اﻷساس" + +#. z5Eww +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "Returns the yield of a security with an odd first period" +msgstr "إرجاع عائد التأمين بالفترة اﻷولى المفردة" + +#. 9rFfq +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "Settlement" +msgstr "تسوية" + +#. tyFut +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "The settlement" +msgstr "التسوية" + +#. FtBAo +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "Maturity" +msgstr "الاستحقاق" + +#. DEBJg +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "The maturity" +msgstr "الاستحقاق" + +#. EAihU +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "Issue" +msgstr "إصدار" + +#. Vi83F +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "The issue date" +msgstr "تاريخ اﻹصدار" + +#. W6oCi +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "First coupon" +msgstr "أول قسيمة" + +#. B8LJA +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "The first coupon date" +msgstr "تاريخ أول قسيمة" + +#. Az44N +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "Rate" +msgstr "المعدل" + +#. hnFB2 +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "The rate" +msgstr "المعدل" + +#. cHzGL +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "Price" +msgstr "سعر" + +#. CE5La +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "The price" +msgstr "السعر" + +#. LXekY +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "Redemption" +msgstr "الاسترداد" + +#. hi8zV +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. apH6n +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "Frequency" +msgstr "تردد" + +#. UWAyT +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "The frequency" +msgstr "التردد" + +#. 5aWHP +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "Basis" +msgstr "أساس" + +#. vkSMh +#: analysis.src +msgctxt "ANALYSIS_Oddfyield" +msgid "The basis" +msgstr "اﻷساس" + +#. iBp3t +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "" +"Returns the price per $100 face value of a security with an odd last period" +msgstr "إرجاع السعر لكل قيمة اسمية قدرها $100 للتأمين بالفترة اﻷخيرة المفردة" + +#. AsioE +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "Settlement" +msgstr "تسوية" + +#. EX8ig +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "The settlement" +msgstr "التسوية" + +#. rRQsG +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "Maturity" +msgstr "الاستحقاق" + +#. gCGUZ +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "The maturity" +msgstr "الاستحقاق" + +#. JFwHq +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "Last interest" +msgstr "العائد اﻷخير" + +#. R4Q2a +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "The last interest date" +msgstr "تاريخ العائد اﻷخير" + +#. aZ3YY +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "Rate" +msgstr "المعدل" + +#. KB2rU +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "The rate" +msgstr "المعدل" + +#. GDUzx +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "Yield" +msgstr "العائد" + +#. avZVs +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "The yield" +msgstr "العائد" + +#. MWCc6 +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "Redemption" +msgstr "الاسترداد" + +#. hzzyo +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. Sr3Rp +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "Frequency" +msgstr "تردد" + +#. ENFos +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "The frequency" +msgstr "التردد" + +#. DDiUc +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "Basis" +msgstr "أساس" + +#. nvo2f +#: analysis.src +msgctxt "ANALYSIS_Oddlprice" +msgid "The basis" +msgstr "اﻷساس" + +#. DZoFd +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "Returns the yield of a security with an odd last period" +msgstr "إرجاع عائد التأمين بالفترة اﻷخيرة المفردة" + +#. jX4YX +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "Settlement" +msgstr "تسوية" + +#. jRgpu +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "The settlement" +msgstr "التسوية" + +#. rgPDC +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "Maturity" +msgstr "الاستحقاق" + +#. 8sSPm +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "The maturity" +msgstr "الاستحقاق" + +#. ipMJJ +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "Last interest" +msgstr "العائد اﻷخير" + +#. Dj2hq +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "The last interest date" +msgstr "تاريخ العائد اﻷخير" + +#. EUGax +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "Rate" +msgstr "المعدل" + +#. KS3CY +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "The rate" +msgstr "المعدل" + +#. CpQMi +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "Price" +msgstr "سعر" + +#. xXRpv +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "The price" +msgstr "السعر" + +#. VrTsn +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "Redemption" +msgstr "الاسترداد" + +#. ZibYN +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. 5QDbS +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "Frequency" +msgstr "تردد" + +#. vWmtG +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "The frequency" +msgstr "التردد" + +#. XAtLq +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "Basis" +msgstr "أساس" + +#. ALuqu +#: analysis.src +msgctxt "ANALYSIS_Oddlyield" +msgid "The basis" +msgstr "اﻷساس" + +#. DTKfi +#: analysis.src +msgctxt "ANALYSIS_Xirr" +msgid "" +"Returns the internal rate of return for a non-periodic schedule of payments" +msgstr "إرجاع المعدل الداخلي للعائد لدفعات غير دورية" + +#. NQwoD +#: analysis.src +msgctxt "ANALYSIS_Xirr" +msgid "Values" +msgstr "القيم" + +#. 43s42 +#: analysis.src +msgctxt "ANALYSIS_Xirr" +msgid "The values" +msgstr "القيم" + +#. nEjNY +#: analysis.src +msgctxt "ANALYSIS_Xirr" +msgid "Dates" +msgstr "تواريخ" + +#. T8Cgb +#: analysis.src +msgctxt "ANALYSIS_Xirr" +msgid "The dates" +msgstr "التواريخ" + +#. vgfoR +#: analysis.src +msgctxt "ANALYSIS_Xirr" +msgid "Guess" +msgstr "تخمين" + +#. bwH8A +#: analysis.src +msgctxt "ANALYSIS_Xirr" +msgid "The guess" +msgstr "التخمين" + +#. umfBr +#: analysis.src +msgctxt "ANALYSIS_Xnpv" +msgid "Returns the net present value for a non-periodic schedule of payments" +msgstr "إرجاع القيمة الحالية لدفعات غير دورية" + +#. BjrcH +#: analysis.src +msgctxt "ANALYSIS_Xnpv" +msgid "Rate" +msgstr "المعدل" + +#. 5kCmJ +#: analysis.src +msgctxt "ANALYSIS_Xnpv" +msgid "The rate" +msgstr "المعدل" + +#. KBxE5 +#: analysis.src +msgctxt "ANALYSIS_Xnpv" +msgid "Values" +msgstr "القيم" + +#. HjdY8 +#: analysis.src +msgctxt "ANALYSIS_Xnpv" +msgid "The values" +msgstr "القيم" + +#. DFXQE +#: analysis.src +msgctxt "ANALYSIS_Xnpv" +msgid "Dates" +msgstr "تواريخ" + +#. WcoB9 +#: analysis.src +msgctxt "ANALYSIS_Xnpv" +msgid "The dates" +msgstr "التواريخ" + +#. iA7PV +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "Returns the interest rate for a fully invested security" +msgstr "إرجاع معدل الفائدة لتأمين الاستثمار الكامل" + +#. QSbCe +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "Settlement" +msgstr "تسوية" + +#. AKaKd +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "The settlement" +msgstr "التسوية" + +#. rxPUy +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "Maturity" +msgstr "الاستحقاق" + +#. Zhgii +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "The maturity" +msgstr "الاستحقاق" + +#. KYJxC +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "Investment" +msgstr "استثمار" + +#. FRKeF +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "The investment" +msgstr "الاستثمار" + +#. DwCEw +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "Redemption" +msgstr "الاسترداد" + +#. 7xDcc +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "The redemption value" +msgstr "قيمة الاسترداد" + +#. GRAqN +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "Basis" +msgstr "أساس" + +#. NcGeu +#: analysis.src +msgctxt "ANALYSIS_Intrate" +msgid "The basis" +msgstr "اﻷساس" + +#. aqna7 +#: analysis.src +msgctxt "ANALYSIS_Coupncd" +msgid "Returns the first coupon date after the settlement date" +msgstr "إرجاع تاريخ القسيمة اﻷولى بعد تاريخ التسوية" + +#. bMgbM +#: analysis.src +msgctxt "ANALYSIS_Coupncd" +msgid "Settlement" +msgstr "تسوية" + +#. hNzBw +#: analysis.src +msgctxt "ANALYSIS_Coupncd" +msgid "The settlement" +msgstr "التسوية" + +#. YwN3F +#: analysis.src +msgctxt "ANALYSIS_Coupncd" +msgid "Maturity" +msgstr "الاستحقاق" + +#. QgyqZ +#: analysis.src +msgctxt "ANALYSIS_Coupncd" +msgid "The maturity" +msgstr "الاستحقاق" + +#. 4kfKL +#: analysis.src +msgctxt "ANALYSIS_Coupncd" +msgid "Frequency" +msgstr "تردد" + +#. sTEGC +#: analysis.src +msgctxt "ANALYSIS_Coupncd" +msgid "The frequency" +msgstr "التردد" + +#. erfuq +#: analysis.src +msgctxt "ANALYSIS_Coupncd" +msgid "Basis" +msgstr "أساس" + +#. HpL82 +#: analysis.src +msgctxt "ANALYSIS_Coupncd" +msgid "The basis" +msgstr "اﻷساس" + +#. xUc5u +#: analysis.src +msgctxt "ANALYSIS_Coupdays" +msgid "" +"Returns the number of days in the coupon period containing the settlement " +"date" +msgstr "إرجاع عدد اﻷيام في فترة القسيمة التي تتضمن تاريخ التسوية" + +#. EEKAN +#: analysis.src +msgctxt "ANALYSIS_Coupdays" +msgid "Settlement" +msgstr "تسوية" + +#. yDhqa +#: analysis.src +msgctxt "ANALYSIS_Coupdays" +msgid "The settlement" +msgstr "التسوية" + +#. DFuYG +#: analysis.src +msgctxt "ANALYSIS_Coupdays" +msgid "Maturity" +msgstr "الاستحقاق" + +#. HUSS4 +#: analysis.src +msgctxt "ANALYSIS_Coupdays" +msgid "The maturity" +msgstr "الاستحقاق" + +#. k9BFq +#: analysis.src +msgctxt "ANALYSIS_Coupdays" +msgid "Frequency" +msgstr "تردد" + +#. FNC2C +#: analysis.src +msgctxt "ANALYSIS_Coupdays" +msgid "The frequency" +msgstr "التردد" + +#. kLBFE +#: analysis.src +msgctxt "ANALYSIS_Coupdays" +msgid "Basis" +msgstr "أساس" + +#. YDwAe +#: analysis.src +msgctxt "ANALYSIS_Coupdays" +msgid "The basis" +msgstr "اﻷساس" + +#. MVE6E +#: analysis.src +msgctxt "ANALYSIS_Coupdaysnc" +msgid "" +"Returns the number of days from the settlement date to the next coupon date" +msgstr "إرجاع عدد اﻷيام من تاريخ التسوية إلى تاريخ القسيمة القادم" + +#. 658AF +#: analysis.src +msgctxt "ANALYSIS_Coupdaysnc" +msgid "Settlement" +msgstr "تسوية" + +#. aFCv6 +#: analysis.src +msgctxt "ANALYSIS_Coupdaysnc" +msgid "The settlement" +msgstr "التسوية" + +#. oD5EE +#: analysis.src +msgctxt "ANALYSIS_Coupdaysnc" +msgid "Maturity" +msgstr "الاستحقاق" + +#. AAZAF +#: analysis.src +msgctxt "ANALYSIS_Coupdaysnc" +msgid "The maturity" +msgstr "الاستحقاق" + +#. QWSfa +#: analysis.src +msgctxt "ANALYSIS_Coupdaysnc" +msgid "Frequency" +msgstr "تردد" + +#. BqJcZ +#: analysis.src +msgctxt "ANALYSIS_Coupdaysnc" +msgid "The frequency" +msgstr "التردد" + +#. PdsBs +#: analysis.src +msgctxt "ANALYSIS_Coupdaysnc" +msgid "Basis" +msgstr "أساس" + +#. BSHmm +#: analysis.src +msgctxt "ANALYSIS_Coupdaysnc" +msgid "The basis" +msgstr "اﻷساس" + +#. qYaB6 +#: analysis.src +msgctxt "ANALYSIS_Coupdaybs" +msgid "" +"Returns the number of days from the beginning of the coupon period to the " +"settlement date" +msgstr "إرجاع عدد اﻷيام من بداية فترة القسيمة إلى تاريخ التسوية" + +#. 27AAB +#: analysis.src +msgctxt "ANALYSIS_Coupdaybs" +msgid "Settlement" +msgstr "تسوية" + +#. bHLcV +#: analysis.src +msgctxt "ANALYSIS_Coupdaybs" +msgid "The settlement" +msgstr "التسوية" + +#. v7tF8 +#: analysis.src +msgctxt "ANALYSIS_Coupdaybs" +msgid "Maturity" +msgstr "الاستحقاق" + +#. QADAB +#: analysis.src +msgctxt "ANALYSIS_Coupdaybs" +msgid "The maturity" +msgstr "الاستحقاق" + +#. ZHGGZ +#: analysis.src +msgctxt "ANALYSIS_Coupdaybs" +msgid "Frequency" +msgstr "تردد" + +#. QpvLy +#: analysis.src +msgctxt "ANALYSIS_Coupdaybs" +msgid "The frequency" +msgstr "التردد" + +#. Twk6G +#: analysis.src +msgctxt "ANALYSIS_Coupdaybs" +msgid "Basis" +msgstr "أساس" + +#. mDrBv +#: analysis.src +msgctxt "ANALYSIS_Coupdaybs" +msgid "The basis" +msgstr "اﻷساس" + +#. aCBKW +#: analysis.src +msgctxt "ANALYSIS_Couppcd" +msgid "Returns the last coupon date preceding the settlement date" +msgstr "إرجاع تاريخ آخر قسيمة سابق لتاريخ التسوية" + +#. 6vJVp +#: analysis.src +msgctxt "ANALYSIS_Couppcd" +msgid "Settlement" +msgstr "تسوية" + +#. Q7Wbc +#: analysis.src +msgctxt "ANALYSIS_Couppcd" +msgid "The settlement" +msgstr "التسوية" + +#. 5Yh9i +#: analysis.src +msgctxt "ANALYSIS_Couppcd" +msgid "Maturity" +msgstr "الاستحقاق" + +#. CF4QT +#: analysis.src +msgctxt "ANALYSIS_Couppcd" +msgid "The maturity" +msgstr "الاستحقاق" + +#. bMH2E +#: analysis.src +msgctxt "ANALYSIS_Couppcd" +msgid "Frequency" +msgstr "تردد" + +#. CYukW +#: analysis.src +msgctxt "ANALYSIS_Couppcd" +msgid "The frequency" +msgstr "التردد" + +#. GR5uD +#: analysis.src +msgctxt "ANALYSIS_Couppcd" +msgid "Basis" +msgstr "أساس" + +#. wRSRG +#: analysis.src +msgctxt "ANALYSIS_Couppcd" +msgid "The basis" +msgstr "اﻷساس" + +#. RVPya +#: analysis.src +msgctxt "ANALYSIS_Coupnum" +msgid "" +"Returns the number of coupons payable between the settlement and maturity " +"dates" +msgstr "إرجاع عدد القسائم القابلة للدفع بين تاريخي التسوية والاستحقاق" + +#. RFtMC +#: analysis.src +msgctxt "ANALYSIS_Coupnum" +msgid "Settlement" +msgstr "تسوية" + +#. 5QUEA +#: analysis.src +msgctxt "ANALYSIS_Coupnum" +msgid "The settlement" +msgstr "التسوية" + +#. W9xqG +#: analysis.src +msgctxt "ANALYSIS_Coupnum" +msgid "Maturity" +msgstr "الاستحقاق" + +#. 4PEWh +#: analysis.src +msgctxt "ANALYSIS_Coupnum" +msgid "The maturity" +msgstr "الاستحقاق" + +#. t9cVU +#: analysis.src +msgctxt "ANALYSIS_Coupnum" +msgid "Frequency" +msgstr "تردد" + +#. DTAQB +#: analysis.src +msgctxt "ANALYSIS_Coupnum" +msgid "The frequency" +msgstr "التردد" + +#. mfc9J +#: analysis.src +msgctxt "ANALYSIS_Coupnum" +msgid "Basis" +msgstr "أساس" + +#. gDPws +#: analysis.src +msgctxt "ANALYSIS_Coupnum" +msgid "The basis" +msgstr "اﻷساس" + +#. bJemX +#: analysis.src +msgctxt "ANALYSIS_Fvschedule" +msgid "" +"Returns the future value of the initial principal after a series of compound" +" interest rates are applied" +msgstr "" +"إرجاع القيمة المستقبلية لرأس المال الابتدائي بعد تطبيق سلسلة معدلات " +"استثمارات مركبة" + +#. yj5Bt +#: analysis.src +msgctxt "ANALYSIS_Fvschedule" +msgid "Principal" +msgstr "رئيسي" + +#. mc5HE +#: analysis.src +msgctxt "ANALYSIS_Fvschedule" +msgid "The principal" +msgstr "الرئيسي" + +#. iqeP5 +#: analysis.src +msgctxt "ANALYSIS_Fvschedule" +msgid "Schedule" +msgstr "جدول" + +#. JDWWT +#: analysis.src +msgctxt "ANALYSIS_Fvschedule" +msgid "The schedule" +msgstr "الجدول" + +#. 6ijkz +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Workday" +msgid "WORKDAY" +msgstr "WORKDAY" + +#. AfWsA +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Yearfrac" +msgid "YEARFRAC" +msgstr "YEARFRAC" + +#. RVnvf +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Edate" +msgid "EDATE" +msgstr "EDATE" + +#. PbFwe +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Weeknum" +msgid "WEEKNUM" +msgstr "WEEKNUM" + +#. 3QYmb +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Eomonth" +msgid "EOMONTH" +msgstr "EOMONTH" + +#. 6Gdze +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Networkdays" +msgid "NETWORKDAYS" +msgstr "NETWORKDAYS" + +#. DBAVH +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Amordegrc" +msgid "AMORDEGRC" +msgstr "AMORDEGRC" + +#. BiHTo +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Amorlinc" +msgid "AMORLINC" +msgstr "AMORLINC" + +#. DhBxE +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Accrint" +msgid "ACCRINT" +msgstr "ACCRINT" + +#. mwXCA +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Accrintm" +msgid "ACCRINTM" +msgstr "ACCRINTM" + +#. PzgsR +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Received" +msgid "RECEIVED" +msgstr "RECEIVED" + +#. EnPnX +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Disc" +msgid "DISC" +msgstr "DISC" + +#. AJG3L +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Duration" +msgid "DURATION" +msgstr "DURATION" + +#. CxHZa +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Effect" +msgid "EFFECT" +msgstr "EFFECT" + +#. UFAq3 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Cumprinc" +msgid "CUMPRINC" +msgstr "CUMPRINC" + +#. uD4Vz +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Cumipmt" +msgid "CUMIPMT" +msgstr "CUMIPMT" + +#. eK9A4 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Price" +msgid "PRICE" +msgstr "PRICE" + +#. 84H8U +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Pricedisc" +msgid "PRICEDISC" +msgstr "PRICEDISC" + +#. SwPPC +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Pricemat" +msgid "PRICEMAT" +msgstr "PRICEMAT" + +#. 9gM6A +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Mduration" +msgid "MDURATION" +msgstr "MDURATION" + +#. qJ6pm +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Nominal" +msgid "NOMINAL" +msgstr "NOMINAL" + +#. UuQZn +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Dollarfr" +msgid "DOLLARFR" +msgstr "DOLLARFR" + +#. HC3sJ +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Dollarde" +msgid "DOLLARDE" +msgstr "DOLLARDE" + +#. avnCE +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Yield" +msgid "YIELD" +msgstr "YIELD" + +#. rDqBC +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Yielddisc" +msgid "YIELDDISC" +msgstr "YIELDDISC" + +#. s8YNp +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Yieldmat" +msgid "YIELDMAT" +msgstr "YIELDMAT" + +#. jrsqc +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Tbilleq" +msgid "TBILLEQ" +msgstr "TBILLEQ" + +#. 3nkLF +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Tbillprice" +msgid "TBILLPRICE" +msgstr "TBILLPRICE" + +#. 9Hqcq +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Tbillyield" +msgid "TBILLYIELD" +msgstr "TBILLYIELD" + +#. j3fbB +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Oddfprice" +msgid "ODDFPRICE" +msgstr "ODDFPRICE" + +#. ZMFvE +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Oddfyield" +msgid "ODDFYIELD" +msgstr "ODDFYIELD" + +#. uZWVW +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Oddlprice" +msgid "ODDLPRICE" +msgstr "ODDLPRICE" + +#. fxNpT +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Oddlyield" +msgid "ODDLYIELD" +msgstr "ODDLYIELD" + +#. GwWGa +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Xirr" +msgid "XIRR" +msgstr "XIRR" + +#. FFtJx +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Xnpv" +msgid "XNPV" +msgstr "XNPV" + +#. 2B9f5 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Intrate" +msgid "INTRATE" +msgstr "INTRATE" + +#. 3GuwG +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Coupncd" +msgid "COUPNCD" +msgstr "COUPNCD" + +#. QeAEY +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Coupdays" +msgid "COUPDAYS" +msgstr "COUPDAYS" + +#. Lq4dr +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Coupdaysnc" +msgid "COUPDAYSNC" +msgstr "COUPDAYSNC" + +#. qtDUP +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Coupdaybs" +msgid "COUPDAYBS" +msgstr "COUPDAYBS" + +#. FAwmX +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Couppcd" +msgid "COUPPCD" +msgstr "COUPPCD" + +#. 6Xh9e +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Coupnum" +msgid "COUPNUM" +msgstr "COUPNUM" + +#. bLz5m +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Fvschedule" +msgid "FVSCHEDULE" +msgstr "FVSCHEDULE" + +#. fUGco +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Iseven" +msgid "ISEVEN" +msgstr "ISEVEN" + +#. FBUvG +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Isodd" +msgid "ISODD" +msgstr "ISODD" + +#. hFNy7 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Gcd" +msgid "GCD" +msgstr "GCD" + +#. TCtJN +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Lcm" +msgid "LCM" +msgstr "LCM" + +#. erEG4 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Multinomial" +msgid "MULTINOMIAL" +msgstr "MULTINOMIAL" + +#. CE7MF +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Seriessum" +msgid "SERIESSUM" +msgstr "SERIESSUM" + +#. uYhca +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Quotient" +msgid "QUOTIENT" +msgstr "QUOTIENT" + +#. 9ckWv +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Mround" +msgid "MROUND" +msgstr "MROUND" + +#. QG9wZ +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Sqrtpi" +msgid "SQRTPI" +msgstr "SQRTPI" + +#. PdYhv +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Randbetween" +msgid "RANDBETWEEN" +msgstr "RANDBETWEEN" + +#. EWZAR +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Besseli" +msgid "BESSELI" +msgstr "BESSELI" + +#. CjTjy +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Besselj" +msgid "BESSELJ" +msgstr "BESSELJ" + +#. Z3VFR +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Besselk" +msgid "BESSELK" +msgstr "BESSELK" + +#. rekfF +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Bessely" +msgid "BESSELY" +msgstr "BESSELY" + +#. pNT4R +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Bin2Dec" +msgid "BIN2DEC" +msgstr "BIN2DEC" + +#. F8YRr +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Bin2Hex" +msgid "BIN2HEX" +msgstr "BIN2HEX" + +#. Eazmz +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Bin2Oct" +msgid "BIN2OCT" +msgstr "BIN2OCT" + +#. tu3oD +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Delta" +msgid "DELTA" +msgstr "DELTA" + +#. xZ9JA +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Dec2Bin" +msgid "DEC2BIN" +msgstr "DEC2BIN" + +#. WpHqM +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Dec2Hex" +msgid "DEC2HEX" +msgstr "DEC2HEX" + +#. vKjMV +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Dec2Oct" +msgid "DEC2OCT" +msgstr "DEC2OCT" + +#. BTvQw +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Erf" +msgid "ERF" +msgstr "ERF" + +#. LBssK +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Erfc" +msgid "ERFC" +msgstr "ERFC" + +#. BF4hQ +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Gestep" +msgid "GESTEP" +msgstr "GESTEP" + +#. WpRkG +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Hex2Bin" +msgid "HEX2BIN" +msgstr "HEX2BIN" + +#. Pv82t +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Hex2Dec" +msgid "HEX2DEC" +msgstr "HEX2DEC" + +#. Y9YjX +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Hex2Oct" +msgid "HEX2OCT" +msgstr "HEX2OCT" + +#. ZBD5F +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imabs" +msgid "IMABS" +msgstr "IMABS" + +#. BAByk +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imaginary" +msgid "IMAGINARY" +msgstr "IMAGINARY" + +#. 2uNWF +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Impower" +msgid "IMPOWER" +msgstr "IMPOWER" + +#. rYyTW +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imargument" +msgid "IMARGUMENT" +msgstr "IMARGUMENT" + +#. mqoCG +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imcos" +msgid "IMCOS" +msgstr "IMCOS" + +#. Gg6SX +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imdiv" +msgid "IMDIV" +msgstr "IMDIV" + +#. awcit +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imexp" +msgid "IMEXP" +msgstr "IMEXP" + +#. 4Bwdp +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imconjugate" +msgid "IMCONJUGATE" +msgstr "IMCONJUGATE" + +#. M6eFM +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imln" +msgid "IMLN" +msgstr "IMLN" + +#. fqZYW +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imlog10" +msgid "IMLOG10" +msgstr "IMLOG10" + +#. WHtaY +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imlog2" +msgid "IMLOG2" +msgstr "IMLOG2" + +#. TVDb3 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Improduct" +msgid "IMPRODUCT" +msgstr "IMPRODUCT" + +#. sjBzU +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imreal" +msgid "IMREAL" +msgstr "IMREAL" + +#. 5er6D +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imsin" +msgid "IMSIN" +msgstr "IMSIN" + +#. UjErA +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imsub" +msgid "IMSUB" +msgstr "IMSUB" + +#. tWMXp +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imsum" +msgid "IMSUM" +msgstr "IMSUM" + +#. eeACY +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imsqrt" +msgid "IMSQRT" +msgstr "IMSQRT" + +#. F8G2A +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imtan" +msgid "IMTAN" +msgstr "IMTAN" + +#. LAvtq +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imsec" +msgid "IMSEC" +msgstr "IMSEC" + +#. z2LA2 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imcsc" +msgid "IMCSC" +msgstr "IMCSC" + +#. QMh3f +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imcot" +msgid "IMCOT" +msgstr "IMCOT" + +#. dDt5m +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imsinh" +msgid "IMSINH" +msgstr "IMSINH" + +#. AbhV7 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imcosh" +msgid "IMCOSH" +msgstr "IMCOSH" + +#. uAUF5 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imsech" +msgid "IMSECH" +msgstr "IMSECH" + +#. U5b99 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Imcsch" +msgid "IMCSCH" +msgstr "IMCSCH" + +#. CF5gh +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Complex" +msgid "COMPLEX" +msgstr "COMPLEX" + +#. TT4GS +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Oct2Bin" +msgid "OCT2BIN" +msgstr "OCT2BIN" + +#. JdMvF +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Oct2Dec" +msgid "OCT2DEC" +msgstr "OCT2DEC" + +#. uiNSk +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Oct2Hex" +msgid "OCT2HEX" +msgstr "OCT2HEX" + +#. UoAt5 +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Convert" +msgid "CONVERT" +msgstr "CONVERT" + +#. sNrDC +#: analysis_funcnames.src +msgctxt "ANALYSIS_FUNCNAME_Factdouble" +msgid "FACTDOUBLE" +msgstr "FACTDOUBLE" + +#. GpdwB +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Pricing of a barrier option" +msgstr "تسعير عقد الخيار الساكن" + +#. G9CqA +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "spot" +msgstr "فوري" + +#. griJk +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Price/value of the underlying asset" +msgstr "سعر/قيمة الأصول الأساسية" + +#. kdEJ9 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "vol" +msgstr "المجلد" + +#. mkRVX +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Annual volatility of the underlying asset" +msgstr "التذبذبات السنوية للأصول الأساسية" + +#. rj3my +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "r" +msgstr "" + +#. 5ycmU +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Interest rate (continuously compounded)" +msgstr "معدّل الفائدة (يتضاعف باستمرار)" + +#. k7WX6 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "rf" +msgstr "rf" + +#. PKubC +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Foreign interest rate (continuously compounded)" +msgstr "معدّل الفائدة الأجنبية (يتضاعف باستمرار)" + +#. X7tiE +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "T" +msgstr "ز" + +#. EDrkw +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Time to maturity of the option in years" +msgstr "الوقت بالسنوات لنضج الخيارات" + +#. 8XwjD +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "strike" +msgstr "شطب" + +#. M2EPW +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Strike level of the option" +msgstr "مستوى اضطراب الخيارات" + +#. PHSND +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "barrier_low" +msgstr "barrier_low" + +#. yDAAU +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Lower barrier (set to 0 for no lower barrier)" +msgstr "انخفاض الحاجز (عيّن إلى 0 لعدم انخفاض الحاجز)" + +#. qZ7BT +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "barrier_up" +msgstr "barrier_up" + +#. BucTp +#: pricing.src +#, fuzzy +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Upper barrier (set to 0 for no upper barrier)" +msgstr "الحاجز العلوي (تعيين إلى 0 لعدم وجود حد علوي)" + +#. bBuCG +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "rebate" +msgstr "خصم" + +#. vUB3C +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "Amount of money paid at maturity if barrier was hit" +msgstr "دفع مبلغ من المال عند الاستحقاق في حالة ضرب حاجز" + +#. dPfG2 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "put/call" +msgstr "وضع / دعوة" + +#. 4LDhv +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "String to define if the option is a (p)ut or a (c)all" +msgstr "سلسلة لتحديد إذا كان الخيار هو وضع أو دعوة" + +#. FzQLf +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "knock in/out" +msgstr "طرق داخل / خارج" + +#. RquEA +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "String to define if the option is of type knock-(i)n or knock-(o)ut" +msgstr "" +"سلسلة نصية لتحديد ما إذا كان الخيار من النوع عد(م) المشروط أو المشر(و)ط" + +#. mNNwJ +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "barrier_type" +msgstr "barrier_type" + +#. adNji +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "" +"String to define whether the barrier is observed (c)ontinuously or only at " +"the (e)nd/maturity" +msgstr "" +"سلسلة لتحديد ما إذا تمت ملاحظة الحاجز بشكل مستمر أو فقط في نهاية / النضج" + +#. bMmAA +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "greek" +msgstr "يوناني" + +#. bawL6 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptBarrier" +msgid "" +"Optional parameter, if left out then the function simply returns the option " +"price; if set, the function returns price sensitivities (Greeks) to one of " +"the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga," +" v(o)lga, v(a)nna, (r)ho, rho(f)" +msgstr "" +"المعامل الاختياري، إذا ما ترك فإن الدالة سوف تقوم بإرجاع سعر الخيار; أما إذا" +" تم وضعه، فإن الدالة سوف تقوم بإرجاع الحساسية السعرية لأحد معاملات " +"الإدخال،القيم الممكنة هي (d)elta، (g)amma، (t)heta، v(e)ga، v(o)lga، " +"v(a)nna، (r)ho، rho(f)" + +#. nggAA +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "Pricing of a touch/no-touch option" +msgstr "خيار التسعير للمس/عدم-اللمس" + +#. G4FoH +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "spot" +msgstr "فوري" + +#. k45Ku +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "Price/value of the underlying asset" +msgstr "سعر/قيمة الأصول الأساسية" + +#. bxicn +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "vol" +msgstr "المجلد" + +#. XzXoA +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "Annual volatility of the underlying asset" +msgstr "التذبذبات السنوية للأصول الأساسية" + +#. vFcRp +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "r" +msgstr "" + +#. a2VQD +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "Interest rate (continuously compounded)" +msgstr "أسعار الفائدة (تتضاعف باستمرار)" + +#. NphFs +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "rf" +msgstr "rf" + +#. nDCzr +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "Foreign interest rate (continuously compounded)" +msgstr "أسعار الفائدة الأجنبية (تتضاعف باستمرار)" + +#. TsCN5 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "T" +msgstr "ز" + +#. rfjRD +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "Time to maturity of the option in years" +msgstr "الوقت بالسنوات لنضج الخيارات" + +#. iRUEL +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "barrier_low" +msgstr "barrier_low" + +#. zmuoi +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "Lower barrier (set to 0 for no lower barrier)" +msgstr "انخفاض الحاجز (تعيين إلى 0 لعدم انخفاض الحاجز)" + +#. PACi3 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "barrier_up" +msgstr "barrier_up" + +#. o525W +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "Upper barrier (set to 0 for no upper barrier)" +msgstr "الحاجز العلوي (تعيين إلى 0 لعدم وجود حد علوي)" + +#. WSDbG +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "foreign/domestic" +msgstr "الخارجية / الداخلية" + +#. 7R46A +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "" +"String to define if the option pays one unit of (d)omestic currency (cash or" +" nothing) or (f)oreign currency (asset or nothing)" +msgstr "" +"سلسلة نصية لتحديد إذا كان الخيار يدفع وحدة واحدة من عملة (م)حلية (نقداً أو " +"لا شيء) أو عملة (أ)جنبية (أصول أو لا شيء)" + +#. UBbza +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "knock in/out" +msgstr "طرق داخل / خارج" + +#. A8faz +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "" +"String to define if the option is of type knock-(i)n (touch) or knock-(o)ut " +"(no-touch)" +msgstr "" +"سلسلة نصية لتحديد ما إذا كان الخيار من النوع عد(م) المشروط أو المشر(و)ط" + +#. 5EdZP +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "barrier_type" +msgstr "barrier_type" + +#. mAcT6 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "" +"String to define whether the barrier is observed (c)ontinuously or only at " +"the (e)nd/maturity" +msgstr "" +"سلسلة لتحديد ما إذا تمت ملاحظة الحاجز بشكل مستمر أو فقط في نهاية / النضج" + +#. DQHSE +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "greek" +msgstr "يوناني" + +#. EPFrM +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptTouch" +msgid "" +"Optional parameter, if left out then the function simply returns the option " +"price; if set, the function returns price sensitivities (Greeks) to one of " +"the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga," +" v(o)lga, v(a)nna, (r)ho, rho(f)" +msgstr "" +"المعامل الاختياري، إذا ما ترك فإن الدالة سوف تقوم بإرجاع سعر الخيار; أما إذا" +" تم وضعه، فإن الدالة سوف تقوم بإرجاع الحساسية السعرية لأحد معاملات " +"الإدخال،القيم الممكنة هي (d)elta، (g)amma، (t)heta، v(e)ga، v(o)lga، " +"v(a)nna، (r)ho، rho(f)" + +#. sPkFe +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "" +"Probability that an asset hits a barrier assuming it follows dS/S = mu dt + " +"vol dW" +msgstr "" +"احتمال أن يضرب أحد الأصول حاجزا على افتراض أنه يتبع dS/S = mu dt + vol dW" + +#. qzeHP +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "spot" +msgstr "فوري" + +#. hBkLM +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "Price/value S of the underlying asset" +msgstr "سعر/قيمة س للأصول الأساسية" + +#. EMAZ3 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "vol" +msgstr "المجلد" + +#. 74JKC +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "Annual volatility of the underlying asset" +msgstr "التذبذبات السنوية للأصول الأساسية" + +#. 86Zqn +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "drift" +msgstr "عائمة" + +#. qsmwN +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "Parameter mu in dS/S = mu dt + vol dW" +msgstr "المعامل mu في dS/S = mu dt + vol dW" + +#. BxesB +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "T" +msgstr "ز" + +#. uzAtG +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "Time to maturity" +msgstr "وقت الاستحقاق" + +#. CJBBH +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "barrier_low" +msgstr "barrier_low" + +#. CfPbF +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "Lower barrier (set to 0 for no lower barrier)" +msgstr "انخفاض الحاجز (تعيين إلى 0 لعدم انخفاض الحاجز)" + +#. 9cRwz +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "barrier_up" +msgstr "barrier_up" + +#. xLZJL +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbHit" +msgid "Upper barrier (set to 0 for no upper barrier)" +msgstr "الحاجز العلوي (تعيين إلى 0 لعدم وجود حد علوي)" + +#. EGDE8 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "" +"Probability that an asset will at maturity end up between two barrier " +"levels, assuming it follows dS/S = mu dt + vol dW (if the last two optional " +"parameters (strike, put/call) are specified, the probability of S_T in " +"[strike, upper barrier] for a call and S_T in [lower barrier, strike] for a " +"put will be returned)" +msgstr "" +"احتمال وجود الأصول في نهاية المطاف ما يصل بين مستويات النضج حاجز اثنين، على " +"افتراض أنه يلي dS/ S = mu dt+ dW vol (إذا تم تحديد الخيارين الأخيرين " +"(الإضراب، وضع / دعوة)، واحتمال S_T في [الإضراب، الحاجز العلوي] لمكالمة S_T " +"في[الإضراب، الحاجز الأدنى] وبالنسبة لخيار البيع يتم إعادته)" + +#. hCYDy +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "spot" +msgstr "فوري" + +#. WsfBx +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "Price/value of the asset" +msgstr "سعر/قيمة الأصل" + +#. MPbAe +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "vol" +msgstr "المجلد" + +#. LS34G +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "Annual volatility of the asset" +msgstr "التذبذبات السنوية للأصل" + +#. oscBj +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "drift" +msgstr "عائمة" + +#. b9uKH +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "Parameter mu from dS/S = mu dt + vol dW" +msgstr "المعامل mu في dS/S = mu dt + vol dW" + +#. EAhiT +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "T" +msgstr "ز" + +#. EbYRY +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "Time to maturity in years" +msgstr "وقت الاستحاق بالسنوات" + +#. CD9Zf +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "barrier_low" +msgstr "barrier_low" + +#. AMhM4 +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "Lower barrier (set to 0 for no lower barrier)" +msgstr "انخفاض الحاجز (تعيين إلى 0 لعدم انخفاض الحاجز)" + +#. AnqpW +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "barrier_up" +msgstr "barrier_up" + +#. XeFcH +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "Upper barrier (set to 0 for no upper barrier)" +msgstr "الحاجز العلوي (تعيين إلى 0 لعدم وجود حد علوي)" + +#. h5bwM +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "put/call" +msgstr "وضع / دعوة" + +#. 25asq +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "Optional (p)ut/(c)all indicator" +msgstr "الوضع الاختياري/ ينادي المؤشر" + +#. bUudC +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "strike" +msgstr "شطب" + +#. DyhDw +#: pricing.src +msgctxt "PRICING_FUNCDESC_OptProbInMoney" +msgid "Optional strike level" +msgstr "مستوى الإضراب الاختياري" + +#. 8xTrH +#: pricing.src +msgctxt "PRICING_FUNCNAME_OptBarrier" +msgid "OPT_BARRIER" +msgstr "" + +#. 5xNGn +#: pricing.src +msgctxt "PRICING_FUNCNAME_OptTouch" +msgid "OPT_TOUCH" +msgstr "" + +#. pnGGe +#: pricing.src +msgctxt "PRICING_FUNCNAME_OptProbHit" +msgid "OPT_PROB_HIT" +msgstr "" + +#. s75E5 +#: pricing.src +msgctxt "PRICING_FUNCNAME_OptProbInMoney" +msgid "OPT_PROB_INMONEY" +msgstr "" + +#. VGRBw +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffWeeks" +msgid "Calculates the number of weeks in a specific period" +msgstr "تحسب عدد الأسابيع في فترة معينة" + +#. GzBRZ +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffWeeks" +msgid "Start date" +msgstr "تاريخ البدء" + +#. cP4gN +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffWeeks" +msgid "First day of the period" +msgstr "اليوم الأول من الفترة" + +#. CbDGV +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffWeeks" +msgid "End date" +msgstr "تاريخ الانتهاء" + +#. NJwqc +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffWeeks" +msgid "Last day of the period" +msgstr "اليوم الأخير من الفترة" + +#. J6GA2 +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffWeeks" +msgid "Type" +msgstr "النوع" + +#. TaWZM +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffWeeks" +msgid "" +"Type of calculation: Type=0 means the time interval, Type=1 means calendar " +"weeks." +msgstr "نوع الحساب: النوع=0 يعني الفاصل الزمني، النوع=1 يعني أسابيع التقويم." + +#. MhuHk +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffMonths" +msgid "Determines the number of months in a specific period." +msgstr "تُحدّد عدد الأشهر في فترة معينة." + +#. CWPgV +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffMonths" +msgid "Start date" +msgstr "تاريخ البدء" + +#. joP95 +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffMonths" +msgid "First day of the period." +msgstr "اليوم الأول في الفترة." + +#. MPAeA +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffMonths" +msgid "End date" +msgstr "تاريخ الانتهاء" + +#. GRW2z +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffMonths" +msgid "Last day of the period." +msgstr "اليوم الأخير في الفترة." + +#. FG6Yn +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffMonths" +msgid "Type" +msgstr "النوع" + +#. Rui9R +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffMonths" +msgid "" +"Type of calculation: Type=0 means the time interval, Type=1 means calendar " +"months." +msgstr "نوع الحساب: النوع=0 يعني الفاصل الزمني، النوع=1 يعني أشهر التقويم." + +#. GdYZ5 +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffYears" +msgid "Calculates the number of years in a specific period." +msgstr "تحسب عدد السنين في فترة معينة." + +#. Ep8if +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffYears" +msgid "Start date" +msgstr "تاريخ البدء" + +#. 86b9L +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffYears" +msgid "First day of the period" +msgstr "اليوم الأول من الفترة" + +#. LMX7Q +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffYears" +msgid "End date" +msgstr "تاريخ الانتهاء" + +#. mcrms +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffYears" +msgid "Last day of the period" +msgstr "اليوم الأخير من الفترة" + +#. erjJb +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffYears" +msgid "Type" +msgstr "النوع" + +#. V2Af2 +#: datefunc.src +msgctxt "DATE_FUNCDESC_DiffYears" +msgid "" +"Type of calculation: Type=0 means the time interval, Type=1 means calendar " +"years." +msgstr "نوع الحساب: النوع=0 يعني الفاصل الزمني، النوع=1 يعني سنين التقويم." + +#. s8rqv +#: datefunc.src +msgctxt "DATE_FUNCDESC_IsLeapYear" +msgid "" +"Returns 1 (TRUE) if the date is a day of a leap year, otherwise 0 (FALSE)." +msgstr "" +"تُرجع 1 (صحيح) إن كان التاريخ هو أحد أيام السنة الكبيسة، وإلا 0 (خطأ)." + +#. mgbkL +#: datefunc.src +msgctxt "DATE_FUNCDESC_IsLeapYear" +msgid "Date" +msgstr "التاريخ" + +#. 3MCbg +#: datefunc.src +msgctxt "DATE_FUNCDESC_IsLeapYear" +msgid "Any day in the desired year" +msgstr "أي يوم من أيام السنة المطلوبة" + +#. 3NAxZ +#: datefunc.src +msgctxt "DATE_FUNCDESC_DaysInMonth" +msgid "" +"Returns the number of days of the month in which the date entered occurs" +msgstr "تُرجع عدد أيام الشهر الذي يحدده التاريخ" + +#. cCoZL +#: datefunc.src +msgctxt "DATE_FUNCDESC_DaysInMonth" +msgid "Date" +msgstr "التاريخ" + +#. BdBqM +#: datefunc.src +msgctxt "DATE_FUNCDESC_DaysInMonth" +msgid "Any day in the desired month" +msgstr "أي يوم من أيام الشهر المطلوب" + +#. CJAFG +#: datefunc.src +msgctxt "DATE_FUNCDESC_DaysInYear" +msgid "" +"Returns the number of days of the year in which the date entered occurs." +msgstr "تُرجع عدد أيام السنة التي يحددها التاريخ." + +#. HUPEP +#: datefunc.src +msgctxt "DATE_FUNCDESC_DaysInYear" +msgid "Date" +msgstr "التاريخ" + +#. pKgJp +#: datefunc.src +msgctxt "DATE_FUNCDESC_DaysInYear" +msgid "Any day in the desired year" +msgstr "أي يوم من أيام السنة المطلوبة" + +#. i22CF +#: datefunc.src +msgctxt "DATE_FUNCDESC_WeeksInYear" +msgid "" +"Returns the number of weeks of the year in which the date entered occurs" +msgstr "تُرجع عدد أسابيع السنة التي يحددها التاريخ." + +#. dKBwR +#: datefunc.src +msgctxt "DATE_FUNCDESC_WeeksInYear" +msgid "Date" +msgstr "التاريخ" + +#. hULbr +#: datefunc.src +msgctxt "DATE_FUNCDESC_WeeksInYear" +msgid "Any day in the desired year" +msgstr "أي يوم من أيام السنة المطلوبة" + +#. U4M9a +#: datefunc.src +msgctxt "DATE_FUNCDESC_Rot13" +msgid "Encrypts or decrypts a text using the ROT13 algorithm" +msgstr "تُعمّي أو تفك تعمية النص باستخدام خوارزمية ROT13" + +#. dZ8dq +#: datefunc.src +msgctxt "DATE_FUNCDESC_Rot13" +msgid "Text" +msgstr "النص" + +#. jhFkb +#: datefunc.src +msgctxt "DATE_FUNCDESC_Rot13" +msgid "Text to be encrypted or text already encrypted" +msgstr "النص المطلوب تعميته أو المعمّى مسبقا" + +#. Hb9ck +#: datefunc.src +msgctxt "DATE_FUNCNAME_DiffWeeks" +msgid "WEEKS" +msgstr "" + +#. jCkdR +#: datefunc.src +msgctxt "DATE_FUNCNAME_DiffMonths" +msgid "MONTHS" +msgstr "" + +#. rqGRw +#: datefunc.src +msgctxt "DATE_FUNCNAME_DiffYears" +msgid "YEARS" +msgstr "" + +#. rUFQG +#: datefunc.src +msgctxt "DATE_FUNCNAME_IsLeapYear" +msgid "ISLEAPYEAR" +msgstr "" + +#. GFwc8 +#: datefunc.src +msgctxt "DATE_FUNCNAME_DaysInMonth" +msgid "DAYSINMONTH" +msgstr "" + +#. JAngX +#: datefunc.src +msgctxt "DATE_FUNCNAME_DaysInYear" +msgid "DAYSINYEAR" +msgstr "" + +#. t2xw6 +#: datefunc.src +msgctxt "DATE_FUNCNAME_WeeksInYear" +msgid "WEEKSINYEAR" +msgstr "" + +#. 38V94 +#: datefunc.src +msgctxt "DATE_FUNCNAME_Rot13" +msgid "ROT13" +msgstr "" diff --git a/source/ar/scaddins/source/analysis.po b/source/ar/scaddins/source/analysis.po deleted file mode 100644 index 160198bc9f2..00000000000 --- a/source/ar/scaddins/source/analysis.po +++ /dev/null @@ -1,6889 +0,0 @@ -#. extracted from scaddins/source/analysis -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2017-04-12 14:13+0200\n" -"PO-Revision-Date: 2016-05-19 17:07+0000\n" -"Last-Translator: Anonymous Pootle User\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1463677625.000000\n" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Workday\n" -"Returns the serial number of the date before or after a specified number of workdays\n" -"itemlist.text" -msgid "Returns the serial number of the date before or after a specified number of workdays" -msgstr "إرجاع العدد التسلسلي لتاريخ بعد أو قبل العدد المحدد لأيام العمل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Workday\n" -"Start date\n" -"itemlist.text" -msgid "Start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Workday\n" -"The start date\n" -"itemlist.text" -msgid "The start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Workday\n" -"Days\n" -"itemlist.text" -msgid "Days" -msgstr "أيام" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Workday\n" -"The number of workdays before or after the start date\n" -"itemlist.text" -msgid "The number of workdays before or after the start date" -msgstr "عدد أيام العمل بعد أو قبل تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Workday\n" -"Holidays\n" -"itemlist.text" -msgid "Holidays" -msgstr "الإجازات" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Workday\n" -"List of date values of days off (vacation, holidays, etc.)\n" -"itemlist.text" -msgid "List of date values of days off (vacation, holidays, etc.)" -msgstr "قائمة قيم التاريخ لأيام العطلة (إجازات، عطلات، إلخ)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yearfrac\n" -"Returns the number of years (including fractional part) between two dates\n" -"itemlist.text" -msgid "Returns the number of years (including fractional part) between two dates" -msgstr "تُرجِع عدد السنوات (متضمّنة الجزء الكسري) بين تاريخين" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yearfrac\n" -"Start date\n" -"itemlist.text" -msgid "Start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yearfrac\n" -"The start date\n" -"itemlist.text" -msgid "The start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yearfrac\n" -"End date\n" -"itemlist.text" -msgid "End date" -msgstr "تاريخ الانتهاء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yearfrac\n" -"The end date\n" -"itemlist.text" -msgid "The end date" -msgstr "تاريخ الانتهاء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yearfrac\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yearfrac\n" -"Basis indicates the day-count convention to use in the calculation\n" -"itemlist.text" -msgid "Basis indicates the day-count convention to use in the calculation" -msgstr "" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Edate\n" -"Returns the serial number of the date that is a specified number of months before or after the start date\n" -"itemlist.text" -msgid "Returns the serial number of the date that is a specified number of months before or after the start date" -msgstr "إرجاع العدد التسلسلي للتاريخ الذي يقوم بتحديد عدد الأشهر قبل أو بعد تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Edate\n" -"Start date\n" -"itemlist.text" -msgid "Start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Edate\n" -"The start date\n" -"itemlist.text" -msgid "The start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Edate\n" -"Months\n" -"itemlist.text" -msgid "Months" -msgstr "شهور" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Edate\n" -"Number of months before or after the start date\n" -"itemlist.text" -msgid "Number of months before or after the start date" -msgstr "عدد الشهور قبل أو بعد تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Weeknum\n" -"Returns the number of the calendar week in which the specified date occurs.\n" -"This function exists for interoperability with older Microsoft Excel documents, for new documents use WEEKNUM instead.\n" -"itemlist.text" -msgid "" -"Returns the number of the calendar week in which the specified date occurs.\n" -"This function exists for interoperability with older Microsoft Excel documents, for new documents use WEEKNUM instead." -msgstr "" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Weeknum\n" -"Date\n" -"itemlist.text" -msgid "Date" -msgstr "التاريخ" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Weeknum\n" -"The date or date serial number\n" -"itemlist.text" -msgid "The date or date serial number" -msgstr "" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Weeknum\n" -"Return type\n" -"itemlist.text" -msgid "Return type" -msgstr "نوع الإرجاع" - -#: analysis.src -#, fuzzy -msgctxt "" -"analysis.src\n" -"ANALYSIS_Weeknum\n" -"Indicates the first day of the week (1 = Sunday, 2 = Monday)\n" -"itemlist.text" -msgid "Indicates the first day of the week (1 = Sunday, 2 = Monday)" -msgstr "تُحدِّد اليوم الأول في الأسبوع (1 = الأحد، أية قيمة أخرى = الاثنين)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Eomonth\n" -"Returns the serial number of the last day of the month that comes a certain number of months before or after the start date\n" -"itemlist.text" -msgid "Returns the serial number of the last day of the month that comes a certain number of months before or after the start date" -msgstr "إرجاع العدد التسلسلي لآخر يوم في الشهر الذي يصبح عددًا معينًا من الأشهر قبل أو بعد تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Eomonth\n" -"Start date\n" -"itemlist.text" -msgid "Start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Eomonth\n" -"The start date\n" -"itemlist.text" -msgid "The start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Eomonth\n" -"Months\n" -"itemlist.text" -msgid "Months" -msgstr "شهور" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Eomonth\n" -"Number of months before or after the start date\n" -"itemlist.text" -msgid "Number of months before or after the start date" -msgstr "عدد الشهور قبل أو بعد تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Networkdays\n" -"Returns the number of workdays between two dates.\n" -"This function exists for interoperability with older Microsoft Excel documents, for new documents use NETWORKDAYS instead.\n" -"itemlist.text" -msgid "" -"Returns the number of workdays between two dates.\n" -"This function exists for interoperability with older Microsoft Excel documents, for new documents use NETWORKDAYS instead." -msgstr "" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Networkdays\n" -"Start date\n" -"itemlist.text" -msgid "Start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Networkdays\n" -"The start date\n" -"itemlist.text" -msgid "The start date" -msgstr "تاريخ البدء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Networkdays\n" -"End date\n" -"itemlist.text" -msgid "End date" -msgstr "تاريخ الانتهاء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Networkdays\n" -"The end date\n" -"itemlist.text" -msgid "The end date" -msgstr "تاريخ الانتهاء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Networkdays\n" -"Holidays\n" -"itemlist.text" -msgid "Holidays" -msgstr "الإجازات" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Networkdays\n" -"List of date values representing days off (vacation, holidays, etc.)\n" -"itemlist.text" -msgid "List of date values representing days off (vacation, holidays, etc.)" -msgstr "قائمة قيم التاريخ التي تمثل أيام العطلة (الإجازة، العطلة، إلخ.)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Iseven\n" -"Returns the value 'true' if the number is even\n" -"itemlist.text" -msgid "Returns the value 'true' if the number is even" -msgstr "إرجاع القيمة \"صحيح\" إذا كان العدد زوجيًا" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Iseven\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Iseven\n" -"The number\n" -"itemlist.text" -msgid "The number" -msgstr "العدد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Isodd\n" -"Returns the value 'true' if the number is odd\n" -"itemlist.text" -msgid "Returns the value 'true' if the number is odd" -msgstr "إرجاع القيمة \"صحيح\" إذا كان العدد فرديًا" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Isodd\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Isodd\n" -"The number\n" -"itemlist.text" -msgid "The number" -msgstr "العدد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Multinomial\n" -"Returns the multinomial coefficient of a set of numbers\n" -"itemlist.text" -msgid "Returns the multinomial coefficient of a set of numbers" -msgstr "إرجاع معادلة متعددة المتغيرات لمجموعة أرقام" - -#: analysis.src -#, fuzzy -msgctxt "" -"analysis.src\n" -"ANALYSIS_Multinomial\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Multinomial\n" -"Number or list of numbers for which you want the multinomial coefficient\n" -"itemlist.text" -msgid "Number or list of numbers for which you want the multinomial coefficient" -msgstr "العدد أو قائمة الأعداد التي تريد معرفة المعامل المشترك لها" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Seriessum\n" -"Returns the sum of a power series\n" -"itemlist.text" -msgid "Returns the sum of a power series" -msgstr "إرجاع مجموع سلسلة أسية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Seriessum\n" -"X\n" -"itemlist.text" -msgid "X" -msgstr "س" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Seriessum\n" -"The independent variable of the power series\n" -"itemlist.text" -msgid "The independent variable of the power series" -msgstr "المتغير المستقل للسلسلة الأسية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Seriessum\n" -"N\n" -"itemlist.text" -msgid "N" -msgstr "ن" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Seriessum\n" -"The initial power to which x is to be raised\n" -"itemlist.text" -msgid "The initial power to which x is to be raised" -msgstr "الأس الأولي المطلوب أن يرفع له العدد س" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Seriessum\n" -"M\n" -"itemlist.text" -msgid "M" -msgstr "م" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Seriessum\n" -"The increment by which to increase n for each term in the series\n" -"itemlist.text" -msgid "The increment by which to increase n for each term in the series" -msgstr "الزيادة التي ستزيد \"ن\" بقيمتها لكل فترة في التسلسل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Seriessum\n" -"Coefficients\n" -"itemlist.text" -msgid "Coefficients" -msgstr "المعامل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Seriessum\n" -"Set of coefficients by which each successive power of the variable x is multiplied\n" -"itemlist.text" -msgid "Set of coefficients by which each successive power of the variable x is multiplied" -msgstr "مجموعة المعاملات التي سيتم ضرب الأس المتتالي للمتغير س فيها " - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Quotient\n" -"Returns the integer portion of a division\n" -"itemlist.text" -msgid "Returns the integer portion of a division" -msgstr "إرجاع الجزء الصحيح من عملية القسمة " - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Quotient\n" -"Numerator\n" -"itemlist.text" -msgid "Numerator" -msgstr "البسط" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Quotient\n" -"The dividend\n" -"itemlist.text" -msgid "The dividend" -msgstr "المقسوم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Quotient\n" -"Denominator\n" -"itemlist.text" -msgid "Denominator" -msgstr "المقام" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Quotient\n" -"The divisor\n" -"itemlist.text" -msgid "The divisor" -msgstr "القاسم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mround\n" -"Returns a number rounded to a specified multiple\n" -"itemlist.text" -msgid "Returns a number rounded to a specified multiple" -msgstr "إرجاع عدد مُقرب إلى متعددات محددة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mround\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mround\n" -"The number to round off\n" -"itemlist.text" -msgid "The number to round off" -msgstr "عدد للتقريب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mround\n" -"Multiple\n" -"itemlist.text" -msgid "Multiple" -msgstr "متعدد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mround\n" -"The multiple to which you want to round number\n" -"itemlist.text" -msgid "The multiple to which you want to round number" -msgstr "المتعددة التي تريد تقريب الأرقام إليها" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Sqrtpi\n" -"Returns the square root of a number which has been multiplied by pi\n" -"itemlist.text" -msgid "Returns the square root of a number which has been multiplied by pi" -msgstr "إرجاع الجذر المربع للعدد المضروب بقيمة \"ط\"" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Sqrtpi\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Sqrtpi\n" -"The number by which pi is multiplied\n" -"itemlist.text" -msgid "The number by which pi is multiplied" -msgstr "العدد الذي تم ضرب \"ط\" فيه" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Randbetween\n" -"Returns a random integer between the numbers you specify\n" -"itemlist.text" -msgid "Returns a random integer between the numbers you specify" -msgstr "إرجاع صحيح عشوائي من بين الأرقام المحددة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Randbetween\n" -"Bottom\n" -"itemlist.text" -msgid "Bottom" -msgstr "أسفل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Randbetween\n" -"The smallest integer returned\n" -"itemlist.text" -msgid "The smallest integer returned" -msgstr "أصغر عدد صحيح تم إرجاعه" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Randbetween\n" -"Top\n" -"itemlist.text" -msgid "Top" -msgstr "أعلى" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Randbetween\n" -"The largest integer returned\n" -"itemlist.text" -msgid "The largest integer returned" -msgstr "أكبر عدد صحيح تم إرجاعه" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Gcd\n" -"Returns the greatest common divisor.\n" -"This function exists for interoperability with older Microsoft Excel documents, for new documents use GCD instead.\n" -"itemlist.text" -msgid "" -"Returns the greatest common divisor.\n" -"This function exists for interoperability with older Microsoft Excel documents, for new documents use GCD instead." -msgstr "" - -#: analysis.src -#, fuzzy -msgctxt "" -"analysis.src\n" -"ANALYSIS_Gcd\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Gcd\n" -"Number or list of numbers\n" -"itemlist.text" -msgid "Number or list of numbers" -msgstr "عدد أو قائمة أعداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Lcm\n" -"Returns the least common multiple.\n" -"This function exists for interoperability with older Microsoft Excel documents, for new documents use LCM instead.\n" -"itemlist.text" -msgid "" -"Returns the least common multiple.\n" -"This function exists for interoperability with older Microsoft Excel documents, for new documents use LCM instead." -msgstr "" - -#: analysis.src -#, fuzzy -msgctxt "" -"analysis.src\n" -"ANALYSIS_Lcm\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Lcm\n" -"Number or list of numbers\n" -"itemlist.text" -msgid "Number or list of numbers" -msgstr "عدد أو قائمة أعداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besseli\n" -"Returns the modified Bessel function In(x)\n" -"itemlist.text" -msgid "Returns the modified Bessel function In(x)" -msgstr "إرجاع دالة Bessel المعدلة In(x)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besseli\n" -"X\n" -"itemlist.text" -msgid "X" -msgstr "س" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besseli\n" -"The value at which the function is to be evaluated\n" -"itemlist.text" -msgid "The value at which the function is to be evaluated" -msgstr "القيمة التي ستبلغ الدالة عندها القيمة المطلوبة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besseli\n" -"N\n" -"itemlist.text" -msgid "N" -msgstr "ن" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besseli\n" -"The order of the Bessel function\n" -"itemlist.text" -msgid "The order of the Bessel function" -msgstr "ترتيب دالة Bessel" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselj\n" -"Returns the Bessel function Jn(x)\n" -"itemlist.text" -msgid "Returns the Bessel function Jn(x)" -msgstr "إرجاع دالة Bessel Jn(x)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselj\n" -"X\n" -"itemlist.text" -msgid "X" -msgstr "س" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselj\n" -"The value at which the function is to be evaluated\n" -"itemlist.text" -msgid "The value at which the function is to be evaluated" -msgstr "القيمة التي ستبلغ الدالة عندها القيمة المطلوبة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselj\n" -"N\n" -"itemlist.text" -msgid "N" -msgstr "ن" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselj\n" -"The order of the Bessel function\n" -"itemlist.text" -msgid "The order of the Bessel function" -msgstr "ترتيب دالة Bessel" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselk\n" -"Returns the Bessel function Kn(x)\n" -"itemlist.text" -msgid "Returns the Bessel function Kn(x)" -msgstr "إرجاع دالة Bessel Kn(x)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselk\n" -"X\n" -"itemlist.text" -msgid "X" -msgstr "س" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselk\n" -"The value at which the function is to be evaluated\n" -"itemlist.text" -msgid "The value at which the function is to be evaluated" -msgstr "القيمة التي ستبلغ الدالة عندها القيمة المطلوبة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselk\n" -"N\n" -"itemlist.text" -msgid "N" -msgstr "ن" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Besselk\n" -"The order of the Bessel function\n" -"itemlist.text" -msgid "The order of the Bessel function" -msgstr "ترتيب دالة Bessel" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bessely\n" -"Returns the Bessel function Yn(x)\n" -"itemlist.text" -msgid "Returns the Bessel function Yn(x)" -msgstr "إرجاع دالة Bessel Yn(x)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bessely\n" -"X\n" -"itemlist.text" -msgid "X" -msgstr "س" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bessely\n" -"The value at which the function is to be evaluated\n" -"itemlist.text" -msgid "The value at which the function is to be evaluated" -msgstr "القيمة التي ستبلغ الدالة عندها القيمة المطلوبة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bessely\n" -"N\n" -"itemlist.text" -msgid "N" -msgstr "ن" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bessely\n" -"The order of the Bessel function\n" -"itemlist.text" -msgid "The order of the Bessel function" -msgstr "ترتيب دالة Bessel" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Oct\n" -"Converts a binary number to an octal number\n" -"itemlist.text" -msgid "Converts a binary number to an octal number" -msgstr "تحويل العدد الثنائي إلى عدد ثماني" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Oct\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Oct\n" -"The binary number to be converted (as text)\n" -"itemlist.text" -msgid "The binary number to be converted (as text)" -msgstr "العدد الثنائي الذي سيحول (كنص)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Oct\n" -"Places\n" -"itemlist.text" -msgid "Places" -msgstr "المنازل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Oct\n" -"Number of places used\n" -"itemlist.text" -msgid "Number of places used" -msgstr "عدد المنازل المستخدمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Dec\n" -"Converts a binary number to a decimal number\n" -"itemlist.text" -msgid "Converts a binary number to a decimal number" -msgstr "تحويل العدد الثنائي إلى عدد عشري" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Dec\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Dec\n" -"The binary number to be converted (as text)\n" -"itemlist.text" -msgid "The binary number to be converted (as text)" -msgstr "العدد الثنائي الذي سيحول (كنص)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Hex\n" -"Converts a binary number to a hexadecimal number\n" -"itemlist.text" -msgid "Converts a binary number to a hexadecimal number" -msgstr "تحويل العدد الثنائي إلى عدد سداسي عشري" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Hex\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Hex\n" -"The binary number to be converted (as text)\n" -"itemlist.text" -msgid "The binary number to be converted (as text)" -msgstr "العدد الثنائي الذي سيحول (كنص)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Hex\n" -"Places\n" -"itemlist.text" -msgid "Places" -msgstr "المنازل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Bin2Hex\n" -"Number of places used.\n" -"itemlist.text" -msgid "Number of places used." -msgstr "عدد المنازل المستخدمة. " - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Bin\n" -"Converts an octal number to a binary number\n" -"itemlist.text" -msgid "Converts an octal number to a binary number" -msgstr "تحويل الأرقام الثمانية إلى أرقام ثنائية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Bin\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Bin\n" -"The octal number to be converted (as text)\n" -"itemlist.text" -msgid "The octal number to be converted (as text)" -msgstr "العدد الثماني الذي سيحول (كنص)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Bin\n" -"Places\n" -"itemlist.text" -msgid "Places" -msgstr "المنازل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Bin\n" -"Number of places used\n" -"itemlist.text" -msgid "Number of places used" -msgstr "عدد المنازل المستخدمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Dec\n" -"Converts an octal number to a decimal number\n" -"itemlist.text" -msgid "Converts an octal number to a decimal number" -msgstr "تحويل الأرقام الثمانية إلى أرقام عشرية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Dec\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Dec\n" -"The octal number to be converted (as text)\n" -"itemlist.text" -msgid "The octal number to be converted (as text)" -msgstr "العدد الثماني الذي سيحول (كنص)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Hex\n" -"Converts an octal number to a hexadecimal number\n" -"itemlist.text" -msgid "Converts an octal number to a hexadecimal number" -msgstr "تحويل الأرقام الثمانية إلى أرقام سداسية عشرية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Hex\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Hex\n" -"The octal number to be converted (as text)\n" -"itemlist.text" -msgid "The octal number to be converted (as text)" -msgstr "العدد الثماني الذي سيحول (كنص)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Hex\n" -"Places\n" -"itemlist.text" -msgid "Places" -msgstr "المنازل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oct2Hex\n" -"Number of places used\n" -"itemlist.text" -msgid "Number of places used" -msgstr "عدد المنازل المستخدمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Bin\n" -"Converts a decimal number to a binary number\n" -"itemlist.text" -msgid "Converts a decimal number to a binary number" -msgstr "تحويل الأرقام العشرية إلى أرقام ثنائية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Bin\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Bin\n" -"The decimal integer to be converted\n" -"itemlist.text" -msgid "The decimal integer to be converted" -msgstr "العدد الصحيح العشري الذي سيتم تحويله" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Bin\n" -"Places\n" -"itemlist.text" -msgid "Places" -msgstr "المنازل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Bin\n" -"Number of places used\n" -"itemlist.text" -msgid "Number of places used" -msgstr "عدد المنازل المستخدمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Hex\n" -"Converts a decimal number to a hexadecimal number\n" -"itemlist.text" -msgid "Converts a decimal number to a hexadecimal number" -msgstr "تحويل الأرقام العشرية إلى أرقام سداسية عشرية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Hex\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Hex\n" -"The decimal integer to be converted\n" -"itemlist.text" -msgid "The decimal integer to be converted" -msgstr "العدد الصحيح العشري الذي سيتم تحويله" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Hex\n" -"Places\n" -"itemlist.text" -msgid "Places" -msgstr "المنازل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Hex\n" -"Number of places used\n" -"itemlist.text" -msgid "Number of places used" -msgstr "عدد المنازل المستخدمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Oct\n" -"Converts a decimal number into an octal number\n" -"itemlist.text" -msgid "Converts a decimal number into an octal number" -msgstr "تحويل الأرقام العشرية إلى أرقام ثمانية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Oct\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Oct\n" -"The decimal number\n" -"itemlist.text" -msgid "The decimal number" -msgstr "عدد عشري" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Oct\n" -"Places\n" -"itemlist.text" -msgid "Places" -msgstr "المنازل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dec2Oct\n" -"Number of places used\n" -"itemlist.text" -msgid "Number of places used" -msgstr "عدد المنازل المستخدمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Bin\n" -"Converts a hexadecimal number to a binary number\n" -"itemlist.text" -msgid "Converts a hexadecimal number to a binary number" -msgstr "تحويل الأرقام السداسية عشرية إلى أرقام ثنائية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Bin\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Bin\n" -"The hexadecimal number to be converted (as text)\n" -"itemlist.text" -msgid "The hexadecimal number to be converted (as text)" -msgstr "العدد السداسي عشري الذي سيحول (كنص)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Bin\n" -"Places\n" -"itemlist.text" -msgid "Places" -msgstr "المنازل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Bin\n" -"Number of places used\n" -"itemlist.text" -msgid "Number of places used" -msgstr "عدد المنازل المستخدمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Dec\n" -"Converts a hexadecimal number to a decimal number\n" -"itemlist.text" -msgid "Converts a hexadecimal number to a decimal number" -msgstr "تحويل الأرقام السداسية عشرية إلى أرقام عشرية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Dec\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Dec\n" -"The hexadecimal number to be converted (as text)\n" -"itemlist.text" -msgid "The hexadecimal number to be converted (as text)" -msgstr "العدد السداسي عشري الذي سيحول (كنص)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Oct\n" -"Converts a hexadecimal number to an octal number\n" -"itemlist.text" -msgid "Converts a hexadecimal number to an octal number" -msgstr "تحويل الأرقام السداسية عشرية إلى أرقام ثمانية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Oct\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Oct\n" -"The hexadecimal number to be converted (as text)\n" -"itemlist.text" -msgid "The hexadecimal number to be converted (as text)" -msgstr "العدد السداسي عشري الذي سيحول (كنص)" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Oct\n" -"Places\n" -"itemlist.text" -msgid "Places" -msgstr "المنازل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Hex2Oct\n" -"Number of places used\n" -"itemlist.text" -msgid "Number of places used" -msgstr "عدد المنازل المستخدمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Delta\n" -"Tests whether two values are equal\n" -"itemlist.text" -msgid "Tests whether two values are equal" -msgstr "اختبار ما إذا كانت القيمتان متساويتين" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Delta\n" -"Number 1\n" -"itemlist.text" -msgid "Number 1" -msgstr "العدد 1" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Delta\n" -"The first number\n" -"itemlist.text" -msgid "The first number" -msgstr "العدد الأول" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Delta\n" -"Number 2\n" -"itemlist.text" -msgid "Number 2" -msgstr "العدد 2" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Delta\n" -"The second number\n" -"itemlist.text" -msgid "The second number" -msgstr "العدد الثاني" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Erf\n" -"Returns the error function\n" -"itemlist.text" -msgid "Returns the error function" -msgstr "إرجاع دالة الخطأ" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Erf\n" -"Lower limit\n" -"itemlist.text" -msgid "Lower limit" -msgstr "الحد اﻷدنى" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Erf\n" -"The lower limit for integration\n" -"itemlist.text" -msgid "The lower limit for integration" -msgstr "الحد اﻷدنى للتكامل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Erf\n" -"Upper limit\n" -"itemlist.text" -msgid "Upper limit" -msgstr "الحد الأقصى" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Erf\n" -"The upper limit for integration\n" -"itemlist.text" -msgid "The upper limit for integration" -msgstr "أعلى حد للتكامل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Erfc\n" -"Returns the complementary error function\n" -"itemlist.text" -msgid "Returns the complementary error function" -msgstr "إرجاع دالة الخطأ المتمم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Erfc\n" -"Lower limit\n" -"itemlist.text" -msgid "Lower limit" -msgstr "الحد اﻷدنى" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Erfc\n" -"The lower limit for integration\n" -"itemlist.text" -msgid "The lower limit for integration" -msgstr "الحد اﻷدنى للتكامل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Gestep\n" -"Tests whether a number is greater than a threshold value\n" -"itemlist.text" -msgid "Tests whether a number is greater than a threshold value" -msgstr "التحقق من أن العدد أكبر من القيمة المُستهلة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Gestep\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Gestep\n" -"The value to test against step\n" -"itemlist.text" -msgid "The value to test against step" -msgstr "القيمة لاختبارها من خلال الخطوة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Gestep\n" -"Step\n" -"itemlist.text" -msgid "Step" -msgstr "خطوة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Gestep\n" -"The threshold value\n" -"itemlist.text" -msgid "The threshold value" -msgstr "" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Factdouble\n" -"Returns the double factorial of Number\n" -"itemlist.text" -msgid "Returns the double factorial of Number" -msgstr "إرجاع العامل المزدوج للعدد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Factdouble\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Factdouble\n" -"The number\n" -"itemlist.text" -msgid "The number" -msgstr "العدد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imabs\n" -"Returns the absolute value (modulus) of a complex number\n" -"itemlist.text" -msgid "Returns the absolute value (modulus) of a complex number" -msgstr "إرجاع القيمة المطلقة (المعامل) للعدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imabs\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imabs\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imaginary\n" -"Returns the imaginary coefficient of a complex number\n" -"itemlist.text" -msgid "Returns the imaginary coefficient of a complex number" -msgstr "إرجاع المعامل التخيلي للعدد المركب " - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imaginary\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imaginary\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Impower\n" -"Returns a complex number raised to a real power\n" -"itemlist.text" -msgid "Returns a complex number raised to a real power" -msgstr "تُرجِع العدد المركب مرفوعًا لقوة عدد حقيقي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Impower\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Impower\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Impower\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Impower\n" -"Power to which the complex number is raised\n" -"itemlist.text" -msgid "Power to which the complex number is raised" -msgstr "الأس الذي رفع له عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imargument\n" -"Returns the argument theta, an angle expressed in radians\n" -"itemlist.text" -msgid "Returns the argument theta, an angle expressed in radians" -msgstr "إرجاع المعامل ثيتا، زاوية معبر عنها بزوايا أنصاف الاقطار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imargument\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imargument\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcos\n" -"Returns the cosine of a complex number\n" -"itemlist.text" -msgid "Returns the cosine of a complex number" -msgstr "إرجاع جيب تمام الزاوية لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcos\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcos\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imdiv\n" -"Returns the quotient of two complex numbers\n" -"itemlist.text" -msgid "Returns the quotient of two complex numbers" -msgstr "إرجاع حاصل قسمة عددين مركبين" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imdiv\n" -"Numerator\n" -"itemlist.text" -msgid "Numerator" -msgstr "البسط" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imdiv\n" -"The dividend\n" -"itemlist.text" -msgid "The dividend" -msgstr "المقسوم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imdiv\n" -"Denominator\n" -"itemlist.text" -msgid "Denominator" -msgstr "المقام" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imdiv\n" -"The divisor\n" -"itemlist.text" -msgid "The divisor" -msgstr "القاسم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imexp\n" -"Returns the algebraic form of the exponential of a complex number\n" -"itemlist.text" -msgid "Returns the algebraic form of the exponential of a complex number" -msgstr "إرجاع النموذج الجبري الأسي للعدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imexp\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imexp\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imconjugate\n" -"Returns the complex conjugate of a complex number\n" -"itemlist.text" -msgid "Returns the complex conjugate of a complex number" -msgstr "إرجاع المترافق المركب لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imconjugate\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imconjugate\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imln\n" -"Returns the natural logarithm of a complex number\n" -"itemlist.text" -msgid "Returns the natural logarithm of a complex number" -msgstr "إرجاع الخوارزمية الطبيعية لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imln\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imln\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imlog10\n" -"Returns the base-10 logarithm of a complex number\n" -"itemlist.text" -msgid "Returns the base-10 logarithm of a complex number" -msgstr "إرجاع خوارزمية الأساس 10 لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imlog10\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imlog10\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imlog2\n" -"Returns the base-2 logarithm of a complex number\n" -"itemlist.text" -msgid "Returns the base-2 logarithm of a complex number" -msgstr "إرجاع خوارزمية الأساس 2 لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imlog2\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imlog2\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Improduct\n" -"Returns the product of several complex numbers\n" -"itemlist.text" -msgid "Returns the product of several complex numbers" -msgstr "إرجاع ناتج لأرقام عديدة مختلفة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Improduct\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Improduct\n" -"The first complex number\n" -"itemlist.text" -msgid "The first complex number" -msgstr "العدد المركب الأول" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Improduct\n" -"Another complex number\n" -"itemlist.text" -msgid "Another complex number" -msgstr "عدد مركب آخر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imreal\n" -"Returns the real coefficient of a complex number\n" -"itemlist.text" -msgid "Returns the real coefficient of a complex number" -msgstr "إرجاع المعامل الحقيقي لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imreal\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imreal\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsin\n" -"Returns the sine of a complex number\n" -"itemlist.text" -msgid "Returns the sine of a complex number" -msgstr "إرجاع جيب الزاوية لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsin\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsin\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsub\n" -"Returns the difference of two complex numbers\n" -"itemlist.text" -msgid "Returns the difference of two complex numbers" -msgstr "إرجاع الفرق لعددين مركبين" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsub\n" -"Complex number 1\n" -"itemlist.text" -msgid "Complex number 1" -msgstr "" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsub\n" -"Complex number 2\n" -"itemlist.text" -msgid "Complex number 2" -msgstr "" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsqrt\n" -"Returns the square root of a complex number\n" -"itemlist.text" -msgid "Returns the square root of a complex number" -msgstr "إرجاع الجذر التربيعي لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsqrt\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsqrt\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsum\n" -"Returns the sum of complex numbers\n" -"itemlist.text" -msgid "Returns the sum of complex numbers" -msgstr "إرجاع مجموع الأرقام المركبة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsum\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsum\n" -"The complex number\n" -"itemlist.text" -msgid "The complex number" -msgstr "العدد المركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imtan\n" -"Returns the tangent of a complex number\n" -"itemlist.text" -msgid "Returns the tangent of a complex number" -msgstr "إرجاع جيب الزاوية لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imtan\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imtan\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsec\n" -"Returns the secant of a complex number\n" -"itemlist.text" -msgid "Returns the secant of a complex number" -msgstr "إرجاع القاطع لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsec\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsec\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcsc\n" -"Returns the cosecant of a complex number\n" -"itemlist.text" -msgid "Returns the cosecant of a complex number" -msgstr "إرجاع قاطع التمام لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcsc\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcsc\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcot\n" -"Returns the cotangent of a complex number\n" -"itemlist.text" -msgid "Returns the cotangent of a complex number" -msgstr "إرجاع ظل التمام لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcot\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcot\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsinh\n" -"Returns the hyperbolic sine of a complex number\n" -"itemlist.text" -msgid "Returns the hyperbolic sine of a complex number" -msgstr "إرجاع القطع الزائد لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsinh\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsinh\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcosh\n" -"Returns the hyperbolic cosine of a complex number\n" -"itemlist.text" -msgid "Returns the hyperbolic cosine of a complex number" -msgstr "إرجاع جيب القطع الزائد لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcosh\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcosh\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsech\n" -"Returns the hyperbolic secant of a complex number\n" -"itemlist.text" -msgid "Returns the hyperbolic secant of a complex number" -msgstr "إرجاع قاطع القطع الزائد لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsech\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imsech\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcsch\n" -"Returns the hyperbolic cosecant of a complex number\n" -"itemlist.text" -msgid "Returns the hyperbolic cosecant of a complex number" -msgstr "إرجاع ظل تمام القطع الزائد لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcsch\n" -"Complex number\n" -"itemlist.text" -msgid "Complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Imcsch\n" -"A complex number\n" -"itemlist.text" -msgid "A complex number" -msgstr "عدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Complex\n" -"Converts real and imaginary coefficients into a complex number\n" -"itemlist.text" -msgid "Converts real and imaginary coefficients into a complex number" -msgstr "تحويل المعاملات الحقيقية والتخيلية لعدد مركب" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Complex\n" -"Real num\n" -"itemlist.text" -msgid "Real num" -msgstr "عدد حقيقي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Complex\n" -"The real coefficient\n" -"itemlist.text" -msgid "The real coefficient" -msgstr "المعامل الحقيقي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Complex\n" -"I num\n" -"itemlist.text" -msgid "I num" -msgstr "عدد واحد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Complex\n" -"The imaginary coefficient\n" -"itemlist.text" -msgid "The imaginary coefficient" -msgstr "المعامل التخيلي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Complex\n" -"Suffix\n" -"itemlist.text" -msgid "Suffix" -msgstr "اللاحقة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Complex\n" -"The suffix\n" -"itemlist.text" -msgid "The suffix" -msgstr "اللاحقة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Convert\n" -"Converts a number from one measurement system to another\n" -"itemlist.text" -msgid "Converts a number from one measurement system to another" -msgstr "تحويل عدد من نظام قياس إلى آخر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Convert\n" -"Number\n" -"itemlist.text" -msgid "Number" -msgstr "الرقم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Convert\n" -"The number\n" -"itemlist.text" -msgid "The number" -msgstr "العدد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Convert\n" -"From unit\n" -"itemlist.text" -msgid "From unit" -msgstr "من الوحدة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Convert\n" -"Unit of measure for number\n" -"itemlist.text" -msgid "Unit of measure for number" -msgstr "وحدة القياس للعدد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Convert\n" -"To unit\n" -"itemlist.text" -msgid "To unit" -msgstr "إلى الوحدة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Convert\n" -"Unit of measure for the result\n" -"itemlist.text" -msgid "Unit of measure for the result" -msgstr "وحدة القياس للنتيجة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Returns the prorated linear depreciation of an asset for each accounting period\n" -"itemlist.text" -msgid "Returns the prorated linear depreciation of an asset for each accounting period" -msgstr "إرجاع الإهلاك الخطي الموزع للأصل لكل فترة محاسبة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Cost\n" -"itemlist.text" -msgid "Cost" -msgstr "التكلفة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Cost of the asset\n" -"itemlist.text" -msgid "Cost of the asset" -msgstr "تكلفة اﻷصل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Date purchased\n" -"itemlist.text" -msgid "Date purchased" -msgstr "تاريخ الشراء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Purchase date of the asset\n" -"itemlist.text" -msgid "Purchase date of the asset" -msgstr "تاريخ الشراء للأصل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"First period\n" -"itemlist.text" -msgid "First period" -msgstr "الفترة اﻷولى" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Date the first period ends\n" -"itemlist.text" -msgid "Date the first period ends" -msgstr "تاريخ نهاية أول فترة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Salvage\n" -"itemlist.text" -msgid "Salvage" -msgstr "قيمة الخردة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Salvage value of an asset at the end of its life\n" -"itemlist.text" -msgid "Salvage value of an asset at the end of its life" -msgstr "القيمة الخردة للأصول في نهاية حياتها" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Period\n" -"itemlist.text" -msgid "Period" -msgstr "الفترة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"The period\n" -"itemlist.text" -msgid "The period" -msgstr "الفترة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"The rate of depreciation\n" -"itemlist.text" -msgid "The rate of depreciation" -msgstr "معدل الإهلاك" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amordegrc\n" -"The year basis to be used\n" -"itemlist.text" -msgid "The year basis to be used" -msgstr "أساس السنة المستخدم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"Returns the prorated linear depreciation of an asset for each accounting period\n" -"itemlist.text" -msgid "Returns the prorated linear depreciation of an asset for each accounting period" -msgstr "إرجاع الإهلاك الخطي الموزع للأصل لكل فترة محاسبة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"Cost\n" -"itemlist.text" -msgid "Cost" -msgstr "التكلفة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"Cost of the asset\n" -"itemlist.text" -msgid "Cost of the asset" -msgstr "تكلفة اﻷصل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"Date purchased\n" -"itemlist.text" -msgid "Date purchased" -msgstr "تاريخ الشراء" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"Purchase date of the asset\n" -"itemlist.text" -msgid "Purchase date of the asset" -msgstr "تاريخ الشراء للأصل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"First period\n" -"itemlist.text" -msgid "First period" -msgstr "الفترة اﻷولى" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"The date the first period ends\n" -"itemlist.text" -msgid "The date the first period ends" -msgstr "التاريخ الذي تنتهي فيه الفترة الأولى" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"Salvage\n" -"itemlist.text" -msgid "Salvage" -msgstr "قيمة الخردة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"The salvage value of an asset at the end of its life\n" -"itemlist.text" -msgid "The salvage value of an asset at the end of its life" -msgstr "قيمة الخردة لأصول في نهاية حياتها" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"Period\n" -"itemlist.text" -msgid "Period" -msgstr "الفترة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"The period\n" -"itemlist.text" -msgid "The period" -msgstr "الفترة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"The rate of depreciation\n" -"itemlist.text" -msgid "The rate of depreciation" -msgstr "معدل الإهلاك" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Amorlinc\n" -"The year basis to be used\n" -"itemlist.text" -msgid "The year basis to be used" -msgstr "أساس السنة المستخدم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"Returns the accrued interest for a security that pays periodic interest\n" -"itemlist.text" -msgid "Returns the accrued interest for a security that pays periodic interest" -msgstr "إرجاع الفوائد التي أصبحت مستحقة لسند يدفع فوائد دورية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"Issue\n" -"itemlist.text" -msgid "Issue" -msgstr "إصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"Issue date of the security\n" -"itemlist.text" -msgid "Issue date of the security" -msgstr "تاريخ إصدار الاعتماد المالي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"First interest\n" -"itemlist.text" -msgid "First interest" -msgstr "العائد اﻷول" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"First interest date of the security\n" -"itemlist.text" -msgid "First interest date of the security" -msgstr "تاريخ العائد اﻷول للاعتماد المالي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"Par\n" -"itemlist.text" -msgid "Par" -msgstr "قيمة اسمية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"The par value\n" -"itemlist.text" -msgid "The par value" -msgstr "القيمة الاسمية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrint\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"Returns the accrued interest for a security that pays interest at maturity\n" -"itemlist.text" -msgid "Returns the accrued interest for a security that pays interest at maturity" -msgstr "إرجاع الفوائد التي أصبحت مستحقة لسند يدفع فوائد عند الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"Issue\n" -"itemlist.text" -msgid "Issue" -msgstr "إصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"The issue date\n" -"itemlist.text" -msgid "The issue date" -msgstr "تاريخ اﻹصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"Par\n" -"itemlist.text" -msgid "Par" -msgstr "قيمة اسمية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"The par value\n" -"itemlist.text" -msgid "The par value" -msgstr "القيمة الاسمية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Accrintm\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"Returns the amount paid out at maturity for a fully invested security\n" -"itemlist.text" -msgid "Returns the amount paid out at maturity for a fully invested security" -msgstr "إرجاع الحصيلة التي دفعت عند الاستحقاق للسند المستثمر كليًا" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"Investment\n" -"itemlist.text" -msgid "Investment" -msgstr "استثمار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"The investment\n" -"itemlist.text" -msgid "The investment" -msgstr "الاستثمار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"Discount\n" -"itemlist.text" -msgid "Discount" -msgstr "التخفيض" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"The discount\n" -"itemlist.text" -msgid "The discount" -msgstr "التخفيض" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Received\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"Returns the discount rate for a security\n" -"itemlist.text" -msgid "Returns the discount rate for a security" -msgstr "إرجاع نسبة الخصم للسند المالي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"Price\n" -"itemlist.text" -msgid "Price" -msgstr "سعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"The price\n" -"itemlist.text" -msgid "The price" -msgstr "السعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Disc\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"Returns the annual Macaulay duration of a security with periodic interest payments\n" -"itemlist.text" -msgid "Returns the annual Macaulay duration of a security with periodic interest payments" -msgstr "إرجاع فترة Macaulay السنوية للسند المالي مع دفعات الفوائد الدورية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"Coupon\n" -"itemlist.text" -msgid "Coupon" -msgstr "قسيمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"The coupon rate\n" -"itemlist.text" -msgid "The coupon rate" -msgstr "معدل القسيمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"Yield\n" -"itemlist.text" -msgid "Yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"The yield\n" -"itemlist.text" -msgid "The yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Duration\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Effect\n" -"Returns the effective annual interest rate\n" -"itemlist.text" -msgid "Returns the effective annual interest rate" -msgstr "إرجاع معدل الفائدة السنوي المؤثر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Effect\n" -"Nominal rate\n" -"itemlist.text" -msgid "Nominal rate" -msgstr "النسبة الاسمية " - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Effect\n" -"The nominal rate\n" -"itemlist.text" -msgid "The nominal rate" -msgstr "النسبة الاسمية " - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Effect\n" -"Npery\n" -"itemlist.text" -msgid "Npery" -msgstr "Npery" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Effect\n" -"The periods\n" -"itemlist.text" -msgid "The periods" -msgstr "الفترات" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"Returns the cumulative principal on a loan to be paid between two periods\n" -"itemlist.text" -msgid "Returns the cumulative principal on a loan to be paid between two periods" -msgstr "إرجاع رأس المال المتراكم على القرض الذي سيدفع بين فترتين" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"Nper\n" -"itemlist.text" -msgid "Nper" -msgstr "Nper" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"Number of payment periods\n" -"itemlist.text" -msgid "Number of payment periods" -msgstr "عدد فترات الدفعات" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"Pv\n" -"itemlist.text" -msgid "Pv" -msgstr "Pv" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"The present value\n" -"itemlist.text" -msgid "The present value" -msgstr "القيمة الحاضرة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"Start period\n" -"itemlist.text" -msgid "Start period" -msgstr "فترة البداية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"The start period\n" -"itemlist.text" -msgid "The start period" -msgstr "فترة البداية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"End period\n" -"itemlist.text" -msgid "End period" -msgstr "فترة النهاية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"The end period\n" -"itemlist.text" -msgid "The end period" -msgstr "فترة النهاية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"Type\n" -"itemlist.text" -msgid "Type" -msgstr "النوع" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumprinc\n" -"The type of maturity\n" -"itemlist.text" -msgid "The type of maturity" -msgstr "نوع الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"Returns the cumulative interest to be paid between two periods\n" -"itemlist.text" -msgid "Returns the cumulative interest to be paid between two periods" -msgstr "إرجاع الفائدة المركبة التي ستدفع بين فترتين" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"Nper\n" -"itemlist.text" -msgid "Nper" -msgstr "Nper" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"Number of payment periods\n" -"itemlist.text" -msgid "Number of payment periods" -msgstr "عدد فترات الدفعات" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"Pv\n" -"itemlist.text" -msgid "Pv" -msgstr "Pv" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"The present value\n" -"itemlist.text" -msgid "The present value" -msgstr "القيمة الحاضرة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"Start period\n" -"itemlist.text" -msgid "Start period" -msgstr "فترة البداية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"The start period\n" -"itemlist.text" -msgid "The start period" -msgstr "فترة البداية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"End period\n" -"itemlist.text" -msgid "End period" -msgstr "فترة النهاية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"The end period\n" -"itemlist.text" -msgid "The end period" -msgstr "فترة النهاية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"Type\n" -"itemlist.text" -msgid "Type" -msgstr "النوع" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Cumipmt\n" -"The type of maturity\n" -"itemlist.text" -msgid "The type of maturity" -msgstr "نوع الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"Returns the price per 100 currency units face value of a security that pays periodic interest\n" -"itemlist.text" -msgid "Returns the price per 100 currency units face value of a security that pays periodic interest" -msgstr "إرجاع السعر لكل 100 قيمة وجه وحدة عملة لتأمين يدفع فوائد دورية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"Yield\n" -"itemlist.text" -msgid "Yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"The yield\n" -"itemlist.text" -msgid "The yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Price\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"Returns the price per 100 currency units face value of a discounted security\n" -"itemlist.text" -msgid "Returns the price per 100 currency units face value of a discounted security" -msgstr "إرجاع السعر لكل 100 قيمة وجه وحدة عملة لتأمين عليه خصم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"Discount\n" -"itemlist.text" -msgid "Discount" -msgstr "التخفيض" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"The discount\n" -"itemlist.text" -msgid "The discount" -msgstr "التخفيض" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricedisc\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"Returns the price per 100 currency units face value of a security that pays interest at maturity\n" -"itemlist.text" -msgid "Returns the price per 100 currency units face value of a security that pays interest at maturity" -msgstr "إرجاع السعر لكل 100 قيمة وجه وحدة عملة لتأمين يدفع فوائد عند الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"Issue\n" -"itemlist.text" -msgid "Issue" -msgstr "إصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"The issue date\n" -"itemlist.text" -msgid "The issue date" -msgstr "تاريخ اﻹصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"Yield\n" -"itemlist.text" -msgid "Yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"The yield\n" -"itemlist.text" -msgid "The yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Pricemat\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units\n" -"itemlist.text" -msgid "Returns the Macaulay modified duration for a security with an assumed par value of 100 currency units" -msgstr "إرجاع فترة ماكولي المعدلة لتأمين مع القيمة الاسمية المفترضة ل 100 وحدة من العملة." - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"Coupon\n" -"itemlist.text" -msgid "Coupon" -msgstr "قسيمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"The coupon rate\n" -"itemlist.text" -msgid "The coupon rate" -msgstr "معدل القسيمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"Yield\n" -"itemlist.text" -msgid "Yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"The yield\n" -"itemlist.text" -msgid "The yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Mduration\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Nominal\n" -"Returns the annual nominal interest rate\n" -"itemlist.text" -msgid "Returns the annual nominal interest rate" -msgstr "إرجاع معدل الفائدة الاسمي السنوي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Nominal\n" -"Effective rate\n" -"itemlist.text" -msgid "Effective rate" -msgstr "معدل التأثير" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Nominal\n" -"The effective interest rate\n" -"itemlist.text" -msgid "The effective interest rate" -msgstr "معدل الفائدة المؤثر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Nominal\n" -"Npery\n" -"itemlist.text" -msgid "Npery" -msgstr "Npery" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Nominal\n" -"The periods\n" -"itemlist.text" -msgid "The periods" -msgstr "الفترات" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarfr\n" -"Converts a price expressed as a decimal into a price expressed as a fraction\n" -"itemlist.text" -msgid "Converts a price expressed as a decimal into a price expressed as a fraction" -msgstr "تحويل مظهر السعر كرقم عشري داخل مظهر السعر ككسر." - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarfr\n" -"Decimal dollar\n" -"itemlist.text" -msgid "Decimal dollar" -msgstr "الرقم العشري" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarfr\n" -"The decimal number\n" -"itemlist.text" -msgid "The decimal number" -msgstr "عدد عشري" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarfr\n" -"Fraction\n" -"itemlist.text" -msgid "Fraction" -msgstr "كسر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarfr\n" -"The divisor\n" -"itemlist.text" -msgid "The divisor" -msgstr "القاسم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarde\n" -"Converts a price expressed as a fraction into a price expressed as a decimal\n" -"itemlist.text" -msgid "Converts a price expressed as a fraction into a price expressed as a decimal" -msgstr "تحويل مظهر السعر ككسر داخل مظهر سعر كرقم عشري." - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarde\n" -"Fractional dollar\n" -"itemlist.text" -msgid "Fractional dollar" -msgstr "رقم الكسر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarde\n" -"The number as a fraction\n" -"itemlist.text" -msgid "The number as a fraction" -msgstr "العدد ككسر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarde\n" -"Fraction\n" -"itemlist.text" -msgid "Fraction" -msgstr "كسر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Dollarde\n" -"The divisor\n" -"itemlist.text" -msgid "The divisor" -msgstr "القاسم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"Returns the yield on a security that pays periodic interest\n" -"itemlist.text" -msgid "Returns the yield on a security that pays periodic interest" -msgstr "إرجاع العائد في التأمين الذي يدفع فائدة دورية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"Price\n" -"itemlist.text" -msgid "Price" -msgstr "سعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"The price\n" -"itemlist.text" -msgid "The price" -msgstr "السعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yield\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"Returns the annual yield for a discounted security\n" -"itemlist.text" -msgid "Returns the annual yield for a discounted security" -msgstr "إرجاع العائد السنوي لتأمين عليه خصم " - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"Price\n" -"itemlist.text" -msgid "Price" -msgstr "سعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"The price\n" -"itemlist.text" -msgid "The price" -msgstr "السعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yielddisc\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"Returns the annual yield of a security that pays interest at maturity\n" -"itemlist.text" -msgid "Returns the annual yield of a security that pays interest at maturity" -msgstr "إرجاع العائد السنوي لتأمين يدفع فائدة عند الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"Issue\n" -"itemlist.text" -msgid "Issue" -msgstr "إصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"The issue date\n" -"itemlist.text" -msgid "The issue date" -msgstr "تاريخ اﻹصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"Price\n" -"itemlist.text" -msgid "Price" -msgstr "سعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"The price\n" -"itemlist.text" -msgid "The price" -msgstr "السعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Yieldmat\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbilleq\n" -"Returns the bond-equivalent yield for a treasury bill\n" -"itemlist.text" -msgid "Returns the bond-equivalent yield for a treasury bill" -msgstr "إرجاع العائد المكافئ لسند الخزانة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbilleq\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbilleq\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbilleq\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbilleq\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbilleq\n" -"Discount\n" -"itemlist.text" -msgid "Discount" -msgstr "التخفيض" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbilleq\n" -"The discount rate\n" -"itemlist.text" -msgid "The discount rate" -msgstr "معدل التخفيض" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillprice\n" -"Returns the price of 100 currency units face value for a treasury bill\n" -"itemlist.text" -msgid "Returns the price of 100 currency units face value for a treasury bill" -msgstr "إرجاع قيمة اسمية لسعر 100 وحدة نقدية لسند الخزانة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillprice\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillprice\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillprice\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillprice\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillprice\n" -"Discount\n" -"itemlist.text" -msgid "Discount" -msgstr "التخفيض" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillprice\n" -"The discount rate\n" -"itemlist.text" -msgid "The discount rate" -msgstr "معدل التخفيض" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillyield\n" -"Returns the yield for a treasury bill\n" -"itemlist.text" -msgid "Returns the yield for a treasury bill" -msgstr "إرجاع العائد لسند الخزانة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillyield\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillyield\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillyield\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillyield\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillyield\n" -"Price\n" -"itemlist.text" -msgid "Price" -msgstr "سعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Tbillyield\n" -"The price\n" -"itemlist.text" -msgid "The price" -msgstr "السعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"Returns the price per $100 face value of a security with an odd first period\n" -"itemlist.text" -msgid "Returns the price per $100 face value of a security with an odd first period" -msgstr "إرجاع السعر لكل قيمة اسمية قدرها $100 للتأمين بالفترة اﻷولى المفردة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"Issue\n" -"itemlist.text" -msgid "Issue" -msgstr "إصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"The issue date\n" -"itemlist.text" -msgid "The issue date" -msgstr "تاريخ اﻹصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"First coupon\n" -"itemlist.text" -msgid "First coupon" -msgstr "أول قسيمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"The first coupon date\n" -"itemlist.text" -msgid "The first coupon date" -msgstr "تاريخ أول قسيمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"Yield\n" -"itemlist.text" -msgid "Yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"The yield\n" -"itemlist.text" -msgid "The yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfprice\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"Returns the yield of a security with an odd first period\n" -"itemlist.text" -msgid "Returns the yield of a security with an odd first period" -msgstr "إرجاع عائد التأمين بالفترة اﻷولى المفردة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"Issue\n" -"itemlist.text" -msgid "Issue" -msgstr "إصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"The issue date\n" -"itemlist.text" -msgid "The issue date" -msgstr "تاريخ اﻹصدار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"First coupon\n" -"itemlist.text" -msgid "First coupon" -msgstr "أول قسيمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"The first coupon date\n" -"itemlist.text" -msgid "The first coupon date" -msgstr "تاريخ أول قسيمة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"Price\n" -"itemlist.text" -msgid "Price" -msgstr "سعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"The price\n" -"itemlist.text" -msgid "The price" -msgstr "السعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddfyield\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"Returns the price per $100 face value of a security with an odd last period\n" -"itemlist.text" -msgid "Returns the price per $100 face value of a security with an odd last period" -msgstr "إرجاع السعر لكل قيمة اسمية قدرها $100 للتأمين بالفترة اﻷخيرة المفردة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"Last interest\n" -"itemlist.text" -msgid "Last interest" -msgstr "العائد اﻷخير" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"The last interest date\n" -"itemlist.text" -msgid "The last interest date" -msgstr "تاريخ العائد اﻷخير" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"Yield\n" -"itemlist.text" -msgid "Yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"The yield\n" -"itemlist.text" -msgid "The yield" -msgstr "العائد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlprice\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"Returns the yield of a security with an odd last period\n" -"itemlist.text" -msgid "Returns the yield of a security with an odd last period" -msgstr "إرجاع عائد التأمين بالفترة اﻷخيرة المفردة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"Last interest\n" -"itemlist.text" -msgid "Last interest" -msgstr "العائد اﻷخير" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"The last interest date\n" -"itemlist.text" -msgid "The last interest date" -msgstr "تاريخ العائد اﻷخير" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"Price\n" -"itemlist.text" -msgid "Price" -msgstr "سعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"The price\n" -"itemlist.text" -msgid "The price" -msgstr "السعر" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Oddlyield\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xirr\n" -"Returns the internal rate of return for a non-periodic schedule of payments\n" -"itemlist.text" -msgid "Returns the internal rate of return for a non-periodic schedule of payments" -msgstr "إرجاع المعدل الداخلي للعائد لدفعات غير دورية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xirr\n" -"Values\n" -"itemlist.text" -msgid "Values" -msgstr "القيم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xirr\n" -"The values\n" -"itemlist.text" -msgid "The values" -msgstr "القيم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xirr\n" -"Dates\n" -"itemlist.text" -msgid "Dates" -msgstr "تواريخ" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xirr\n" -"The dates\n" -"itemlist.text" -msgid "The dates" -msgstr "التواريخ" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xirr\n" -"Guess\n" -"itemlist.text" -msgid "Guess" -msgstr "تخمين" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xirr\n" -"The guess\n" -"itemlist.text" -msgid "The guess" -msgstr "التخمين" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xnpv\n" -"Returns the net present value for a non-periodic schedule of payments\n" -"itemlist.text" -msgid "Returns the net present value for a non-periodic schedule of payments" -msgstr "إرجاع القيمة الحالية لدفعات غير دورية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xnpv\n" -"Rate\n" -"itemlist.text" -msgid "Rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xnpv\n" -"The rate\n" -"itemlist.text" -msgid "The rate" -msgstr "المعدل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xnpv\n" -"Values\n" -"itemlist.text" -msgid "Values" -msgstr "القيم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xnpv\n" -"The values\n" -"itemlist.text" -msgid "The values" -msgstr "القيم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xnpv\n" -"Dates\n" -"itemlist.text" -msgid "Dates" -msgstr "تواريخ" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Xnpv\n" -"The dates\n" -"itemlist.text" -msgid "The dates" -msgstr "التواريخ" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"Returns the interest rate for a fully invested security\n" -"itemlist.text" -msgid "Returns the interest rate for a fully invested security" -msgstr "إرجاع معدل الفائدة لتأمين الاستثمار الكامل" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"Investment\n" -"itemlist.text" -msgid "Investment" -msgstr "استثمار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"The investment\n" -"itemlist.text" -msgid "The investment" -msgstr "الاستثمار" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"Redemption\n" -"itemlist.text" -msgid "Redemption" -msgstr "الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"The redemption value\n" -"itemlist.text" -msgid "The redemption value" -msgstr "قيمة الاسترداد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Intrate\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupncd\n" -"Returns the first coupon date after the settlement date\n" -"itemlist.text" -msgid "Returns the first coupon date after the settlement date" -msgstr "إرجاع تاريخ القسيمة اﻷولى بعد تاريخ التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupncd\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupncd\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupncd\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupncd\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupncd\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupncd\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupncd\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupncd\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdays\n" -"Returns the number of days in the coupon period containing the settlement date\n" -"itemlist.text" -msgid "Returns the number of days in the coupon period containing the settlement date" -msgstr "إرجاع عدد اﻷيام في فترة القسيمة التي تتضمن تاريخ التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdays\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdays\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdays\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdays\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdays\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdays\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdays\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdays\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaysnc\n" -"Returns the number of days from the settlement date to the next coupon date\n" -"itemlist.text" -msgid "Returns the number of days from the settlement date to the next coupon date" -msgstr "إرجاع عدد اﻷيام من تاريخ التسوية إلى تاريخ القسيمة القادم" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaysnc\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaysnc\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaysnc\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaysnc\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaysnc\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaysnc\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaysnc\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaysnc\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaybs\n" -"Returns the number of days from the beginning of the coupon period to the settlement date\n" -"itemlist.text" -msgid "Returns the number of days from the beginning of the coupon period to the settlement date" -msgstr "إرجاع عدد اﻷيام من بداية فترة القسيمة إلى تاريخ التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaybs\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaybs\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaybs\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaybs\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaybs\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaybs\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaybs\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupdaybs\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Couppcd\n" -"Returns the last coupon date preceding the settlement date\n" -"itemlist.text" -msgid "Returns the last coupon date preceding the settlement date" -msgstr "إرجاع تاريخ آخر قسيمة سابق لتاريخ التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Couppcd\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Couppcd\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Couppcd\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Couppcd\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Couppcd\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Couppcd\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Couppcd\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Couppcd\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupnum\n" -"Returns the number of coupons payable between the settlement and maturity dates\n" -"itemlist.text" -msgid "Returns the number of coupons payable between the settlement and maturity dates" -msgstr "إرجاع عدد القسائم القابلة للدفع بين تاريخي التسوية والاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupnum\n" -"Settlement\n" -"itemlist.text" -msgid "Settlement" -msgstr "تسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupnum\n" -"The settlement\n" -"itemlist.text" -msgid "The settlement" -msgstr "التسوية" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupnum\n" -"Maturity\n" -"itemlist.text" -msgid "Maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupnum\n" -"The maturity\n" -"itemlist.text" -msgid "The maturity" -msgstr "الاستحقاق" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupnum\n" -"Frequency\n" -"itemlist.text" -msgid "Frequency" -msgstr "تردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupnum\n" -"The frequency\n" -"itemlist.text" -msgid "The frequency" -msgstr "التردد" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupnum\n" -"Basis\n" -"itemlist.text" -msgid "Basis" -msgstr "أساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Coupnum\n" -"The basis\n" -"itemlist.text" -msgid "The basis" -msgstr "اﻷساس" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Fvschedule\n" -"Returns the future value of the initial principal after a series of compound interest rates are applied\n" -"itemlist.text" -msgid "Returns the future value of the initial principal after a series of compound interest rates are applied" -msgstr "إرجاع القيمة المستقبلية لرأس المال الابتدائي بعد تطبيق سلسلة معدلات استثمارات مركبة" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Fvschedule\n" -"Principal\n" -"itemlist.text" -msgid "Principal" -msgstr "رئيسي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Fvschedule\n" -"The principal\n" -"itemlist.text" -msgid "The principal" -msgstr "الرئيسي" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Fvschedule\n" -"Schedule\n" -"itemlist.text" -msgid "Schedule" -msgstr "جدول" - -#: analysis.src -msgctxt "" -"analysis.src\n" -"ANALYSIS_Fvschedule\n" -"The schedule\n" -"itemlist.text" -msgid "The schedule" -msgstr "الجدول" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Workday\n" -"string.text" -msgid "WORKDAY" -msgstr "WORKDAY" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Yearfrac\n" -"string.text" -msgid "YEARFRAC" -msgstr "YEARFRAC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Edate\n" -"string.text" -msgid "EDATE" -msgstr "EDATE" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Weeknum\n" -"string.text" -msgid "WEEKNUM" -msgstr "WEEKNUM" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Eomonth\n" -"string.text" -msgid "EOMONTH" -msgstr "EOMONTH" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Networkdays\n" -"string.text" -msgid "NETWORKDAYS" -msgstr "NETWORKDAYS" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Amordegrc\n" -"string.text" -msgid "AMORDEGRC" -msgstr "AMORDEGRC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Amorlinc\n" -"string.text" -msgid "AMORLINC" -msgstr "AMORLINC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Accrint\n" -"string.text" -msgid "ACCRINT" -msgstr "ACCRINT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Accrintm\n" -"string.text" -msgid "ACCRINTM" -msgstr "ACCRINTM" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Received\n" -"string.text" -msgid "RECEIVED" -msgstr "RECEIVED" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Disc\n" -"string.text" -msgid "DISC" -msgstr "DISC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Duration\n" -"string.text" -msgid "DURATION" -msgstr "DURATION" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Effect\n" -"string.text" -msgid "EFFECT" -msgstr "EFFECT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Cumprinc\n" -"string.text" -msgid "CUMPRINC" -msgstr "CUMPRINC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Cumipmt\n" -"string.text" -msgid "CUMIPMT" -msgstr "CUMIPMT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Price\n" -"string.text" -msgid "PRICE" -msgstr "PRICE" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Pricedisc\n" -"string.text" -msgid "PRICEDISC" -msgstr "PRICEDISC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Pricemat\n" -"string.text" -msgid "PRICEMAT" -msgstr "PRICEMAT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Mduration\n" -"string.text" -msgid "MDURATION" -msgstr "MDURATION" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Nominal\n" -"string.text" -msgid "NOMINAL" -msgstr "NOMINAL" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Dollarfr\n" -"string.text" -msgid "DOLLARFR" -msgstr "DOLLARFR" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Dollarde\n" -"string.text" -msgid "DOLLARDE" -msgstr "DOLLARDE" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Yield\n" -"string.text" -msgid "YIELD" -msgstr "YIELD" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Yielddisc\n" -"string.text" -msgid "YIELDDISC" -msgstr "YIELDDISC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Yieldmat\n" -"string.text" -msgid "YIELDMAT" -msgstr "YIELDMAT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Tbilleq\n" -"string.text" -msgid "TBILLEQ" -msgstr "TBILLEQ" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Tbillprice\n" -"string.text" -msgid "TBILLPRICE" -msgstr "TBILLPRICE" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Tbillyield\n" -"string.text" -msgid "TBILLYIELD" -msgstr "TBILLYIELD" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Oddfprice\n" -"string.text" -msgid "ODDFPRICE" -msgstr "ODDFPRICE" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Oddfyield\n" -"string.text" -msgid "ODDFYIELD" -msgstr "ODDFYIELD" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Oddlprice\n" -"string.text" -msgid "ODDLPRICE" -msgstr "ODDLPRICE" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Oddlyield\n" -"string.text" -msgid "ODDLYIELD" -msgstr "ODDLYIELD" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Xirr\n" -"string.text" -msgid "XIRR" -msgstr "XIRR" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Xnpv\n" -"string.text" -msgid "XNPV" -msgstr "XNPV" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Intrate\n" -"string.text" -msgid "INTRATE" -msgstr "INTRATE" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Coupncd\n" -"string.text" -msgid "COUPNCD" -msgstr "COUPNCD" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Coupdays\n" -"string.text" -msgid "COUPDAYS" -msgstr "COUPDAYS" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Coupdaysnc\n" -"string.text" -msgid "COUPDAYSNC" -msgstr "COUPDAYSNC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Coupdaybs\n" -"string.text" -msgid "COUPDAYBS" -msgstr "COUPDAYBS" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Couppcd\n" -"string.text" -msgid "COUPPCD" -msgstr "COUPPCD" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Coupnum\n" -"string.text" -msgid "COUPNUM" -msgstr "COUPNUM" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Fvschedule\n" -"string.text" -msgid "FVSCHEDULE" -msgstr "FVSCHEDULE" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Iseven\n" -"string.text" -msgid "ISEVEN" -msgstr "ISEVEN" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Isodd\n" -"string.text" -msgid "ISODD" -msgstr "ISODD" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Gcd\n" -"string.text" -msgid "GCD" -msgstr "GCD" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Lcm\n" -"string.text" -msgid "LCM" -msgstr "LCM" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Multinomial\n" -"string.text" -msgid "MULTINOMIAL" -msgstr "MULTINOMIAL" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Seriessum\n" -"string.text" -msgid "SERIESSUM" -msgstr "SERIESSUM" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Quotient\n" -"string.text" -msgid "QUOTIENT" -msgstr "QUOTIENT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Mround\n" -"string.text" -msgid "MROUND" -msgstr "MROUND" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Sqrtpi\n" -"string.text" -msgid "SQRTPI" -msgstr "SQRTPI" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Randbetween\n" -"string.text" -msgid "RANDBETWEEN" -msgstr "RANDBETWEEN" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Besseli\n" -"string.text" -msgid "BESSELI" -msgstr "BESSELI" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Besselj\n" -"string.text" -msgid "BESSELJ" -msgstr "BESSELJ" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Besselk\n" -"string.text" -msgid "BESSELK" -msgstr "BESSELK" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Bessely\n" -"string.text" -msgid "BESSELY" -msgstr "BESSELY" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Bin2Dec\n" -"string.text" -msgid "BIN2DEC" -msgstr "BIN2DEC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Bin2Hex\n" -"string.text" -msgid "BIN2HEX" -msgstr "BIN2HEX" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Bin2Oct\n" -"string.text" -msgid "BIN2OCT" -msgstr "BIN2OCT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Delta\n" -"string.text" -msgid "DELTA" -msgstr "DELTA" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Dec2Bin\n" -"string.text" -msgid "DEC2BIN" -msgstr "DEC2BIN" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Dec2Hex\n" -"string.text" -msgid "DEC2HEX" -msgstr "DEC2HEX" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Dec2Oct\n" -"string.text" -msgid "DEC2OCT" -msgstr "DEC2OCT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Erf\n" -"string.text" -msgid "ERF" -msgstr "ERF" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Erfc\n" -"string.text" -msgid "ERFC" -msgstr "ERFC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Gestep\n" -"string.text" -msgid "GESTEP" -msgstr "GESTEP" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Hex2Bin\n" -"string.text" -msgid "HEX2BIN" -msgstr "HEX2BIN" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Hex2Dec\n" -"string.text" -msgid "HEX2DEC" -msgstr "HEX2DEC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Hex2Oct\n" -"string.text" -msgid "HEX2OCT" -msgstr "HEX2OCT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imabs\n" -"string.text" -msgid "IMABS" -msgstr "IMABS" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imaginary\n" -"string.text" -msgid "IMAGINARY" -msgstr "IMAGINARY" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Impower\n" -"string.text" -msgid "IMPOWER" -msgstr "IMPOWER" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imargument\n" -"string.text" -msgid "IMARGUMENT" -msgstr "IMARGUMENT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imcos\n" -"string.text" -msgid "IMCOS" -msgstr "IMCOS" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imdiv\n" -"string.text" -msgid "IMDIV" -msgstr "IMDIV" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imexp\n" -"string.text" -msgid "IMEXP" -msgstr "IMEXP" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imconjugate\n" -"string.text" -msgid "IMCONJUGATE" -msgstr "IMCONJUGATE" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imln\n" -"string.text" -msgid "IMLN" -msgstr "IMLN" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imlog10\n" -"string.text" -msgid "IMLOG10" -msgstr "IMLOG10" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imlog2\n" -"string.text" -msgid "IMLOG2" -msgstr "IMLOG2" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Improduct\n" -"string.text" -msgid "IMPRODUCT" -msgstr "IMPRODUCT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imreal\n" -"string.text" -msgid "IMREAL" -msgstr "IMREAL" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imsin\n" -"string.text" -msgid "IMSIN" -msgstr "IMSIN" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imsub\n" -"string.text" -msgid "IMSUB" -msgstr "IMSUB" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imsum\n" -"string.text" -msgid "IMSUM" -msgstr "IMSUM" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imsqrt\n" -"string.text" -msgid "IMSQRT" -msgstr "IMSQRT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imtan\n" -"string.text" -msgid "IMTAN" -msgstr "IMTAN" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imsec\n" -"string.text" -msgid "IMSEC" -msgstr "IMSEC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imcsc\n" -"string.text" -msgid "IMCSC" -msgstr "IMCSC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imcot\n" -"string.text" -msgid "IMCOT" -msgstr "IMCOT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imsinh\n" -"string.text" -msgid "IMSINH" -msgstr "IMSINH" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imcosh\n" -"string.text" -msgid "IMCOSH" -msgstr "IMCOSH" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imsech\n" -"string.text" -msgid "IMSECH" -msgstr "IMSECH" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Imcsch\n" -"string.text" -msgid "IMCSCH" -msgstr "IMCSCH" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Complex\n" -"string.text" -msgid "COMPLEX" -msgstr "COMPLEX" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Oct2Bin\n" -"string.text" -msgid "OCT2BIN" -msgstr "OCT2BIN" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Oct2Dec\n" -"string.text" -msgid "OCT2DEC" -msgstr "OCT2DEC" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Oct2Hex\n" -"string.text" -msgid "OCT2HEX" -msgstr "OCT2HEX" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Convert\n" -"string.text" -msgid "CONVERT" -msgstr "CONVERT" - -#: analysis_funcnames.src -msgctxt "" -"analysis_funcnames.src\n" -"ANALYSIS_FUNCNAME_Factdouble\n" -"string.text" -msgid "FACTDOUBLE" -msgstr "FACTDOUBLE" diff --git a/source/ar/scaddins/source/datefunc.po b/source/ar/scaddins/source/datefunc.po deleted file mode 100644 index ba3fbcdacbb..00000000000 --- a/source/ar/scaddins/source/datefunc.po +++ /dev/null @@ -1,405 +0,0 @@ -#. extracted from scaddins/source/datefunc -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2017-04-12 14:13+0200\n" -"PO-Revision-Date: 2017-01-16 19:14+0000\n" -"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1484594096.000000\n" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffWeeks\n" -"Calculates the number of weeks in a specific period\n" -"itemlist.text" -msgid "Calculates the number of weeks in a specific period" -msgstr "تحسب عدد الأسابيع في فترة معينة" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffWeeks\n" -"Start date\n" -"itemlist.text" -msgid "Start date" -msgstr "تاريخ البدء" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffWeeks\n" -"First day of the period\n" -"itemlist.text" -msgid "First day of the period" -msgstr "اليوم الأول من الفترة" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffWeeks\n" -"End date\n" -"itemlist.text" -msgid "End date" -msgstr "تاريخ الانتهاء" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffWeeks\n" -"Last day of the period\n" -"itemlist.text" -msgid "Last day of the period" -msgstr "اليوم الأخير من الفترة" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffWeeks\n" -"Type\n" -"itemlist.text" -msgid "Type" -msgstr "النوع" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffWeeks\n" -"Type of calculation: Type=0 means the time interval, Type=1 means calendar weeks.\n" -"itemlist.text" -msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar weeks." -msgstr "نوع الحساب: النوع=0 يعني الفاصل الزمني، النوع=1 يعني أسابيع التقويم." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffMonths\n" -"Determines the number of months in a specific period.\n" -"itemlist.text" -msgid "Determines the number of months in a specific period." -msgstr "تُحدّد عدد الأشهر في فترة معينة." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffMonths\n" -"Start date\n" -"itemlist.text" -msgid "Start date" -msgstr "تاريخ البدء" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffMonths\n" -"First day of the period.\n" -"itemlist.text" -msgid "First day of the period." -msgstr "اليوم الأول في الفترة." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffMonths\n" -"End date\n" -"itemlist.text" -msgid "End date" -msgstr "تاريخ الانتهاء" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffMonths\n" -"Last day of the period.\n" -"itemlist.text" -msgid "Last day of the period." -msgstr "اليوم الأخير في الفترة." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffMonths\n" -"Type\n" -"itemlist.text" -msgid "Type" -msgstr "النوع" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffMonths\n" -"Type of calculation: Type=0 means the time interval, Type=1 means calendar months.\n" -"itemlist.text" -msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar months." -msgstr "نوع الحساب: النوع=0 يعني الفاصل الزمني، النوع=1 يعني أشهر التقويم." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffYears\n" -"Calculates the number of years in a specific period.\n" -"itemlist.text" -msgid "Calculates the number of years in a specific period." -msgstr "تحسب عدد السنين في فترة معينة." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffYears\n" -"Start date\n" -"itemlist.text" -msgid "Start date" -msgstr "تاريخ البدء" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffYears\n" -"First day of the period\n" -"itemlist.text" -msgid "First day of the period" -msgstr "اليوم الأول من الفترة" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffYears\n" -"End date\n" -"itemlist.text" -msgid "End date" -msgstr "تاريخ الانتهاء" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffYears\n" -"Last day of the period\n" -"itemlist.text" -msgid "Last day of the period" -msgstr "اليوم الأخير من الفترة" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffYears\n" -"Type\n" -"itemlist.text" -msgid "Type" -msgstr "النوع" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DiffYears\n" -"Type of calculation: Type=0 means the time interval, Type=1 means calendar years.\n" -"itemlist.text" -msgid "Type of calculation: Type=0 means the time interval, Type=1 means calendar years." -msgstr "نوع الحساب: النوع=0 يعني الفاصل الزمني، النوع=1 يعني سنين التقويم." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_IsLeapYear\n" -"Returns 1 (TRUE) if the date is a day of a leap year, otherwise 0 (FALSE).\n" -"itemlist.text" -msgid "Returns 1 (TRUE) if the date is a day of a leap year, otherwise 0 (FALSE)." -msgstr "تُرجع 1 (صحيح) إن كان التاريخ هو أحد أيام السنة الكبيسة، وإلا 0 (خطأ)." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_IsLeapYear\n" -"Date\n" -"itemlist.text" -msgid "Date" -msgstr "التاريخ" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_IsLeapYear\n" -"Any day in the desired year\n" -"itemlist.text" -msgid "Any day in the desired year" -msgstr "أي يوم من أيام السنة المطلوبة" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DaysInMonth\n" -"Returns the number of days of the month in which the date entered occurs\n" -"itemlist.text" -msgid "Returns the number of days of the month in which the date entered occurs" -msgstr "تُرجع عدد أيام الشهر الذي يحدده التاريخ" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DaysInMonth\n" -"Date\n" -"itemlist.text" -msgid "Date" -msgstr "التاريخ" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DaysInMonth\n" -"Any day in the desired month\n" -"itemlist.text" -msgid "Any day in the desired month" -msgstr "أي يوم من أيام الشهر المطلوب" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DaysInYear\n" -"Returns the number of days of the year in which the date entered occurs.\n" -"itemlist.text" -msgid "Returns the number of days of the year in which the date entered occurs." -msgstr "تُرجع عدد أيام السنة التي يحددها التاريخ." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DaysInYear\n" -"Date\n" -"itemlist.text" -msgid "Date" -msgstr "التاريخ" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_DaysInYear\n" -"Any day in the desired year\n" -"itemlist.text" -msgid "Any day in the desired year" -msgstr "أي يوم من أيام السنة المطلوبة" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_WeeksInYear\n" -"Returns the number of weeks of the year in which the date entered occurs\n" -"itemlist.text" -msgid "Returns the number of weeks of the year in which the date entered occurs" -msgstr "تُرجع عدد أسابيع السنة التي يحددها التاريخ." - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_WeeksInYear\n" -"Date\n" -"itemlist.text" -msgid "Date" -msgstr "التاريخ" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_WeeksInYear\n" -"Any day in the desired year\n" -"itemlist.text" -msgid "Any day in the desired year" -msgstr "أي يوم من أيام السنة المطلوبة" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_Rot13\n" -"Encrypts or decrypts a text using the ROT13 algorithm\n" -"itemlist.text" -msgid "Encrypts or decrypts a text using the ROT13 algorithm" -msgstr "تُعمّي أو تفك تعمية النص باستخدام خوارزمية ROT13" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_Rot13\n" -"Text\n" -"itemlist.text" -msgid "Text" -msgstr "النص" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCDESC_Rot13\n" -"Text to be encrypted or text already encrypted\n" -"itemlist.text" -msgid "Text to be encrypted or text already encrypted" -msgstr "النص المطلوب تعميته أو المعمّى مسبقا" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCNAME_DiffWeeks\n" -"string.text" -msgid "WEEKS" -msgstr "" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCNAME_DiffMonths\n" -"string.text" -msgid "MONTHS" -msgstr "" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCNAME_DiffYears\n" -"string.text" -msgid "YEARS" -msgstr "" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCNAME_IsLeapYear\n" -"string.text" -msgid "ISLEAPYEAR" -msgstr "" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCNAME_DaysInMonth\n" -"string.text" -msgid "DAYSINMONTH" -msgstr "" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCNAME_DaysInYear\n" -"string.text" -msgid "DAYSINYEAR" -msgstr "" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCNAME_WeeksInYear\n" -"string.text" -msgid "WEEKSINYEAR" -msgstr "" - -#: datefunc.src -msgctxt "" -"datefunc.src\n" -"DATE_FUNCNAME_Rot13\n" -"string.text" -msgid "ROT13" -msgstr "" diff --git a/source/ar/scaddins/source/pricing.po b/source/ar/scaddins/source/pricing.po deleted file mode 100644 index d51d0e78eaf..00000000000 --- a/source/ar/scaddins/source/pricing.po +++ /dev/null @@ -1,770 +0,0 @@ -#. extracted from scaddins/source/pricing -msgid "" -msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n" -"POT-Creation-Date: 2017-04-12 14:13+0200\n" -"PO-Revision-Date: 2017-01-16 19:27+0000\n" -"Last-Translator: صفا الفليج <safa1996alfulaij@gmail.com>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: ar\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" -"X-Accelerator-Marker: ~\n" -"X-Generator: LibreOffice\n" -"X-POOTLE-MTIME: 1484594837.000000\n" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Pricing of a barrier option\n" -"itemlist.text" -msgid "Pricing of a barrier option" -msgstr "تسعير عقد الخيار الساكن" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"spot\n" -"itemlist.text" -msgid "spot" -msgstr "فوري" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Price/value of the underlying asset\n" -"itemlist.text" -msgid "Price/value of the underlying asset" -msgstr "سعر/قيمة الأصول الأساسية" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"vol\n" -"itemlist.text" -msgid "vol" -msgstr "المجلد" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Annual volatility of the underlying asset\n" -"itemlist.text" -msgid "Annual volatility of the underlying asset" -msgstr "التذبذبات السنوية للأصول الأساسية" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"r\n" -"itemlist.text" -msgid "r" -msgstr "" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Interest rate (continuously compounded)\n" -"itemlist.text" -msgid "Interest rate (continuously compounded)" -msgstr "معدّل الفائدة (يتضاعف باستمرار)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"rf\n" -"itemlist.text" -msgid "rf" -msgstr "rf" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Foreign interest rate (continuously compounded)\n" -"itemlist.text" -msgid "Foreign interest rate (continuously compounded)" -msgstr "معدّل الفائدة الأجنبية (يتضاعف باستمرار)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"T\n" -"itemlist.text" -msgid "T" -msgstr "ز" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Time to maturity of the option in years\n" -"itemlist.text" -msgid "Time to maturity of the option in years" -msgstr "الوقت بالسنوات لنضج الخيارات" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"strike\n" -"itemlist.text" -msgid "strike" -msgstr "شطب" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Strike level of the option\n" -"itemlist.text" -msgid "Strike level of the option" -msgstr "مستوى اضطراب الخيارات" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"barrier_low\n" -"itemlist.text" -msgid "barrier_low" -msgstr "barrier_low" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Lower barrier (set to 0 for no lower barrier)\n" -"itemlist.text" -msgid "Lower barrier (set to 0 for no lower barrier)" -msgstr "انخفاض الحاجز (عيّن إلى 0 لعدم انخفاض الحاجز)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"barrier_up\n" -"itemlist.text" -msgid "barrier_up" -msgstr "barrier_up" - -#: pricing.src -#, fuzzy -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Upper barrier (set to 0 for no upper barrier)\n" -"itemlist.text" -msgid "Upper barrier (set to 0 for no upper barrier)" -msgstr "الحاجز العلوي (تعيين إلى 0 لعدم وجود حد علوي)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"rebate\n" -"itemlist.text" -msgid "rebate" -msgstr "خصم" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Amount of money paid at maturity if barrier was hit\n" -"itemlist.text" -msgid "Amount of money paid at maturity if barrier was hit" -msgstr "دفع مبلغ من المال عند الاستحقاق في حالة ضرب حاجز" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"put/call\n" -"itemlist.text" -msgid "put/call" -msgstr "وضع / دعوة" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"String to define if the option is a (p)ut or a (c)all\n" -"itemlist.text" -msgid "String to define if the option is a (p)ut or a (c)all" -msgstr "سلسلة لتحديد إذا كان الخيار هو وضع أو دعوة" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"knock in/out\n" -"itemlist.text" -msgid "knock in/out" -msgstr "طرق داخل / خارج" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"String to define if the option is of type knock-(i)n or knock-(o)ut\n" -"itemlist.text" -msgid "String to define if the option is of type knock-(i)n or knock-(o)ut" -msgstr "سلسلة نصية لتحديد ما إذا كان الخيار من النوع عد(م) المشروط أو المشر(و)ط" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"barrier_type\n" -"itemlist.text" -msgid "barrier_type" -msgstr "barrier_type" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity\n" -"itemlist.text" -msgid "String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity" -msgstr "سلسلة لتحديد ما إذا تمت ملاحظة الحاجز بشكل مستمر أو فقط في نهاية / النضج" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"greek\n" -"itemlist.text" -msgid "greek" -msgstr "يوناني" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptBarrier\n" -"Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)\n" -"itemlist.text" -msgid "Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)" -msgstr "المعامل الاختياري، إذا ما ترك فإن الدالة سوف تقوم بإرجاع سعر الخيار; أما إذا تم وضعه، فإن الدالة سوف تقوم بإرجاع الحساسية السعرية لأحد معاملات الإدخال،القيم الممكنة هي (d)elta، (g)amma، (t)heta، v(e)ga، v(o)lga، v(a)nna، (r)ho، rho(f)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"Pricing of a touch/no-touch option\n" -"itemlist.text" -msgid "Pricing of a touch/no-touch option" -msgstr "خيار التسعير للمس/عدم-اللمس" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"spot\n" -"itemlist.text" -msgid "spot" -msgstr "فوري" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"Price/value of the underlying asset\n" -"itemlist.text" -msgid "Price/value of the underlying asset" -msgstr "سعر/قيمة الأصول الأساسية" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"vol\n" -"itemlist.text" -msgid "vol" -msgstr "المجلد" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"Annual volatility of the underlying asset\n" -"itemlist.text" -msgid "Annual volatility of the underlying asset" -msgstr "التذبذبات السنوية للأصول الأساسية" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"r\n" -"itemlist.text" -msgid "r" -msgstr "" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"Interest rate (continuously compounded)\n" -"itemlist.text" -msgid "Interest rate (continuously compounded)" -msgstr "أسعار الفائدة (تتضاعف باستمرار)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"rf\n" -"itemlist.text" -msgid "rf" -msgstr "rf" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"Foreign interest rate (continuously compounded)\n" -"itemlist.text" -msgid "Foreign interest rate (continuously compounded)" -msgstr "أسعار الفائدة الأجنبية (تتضاعف باستمرار)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"T\n" -"itemlist.text" -msgid "T" -msgstr "ز" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"Time to maturity of the option in years\n" -"itemlist.text" -msgid "Time to maturity of the option in years" -msgstr "الوقت بالسنوات لنضج الخيارات" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"barrier_low\n" -"itemlist.text" -msgid "barrier_low" -msgstr "barrier_low" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"Lower barrier (set to 0 for no lower barrier)\n" -"itemlist.text" -msgid "Lower barrier (set to 0 for no lower barrier)" -msgstr "انخفاض الحاجز (تعيين إلى 0 لعدم انخفاض الحاجز)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"barrier_up\n" -"itemlist.text" -msgid "barrier_up" -msgstr "barrier_up" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"Upper barrier (set to 0 for no upper barrier)\n" -"itemlist.text" -msgid "Upper barrier (set to 0 for no upper barrier)" -msgstr "الحاجز العلوي (تعيين إلى 0 لعدم وجود حد علوي)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"foreign/domestic\n" -"itemlist.text" -msgid "foreign/domestic" -msgstr "الخارجية / الداخلية" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"String to define if the option pays one unit of (d)omestic currency (cash or nothing) or (f)oreign currency (asset or nothing)\n" -"itemlist.text" -msgid "String to define if the option pays one unit of (d)omestic currency (cash or nothing) or (f)oreign currency (asset or nothing)" -msgstr "سلسلة نصية لتحديد إذا كان الخيار يدفع وحدة واحدة من عملة (م)حلية (نقداً أو لا شيء) أو عملة (أ)جنبية (أصول أو لا شيء)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"knock in/out\n" -"itemlist.text" -msgid "knock in/out" -msgstr "طرق داخل / خارج" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"String to define if the option is of type knock-(i)n (touch) or knock-(o)ut (no-touch)\n" -"itemlist.text" -msgid "String to define if the option is of type knock-(i)n (touch) or knock-(o)ut (no-touch)" -msgstr "سلسلة نصية لتحديد ما إذا كان الخيار من النوع عد(م) المشروط أو المشر(و)ط" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"barrier_type\n" -"itemlist.text" -msgid "barrier_type" -msgstr "barrier_type" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity\n" -"itemlist.text" -msgid "String to define whether the barrier is observed (c)ontinuously or only at the (e)nd/maturity" -msgstr "سلسلة لتحديد ما إذا تمت ملاحظة الحاجز بشكل مستمر أو فقط في نهاية / النضج" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"greek\n" -"itemlist.text" -msgid "greek" -msgstr "يوناني" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptTouch\n" -"Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)\n" -"itemlist.text" -msgid "Optional parameter, if left out then the function simply returns the option price; if set, the function returns price sensitivities (Greeks) to one of the input parameters; possible values are (d)elta, (g)amma, (t)heta, v(e)ga, v(o)lga, v(a)nna, (r)ho, rho(f)" -msgstr "المعامل الاختياري، إذا ما ترك فإن الدالة سوف تقوم بإرجاع سعر الخيار; أما إذا تم وضعه، فإن الدالة سوف تقوم بإرجاع الحساسية السعرية لأحد معاملات الإدخال،القيم الممكنة هي (d)elta، (g)amma، (t)heta، v(e)ga، v(o)lga، v(a)nna، (r)ho، rho(f)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"Probability that an asset hits a barrier assuming it follows dS/S = mu dt + vol dW\n" -"itemlist.text" -msgid "Probability that an asset hits a barrier assuming it follows dS/S = mu dt + vol dW" -msgstr "احتمال أن يضرب أحد الأصول حاجزا على افتراض أنه يتبع dS/S = mu dt + vol dW" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"spot\n" -"itemlist.text" -msgid "spot" -msgstr "فوري" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"Price/value S of the underlying asset\n" -"itemlist.text" -msgid "Price/value S of the underlying asset" -msgstr "سعر/قيمة س للأصول الأساسية" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"vol\n" -"itemlist.text" -msgid "vol" -msgstr "المجلد" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"Annual volatility of the underlying asset\n" -"itemlist.text" -msgid "Annual volatility of the underlying asset" -msgstr "التذبذبات السنوية للأصول الأساسية" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"drift\n" -"itemlist.text" -msgid "drift" -msgstr "عائمة" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"Parameter mu in dS/S = mu dt + vol dW\n" -"itemlist.text" -msgid "Parameter mu in dS/S = mu dt + vol dW" -msgstr "المعامل mu في dS/S = mu dt + vol dW" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"T\n" -"itemlist.text" -msgid "T" -msgstr "ز" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"Time to maturity\n" -"itemlist.text" -msgid "Time to maturity" -msgstr "وقت الاستحقاق" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"barrier_low\n" -"itemlist.text" -msgid "barrier_low" -msgstr "barrier_low" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"Lower barrier (set to 0 for no lower barrier)\n" -"itemlist.text" -msgid "Lower barrier (set to 0 for no lower barrier)" -msgstr "انخفاض الحاجز (تعيين إلى 0 لعدم انخفاض الحاجز)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"barrier_up\n" -"itemlist.text" -msgid "barrier_up" -msgstr "barrier_up" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbHit\n" -"Upper barrier (set to 0 for no upper barrier)\n" -"itemlist.text" -msgid "Upper barrier (set to 0 for no upper barrier)" -msgstr "الحاجز العلوي (تعيين إلى 0 لعدم وجود حد علوي)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"Probability that an asset will at maturity end up between two barrier levels, assuming it follows dS/S = mu dt + vol dW (if the last two optional parameters (strike, put/call) are specified, the probability of S_T in [strike, upper barrier] for a call and S_T in [lower barrier, strike] for a put will be returned)\n" -"itemlist.text" -msgid "Probability that an asset will at maturity end up between two barrier levels, assuming it follows dS/S = mu dt + vol dW (if the last two optional parameters (strike, put/call) are specified, the probability of S_T in [strike, upper barrier] for a call and S_T in [lower barrier, strike] for a put will be returned)" -msgstr "احتمال وجود الأصول في نهاية المطاف ما يصل بين مستويات النضج حاجز اثنين، على افتراض أنه يلي dS/ S = mu dt+ dW vol (إذا تم تحديد الخيارين الأخيرين (الإضراب، وضع / دعوة)، واحتمال S_T في [الإضراب، الحاجز العلوي] لمكالمة S_T في[الإضراب، الحاجز الأدنى] وبالنسبة لخيار البيع يتم إعادته)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"spot\n" -"itemlist.text" -msgid "spot" -msgstr "فوري" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"Price/value of the asset\n" -"itemlist.text" -msgid "Price/value of the asset" -msgstr "سعر/قيمة الأصل" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"vol\n" -"itemlist.text" -msgid "vol" -msgstr "المجلد" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"Annual volatility of the asset\n" -"itemlist.text" -msgid "Annual volatility of the asset" -msgstr "التذبذبات السنوية للأصل" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"drift\n" -"itemlist.text" -msgid "drift" -msgstr "عائمة" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"Parameter mu from dS/S = mu dt + vol dW\n" -"itemlist.text" -msgid "Parameter mu from dS/S = mu dt + vol dW" -msgstr "المعامل mu في dS/S = mu dt + vol dW" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"T\n" -"itemlist.text" -msgid "T" -msgstr "ز" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"Time to maturity in years\n" -"itemlist.text" -msgid "Time to maturity in years" -msgstr "وقت الاستحاق بالسنوات" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"barrier_low\n" -"itemlist.text" -msgid "barrier_low" -msgstr "barrier_low" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"Lower barrier (set to 0 for no lower barrier)\n" -"itemlist.text" -msgid "Lower barrier (set to 0 for no lower barrier)" -msgstr "انخفاض الحاجز (تعيين إلى 0 لعدم انخفاض الحاجز)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"barrier_up\n" -"itemlist.text" -msgid "barrier_up" -msgstr "barrier_up" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"Upper barrier (set to 0 for no upper barrier)\n" -"itemlist.text" -msgid "Upper barrier (set to 0 for no upper barrier)" -msgstr "الحاجز العلوي (تعيين إلى 0 لعدم وجود حد علوي)" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"put/call\n" -"itemlist.text" -msgid "put/call" -msgstr "وضع / دعوة" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"Optional (p)ut/(c)all indicator\n" -"itemlist.text" -msgid "Optional (p)ut/(c)all indicator" -msgstr "الوضع الاختياري/ ينادي المؤشر" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"strike\n" -"itemlist.text" -msgid "strike" -msgstr "شطب" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCDESC_OptProbInMoney\n" -"Optional strike level\n" -"itemlist.text" -msgid "Optional strike level" -msgstr "مستوى الإضراب الاختياري" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCNAME_OptBarrier\n" -"string.text" -msgid "OPT_BARRIER" -msgstr "" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCNAME_OptTouch\n" -"string.text" -msgid "OPT_TOUCH" -msgstr "" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCNAME_OptProbHit\n" -"string.text" -msgid "OPT_PROB_HIT" -msgstr "" - -#: pricing.src -msgctxt "" -"pricing.src\n" -"PRICING_FUNCNAME_OptProbInMoney\n" -"string.text" -msgid "OPT_PROB_INMONEY" -msgstr "" |