784b48ae8f4e31ce3ab9a147ccb003975cfbb751
Christian Fraß personal pronouns and infin...

Christian Fraß authored 8 years ago

source/content/modal_verbs.html.php  1) <section class="subsection" id="modal_verbs">
source/content/modal_verbs.html.php  2) 	<header>Modal verbs</header>
source/content/modal_verbs.html.php  3) 	<?php proposal(); ?>
source/content/modal_verbs.html.php  4) 	<p>The following verbs are modal verbs in Folksprak:</p>
source/content/modal_verbs.html.php  5) 	<ul>
source/content/modal_verbs.html.php  6) <?php
source/content/modal_verbs.html.php  7) 	$entries =
source/content/modal_verbs.html.php  8) 	[
Christian Fraß update

Christian Fraß authored 7 years ago

source/content/modal_verbs.html.php  9) 		["flk" => ["mute"], "eng" => ["to must"]],
Christian Fraß merge

Christian Fraß authored 6 years ago

source/content/modal_verbs.html.php 10) 		["flk" => ["kane"], "eng" => ["to can"]],
Christian Fraß update

Christian Fraß authored 7 years ago

source/content/modal_verbs.html.php 11) 		["flk" => ["vile"], "eng" => ["to will"]],
source/content/modal_verbs.html.php 12) 		["flk" => ["skale"], "eng" => ["to shall"]],
source/content/modal_verbs.html.php 13) 		// ["flk" => ["darfe"], "eng" => ["to be allowed to"]],
Christian Fraß merge

Christian Fraß authored 6 years ago

source/content/modal_verbs.html.php 14) 		["flk" => ["vöre"], "eng" => ["(to have the contingent readiness to do something)"]],
Christian Fraß personal pronouns and infin...

Christian Fraß authored 8 years ago

source/content/modal_verbs.html.php 15) 	];
source/content/modal_verbs.html.php 16) 	foreach ($entries as $entry)
source/content/modal_verbs.html.php 17) 	{
source/content/modal_verbs.html.php 18)  ?>
Christian Fraß added transition-data and t...

Christian Fraß authored 7 years ago

source/content/modal_verbs.html.php 19) 		<li><?php echo(format_correlation("type_word")($entry)); ?></li>
Christian Fraß personal pronouns and infin...

Christian Fraß authored 8 years ago

source/content/modal_verbs.html.php 20) <?php
source/content/modal_verbs.html.php 21) 	}
source/content/modal_verbs.html.php 22)  ?>
source/content/modal_verbs.html.php 23) 	</ul>
Christian Fraß merge

Christian Fraß authored 6 years ago

source/content/modal_verbs.html.php 24) 	<p>Modal verbs in contrast to normal verbs never take an extended infinitive as object, e.g. <?php echo(format_correlation("type_sentence")(["flk" => ["Vi hop tu finde vater har."], "eng" => ["We hope to find water here."]])); ?>, but <?php echo(format_correlation("type_sentence")(["flk" => ["Vi kan finde vater har."], "eng" => ["We can find water here."]])); ?></p>
Christian Fraß fs -> flk

Christian Fraß authored 6 years ago

source/content/modal_verbs.html.php 25) 	<p>The special modal verb <?php echo(mark("vöre", ["type_word", "lang_flk"])); ?> is used for expressing the subjunctive.</p>