mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
59 lines
2.6 KiB
PHP
59 lines
2.6 KiB
PHP
<?php
|
|
// Copyright (C) 2010-2014 Combodo SARL
|
|
//
|
|
// This file is part of iTop.
|
|
//
|
|
// iTop is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU Affero General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// iTop is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU Affero General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
// along with iTop. If not, see <http://www.gnu.org/licenses/>
|
|
|
|
/**
|
|
* @copyright Copyright (C) 2010-2014 Combodo SARL
|
|
* @license http://opensource.org/licenses/AGPL-3.0
|
|
*/
|
|
|
|
Dict::Add('FR FR', 'French', 'Français', array(
|
|
'Menu:DataSources' => 'Synchronisation',
|
|
'Menu:DataSources+' => '',
|
|
'Menu:WelcomeMenu' => 'Bienvenue',
|
|
'Menu:WelcomeMenu+' => 'Bienvenue dans iTop',
|
|
'Menu:WelcomeMenuPage' => 'Bienvenue',
|
|
'Menu:WelcomeMenuPage+' => 'Bienvenue dans iTop',
|
|
'Menu:AdminTools' => 'Outils d\'admin',
|
|
'Menu:AdminTools+' => 'Outils d\'administration',
|
|
'Menu:AdminTools?' => 'Ces outils sont accessibles uniquement aux utilisateurs possédant le profil Administrateur.',
|
|
'Menu:DataModelMenu' => 'Modèle de Données',
|
|
'Menu:DataModelMenu+' => 'Résumé du Modèle de Données',
|
|
'Menu:ExportMenu' => 'Exportation',
|
|
'Menu:ExportMenu+' => 'Exportation des résultats d\'une requête en HTML, CSV ou XML',
|
|
'Menu:NotificationsMenu' => 'Notifications',
|
|
'Menu:NotificationsMenu+' => 'Configuration des Notifications',
|
|
'Menu:AuditCategories' => 'Catégories d\'audit',
|
|
'Menu:AuditCategories+' => 'Catégories d\'audit',
|
|
'Menu:Notifications:Title' => 'Catégories d\'audit',
|
|
'Menu:RunQueriesMenu' => 'Requêtes OQL',
|
|
'Menu:RunQueriesMenu+' => 'Executer une requête OQL',
|
|
'Menu:QueryMenu' => 'Livre des requêtes',
|
|
'Menu:QueryMenu+' => 'Livre des requêtes',
|
|
'Menu:UniversalSearchMenu' => 'Recherche Universelle',
|
|
'Menu:UniversalSearchMenu+' => 'Rechercher n\'importe quel objet...',
|
|
'Menu:UserManagementMenu' => 'Gestion des Utilisateurs',
|
|
'Menu:UserManagementMenu+' => 'Gestion des Utilisateurs',
|
|
'Menu:ProfilesMenu' => 'Profils',
|
|
'Menu:ProfilesMenu+' => 'Profils',
|
|
'Menu:ProfilesMenu:Title' => 'Profils',
|
|
'Menu:UserAccountsMenu' => 'Comptes Utilisateurs',
|
|
'Menu:UserAccountsMenu+' => 'Comptes Utilisateurs',
|
|
'Menu:UserAccountsMenu:Title' => 'Comptes Utilisateurs',
|
|
'Menu:MyShortcuts' => 'Mes raccourcis',
|
|
));
|