summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsRus.gf
blob: 6b1cac195ed6f5f4fc80622f4350effc4db0ffdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
concrete GreetingsRus of Greetings = open Prelude in {

--lincat 
--  Greeting = SS ;

--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" ;

--}
}