<?php
global $configuration;
include_once("source/logic/server/table.php");
include_once("source/logic/server/data.php");
include_once("source/logic/server/misc.php");
?>
<section class="section" id="grammar/conjugation">
<header>Verbs</header>
<p>In Folksprak verbs are not conjugated for different <span class="grammarterm">personae</span> (participants), <span class="grammarterm">numeri</span> (number of actors) or <span class="grammarterm">genera</span> (grammatical genders).</p>
<section class="subsection" id="conjugation/infinite_verbforms">
<header>Infinite Verbforms</header>
<p>The <span class="grammarterm">infinitive</span> is formed by appending <span class="word lang_fs">-a</span> to the verb stem, e.g. <span class="word lang_fs">skriva</span> ~ <span class="word lang_en">to write</span>.</p>
<p>The <span class="grammarterm">active participle</span> is formed by appending <span class="word lang_fs">-end</span> to the verb stem, e.g. <span class="word lang_fs">skrivend</span> ~ <span class="word lang_en">writing</span>.</p>
<p>The <span class="grammarterm">passive participle</span> is formed by appending <span class="word lang_fs">-et</span> to the verb stem, e.g. <span class="word lang_fs">skrivet</span> ~ <span class="word lang_en">written</span>. If speakable the <span class="word lang_fs">e</span> in the ending can be omitted, e.g. <span class="word lang_fs">skrivt</span>.</p>
</section>
<section class="subsection" id="conjugation/tempora">
<header>Tempora and Modi</header>
<p>The following table lists the timeforms found in Folksprak and how they are built in the indicative mode.</p>
<!--
<table>
<thead>
<tr>
<th>Name</th>
<th>Building Scheme (indicative)</th>
<th>Example</th>
<th><?php echo($configuration["languagemap"][$configuration["target"]]); ?> Translation</th>
</tr>
</thead>
<tbody>
<tr>
<td>Present</td>
<td>[verb:stem]</td>
<td><span class="sentence lang_fs">ek skriv</span></td>
<td><span class="sentence lang_en">i write</span></td>
</tr>
<tr>
<td>Perfect</td>
<td>[flected <span class="word lang_fs">hav</span>] + [verb:passive participle]</td>
<td><span class="sentence lang_fs">ek hav skrivt</span></td>
<td><span class="sentence lang_en">i have written</span></td>
</tr>
<tr>
<td>Future</td>
<td>[flected <span class="word lang_fs">skal</span>/<span class="word lang_fs">vil</span>/<span class="word lang_fs">kom</span>] + [verb:infinitive]</td>
<td><span class="sentence lang_fs">ek skal skriva</span></td>
<td><span class="sentence lang_en">i will write</span></td>
</tr>
<tr>
<td>Explicite Future</td>
<td>[flected <span class="word lang_fs">verd</span>] + [verb:active participle]</td>
<td><span class="sentence lang_fs">ek verd skrivend</span></td>