PluginProbe
Code Profiler – WordPress Performance Profiling and Debugging Made Easy / 1.5.1
Code Profiler – WordPress Performance Profiling and Debugging Made Easy v1.5.1
1.9.5 1.9.4 1.9.3 trunk 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.6 1.6.1 1.6.10 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 All 40 releases
code-profiler / lib / i18n-extra.php

i18n-extra.php in Code Profiler – WordPress Performance Profiling and Debugging Made Easy 1.5.1, at lib/i18n-extra.php

130 lines 10.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /* Those extra strings come from the pro. */
3 __('script', 'code-profiler');
4 __('scripts', 'code-profiler');
5 __('%s%% of all scripts (plugins and theme)', 'code-profiler');
6 __('Case sensitive', 'code-profiler');
7 __('Script', 'code-profiler');
8 __('Time (sec)', 'code-profiler');
9 __('Component', 'code-profiler');
10 __('View script', 'code-profiler');
11 __('N/A', 'code-profiler');
12 __('Cannot open profile file: %s', 'code-profiler');
13 __('query', 'code-profiler');
14 __('queries', 'code-profiler');
15 __('Query', 'code-profiler');
16 __('Order', 'code-profiler');
17 __('Click to view the script', 'code-profiler');
18 __('Click to view the function', 'code-profiler');
19 __('View backtrace', 'code-profiler');
20 __('%s%% of all queries (plugins and theme)', 'code-profiler');
21 __('Cannot read file: %s', 'code-profiler');
22 __('Filter: %s', 'code-profiler');
23 __('License', 'code-profiler');
24 __('Enter your license:', 'code-profiler');
25 __('Run the profiler', 'code-profiler');
26 __('Enter your license', 'code-profiler');
27 __('Path to the WordPress page or post to profile. If missing, profile the frontend.', 'code-profiler');
28 __('Profile your blog with Code Profiler Pro.', 'code-profiler');
29 __('Restoring %s', 'code-profiler');
30 __('Your Code Profilder Pro license will expire soon.', 'code-profiler');
31 __('Please %sclick here%s to renew it.', 'code-profiler');
32 __('Your Code Profilder Pro license has expired.', 'code-profiler');
33 __('Missing license expiration date. Please click the "%s" button below to fix the problem.', 'code-profiler');
34 __('Check License', 'code-profiler');
35 __('Code Profiler Pro license', 'code-profiler');
36 __('License Number', 'code-profiler');
37 __('Expiration date', 'code-profiler');
38 __('Enter your Code Profiler Pro license:', 'code-profiler');
39 __('Save License', 'code-profiler');
40 __('Cannot download CSV, profile not found: %s', 'code-profiler');
41 __('Cannot open source file: %s', 'code-profiler');
42 __('Scripts Performance', 'code-profiler');
43 __('Methods & Functions Performance', 'code-profiler');
44 __('Database Queries Performance', 'code-profiler');
45 __('File I/O List', 'code-profiler');
46 __('Click to download as a CVS file', 'code-profiler');
47 __('Download as a CSV file', 'code-profiler');
48 __('Please %sclick here%s to enter your Code Profiler Pro license.', 'code-profiler');
49 __('Missing license expiry date. Please click the "%s" button below to fix the problem.', 'code-profiler');
50 __('Please enter a valid license.', 'code-profiler');
51 __('Error: %s', 'code-profiler');
52 __('Unknown error', 'code-profiler');
53 __('Error: The server returned HTTP code %s', 'code-profiler');
54 __('Error: Unable to connect to the remote server (%s)', 'code-profiler');
55 __('Do not display more than %s rows in a table', 'code-profiler');
56 __('Truncate database queries to %s characters', 'code-profiler');
57 __('Show a notice when several plugins are using Composer dependency manager.', 'code-profiler');
58 __('Consult the FAQ tab for more details about this option.', 'code-profiler');
59 __('Disable wp-content/db.php when running the profiler.', 'code-profiler');
60 __('This option will temporarily disable any potential wp-content/db.php script found on your site to prevent it from interfering with the profiler and database queries.', 'code-profiler');
61 __('Methods & Functions', 'code-profiler');
62 __('When this option is enabled, the profiler will display a PHP backtrace for each caller function in the "%s" section. You can also select the maximum number of stack frames returned.', 'code-profiler');
63 __('Note that enabling this option on a WordPress site that has some heavy plugins installed will substantially %s increase their execution time %s because PHP will have to do much more work than usual. Consider disabling it when you don\'t need it.', 'code-profiler');
64 __('Making change to this option will affect new profiles only.', 'code-profiler');
65 __('Generate a PHP backtrace for each caller function', 'code-profiler');
66 __('Limit the number of stack frames returned to %s', 'code-profiler');
67 __('This chart shows the execution time of all activated plugins and the current theme, in seconds and percentage, for the current profile. It can be downloaded as an image or even exported as a CSV file (comma-separated values) that you can open with your favorite spreadsheet editor.', 'code-profiler');
68 __('That section shows the time it took for each PHP script to execute its code while your website was loading. The "Time" column shows their respective processing time in seconds and, with a green horizontal bar, the percentage it represents.', 'code-profiler');
69 __('That section shows the time it took for each class/method or function to execute its code while your website was loading. The "Time" column shows their respective processing time in seconds and, with a green horizontal bar, the percentage it represents. The "Caller" column shows the sum of all functions that called it.', 'code-profiler');
70 __('The two action links below each item let you view the corresponding function, or the list of all caller functions. In you want to display a backtrace for each caller function, you can enable that feature in the %s page.', 'code-profiler');
71 __('In addition to method and function names, the following labels can be found in the "Function" column:', 'code-profiler');
72 __('It means the whole script was called, not just a specific method, using a PHP function such as require or include, which you can view by clicking on the "View caller" link.', 'code-profiler');
73 __('It means it is an anonymous function, i.e., a function that can be created without a specified name.', 'code-profiler');
74 __('That section shows the time it took to process each database query. Note that only queries from the plugins and the theme are displayed, not WordPress core queries.', 'code-profiler');
75 __('The "View backtrace" action link below each item lets you view a list of the scripts and function calls that lead to the query, sorted by execution order.', 'code-profiler');
76 __('That section shows all files and directories with their respective I/O operations that occurred while your website was loading. The default sorting order is based on the control flow, i.e., the order in which the PHP code was executed while the website was loading. The following 10 operations are monitored by Code Profiler:', 'code-profiler');
77 __('Regarding open file operations, Code Profiler displays the mode parameter used to specify the type of access. It may be any of the following:', 'code-profiler');
78 __('Open for reading only; place the file pointer at the beginning of the file.', 'code-profiler');
79 __('Open for reading and writing; place the file pointer at the beginning of the file.', 'code-profiler');
80 __('Open for writing only; place the file pointer at the beginning of the file and truncate the file to zero length. If the file does not exist, attempt to create it.', 'code-profiler');
81 __('Open for reading and writing; otherwise it has the same behavior as \'w\'.', 'code-profiler');
82 __('Open for writing only; place the file pointer at the end of the file. If the file does not exist, attempt to create it. In this mode, fseek has no effect, writes are always appended.', 'code-profiler');
83 __('Open for reading and writing; place the file pointer at the end of the file. If the file does not exist, attempt to create it. In this mode, fseek only affects the reading position, writes are always appended.', 'code-profiler');
84 __('Create and open for writing only; place the file pointer at the beginning of the file. If the file does not exist, attempt to create it.', 'code-profiler');
85 __('Create and open for reading and writing; otherwise it has the same behavior as \'x\'.', 'code-profiler');
86 __('Open the file for writing only. If the file does not exist, it is created. If it exists, it is neither truncated (as opposed to \'w\'), nor the call to this function fails (as is the case with \'x\'). The file pointer is positioned on the beginning of the file.', 'code-profiler');
87 __('Open the file for reading and writing; otherwise it has the same behavior as \'c\'.', 'code-profiler');
88 __('Set close-on-exec flag on the opened file descriptor. Only available in PHP compiled on POSIX.1-2008 conform systems.', 'code-profiler');
89 __('You can use your license on the following subdomains as well, at no extra cost:', 'code-profiler');
90 __('The execution time for this profile may have taken longer than expected because the PHP backtrace option for methods and functions was enabled.', 'code-profiler');
91 __('function', 'code-profiler');
92 __('functions', 'code-profiler');
93 __('Function', 'code-profiler');
94 __('Caller', 'code-profiler');
95 __('deleted file', 'code-profiler');
96 __('Click to view', 'code-profiler');
97 __('Show backtrace', 'code-profiler');
98 __('No backtrace available for this item.', 'code-profiler');
99 __('View function', 'code-profiler');
100 __('View caller', 'code-profiler');
101 __('View callers', 'code-profiler');
102 __('%s%% of all functions (plugins and theme)', 'code-profiler');
103 __('iolist', 'code-profiler');
104 __('iolists', 'code-profiler');
105 __('File', 'code-profiler');
106 __('Operation', 'code-profiler');
107 __('View file', 'code-profiler');
108 __('Data is empty: no running scripts found', 'code-profiler');
109 __('Data is empty: no class/methods or functions found', 'code-profiler');
110 __('Delete file', 'code-profiler');
111 __('Rename file', 'code-profiler');
112 __('Remove directory', 'code-profiler');
113 __('Open directory', 'code-profiler');
114 __('Change mode [chmod %s]', 'code-profiler');
115 __('Make directory [%s]', 'code-profiler');
116 __('Change group [chgrp %s]', 'code-profiler');
117 __('Change owner [chown %s]', 'code-profiler');
118 __('Change timestamps', 'code-profiler');
119 __('Open file: %s [%s]', 'code-profiler');
120 __('Open file [%s]', 'code-profiler');
121 __('Buffer is empty, no data to save (%s)', 'code-profiler');
122 __('The MU plugin isn\'t loaded, please check the log', 'code-profiler');
123 __('Temporarily disabling %s', 'code-profiler');
124 __('Cannot disable %s. Some errors may occur with DB queries.', 'code-profiler');
125 __('Found %s. If some errors occurred with DB queries, consider deactivating it from the Settings page.', 'code-profiler');
126 __('File does not seem valid', 'code-profiler');
127 __('File does not seem valid: %s', 'code-profiler');
128 __('File is not in the ABSPATH or DOCUMENT_ROOT: %s', 'code-profiler');
129 __('This is a binary file and it cannot be viewed.', 'code-profiler');
130