-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #524 from jleyva/MOBILE-1650
Mobile 1650
- Loading branch information
Showing
58 changed files
with
185 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<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"> | ||
<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"> | ||
<name>Moodle Mobile</name> | ||
<description>Official Moodle Mobile app</description> | ||
<author href="http://moodle.com" email="[email protected]">Juan Leyva</author> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
{ | ||
"calendarevents": "أحداث التقويم", | ||
"errorloadevent": "خطأ في تحميل الحدث", | ||
"errorloadevents": "خطأ في تحميل الأحداث", | ||
"noevents": "لا يوجد أي أحداث", | ||
"notifications": "الإشعارات" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,21 @@ | ||
{ | ||
"complete": "كامل", | ||
"completed": "تم", | ||
"coursecompletion": "إكمال المقرر الدراسي", | ||
"criteria": "معايير", | ||
"criteriagroup": "مجموعة المعايير", | ||
"complete": "مكتمل", | ||
"completecourse": "مقرر مكتمل", | ||
"completed": "تم إكمال المقرر", | ||
"completiondate": "تاريخ إكمال المقرر", | ||
"couldnotloadreport": "لا يمكن تحميل تقرير إكمال المقرر، الرجاء المحاولة في وقت آخر", | ||
"coursecompletion": "إكمال المقرر", | ||
"criteria": "المعايير", | ||
"criteriagroup": "معايير المجموعة", | ||
"criteriarequiredall": "كل المعايير في الأسفل مطلوبة", | ||
"criteriarequiredany": "أي معيار في الأسفل مطلوب", | ||
"inprogress": "جاري التقدم", | ||
"criteriarequiredany": "أي معايير في الأسفل مطلوبة", | ||
"inprogress": "قيد التنفيذ", | ||
"manualselfcompletion": "إكمال يدوي ذاتي", | ||
"notyetstarted": "لم يبدأ بعد", | ||
"pending": "معلق", | ||
"required": "مفروض", | ||
"required": "مطلوب", | ||
"requiredcriteria": "المعايير المطلوبة", | ||
"requirement": "المتطلبات", | ||
"status": "الحالة", | ||
"viewcoursereport": "عرض تقرير المقرر" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,21 @@ | ||
{ | ||
"audio": "صوتي", | ||
"camera": "الكاميرا", | ||
"chooseaccountuploadfile": "اختر حساب لكي تقوم برفع الملف إليه", | ||
"downloading": "يتم التحميل", | ||
"emptyfilelist": "لا يوجد ملفات للعرض", | ||
"errorcapturingaudio": "خطأ في التقاط الصوت", | ||
"errorcapturingimage": "خطأ في التقاط الصورة", | ||
"errorcapturingvideo": "خطأ في التقاط الفيديو", | ||
"errorreadingfile": "خطاء في قراءة ملف \"{$a}\"", | ||
"errorreadingfile": "خطأ في قراءة الملف", | ||
"file": "ملف", | ||
"fileuploaded": "الملف الذي تم رفعه", | ||
"myfiles": "ملفاتي الخاصة", | ||
"myfiles": "ملفاتي", | ||
"myprivatefiles": "ملفاتي الخاصة", | ||
"sitefiles": "ملفات الموقع", | ||
"success": "نجاح", | ||
"uploadafile": "تحميل ملف", | ||
"success": "تم بنجاح", | ||
"uploadafile": "إرفع ملف", | ||
"uploadfiles": "إرفع ملفات", | ||
"uploading": "تحميل", | ||
"video": "فيديو" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"frontpage": "الصفحة الرئيسية", | ||
"sitehome": "الصفحة الرئيسية" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"average": "متوسط", | ||
"feedback": "إفادة", | ||
"feedback": "التغذية الراجعة", | ||
"grade": "الدرجة", | ||
"grades": "درجات", | ||
"grades": "الدرجات", | ||
"itemname": "اسم البند", | ||
"lettergrade": "درجة حرفية", | ||
"percentage": "النسبة", | ||
"range": "مجال", | ||
"lettergrade": "خطاب الدرجات", | ||
"percentage": "النسبة المئوية", | ||
"range": "المدى", | ||
"viewgrades": "عرض الدرجات", | ||
"weight": "الوزن" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,19 @@ | ||
{ | ||
"addcontact": "أضف كجهة اتصال", | ||
"blockcontact": "أحجب عنوان الأتصال", | ||
"contactlistempty": "قائمة اتصالك فارغة", | ||
"contactlistempty": "قائمة الاتصال فارغة", | ||
"contacts": "عناوين اتصال", | ||
"messagenotsent": "لم يتم إرسال الرسالة، يرجي المحاولة لاحقا", | ||
"messages": "رسائل", | ||
"nomessages": "لا يوجد رساله/رسائل جديدة", | ||
"nousersfound": "لا يوجد مستخدمون", | ||
"newmessage": "رسالة جديدة", | ||
"nomessages": "لا يوجد رسائل", | ||
"nousersfound": "لا يوجد مستخدمين", | ||
"removecontact": "ازل عنوان الاتصال", | ||
"send": "ارسل", | ||
"sendmessage": "ارسل رسالة", | ||
"type_offline": "غير متصل", | ||
"type_online": "متصل", | ||
"type_search": "نتائج البحث", | ||
"type_strangers": "رسائل أخرى", | ||
"unblockcontact": "أزل الحجب عن عنوان الاتصال" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
[] | ||
{ | ||
"emptyfilelist": "لا يوجد أي ملفات ليتم إظهارها" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
{ | ||
"browsemode": "النمط العرضي" | ||
"browsemode": "النمط العرضي", | ||
"byauthor": "التجميع طبقا للمؤلف", | ||
"bynewestfirst": "الأحدث أولا", | ||
"byrecentlyupdated": "تم تحديثه مؤخرا", | ||
"bysearch": "بحث" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"deploymenterror": "خطاء في محتوى الحزمة" | ||
"deploymenterror": "خطاء في محتوى الحزمة", | ||
"showmoduledescription": "اظهر الوصف" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
[] | ||
{ | ||
"label": "ملصق" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.