summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsDut.gf
diff options
context:
space:
mode:
authorramona.enache <ramona.enache@chalmers.se>2010-04-29 21:56:53 +0000
committerramona.enache <ramona.enache@chalmers.se>2010-04-29 21:56:53 +0000
commite3c883fdb3859b4eef1f8e59737da171b4231f4e (patch)
treefc2fefe133a7c28f34e0abd454ab9cfe9d57acfa /examples/phrasebook/GreetingsDut.gf
parent3d9d3a1811c4ed80b3917cc91e8d9da38d6d2790 (diff)
Phrasebook grammars for English, Romanian and Dutch
Diffstat (limited to 'examples/phrasebook/GreetingsDut.gf')
-rw-r--r--examples/phrasebook/GreetingsDut.gf47
1 files changed, 24 insertions, 23 deletions
diff --git a/examples/phrasebook/GreetingsDut.gf b/examples/phrasebook/GreetingsDut.gf
index 68162d18d..4c547c144 100644
--- a/examples/phrasebook/GreetingsDut.gf
+++ b/examples/phrasebook/GreetingsDut.gf
@@ -1,28 +1,29 @@
concrete GreetingsDut of Greetings = open Prelude in {
---lincat
--- Greeting = SS ;
+lincat
+ Greeting = SS ;
---lin
--- GBye = ss "hej då" ;
--- GCheers = ss "skål" ;
--- GDamn = ss "fan" ;
--- GExcuse, GExcusePol = ss "ursäkta" ;
--- GGoodDay = ss "god dag" ;
--- GGoodEvening = ss "god afton" ;
--- GGoodMorning = ss "god morgon" ;
--- GGoodNight = ss "god natt" ;
--- GGoodbye = ss "hej då" ;
--- GHello = ss "hej" ;
--- GHelp = ss "hjälp" ;
--- GHowAreYou = ss "hur står det till" ;
--- GLookOut = ss "se upp" ;
--- GNiceToMeetYou, GNiceToMeetYouPol = ss "trevligt att träffas" ;
--- GPleaseGive, GPleaseGivePol = ss "var så god" ;
--- GSeeYouSoon = ss "vi ses snart" ;
--- GSorry, GSorryPol = ss "förlåt" ;
--- GThanks = ss "tack" ;
--- GTheCheck = ss "notan" ;
+lin
+ GBye = ss "doei" ;
+ GCheers = ss "proost" ;
+ GDamn = ss "verdomme" ;
+ GExcuse, GExcusePol = ss "pardon" ;
+ GGoodDay = ss "goedendag" ;
+ GGoodEvening = ss "goedenavond" ;
+ GGoodMorning = ss "goedemorgen" ;
+ GGoodNight = ss "goedenacht" ;
+ GGoodbye = ss "tot ziens" ;
+ GHello = ss "hallo" ;
+ GHelp = ss "help" ;
+ GHowAreYou = ss "hoe gaat het" ;
+ GLookOut = ss "kijk uit" ;
+ GNiceToMeetYou = ss "leuk je te ontmoeten" ;
+ GNiceToMeetYouPol = ss "leuk je u ontmoeten" ;
+ GPleaseGive, GPleaseGivePol = ss "alstublieft" ;
+ GSeeYouSoon = ss "tot ziens" ;
+ GSorry = ss "sorry";
+ GSorryPol = ss "mijn verontschuldiging" ;
+ GThanks = ss "dank je wel" ;
+ GTheCheck = ss "rekening" ;
---}
}