PluginProbe
WebTotem Security / 2.4.24
WebTotem Security v2.4.24
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.24, at src/Strings.php

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