PluginProbe
WebTotem Security / 2.4.31
WebTotem Security v2.4.31
3.0.1 3.0.0 trunk 1.0 1.1 1.2 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.1 2.2.2 2.2.3 2.2.4 All 109 releases
wt-security / src / Strings.php

Strings.php in WebTotem Security 2.4.31, at src/Strings.php

505 lines 18.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Code associated with translation strings in twig templates
4 */
5
6 if (!defined('WEBTOTEM_INIT') || WEBTOTEM_INIT !== true) {
7 if (!headers_sent()) {
8 header('HTTP/1.1 403 Forbidden');
9 }
10 die('Protected By WebTotem!');
11 }
12
13 // common strings
14 __('No data', 'wtotem');
15 __('Has no action ready yet', 'wtotem');
16 __('Show more', 'wtotem');
17 __('Load more', 'wtotem');
18
19 // activation.html.twig
20 __('Activate the plugin', 'wtotem');
21 __('Welcome friend!', 'wtotem');
22 __('Sign in to continue to WebTotem', 'wtotem');
23 __('API-KEY code', 'wtotem');
24 __('ACTIVATE', 'wtotem');
25 __('You can receive the keys in your personal account <a>cabinet</a>', 'wtotem');
26 __('or read the activation <a>manual</a>', 'wtotem');
27
28 // agents.html.twig
29 __('Agent manager installation', 'wtotem');
30
31 // agents_installation.html.twig
32 __('Install', 'wtotem');
33 __('Installed', 'wtotem');
34 __('Installing', 'wtotem');
35 __('Reinstall agents', 'wtotem');
36 __('Failed to install', 'wtotem');
37 __('Failed to install Agent Manager', 'wtotem');
38
39 // allow_deny_list.html.twig
40 __('IP Address', 'wtotem');
41 __('Date added', 'wtotem');
42 __('Actions', 'wtotem');
43 __('No IP address here', 'wtotem');
44 __('Remove', 'wtotem');
45
46 // allow_url_list.html.twig
47 __('URL address', 'wtotem');
48 __('No URL address here', 'wtotem');
49
50 // antivirus_logs.html.twig
51 __('Permissions or access rights has been modified', 'wtotem');
52 __('Move to quarantine', 'wtotem');
53
54 // antivirus.html.twig
55 __('Last scan', 'wtotem');
56 __('File', 'wtotem');
57 __('Permission', 'wtotem');
58 __('Shows permissions or access rights configurations.', 'wtotem');
59 __('Time', 'wtotem');
60 __('Status', 'wtotem');
61 __('Need more support', 'wtotem');
62 __('Let\'s talk!', 'wtotem');
63
64 //antivirus_filter_form.html.twig
65 __('Scanned files', 'wtotem');
66 __('Changed files', 'wtotem');
67 __('Deleted files', 'wtotem');
68 __('Infected files', 'wtotem');
69 __('New files', 'wtotem');
70 __('Permissions changed', 'wtotem');
71 __('Download', 'wtotem');
72 __('Rescan', 'wtotem');
73
74
75 // attacks_map.html.twig
76 __('Country', 'wtotem');
77 __('Attack map', 'wtotem');
78
79 // dots_loader.html.twig
80 __('Please wait', 'wtotem');
81 __('We are still crawling your site', 'wtotem');
82
83 //chart_periods.html.twig
84 __('Yearly', 'wtotem');
85 __('Monthly', 'wtotem');
86 __('Weekly', 'wtotem');
87 __('Daily', 'wtotem');
88
89 // firewall.html.twig
90 __('Type/IP', 'wtotem');
91 __('Attack location', 'wtotem');
92 __('Report', 'wtotem');
93 __('Hostname', 'wtotem');
94 __('Source', 'wtotem');
95 __('Request', 'wtotem');
96 __('User agent', 'wtotem');
97 __('Time', 'wtotem');
98 __('Type', 'wtotem');
99 __('Category', 'wtotem');
100 __('Country', 'wtotem');
101 __('Payload', 'wtotem');
102
103 // firewall_stats.html.twig
104 __('Firewall needs up to 2 days to finish training', 'wtotem');
105 __('Suspicious events', 'wtotem');
106 __('Blocked', 'wtotem');
107 __('Low risk', 'wtotem');
108 __('Attack from', 'wtotem');
109 __('Pending', 'wtotem');
110 __('Suspicious event - any event, either blocked or non blocked because of being low risk, with a sign of a malicious request.', 'wtotem');
111 __('Blocked - a suspicious event, found to be critical enough to get blocked.', 'wtotem');
112 __('Low risk - a suspicious event with a feature of a malicious request yet not critical enough to get blocked.', 'wtotem');
113
114 // footer.html.twig
115 __('Your best friend in cybersecurity world', 'wtotem');
116 __('All rights reserved', 'wtotem');
117 __('How would you rate our product?', 'wtotem');
118 __('What disappointed or displeased you?', 'wtotem');
119 __('Additional feedback', 'wtotem');
120 __('If you have any additional feedback, please type it in here...', 'wtotem');
121 __('Submit feedback', 'wtotem');
122
123 // error.html.twig
124 __('Go to the cabinet', 'wtotem');
125
126 // help.html.twig
127 __('Help center', 'wtotem');
128 __('General information', 'wtotem');
129 __('Our tools', 'wtotem');
130 __('Description of statuses', 'wtotem');
131 __('Instructions', 'wtotem');
132 __('Documentation', 'wtotem');
133
134 // ignore_ports.html.twig
135 __('Port', 'wtotem');
136
137 // layout.html.twig
138 __('Dashboard', 'wtotem');
139 __('Firewall', 'wtotem');
140 __('Antivirus', 'wtotem');
141 __('Settings', 'wtotem');
142 __('Reports', 'wtotem');
143 __('Help', 'wtotem');
144
145 // monitoring.html.twig
146 __('SSL module', 'wtotem');
147 __('Displays the status of the SSL Certificate.', 'wtotem');
148 __('Days left', 'wtotem');
149 __('Issue date', 'wtotem');
150 __('Expiry date', 'wtotem');
151 __('Availability module', 'wtotem');
152 __('Performance', 'wtotem');
153 __('Response time', 'wtotem');
154 __('Downtime', 'wtotem');
155 __('Last test', 'wtotem');
156 __('Reputation module', 'wtotem');
157 __('Checks website entries in 60+ blacklisting authorities.', 'wtotem');
158 __('Deny lists entries', 'wtotem');
159 __('Check the performance of your site every minute. Stay informed about the problems of accessibility of the site.', 'wtotem');
160 __('Presence of the site', 'wtotem');
161 __('Redirect', 'wtotem');
162 __('IP address', 'wtotem');
163 __('Site protection', 'wtotem');
164 __('Check time', 'wtotem');
165 __('Cert name', 'wtotem');
166
167 // open_paths_page.html.twig
168 __('Open paths detected', 'wtotem');
169 __('paths', 'wtotem');
170
171 // popup.html.twig
172 __('Continue', 'wtotem');
173 __('Cancel', 'wtotem');
174 __('Are you sure?', 'wtotem');
175
176 // ports_form.html.twig
177 __('Port scanner deny list', 'wtotem');
178 __('Open ports', 'wtotem');
179 __('Type port number', 'wtotem');
180 __('Technology', 'wtotem');
181 __('Add to ignore list', 'wtotem');
182 __('Ports list', 'wtotem');
183 __('Ignored ports', 'wtotem');
184
185 // quarantine.html.twig
186 __('Quarantine', 'wtotem');
187 __('Files in quarantine', 'wtotem');
188 __('Date', 'wtotem');
189
190 // quarantine_logs.html.twig
191 __('Restore file', 'wtotem');
192
193 // reports.html.twig
194 __('Generate report', 'wtotem');
195 __('Generate new report', 'wtotem');
196 __('Report data', 'wtotem');
197 __('Generated time', 'wtotem');
198 __('Type', 'wtotem');
199 __('Modules', 'wtotem');
200
201 // reports_form.html.twig
202 __('Report settings', 'wtotem');
203 __('Select report period', 'wtotem');
204 _n( '%s month','%s months', 1, 'wtotem' );
205 __('year', 'wtotem');
206 __('Select Date', 'wtotem');
207 __('Date from', 'wtotem');
208 __('Date to', 'wtotem');
209 __('Choose modules', 'wtotem');
210 __('Availability', 'wtotem');
211 __('Ports', 'wtotem');
212 __('Scoring', 'wtotem');
213 __('Close', 'wtotem');
214
215 // scanning.html.twig
216 __('Port scanner', 'wtotem');
217 __('Detects open ports on the server. Potentially, open ports can be dangerous and used by hackers.', 'wtotem');
218 __('Deface scanner', 'wtotem');
219 __('Tracks the possible hacker attack with the main page substitution.', 'wtotem');
220 __('Found words', 'wtotem');
221 __('Disc usage', 'wtotem');
222 __('Shows the Disc load and its accessible memory.', 'wtotem');
223 __('Total', 'wtotem');
224 __('Use', 'wtotem');
225 __('Free', 'wtotem');
226 __('Need more support?', 'wtotem');
227 __('Open ports', 'wtotem');
228 __('More', 'wtotem');
229 __('Everything is ok', 'wtotem');
230 __('No open ports found', 'wtotem');
231 __('No open path found', 'wtotem');
232 __('Open paths', 'wtotem');
233 __('Display potentially dangerous open paths', 'wtotem');
234 __('Last test', 'wtotem');
235 __('Status', 'wtotem');
236 __('ForceCheck', 'wtotem');
237
238 //scan_logs_cve.html.twig
239
240 __('Version', 'wtotem');
241
242 // score.html.twig
243 __('Overall Security Grade', 'wtotem');
244 __('Scoring module', 'wtotem');
245 __('Assesses overall site security, identifies vulnerabilities, misconfigurations, and data leak, as well as gives recommendations for their elimination.', 'wtotem');
246 __('Your security grade is higher than %s of the companies in your industry.','wtotem');
247 __('Tested on:', 'wtotem');
248 __('Server Ip:', 'wtotem');
249 __('Location:', 'wtotem');
250 __('Full scoring', 'wtotem');
251
252 // server_status_cpu.html.twig
253 __('CPU Load average', 'wtotem');
254 __('Shows the CPU load', 'wtotem');
255
256 // server_status_ram.html.twig
257 __('Random access memory', 'wtotem');
258 __('RAM', 'wtotem');
259 __('Shows the RAM load', 'wtotem');
260
261 // settings_form.html.twig
262 __('Module settings', 'wtotem');
263 __('If you do not need any module, then you can disable it', 'wtotem');
264 __('Server status', 'wtotem');
265 __('Availability/SSL', 'wtotem');
266 __('Deface', 'wtotem');
267 __('Reputation', 'wtotem');
268 __('Technologies', 'wtotem');
269 __('IP lists configuration', 'wtotem');
270 __('Firewall configuration', 'wtotem');
271 __('Allow list', 'wtotem');
272 __('Deny list', 'wtotem');
273 __('URL Allow list', 'wtotem');
274 __('Type IPv4 or IPv6 address or a mask (104.122.249.38 or 104.122.*.*)', 'wtotem');
275 __('Add IP', 'wtotem');
276 __('Multi-adding IP', 'wtotem');
277 __('Add URL', 'wtotem');
278 __('Agent installation', 'wtotem');
279 __('If you have any problems with our agent, we advise you to reinstall it', 'wtotem');
280 __('API-key change', 'wtotem');
281 __('DoS limits', 'wtotem');
282 __('Limits the number of requests per minute from an IP address.', 'wtotem');
283 __('Login attempts', 'wtotem');
284 __('Limits the number of login attempts per minute.', 'wtotem');
285 __('DoS limits (requests per minute)', 'wtotem');
286 __('Save settings', 'wtotem');
287 __('Incorrect IP addresses', 'wtotem');
288 __('IP addresses success added', 'wtotem');
289 __('How to use?', 'wtotem');
290 __('Example:', 'wtotem');
291 __('Add IP list', 'wtotem');
292 __('Notifications', 'wtotem');
293 __('Send me notifications on e-mail', 'wtotem');
294 __('This option protects you from hackers detected on other websites connected to our global defence network.','wtotem');
295 __('If you want to add several IP addresses at once, you can add the address separated by commas.','wtotem');
296 __('Two-Factor Authentication','wtotem');
297 __('Deactivate 2FA','wtotem');
298 __('Activate 2FA','wtotem');
299 __('Enable Two-factor authorization','wtotem');
300 __('1. Scan Code or Enter Key','wtotem');
301 __('Scan the code below with your mobile app to add this account. Some authenticator apps also allow you to type in the text version instead.','wtotem');
302 __('2. Enter Code from mobile app','wtotem');
303 __('Use one of these codes to log in if you lose access to your authenticator device.','wtotem');
304 __('Enter the code from your mobile app below to verify and activate two-factor authentication for this account','wtotem');
305 __('Enable reCAPTCHA','wtotem');
306 __('Enable reCAPTCHA on login pages','wtotem');
307 __('Authorization attempts','wtotem');
308 __('The number of login and password reset attempts on the login page','wtotem');
309 __('Login attempt counter','wtotem');
310 __('Password reset attempt counter','wtotem');
311 __('Number of attempts (per minute)','wtotem');
312 __('Set limits','wtotem');
313 __('Minutes of ban','wtotem');
314 __('Select interval','wtotem');
315 __('minutes','wtotem');
316 __('hour','wtotem');
317 __('hours','wtotem');
318 __('Other options','wtotem');
319 __('Hide WP version','wtotem');
320 __('Two-factor authentication is currently active on your account. You may deactivate it by clicking the button below','wtotem');
321 __('Makes two-factor authorization available to all users of the site','wtotem');
322 __('Enables two-factor authorization for the current user','wtotem');
323 __('Scan QR','wtotem');
324 __('Enter key','wtotem');
325 __('Enter the code','wtotem');
326 __('This Login attempts function belongs to the WAF agent itself. It is replaced with the "Authorization attempts limit" integration for WordPress. You can access it below in the setting.','wtotem');
327 __('The reCAPTCHA module integrates with the Google API and is used to protect the site from spam and abuse, distinguishing between automatic and human actions. This module helps to prevent automatic registrations, comments and other unwanted activity on the site.', 'wtotem');
328 __('More information about Google reCAPTCHA can be found at this <a>link</a>', 'wtotem');
329 __('This authorization attempts module for Wordpress is an extended version, we recommend using it instead of the external version.', 'wtotem');
330 __('Disable user enumeration', 'wtotem');
331
332 // country_blocking_modal.html.twig
333 __('save','wtotem');
334 __('close','wtotem');
335 __('Block countries','wtotem');
336 __('Name of the country','wtotem');
337 __('Select all countries','wtotem');
338 __('Access blocked to','wtotem');
339 __('countries','wtotem');
340 __('Country blocking','wtotem');
341 __('Block countries you want to limit access to your website.','wtotem');
342 __('Attack from','wtotem');
343 __('countries blocked from','wtotem');
344 __('Select all','wtotem');
345
346 // User profile
347 __('WebTotem two-factor protection','wtotem');
348 __('Edit 2FA Settings','wtotem');
349 __('Disactivate 2FA','wtotem');
350
351 // waf_filter_form.html.twig
352 __('Blocked', 'wtotem');
353
354 // multisite.html.twig
355 __('Services status', 'wtotem');
356 __('Site name', 'wtotem');
357 __('Report page', 'wtotem');
358 __('All stats', 'wtotem');
359
360 // multisite.html.twig
361 __('Try reinstalling the agents or changing the API key', 'wtotem');
362 __('Data access error', 'wtotem');
363
364 // scan_logs.html.twig
365 __('Start scanning', 'wtotem');
366 __('Scan is running', 'wtotem');
367 __('Refresh', 'wtotem');
368 __('Refreshing', 'wtotem');
369 __('Automatic scanning every 24 hours', 'wtotem');
370 __('Until the next automatic scan', 'wtotem');
371 __('Scans', 'wtotem');
372 __('Confidential files', 'wtotem');
373 __('In this section you can find information about confidential files. These are files that may contain sensitive data. As well as a list of found links, scripts and frames on the site pages.', 'wtotem');
374 __('Audit logs', 'wtotem');
375 __('Log of user actions in the admin panel.', 'wtotem');
376 __('Links', 'wtotem');
377 __('Scripts', 'wtotem');
378 __('iFrames', 'wtotem');
379 __('Time', 'wtotem');
380 __('User', 'wtotem');
381 __('Event', 'wtotem');
382 __('All', 'wtotem');
383 __('User authentication succeeded', 'wtotem');
384 __('User authentication failed', 'wtotem');
385 __('User account created', 'wtotem');
386 __('User account deleted', 'wtotem');
387 __('User account edited', 'wtotem');
388 __('Attempt to reset password', 'wtotem');
389 __('Password retrieval attempt', 'wtotem');
390 __('User added to website', 'wtotem');
391 __('User removed from website', 'wtotem');
392 __('WordPress updated', 'wtotem');
393 __('User account deleted', 'wtotem');
394 __('Bookmark link added', 'wtotem');
395 __('Bookmark link edited', 'wtotem');
396 __('Category created', 'wtotem');
397 __('Publication was published', 'wtotem');
398 __('Publication was updated', 'wtotem');
399 __('Post status has been changed', 'wtotem');
400 __('Post deleted', 'wtotem');
401 __('Post moved to trash', 'wtotem');
402 __('Media file added', 'wtotem');
403 __('Plugin activated', 'wtotem');
404 __('Plugin deactivated', 'wtotem');
405 __('Theme activated', 'wtotem');
406 __('Settings changed', 'wtotem');
407 __('Plugins deleted', 'wtotem');
408 __('Plugin editor used', 'wtotem');
409 __('Plugin installed', 'wtotem');
410 __('Plugins updated', 'wtotem');
411 __('Theme deleted', 'wtotem');
412 __('Theme editor used', 'wtotem');
413 __('Theme installed', 'wtotem');
414 __('Themes updated', 'wtotem');
415 __('Widget deleted', 'wtotem');
416 __('Widget added', 'wtotem');
417 __('There is nothing', 'wtotem');
418 __('Congratulations!<br>There\'s nothing here', 'wtotem');
419 __('Are you sure you want to delete the file?', 'wtotem');
420 __('Delete', 'wtotem');
421 __('Copy name', 'wtotem');
422 __('Copy path', 'wtotem');
423 __('Name copied', 'wtotem');
424 __('Path copied', 'wtotem');
425 __('Link', 'wtotem');
426 __('Script', 'wtotem');
427 __('iframe', 'wtotem');
428 __('Internal', 'wtotem');
429 __('External', 'wtotem');
430 __('Path', 'wtotem');
431 __('File name', 'wtotem');
432 __('Last modify', 'wtotem');
433 __('Size', 'wtotem');
434 __('This log shows confidential files that may contain sensitive data. These files require attention to prevent potential information leaks.', 'wtotem');
435 __('This log shows links that were found in files or on site pages. Check the legitimacy of the links, in case they were added without your knowledge, take appropriate measures to ensure the security of the site.', 'wtotem');
436 __('This log shows the scripts that were connected to the site. Check the legitimacy of the scripts, in case they were added without your knowledge, take appropriate measures to ensure the security of the site.', 'wtotem');
437 __('This log shows frames (iframes). These elements can embed external resources on the site, if they were added without your knowledge, take appropriate measures to ensure the security of the site.', 'wtotem');
438 __('This log shows known vulnerabilities corresponding to the versions of the plugins you have installed. These vulnerabilities may pose a threat to the security of the site. You can update the plugin to the latest version, uninstall the plugin, or use another solution.', 'wtotem');
439 __('The date the file was last edited', 'wtotem');
440 __('The path to the file relative to the root directory', 'wtotem');
441 __('Make sure that these links have been added by you, and take action if necessary.', 'wtotem');
442 __('Make sure that these scripts have been added by you, and take action if necessary.', 'wtotem');
443 __('Make sure that these iframes have been added by you, and take action if necessary.', 'wtotem');
444 __('The source or path to the file/page where this link was found', 'wtotem');
445 __('Link type: Internal, leads to the site pages. External, leads to external resources.', 'wtotem');
446 __('Vulnerabilities in plugins', 'wtotem');
447 __('The name of the file and the link to this file.', 'wtotem');
448 __('The CVE ID, as well as a link to detailed information about this CVE', 'wtotem');
449 __('Update', 'wtotem');
450 __('Updating', 'wtotem');
451
452 // prompt.html.twig
453 __('Continue deactivation', 'wtotem');
454 __('Go back to plugins', 'wtotem');
455
456 // antivirus_history.html.twig
457 __('Week', 'wtotem');
458 __('Month', 'wtotem');
459 __('Year', 'wtotem');
460 __('Scan', 'wtotem');
461 __('Start time', 'wtotem');
462 __('End time', 'wtotem');
463 __('Duration', 'wtotem');
464 __('Scanned', 'wtotem');
465 __('Infected', 'wtotem');
466 __('History', 'wtotem');
467
468 //antivirus_history_items.html.twig
469 __('Passed a full scan', 'wtotem');
470 __('Partial scan', 'wtotem');
471
472 //antivirus_logs.html.twig
473 __('Everything is okay', 'wtotem');
474 __('Infected files found', 'wtotem');
475 __('Scanning is partially completed', 'wtotem');
476
477 // antivirus_scan_status.html.twig
478 __('Scan process', 'wtotem');
479 __('Scanned', 'wtotem');
480 __('Scanning started at', 'wtotem');
481 __('The scan has not been launched yet', 'wtotem');
482 __('Force scan', 'wtotem');
483 __('Scan is running', 'wtotem');
484
485 // antivirus_stats.html.twig
486 __('Antivirus Log', 'wtotem');
487 __('View all', 'wtotem');
488 __('at', 'wtotem');
489 __('Antivirus Log', 'wtotem');
490 __('Scan history', 'wtotem');
491 __('Scanned', 'wtotem');
492 __('Infected Files', 'wtotem');
493
494 // quarantine.html.twig
495 __('Infected', 'wtotem');
496 __('Quarantine', 'wtotem');
497
498 // quarantine_logs.html.twig
499 __('Offset', 'wtotem');
500 __('Row', 'wtotem');
501 __('Description', 'wtotem');
502 __('No files in quarantine', 'wtotem');
503 __('No infected files found', 'wtotem');
504 __('They are most likely in quarantine', 'wtotem');
505