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/GreetingsEng.gf | |
| parent | aeb0a5b7e073bec56365185beed3311cf65c65aa (diff) | |
reordered phrasebook sources so that they are easier to clone; cloned Ger,Spa,Cat,Bul
Diffstat (limited to 'examples/phrasebook/GreetingsEng.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsEng.gf | 31 |
1 files changed, 14 insertions, 17 deletions
diff --git a/examples/phrasebook/GreetingsEng.gf b/examples/phrasebook/GreetingsEng.gf index 304e34c3b..08d2bd184 100644 --- a/examples/phrasebook/GreetingsEng.gf +++ b/examples/phrasebook/GreetingsEng.gf @@ -4,27 +4,24 @@ lincat Greeting = SS ; lin - GHello = ss "hello" ; - GThanks = ss "thank you" ; - GHowAreYou = ss "how are you" ; - GPleaseGive, GPleaseGivePol = ss "please" ; - GExcuse, GExcusePol = ss "excuse me" ; - GSorry, GSorryPol = ss "sorry" ; - GGoodbye = ss "goodbye" ; GBye = ss "bye" ; - GNiceToMeetYou = ss "nice to meet you" ; - GSeeYouSoon = ss "see you soon" ; - GHelp = ss "help" ; - GLookOut = ss "look out" ; - GGoodMorning = ss "good morning" ; + 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 = 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" ; - GCheers = ss "cheers" ; - - GYes = ss "yes" ; - GNo = ss "no" ; - } |
