diff options
| author | aarne <aarne@chalmers.se> | 2010-04-10 08:18:03 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-10 08:18:03 +0000 |
| commit | 50a2e2ea93e7280ae6063a1cbf0e8cb29fa78a09 (patch) | |
| tree | 201d3812073143a0aa30684f9fcb0fe2a30940b5 /examples/phrasebook/GreetingsBul.gf | |
| parent | d505fa5b6737b6b78fb65161cea3c2ac175494ab (diff) | |
regenerated clones with complete abstract and ready-maked Lexicon-based words in Phrasebook
Diffstat (limited to 'examples/phrasebook/GreetingsBul.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsBul.gf | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/examples/phrasebook/GreetingsBul.gf b/examples/phrasebook/GreetingsBul.gf index 3f3d6faf4..e814e2a56 100644 --- a/examples/phrasebook/GreetingsBul.gf +++ b/examples/phrasebook/GreetingsBul.gf @@ -1,28 +1,28 @@ concrete GreetingsBul of Greetings = open Prelude in { --- 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 = 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" ; --- --- } +--lincat +-- Greeting = SS ; + +--lin +-- GBye = ss "bye" ; +-- GCheers = ss "cheers" ; +-- GDamn = ss "damn" ; +-- GExcuse, GExcusePol = ss "excuse me" ; +-- GGoodDay = ss "good afternoon" ; ---- +-- GGoodEvening = ss "good evening" ; +-- GGoodMorning = ss "good morning" ; +-- GGoodNight = ss "good night" ; +-- GGoodbye = ss "goodbye" ; +-- GHello = ss "hello" ; +-- GHelp = ss "help" ; +-- GHowAreYou = ss "how are you" ; +-- GLookOut = ss "look out" ; +-- GNiceToMeetYou, GNiceToMeetYouPol = ss "nice to meet you" ; +-- GPleaseGive, GPleaseGivePol = ss "please" ; +-- GSeeYouSoon = ss "see you soon" ; +-- GSorry, GSorryPol = ss "sorry" ; +-- GThanks = ss "thank you" ; +-- GTheCheck = ss "the bill" ; + +--} } |
