Skip to content

Commit 841d85d

Browse files
committed
Merge pull request #490 from jleyva/MOBILE-1571
Mobile 1571
2 parents fbc7cf1 + 40b6833 commit 841d85d

File tree

145 files changed

+2037
-25
lines changed

Some content is hidden

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

145 files changed

+2037
-25
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.0.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.0" 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/competency/lang/ar.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"activities": "أنشطة",
3+
"duedate": "تاريخ تقديم مهمة",
4+
"path": "مسار",
5+
"progress": "تقدّم الطالب",
6+
"status": "الحالة",
7+
"template": "قالب"
8+
}

www/addons/competency/lang/bg.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"activities": "Дейности",
3+
"duedate": "Краен срок",
4+
"path": "Път",
5+
"status": "Състояние",
6+
"template": "Шаблон"
7+
}

www/addons/competency/lang/ca.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"activities": "Activitats",
3+
"duedate": "Data de venciment",
4+
"evidence": "Evidència",
5+
"path": "Camí",
6+
"progress": "Progrés de l'estudiant",
7+
"rating": "Valoració",
8+
"status": "Estat",
9+
"template": "Plantilla"
10+
}

www/addons/competency/lang/cs.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"activities": "Činnosti",
3+
"duedate": "Termín odevzdání",
4+
"evidence": "Evidence",
5+
"path": "Cesta",
6+
"progress": "Pokrok studenta",
7+
"rating": "Hodnocení",
8+
"status": "Stav",
9+
"template": "Šablona"
10+
}

www/addons/competency/lang/da.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"activities": " Aktiviteter",
3+
"duedate": "Afleveringsdato",
4+
"path": "Sti",
5+
"progress": "Studerendes fremskridt",
6+
"rating": "Bedømmelse",
7+
"status": "Status",
8+
"template": "Skabelon"
9+
}

www/addons/competency/lang/de.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"activities": "Aktivitäten",
3+
"duedate": "Abgabeende",
4+
"evidence": "Evidenz",
5+
"path": "Pfad",
6+
"progress": "Bearbeitungsstand",
7+
"rating": "Bewertung",
8+
"status": "Status",
9+
"template": "Vorlage"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"activities": "Actividades",
3+
"duedate": "Fecha de entrega",
4+
"evidence": "Evidencia",
5+
"path": "Ruta",
6+
"progress": "Progreso del estudiante",
7+
"rating": "Valuación (rating)",
8+
"status": "Estatus",
9+
"template": "Plantilla"
10+
}

www/addons/competency/lang/es.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"activities": "Actividades",
3+
"duedate": "Fecha de entrega",
4+
"evidence": "Evidencia",
5+
"path": "Ruta",
6+
"progress": "Progreso del estudiante",
7+
"rating": "Clasificación",
8+
"status": "Estado",
9+
"template": "Plantilla"
10+
}

www/addons/competency/lang/eu.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"activities": "Jarduerak",
3+
"duedate": "Entregatze-data",
4+
"evidence": "Ebidentzia",
5+
"path": "Bidea",
6+
"progress": "Ikaslearen aurrerapena",
7+
"rating": "Puntuazioa",
8+
"status": "Egoera",
9+
"template": "Txantiloia"
10+
}

0 commit comments

Comments
 (0)