diff options
Diffstat (limited to 'examples/phrasebook/GreetingsSpa.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsSpa.gf | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/examples/phrasebook/GreetingsSpa.gf b/examples/phrasebook/GreetingsSpa.gf new file mode 100644 index 000000000..48db27470 --- /dev/null +++ b/examples/phrasebook/GreetingsSpa.gf @@ -0,0 +1,30 @@ +concrete GreetingsSpa of Greetings = open Prelude in { + +-- 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 "piacevole" ; ---- +-- GPleaseGive, GPleaseGivePol = ss "per favore" ; +-- GSeeYouSoon = ss "a presto" ; ---- +-- GSorry = ss "scusami" ; ---- +-- GSorryPol = ss "scusimi" ; ---- +-- GThanks = ss "grazie" ; +-- GTheCheck = ss "il conto" ; +-- +-- } +} |
