New translations button.php (French)

This commit is contained in:
Fatih Alp 2020-01-10 17:05:48 +03:00
parent 559288f85b
commit 8ce25880b5

View File

@ -1,7 +1,9 @@
<?php
return [
"new_profile" =>"Nouveau profile",
"new_adress" =>"Nouvelle adresse",
"show" =>"Afficher l\'adresse"
'new_profile' => 'Nouveau profile',
'new_adress' => 'Nouvelle adresse',
'show' => 'Afficher l\\'adresse',
'update_password' => 'Update Password',
'update_profile' => 'Update Profile',
];