Issues (1098)

Security Analysis    not enabled

This project does not seem to handle request data directly as such no vulnerable execution paths were found.

  Cross-Site Scripting
Cross-Site Scripting enables an attacker to inject code into the response of a web-request that is viewed by other users. It can for example be used to bypass access controls, or even to take over other users' accounts.
  File Exposure
File Exposure allows an attacker to gain access to local files that he should not be able to access. These files can for example include database credentials, or other configuration files.
  File Manipulation
File Manipulation enables an attacker to write custom data to files. This potentially leads to injection of arbitrary code on the server.
  Object Injection
Object Injection enables an attacker to inject an object into PHP code, and can lead to arbitrary code execution, file exposure, or file manipulation attacks.
  Code Injection
Code Injection enables an attacker to execute arbitrary code on the server.
  Response Splitting
Response Splitting can be used to send arbitrary responses.
  File Inclusion
File Inclusion enables an attacker to inject custom files into PHP's file loading mechanism, either explicitly passed to include, or for example via PHP's auto-loading mechanism.
  Command Injection
Command Injection enables an attacker to inject a shell command that is execute with the privileges of the web-server. This can be used to expose sensitive data, or gain access of your server.
  SQL Injection
SQL Injection enables an attacker to execute arbitrary SQL code on your database server gaining access to user data, or manipulating user data.
  XPath Injection
XPath Injection enables an attacker to modify the parts of XML document that are read. If that XML document is for example used for authentication, this can lead to further vulnerabilities similar to SQL Injection.
  LDAP Injection
LDAP Injection enables an attacker to inject LDAP statements potentially granting permission to run unauthorized queries, or modify content inside the LDAP tree.
  Header Injection
  Other Vulnerability
This category comprises other attack vectors such as manipulating the PHP runtime, loading custom extensions, freezing the runtime, or similar.
  Regex Injection
Regex Injection enables an attacker to execute arbitrary code in your PHP process.
  XML Injection
XML Injection enables an attacker to read files on your local filesystem including configuration files, or can be abused to freeze your web-server process.
  Variable Injection
Variable Injection enables an attacker to overwrite program variables with custom data, and can lead to further vulnerabilities.
Unfortunately, the security analysis is currently not available for your project. If you are a non-commercial open-source project, please contact support to gain access.

src/engine/res/english.php (1 issue)

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
<?php
2
3
//------------------------------------------------------------------------------
4
//
5
//  eTraxis - Records tracking web-based system
6
//  Copyright (C) 2004-2011  Artem Rodygin
7
//
8
//  This program is free software: you can redistribute it and/or modify
9
//  it under the terms of the GNU General Public License as published by
10
//  the Free Software Foundation, either version 3 of the License, or
11
//  (at your option) any later version.
12
//
13
//  This program is distributed in the hope that it will be useful,
14
//  but WITHOUT ANY WARRANTY; without even the implied warranty of
15
//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
//  GNU General Public License for more details.
17
//
18
//  You should have received a copy of the GNU General Public License
19
//  along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
//
21
//------------------------------------------------------------------------------
22
23
/**
24
 * Localization
25
 *
26
 * This module contains prompts translated in English.
27
 *
28
 * @package Engine
29
 * @subpackage Localization
30
 * @author Artem Rodygin
31
 */
32
33
$resource_english = array
34
(
35
    RES_SECTION_ALERTS =>
36
    /* 200 */
37
    'All fields marked as required should be filled in.',
38
    'Default value should be in range from %1 to %2.',
39
    'Account is disabled.',
40
    'Account is locked out.',
41
    'Invalid user name.',
42
    'Account with entered user name already exists.',
43
    'Invalid email.',
44
    'Passwords do not match.',
45
    'Password should be at least %1 characters length.',
46
    'Project with entered name already exists.',
47
    /* 210 */
48
    'Group with entered name already exists.',
49
    'Template with entered name or prefix already exists.',
50
    'State with entered name or abbreviation already exists.',
51
    'Field with entered name already exists.',
52
    'Invalid integer value.',
53
    'Integer value should be in range from %1 to %2.',
54
    'Value of "%1" should be in range from %2 to %3.',
55
    'Maximum value should be greater then minimum one.',
56
    'The uploaded file exceeds the "upload_max_filesize" directive in "php.ini".',
57
    'The size of uploaded file cannot be greater than %1 Kbytes.',
58
    /* 220 */
59
    'The uploaded file was only partially uploaded.',
60
    'No file was uploaded.',
61
    'Missing a temporary folder.',
62
    'Attachment with entered name already exists.',
63
    'Record not found.',
64
    'Filter with entered name already exists.',
65
    'Invalid date value.',
66
    'Date value should be in range from %1 to %2.',
67
    'Invalid time value.',
68
    'Time value should be in range from %1 to %2.',
69
    /* 230 */
70
    'Subscription with entered name already exists.',
71
    'Reminder with entered name already exists.',
72
    'Reminder is successfully sent.',
73
    'View with entered name already exists.',
74
    'Please specify short description of this record.',
75
    'Failed to write file to disk.',
76
    'File upload stopped by extension.',
77
    'JavaScript must be enabled.',
78
    'This is autogenerated message, please do not reply on it.',
79
    'Invalid decimal value.',
80
    /* 240 */
81
    'Decimal value should be in range from %1 to %2.',
82
    'View cannot have more than %1 columns.',
83
    'Value of "%1" fails format check.',
84
    'User is not authorized.',
85
    'Unknown user name or bad password.',
86
    'Unknown error.',
87
    'XML parser error.',
88
    'Your changes were successfully saved.',
89
90
    RES_SECTION_CONFIRMS =>
91
    /* 300 */
92
    'Are you sure you want delete all selected views?',
93
    'Are you sure you want delete this account?',
94
    'Are you sure you want delete this project?',
95
    'Are you sure you want delete this group?',
96
    'Are you sure you want delete this template?',
97
    'Are you sure you want delete this state?',
98
    'Are you sure you want delete this field?',
99
    'Are you sure you want to change the state of this record?',
100
    'Are you sure you want resume this record?',
101
    'Are you sure you want assign this record?',
102
    /* 310 */
103
    'Are you sure you want delete all selected filters?',
104
    'Are you sure you want delete all selected subscriptions?',
105
    'Are you sure you want send this reminder?',
106
    'Are you sure you want delete this reminder?',
107
    'Are you sure you want exit?',
108
    'Are you sure you want delete this record?',
109
110
    RES_SECTION_PROMPTS =>
111
    /* 1000 */
112
    'English',
113
    'Log in',
114
    'OK',
115
    'Cancel',
116
    'Save',
117
    'Back',
118
    'Next',
119
    'Create',
120
    'Modify',
121
    'Delete',
122
    /* 1010 */
123
    'Records',
124
    'Accounts',
125
    'Projects',
126
    'Change password',
127
    'Fields of state "%1"',
128
    'none',
129
    'Total:',
130
    'Theme',
131
    'Account information',
132
    'User name',
133
    /* 1020 */
134
    'Full name',
135
    'Email',
136
    'Default',
137
    'administrator',
138
    'user',
139
    'Description',
140
    'Password',
141
    'Confirmation',
142
    'disabled',
143
    'locked',
144
    /* 1030 */
145
    'New account',
146
    'Account "%1"',
147
    'Project information',
148
    'Project name',
149
    'Start time',
150
    'suspended',
151
    'New project',
152
    'Project "%1"',
153
    'Groups',
154
    'Group information',
155
    /* 1040 */
156
    'Group name',
157
    'New group',
158
    'Group "%1"',
159
    'Membership',
160
    'Others',
161
    'Members',
162
    'Templates',
163
    'Template information',
164
    'Template name',
165
    'Prefix',
166
    /* 1050 */
167
    'New template',
168
    'Template "%1"',
169
    'States',
170
    'State information',
171
    'State name',
172
    'Abbreviation',
173
    'State type',
174
    'initial',
175
    'intermediate',
176
    'final',
177
    /* 1060 */
178
    'Responsible',
179
    'keep unchanged',
180
    'assign',
181
    'remove',
182
    'New state',
183
    'State "%1"',
184
    'Create intermediate',
185
    'Create final',
186
    'Transitions',
187
    'Permissions',
188
    /* 1070 */
189
    'Make initial',
190
    'Allowed',
191
    'Fields',
192
    'Field information',
193
    'Order',
194
    'Field name',
195
    'Field type',
196
    'number',
197
    'string',
198
    'multilined text',
199
    /* 1080 */
200
    'Required',
201
    'yes',
202
    'no',
203
    'Min.value',
204
    'Max.value',
205
    'Max.length',
206
    'required',
207
    'New field (step %1/%2)',
208
    'Field "%1"',
209
    'read-only',
210
    /* 1090 */
211
    'read and write',
212
    'General information',
213
    'ID',
214
    'Project',
215
    'Template',
216
    'State',
217
    'Age',
218
    'New record',
219
    'Record "%1"',
220
    'My records',
221
    /* 1100 */
222
    'History',
223
    'Postpone',
224
    'Resume',
225
    'Assign',
226
    'Change state',
227
    'Timestamp',
228
    'Originator',
229
    'Record is created in state "%1".',
230
    'Record is assigned to %1.',
231
    'Record is modified.',
232
    /* 1110 */
233
    'State is changed to "%1".',
234
    'Record is postponed till %1.',
235
    'Record is resumed.',
236
    'File "%1" is attached.',
237
    'File "%1" is removed.',
238
    'permission to create records',
239
    'permission to modify records',
240
    'permission to postpone records',
241
    'permission to resume records',
242
    'permission to reassign assigned records',
243
    /* 1120 */
244
    'permission to reopen records',
245
    'permission to attach files',
246
    'permission to remove files',
247
    'Language',
248
    'Add comment',
249
    'Comment is added.',
250
    'permission to add comments',
251
    'Comment',
252
    'Attach file',
253
    'Remove file',
254
    /* 1130 */
255
    'Attachment',
256
    'Attachment name',
257
    'Attachment file',
258
    'Attachments',
259
    'No fields.',
260
    'Critical age',
261
    'Frozen time',
262
    'Changes',
263
    'Old value',
264
    'New value',
265
    /* 1140 */
266
    'check box',
267
    'record',
268
    'list',
269
    'List items',
270
    '%1 Kb',
271
    'Filters',
272
    'Filter name',
273
    'All projects',
274
    'All templates',
275
    'All states',
276
    /* 1150 */
277
    'View record',
278
    'Show only created by ...',
279
    'Show only assigned to ...',
280
    'show unclosed only',
281
    'Subject',
282
    'Search',
283
    'Search parameters',
284
    'Search results',
285
    'Text to be searched',
286
    'search in fields',
287
    /* 1160 */
288
    'search in comments',
289
    'Status',
290
    'active',
291
    'Subscriptions',
292
    'notify when record is created',
293
    'notify when record is assigned',
294
    'notify when record is modified',
295
    'notify when state is changed',
296
    'notify when record is postponed',
297
    'notify when record is resumed',
298
    /* 1170 */
299
    'notify when comment is added',
300
    'notify when file is attached',
301
    'notify when file is removed',
302
    'required',
303
    'Postponed',
304
    'Due date',
305
    'Default value',
306
    'on',
307
    'off',
308
    'Metrics',
309
    /* 1180 */
310
    'Opened records',
311
    'Creation vs Closure',
312
    'week',
313
    'number',
314
    'Clone',
315
    'Record is cloned from "%1".',
316
    'Log out',
317
    'notify when record is cloned',
318
    'Settings',
319
    'Rows per page',
320
    /* 1190 */
321
    'Bookmarks per page',
322
    'Lock',
323
    'Unlock',
324
    'Group type',
325
    'global',
326
    'local',
327
    'Configuration',
328
    'Line',
329
    'Web root path',
330
    'Security',
331
    /* 1200 */
332
    'Minimum password length',
333
    'Maximum number of login attempts',
334
    'Locking timeout (mins)',
335
    'Database',
336
    'Database type',
337
    'Oracle',
338
    'MySQL',
339
    'Microsoft SQL Server',
340
    'Database server',
341
    'Database name',
342
    /* 1210 */
343
    'Database user',
344
    'Active Directory',
345
    'LDAP server',
346
    'Port number',
347
    'Search account',
348
    'Base DN',
349
    'Administrators',
350
    'Email notifications',
351
    'Maximum size',
352
    'Debug',
353
    /* 1220 */
354
    'Debug mode',
355
    'enabled (without private data)',
356
    'enabled (all data)',
357
    'Debug logs',
358
    'Enabled',
359
    'Disabled',
360
    'decimal',
361
    'permission to view records only',
362
    'Select all',
363
    'Author',
364
    /* 1230 */
365
    'date',
366
    'duration',
367
    'show postponed only',
368
    'Subscription name',
369
    'Events',
370
    'Version %1',
371
    'role',
372
    'Subscribe',
373
    'Unsubscribe',
374
    'Reminders',
375
    /* 1240 */
376
    'Reminder name',
377
    'Reminder subject',
378
    'Reminder recipients',
379
    'New reminder',
380
    'Reminder "%1"',
381
    'permission to send reminders',
382
    'Send',
383
    'New filter',
384
    'Filter "%1"',
385
    'New subscription',
386
    /* 1250 */
387
    'Subscription "%1"',
388
    'Number of lines in multilined fields',
389
    'You can insert link to another record by specifying "rec#" and its number (e.g. "rec#305").',
390
    'Show only moved to states ...',
391
    'Share with ...',
392
    'Export',
393
    'Subscribe others...',
394
    'Subscribed',
395
    '%1 has subscribed you to the record.',
396
    '%1 has unsubscribed.',
397
    /* 1260 */
398
    'Carbon copy',
399
    'Storage',
400
    'LDAP attribute',
401
    'Views',
402
    'Close',
403
    'View name',
404
    'New view',
405
    'View "%1"',
406
    'No view',
407
    'Set',
408
    /* 1270 */
409
    'Columns',
410
    'Warning',
411
    'Information',
412
    'Error',
413
    'Question',
414
    'Alignment',
415
    'left',
416
    'center',
417
    'right',
418
    'Service will be unavailable since %1 till %2 (%3)',
419
    /* 1280 */
420
    'All assigned to me',
421
    'All created by me',
422
    'Show in emails',
423
    'Please wait...',
424
    'Dump',
425
    'Subrecords',
426
    'Create subrecord',
427
    'Attach subrecord',
428
    'Remove subrecord',
429
    'Auto refresh interval',
430
    /* 1290 */
431
    'Subrecord "%1" is added.',
432
    'Subrecord "%1" is removed.',
433
    'permission to add subrecords',
434
    'permission to remove subrecords',
435
    'notify when subrecord is added',
436
    'notify when subrecord is removed',
437
    'created records',
438
    'closed records',
439
    'Confidential',
440
    'Add confidential comment',
441
    /* 1300 */
442
    'permission to add/read confidential comments',
443
    'Confidential comment is added.',
444
    'Parent ID',
445
    'dependency',
446
    'Timezone',
447
    'Add separator',
448
    'CSV delimiter',
449
    'CSV encoding',
450
    'CSV line endings',
451
    'notify when record is reopened',
452
    /* 1310 */
453
    'Enable filters',
454
    'Disable filters',
455
    NULL,
456
    NULL,
457
    NULL,
458
    NULL,
459
    NULL,
460
    NULL,
461
    NULL,
462
    'Expand all',
463
    /* 1320 */
464
    'Collapse all',
465
    'Record is reopened in state "%1".',
466
    'L/E',
467
    'PCRE to check field values',
468
    'Search PCRE to transform field values',
469
    'Replace PCRE to transform field values',
470
    'Next state by default',
471
    'Postpone status',
472
    'show all',
473
    'show active only',
474
    /* 1330 */
475
    'Event',
476
    'Reopen',
477
    'Guest access',
478
    'None.',
479
    'Global groups',
480
    'Guest',
481
    'Import',
482
    'permission to delete records',
483
    NULL,
484
    'Default language',
485
    /* 1340 */
486
    'Password expiration (days)',
487
    'Session expiration (mins)',
488
    'LDAP enumeration',
489
    'PostgreSQL',
490
    'list of indexes',
491
    'list of values',
492
    'Created',
493
    'Mark as read',
494
    'Registered',
495
    'TLS',
496
    /* 1350 */
497
    'Compression',
498
    'L/S',
499
    'Comments',
500
    'Size',
501
    'Appearance',
502
    'CSV',
503
    'Enable',
504
    'Disable',
505
    'Preview',
506
    'Owner',
507
    /* 1360 */
508
    'Anyone.',
509
    'Mark as unread',
510
    'Parent records',
511
);
512
513
?>
0 ignored issues
show
It is not recommended to use PHP's closing tag ?> in files other than templates.

Using a closing tag in PHP files that only contain PHP code is not recommended as you might accidentally add whitespace after the closing tag which would then be output by PHP. This can cause severe problems, for example headers cannot be sent anymore.

A simple precaution is to leave off the closing tag as it is not required, and it also has no negative effects whatsoever.

Loading history...
514