summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsFre.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/GreetingsFre.gf')
-rw-r--r--examples/phrasebook/GreetingsFre.gf35
1 files changed, 15 insertions, 20 deletions
diff --git a/examples/phrasebook/GreetingsFre.gf b/examples/phrasebook/GreetingsFre.gf
index 81e11cdc6..76656b62c 100644
--- a/examples/phrasebook/GreetingsFre.gf
+++ b/examples/phrasebook/GreetingsFre.gf
@@ -1,34 +1,29 @@
concrete GreetingsFre of Greetings = open Prelude in {
-flags coding = utf8 ;
-
lincat
Greeting = SS ;
lin
- GHello = ss "salut" ;
- GThanks = ss "merci" ;
- GHowAreYou = ss "comment ça va" ;
- GPleaseGive = ss "s'il te plaît" ;
- GPleaseGivePol = ss "s'il vous plaît" ;
+ GBye = ss "au revoir" ;
+ GCheers = ss "santé" ;
+ GDamn = ss "maudit" ;
GExcuse = ss "excuse-moi" ;
GExcusePol = ss "excusez-moi" ;
- GSorry, GSorryPol = ss "pardon" ;
- GGoodbye = ss "au revoir" ;
- GBye = ss "au revoir" ;
- GNiceToMeetYou = ss "enchanté" ;
- GSeeYouSoon = ss "à bientôt" ;
- GHelp = ss "au secours" ;
- GLookOut = ss "attention" ;
- GGoodMorning = ss "bonjour" ;
GGoodDay = ss "bonjour" ;
GGoodEvening = ss "bon soir" ;
+ GGoodMorning = ss "bonjour" ;
GGoodNight = ss "bonne nuit" ;
+ GGoodbye = ss "au revoir" ;
+ GHello = ss "salut" ;
+ GHelp = ss "au secours" ;
+ GHowAreYou = ss "comment ça va" ;
+ GLookOut = ss "attention" ;
+ GNiceToMeetYou = ss "enchanté" ;
+ GPleaseGive = ss "s'il te plaît" ;
+ GPleaseGivePol = ss "s'il vous plaît" ;
+ GSeeYouSoon = ss "à bientôt" ;
+ GSorry, GSorryPol = ss "pardon" ;
+ GThanks = ss "merci" ;
GTheCheck = ss "l'addition" ;
- GCheers = ss "santé" ;
-
- GYes = ss "oui" ; ---- si
- GNo = ss "non" ;
-
}