PluginProbe
WebTotem Security / 2.4.22
WebTotem Security v2.4.22
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 2.4.22, at src/Strings.php

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