forked from GitHub/gf-core
generalized and extended Phrasebook in many ways
This commit is contained in:
@@ -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" ;
|
||||
|
||||
Reference in New Issue
Block a user