android-app -> app

android-app-tests -> app-tests
This commit is contained in:
serso
2016-01-05 09:46:56 +01:00
parent d834ccc305
commit 7da69a2083
1033 changed files with 4948 additions and 4948 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?><!--Generated by crowdin.com--><!--Generated by crowdin.net-->
<resources>
<string name="c_operators">عوامل التشغيل</string>
<string name="c_op_description_mod">العملية النمطية تقوم بإيجاد بقية حاصل \'X\' ضرب \'Y\'</string>
<string name="c_op_description_sum">عمليات الجمع \'(f(i\', متتالية أساسها \'i\' من \'from\' الى \'to\'</string>
<string name="c_op_description_product">يعطي ناتج عمليات \'(f(i\', متتالية أساسها \'i\' من \'from\' الى \'to\'</string>
<string name="c_op_description_derivative">يعطي مشتق الأمر \'order\' (الإفتراضي = 1) من العمليات \'(f(x\' بالمتغير \'x\' و يحسب في النقطة \'x_point\' (الإفتراضي = قيمة \'x\' نفسها)</string>
<string name="c_op_description_integral">يعطي تكامل الدالة \'(f(x\' بالمتغير \'x\'</string>
<string name="c_op_description_integral_ab">يكامل الدالّة \'(f(x\' بالمتغير \'x\' من \'a\' الى \'b\'</string>
<string name="c_pf_description_factorial">يعطي ناتج الجداء بالمعادلة السابقة</string>
<string name="c_pf_description_double_factorial">يعطي ناتج الجداء المضاعف بالمعادلة السابقة</string>
<string name="c_pf_description_percent" formatted="false">يعطي قيمة النسبة المئوية للمعادلة
قبل.\nأمثلة\n
100 + 50% = 150\n
100 * 50% = 50\n
100 + 100 * 50% * 50% = 125</string>
<string name="c_pf_description_degree">تحويل من درجات إلى راديان.\n
أمثلة:\n
268° = 4.67748\n
30.21° = 0.52726</string>
</resources>