Skip to content

Commit fa23021

Browse files
authored
Merge pull request #1273 from moodlehq/integration
Integration
2 parents 3704e17 + dc6e740 commit fa23021

File tree

485 files changed

+2336
-979
lines changed

Some content is hidden

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

485 files changed

+2336
-979
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 xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="com.moodle.moodlemobile" version="3.4.1">
2+
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" id="com.moodle.moodlemobile" version="3.4.2">
33
<name>Moodle Mobile</name>
44
<description>
55
Moodle Mobile official app

desktop/assets/windows/AppXManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Identity Name="3312ADB7.MoodleDesktop"
77
ProcessorArchitecture="x64"
88
Publisher="CN=33CDCDF6-1EB5-4827-9897-ED25C91A32F6"
9-
Version="3.4.1.0" />
9+
Version="3.4.2.0" />
1010
<Properties>
1111
<DisplayName>Moodle Desktop</DisplayName>
1212
<PublisherDisplayName>Moodle Pty Ltd.</PublisherDisplayName>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moodlemobile",
3-
"version": "3.4.1",
3+
"version": "3.4.2",
44
"description": "The official app for Moodle.",
55
"author": {
66
"name": "Moodle Pty Ltd.",

www/addons/badges/lang/tg.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"badges": "Бейҷҳо",
3+
"expired": "Бубахшед,ин фаъолият маҳкам карда шудааст {{$a}} ва акнун дастрас нест"
4+
}

www/addons/calendar/lang/ca.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"defaultnotificationtime": "Hora de notificació per defecte",
44
"errorloadevent": "S'ha produït un error carregant l'esdeveniment.",
55
"errorloadevents": "S'ha produït un error carregant els esdeveniments.",
6-
"noevents": "No hi ha cap esdeveniment",
6+
"noevents": "Cap activitat venç properament",
77
"notifications": "Notificacions"
88
}

www/addons/calendar/lang/cs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"defaultnotificationtime": "Výchozí čas oznámení",
44
"errorloadevent": "Chyba při načítání události.",
55
"errorloadevents": "Chyba při načítání událostí.",
6-
"noevents": "Nejsou žádné události",
7-
"notifications": "Upozornění"
6+
"noevents": "Žádné nadcházející činnosti",
7+
"notifications": "Informace"
88
}

www/addons/calendar/lang/da.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"calendarevents": "Kalenderbegivenheder",
33
"errorloadevent": "Fejl ved indlæsning af begivenhed.",
44
"errorloadevents": "Fejl ved indlæsning af begivenheder.",
5-
"noevents": "Der er ingen begivenheder",
6-
"notifications": "Notifikationer"
5+
"noevents": "Ingen forestående aktiviteter",
6+
"notifications": "Beskeder"
77
}

www/addons/calendar/lang/de-du.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"defaultnotificationtime": "Standardmäßige Benachrichtigungszeit",
44
"errorloadevent": "Fehler beim Laden des Kalendereintrags",
55
"errorloadevents": "Fehler beim Laden der Kalendereinträge",
6-
"noevents": "Keine Kalendereinträge",
7-
"notifications": "Systemmitteilungen"
6+
"noevents": "Keine anstehenden Aktivitäten fällig",
7+
"notifications": "Mitteilungen"
88
}

www/addons/calendar/lang/el.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"defaultnotificationtime": "Προεπιλεγμένος χρόνος ειδοποίησης",
44
"errorloadevent": "Σφάλμα στην φόρτωση συμβάντου.",
55
"errorloadevents": "Σφάλμα στην φόρτωση συμβάντων.",
6-
"noevents": "Δεν υπάρχουν συμβάντα",
6+
"noevents": "Καμία δραστηριότητα προσεχώς",
77
"notifications": "Ειδοποιήσεις"
88
}

www/addons/calendar/lang/es-mx.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"defaultnotificationtime": "Hora de notificación por defecto",
44
"errorloadevent": "Error al cargar evento.",
55
"errorloadevents": "Error al cargar eventos.",
6-
"noevents": "No hay eventos",
7-
"notifications": "Notificaciones"
6+
"noevents": "No hay actividades próximas pendientes",
7+
"notifications": "Avisos"
88
}

0 commit comments

Comments
 (0)