67 lines
3.8 KiB
PHP
67 lines
3.8 KiB
PHP
<?php
|
|
/**
|
|
* The file module English file of ZenTaoPMS.
|
|
*
|
|
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
|
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
|
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
|
* @package file
|
|
* @version $Id: en.php 4129 2013-01-18 01:58:14Z wwccss $
|
|
* @link https://www.zentao.pm
|
|
*/
|
|
$lang->file = new stdclass();
|
|
$lang->file->common = 'Fichier';
|
|
$lang->file->uploadImages = 'Charger Images en Lot';
|
|
$lang->file->download = 'Télécharger Fichiers';
|
|
$lang->file->uploadDate = 'Chargé le';
|
|
$lang->file->edit = 'Renommer';
|
|
$lang->file->inputFileName = 'Entrez Nom Fichier';
|
|
$lang->file->delete = 'Supprimer Fichier';
|
|
$lang->file->label = 'Label :';
|
|
$lang->file->maxUploadSize = "<span class='text-red'>%s</span>";
|
|
$lang->file->applyTemplate = "Appliquer Modèle";
|
|
$lang->file->tplTitle = "Nom Modèle";
|
|
$lang->file->tplTitleAB = "Modèles";
|
|
$lang->file->setPublic = "Rendre Public le Modèle";
|
|
$lang->file->exportFields = "Champs";
|
|
$lang->file->exportRange = "Données";
|
|
$lang->file->defaultTPL = "Défaut";
|
|
$lang->file->setExportTPL = "Paramétrages";
|
|
$lang->file->preview = "Apperçu";
|
|
$lang->file->addFile = 'Ajouter';
|
|
$lang->file->beginUpload = 'Clic pour Charger';
|
|
$lang->file->uploadSuccess = 'Chargé !';
|
|
$lang->file->batchExport = 'Export in batches';
|
|
|
|
$lang->file->pathname = 'Nom Chemin';
|
|
$lang->file->title = 'Titre';
|
|
$lang->file->fileName = 'Nom Fichier';
|
|
$lang->file->untitled = 'Sans Titre';
|
|
$lang->file->extension = 'Format';
|
|
$lang->file->size = 'Taille';
|
|
$lang->file->encoding = 'Encodage';
|
|
$lang->file->addedBy = 'Ajouté par';
|
|
$lang->file->addedDate = 'Ajouté le';
|
|
$lang->file->downloads = 'Téléchargements';
|
|
$lang->file->extra = 'Commentaires';
|
|
|
|
$lang->file->dragFile = 'Faites glisser images ici.';
|
|
$lang->file->childTaskTips = 'Il s\'agit d\'une sous-tâche s\'il y a un \'>\' devant le nom.';
|
|
$lang->file->uploadImagesExplain = "Note : Chargez images au format .jpg, .jpeg, .gif, ou .png. Le nom de l'image sera le nom de la Story et l'image en sera sa description.";
|
|
$lang->file->saveAndNext = 'Enregistrer et poursuivre';
|
|
$lang->file->importPager = 'Total: <strong>%s</strong>. Page <strong>%s</strong> de <strong>%s</strong>';
|
|
$lang->file->importSummary = "Import <strong id='allCount'>%s</strong> items Vous pouvez avoir <strong>%s</strong> items/page, vous devez donc importer <strong id='times'>%s</strong> fois.";
|
|
|
|
$lang->file->errorNotExists = "<span class='text-red'>'%s' non trouvé.</span>";
|
|
$lang->file->errorCanNotWrite = "<span class='text-red'>'%s' non inscriptible. Changez les permissions. Entrez la commande <span class='code'>sudo chmod -R 777 '%s'</span></span> sous Linux.";
|
|
$lang->file->confirmDelete = " Voulez-vous le supprimer ?";
|
|
$lang->file->errorFileSize = " Taille du fichier excédant la limite. Il ne peut être chargé !";
|
|
$lang->file->errorFileUpload = " Echec du chargement. La taille du fichier peut excéder la limite.";
|
|
$lang->file->errorFileFormate = " Echec du chargement. Le format du fichier est non autorisé.";
|
|
$lang->file->errorFileMove = " Echec du chargement. Une erreur est survenue lors du chargement.";
|
|
$lang->file->dangerFile = " Le fichier n'a pas pu être chargé pour des raisons de sécurité.";
|
|
$lang->file->errorSuffix = 'Format incorrect. Fichiers .zip SEULEMENT !';
|
|
$lang->file->errorExtract = "Echec de l'extraction des fichiers. Les fichiers peuvent être endommagé ou il y a un fichier invalide dans le zip.";
|
|
$lang->file->fileNotFound = 'Fichier non trouvé. Le fichier physique a peut-être été supprimé par innadvertance !';
|
|
$lang->file->fileContentEmpty = 'The file is empty. Check the file and upload it again.';
|