Files
gf-core/examples/phrasebook/GreetingsGer.gf
2010-05-29 21:14:13 +00:00

33 lines
904 B
Plaintext

--# -path=.:abstract:prelude:german:api:common
concrete GreetingsGer of Greetings = open Prelude in {
lincat
Greeting = SS ;
lin
GBye = ss "tschüß" ;
GCheers = ss "zum Wohl" ;
GDamn = ss "verdammt" ;
GExcuse, GExcusePol = ss "Entschuldigung" ;
GGoodDay = ss "guten Tag" ;
GGoodEvening = ss "guten Abend" ;
GGoodMorning = ss "guten Morgen" ;
GGoodNight = ss "gute Nacht" ;
GGoodbye = ss "auf Wiedersehen" ;
GHello = ss "Hallo" ;
GHelp = ss "Hilfe" ;
GHowAreYou = ss "wie geht's" ;
GLookOut = ss "Achtung" ;
GNiceToMeetYou = ss "nett, Sie zu treffen" ;
GPleaseGive, GPleaseGivePol = ss "bitte" ;
GSeeYouSoon = ss "bis bald" ;
GSorry, GSorryPol = ss "Entschuldigung" ;
GThanks = ss "Danke" ;
GTheCheck = ss "die Rechnung" ;
GCongratulations = ss "herzlichen Glückwunsch";
GHappyBirthday = ss "alles Gute zum Geburtstag" ;
GGoodLuck = ss "viel Glück" ;
}