diff options
| author | aarne <aarne@chalmers.se> | 2010-04-07 19:39:48 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-07 19:39:48 +0000 |
| commit | 8171bb0ea2dffe9e0a99e06815bf46182671137d (patch) | |
| tree | 10116fbbf6f48e005c7961c6bb5439f7fa3e3d18 /examples/phrasebook/GreetingsSwe.gf | |
| parent | aeb0a5b7e073bec56365185beed3311cf65c65aa (diff) | |
reordered phrasebook sources so that they are easier to clone; cloned Ger,Spa,Cat,Bul
Diffstat (limited to 'examples/phrasebook/GreetingsSwe.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsSwe.gf | 31 |
1 files changed, 14 insertions, 17 deletions
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" ; - - } |
