HOME


sh-3ll 1.0
DIR:/usr/local/softaculous/enduser/languages/french/
Upload File :
Current File : //usr/local/softaculous/enduser/languages/french/eu_tasklist_lang.php
<?php

//////////////////////////////////////////////////////////////
//===========================================================
// eu_tasklist_lang.php
//===========================================================
// SOFTACULOUS 
// Version : 4.1.8
// Inspired by the DESIRE to be the BEST OF ALL
// ----------------------------------------------------------
// Started by: Alons
// Date:       10th Jan 2009
// Time:       21:00 hrs
// Site:       http://www.softaculous.com/ (SOFTACULOUS)
// ----------------------------------------------------------
// Please Read the Terms of use at http://www.softaculous.com
// ----------------------------------------------------------
//===========================================================
// (c)Softaculous Inc.
//===========================================================
// ----------------------------------------------------------
// Edited by:  Philippe Raimundo
// Date:       24 April 2024
// Time:       15:00 hrs
// Site:       https://polisystems.ch/
//////////////////////////////////////////////////////////////

if(!defined('SOFTACULOUS')){

	die('Tentative de piratage');

}

$l['no_tasks'] = 'Il n\'y a pas de tâches pour le moment.';

// Chaînes de thème
$l['<title>'] = APP.' - Liste des tâches';
$l['errorlog_head'] = 'Liste des tâches';
$l['current_tasks'] = 'Dernières activités (Dernière heure)';
$l['finished'] = 'Fini';
$l['invalid_ssk'] = 'Clé de statut invalide';

?>