diff options
Diffstat (limited to 'examples/phrasebook/GreetingsChi.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsChi.gf | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/phrasebook/GreetingsChi.gf b/examples/phrasebook/GreetingsChi.gf deleted file mode 100644 index 40d532e0d..000000000 --- a/examples/phrasebook/GreetingsChi.gf +++ /dev/null @@ -1,33 +0,0 @@ -concrete GreetingsChi of Greetings = -SentencesChi [Greeting,mkGreeting] ** -open ParadigmsChi, ResChi, Prelude in { - -flags coding = utf8 ; - -lin -GBye = (mkInterj "再见" ) ; -GCheers = (mkInterj "干杯" ) ; -GDamn = (mkInterj "该死的" ) ; -GExcuse, GExcusePol = (mkInterj "原谅我" ) ; -GGoodDay = (mkInterj "你好" ) ; -GGoodEvening = (mkInterj "下午好" ) ; -GGoodMorning = (mkInterj "早上好" ) ; -GGoodNight = (mkInterj "晚安" ) ; -GGoodbye = (mkInterj "再见" ) ; -GHello = (mkInterj "你好" ) ; -GHelp = mkInterj "帮助" ; -GHowAreYou = mkInterj "你好吗" ; -GLookOut = mkInterj "留意" ; -GNiceToMeetYou = mkInterj "很高兴见到你" ; -GNiceToMeetYouPol = mkInterj "很高兴见到您" ; -GPleaseGive, GPleaseGivePol = mkInterj "请" ; -GSeeYouSoon = mkInterj "很快再见" ; -GSorry, GSorryPol = mkInterj "对不起" ; -GThanks = (mkInterj "谢谢" ) ; -GTheCheck = mkInterj "检查" ; -GCongratulations = mkInterj "祝贺您" ; -GHappyBirthday = mkInterj "祝你生日快乐" ; -GGoodLuck = (mkInterj "祝你好运" ) ; -GWhatTime = mkInterj "现在是什么时候" ; - -} |
