summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsNor.gf
diff options
context:
space:
mode:
authorramona.enache <ramona.enache@chalmers.se>2010-05-08 15:34:27 +0000
committerramona.enache <ramona.enache@chalmers.se>2010-05-08 15:34:27 +0000
commit8d58d079b72fe84c0369ff6012297c50d69cb249 (patch)
tree16be69f2af627f6ac66f2cfdf69cfd85fe76608b /examples/phrasebook/GreetingsNor.gf
parent79cd5b8dc6e6d7a8f59df0bf81793c8f419f9366 (diff)
Norwegian phrasebook
Diffstat (limited to 'examples/phrasebook/GreetingsNor.gf')
-rw-r--r--examples/phrasebook/GreetingsNor.gf46
1 files changed, 23 insertions, 23 deletions
diff --git a/examples/phrasebook/GreetingsNor.gf b/examples/phrasebook/GreetingsNor.gf
index 05fe2110f..35f6cf9af 100644
--- a/examples/phrasebook/GreetingsNor.gf
+++ b/examples/phrasebook/GreetingsNor.gf
@@ -1,28 +1,28 @@
concrete GreetingsNor of Greetings = open Prelude in {
---lincat
--- Greeting = SS ;
+lincat
+ Greeting = SS ;
+
+lin
+ GBye = ss "hade" ;
+ GCheers = ss "skål" ; -- google translate !
+-- GDamn = ss "fan" ; ?
+ GExcuse, GExcusePol = ss "unnskyld" ;
+ GGoodDay = ss "god dag" ;
+ GGoodEvening = ss "god kveld" ;
+ GGoodMorning = ss "god morgen" ;
+ GGoodNight = ss "god natt" ;
+ GGoodbye = ss "ha det bra" ;
+ GHello = ss "hei" ;
+ GHelp = ss "hjelp" ;
+ GHowAreYou = ss "hvordan går det" ;
+ GLookOut = ss "se opp" ; -- google translate !
+ GNiceToMeetYou, GNiceToMeetYouPol = ss "hyggelig å treffe deg" ;
+ GPleaseGive, GPleaseGivePol = ss "vær så snill" ;
+ GSeeYouSoon = ss "se deg snart" ; -- google translate !
+ GSorry, GSorryPol = ss "beklager" ;
+ GThanks = ss "takk" ;
+ GTheCheck = ss "regningen" ;
---lin
--- GBye = ss "hej då" ;
--- GCheers = ss "skål" ;
--- GDamn = ss "fan" ;
--- GExcuse, GExcusePol = ss "ursäkta" ;
--- GGoodDay = ss "god dag" ;
--- GGoodEvening = ss "god afton" ;
--- GGoodMorning = ss "god morgon" ;
--- GGoodNight = ss "god natt" ;
--- GGoodbye = ss "hej då" ;
--- GHello = ss "hej" ;
--- GHelp = ss "hjälp" ;
--- GHowAreYou = ss "hur står det till" ;
--- GLookOut = ss "se upp" ;
--- GNiceToMeetYou, GNiceToMeetYouPol = ss "trevligt att träffas" ;
--- GPleaseGive, GPleaseGivePol = ss "var så god" ;
--- GSeeYouSoon = ss "vi ses snart" ;
--- GSorry, GSorryPol = ss "förlåt" ;
--- GThanks = ss "tack" ;
--- GTheCheck = ss "notan" ;
---}
}