1
0
forked from GitHub/gf-core

generalized and extended Phrasebook in many ways

This commit is contained in:
aarne
2010-04-05 16:36:38 +00:00
parent c87fe6f0f6
commit 2ced613d81
25 changed files with 619 additions and 198 deletions

View File

@@ -1,4 +1,4 @@
concrete GreetingsSwe of Greetings = open Roles, Prelude in {
concrete GreetingsSwe of Greetings = open Prelude in {
lincat
Greeting = SS ;
@@ -7,9 +7,9 @@ lin
GHello = ss "hej" ;
GThanks = ss "tack" ;
GHowAreYou = ss "hur står det till" ;
GPleaseGive = ss "var så god" ;
GExcuse = ss "ursäkta" ;
GSorry = ss "förlåt" ;
GPleaseGive, GPleaseGivePol = ss "var så god" ;
GExcuse, GExcusePol = ss "ursäkta" ;
GSorry, GSorryPol = ss "förlåt" ;
GGoodbye = ss "hej då" ;
GBye = ss "hej då" ;
GNiceToMeetYou = ss "trevligt att träffas" ;
@@ -20,10 +20,7 @@ lin
GGoodDay = ss "god dag" ;
GGoodEvening = ss "god afton" ;
GGoodNight = ss "god natt" ;
GWhatsYourName = ss "vad heter du" ;
GWhatsYourNamePol = ss "vad heter ni" ;
GCheers = ss "skål" ;
GTheCheck = ss "notan" ;
GYes = ss "ja" ;