diff options
| author | aarne <aarne@chalmers.se> | 2010-04-07 19:39:48 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-07 19:39:48 +0000 |
| commit | 8171bb0ea2dffe9e0a99e06815bf46182671137d (patch) | |
| tree | 10116fbbf6f48e005c7961c6bb5439f7fa3e3d18 /examples/phrasebook/GreetingsIta.gf | |
| parent | aeb0a5b7e073bec56365185beed3311cf65c65aa (diff) | |
reordered phrasebook sources so that they are easier to clone; cloned Ger,Spa,Cat,Bul
Diffstat (limited to 'examples/phrasebook/GreetingsIta.gf')
| -rw-r--r-- | examples/phrasebook/GreetingsIta.gf | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/examples/phrasebook/GreetingsIta.gf b/examples/phrasebook/GreetingsIta.gf index 77b840ad7..ac2219303 100644 --- a/examples/phrasebook/GreetingsIta.gf +++ b/examples/phrasebook/GreetingsIta.gf @@ -4,29 +4,26 @@ lincat Greeting = SS ; lin - GHello = ss "ciao" ; - GThanks = ss "grazie" ; - GHowAreYou = ss "come sta" ; - GPleaseGive, GPleaseGivePol = ss "per favore" ; + GBye = ss "ciao" ; + GCheers = ss "cincin" ; + GDamn = ss "maledizione" ; GExcuse = ss "scusa" ; GExcusePol = ss "scusi" ; - GSorry = ss "scusami" ; ---- - GSorryPol = ss "scusimi" ; ---- - GGoodbye = ss "arrivederci" ; - GBye = ss "ciao" ; --- GNiceToMeetYou = ss "piacevole" ; ---- --- GSeeYouSoon = ss "a poco tempo" ; ---- - GHelp = ss "aiuto" ; - GLookOut = ss "attenzione" ; - GGoodMorning = ss "buongiorno" ; GGoodDay = ss "buongiorno" ; GGoodEvening = ss "buona sera" ; + GGoodMorning = ss "buongiorno" ; GGoodNight = ss "buona notte" ; - GCheers = ss "cincin" ; + 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" ; - GYes = ss "sė" ; - GNo = ss "no" ; - - } |
