* * 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 3 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, see . */ /** * \file htdocs/projet/jsgantt_language.js.php * \brief Fichier de javascript de traduction pour JSGantt */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language //if (! defined('NOREQUIREDB')) define('NOREQUIREDB','1'); // Not disabled to increase speed. Language code is found on url. if (! defined('NOREQUIRESOC')) define('NOREQUIRESOC','1'); //if (! defined('NOREQUIRETRAN')) define('NOREQUIRETRAN','1'); // Not disabled cause need to do translations if (! defined('NOCSRFCHECK')) define('NOCSRFCHECK',1); if (! defined('NOTOKENRENEWAL')) define('NOTOKENRENEWAL',1); if (! defined('NOLOGIN')) define('NOLOGIN',1); if (! defined('NOREQUIREMENU')) define('NOREQUIREMENU',1); if (! defined('NOREQUIREHTML')) define('NOREQUIREHTML',1); if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1'); require_once '../main.inc.php'; // Define css type header('Content-type: text/javascript'); global $langs; ?> var i18n = new Array(); i18n["sMinute"]= "transnoentities("Minute") ?>"; i18n["sMinutes"]= "transnoentities("Minutes") ?>"; i18n["sHour"]= "transnoentities("Hour") ?>"; i18n["sHours"]= "transnoentities("Hours") ?>"; i18n["sDay"]= "transnoentities("Day") ?>"; i18n["sDays"]= "transnoentities("Days") ?>"; i18n["sWeek"] = "transnoentities("Week") ?>"; i18n["sMonth"] = "transnoentities("Month") ?>"; i18n["sQuarter"] = "transnoentities("Quadri") ?>"; i18n["View"] = "transnoentities("View") ?>"; i18n["Resource"] = "transnoentities("Resources") ?>"; i18n["Duration"] = "transnoentities("Duration") ?>"; i18n["Start_Date"] = "transnoentities("DateStart") ?>"; i18n["End_Date"] = "transnoentities("DateEnd") ?>"; i18n["Date_Format"] = "transnoentities("Format") ?>"; i18n["January"] = "transnoentities("January") ?>"; i18n["February"] = "transnoentities("February") ?>"; i18n["March"] = "transnoentities("March") ?>"; i18n["April"] = "transnoentities("April") ?>"; i18n["May"] = "transnoentities("May") ?>"; i18n["June"] = "transnoentities("June") ?>"; i18n["July"] = "transnoentities("July") ?>"; i18n["August"] = "transnoentities("August") ?>"; i18n["September"] = "transnoentities("Septembre") ?>"; i18n["October"] = "transnoentities("October") ?>"; i18n["November"] = "transnoentities("November") ?>"; i18n["December"] = "transnoentities("December") ?>"; i18n["Quarter"] = "transnoentities("Quarter") ?>"; i18n["Period"] = "transnoentities("Period") ?>"; close();