summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsPes.gf
diff options
context:
space:
mode:
authorvirk.shafqat <virk.shafqat@gmail.com>2012-03-05 09:46:05 +0000
committervirk.shafqat <virk.shafqat@gmail.com>2012-03-05 09:46:05 +0000
commitf4fb8fe57d309c05c46e8d7459e550a1b7c6c4d9 (patch)
treefe59f753af980a345d4f4d7b5b40dad9151f83b2 /examples/phrasebook/GreetingsPes.gf
parent2ffa5f70da24110a69ff968bc459218a4068c16d (diff)
HinPesPhrasebook
Diffstat (limited to 'examples/phrasebook/GreetingsPes.gf')
-rw-r--r--examples/phrasebook/GreetingsPes.gf29
1 files changed, 29 insertions, 0 deletions
diff --git a/examples/phrasebook/GreetingsPes.gf b/examples/phrasebook/GreetingsPes.gf
new file mode 100644
index 000000000..ba968c9f8
--- /dev/null
+++ b/examples/phrasebook/GreetingsPes.gf
@@ -0,0 +1,29 @@
+concrete GreetingsPes of Greetings = SentencesPes [mkGreeting] ** open (P=Prelude) in {
+
+-- lincat
+-- Greeting = {s : Str; lock_Text : {}} ;
+flags coding = utf8 ;
+lin
+ GBye = P.ss ["خداحافظ"] ;
+ GCheers = P.ss ["به سلامتی"] ;
+ GDamn = P.ss "لعنتی" ;
+ GExcuse, GExcusePol = P.ss ["ببخشید"] ;
+ GGoodDay = P.ss ["روز به خیر"] ; ----
+ GGoodEvening = P.ss ["عصر به خیر"] ;
+ GGoodMorning = P.ss ["صبح به خیر"] ;
+ GGoodNight = P.ss ["شب به خیر"] ;
+ GGoodbye = P.ss ["خداحافظ"] ;
+ GHello = P.ss "سلام" ;
+ GHelp = P.ss "کمک" ;
+ GHowAreYou = P.ss ["حال شما چطور است"] ;
+ GLookOut = P.ss ["مراقب باشید"] ;
+ GNiceToMeetYou, GNiceToMeetYouPol = P.ss ["از ملاقات شما خوشوقتم"] ;
+ GPleaseGive, GPleaseGivePol = P.ss ["لطفاً بدهید"] ;
+ GSeeYouSoon = P.ss ["به امید دیدار"] ;
+ GSorry, GSorryPol = P.ss "متأسفم" ;
+ GThanks = P.ss "ممنونم" ;
+ GTheCheck = P.ss "چک" ;
+ GCongratulations = P.ss ["تبریک میگم"];
+ GHappyBirthday = P.ss ["تولدت مبارک"] ;
+ GGoodLuck = P.ss ["موفق باشید"] ;
+}