Issues (3885)

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.

install/src/lang/hebrew.inc.php (1 issue)

Severity

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
 * MODX Installer language file
4
 *
5
 * @author MODX Team
6
 * @version 1.5.0
7
 * @date 2018/02/23
8
 *
9
 * @language Hebrew
10
 * @package modx
11
 * @subpackage installer
12
 *
13
 * Please commit your language changes on Transifex (https://www.transifex.com/projects/p/modx-evolution/) or on GitHub (https://github.com/modxcms/evolution).
14
 */
15
$_lang["agree_to_terms"] = 'Agree to the License Terms and Install';
16
$_lang["alert_database_test_connection"] = 'You need to create your database or test the selection of your database!';
17
$_lang["alert_database_test_connection_failed"] = 'The test of your database selection has failed!';
18
$_lang["alert_enter_adminconfirm"] = 'The administrator password and the confirmation don\'t match!';
19
$_lang["alert_enter_adminlogin"] = 'You need to enter a username for the system admin account!';
20
$_lang["alert_enter_adminpassword"] = 'You need to enter a password for the system admin account!';
21
$_lang["alert_enter_database_name"] = 'You need to enter a value for database name!';
22
$_lang["alert_enter_host"] = 'You need to enter a value for database host!';
23
$_lang["alert_enter_login"] = 'You need to enter your database login name!';
24
$_lang["alert_server_test_connection"] = 'You need to test your server connection!';
25
$_lang["alert_server_test_connection_failed"] = 'The test of your server connection has failed!';
26
$_lang["alert_table_prefixes"] = 'Table prefixes must start with a letter!';
27
$_lang["all"] = 'הכל';
28
$_lang["and_try_again"] = ', and try again. If you need help figuring out how to fix the problem';
29
$_lang["and_try_again_plural"] = ', and try again. If you need help figuring out how to fix the problems';
30
$_lang["begin"] = 'התחל';
31
$_lang["btnback_value"] = 'חזרה';
32
$_lang["btnclose_value"] = 'סגור';
33
$_lang["btnnext_value"] = 'הבא';
34
$_lang["cant_write_config_file"] = 'MODX couldn\'t write the config file. Please copy the following into the file ';
35
$_lang["cant_write_config_file_note"] = 'Once that\'s been done, you can log into MODX Admin by pointing your browser at YourSiteName.com/[+MGR_DIR+]/.';
36
$_lang["checkbox_select_options"] = 'אפשרויות שדה סימון:';
37
$_lang["checking_if_cache_exist"] = 'Checking if <span class="mono">/assets/cache</span> and <span class="mono">/assets/cache/rss</span> directories exist: ';
38
$_lang["checking_if_cache_file_writable"] = 'Checking if <span class="mono">/assets/cache/siteCache.idx.php</span> file is writable: ';
39
$_lang["checking_if_cache_file2_writable"] = 'Checking if <span class="mono">/assets/cache/sitePublishing.idx.php</span> file is writable: ';
40
$_lang["checking_if_cache_writable"] = 'Checking if <span class="mono">/assets/cache</span> and <span class="mono">/assets/cache/rss</span> directories are writable: ';
41
$_lang["checking_if_config_exist_and_writable"] = 'Checking if <span class="mono">/[+MGR_DIR+]/includes/config.inc.php</span> exists and is writable: ';
42
$_lang["checking_if_export_exists"] = 'Checking if <span class="mono">/assets/export</span> directory exists: ';
43
$_lang["checking_if_export_writable"] = 'Checking if <span class="mono">/assets/export</span> directory is writable: ';
44
$_lang["checking_if_images_exist"] = 'Checking if <span class="mono">/assets/images</span>, <span class="mono">/assets/files</span>,  <span class="mono">/assets/backup</span> and <span class="mono">/assets/.thumbs</span> directories exists: ';
45
$_lang["checking_if_images_writable"] = 'Checking if <span class="mono">/assets/images</span>, <span class="mono">/assets/files</span>,  <span class="mono">/assets/backup</span> and <span class="mono">/assets/.thumbs</span> directories are writable: ';
46
$_lang["checking_mysql_strict_mode"] = 'Checking MySQL for strict sql_mode: ';
47
$_lang["checking_mysql_version"] = 'Checking MySQL version: ';
48
$_lang["checking_php_version"] = 'Checking PHP version: ';
49
$_lang["checking_registerglobals"] = 'Checking if Register_Globals is off: ';
50
$_lang["checking_registerglobals_note"] = 'This configuration makes your site much more susceptible to Cross Site Scripting (XSS) attacks. You should speak to your host about disabling this setting, usually by one of three ways: modifying the global php.ini file, adding rules to a .htaccess file in the root of your MODX install, or adding custom php.ini override files in every directory on your install (and there\'s a lot of them). You will still be able to install MODX, but consider yourself warned.';
51
$_lang["checking_sessions"] = 'Checking if sessions are properly configured: ';
52
$_lang["checking_table_prefix"] = 'Checking table prefix `';
53
$_lang["choose_language"] = 'בחר שפה';
54
$_lang["chunks"] = 'מיני תבניות';
55
$_lang["config_permissions_note"] = 'For new Linux/Unix installs, please create a blank file named <span class="mono">config.inc.php</span> in the <span class="mono">/[+MGR_DIR+]/includes/</span> directory with file permissions set to 0666.';
56
$_lang["connection_screen_collation"] = 'אוסף נתונים:';
57
$_lang["connection_screen_connection_method"] = 'שיטת התחברות:';
58
$_lang["connection_screen_database_connection_information"] = 'מידע אודות מסד הנתונים';
59
$_lang["connection_screen_database_connection_note"] = 'נא להזין את שם מסד הנתונים שנוצר עבור MODX. אם אין עדיין מסד נתונים, תוכנת ההתקנה תנסה ליצור מסד נתונים עבורך. תהליך זה עלול להיכשל בהתאם לתצורת MySQL   או הרשאות משתמש עבור שם המתחם /התקנה.';
60
$_lang["connection_screen_database_host"] = 'שרת מסד הנתונים:';
61
$_lang["connection_screen_database_info"] = 'Database Information';
62
$_lang["connection_screen_database_login"] = 'שם התחברות למסד הנתונים:';
63
$_lang["connection_screen_database_name"] = 'שם מסד הנתונים:';
64
$_lang["connection_screen_database_pass"] = 'סיסמת מסד הנתונים:';
65
$_lang["connection_screen_database_test_connection"] = 'לחץ כאן כדי ליצור את מסד הנתונים או כדי לבדוק את הבחירה של מסד הנתונים';
66
$_lang["connection_screen_default_admin_email"] = 'דואל מנהל המערכת:';
67
$_lang["connection_screen_default_admin_login"] = 'שם משתמש למנהל המערכת:';
68
$_lang["connection_screen_default_admin_note"] = 'עכשיו תצטרך להזין מספר פרטים של חשבון המנהל הראשי. אתה יכול למלא את השם כאן, וסיסמה שלא סביר שתשכח. תצטרך פרטים אלו להתחברות למערכת הניהול לאחר סיום ההתקנה.';
69
$_lang["connection_screen_default_admin_password"] = 'סיסמת מנהל המערכת:';
70
$_lang["connection_screen_default_admin_password_confirm"] = 'אימות סיסמא:';
71
$_lang["connection_screen_default_admin_user"] = 'ברירת מחדל משתמש מנהל מערכת';
72
$_lang["connection_screen_defaults"] = 'Default Manager Settings';
73
$_lang["connection_screen_server_connection_information"] = 'חיבור לשרת ופרטי התחברות';
74
$_lang["connection_screen_server_connection_note"] = 'נא להזין את שם השרת, שם המשתמש שלך ואת הסיסמה שלך ולאחר מכן לבדוק את ההתחברות לשרת.';
75
$_lang["connection_screen_server_test_connection"] = 'לחץ כאן כדי לבדוק את השרת ולקבל את אוספי התווים הזמינים';
76
$_lang["connection_screen_table_prefix"] = 'קידומת טבלה:';
77
$_lang["creating_database_connection"] = 'יוצר חיבור למסד הנתונים: ';
78
$_lang["database_alerts"] = 'התראות מסד הנתונים!';
79
$_lang["database_connection_failed"] = 'התחברות למסד הנתונים נכשלה!';
80
$_lang["database_connection_failed_note"] = 'אנא בדוק את פרטי ההתחברות למסד הנתונים ונסה שוב.';
81
$_lang["database_use_failed"] = 'מסד הנתונים לא ניתן לבחירה!';
82
$_lang["database_use_failed_note"] = 'Please check the database permissions for the specified user and try again.';
83
$_lang["default_language"] = 'Default Manager Language';
84
$_lang["default_language_description"] = 'This is the default language that will be used in the MODX Manager back end control panel.';
85
$_lang["depedency_create"] = 'Depedency created';
86
$_lang["depedency_update"] = 'Depedency updated';
87
$_lang["during_execution_of_sql"] = ' during the execution of SQL statement ';
88
$_lang["encoding"] = 'UTF-8';
89
$_lang["error"] = 'שגיאה';
90
$_lang["errors"] = 'שגיאות';
91
$_lang["failed"] = 'נכשל!';
92
$_lang["guid_set"] = 'GUID set';
93
$_lang["help"] = 'Help!';
94
$_lang["help_link"] = 'http://forums.modx.com/';
95
$_lang["help_title"] = 'Installation assistance in the MODX forums';
96
$_lang["iagree_box"] = 'אני מסכים לתנאים שהוצגו ברשיון זה.';
97
$_lang["install"] = 'התקן';
98
$_lang["install_overwrite"] = 'התקנה/דריסה';
99
$_lang["install_results"] = 'תוצאות התקנה';
100
$_lang["install_update"] = 'התקנה/עדכון';
101
$_lang["installation_error_occured"] = 'השגיאות הבאות התגלו במהלך ההתקנה';
102
$_lang["installation_install_new_copy"] = 'התקנת עותק חדש של ';
103
$_lang["installation_install_new_note"] = 'שים לב, אפשרות זו עלולה להחליף את כל הנתונים בתוך מסד הנתונים.';
104
$_lang["installation_mode"] = 'מצב התקנה';
105
$_lang["installation_new_installation"] = 'התקנה חדשה';
106
$_lang["installation_note"] = '<strong>הערה:</strong> לאחר ההתחברות הראשונית למערכת הניהול עליך לעדכן את הגדרות האתר.';
107
$_lang["installation_successful"] = 'ההתקנה בוצעה בהצלחה!';
108
$_lang["installation_upgrade_advanced"] = 'שדרוג התקנה קיימת מתקדמת<br /><small>(עריכת הגדרות מסד נתונים)</small>';
109
$_lang["installation_upgrade_advanced_note"] = 'עבור מנהלים מתקדמים או לעוברים לשרתים אחרים בעלי נתוני חיבור שונים. <b> מצריך פרטים אודות שם מסד הנתונים, שם משתמש, סיסמה ופרטי התחברות מלאים.</b>';
110
$_lang["installation_upgrade_existing"] = 'שדרוג התקנה קיימת';
111
$_lang["installation_upgrade_existing_note"] = 'שדרוג קבצים ומסד נתונים נוכחים.';
112
$_lang["installed"] = 'הותקן';
113
$_lang["installing_demo_site"] = 'התקנת אתר דוגמא: ';
114
$_lang["language_code"] = 'he';
115
$_lang["loading"] = 'טוען...';
116
$_lang["modules"] = 'מודולים';
117
$_lang["modx_footer1"] = '&copy; 2005-[+current_year+] the <a href="http://modx.com/" target="_blank" style="color: green; text-decoration:underline">MODX</a> Content Management Framework (CMF) project. All rights reserved. MODX is licensed under the GNU GPL.';
118
$_lang["modx_footer2"] = 'MODX is free software.  We encourage you to be creative and make use of MODX in any way you see fit. Just make sure that if you do make changes and decide to redistribute your modified MODX, that you keep the source code free!';
119
$_lang["modx_install"] = 'MODX &raquo; Install';
120
$_lang["modx_requires_php"] = ', and MODX requires PHP [+min_version+] or later';
121
$_lang["mysql_5051"] = ' MySQL server version is 5.0.51!';
122
$_lang["mysql_5051_warning"] = 'There are known issues with MySQL 5.0.51. It is recommended that you upgrade before continuing.';
123
$_lang["mysql_version_is"] = ' Your MySQL version is: ';
124
$_lang["no"] = 'No';
125
$_lang["none"] = 'ללא';
126
$_lang["not_found"] = 'לא נמצא';
127
$_lang["ok"] = 'תקין!';
128
$_lang["optional_items"] = 'פריטים אופצוינאלים';
129
$_lang["optional_items_note"] = 'אנא בחר את אפשרויות ההתקנה שלך ולחץ על התקן:';
130
$_lang["php_security_notice"] = '<legend>Security notice</legend><p>While MODX will work on your PHP version, usage of MODX on this version is not recommended. Your version of PHP is vulnerable to numerous security holes. Please upgrade to PHP version is 4.3.8 or higher, which patches these holes. It is recommended you upgrade to this version for the security of your own website.</p>';
131
$_lang["please_correct_error"] = '. Please correct the error';
132
$_lang["please_correct_errors"] = '. Please correct the errors';
133
$_lang["plugins"] = 'התקנים';
134
$_lang["preinstall_validation"] = 'אימות לפני התקנה';
135
$_lang["recommend_setting_change_title"] = 'Recommended Setting Change';
136
$_lang["recommend_setting_change_validate_referer_confirmation"] = 'Setting change: <em>Validate HTTP_REFERER headers?</em>';
137
$_lang["recommend_setting_change_validate_referer_description"] = 'Your site is not configured to validate the HTTP_REFERER of incoming requests to the Manager. We strongly recommend enabling this setting to reduce the risk of a CSRF (Cross Site Request Forgery) attack.';
138
$_lang["remove_install_folder_auto"] = 'מחק את תיקיית התתקנה מהאתר <br />&nbsp;(פעולה זו מצריכה הרשאת מחיקה).';
139
$_lang["remove_install_folder_manual"] = 'אנא זכור להסיר את &quot;<b>תקיית ההתקנה</b>&quot; לפני כניסתך למערכת הניהול.';
140
$_lang["retry"] = 'נסה שוב';
141
$_lang["running_database_updates"] = 'Running database updates: ';
142
$_lang["sample_web_site"] = 'אתר אינטרנט לדוגמא';
143
$_lang["sample_web_site_note"] = 'יש לקחת בחשבון כי פעולה זו <b style=\"color:#CC0000\">דורסת</b> מסמכים ומשאבים קיימים.';
144
$_lang["session_problem"] = 'A problem was detected with your server sessions. Please consult your server admin to correct this problem.';
145
$_lang["session_problem_try_again"] = 'Try again?';
146
$_lang["setup_cannot_continue"] = 'Unfortunately, Setup cannot continue at the moment, due to the above ';
147
$_lang["setup_couldnt_install"] = 'MODX setup couldn\'t install/alter some tables inside the selected database.';
148
$_lang["setup_database"] = 'מערכת ההתקנה תנסה כעת להתקין את מסד הנתונים:<br />';
149
$_lang["setup_database_create_connection"] = 'Creating connection to the database: ';
150
$_lang["setup_database_create_connection_failed"] = 'Database connection failed!';
151
$_lang["setup_database_create_connection_failed_note"] = 'Please check the database login details and try again.';
152
$_lang["setup_database_creating_tables"] = 'יצירת טבלאות מסד נתונים: ';
153
$_lang["setup_database_creation"] = 'יצירת מסד נתונים `';
154
$_lang["setup_database_creation_failed"] = 'יצירת מסד נתונים נכשלה!';
155
$_lang["setup_database_creation_failed_note"] = ' - Setup could not create the database!';
156
$_lang["setup_database_creation_failed_note2"] = 'Setup could not create the database, and no existing database with the same name was found. It is likely that your hosting provider\'s security does not allow external scripts to create a database. Please create a database according to your hosting provider\'s procedure, and run Setup again.';
157
$_lang["setup_database_selection"] = 'בחירת מסד נתונים `';
158
$_lang["setup_database_selection_failed"] = 'בחירת מסד נתונים נכשלה...';
159
$_lang["setup_database_selection_failed_note"] = 'The database does not exist. Setup will attempt to create it.';
160
$_lang["snippets"] = 'קטעי קוד';
161
$_lang["some_tables_not_updated"] = 'Some tables were not updated. This might be due to previous modifications.';
162
$_lang["status_checking_database"] = 'בודק מסד נתונים: ';
163
$_lang["status_connecting"] = 'חיבור לשרת: ';
164
$_lang["status_failed"] = 'נכשל!';
165
$_lang["status_failed_could_not_create_database"] = 'נכשל - לא ניתן ליצור את מסד הנתונים';
166
$_lang["status_failed_database_collation_does_not_match"] = 'נכשל - אוסף הנתונים לא תואם; השתמש ב SET NAMES או בחר %s';
167
$_lang["status_failed_table_prefix_already_in_use"] = 'failed - table prefix already in use!';
168
$_lang['status_failed_mysqli'] = 'error - mysqli extension for PHP is not installed!';
169
$_lang["status_passed"] = 'עבר - מסד נתונים נבחר';
170
$_lang["status_passed_database_created"] = 'עבר - יצירת מסד נתונים';
171
$_lang["status_passed_server"] = 'עבר - אוסף נתונים זמין';
172
$_lang["strict_mode"] = ' MySQL server strict sql_mode is enabled!';
173
$_lang["strict_mode_error"] = 'Certain features of MODX may not work properly unless the STRICT_TRANS_TABLES sql_mode is disabled. You can set the MySQL mode by editing the my.cnf file or contact your server administrator.';
174
$_lang["summary_setup_check"] = 'מערכת ההתקנה ביצעה מספר בדיקות על מנת לודא כי ניתן להמשיך בהתקנה.';
175
$_lang["system_configuration"] = 'System Configuration';
176
$_lang["system_configuration_validate_referer_description"] = 'The <strong>Validate HTTP_REFERER headers</strong> setting is recommended and can protect your site from CSRF attacks, but in some server configurations, can make your manager inaccessible.';
177
$_lang["table_prefix_already_inuse"] = ' - Table prefix is already in use in this database!';
178
$_lang["table_prefix_already_inuse_note"] = 'Setup couldn\'t install into the selected database, as it already contains tables with the prefix you specified. Please choose a new table prefix, and run Setup again.';
179
$_lang["table_prefix_not_exist"] = ' - Table prefix does not exist in this database!';
180
$_lang["table_prefix_not_exist_note"] = 'Setup couldn\'t install into the selected database, as it does not contain existing tables with the prefix you specified to be upgraded. Please choose an existing table prefix, and run Setup again.';
181
$_lang["templates"] = 'תבניות עיצוב';
182
$_lang["to_log_into_content_manager"] = 'על מנת להתחבר למערכת הניהול ([+MGR_DIR+]/index.php) ניתן ללחוץ על כפתור `סגור`.';
183
$_lang["toggle"] = 'בחירה הפוכה';
184
$_lang['tvs'] = 'Template Variables';
185
$_lang["unable_install_chunk"] = 'Unable to install chunk.  File';
186
$_lang["unable_install_module"] = 'Unable to install module.  File';
187
$_lang["unable_install_plugin"] = 'Unable to install plugin.  File';
188
$_lang["unable_install_snippet"] = 'Unable to install snippet.  File';
189
$_lang["unable_install_template"] = 'Unable to install template.  File';
190
$_lang["upgrade_note"] = '<strong>הערה:</strong> לפני גלישה באתר יש להכנס למערכת הניהול לבדוק את ההגדרות ולשמור אותן.';
191
$_lang["upgraded"] = 'שודרג';
192
$_lang["validate_referer_title"] = 'Validate HTTP_REFERER headers?';
193
$_lang["visit_forum"] = ', בקרו ב <a href="http://forums.modx.com/index.php/board,360.0.html" target="_blank">פורומים בעברית</a>.';
194
$_lang["warning"] = 'אזהרה!';
195
$_lang["welcome_message_start"] = 'First, choose the type of installation to perform:';
196
$_lang["welcome_message_text"] = 'תוכנה זו תלווה אתכם בהמשך תהליך ההתקנה.';
197
$_lang["welcome_message_welcome"] = 'ברוכים הבאים להתקנת MODX.';
198
$_lang["writing_config_file"] = 'יוצר קובץ הגדרות: ';
199
$_lang["yes"] = 'Yes';
200
$_lang["you_running_php"] = ' - אתה רץ על PHP ';
201
?>
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...