mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations button.php (French)
This commit is contained in:
parent
5aae6b06dc
commit
b033d6ebab
@ -1,7 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return[
|
return [
|
||||||
"new_profile" =>"Nouveau profile",
|
'new_profile' => 'Nouveau profile',
|
||||||
"new_adress" =>"Nouvelle adresse",
|
'new_adress' => 'Nouvelle adresse',
|
||||||
"show" =>"Afficher l\'adresse"
|
'show' => 'Afficher l\\'adresse',
|
||||||
|
'update_password' => 'Update Password',
|
||||||
|
'update_profile' => 'Update Profile',
|
||||||
|
'delete' => 'Delete',
|
||||||
|
'extend' => 'Extend',
|
||||||
|
'extend_all' => 'Extend All',
|
||||||
|
'edit' => 'Edit',
|
||||||
|
'go_profile' => 'Go to Profile Detail',
|
||||||
|
'go_user' => 'Go to User Detail',
|
||||||
];
|
];
|
||||||
Loading…
Reference in New Issue
Block a user