48 lines
1.3 KiB
PHP
48 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'plugin' => [
|
|
'name' => 'User Plus',
|
|
'description' => 'Quelques champs supplémentaires pour le Plugin User de RainLab.',
|
|
'author' => 'Gergő Szabó'
|
|
],
|
|
'personal' => [
|
|
'tab' => 'Infos personnelles',
|
|
'gender' => 'Genre',
|
|
'telephone' => 'Téléphone',
|
|
'job' => 'Profession',
|
|
'company' => 'Compagnie',
|
|
'about' => 'Présentation'
|
|
],
|
|
'internet' => [
|
|
'tab' => 'Internet',
|
|
'webpage' => 'Page Web',
|
|
'blog' => 'Blog',
|
|
'facebook' => 'Facebook',
|
|
'twitter' => 'Twitter',
|
|
'skype' => 'Skype',
|
|
'icq' => 'ICQ'
|
|
],
|
|
'gender' => [
|
|
'unknown' => 'indéterminé',
|
|
'female' => 'femme',
|
|
'male' => 'homme'
|
|
],
|
|
'comment' => 'Commentaire',
|
|
'widget' => [
|
|
'title' => 'Statistiques de l\'utilisateur',
|
|
'show_total' => 'Afficher totale',
|
|
'show_active' => 'Afficher actif',
|
|
'show_inactive' => 'Afficher inactive',
|
|
'show_deleted' => 'Afficher supprimé',
|
|
'show_guest' => 'Afficher client',
|
|
'show_superuser' => 'Afficher superuser',
|
|
'total' => 'Global',
|
|
'active' => 'Actif',
|
|
'inactive' => 'Inactif',
|
|
'deleted' => 'Supprimé',
|
|
'guest' => 'Client',
|
|
'superuser' => 'Superuser'
|
|
]
|
|
];
|