Skip to content

Commit abfb633

Browse files
authored
Merge pull request #524 from jleyva/MOBILE-1650
Mobile 1650
2 parents 0af1ded + c1cdd76 commit abfb633

File tree

58 files changed

+185
-47
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+185
-47
lines changed

config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<widget id="com.moodle.moodlemobile" version="3.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.moodle.moodlemobile" version="3.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
33
<name>Moodle Mobile</name>
44
<description>Official Moodle Mobile app</description>
55
<author href="http://moodle.com" email="[email protected]">Juan Leyva</author>

www/addons/calendar/lang/ar.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2+
"calendarevents": "أحداث التقويم",
3+
"errorloadevent": "خطأ في تحميل الحدث",
4+
"errorloadevents": "خطأ في تحميل الأحداث",
5+
"noevents": "لا يوجد أي أحداث",
26
"notifications": "الإشعارات"
37
}

www/addons/competency/lang/ar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"activities": "أنشطة",
33
"duedate": "تاريخ تقديم مهمة",
4+
"mylearningplans": "خططي للتعلم",
45
"path": "مسار",
56
"progress": "تقدّم الطالب",
67
"status": "الحالة",

www/addons/competency/lang/eu.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"activities": "Jarduerak",
33
"duedate": "Entregatze-data",
4+
"errornocompetenciesfound": "Ez da gaitasunik aurkitu",
45
"evidence": "Ebidentzia",
6+
"mylearningplans": "Nire ikasketa-planak",
7+
"nocompetencies": "Gaitasunik ez",
58
"path": "Bidea",
69
"progress": "Ikaslearen aurrerapena",
710
"rating": "Puntuazioa",
Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
{
2-
"complete": "كامل",
3-
"completed": "تم",
4-
"coursecompletion": "إكمال المقرر الدراسي",
5-
"criteria": "معايير",
6-
"criteriagroup": "مجموعة المعايير",
2+
"complete": "مكتمل",
3+
"completecourse": "مقرر مكتمل",
4+
"completed": "تم إكمال المقرر",
5+
"completiondate": "تاريخ إكمال المقرر",
6+
"couldnotloadreport": "لا يمكن تحميل تقرير إكمال المقرر، الرجاء المحاولة في وقت آخر",
7+
"coursecompletion": "إكمال المقرر",
8+
"criteria": "المعايير",
9+
"criteriagroup": "معايير المجموعة",
710
"criteriarequiredall": "كل المعايير في الأسفل مطلوبة",
8-
"criteriarequiredany": "أي معيار في الأسفل مطلوب",
9-
"inprogress": "جاري التقدم",
11+
"criteriarequiredany": "أي معايير في الأسفل مطلوبة",
12+
"inprogress": "قيد التنفيذ",
1013
"manualselfcompletion": "إكمال يدوي ذاتي",
1114
"notyetstarted": "لم يبدأ بعد",
1215
"pending": "معلق",
13-
"required": "مفروض",
16+
"required": "مطلوب",
1417
"requiredcriteria": "المعايير المطلوبة",
18+
"requirement": "المتطلبات",
1519
"status": "الحالة",
1620
"viewcoursereport": "عرض تقرير المقرر"
1721
}

www/addons/files/lang/ar.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
2+
"audio": "صوتي",
3+
"camera": "الكاميرا",
4+
"chooseaccountuploadfile": "اختر حساب لكي تقوم برفع الملف إليه",
5+
"downloading": "يتم التحميل",
6+
"emptyfilelist": "لا يوجد ملفات للعرض",
27
"errorcapturingaudio": "خطأ في التقاط الصوت",
8+
"errorcapturingimage": "خطأ في التقاط الصورة",
39
"errorcapturingvideo": "خطأ في التقاط الفيديو",
4-
"errorreadingfile": "خطاء في قراءة ملف \"{$a}\"",
10+
"errorreadingfile": "خطأ في قراءة الملف",
511
"file": "ملف",
612
"fileuploaded": "الملف الذي تم رفعه",
7-
"myfiles": "ملفاتي الخاصة",
13+
"myfiles": "ملفاتي",
14+
"myprivatefiles": "ملفاتي الخاصة",
815
"sitefiles": "ملفات الموقع",
9-
"success": "نجاح",
10-
"uploadafile": "تحميل ملف",
16+
"success": "تم بنجاح",
17+
"uploadafile": "إرفع ملف",
18+
"uploadfiles": "إرفع ملفات",
1119
"uploading": "تحميل",
1220
"video": "فيديو"
1321
}

www/addons/frontpage/lang/ar.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"frontpage": "الصفحة الرئيسية",
23
"sitehome": "الصفحة الرئيسية"
34
}

www/addons/grades/lang/ar.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"average": "متوسط",
3-
"feedback": "إفادة",
3+
"feedback": "التغذية الراجعة",
44
"grade": "الدرجة",
5-
"grades": "درجات",
5+
"grades": "الدرجات",
66
"itemname": "اسم البند",
7-
"lettergrade": "درجة حرفية",
8-
"percentage": "النسبة",
9-
"range": "مجال",
7+
"lettergrade": "خطاب الدرجات",
8+
"percentage": "النسبة المئوية",
9+
"range": "المدى",
1010
"viewgrades": "عرض الدرجات",
1111
"weight": "الوزن"
1212
}

www/addons/messages/lang/ar.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
{
22
"addcontact": "أضف كجهة اتصال",
33
"blockcontact": "أحجب عنوان الأتصال",
4-
"contactlistempty": "قائمة اتصالك فارغة",
4+
"contactlistempty": "قائمة الاتصال فارغة",
55
"contacts": "عناوين اتصال",
6+
"messagenotsent": "لم يتم إرسال الرسالة، يرجي المحاولة لاحقا",
67
"messages": "رسائل",
7-
"nomessages": "لا يوجد رساله/رسائل جديدة",
8-
"nousersfound": "لا يوجد مستخدمون",
8+
"newmessage": "رسالة جديدة",
9+
"nomessages": "لا يوجد رسائل",
10+
"nousersfound": "لا يوجد مستخدمين",
911
"removecontact": "ازل عنوان الاتصال",
1012
"send": "ارسل",
1113
"sendmessage": "ارسل رسالة",
14+
"type_offline": "غير متصل",
15+
"type_online": "متصل",
16+
"type_search": "نتائج البحث",
17+
"type_strangers": "رسائل أخرى",
1218
"unblockcontact": "أزل الحجب عن عنوان الاتصال"
1319
}

www/addons/messages/lang/pl.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"contactname": "Nazwa kontaktu",
66
"contacts": "Kontakty",
77
"deletemessage": "Usuń wiadomość",
8+
"deletemessageconfirmation": "Czy jesteś pewien, że chcesz usunąć tę wiadomość? Zostanie ona usunięta wyłącznie z twojej historii wiadomości, użytkownik który ją wysłał lub odebrał nadal będzie mógł ją wyświetlić.",
89
"messages": "Wiadomości",
910
"nomessages": "Brak oczekujących wiadomości",
1011
"nousersfound": "Nie znaleziono użytkowników",

0 commit comments

Comments
 (0)