PluginProbe
WebTotem Security / 3.0.2
WebTotem Security v3.0.2
3.0.2 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 All 110 releases
wt-security / src / Strings.php

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

515 lines 18.5 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 __('Help', 'wtotem');
143
144 // monitoring.html.twig
145 __('SSL module', 'wtotem');
146 __('Displays the status of the SSL Certificate.', 'wtotem');
147 __('Days left', 'wtotem');
148 __('Issue date', 'wtotem');
149 __('Expiry date', 'wtotem');
150 __('Availability module', 'wtotem');
151 __('Performance', 'wtotem');
152 __('Response time', 'wtotem');
153 __('Downtime', 'wtotem');
154 __('Last test', 'wtotem');
155 __('Reputation module', 'wtotem');
156 __('Checks website entries in 60+ blacklisting authorities.', 'wtotem');
157 __('Deny lists entries', 'wtotem');
158 __('Check the performance of your site every minute. Stay informed about the problems of accessibility of the site.', 'wtotem');
159 __('Presence of the site', 'wtotem');
160 __('Redirect', 'wtotem');
161 __('IP address', 'wtotem');
162 __('Site protection', 'wtotem');
163 __('Check time', 'wtotem');
164 __('Cert name', 'wtotem');
165
166 // open_paths_page.html.twig
167 __('Open paths detected', 'wtotem');
168 __('paths', 'wtotem');
169
170 // popup.html.twig
171 __('Continue', 'wtotem');
172 __('Cancel', 'wtotem');
173 __('Are you sure?', 'wtotem');
174
175 // ports_form.html.twig
176 __('Port scanner deny list', 'wtotem');
177 __('Open ports', 'wtotem');
178 __('Type port number', 'wtotem');
179 __('Technology', 'wtotem');
180 __('Add to ignore list', 'wtotem');
181 __('Ports list', 'wtotem');
182 __('Ignored ports', 'wtotem');
183
184 // quarantine.html.twig
185 __('Quarantine', 'wtotem');
186 __('Files in quarantine', 'wtotem');
187 __('Date', 'wtotem');
188
189 // quarantine_logs.html.twig
190 __('Restore file', 'wtotem');
191
192 // reports.html.twig
193 __('Generate report', 'wtotem');
194 __('Generate new report', 'wtotem');
195 __('Report data', 'wtotem');
196 __('Generated time', 'wtotem');
197 __('Type', 'wtotem');
198 __('Modules', 'wtotem');
199
200 // reports_form.html.twig
201 __('Report settings', 'wtotem');
202 __('Select report period', 'wtotem');
203 _n( '%s month','%s months', 1, 'wtotem' );
204 __('year', 'wtotem');
205 __('Select Date', 'wtotem');
206 __('Date from', 'wtotem');
207 __('Date to', 'wtotem');
208 __('Choose modules', 'wtotem');
209 __('Availability', 'wtotem');
210 __('Ports', 'wtotem');
211 __('Scoring', 'wtotem');
212 __('Close', 'wtotem');
213
214 // scanning.html.twig
215 __('Port scanner', 'wtotem');
216 __('Detects open ports on the server. Potentially, open ports can be dangerous and used by hackers.', 'wtotem');
217 __('Deface scanner', 'wtotem');
218 __('Tracks the possible hacker attack with the main page substitution.', 'wtotem');
219 __('Found words', 'wtotem');
220 __('Disc usage', 'wtotem');
221 __('Shows the Disc load and its accessible memory.', 'wtotem');
222 __('Total', 'wtotem');
223 __('Use', 'wtotem');
224 __('Free', 'wtotem');
225 __('Need more support?', 'wtotem');
226 __('Open ports', 'wtotem');
227 __('More', 'wtotem');
228 __('Everything is ok', 'wtotem');
229 __('No open ports found', 'wtotem');
230 __('No open path found', 'wtotem');
231 __('Open paths', 'wtotem');
232 __('Display potentially dangerous open paths', 'wtotem');
233 __('Last test', 'wtotem');
234 __('Status', 'wtotem');
235 __('ForceCheck', 'wtotem');
236
237 //scan_logs_cve.html.twig
238
239 __('Version', 'wtotem');
240
241 // score.html.twig
242 __('Overall Security Grade', 'wtotem');
243 __('Scoring module', 'wtotem');
244 __('Assesses overall site security, identifies vulnerabilities, misconfigurations, and data leak, as well as gives recommendations for their elimination.', 'wtotem');
245 __('Your security grade is higher than %s of the companies in your industry.','wtotem');
246 __('Tested on:', 'wtotem');
247 __('Server Ip:', 'wtotem');
248 __('Location:', 'wtotem');
249 __('Full scoring', 'wtotem');
250
251 // server_status_cpu.html.twig
252 __('CPU Load average', 'wtotem');
253 __('Shows the CPU load', 'wtotem');
254
255 // server_status_ram.html.twig
256 __('Random access memory', 'wtotem');
257 __('RAM', 'wtotem');
258 __('Shows the RAM load', 'wtotem');
259
260 // settings_form.html.twig
261 __('Module settings', 'wtotem');
262 __('If you do not need any module, then you can disable it', 'wtotem');
263 __('Server status', 'wtotem');
264 __('Availability/SSL', 'wtotem');
265 __('Deface', 'wtotem');
266 __('Reputation', 'wtotem');
267 __('Technologies', 'wtotem');
268 __('IP lists configuration', 'wtotem');
269 __('Firewall configuration', 'wtotem');
270 __('Allow list', 'wtotem');
271 __('Deny list', 'wtotem');
272 __('URL Allow list', 'wtotem');
273 __('Type IPv4 or IPv6 address or a mask (104.122.249.38 or 104.122.*.*)', 'wtotem');
274 __('Add IP', 'wtotem');
275 __('Multi-adding IP', 'wtotem');
276 __('Add URL', 'wtotem');
277 __('Agent installation', 'wtotem');
278 __('If you have any problems with our agent, we advise you to reinstall it', 'wtotem');
279 __('API-key change', 'wtotem');
280 __('DoS limits', 'wtotem');
281 __('Limits the number of requests per minute from an IP address.', 'wtotem');
282 __('Login attempts', 'wtotem');
283 __('Limits the number of login attempts per minute.', 'wtotem');
284 __('DoS limits (requests per minute)', 'wtotem');
285 __('Save settings', 'wtotem');
286 __('Incorrect IP addresses', 'wtotem');
287 __('IP addresses success added', 'wtotem');
288 __('How to use?', 'wtotem');
289 __('Example:', 'wtotem');
290 __('Add IP list', 'wtotem');
291 __('Notifications', 'wtotem');
292 __('Send me notifications on e-mail', 'wtotem');
293 __('This option protects you from hackers detected on other websites connected to our global defence network.','wtotem');
294 __('If you want to add several IP addresses at once, you can add the address separated by commas.','wtotem');
295 __('Two-Factor Authentication','wtotem');
296 __('Deactivate 2FA','wtotem');
297 __('Activate 2FA','wtotem');
298 __('Enable Two-factor authorization','wtotem');
299 __('1. Scan Code or Enter Key','wtotem');
300 __('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');
301 __('2. Enter Code from mobile app','wtotem');
302 __('Use one of these codes to log in if you lose access to your authenticator device.','wtotem');
303 __('Enter the code from your mobile app below to verify and activate two-factor authentication for this account','wtotem');
304 __('Enable reCAPTCHA','wtotem');
305 __('Enable reCAPTCHA on login pages','wtotem');
306 __('Authorization attempts','wtotem');
307 __('The number of login and password reset attempts on the login page','wtotem');
308 __('Login attempt counter','wtotem');
309 __('Password reset attempt counter','wtotem');
310 __('Number of attempts (per minute)','wtotem');
311 __('Set limits','wtotem');
312 __('Minutes of ban','wtotem');
313 __('Select interval','wtotem');
314 __('minutes','wtotem');
315 __('hour','wtotem');
316 __('hours','wtotem');
317 __('Other options','wtotem');
318 __('Hide WP version','wtotem');
319 __('Two-factor authentication is currently active on your account. You may deactivate it by clicking the button below','wtotem');
320 __('Makes two-factor authorization available to all users of the site','wtotem');
321 __('Enables two-factor authorization for the current user','wtotem');
322 __('Scan QR','wtotem');
323 __('Enter key','wtotem');
324 __('Enter the code','wtotem');
325 __('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');
326 __('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');
327 __('More information about Google reCAPTCHA can be found at this <a>link</a>', 'wtotem');
328 __('This authorization attempts module for Wordpress is an extended version, we recommend using it instead of the external version.', 'wtotem');
329 __('Disable user enumeration', 'wtotem');
330
331 // country_blocking_modal.html.twig
332 __('save','wtotem');
333 __('close','wtotem');
334 __('Block countries','wtotem');
335 __('Name of the country','wtotem');
336 __('Select all countries','wtotem');
337 __('Access blocked to','wtotem');
338 __('countries','wtotem');
339 __('Country blocking','wtotem');
340 __('Block countries you want to limit access to your website.','wtotem');
341 __('Attack from','wtotem');
342 __('countries blocked from','wtotem');
343 __('Select all','wtotem');
344
345 // User profile
346 __('WebTotem two-factor protection','wtotem');
347 __('Edit 2FA Settings','wtotem');
348 __('Disactivate 2FA','wtotem');
349
350 // waf_filter_form.html.twig
351 __('Blocked', 'wtotem');
352
353 // multisite.html.twig
354 __('Services status', 'wtotem');
355 __('Site name', 'wtotem');
356 __('Report page', 'wtotem');
357 __('All stats', 'wtotem');
358
359 // multisite.html.twig
360 __('Try reinstalling the agents or changing the API key', 'wtotem');
361 __('Data access error', 'wtotem');
362
363 // scan_logs.html.twig
364 __('Start scanning', 'wtotem');
365 __('Scan is running', 'wtotem');
366 __('Refresh', 'wtotem');
367 __('Refreshing', 'wtotem');
368 __('Automatic scanning every 24 hours', 'wtotem');
369 __('Until the next automatic scan', 'wtotem');
370 __('Scans', 'wtotem');
371 __('Confidential files', 'wtotem');
372 __('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');
373 __('Audit logs', 'wtotem');
374 __('Log of user actions in the admin panel.', 'wtotem');
375 __('Links', 'wtotem');
376 __('Scripts', 'wtotem');
377 __('iFrames', 'wtotem');
378 __('Time', 'wtotem');
379 __('User', 'wtotem');
380 __('Event', 'wtotem');
381 __('All', 'wtotem');
382 __('User authentication succeeded', 'wtotem');
383 __('User authentication failed', 'wtotem');
384 __('User account created', 'wtotem');
385 __('User account deleted', 'wtotem');
386 __('User account edited', 'wtotem');
387 __('Attempt to reset password', 'wtotem');
388 __('Password retrieval attempt', 'wtotem');
389 __('User added to website', 'wtotem');
390 __('User removed from website', 'wtotem');
391 __('WordPress updated', 'wtotem');
392 __('User account deleted', 'wtotem');
393 __('Bookmark link added', 'wtotem');
394 __('Bookmark link edited', 'wtotem');
395 __('Category created', 'wtotem');
396 __('Publication was published', 'wtotem');
397 __('Publication was updated', 'wtotem');
398 __('Post status has been changed', 'wtotem');
399 __('Post deleted', 'wtotem');
400 __('Post moved to trash', 'wtotem');
401 __('Media file added', 'wtotem');
402 __('Plugin activated', 'wtotem');
403 __('Plugin deactivated', 'wtotem');
404 __('Theme activated', 'wtotem');
405 __('Settings changed', 'wtotem');
406 __('Plugins deleted', 'wtotem');
407 __('Plugin editor used', 'wtotem');
408 __('Plugin installed', 'wtotem');
409 __('Plugins updated', 'wtotem');
410 __('Theme deleted', 'wtotem');
411 __('Theme editor used', 'wtotem');
412 __('Theme installed', 'wtotem');
413 __('Themes updated', 'wtotem');
414 __('Widget deleted', 'wtotem');
415 __('Widget added', 'wtotem');
416 __('There is nothing', 'wtotem');
417 __('Congratulations!<br>There\'s nothing here', 'wtotem');
418 __('Are you sure you want to delete the file?', 'wtotem');
419 __('Delete', 'wtotem');
420 __('Copy name', 'wtotem');
421 __('Copy path', 'wtotem');
422 __('Name copied', 'wtotem');
423 __('Path copied', 'wtotem');
424 __('Link', 'wtotem');
425 __('Script', 'wtotem');
426 __('iframe', 'wtotem');
427 __('Internal', 'wtotem');
428 __('External', 'wtotem');
429 __('Path', 'wtotem');
430 __('File name', 'wtotem');
431 __('Last modify', 'wtotem');
432 __('Size', 'wtotem');
433 __('This log shows confidential files that may contain sensitive data. These files require attention to prevent potential information leaks.', 'wtotem');
434 __('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');
435 __('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');
436 __('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');
437 __('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');
438 __('The date the file was last edited', 'wtotem');
439 __('The path to the file relative to the root directory', 'wtotem');
440 __('Make sure that these links have been added by you, and take action if necessary.', 'wtotem');
441 __('Make sure that these scripts have been added by you, and take action if necessary.', 'wtotem');
442 __('Make sure that these iframes have been added by you, and take action if necessary.', 'wtotem');
443 __('The source or path to the file/page where this link was found', 'wtotem');
444 __('Link type: Internal, leads to the site pages. External, leads to external resources.', 'wtotem');
445 __('Vulnerabilities in plugins', 'wtotem');
446 __('The name of the file and the link to this file.', 'wtotem');
447 __('The CVE ID, as well as a link to detailed information about this CVE', 'wtotem');
448 __('Update', 'wtotem');
449 __('Updating', 'wtotem');
450
451 // prompt.html.twig
452 __('Continue deactivation', 'wtotem');
453 __('Go back to plugins', 'wtotem');
454
455 // antivirus_history.html.twig
456 __('Week', 'wtotem');
457 __('Month', 'wtotem');
458 __('Year', 'wtotem');
459 __('Scan', 'wtotem');
460 __('Start time', 'wtotem');
461 __('End time', 'wtotem');
462 __('Duration', 'wtotem');
463 __('Scanned', 'wtotem');
464 __('Infected', 'wtotem');
465 __('History', 'wtotem');
466
467 //antivirus_history_items.html.twig
468 __('Passed a full scan', 'wtotem');
469 __('Partial scan', 'wtotem');
470
471 //antivirus_logs.html.twig
472 __('Everything is okay', 'wtotem');
473 __('Infected files found', 'wtotem');
474 __('Scanning is partially completed', 'wtotem');
475
476 // antivirus_scan_status.html.twig
477 __('Scan process', 'wtotem');
478 __('Scanned', 'wtotem');
479 __('Scanning started at', 'wtotem');
480 __('The scan has not been launched yet', 'wtotem');
481 __('Start to scan', 'wtotem');
482 __('Scan is running', 'wtotem');
483 __('Result', 'wtotem');
484
485 __('Checking suspicious files', 'wtotem');
486 __('Count of suspicious files', 'wtotem');
487 __('Synchronization', 'wtotem');
488
489
490 __('Scanned files', 'wtotem');
491 __('Clean files', 'wtotem');
492 __('Infected files', 'wtotem');
493
494 // antivirus_stats.html.twig
495 __('Antivirus Log', 'wtotem');
496 __('View all', 'wtotem');
497 __('at', 'wtotem');
498 __('Antivirus Log', 'wtotem');
499 __('Scan history', 'wtotem');
500 __('Scanned', 'wtotem');
501 __('Infected Files', 'wtotem');
502
503 // quarantine.html.twig
504 __('Infected', 'wtotem');
505 __('Quarantine', 'wtotem');
506
507 // quarantine_logs.html.twig
508 __('Offset', 'wtotem');
509 __('Row', 'wtotem');
510 __('Description', 'wtotem');
511 __('No files in quarantine', 'wtotem');
512 __('No infected files found', 'wtotem');
513 __('They are most likely in quarantine', 'wtotem');
514
515