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/GreetingsSwe.gf | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) (limited to 'examples/phrasebook/GreetingsSwe.gf') diff --git a/examples/phrasebook/GreetingsSwe.gf b/examples/phrasebook/GreetingsSwe.gf index 4636fa65a..2d80d28c7 100644 --- a/examples/phrasebook/GreetingsSwe.gf +++ b/examples/phrasebook/GreetingsSwe.gf @@ -4,27 +4,24 @@ lincat Greeting = SS ; lin - GHello = ss "hej" ; - GThanks = ss "tack" ; - GHowAreYou = ss "hur står det till" ; - GPleaseGive, GPleaseGivePol = ss "var så god" ; - GExcuse, GExcusePol = ss "ursäkta" ; - GSorry, GSorryPol = ss "förlåt" ; - GGoodbye = ss "hej då" ; GBye = ss "hej då" ; - GNiceToMeetYou = ss "trevligt att träffas" ; - GSeeYouSoon = ss "vi ses snart" ; - GHelp = ss "hjälp" ; - GLookOut = ss "se upp" ; - GGoodMorning = ss "god morgon" ; + 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" ; - GCheers = ss "skål" ; + 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" ; - GYes = ss "ja" ; - GNo = ss "nej" ; - - } -- cgit v1.2.3