mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
99 lines
4.9 KiB
PHP
99 lines
4.9 KiB
PHP
<?php
|
|
// Copyright (C) 2010 Combodo SARL
|
|
//
|
|
// This program is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation; version 3 of the License.
|
|
//
|
|
// This program 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 General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
/**
|
|
* @author Erwan Taloc <erwan.taloc@combodo.com>
|
|
* @author Romain Quetiez <romain.quetiez@combodo.com>
|
|
* @author Denis Flaven <denis.flaven@combodo.com>
|
|
* @licence http://www.opensource.org/licenses/gpl-3.0.html LGPL
|
|
*/
|
|
|
|
Dict::Add('FR FR', 'French', 'Français', array(
|
|
'Class:KnownError' => 'Erreur Connue',
|
|
'Class:KnownError+' => 'Erreur documenté pour un problème connu',
|
|
'Class:KnownError/Attribute:name' => 'Nom',
|
|
'Class:KnownError/Attribute:name+' => '',
|
|
'Class:KnownError/Attribute:org_id' => 'Client',
|
|
'Class:KnownError/Attribute:org_id+' => '',
|
|
'Class:KnownError/Attribute:cust_name' => 'Nom du client',
|
|
'Class:KnownError/Attribute:cust_name+' => '',
|
|
'Class:KnownError/Attribute:problem_id' => 'Problème lié',
|
|
'Class:KnownError/Attribute:problem_id+' => '',
|
|
'Class:KnownError/Attribute:problem_ref' => 'Ref',
|
|
'Class:KnownError/Attribute:problem_ref+' => '',
|
|
'Class:KnownError/Attribute:symptom' => 'Symptome',
|
|
'Class:KnownError/Attribute:symptom+' => '',
|
|
'Class:KnownError/Attribute:root_cause' => 'Cause première',
|
|
'Class:KnownError/Attribute:root_cause+' => '',
|
|
'Class:KnownError/Attribute:workaround' => 'Contournement',
|
|
'Class:KnownError/Attribute:workaround+' => '',
|
|
'Class:KnownError/Attribute:solution' => 'Solution',
|
|
'Class:KnownError/Attribute:solution+' => '',
|
|
'Class:KnownError/Attribute:error_code' => 'Code d\'erreur',
|
|
'Class:KnownError/Attribute:error_code+' => '',
|
|
'Class:KnownError/Attribute:domain' => 'Domaine',
|
|
'Class:KnownError/Attribute:domain+' => '',
|
|
'Class:KnownError/Attribute:domain/Value:Application' => 'Application',
|
|
'Class:KnownError/Attribute:domain/Value:Application+' => 'Application',
|
|
'Class:KnownError/Attribute:domain/Value:Desktop' => 'Desktop~~',
|
|
'Class:KnownError/Attribute:domain/Value:Desktop+' => 'Desktop~*',
|
|
'Class:KnownError/Attribute:domain/Value:Network' => 'Réseau',
|
|
'Class:KnownError/Attribute:domain/Value:Network+' => 'Réseau',
|
|
'Class:KnownError/Attribute:domain/Value:Server' => 'Serveur',
|
|
'Class:KnownError/Attribute:domain/Value:Server+' => 'Serveur',
|
|
'Class:KnownError/Attribute:vendor' => 'Vendeur',
|
|
'Class:KnownError/Attribute:vendor+' => '',
|
|
'Class:KnownError/Attribute:model' => 'Modèle',
|
|
'Class:KnownError/Attribute:model+' => '',
|
|
'Class:KnownError/Attribute:version' => 'Version',
|
|
'Class:KnownError/Attribute:version+' => '',
|
|
'Class:KnownError/Attribute:ci_list' => 'CIs',
|
|
'Class:KnownError/Attribute:ci_list+' => '',
|
|
'Class:KnownError/Attribute:document_list' => 'Documents',
|
|
'Class:KnownError/Attribute:document_list+' => '',
|
|
'Class:lnkInfraError' => 'Lien erreur CI',
|
|
'Class:lnkInfraError+' => 'CIs liés à une erreur connue',
|
|
'Class:lnkInfraError/Attribute:infra_id' => 'CI',
|
|
'Class:lnkInfraError/Attribute:infra_id+' => '',
|
|
'Class:lnkInfraError/Attribute:infra_name' => 'Nom du CI',
|
|
'Class:lnkInfraError/Attribute:infra_name+' => '',
|
|
'Class:lnkInfraError/Attribute:infra_status' => 'Status du CI',
|
|
'Class:lnkInfraError/Attribute:infra_status+' => '',
|
|
'Class:lnkInfraError/Attribute:error_id' => 'Erreur',
|
|
'Class:lnkInfraError/Attribute:error_id+' => '',
|
|
'Class:lnkInfraError/Attribute:error_name' => 'Nom de l\'erreur',
|
|
'Class:lnkInfraError/Attribute:error_name+' => '',
|
|
'Class:lnkInfraError/Attribute:reason' => 'Raison',
|
|
'Class:lnkInfraError/Attribute:reason+' => '',
|
|
'Class:lnkDocumentError' => 'Lien erreur document',
|
|
'Class:lnkDocumentError+' => 'Lien entre une erreur et un document',
|
|
'Class:lnkDocumentError/Attribute:doc_id' => 'Document',
|
|
'Class:lnkDocumentError/Attribute:doc_id+' => '',
|
|
'Class:lnkDocumentError/Attribute:doc_name' => 'Nom du document',
|
|
'Class:lnkDocumentError/Attribute:doc_name+' => '',
|
|
'Class:lnkDocumentError/Attribute:error_id' => 'Erreur',
|
|
'Class:lnkDocumentError/Attribute:error_id+' => '',
|
|
'Class:lnkDocumentError/Attribute:error_name' => 'Nom de l\'erreur',
|
|
'Class:lnkDocumentError/Attribute:error_name+' => '',
|
|
'Class:lnkDocumentError/Attribute:link_type' => 'Information',
|
|
'Class:lnkDocumentError/Attribute:link_type+' => '',
|
|
'Menu:NewError' => 'Nouvelle Erreur connue',
|
|
'Menu:NewError+' => 'Creation d\'une nouvelle erreur connue',
|
|
'Menu:SearchError' => 'Rechercher des erreurs connues',
|
|
'Menu:SearchError+' => 'Rechercher des erreurs connues',
|
|
));
|
|
?>
|