some moving around of new phrasebook entries

This commit is contained in:
aarne
2010-04-28 16:53:20 +00:00
parent b47098f14f
commit 6e7bbf3aa8
4 changed files with 61 additions and 44 deletions

View File

@@ -55,6 +55,18 @@ concrete WordsFin of Words = SentencesFin **
University = mkPlace (mkN "yliopisto") lla ;
School = mkPlace (mkN "koulu") lla ;
CitRestaurant cit = {
name = mkCN cit (mkN "ravintola") ; at = casePrep inessive ; to = casePrep illative
} ;
Parking = mkPlace (mkN "pysäköinti" (mkN "alue")) lla ;
Supermarket = mkPlace (mkN "supermarket") ssa ;
Pharmacy = mkPlace (mkN "apteekki") ssa ;
Center = mkPlace (mkN "keskusta") ssa ;
Cafeteria = mkPlace (mkN "kahvila") ssa ;
Disco = mkPlace (mkN "disko") ssa ;
Pub = mkPlace (mkN "pub") ssa ;
AmusementPark = mkPlace (mkN "huvi" (mkN "puisto")) ssa ;
-- currencies
DanishCrown = mkCN (mkN "Tanskan kruunu") | mkCN (mkN "kruunu") ;