summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsRus.gf
diff options
context:
space:
mode:
authorramona.enache <ramona.enache@chalmers.se>2010-05-26 22:11:52 +0000
committerramona.enache <ramona.enache@chalmers.se>2010-05-26 22:11:52 +0000
commit79c8c7b3e3b684312d6823b9bcbfbdc400707855 (patch)
tree4b8d510798e540d5c3060507a7b5fe8a951e73de /examples/phrasebook/GreetingsRus.gf
parent48070392e8e9fc375de6cf6f408a8b41377b8d10 (diff)
added first version of PhrasebookRus
Diffstat (limited to 'examples/phrasebook/GreetingsRus.gf')
-rw-r--r--examples/phrasebook/GreetingsRus.gf50
1 files changed, 27 insertions, 23 deletions
diff --git a/examples/phrasebook/GreetingsRus.gf b/examples/phrasebook/GreetingsRus.gf
index 6b1cac195..3c6be0abd 100644
--- a/examples/phrasebook/GreetingsRus.gf
+++ b/examples/phrasebook/GreetingsRus.gf
@@ -1,28 +1,32 @@
concrete GreetingsRus of Greetings = open Prelude in {
---lincat
--- Greeting = SS ;
+flags coding = utf8 ;
---lin
--- GBye = ss "bye" ;
--- 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, GNiceToMeetYouPol = 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" ;
+lincat
+ Greeting = SS ;
+
+lin
+ GBye = ss "до свидания" ;
+ GCheers = ss "ура" ;
+ GDamn = ss "проклинать" ;
+ GExcuse, GExcusePol = ss "извините" ;
+ GGoodDay = ss "добрый день" ; ----
+ GGoodEvening = ss "добрый вечер" ;
+ GGoodMorning = ss "доброе утро" ;
+ GGoodNight = ss "спокойной ночи" ;
+ GGoodbye = ss "до свидания" ;
+ GHello = ss "привет" ;
+ GHelp = ss "помощь" ;
+ GHowAreYou = ss "Как поживаете" ;
+ GLookOut = ss "смотреть" ;
+ GNiceToMeetYou, GNiceToMeetYouPol = ss "приятно встретиться с вами" ;
+ GPleaseGive, GPleaseGivePol = ss "пожалуйста" ;
+ GSeeYouSoon = ss "до скорой встречи" ;
+ GSorry, GSorryPol = ss "Мне жаль" ;
+ GThanks = ss "спасибо" ;
+ GTheCheck = ss "проверить" ;
+ GCongratulations = ss "Поздравляю";
+ GHappyBirthday = ss "С Днем Рождения" ;
+ GGoodLuck = ss "удача" ;
---}
}