This commit is contained in:
Jérémie N'gadi
2017-08-22 01:22:37 +02:00
parent d650311dc6
commit dd53565a99
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ Locales['en'] = {
['yes'] = 'yes',
['no'] = 'no',
['not_enough_money'] = 'you do not have enough money',
['press_access'] = 'press ~INPUT_CONTENT~ to access the menu',
['press_access'] = 'press ~INPUT_CONTEXT~ to access the menu',
['barber_blip'] = 'barber shop',
['you_paid'] = 'you paid ',
}
+1 -1
View File
@@ -4,7 +4,7 @@ Locales['fr'] = {
['yes'] = 'oui',
['no'] = 'non',
['not_enough_money'] = 'vous n\'avez pas assez d\'argent',
['press_access'] = 'appuez sur ~INPUT_CONTENT~ pour accéder au menu',
['press_access'] = 'appuez sur ~INPUT_CONTEXT~ pour accéder au menu',
['barber_blip'] = 'barbier',
['you_paid'] = 'vous avez payé ',
}