git.schokokeks.org
Repositories
Help
Report an Issue
fs-draft.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
dad14eb
Branches
Tags
master
midgard
vorlage
fs-draft.git
source
content
modal_verbs.html.php
merge
Christian Fraß
commited
dad14eb
at 2017-07-02 19:51:20
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 = [ ["flk" => ["mute"], "eng" => ["to must"]], ["flk" => ["kane"], "eng" => ["to can"]], ["flk" => ["vile"], "eng" => ["to will"]], ["flk" => ["skale"], "eng" => ["to shall"]], // ["flk" => ["darfe"], "eng" => ["to be allowed to"]], ["flk" => ["vöre"], "eng" => ["(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")(["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> <p>The special modal verb <?php echo(mark("vöre", ["type_word", "lang_fs"])); ?> is used for expressing the subjunctive.</p> </section>