git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
6e384e0
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
modal_verbs.html.php
intermediate
Christian Fraß
commited
6e384e0
at 2017-04-13 19:26:23
modal_verbs.html.php
Blame
History
Raw
<section class="subsection" id="modal_verbs"> <header>Modal verbs</header> <?php proposal(); ?> <p>The following verbs are modal verbs in Folksprak:</p> <ul> <?php $entries = [ ["fs" => ["mute"], "en" => ["to must"]], ["fs" => ["kane"], "en" => ["to can"]], ["fs" => ["vile"], "en" => ["to will"]], ["fs" => ["skale"], "en" => ["to shall"]], // ["fs" => ["darfe"], "en" => ["to be allowed to"]], ["fs" => ["vöre"], "en" => ["(to have the contingent readiness to do something)"]], ]; foreach ($entries as $entry) { ?> <li><?php echo(format_correlation("type_word")($entry)); ?></li> <?php } ?> </ul> <p>Modal verbs in contrast to normal verbs never take an extended infinitive as object, e.g. <?php echo(format_correlation("type_sentence")(["fs" => ["Vi hop tu finde vater har."], "en" => ["We hope to find water here."]])); ?>, but <?php echo(format_correlation("type_sentence")(["fs" => ["Vi kan finde vater har."], "en" => ["We can find water here."]])); ?></p> <p>The special modal verb <?php echo(mark("vöre", ["type_word", "lang_fs"])); ?> is used for expressing the subjunctive.</p> </section>