diff options
| author | Camil Staps | 2020-01-03 20:43:46 +0100 | 
|---|---|---|
| committer | Camil Staps | 2020-01-03 20:43:46 +0100 | 
| commit | c30ca59cbd236737621bef1d862665f5f7bf67b8 (patch) | |
| tree | 77c678d2e0af5a84cefa9a33a81242fa25f7ddfa /resources/views/trainer.blade.php | |
| parent | Immediately reprove unparseable answers (diff) | |
Superficial details
Diffstat (limited to 'resources/views/trainer.blade.php')
| -rw-r--r-- | resources/views/trainer.blade.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/resources/views/trainer.blade.php b/resources/views/trainer.blade.php index 6540f3b..1d16411 100644 --- a/resources/views/trainer.blade.php +++ b/resources/views/trainer.blade.php @@ -53,7 +53,7 @@ use LuoParseTrainer\Tense;  @section('content')  <div id="trainer">  	<div id="trainer-input-container"> -		<p class="bg-danger" id="trainer-404">There are no verbs matching the criteria in our database.</p> +		<p class="bg-danger" id="trainer-404">Er staan geen werkwoorden met de gevraagde vorm in de database.</p>  		<p class="lead"><span class="greek greek-large" id="trainer-verb"></span><span id="trainer-answer"></span></p>  	</div>  	<div id="trainer-input-fancy"></div> @@ -67,7 +67,7 @@ use LuoParseTrainer\Tense;  			<p>  				<strong>Tempora</strong> (tijden): gebruik de afkortingen pr(aesens), imp(er)f(ectum), aor(istus), fut(urum), p(er)f(ectum) en p(lus)q(uam)p(er)f(ectum).<br/>  				<strong>Modi</strong> (wijzen): ind(icativus), conj(unctivus), opt(ativus), imp!(erativus), p(ar)t(i)c(ipium), inf(initivus).<br/> -				<strong>Genera</strong>: Act(ivum), Med(ium), Pass(ivum).<br/> +				<strong>Genera</strong>: act(ivum), med(ium), pass(ivum).<br/>  				<strong>Persoon</strong> (indien van toepassing): 1, 2 of 3.<br/>  				<strong>Geslacht</strong> (indien van toepassing): M(asculinum), F(emininum), N(eutrum).<br/>  				<strong>Naamval</strong> (indien van toepassing): nom(inativus), gen(itivus), dat(ivus), acc(usativus).<br/> | 
