From 8171bb0ea2dffe9e0a99e06815bf46182671137d Mon Sep 17 00:00:00 2001 From: aarne Date: Wed, 7 Apr 2010 19:39:48 +0000 Subject: reordered phrasebook sources so that they are easier to clone; cloned Ger,Spa,Cat,Bul --- examples/phrasebook/GreetingsGer.gf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 examples/phrasebook/GreetingsGer.gf (limited to 'examples/phrasebook/GreetingsGer.gf') diff --git a/examples/phrasebook/GreetingsGer.gf b/examples/phrasebook/GreetingsGer.gf new file mode 100644 index 000000000..f8d5931ff --- /dev/null +++ b/examples/phrasebook/GreetingsGer.gf @@ -0,0 +1,28 @@ +concrete GreetingsGer 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" ; +-- +-- } +} -- cgit v1.2.3