summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsRon.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/GreetingsRon.gf')
-rw-r--r--examples/phrasebook/GreetingsRon.gf9
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/phrasebook/GreetingsRon.gf b/examples/phrasebook/GreetingsRon.gf
index b568a6e49..9451fbce1 100644
--- a/examples/phrasebook/GreetingsRon.gf
+++ b/examples/phrasebook/GreetingsRon.gf
@@ -10,6 +10,7 @@ lin
GCheers = ss "noroc" ;
GDamn = ss "ptiu" ;
GExcuse = ss "pardon" ;
+ GExcusePol = ss "mă scuzați" ;
GGoodDay = ss "bună ziua" ;
GGoodEvening = ss "bună seara" ;
GGoodMorning = ss "bună dimineaţa" ;
@@ -20,10 +21,14 @@ lin
GHowAreYou = ss "ce faci" ;
GLookOut = ss "atenţie" ;
GNiceToMeetYou = ss "încântat" ;
- GPleaseGive = ss "vă rog" ;
+ GPleaseGive = ss "te rog" ;
+ GPleaseGivePol = ss "vă rog" ;
GSeeYouSoon = ss "pe curând" ;
- GSorry = ss "îmi pare rău" ;
+ GSorry, GSorryPol = ss "îmi pare rău" ;
GThanks = ss "mulţumesc" ;
GTheCheck = ss "nota de plată" ;
+ GCongratulations = ss "felicitări";
+ GHappyBirthday = ss "la mulți ani" ;
+ GGoodLuck = ss "baftă" ;
}