diff options
| author | aarne <aarne@chalmers.se> | 2013-11-29 08:21:00 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2013-11-29 08:21:00 +0000 |
| commit | 39cb49b05de49ce1a585427a42ea03754c996688 (patch) | |
| tree | 493298292dc0d6a8229b563dbfb8834d9b1cedf6 | |
| parent | f21928802fe2acdaa1fea4fc44ee07f2988feeca (diff) | |
added forms to Finnish xml table
| -rw-r--r-- | src/ui/android/res/xml/inflection_fi.xml | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/src/ui/android/res/xml/inflection_fi.xml b/src/ui/android/res/xml/inflection_fi.xml index b41146cad..a454b8c39 100644 --- a/src/ui/android/res/xml/inflection_fi.xml +++ b/src/ui/android/res/xml/inflection_fi.xml @@ -4,7 +4,7 @@ </head> <body> - +<h1></h1> <h1>Substantiivi</h1> @@ -87,6 +87,7 @@ <h1>Verbi</h1> + <h2>Finiittimuodot</h2> <table class="forms-table" rules="all" border="yes"> <tr> <th colspan="2">aktiivi</th> @@ -174,10 +175,11 @@ </table> + <h2>Nominaalimuodot</h2> <table class="forms-table" rules="all" border="yes"> <tr> - <th rowspan="14">infinitiivi</th> + <th rowspan="15">infinitiivi</th> <th rowspan="2">1.</th> <th>lyhyt</th> <td><form>s Inf Inf1</form></td> @@ -196,16 +198,12 @@ <td><form>s Inf Inf2Instr</form></td> </tr> <tr> - <th rowspan="2">2. passiivi</th> + <th rowspan="1">2. passiivi</th> <th>inessiivi</th> <td><form>s Inf Inf2InessPass</form></td> </tr> <tr> - <th>instruktiivi</th> - <td><form>s Inf Inf2InstrPass</form></td> - </tr> - <tr> - <th rowspan="5">3.</th> + <th rowspan="6">3. aktiivi</th> <th>inessiivi</th> <td><form>s Inf Inf3Iness</form></td> </tr> @@ -226,6 +224,16 @@ <td><form>s Inf Inf3Abess</form></td> </tr> <tr> + <th>instruktiivi</th> + <td><form>s Inf Inf3Instr</form></td> + </tr> + <tr> + <th rowspan="1">3. passiivi</th> + <th>instruktiivi</th> + <td><form>s Inf Inf3InstrPass</form></td> + </tr> + + <tr> <th rowspan="2">4.</th> <th>nominatiivi</th> <td><form>s Inf Inf4Nom</form></td> @@ -241,7 +249,7 @@ <tr> - <th rowspan="6">partisiippi</th> + <th rowspan="7">partisiippi</th> <th rowspan="2">preesens</th> <th>aktiivi</th> <td><form>s PastPartAct (AN (NCase Sg Nom))</form></td> @@ -259,11 +267,13 @@ <th>passiivi</th> <td><form>s PastPartPass (AN (NCase Sg Nom))</form></td> </tr> + <tr> + <th colspan="2">agentti</th> + <td><form>s AgentPart (AN (NCase Sg Nom))</form></td> + </tr> </table> - - <hr> <address></address> -<!-- hhmts start -->Last modified: Thu Nov 28 22:24:06 CET 2013 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Fri Nov 29 09:19:29 CET 2013 <!-- hhmts end --> </body> </html> |
