summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsSwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-03-28 15:28:02 +0000
committeraarne <aarne@chalmers.se>2010-03-28 15:28:02 +0000
commit3903b6b85222d5d266f859f4d029b12159cdf814 (patch)
tree7145415760924451fcf171cc2dc7898b3be4aa4f /examples/phrasebook/GreetingsSwe.gf
parent2925edd088b2e157183a88edb9bdfcc78371b628 (diff)
short-phrase translation; added Swe; started doc in Phrasebook
Diffstat (limited to 'examples/phrasebook/GreetingsSwe.gf')
-rw-r--r--examples/phrasebook/GreetingsSwe.gf35
1 files changed, 35 insertions, 0 deletions
diff --git a/examples/phrasebook/GreetingsSwe.gf b/examples/phrasebook/GreetingsSwe.gf
new file mode 100644
index 000000000..985027a9d
--- /dev/null
+++ b/examples/phrasebook/GreetingsSwe.gf
@@ -0,0 +1,35 @@
+concrete GreetingsSwe of Greetings = open Prelude in {
+
+lincat
+ Greeting, Politeness = SS ;
+
+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" ;
+ GGoodbye = ss "hej då" ;
+ GBye = ss "hej då" ;
+ GWhatsYourName = ss "vad heter du" ;
+ GNiceToMeetYou = ss "trevligt att träffas" ;
+ GSeeYouSoon = ss "vi ses snart" ;
+ GHelp = ss "hjälp" ;
+ GLookOut = ss "se upp" ;
+ GGoodMorning = ss "god morgon" ;
+ GGoodDay = ss "god dag" ;
+ GGoodEvening = ss "god afton" ;
+ GGoodNight = ss "god natt" ;
+ GImHungry = ss "jag är hungrig" ;
+ GImThirsty = ss "jag är törstig" ;
+ GImTired = ss "jag är trött" ;
+ GImScared = ss "jag är rädd" ;
+ GIdontUnderstand = ss "jag förstår inte" ;
+ GTheCheck = ss "notan" ;
+
+ GYes = ss "ja" ;
+ GNo = ss "nej" ;
+
+
+}