reordered phrasebook sources so that they are easier to clone; cloned Ger,Spa,Cat,Bul

This commit is contained in:
aarne
2010-04-07 19:39:48 +00:00
parent aeb0a5b7e0
commit 8171bb0ea2
33 changed files with 1211 additions and 354 deletions

View File

@@ -1,33 +1,27 @@
concrete GreetingsFin of Greetings = open Prelude in {
flags coding=utf8 ;
lincat
Greeting, Politeness = SS ;
lin
GHello = ss "hei" ;
GThanks = ss "kiitos" ;
GHowAreYou = ss "mitä kuuluu" ;
GPleaseGive = ss "ole hyvä" ;
GPleaseGivePol = ss "olkaa hyvä" ;
GExcuse, GExcusePol = ss "anteeksi" ;
GSorry, GSorryPol = ss "anteeksi" ;
GGoodbye = ss "näkemiin" ;
GBye = ss "hei hei" ;
GNiceToMeetYou = ss "hauska tutustua" ;
GSeeYouSoon = ss "nähdään pian" ;
GHelp = ss "apua" ;
GLookOut = ss "varo" ;
GGoodMorning = ss "hyvää huomenta" ;
GGoodDay = ss "hyvää päivää" ;
GGoodEvening = ss "hyvää iltaa" ;
GGoodNight = ss "hyvää yötä" ;
GTheCheck = ss "lasku" ;
GCheers = ss "terveydeksi" ;
GYes = ss "kyllä" ;
GNo = ss "ei" ;
GDamn = ss "hitto" ;
GExcuse, GExcusePol = ss "anteeksi" ;
GGoodDay = ss "hyvää päivää" ;
GGoodEvening = ss "hyvää iltaa" ;
GGoodMorning = ss "hyvää huomenta" ;
GGoodNight = ss "hyvää yötä" ;
GGoodbye = ss "näkemiin" ;
GHello = ss "hei" ;
GHelp = ss "apua" ;
GHowAreYou = ss "mitä kuuluu" ;
GLookOut = ss "varo" ;
GNiceToMeetYou = ss "hauska tutustua" ;
GPleaseGive = ss "ole hyvä" ;
GPleaseGivePol = ss "olkaa hyvä" ;
GSeeYouSoon = ss "nähdään pian" ;
GSorry, GSorryPol = ss "anteeksi" ;
GThanks = ss "kiitos" ;
GTheCheck = ss "lasku" ;
}