Files
gf-core/examples/phrasebook/GreetingsRus.gf
2010-05-26 22:11:52 +00:00

33 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
concrete GreetingsRus of Greetings = open Prelude in {
flags coding = utf8 ;
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 "удача" ;
}