mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
New translations field.php (French)
This commit is contained in:
parent
a307f9dd95
commit
d2e815292d
@ -58,6 +58,12 @@ return [
|
||||
'birthday' => [
|
||||
'name' => 'Anniversaire'
|
||||
],
|
||||
'facebook_address' => [
|
||||
'name' => 'Facebook Address'
|
||||
],
|
||||
'google_address' => [
|
||||
'name' => 'Google Address'
|
||||
],
|
||||
'education' => [
|
||||
'name' => 'Éducation'
|
||||
],
|
||||
@ -115,6 +121,9 @@ return [
|
||||
'user' => [
|
||||
'name' => 'Utilisateur'
|
||||
],
|
||||
'name' => [
|
||||
'name' => 'Name'
|
||||
],
|
||||
|
||||
/*Menu Button*/
|
||||
'profile' => [
|
||||
@ -377,6 +386,9 @@ return [
|
||||
'password' => [
|
||||
'name' => 'Mot de passe',
|
||||
],
|
||||
'old_password' => [
|
||||
'name' => 'Ancien mot de passe',
|
||||
],
|
||||
'new_password' => [
|
||||
'name' => 'Nouveau mot de passe',
|
||||
],
|
||||
@ -469,4 +481,8 @@ return [
|
||||
'personal' => [
|
||||
'name' => 'Personnel'
|
||||
],
|
||||
|
||||
'education_part' => [
|
||||
'name' => 'State of Education'
|
||||
],
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user