21 lines
792 B
PHP
21 lines
792 B
PHP
<?php
|
|
|
|
return [
|
|
'avatarresize' => 'This avatar will be resized to :width x :height pixels',
|
|
'newapikey' => 'Nouvelle clé API ',
|
|
'your-profile' => 'Mon Profil',
|
|
'your-awards' => 'Mes Récompenses',
|
|
'apikey' => 'Clé API',
|
|
'apikey-show' => 'Voir Clé',
|
|
'dontshare' => 'Ne pas partager!',
|
|
'changepassword' => 'Changer le mot de passe',
|
|
'newpassword' => 'Nouveau mot de passe',
|
|
'avatar' => 'Avatar',
|
|
'updateprofile' => 'Mettre à jour le Profil',
|
|
'editprofile' => 'Editer le Profil',
|
|
'edityourprofile' => 'Editer mon Profil',
|
|
'transferhours' => 'Heures de Transfert',
|
|
'opt-in' => 'Opt-In',
|
|
'opt-in-descrip' => 'Oui, recevoir les courriels non administratifs.',
|
|
];
|