-
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 #449 from jleyva/MOBILE-1515
Mobile 1515
- Loading branch information
Showing
244 changed files
with
2,141 additions
and
161 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="2.9" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0"> | ||
<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"> | ||
<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,4 +1,7 @@ | ||
{ | ||
"calendarevents": "Kalendář událostí", | ||
"errorloadevent": "Chyba při načítání události.", | ||
"errorloadevents": "Chyba při načítání událostí.", | ||
"noevents": "Nejsou žádné události", | ||
"notifications": "Upozornění" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"calendarevents": "Eventos do calendário", | ||
"errorloadevent": "Erro ao carregar evento.", | ||
"errorloadevents": "Erro ao carregar eventos.", | ||
"noevents": "Sem eventos", | ||
"notifications": "Notificações" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"calendarevents": "Evenimente din calendar", | ||
"errorloadevent": "Eroare la încărcarea unui eveniment.", | ||
"errorloadevents": "Eroare la încărcarea unor evenimente.", | ||
"noevents": "Nu sunt evenimente noi", | ||
"notifications": "Notificări" | ||
} |
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": "Podrobný", | ||
"complete": "Absolvováno", | ||
"completecourse": "Absolvovaný kurz", | ||
"completed": "Splněno", | ||
"completiondate": "Datum ukončení", | ||
"couldnotloadreport": "Nelze načíst zprávu o absolvování kurzu, zkuste to prosím později.", | ||
"coursecompletion": "Absolvování kurzu", | ||
"criteria": "Podmínky", | ||
"criteria": "Kritéria", | ||
"criteriagroup": "Skupina podmínek", | ||
"criteriarequiredall": "Všechny podmínky jsou požadovány", | ||
"criteriarequiredany": "Libovolná podmínka je požadována", | ||
"criteriarequiredall": "Jsou požadovány všechny podmínky", | ||
"criteriarequiredany": "Je požadována libovolná podmínka", | ||
"inprogress": "Probíhá", | ||
"manualselfcompletion": "Ručně nastavené absolvování kurzu samotným studentem", | ||
"notyetstarted": "Zatím nezačalo", | ||
"pending": "Čeká", | ||
"required": "Vyžadováno", | ||
"required": "Požadováno", | ||
"requiredcriteria": "Požadovaná kriteria", | ||
"status": "Stav", | ||
"viewcoursereport": "Zobrazit přehled kurzu" | ||
"requirement": "Požadavek", | ||
"status": "Status", | ||
"viewcoursereport": "Zobrazit sestavu kurzu" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"complete": "Concluído", | ||
"completecourse": "Disciplina concluída", | ||
"completed": "Concluído", | ||
"completiondate": "Data de conclusão", | ||
"couldnotloadreport": "Não foi possível carregar o relatório de conclusão da disciplina, por favor tente mais tarde.", | ||
"coursecompletion": "Conclusão da disciplina", | ||
"criteria": "Critérios", | ||
"criteriagroup": "Grupo de critérios", | ||
"criteriarequiredall": "É exigido o cumprimento de todos os critérios abaixo", | ||
"criteriarequiredany": "É exigido o cumprimento de qualquer um dos critérios abaixo", | ||
"inprogress": "Em progresso", | ||
"manualselfcompletion": "Conclusão manual pelo próprio", | ||
"notyetstarted": "Não iniciou", | ||
"pending": "Pendente", | ||
"required": "Exigido", | ||
"requiredcriteria": "Critério exigido", | ||
"requirement": "Requisito", | ||
"status": "Estado", | ||
"viewcoursereport": "Ver relatório da disciplina" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
{ | ||
"complete": "Complet", | ||
"completecourse": "Curs complet", | ||
"completed": "Complet", | ||
"completiondate": "Data limita până la completarea acțiunii", | ||
"couldnotloadreport": "Raportul cu privire la situația completării cursului nu se poate încărca, încercați mai târziu.", | ||
"coursecompletion": "Completarea cursului", | ||
"criteria": "Criterii", | ||
"criteriagroup": "Criterii pentru grup", | ||
"criteriarequiredall": "Indeplinirea următoarelor criterii este obligatorie", | ||
"criteriarequiredany": "Oricare din urmatoarele criterii sunt obligatorii", | ||
"inprogress": "În progres", | ||
"manualselfcompletion": "Autocompletare", | ||
"notyetstarted": "Înca nu a început", | ||
"pending": "În asteptare", | ||
"required": "Obligatoriu", | ||
"requiredcriteria": "Criterii obligatorii", | ||
"requirement": "Cerințe", | ||
"status": "Situație", | ||
"viewcoursereport": "Vizualizați raportul despre curs" | ||
} |
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": "Komplett", | ||
"completed": "Slutfört", | ||
"completecourse": "", | ||
"completed": "Fullföljt", | ||
"completiondate": "Datum för fullföljande", | ||
"couldnotloadreport": "Det gick inte att läsa in rapporten för fullföljande av kursen, vänligen försök igen senare .", | ||
"coursecompletion": "Fullföljande av kurs", | ||
"criteria": "Kriterier", | ||
"criteriagroup": "Kriterier för grupp", | ||
"criteriarequiredall": "Alla kriterier är obligatoriska", | ||
"criteriarequiredany": "Alla kriterier nedan är obligatoriska", | ||
"inprogress": "Pågår", | ||
"manualselfcompletion": "Studenten markerar själv som fullföljd", | ||
"notyetstarted": "Har ännu inte påbörjats", | ||
"criteria": "Villkor", | ||
"criteriagroup": "Villkor grupp", | ||
"criteriarequiredall": "Alla villkor nedan måste vara uppfyllda", | ||
"criteriarequiredany": "Något villkor nedan måste vara uppfylld", | ||
"inprogress": "Pågående", | ||
"manualselfcompletion": "Manuell fullföljande av deltagare", | ||
"notyetstarted": "Ännu inte börjat", | ||
"pending": "Avvaktar", | ||
"required": "Obligatorisk", | ||
"requiredcriteria": "Obligatoriskt kriterium", | ||
"requiredcriteria": "Obligatorisk villkor", | ||
"requirement": "Krav", | ||
"status": "Status", | ||
"viewcoursereport": "Visa kursrapport" | ||
} |
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,19 +1,36 @@ | ||
{ | ||
"admindisableddownload": "Upozorňujeme, že správce Moodle zakázal stahování souborů, soubory si můžete prohlížet, ale ne stáhnout.", | ||
"audio": "Audio", | ||
"camera": "Fotoaparát", | ||
"chooseaccountuploadfile": "Vyberte účet, pod kterým nahrajete soubor", | ||
"confirmuploadfile": "Chystáte nahrát {$a}. Jste si jisti, že chcete pokračovat?", | ||
"downloading": "Stahování ...", | ||
"emptyfilelist": "Žádný soubor k zobrazení", | ||
"errorcapturingaudio": "Chyba snímání zvuku", | ||
"errorcapturingvideo": "Chyba snímání videa", | ||
"errorreadingfile": "Chyba při čtení souboru \"{$a}\"", | ||
"clicktoupload": "Kliknutím na tlačítko níže nahrát soubory do vašich osobních souborů.", | ||
"confirmuploadfile": "Chystáte nahrát {{$a}}. Jste si jisti, že chcete pokračovat?", | ||
"couldnotloadfiles": "Seznam souborů, které nelze načíst .", | ||
"downloading": "Stahování", | ||
"emptyfilelist": "Žádný soubor k zobrazení.", | ||
"errorcapturingaudio": "Chyba snímání zvuku.", | ||
"errorcapturingimage": "Chyba snímání obrazu.", | ||
"errorcapturingvideo": "Chyba snímání videa.", | ||
"errorgettingimagealbum": "Chyba při načítání snímku z alba.", | ||
"errormustbeonlinetoupload": "Při nahrávání souboru musíte být online.", | ||
"errornoapp": "Pro provedení této akce nemáte nainstalovanou aplikaci .", | ||
"errorreadingfile": "Chyba při čtení souboru.", | ||
"errorreceivefilenosites": "Nejsou uloženy žádné stránky. Než se pokusíte nahrát soubor, přidejte prosím stránku.", | ||
"errorwhiledownloading": "Při pokusu o stažení souboru došlo k chybě .", | ||
"errorwhilerecordingaudio": "Při pokusu o o záznam zvuku došlo k chybě .", | ||
"errorwhileuploading": "Při pokusu o nahrání souboru došlo k chybě .", | ||
"file": "Soubor", | ||
"fileuploaded": "Soubor nahrán", | ||
"myfiles": "Moje soubory", | ||
"myprivatefiles": "Osobní soubory", | ||
"myprivatefilesdesc": "Soubory, které jsou dostupné v soukromé oblasti na těchto stránkách Moodle.", | ||
"photoalbums": "Fotoalba", | ||
"readingfile": "Čtení souboru", | ||
"sitefiles": "Soubory stránek", | ||
"success": "Úspěch", | ||
"uploadafile": "Vložit soubor", | ||
"sitefilesdesc": "Další soubory, které jsou dostupné na těchto stránkách Moodle.", | ||
"success": "Úspěch!", | ||
"uploadafile": "Nahrát soubor", | ||
"uploadfiles": "Nahrát soubory", | ||
"uploading": "Nahrávání", | ||
"video": "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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"admindisableddownload": "Por favor note que o administrador do Moodle desativou a opção de descarregar ficheiros, poderá navegar nos ficheiros, mas não conseguirá descarregá-los.", | ||
"audio": "Áudio", | ||
"camera": "Câmera", | ||
"chooseaccountuploadfile": "Escolha uma conta para enviar o ficheiro.", | ||
"clicktoupload": "Clique no botão abaixo para carregar ficheiros para os seus ficheiros privados.", | ||
"confirmuploadfile": "Está prestes a carregar {{size}}. Tem a certeza que quer continuar?", | ||
"couldnotloadfiles": "Não foi possível carregar a lista de ficheiros", | ||
"downloading": "Descarregando", | ||
"emptyfilelist": "Não há ficheiros", | ||
"errorcapturingaudio": "Erro ao capturar áudio.", | ||
"errorcapturingimage": "Erro ao capturar imagem.", | ||
"errorcapturingvideo": "Erro ao capturar vídeo.", | ||
"errorgettingimagealbum": "Erro ao obter imagem do álbum", | ||
"errormustbeonlinetoupload": "Necessita de estar online para enviar ficheiros", | ||
"errornoapp": "Não possui a aplicação móvel necessária para executar esta ação.", | ||
"errorreadingfile": "Erro ao ler o ficheiro", | ||
"errorreceivefilenosites": "Não existem sites armazenados. Por favor adicione um site antes de carregar um ficheiro.", | ||
"errorwhiledownloading": "Ocorreu um erro ao descarregar o ficheiro", | ||
"errorwhilerecordingaudio": "Ocorreu um erro durante a gravação do áudio.", | ||
"errorwhileuploading": "Ocorreu um erro durante o carregamento do ficheiro.", | ||
"file": "Ficheiro", | ||
"fileuploaded": "Ficheiro carregado com sucesso", | ||
"myfiles": "Meus ficheiros", | ||
"myprivatefiles": "Meus ficheiros privados", | ||
"myprivatefilesdesc": "Ficheiros disponíveis na sua área privada neste site Moodle", | ||
"photoalbums": "Álbuns de fotos", | ||
"readingfile": "A ler ficheiros", | ||
"sitefiles": "Ficheiros do site", | ||
"sitefilesdesc": "Os outros ficheiros que estão disponíveis para si neste site Moodle.", | ||
"success": "Sucesso!", | ||
"uploadafile": "Carregar um ficheiro", | ||
"uploadfiles": "Carregar ficheiros", | ||
"uploading": "A carregar", | ||
"video": "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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"admindisableddownload": "Atenție! Administratorul platformei a dezactivat descărcarea de fișiere; puteți accesa fișierele dar nu le puteți descărca.", | ||
"audio": "Audio", | ||
"camera": "Camera WEB", | ||
"chooseaccountuploadfile": "Selectați contul în care se va încărca fișierul.", | ||
"clicktoupload": "Apăsați butonul de mai jos pentru a încarcă fișierele în contul dumneavoastră.", | ||
"confirmuploadfile": "Sunteți pe cale să încărcați {{dimensiune}}. Sunteți sigur ca doriți să continuați?", | ||
"couldnotloadfiles": "Lista fișierelor nu a putut fi încărcată.", | ||
"downloading": "Se descarcă...", | ||
"emptyfilelist": "Nu sunt fișiere disponibile.", | ||
"errorcapturingaudio": "Eroare la înregistrarea audio.", | ||
"errorcapturingimage": "Eroare la realizarea capturii foto.", | ||
"errorcapturingvideo": "Eroare la înregistrarea video.", | ||
"errorgettingimagealbum": "Eroare la obținerea imaginii din album.", | ||
"errormustbeonlinetoupload": "Pentru a putea încărca fișiere trebuie să fiți conectat la o rețea de date.", | ||
"errornoapp": "Nu aveți instalată o aplicație dedicată realizării acestei operațiuni.", | ||
"errorreadingfile": "Eroare la citirea fișierului.", | ||
"errorreceivefilenosites": "Nu aveți stocat niciun sit. Adăugați un sit înainte de a încărca un fișier.", | ||
"errorwhiledownloading": "A apărut o eroare în timpul descărcării fișierului.", | ||
"errorwhilerecordingaudio": "A apărut o eroare în timpul înregistrării audio.", | ||
"errorwhileuploading": "A apărut o eroare în timpul încărcării fișierului.", | ||
"file": "Fișier", | ||
"fileuploaded": "Fișierul a fost încărcat cu succes.", | ||
"myfiles": "Fișierele mele", | ||
"myprivatefiles": "Fisiere personale", | ||
"myprivatefilesdesc": "Fișierele disponibile din zona personală, pe care o dețineți pe acest site.", | ||
"photoalbums": "Albume foto", | ||
"readingfile": "Se citește fișierul", | ||
"sitefiles": "Fișierele disponibile pe site", | ||
"sitefilesdesc": "Alte fișiere disponibile pe acest site.", | ||
"success": "Succes!", | ||
"uploadafile": "Încărcați un fișier", | ||
"uploadfiles": "Încărcați mai multe fișiere", | ||
"uploading": "Se încarcă", | ||
"video": "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
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,4 +1,4 @@ | ||
{ | ||
"frontpage": "Pàgina principal", | ||
"sitehome": "Pàgina principal" | ||
"sitehome": "Inici" | ||
} |
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 @@ | ||
{ | ||
"sitehome": "Titulní stránka" | ||
"frontpage": "Titulní stránka", | ||
"sitehome": "Domovská stránka" | ||
} |
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,4 +1,4 @@ | ||
{ | ||
"frontpage": "Página Principal", | ||
"sitehome": "Página Principal" | ||
"sitehome": "Inicio" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"frontpage": "Página principal", | ||
"sitehome": "Página inicial" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"frontpage": "Prima pagina", | ||
"sitehome": "Pagina principală" | ||
} |
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,4 +1,4 @@ | ||
{ | ||
"frontpage": "Ingångssida", | ||
"sitehome": "Ingångssida" | ||
"sitehome": "Webbsida hem" | ||
} |
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.