Skip to content

Commit f7595fc

Browse files
author
Emmanuel Campait
committed
Add French language
1 parent 6dc81c5 commit f7595fc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1182
-3
lines changed

application/language/english/admin/groups_lang.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,3 @@
1515
$lang['groups_action'] = 'Action';
1616
$lang['groups_edit_group'] = 'Edit group';
1717
$lang['groups_create'] = 'Create group';
18-
$lang['groups_name'] = 'Name';
19-
$lang['groups_description'] = 'Description';

application/language/english/admin/main_header_lang.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
$lang['header_task'] = 'task';
1717
$lang['header_view_all'] = 'View all';
1818
$lang['header_complete'] = 'Complete';
19-
2019
$lang['header_member_since'] = 'Member since';
2120
$lang['header_followers'] = 'Followers';
2221
$lang['header_sales'] = 'Sales';
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?php
2+
/**
3+
* @package CodeIgniter
4+
* @author domProjects Dev Team
5+
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
6+
* @license http://opensource.org/licenses/MIT MIT License
7+
* @link http://domProjects.com
8+
* @since Version 1.0.0
9+
* @filesource
10+
*/
11+
defined('BASEPATH') OR exit('No direct script access allowed');
12+
13+
$lang['actions_cancel'] = 'Annuler';
14+
$lang['actions_create'] = 'Créer';
15+
$lang['actions_default_values'] = 'Valeurs par défaut';
16+
$lang['actions_edit'] = 'Modifier';
17+
$lang['actions_ok'] = 'Ok';
18+
$lang['actions_no'] = 'Non';
19+
$lang['actions_reset'] = 'Réinitialiser';
20+
$lang['actions_see'] = 'Voir';
21+
$lang['actions_submit'] = 'Envoyer';
22+
$lang['actions_yes'] = 'Oui';
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
/**
3+
* @package CodeIgniter
4+
* @author domProjects Dev Team
5+
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
6+
* @license http://opensource.org/licenses/MIT MIT License
7+
* @link http://domProjects.com
8+
* @since Version 1.0.0
9+
* @filesource
10+
*/
11+
defined('BASEPATH') OR exit('No direct script access allowed');
12+
13+
$lang['database_name'] = 'Nom';
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php
2+
/**
3+
* @package CodeIgniter
4+
* @author domProjects Dev Team
5+
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
6+
* @license http://opensource.org/licenses/MIT MIT License
7+
* @link http://domProjects.com
8+
* @since Version 1.0.0
9+
* @filesource
10+
*/
11+
defined('BASEPATH') OR exit('No direct script access allowed');
12+
13+
$lang['footer_copyright'] = 'Droit d\'auteur';
14+
$lang['footer_all_rights_reserved'] = 'Tous droits réservés';
15+
$lang['footer_version'] = 'version';
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?php
2+
/**
3+
* @package CodeIgniter
4+
* @author domProjects Dev Team
5+
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
6+
* @license http://opensource.org/licenses/MIT MIT License
7+
* @link http://domProjects.com
8+
* @since Version 1.0.0
9+
* @filesource
10+
*/
11+
defined('BASEPATH') OR exit('No direct script access allowed');
12+
13+
$lang['groups_name'] = 'Nom';
14+
$lang['groups_description'] = 'Description';
15+
$lang['groups_action'] = 'Action';
16+
$lang['groups_edit_group'] = 'Modifier le groupe';
17+
$lang['groups_create'] = 'Créer un groupe';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?php
2+
/**
3+
* @package CodeIgniter
4+
* @author domProjects Dev Team
5+
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
6+
* @license http://opensource.org/licenses/MIT MIT License
7+
* @link http://domProjects.com
8+
* @since Version 1.0.0
9+
* @filesource
10+
*/
11+
defined('BASEPATH') OR exit('No direct script access allowed');
12+
13+
$lang['header_you_have'] = 'Vous avez';
14+
$lang['header_message'] = 'message';
15+
$lang['header_notification'] = 'notification';
16+
$lang['header_task'] = 'tâche';
17+
$lang['header_view_all'] = 'Voir tous';
18+
$lang['header_complete'] = 'Complète';
19+
$lang['header_member_since'] = 'Membre depuis';
20+
$lang['header_followers'] = 'Abonnés';
21+
$lang['header_sales'] = 'Vente';
22+
$lang['header_friends'] = 'Amis';
23+
$lang['header_profile'] = 'Profil';
24+
$lang['header_sign_out'] = 'Déconnexion';
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?php
2+
/**
3+
* @package CodeIgniter
4+
* @author domProjects Dev Team
5+
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
6+
* @license http://opensource.org/licenses/MIT MIT License
7+
* @link http://domProjects.com
8+
* @since Version 1.0.0
9+
* @filesource
10+
*/
11+
defined('BASEPATH') OR exit('No direct script access allowed');
12+
13+
14+
$lang['menu_online'] = 'En ligne';
15+
$lang['menu_search'] = 'Rechercher';
16+
17+
/* * */$lang['menu_access_website'] = 'Accès au site Web';
18+
19+
/* * */$lang['menu_main_navigation'] = 'Navigation principale';
20+
/* ****** */$lang['menu_dashboard'] = 'Tableau de bord';
21+
22+
23+
/* * */$lang['menu_administration'] = 'Administration';
24+
/* ****** */$lang['menu_users'] = 'Utilisateurs';
25+
/* *********** */$lang['menu_users_profile'] = 'Profil';
26+
/* *********** */$lang['menu_users_deactivate'] = 'Désactiver';
27+
/* *********** */$lang['menu_users_create'] = 'Créer';
28+
/* *********** */$lang['menu_users_edit'] = 'Modifier';
29+
30+
/* ****** */$lang['menu_security_groups'] = 'Groupes de sécurité';
31+
/* *********** */$lang['menu_groups_create'] = 'Créer';
32+
/* *********** */$lang['menu_groups_edit'] = 'Modifier';
33+
34+
/* ****** */$lang['menu_preferences'] = 'Préférences';
35+
/* *********** */$lang['menu_interfaces'] = 'Interfaces';
36+
/* **************** */$lang['menu_int_admin'] = 'Administration';
37+
/* **************** */$lang['menu_int_public'] = 'Publique';
38+
39+
/* ****** */$lang['menu_database_utility'] = 'Utilitaire base de données';
40+
41+
42+
/* * */$lang['menu_webapp'] = 'Application Web';
43+
/* ****** */$lang['menu_license'] = 'licence';
44+
/* ****** */$lang['menu_resources'] = 'Ressources';
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
/**
3+
* @package CodeIgniter
4+
* @author domProjects Dev Team
5+
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
6+
* @license http://opensource.org/licenses/MIT MIT License
7+
* @link http://domProjects.com
8+
* @since Version 1.0.0
9+
* @filesource
10+
*/
11+
defined('BASEPATH') OR exit('No direct script access allowed');
12+
13+
/* Administration */
14+
$lang['prefs_user_panel'] = 'Panneau de l\'utilisateur';
15+
$lang['prefs_sidebar_form'] = 'Sidebar form';
16+
$lang['prefs_messages_menu'] = 'Menu messages';
17+
$lang['prefs_notifications_menu'] = 'Menu notifications';
18+
$lang['prefs_tasks_menu'] = 'Menu tâches';
19+
$lang['prefs_user_menu'] = 'Menu utilisateurs';
20+
$lang['prefs_ctrl_sidebar'] = 'Control sidebar';
21+
22+
/* Common */
23+
$lang['prefs_transition_page'] = 'Page avec transition';
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
/**
3+
* @package CodeIgniter
4+
* @author domProjects Dev Team
5+
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
6+
* @license http://opensource.org/licenses/MIT MIT License
7+
* @link http://domProjects.com
8+
* @since Version 1.0.0
9+
* @filesource
10+
*/
11+
defined('BASEPATH') OR exit('No direct script access allowed');
12+
13+
$lang['users_action'] = 'Action';
14+
$lang['users_active'] = 'Actif';
15+
$lang['users_company'] = 'Société';
16+
$lang['users_create_user'] = 'Créer un utilisateur';
17+
$lang['users_created_on'] = 'Créé le';
18+
$lang['users_deactivate_question'] = 'Etes-vous sûr que vous souhaitez désactiver l\'utilisateur %s';
19+
$lang['users_edit_user'] = 'Modifier l\'utilisateur';
20+
$lang['users_email'] = 'Email';
21+
$lang['users_firstname'] = 'Prénom';
22+
$lang['users_groups'] = 'Groupes';
23+
$lang['users_inactive'] = 'Inactif';
24+
$lang['users_ip_address'] = 'Adresse IP';
25+
$lang['users_last_login'] = 'Dernière connexion';
26+
$lang['users_lastname'] = 'Nom de famille';
27+
$lang['users_member_of_groups'] = 'Membre des groupes';
28+
$lang['users_password'] = 'Mot de passe';
29+
$lang['users_password_confirm'] = 'Confirmer le mot de passe';
30+
$lang['users_phone'] = 'Téléphone';
31+
$lang['users_status'] = 'Etat';
32+
$lang['users_username'] = 'Nom d\'utilisateur / Pseudo';
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<?php
2+
/**
3+
* @package CodeIgniter
4+
* @author domProjects Dev Team
5+
* @copyright Copyright (c) 2015, domProjects, Inc. (http://domProjects.com/)
6+
* @license http://opensource.org/licenses/MIT MIT License
7+
* @link http://domProjects.com
8+
* @since Version 1.0.0
9+
* @filesource
10+
*/
11+
defined('BASEPATH') OR exit('No direct script access allowed');
12+
13+
$lang['auth_sign_session'] = 'Se connecter pour démarrer votre session';
14+
$lang['auth_sign_facebook'] = 'Ouvrir une session en utilisant Facebook';
15+
$lang['auth_sign_google'] = 'Ouvrir une session en utilisant Google+';
16+
$lang['auth_your_email'] = 'Votre Email';
17+
$lang['auth_your_password'] = 'Votre mot de passe';
18+
$lang['auth_remember_me'] = 'Souviens-toi de moi';
19+
$lang['auth_forgot_password'] = 'J\'ai oublié mon mot de passe';
20+
$lang['auth_new_member'] = 'Inscrire un nouveau membre';
21+
$lang['auth_login'] = 'Connexion';
22+
$lang['auth_or'] = 'OU';
23+
$lang['error_csrf'] = 'Ce formulaire n\'a pas réussi notre test de sécurité.';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
2+
/**
3+
* Name: Ion Auth Lang - French
4+
*
5+
* Author: Stan
6+
7+
*
8+
* Updated by: Gwenaël Gallon
9+
* github@dev-ggallon
10+
*
11+
* Location: http://github.com/benedmunds/ion_auth/
12+
*
13+
* Created: 03.23.2010
14+
* Updated: 22.10.2014
15+
*
16+
* Description: French language file for Ion Auth messages and errors
17+
*
18+
*/
19+
20+
// Account Creation
21+
$lang['account_creation_successful'] = 'Compte créé avec succès';
22+
$lang['account_creation_unsuccessful'] = 'Impossible de créer le compte';
23+
$lang['account_creation_duplicate_email'] = 'Email déjà utilisé ou invalide';
24+
$lang['account_creation_duplicate_identity'] = 'Nom d\'utilisateur déjà utilisé ou invalide';
25+
$lang['account_creation_missing_default_group'] = 'Le groupe par défaut n\'est pas configuré';
26+
$lang['account_creation_invalid_default_group'] = 'Le nom du groupe par défaut n\'est pas valide';
27+
28+
29+
// Password
30+
$lang['password_change_successful'] = 'Le mot de passe a été changé avec succès';
31+
$lang['password_change_unsuccessful'] = 'Impossible de changer le mot de passe';
32+
$lang['forgot_password_successful'] = 'Mail de réinitialisation du mot de passe envoyé';
33+
$lang['forgot_password_unsuccessful'] = 'Impossible de réinitialiser le mot de passe';
34+
35+
// Activation
36+
$lang['activate_successful'] = 'Compte activé';
37+
$lang['activate_unsuccessful'] = 'Impossible d\'activer le compte';
38+
$lang['deactivate_successful'] = 'Compte désactivé';
39+
$lang['deactivate_unsuccessful'] = 'Impossible de désactiver le compte';
40+
$lang['activation_email_successful'] = 'Email d\'activation envoyé avec succès';
41+
$lang['activation_email_unsuccessful'] = 'Impossible d\'envoyer l\'email d\'activation';
42+
43+
// Login / Logout
44+
$lang['login_successful'] = 'Connecté avec succès';
45+
$lang['login_unsuccessful'] = 'Erreur lors de la connexion';
46+
$lang['login_unsuccessful_not_active'] = 'Ce compte est inactif';
47+
$lang['login_timeout'] = 'Compte temporairement verrouillé. Réessayez plus tard.';
48+
$lang['logout_successful'] = 'Déconnexion effectuée avec succès';
49+
50+
// Account Changes
51+
$lang['update_successful'] = 'Compte utilisateur mis à jour avec succès';
52+
$lang['update_unsuccessful'] = 'Impossible de mettre à jour le compte utilisateur';
53+
$lang['delete_successful'] = 'Utilisateur supprimé';
54+
$lang['delete_unsuccessful'] = 'Impossible de supprimer l\'utilisateur';
55+
56+
// Groups
57+
$lang['group_creation_successful'] = 'Groupe créé avec succès';
58+
$lang['group_already_exists'] = 'Nom du groupe déjà pris';
59+
$lang['group_update_successful'] = 'Informations sur le groupe mis à jour';
60+
$lang['group_delete_successful'] = 'Groupe supprimé';
61+
$lang['group_delete_unsuccessful'] = 'Impossible de supprimer le groupe';
62+
$lang['group_delete_notallowed'] = 'Can\'t delete the administrators\' group';
63+
$lang['group_name_required'] = 'Le nom du groupe est un champ obligatoire';
64+
$lang['group_name_admin_not_alter'] = 'Admin group name can not be changed';
65+
66+
// Activation Email
67+
$lang['email_activation_subject'] = 'Activation du compte';
68+
$lang['email_activate_heading'] = 'Activer le compte pour %s';
69+
$lang['email_activate_subheading'] = 'S\'il vous plaît cliquer sur ce lien pour %s.';
70+
$lang['email_activate_link'] = 'Activez votre compte';
71+
72+
// Forgot Password Email
73+
$lang['email_forgotten_password_subject'] = 'Mot de Passe Oublié - Vérification';
74+
$lang['email_forgot_password_heading'] = 'Réinitialiser le mot de passe pour %s';
75+
$lang['email_forgot_password_subheading'] = 'S\'il vous plaît cliquer sur ce lien pour %s.';
76+
$lang['email_forgot_password_link'] = 'Réinitialiser votre mot de passe';
77+
78+
// New Password Email
79+
$lang['email_new_password_subject'] = 'Nouveau Mot de Passe';
80+
$lang['email_new_password_heading'] = 'Nouveau Mot de Passe pour %s';
81+
$lang['email_new_password_subheading'] = 'Votre mot de passe a été réinitialisé à : %s';
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>403 Forbidden</title>
5+
</head>
6+
<body>
7+
8+
<p>Directory access is forbidden.</p>
9+
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)