mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
30 lines
701 B
Plaintext
30 lines
701 B
Plaintext
concrete GreetingsRon of Greetings = open Prelude in {
|
|
|
|
flags coding = utf8 ;
|
|
|
|
lincat
|
|
Greeting, Politeness = SS ;
|
|
|
|
lin
|
|
GBye = ss "pa" ;
|
|
GCheers = ss "noroc" ;
|
|
GDamn = ss "ptiu" ;
|
|
GExcuse = ss "pardon" ;
|
|
GGoodDay = ss "bună ziua" ;
|
|
GGoodEvening = ss "bună seara" ;
|
|
GGoodMorning = ss "bună dimineaţa" ;
|
|
GGoodNight = ss "noapte bună" ;
|
|
GGoodbye = ss "la revedere" ;
|
|
GHello = ss "salut" ;
|
|
GHelp = ss "ajutor" ;
|
|
GHowAreYou = ss "ce faci" ;
|
|
GLookOut = ss "atenţie" ;
|
|
GNiceToMeetYou = ss "încântat" ;
|
|
GPleaseGive = ss "vă rog" ;
|
|
GSeeYouSoon = ss "pe curând" ;
|
|
GSorry = ss "îmi pare rău" ;
|
|
GThanks = ss "mulţumesc" ;
|
|
GTheCheck = ss "nota de plată" ;
|
|
|
|
}
|