You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
2.2 KiB
54 lines
2.2 KiB
<?php # $Id: link.inc.php 3454 2005-02-23 13:38:14Z olivierb78 $
|
|
//----------------------------------------------------------------------
|
|
// CLAROLINE
|
|
//----------------------------------------------------------------------
|
|
// Copyright (c) 2001-2003 Universite catholique de Louvain (UCL)
|
|
//----------------------------------------------------------------------
|
|
// This program is under the terms of the GENERAL PUBLIC LICENSE (GPL)
|
|
// as published by the FREE SOFTWARE FOUNDATION. The GPL is available
|
|
// through the world-wide-web at http://www.gnu.org/copyleft/gpl.html
|
|
//----------------------------------------------------------------------
|
|
// Authors: see 'credits' file
|
|
//----------------------------------------------------------------------
|
|
/*
|
|
GOAL
|
|
****
|
|
Translate the interface in chosen language
|
|
*****************************************************************/
|
|
|
|
$langOnHomepage="Placer ce lien sur la page d'accueil";
|
|
|
|
$langOk="Valider";
|
|
$langModify="Modifier";
|
|
$langDelete="Supprimer";
|
|
|
|
$langLinks="Liens";
|
|
$langListDeleted="La liste a été complètement effacée";
|
|
$langLinkMod="Modifier un lien";
|
|
$langLinkDel="Le lien a été effacé";
|
|
$langAddLink="Ajouter un lien";
|
|
$langModifyLink="Modifier un lien";
|
|
$langLinkName="Nom du lien";
|
|
$langDescription="Description";
|
|
$langDelList="Effacer complètement la liste";
|
|
$langLinkAdd="Ajouter un lien";
|
|
$langCategoryAdd="Ajouter une catégorie";
|
|
$langGiveURL="Veuillez introduire l'URL du lien";
|
|
$langLinkUpdated = "Les données du lien ont été mises à jour";
|
|
$langAll_Link_Deleted = "Tous les liens ont été supprimés";
|
|
$langLinkDeleted = "Le lien a été supprimé";
|
|
$langLinkAdded = "Le lien a été ajouté";
|
|
$langCategoryName="Nom de la catégorie";
|
|
$langCategoryAdded="La catégorie a été ajoutée";
|
|
$langCategoryModded="La catégorie a été modifiée";
|
|
$langCategoryDeleted="La catégorie et tous ses liens ont été supprimés";
|
|
$langCategoryMod="Modifier une catégorie";
|
|
$langCategoryDelconfirm="Lorsque vous supprimez une catégorie, tous ses liens sont également supprimés.\\nEtes-vous sûr de vouloir supprimer cette catégorie et tous ses liens ?";
|
|
$langCategory="Categorie";
|
|
$langLinkDelconfirm="Voulez-vous supprimer ce lien ?";
|
|
$langLinkModded="Le lien a été modifié";
|
|
|
|
// Other
|
|
$showall="Afficher tout";
|
|
$shownone="Masquer tout";
|
|
?>
|
|
|