mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
# Conflicts: # datamodels/2.x/itop-attachments/dictionaries/cs.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/da.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/de.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/es_cr.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/fr.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/hu.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/it.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/ja.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/nl.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/pl.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/pt_br.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/ru.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/sk.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/tr.dict.itop-attachments.php # datamodels/2.x/itop-attachments/dictionaries/zh_cn.dict.itop-attachments.php # datamodels/2.x/itop-config-mgmt/dictionaries/it.dict.itop-config-mgmt.php # datamodels/2.x/itop-config/dictionaries/it.dict.itop-config.php # datamodels/2.x/itop-incident-mgmt-itil/dictionaries/it.dict.itop-incident-mgmt-itil.php # datamodels/2.x/itop-knownerror-mgmt/dictionaries/it.dict.itop-knownerror-mgmt.php # datamodels/2.x/itop-portal/dictionaries/it.dict.itop-portal.php # datamodels/2.x/itop-problem-mgmt/dictionaries/it.dict.itop-problem-mgmt.php # datamodels/2.x/itop-request-mgmt-itil/dictionaries/it.dict.itop-request-mgmt-itil.php # datamodels/2.x/itop-request-mgmt/dictionaries/it.dict.itop-request-mgmt.php # dictionaries/cs.dictionary.itop.core.php # dictionaries/da.dictionary.itop.core.php # dictionaries/de.dictionary.itop.core.php # dictionaries/es_cr.dictionary.itop.core.php # dictionaries/fr.dictionary.itop.core.php # dictionaries/fr.dictionary.itop.ui.php # dictionaries/hu.dictionary.itop.core.php # dictionaries/it.dictionary.itop.core.php # dictionaries/it.dictionary.itop.ui.php # dictionaries/ja.dictionary.itop.core.php # dictionaries/nl.dictionary.itop.core.php # dictionaries/pl.dictionary.itop.core.php # dictionaries/pt_br.dictionary.itop.core.php # dictionaries/ru.dictionary.itop.core.php # dictionaries/sk.dictionary.itop.core.php # dictionaries/tr.dictionary.itop.core.php # dictionaries/ui/components/quick-create/cs.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/da.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/de.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/es_cr.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/fr.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/hu.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/it.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/ja.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/nl.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/pl.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/pt_br.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/ru.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/sk.dictionary.itop.quick-create.php # dictionaries/ui/components/quick-create/tr.dictionary.itop.quick-create.php
94 lines
4.2 KiB
PHP
94 lines
4.2 KiB
PHP
<?php
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('FR FR', 'French', 'Français', array(
|
|
'Attachments:TabTitle_Count' => 'Pièces jointes (%1$d)',
|
|
'Attachments:EmptyTabTitle' => 'Pièces jointes',
|
|
'Attachments:FieldsetTitle' => 'Pièces jointes',
|
|
'Attachments:DeleteBtn' => 'Supprimer',
|
|
'Attachments:History_File_Added' => 'Ajout de la pièce jointe: %1$s.',
|
|
'Attachments:History_File_Removed' => 'Suppression de la pièce jointe: %1$s.',
|
|
'Attachments:AddAttachment' => 'Ajouter une pièce jointe: ',
|
|
'Attachments:UploadNotAllowedOnThisSystem' => 'Le téléchargement de fichiers est interdit sur ce système.',
|
|
'Attachment:Max_Go' => '(Taille de fichier max.: %1$s Gb)',
|
|
'Attachment:Max_Mo' => '(Taille de fichier max.: %1$s Mb)',
|
|
'Attachment:Max_Ko' => '(Taille de fichier max.: %1$s Kb)',
|
|
'Attachments:NoAttachment' => 'Aucune pièce jointe.',
|
|
'Attachments:PreviewNotAvailable' => 'Pas d\'aperçu pour ce type de pièce jointe.',
|
|
'Attachments:Error:FileTooLarge' => 'Le fichier est trop gros pour être chargé. %1$s',
|
|
'Attachments:Error:UploadedFileEmpty' => 'Le fichier téléchargé est vide et ne peut pas être attaché.
|
|
Soit vous avez attaché un fichier vide,
|
|
Soit demandez à votre administrateur système s\'il reste de la place disque disponible sur le serveur',
|
|
'Attachments:Render:Icons' => 'Affichage en icônes',
|
|
'Attachments:Render:Table' => 'Affichage en liste',
|
|
'UI:Attachments:DropYourFileHint' => 'Déposez vos fichiers dans cet espace',
|
|
));
|
|
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('FR FR', 'French', 'Français', array(
|
|
'Class:Attachment' => 'Attachement',
|
|
'Class:Attachment+' => '',
|
|
'Class:Attachment/Attribute:expire' => 'Expire',
|
|
'Class:Attachment/Attribute:expire+' => '',
|
|
'Class:Attachment/Attribute:temp_id' => 'Id Temporaire',
|
|
'Class:Attachment/Attribute:temp_id+' => '',
|
|
'Class:Attachment/Attribute:item_class' => 'Classe d\'Item',
|
|
'Class:Attachment/Attribute:item_class+' => '',
|
|
'Class:Attachment/Attribute:item_id' => 'Item',
|
|
'Class:Attachment/Attribute:item_id+' => '',
|
|
'Class:Attachment/Attribute:item_org_id' => 'Organisation de l\'Item',
|
|
'Class:Attachment/Attribute:item_org_id+' => '',
|
|
'Class:Attachment/Attribute:contents' => 'Contenu',
|
|
'Class:Attachment/Attribute:contents+' => '',
|
|
));
|
|
|
|
|
|
Dict::Add('FR FR', 'French', 'Français', array(
|
|
'Attachments:File:Thumbnail' => 'Icône',
|
|
'Attachments:File:Name' => 'Nom du fichier',
|
|
'Attachments:File:Date' => 'Date de chargement',
|
|
'Attachments:File:Uploader' => 'Chargé par',
|
|
'Attachments:File:Size' => 'Taille',
|
|
'Attachments:File:MimeType' => 'Type',
|
|
'Attachments:File:DownloadsCount' => 'Téléchargements',
|
|
));
|
|
//
|
|
// Class: Attachment
|
|
//
|
|
|
|
Dict::Add('FR FR', 'French', 'Français', array(
|
|
'Class:Attachment/Attribute:creation_date' => 'Date de création',
|
|
'Class:Attachment/Attribute:creation_date+' => '',
|
|
'Class:Attachment/Attribute:user_id' => 'Utilisateur',
|
|
'Class:Attachment/Attribute:user_id+' => '',
|
|
'Class:Attachment/Attribute:contact_id' => 'Contact',
|
|
'Class:Attachment/Attribute:contact_id+' => '',
|
|
));
|
|
|
|
//
|
|
// Class: TriggerOnAttachmentDownload
|
|
//
|
|
|
|
Dict::Add('FR FR', 'French', 'Français', array(
|
|
'Class:TriggerOnAttachmentDownload' => 'Déclencheur sur le téléchargement d\'une pièce jointe d\'un objet',
|
|
'Class:TriggerOnAttachmentDownload+' => '',
|
|
'Class:TriggerOnAttachmentCreate' => 'Déclencheur sur la création d\'une pièce jointe',
|
|
'Class:TriggerOnAttachmentCreate+' => '',
|
|
'Class:TriggerOnAttachmentCreate/Attribute:file_in_email' => 'Ajoute le fichier dans l\'email',
|
|
'Class:TriggerOnAttachmentCreate/Attribute:file_in_email+' => 'Si coché, le fichier sera automatiquement attaché à l\'email quand l\'action email est lancée',
|
|
'Class:TriggerOnAttachmentDelete' => 'Déclencheur sur la suppression d\'une pièce jointe',
|
|
'Class:TriggerOnAttachmentDelete+' => '',
|
|
'Class:TriggerOnObject:TriggerClassAttachment/ReadOnlyMessage' => 'Les Triggers sur les objets ne sont pas autorisés sur la classe Attachement. Veuillez utiliser les triggers spécifiques pour cette classe',
|
|
));
|