dolibarr
19.0.3
Main Page
Related Pages
Topics
Classes
Files
File List
File Members
dolibarr_19.0
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
*
4
* This program is free software; you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation; either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <https://www.gnu.org/licenses/>.
16
*/
17
23
if
(!defined(
'NOREQUIRESOC'
)) {
24
define(
'NOREQUIRESOC'
,
'1'
);
25
}
26
if
(!defined(
'NOCSRFCHECK'
)) {
27
define(
'NOCSRFCHECK'
, 1);
28
}
29
if
(!defined(
'NOTOKENRENEWAL'
)) {
30
define(
'NOTOKENRENEWAL'
, 1);
31
}
32
if
(!defined(
'NOLOGIN'
)) {
33
define(
'NOLOGIN'
, 1);
34
}
35
if
(!defined(
'NOREQUIREMENU'
)) {
36
define(
'NOREQUIREMENU'
, 1);
37
}
38
if
(!defined(
'NOREQUIREHTML'
)) {
39
define(
'NOREQUIREHTML'
, 1);
40
}
41
if
(!defined(
'NOREQUIREAJAX'
)) {
42
define(
'NOREQUIREAJAX'
,
'1'
);
43
}
44
45
require_once __DIR__.
'/../main.inc.php'
;
46
47
// Define mime type
48
top_httphead
(
'text/javascript'
);
49
50
global $langs;
51
$langs->load(
"projects"
);
52
?>
53
54
var vLangs={
'<?php print $langs->getDefaultLang(1); ?>'
:
55
{
56
'format'
:
'<?php print $langs->transnoentities('
Period
'); ?>'
,
'hour'
:
'"<?php print $langs->transnoentities('
Hour
'); ?>'
,
'day'
:
'<?php print $langs->transnoentities('
Day
'); ?>'
,
57
'week'
:
'<?php print $langs->transnoentities('
Week
'); ?>'
,
'month'
:
'<?php print $langs->transnoentities('
Month
'); ?>'
,
'quarter'
:
'<?php print $langs->transnoentities('
Quadri
'); ?>'
,
58
'hours'
:
'<?php print $langs->transnoentities('
Hours
'); ?>'
,
'days'
:
'<?php print $langs->transnoentities('
Days
'); ?>'
,
'weeks'
:
'<?php print $langs->transnoentities('
Weeks
'); ?>'
,
59
'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
'); ?>'
,
60
'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'
:
'%'
,
61
'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
')); ?>'
,
62
'notes'
:
'<?php print $langs->transnoentities('
NotePublic
'); ?>'
,
63
'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
'); ?>'
,
64
'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
'); ?>'
,
65
'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
'); ?>'
,
66
'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
'); ?>'
,
67
'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
'); ?>'
,
68
'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
'); ?>'
69
}
70
}
71
var vLang=
'<?php print $langs->getDefaultLang(1); ?>'
;
72
<?php
73
if
(is_object($db)) {
74
$db->close();
75
}
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:1569
Generated on Mon Nov 4 2024 01:00:23 for
dolibarr
by Doxygen 1.11.0