summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsCat.gf
diff options
context:
space:
mode:
authorjordi.saludes <jordi.saludes@upc.edu>2010-05-25 18:30:42 +0000
committerjordi.saludes <jordi.saludes@upc.edu>2010-05-25 18:30:42 +0000
commit00d150a1f0d22e8a3d804b3d9ed861377d0fd00b (patch)
tree1c4c908222938dd8ab0e24d8ba55734920a6f339 /examples/phrasebook/GreetingsCat.gf
parentafb41457f1653faa668552f9f44b79a41ff91c06 (diff)
WordsCat in_Prep problem
Diffstat (limited to 'examples/phrasebook/GreetingsCat.gf')
-rw-r--r--examples/phrasebook/GreetingsCat.gf54
1 files changed, 28 insertions, 26 deletions
diff --git a/examples/phrasebook/GreetingsCat.gf b/examples/phrasebook/GreetingsCat.gf
index d31a239c8..4ee32d333 100644
--- a/examples/phrasebook/GreetingsCat.gf
+++ b/examples/phrasebook/GreetingsCat.gf
@@ -1,31 +1,33 @@
concrete GreetingsCat of Greetings = open Prelude in {
---lincat
--- Greeting = SS ;
+lincat
+ Greeting = SS ;
---lin
--- GBye = ss "ciao" ;
--- GCheers = ss "cincin" ;
--- GDamn = ss "maledizione" ;
--- GExcuse = ss "scusa" ;
--- GExcusePol = ss "scusi" ;
--- GGoodDay = ss "buongiorno" ;
--- GGoodEvening = ss "buona sera" ;
--- GGoodMorning = ss "buongiorno" ;
--- GGoodNight = ss "buona notte" ;
--- GGoodbye = ss "arrivederci" ;
--- GHello = ss "ciao" ;
--- GHelp = ss "aiuto" ;
--- GHowAreYou = ss "come sta" ;
--- GLookOut = ss "attenzione" ;
--- GNiceToMeetYou = ss "piacere di conoscerti" ;
--- GNiceToMeetYouPol = ss "piacere di conoscerLa" ;
--- GPleaseGive, GPleaseGivePol = ss "per favore" ;
--- GSeeYouSoon = ss "a presto" ; ----
--- GSorry = ss "scusami" ; ----
--- GSorryPol = ss "scusimi" ; ----
--- GThanks = ss "grazie" ;
--- GTheCheck = ss "il conto" ;
+lin
+ GBye = ss "adéu" ;
+ GCheers = ss "salut" ;
+ GDamn = ss "merda" ;
+ GExcuse = ss "perdona" ;
+ GExcusePol = ss ("perdoni" | "disculpi") ;
+ GCongratulations = ss "felicitats" ;
+ GHappyBirthday = ss "feliç aniversari" ;
+ GGoodLuck = ss "sort" ;
+ GGoodDay = ss "bon dia" ;
+ GGoodEvening = ss "bona tarda" ;
+ GGoodMorning = ss "bon dia" ;
+ GGoodNight = ss "bona nit" ;
+ GGoodbye = ss "a reveure" ;
+ GHello = ss "hola" ;
+ GHelp = ss "socors" ;
+ GHowAreYou = ss "quč tal" ;
+ GLookOut = ss "compte" ;
+ GNiceToMeetYou = ss "encantat de cončixer-lo" ; -- make distinction Masc/Fem
+ GPleaseGive = ss "si et plau" ;
+ GPleaseGivePol = ss "si us plau" ;
+ GSeeYouSoon = ss "fins aviat" ;
+ GSorry = ss "perdoni" ;
+ GSorryPol = ss "em sap greu" ;
+ GThanks = ss "grŕcies" ;
+ GTheCheck = ss "el compte" ;
---}
}