Skip to content

Commit 91235ac

Browse files
committed
Merge pull request #337 from jleyva/MOBILE-1363
Mobile 1363
2 parents 61bdea1 + 5a69da5 commit 91235ac

File tree

72 files changed

+179
-44
lines changed

Some content is hidden

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

72 files changed

+179
-44
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="2.6" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
2+
<widget id="com.moodle.moodlemobile" version="2.7" 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/coursecompletion/lang/eu.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"complete": "Osoa",
3+
"completecourse": "Ikastaroa osatu",
34
"completed": "Osatuta",
5+
"completiondate": "Osaketa-data",
6+
"couldnotloadreport": "Ezin izan da ikastaro-osaketaren txostena kargatu, mesedez saiatu beranduago.",
47
"coursecompletion": "Ikastaro-osaketa",
58
"criteria": "Irizpidea",
69
"criteriagroup": "Irizpide-multzoa",
@@ -12,6 +15,7 @@
1215
"pending": "Egin gabe",
1316
"required": "Beharrezkoa",
1417
"requiredcriteria": "Irizpidea behar da",
18+
"requirement": "Eskakizuna",
1519
"status": "Egoera",
1620
"viewcoursereport": "Ikastaroaren txostena ikusi"
1721
}

www/addons/frontpage/lang/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"frontpage": "Startseite",
23
"sitehome": "Startseite"
34
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"sitehome": "Portada"
2+
"frontpage": "Portada",
3+
"sitehome": "Página inicial del sitio"
34
}

www/addons/frontpage/lang/eu.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"frontpage": "Hasiera-orria",
23
"sitehome": "Hasiera-orria"
34
}

www/addons/frontpage/lang/fr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"sitehome": "Page d'accueil"
2+
"frontpage": "Page d'accueil",
3+
"sitehome": "Plateforme"
34
}

www/addons/frontpage/lang/nl.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"sitehome": "Startpagina"
2+
"frontpage": "Startpagina",
3+
"sitehome": "Site startpagina"
34
}

www/addons/messages/lang/de.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"contactlistempty": "Die Kontaktliste ist leer",
55
"contactname": "Name",
66
"contacts": "Kontakte",
7+
"erroruseronlyacceptsmessagefromcontacts": "Fehler: Person erlaubt nur Nachrichten von ihren Kontakten",
78
"errorwhileretrievingcontacts": "Fehler beim Lesen der Kontakte vom Server",
89
"errorwhileretrievingdiscussions": "Fehler beim Lesen der Themen vom Server",
910
"errorwhileretrievingmessages": "Fehler beim Lesen der Nachrichten vom Server",

www/addons/messages/lang/eu.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"addcontact": "Gehitu kontaktua",
33
"blockcontact": "Blokeatu kontaktua",
4-
"contactlistempty": "kontaktu zerrenda hutsik dago",
4+
"contactlistempty": "Kontaktu zerrenda hutsik dago",
55
"contactname": "Kontaktuaren izena",
66
"contacts": "Kontaktuak",
77
"errorwhileretrievingcontacts": "Errorea kontaktuak zerbitzaritik jasotzean.",

www/addons/mod_chat/lang/eu.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
"currentusers": "Oraingo erabiltzaileak",
44
"enterchat": "Sakatu hemen txat-gelara sartzeko",
55
"entermessage": "Idatzi zure mezua",
6+
"errorwhileconnecting": "Errorea txatera konektatzean.",
7+
"errorwhilegettingchatdata": "Errorea txataren datuak eskuratzean.",
8+
"errorwhilegettingchatusers": "Errorea txataren erabiltzaileak eskuratzean.",
9+
"errorwhileretrievingmessages": "Errorea zerbitzaritik mezuak ekartzean.",
10+
"errorwhilesendingmessage": "Errorea mezua bidaltzean.",
611
"messagebeepsyou": "{{$a}}-(e)k dio: Aizu! Hemen nago!",
712
"messageenter": "{{$a}} oraintxe sartu da gelan",
813
"messageexit": "{{$a}} irten egin da gelatik",
14+
"mustbeonlinetosendmessages": "On-line egon behar duzu mezuak bidaltzeko",
915
"nomessages": "Ez dago mezurik oraindik",
1016
"send": "Bidali",
1117
"sessionstart": "Txat-saioa gutxi barru hasiko da: {{$a}}",

0 commit comments

Comments
 (0)