From e3c883fdb3859b4eef1f8e59737da171b4231f4e Mon Sep 17 00:00:00 2001 From: "ramona.enache" Date: Thu, 29 Apr 2010 21:56:53 +0000 Subject: Phrasebook grammars for English, Romanian and Dutch --- examples/phrasebook/GreetingsDut.gf | 47 +++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 23 deletions(-) (limited to 'examples/phrasebook/GreetingsDut.gf') 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" ; ---} } -- cgit v1.2.3