dolibarr
21.0.0-beta
Main Page
Related Pages
Topics
Classes
Files
File List
File Members
dolibarr_dev
htdocs
projet
jsgantt_language.js.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (C) 2010 Laurent Destailleur <eldy@users.sourceforge.net>
3
* Copyright (C) 2024 Frédéric France <frederic.france@free.fr>
4
*
5
* This program is free software; you can redistribute it and/or modify
6
* it under the terms of the GNU General Public License as published by
7
* the Free Software Foundation; either version 3 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU General Public License for more details.
14
*
15
* You should have received a copy of the GNU General Public License
16
* along with this program. If not, see <https://www.gnu.org/licenses/>.
17
*/
18
24
if
(!defined(
'NOREQUIRESOC'
)) {
25
define(
'NOREQUIRESOC'
,
'1'
);
26
}
27
if
(!defined(
'NOCSRFCHECK'
)) {
28
define(
'NOCSRFCHECK'
, 1);
29
}
30
if
(!defined(
'NOTOKENRENEWAL'
)) {
31
define(
'NOTOKENRENEWAL'
, 1);
32
}
33
if
(!defined(
'NOLOGIN'
)) {
34
define(
'NOLOGIN'
, 1);
35
}
36
if
(!defined(
'NOREQUIREMENU'
)) {
37
define(
'NOREQUIREMENU'
, 1);
38
}
39
if
(!defined(
'NOREQUIREHTML'
)) {
40
define(
'NOREQUIREHTML'
, 1);
41
}
42
if
(!defined(
'NOREQUIREAJAX'
)) {
43
define(
'NOREQUIREAJAX'
,
'1'
);
44
}
45
46
require_once __DIR__.
'/../main.inc.php'
;
47
56
// Define mime type
57
top_httphead
(
'text/javascript'
);
58
59
global $langs;
60
$langs->load(
"projects"
);
61
?>
62
63
var vLangs={
'<?php print $langs->getDefaultLang(1); ?>'
:
64
{
65
'format'
:
'<?php print $langs->transnoentities('
Period
'); ?>'
,
'hour'
:
'"<?php print $langs->transnoentities('
Hour
'); ?>'
,
'day'
:
'<?php print $langs->transnoentities('
Day
'); ?>'
,
66
'week'
:
'<?php print $langs->transnoentities('
Week
'); ?>'
,
'month'
:
'<?php print $langs->transnoentities('
Month
'); ?>'
,
'quarter'
:
'<?php print $langs->transnoentities('
Quadri
'); ?>'
,
67
'hours'
:
'<?php print $langs->transnoentities('
Hours
'); ?>'
,
'days'
:
'<?php print $langs->transnoentities('
Days
'); ?>'
,
'weeks'
:
'<?php print $langs->transnoentities('
Weeks
'); ?>'
,
68
'months'
:
'<?php print $langs->transnoentities('
Months
'); ?>'
,
'quarters'
:
'<?php print $langs->transnoentities('
Quadri
'); ?>'
,
'hr'
:
'Hr'
,
'dy'
:
'<?php print $langs->transnoentities('
Day
'); ?>'
,
'wk'
:
'<?php print $langs->transnoentities('
Week
'); ?>'
,
'mth'
:
'<?php print $langs->transnoentities('
Month
'); ?>'
,
'qtr'
:
'<?php print $langs->transnoentities('
Quadri
'); ?>'
,
'hrs'
:
'<?php print $langs->transnoentities('
Hours
'); ?>'
,
69
'dys'
:
'<?php print $langs->transnoentities('
Days
'); ?>'
,
'wks'
:
'<?php print $langs->transnoentities('
Weeks
'); ?>'
,
'mths'
:
'<?php print $langs->transnoentities('
Months
'); ?>'
,
'qtrs'
:
'<?php print $langs->transnoentities('
Quadri
'); ?>'
,
'resource'
:
'<?php print dol_escape_js($langs->transnoentities('
Resource
')); ?>'
,
'duration'
:
'<?php print dol_escape_js($langs->transnoentities('
Duration
')); ?>'
,
'comp'
:
'%'
,
70
'completion'
:
'<?php print $langs->transnoentities('
Total
'); ?>'
,
'startdate'
:
'<?php print $langs->transnoentities('
DateStart
'); ?>'
,
'enddate'
:
'<?php print $langs->transnoentities('
DateEnd
'); ?>'
,
'moreinfo'
:
'<?php print dol_escape_js($langs->transnoentities('
ShowTask
')); ?>'
,
71
'notes'
:
'<?php print $langs->transnoentities('
NotePublic
'); ?>'
,
72
'january'
:
'<?php print $langs->transnoentities('
January
'); ?>'
,
'february'
:
'<?php print $langs->transnoentities('
February
'); ?>'
,
'march'
:
'<?php print $langs->transnoentities('
March
'); ?>'
,
'april'
:
'<?php print $langs->transnoentities('
April
'); ?>'
,
'maylong'
:
'<?php print $langs->transnoentities('
May
'); ?>'
,
'june'
:
'<?php print $langs->transnoentities('
June
'); ?>'
,
'july'
:
'<?php print $langs->transnoentities('
July
'); ?>'
,
73
'august'
:
'<?php print $langs->transnoentities('
August
'); ?>'
,
'september'
:
'<?php print $langs->transnoentities('
September
'); ?>'
,
'october'
:
'<?php print $langs->transnoentities('
October
'); ?>'
,
'november'
:
'<?php print $langs->transnoentities('
November
'); ?>'
,
'december'
:
'<?php print $langs->transnoentities('
December
'); ?>'
,
74
'jan'
:
'<?php print $langs->transnoentities('
MonthShort01
'); ?>'
,
'feb'
:
'<?php print $langs->transnoentities('
MonthShort02
'); ?>'
,
'mar'
:
'<?php print $langs->transnoentities('
MonthShort03
'); ?>'
,
'apr'
:
'<?php print $langs->transnoentities('
MonthShort04
'); ?>'
,
'may'
:
'<?php print $langs->transnoentities('
MonthShort05
'); ?>'
,
'jun'
:
'<?php print $langs->transnoentities('
MonthShort06
'); ?>'
,
'jul'
:
'<?php print $langs->transnoentities('
MonthShort07
'); ?>'
,
75
'aug'
:
'<?php print $langs->transnoentities('
MonthShort08
'); ?>'
,
'sep'
:
'<?php print $langs->transnoentities('
MonthShort09
'); ?>'
,
'oct'
:
'<?php print $langs->transnoentities('
MonthShort10
'); ?>'
,
'nov'
:
'<?php print $langs->transnoentities('
MonthShort11
'); ?>'
,
'dec'
:
'<?php print $langs->transnoentities('
MonthShort12
'); ?>'
,
76
'sunday'
:
'<?php print $langs->transnoentities('
Sunday
'); ?>'
,
'monday'
:
'<?php print $langs->transnoentities('
Monday
'); ?>'
,
'tuesday'
:
'<?php print $langs->transnoentities('
Tuesday
'); ?>'
,
'wednesday'
:
'<?php print $langs->transnoentities('
Wednesday
'); ?>'
,
'thursday'
:
'<?php print $langs->transnoentities('
Thursday
'); ?>'
,
'friday'
:
'<?php print $langs->transnoentities('
Friday
'); ?>'
,
'saturday'
:
'<?php print $langs->transnoentities('
Saturday
'); ?>'
,
77
'sun'
:
'<?php print $langs->transnoentities('
SundayMin
'); ?>'
,
'mon'
:
'<?php print $langs->transnoentities('
MondayMin
'); ?>'
,
'tue'
:
'<?php print $langs->transnoentities('
TuesdayMin
'); ?>'
,
'wed'
:
'<?php print $langs->transnoentities('
WednesdayMin
'); ?>'
,
'thu'
:
'<?php print $langs->transnoentities('
ThursdayMin
'); ?>'
,
'fri'
:
'<?php print $langs->transnoentities('
FridayMin
'); ?>'
,
'sat'
:
'<?php print $langs->transnoentities('
SaturdayMin
'); ?>'
78
}
79
}
80
var vLang=
'<?php print $langs->getDefaultLang(1); ?>'
;
81
<?php
82
if
(is_object($db)) {
83
$db->close();
84
}
top_httphead
if(!defined( 'NOREQUIREMENU')) if(!empty(GETPOST('seteventmessages', 'alpha'))) if(!function_exists("llxHeader")) top_httphead($contenttype='text/html', $forcenocache=0)
Show HTTP header.
Definition
main.inc.php:1725
Generated on Wed Jan 1 2025 01:00:29 for
dolibarr
by Doxygen 1.11.0