added more greetings to Phrasebook

This commit is contained in:
ramona.enache
2010-05-14 19:40:27 +00:00
parent 5249711c34
commit c90f3181f4
12 changed files with 48 additions and 16 deletions

View File

@@ -5,8 +5,8 @@ lincat
lin
GBye = ss "hej hej" ; -- not google translate
GCheers = ss "farvel" ;
-- GDamn = ss "fan" ;
GCheers = ss "skål" ;
GDamn = ss "satans" ; -- X
GExcuse, GExcusePol = ss "undskyld mig" ;
GGoodDay = ss "god dag" ;
GGoodEvening = ss "god aften" ;
@@ -16,13 +16,16 @@ lin
GHello = ss "hej" ;
GHelp = ss "hjælp" ;
GHowAreYou = ss "hvordan har du det" ;
GLookOut = ss "se ud" ;
GNiceToMeetYou, GNiceToMeetYouPol = ss "rart at møde dig" ;
GPleaseGive, GPleaseGivePol = ss "behage" ;
GSeeYouSoon = ss "se dig snart" ;
GLookOut = ss "pas på" ;
GNiceToMeetYou, GNiceToMeetYouPol = ss "hyggeligt at møde dig" ; -- more common than rart (google translate)
GPleaseGive = ss "vær så sød" ; -- can also have flink instead of sod
GPleaseGivePol = ss "venligst" ; -- X not behage
GSeeYouSoon = ss "vi ses snart" ; -- X se dig snart
GSorry, GSorryPol = ss "undskyld" ;
GThanks = ss "tak" ;
GTheCheck = ss "regningen" ;
GCongratulations = ss "tillykke";
GHappyBirthday = ss "tillykke med fødselsdagen" ;
GGoodLuck = ss "held og lykke" ;
--}
}