1
0
forked from GitHub/gf-core

added more greetings to Phrasebook

This commit is contained in:
ramona.enache
2010-05-14 19:40:27 +00:00
parent 5249711c34
commit c90f3181f4
12 changed files with 48 additions and 16 deletions

View File

@@ -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 " 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ă" ;
}