|
|
|
|
|
<?php
|
|
|
|
|
|
/**
|
|
|
|
|
|
* Dropbox module for Dokeos
|
|
|
|
|
|
* language file in French.
|
|
|
|
|
|
* To make a version in your own language, you have 2 options:
|
|
|
|
|
|
* - if you want to make use of the multilanguage tool in Claroline (this way you
|
|
|
|
|
|
* can make 2 seperate espacees in 2 different languages and Claroline will take
|
|
|
|
|
|
* care of the translations) this file must be placed in the .../claroline/lang/English/
|
|
|
|
|
|
* directory and the copy of this file that contains the translations must be placed in
|
|
|
|
|
|
* the .../claroline/lang/YourLang/ directory. Be sure to give the translated version the same
|
|
|
|
|
|
* name as this one.
|
|
|
|
|
|
* - if you're sure you will only need the dropbox module in 1 language, you can just leave this
|
|
|
|
|
|
* file in the current directory (.../claroline/plugin/dropbox/) and translate each variable into
|
|
|
|
|
|
* the correct language.
|
|
|
|
|
|
*
|
|
|
|
|
|
* @version 1.20
|
|
|
|
|
|
* @copyright 2004
|
|
|
|
|
|
* @author Jan Bols <jan@ivpv.UGent.be>
|
|
|
|
|
|
* with contributions by Ren<EFBFBD> Haentjens <rene.haentjens@UGent.be> (see RH)
|
|
|
|
|
|
*/
|
|
|
|
|
|
/**
|
|
|
|
|
|
* +----------------------------------------------------------------------+
|
|
|
|
|
|
* | 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; either version 2 |
|
|
|
|
|
|
* | of the License, or (at your option) any later version. |
|
|
|
|
|
|
* | |
|
|
|
|
|
|
* | 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. The GNU GPL license is also available through |
|
|
|
|
|
|
* | the world-wide-web at http://www.gnu.org/copyleft/gpl.html |
|
|
|
|
|
|
* +----------------------------------------------------------------------+
|
|
|
|
|
|
* | Authors: Jan Bols <jan@ivpv.UGent.be> |
|
|
|
|
|
|
* +----------------------------------------------------------------------+
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|
* General variables
|
|
|
|
|
|
*/
|
|
|
|
|
|
$dropbox_lang["dropbox"] = "Partage de fichiers";
|
|
|
|
|
|
$dropbox_lang["help"] = "Aide";
|
|
|
|
|
|
|
|
|
|
|
|
//$dropbox_cnf["version"] = "1.2"; //This variable is used to find out if this language file is outdated or not
|
|
|
|
|
|
//When outdated, it will not be used.
|
|
|
|
|
|
//The number must be the same as the version number in the dorpbox_init1.inc.php file
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* error variables
|
|
|
|
|
|
*/
|
|
|
|
|
|
$dropbox_lang["aliensNotAllowed"] = "Seuls les membres de cet espace peuvent utiliser l'outil de partage. Vous n'<EFBFBD>tes pas membre de cet espace.";
|
|
|
|
|
|
$dropbox_lang["queryError"] = "Erreur de base de donn<EFBFBD>es. Veuillez contacter l'administrateur.";
|
|
|
|
|
|
$dropbox_lang["generalError"] = "Une erreur s'est produite. Veuillez contacter l'administrateur.";
|
|
|
|
|
|
$dropbox_lang["badFormData"] = "La soumission a <EFBFBD>chou<EFBFBD> : donn<EFBFBD>es du formulaire erron<EFBFBD>es. Veuillez contacter l'administrateur.";
|
|
|
|
|
|
$dropbox_lang["noUserSelected"] = "Veuillez s<EFBFBD>lectionner le destinataire de ce fichier.";
|
|
|
|
|
|
$dropbox_lang["noFileSpecified"] = "Vous n'avez s<EFBFBD>lectionn<EFBFBD> aucun fichier <EFBFBD> transf<EFBFBD>rer.";
|
|
|
|
|
|
$dropbox_lang["tooBig"] = "Le fichier s<EFBFBD>lectionn<EFBFBD> est trop gros.";
|
|
|
|
|
|
$dropbox_lang["uploadError"] = "Erreur lors du transfert. Veuillez contacter l'administrateur.";
|
|
|
|
|
|
$dropbox_lang["errorCreatingDir"] = "Impossible de cr<EFBFBD>er le r<EFBFBD>pertoire. Veuillez contacter l'administrateur.";
|
|
|
|
|
|
$dropbox_lang["installError"] = "Impossible d'installer les tables n<EFBFBD>cessaires au module. Veuillez contacter l'administrateur.";
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* upload file variables
|
|
|
|
|
|
*/
|
|
|
|
|
|
$dropbox_lang["uploadFile"] = "Envoyer un document";
|
|
|
|
|
|
// $dropbox_lang["titleWork"] = "Paper Title"; //this var isn't used anymore
|
|
|
|
|
|
$dropbox_lang["authors"] = "Auteurs";
|
|
|
|
|
|
$dropbox_lang["description"] = "Description";
|
|
|
|
|
|
$dropbox_lang["sendTo"] = "Envoyer <EFBFBD>";
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* Sent/Received list variables
|
|
|
|
|
|
*/
|
|
|
|
|
|
$dropbox_lang["receivedTitle"] = "RECU";
|
|
|
|
|
|
$dropbox_lang["sentTitle"] = "ENVOYE";
|
|
|
|
|
|
$dropbox_lang["confirmDelete"] = "Ceci supprimera le fichier de votre liste, et non de celle des autres membres.";
|
|
|
|
|
|
$dropbox_lang["all"] = "tous les fichiers";
|
|
|
|
|
|
$dropbox_lang["workDelete"] = "Supprimer";
|
|
|
|
|
|
$dropbox_lang["sentBy"] = "Envoy<EFBFBD> par";
|
|
|
|
|
|
$dropbox_lang["sentTo"] = "Envoy<EFBFBD> <EFBFBD>";
|
|
|
|
|
|
$dropbox_lang["sentOn"] = "le";
|
|
|
|
|
|
$dropbox_lang["anonymous"] = "anonyme";
|
|
|
|
|
|
$dropbox_lang["ok"] = "Valider";
|
|
|
|
|
|
$dropbox_lang["lastUpdated"] = "Derni<EFBFBD>re mise <EFBFBD> jour";
|
|
|
|
|
|
$dropbox_lang["lastResent"] = "Dernier r<EFBFBD>-envoi";
|
|
|
|
|
|
$dropbox_lang['tableEmpty'] = "La liste est vide.";
|
|
|
|
|
|
$dropbox_lang["overwriteFile"] = "Ecraser la version pr<EFBFBD>c<EFBFBD>dente du m<EFBFBD>me fichier ?";
|
|
|
|
|
|
$dropbox_lang['orderBy'] = "Classer par : ";
|
|
|
|
|
|
$dropbox_lang['lastDate'] = "date du dernier envoi";
|
|
|
|
|
|
$dropbox_lang['firstDate'] = "date du premier envoi";
|
|
|
|
|
|
$dropbox_lang['title'] = "titre";
|
|
|
|
|
|
$dropbox_lang['size'] = "taille";
|
|
|
|
|
|
$dropbox_lang['author'] = "auteur";
|
|
|
|
|
|
$dropbox_lang['sender'] = "exp<EFBFBD>diteur";
|
|
|
|
|
|
$dropbox_lang['recipient'] = "destinataire";
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* Feedback variables
|
|
|
|
|
|
*/
|
|
|
|
|
|
$dropbox_lang["docAdd"] = "Le fichier a <EFBFBD>t<EFBFBD> ajout<EFBFBD>";
|
|
|
|
|
|
$dropbox_lang["fileDeleted"] = "Le fichier s<EFBFBD>lectionn<EFBFBD> a <EFBFBD>t<EFBFBD> supprim<EFBFBD> de votre espace d'<EFBFBD>change.";
|
|
|
|
|
|
$dropbox_lang["backList"] = "Retourner <EFBFBD> votre espace d'<EFBFBD>change";
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* RH: Mailing variables
|
|
|
|
|
|
*/
|
|
|
|
|
|
$dropbox_lang["mailingAsUsername"] = "Envoi par mail ";
|
|
|
|
|
|
$dropbox_lang["mailingInSelect"] = "--- Mailing ---";
|
|
|
|
|
|
$dropbox_lang["mailingSelectNoOther"] = "La fonction Mailing ne peut <EFBFBD>tre combin<EFBFBD>e avec l'envoi <EFBFBD> d'autres destinataires. Celle-ci envoie le fichier <EFBFBD> tout le monde.";
|
|
|
|
|
|
$dropbox_lang["mailingNonMailingError"] = "Mailing ne peut <EFBFBD>tre <EFBFBD>cras<EFBFBD> par des envois non-mailing et vice-versa";
|
|
|
|
|
|
$dropbox_lang["mailingExamine"] = "Examiner le fichier ZIP";
|
|
|
|
|
|
$dropbox_lang["mailingNotYetSent"] = "Les fichiers contenus dans le mailing n'ont pas <EFBFBD>t<EFBFBD> envoy<EFBFBD>s ...";
|
|
|
|
|
|
$dropbox_lang["mailingSend"] = "Envoyer le contenu";
|
|
|
|
|
|
$dropbox_lang["mailingConfirmSend"] = "Envoyer le contenu vers des personnes individuellement ?";
|
|
|
|
|
|
$dropbox_lang["mailingBackToDropbox"] = "(retour <EFBFBD> la page d'accueil de Partage de fichiers)";
|
|
|
|
|
|
$dropbox_lang["mailingWrongZipfile"] = "Le fichier du Mailing doit <EFBFBD>tre un ZIP avec MEMBERID ou LOGINNAME";
|
|
|
|
|
|
$dropbox_lang["mailingZipEmptyOrCorrupt"] = "Le fichier ZIP du Mailing est vide ou n'est pas un fichier ZIP valide";
|
|
|
|
|
|
$dropbox_lang["mailingZipPhp"] = "Le fichier de Mailing ne peut contenir de fichiers PHP. Il ne sera pas envoy<EFBFBD>";
|
|
|
|
|
|
$dropbox_lang["mailingZipDups"] = "Le fichier ZIP ne peut pas contenir de fichiers dupliqu<EFBFBD>s. Il ne sera pas envoy<EFBFBD>";
|
|
|
|
|
|
$dropbox_lang["mailingFileFunny"] = "aucun nom, ou l'extension ne contient pas 1 <EFBFBD> 4 caract<EFBFBD>res";
|
|
|
|
|
|
$dropbox_lang["mailingFileNoPrefix"] = "le nom ne commence pas par ";
|
|
|
|
|
|
$dropbox_lang["mailingFileNoPostfix"] = "le nom ne se termine pas par ";
|
|
|
|
|
|
$dropbox_lang["mailingFileNoRecip"] = "le nom ne contient pas l'ID d'un destinataire";
|
|
|
|
|
|
$dropbox_lang["mailingFileRecipNotFound"] = "aucun membre avec ";
|
|
|
|
|
|
$dropbox_lang["mailingFileRecipDup"] = "plusieurs membres ont ";
|
|
|
|
|
|
$dropbox_lang["mailingFileIsFor"] = "est pour ";
|
|
|
|
|
|
$dropbox_lang["mailingFileSentTo"] = "envoy<EFBFBD> <EFBFBD> ";
|
|
|
|
|
|
$dropbox_lang["mailingFileNotRegistered"] = " (pas membre de cet espace)";
|
|
|
|
|
|
$dropbox_lang["mailingNothingFor"] = "Rien pour";
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
* RH: Just Upload
|
|
|
|
|
|
*/
|
|
|
|
|
|
$dropbox_lang["justUploadInSelect"] = "--- Transf<EFBFBD>r<EFBFBD> ---";
|
|
|
|
|
|
$dropbox_lang["justUploadInList"] = "Envoi par";
|
|
|
|
|
|
$dropbox_lang["mailingJustUploadNoOther"] = "Ce transfert ne peut <EFBFBD>tre combin<EFBFBD> avec d'autres destinataires";
|
|
|
|
|
|
?>
|