PluginProbe
Code Profiler – WordPress Performance Profiling and Debugging Made Easy / 1.6.6
Code Profiler – WordPress Performance Profiling and Debugging Made Easy v1.6.6
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.6.6, at lib/i18n-extra.php

157 lines 11.3 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 __('No records were found.', 'code-profiler');
6 __('%s%% of all scripts (plugins and theme)', 'code-profiler');
7 __('Case sensitive', 'code-profiler');
8 __('Script', 'code-profiler');
9 __('Time (sec)', 'code-profiler');
10 __('Component', 'code-profiler');
11 __('View script', 'code-profiler');
12 __('Cannot open profile file: %s', 'code-profiler');
13 __('connection', 'code-profiler');
14 __('connections', 'code-profiler');
15 __('URL', 'code-profiler');
16 __('Code', 'code-profiler');
17 __('Click to view', 'code-profiler');
18 __('View backtrace', 'code-profiler');
19 __('%s%% of all HTTP requests', 'code-profiler');
20 __('query', 'code-profiler');
21 __('queries', 'code-profiler');
22 __('Query', 'code-profiler');
23 __('Order', 'code-profiler');
24 __('Click to view the script', 'code-profiler');
25 __('Click to view the function', 'code-profiler');
26 __('%s%% of all queries (plugins and theme)', 'code-profiler');
27 __('Cannot read file: %s', 'code-profiler');
28 __('Filter: %s', 'code-profiler');
29 __('License', 'code-profiler');
30 __('Starting Code Profiler Pro v%s (profile: %s)', 'code-profiler');
31 __('Enter your license:', 'code-profiler');
32 __('Run the profiler', 'code-profiler');
33 __('Enter your license', 'code-profiler');
34 __('Profile your blog with Code Profiler Pro.', 'code-profiler');
35 __('Restoring %s', 'code-profiler');
36 __('Your Code Profilder Pro license will expire soon.', 'code-profiler');
37 __('Please %sclick here%s to renew it.', 'code-profiler');
38 __('Your Code Profilder Pro license has expired.', 'code-profiler');
39 __('Missing license expiration date. Please click the "%s" button below to fix the problem.', 'code-profiler');
40 __('Check License', 'code-profiler');
41 __('Code Profiler Pro license', 'code-profiler');
42 __('License Number', 'code-profiler');
43 __('Expiration date', 'code-profiler');
44 __('Enter your Code Profiler Pro license:', 'code-profiler');
45 __('Save License', 'code-profiler');
46 __('Slug', 'code-profiler');
47 __('Execution time', 'code-profiler');
48 __('Name', 'code-profiler');
49 __('Type', 'code-profiler');
50 __('Function', 'code-profiler');
51 __('Caller', 'code-profiler');
52 __('Caller script', 'code-profiler');
53 __('Backtrace', 'code-profiler');
54 __('Message', 'code-profiler');
55 __('Operation', 'code-profiler');
56 __('Resource ID', 'code-profiler');
57 __('Status', 'code-profiler');
58 __('Called', 'code-profiler');
59 __('Cannot download CSV, profile not found: %s', 'code-profiler');
60 __('Unclosed', 'code-profiler');
61 __('Closed', 'code-profiler');
62 __('Cannot open source file: %s', 'code-profiler');
63 __('Scripts Performance', 'code-profiler');
64 __('Methods & Functions Performance', 'code-profiler');
65 __('Database Queries Performance', 'code-profiler');
66 __('Remote Connections', 'code-profiler');
67 __('File I/O List', 'code-profiler');
68 __('Click to download as a CVS file', 'code-profiler');
69 __('Download as a CSV file', 'code-profiler');
70 __('Remote connections: %s', 'code-profiler');
71 __('Please %sclick here%s to enter your Code Profiler Pro license.', 'code-profiler');
72 __('Missing license expiry date. Please click the "%s" button below to fix the problem.', 'code-profiler');
73 __('Please enter a valid license.', 'code-profiler');
74 __('Error: %s', 'code-profiler');
75 __('Unknown error', 'code-profiler');
76 __('Error: The server returned HTTP code %s', 'code-profiler');
77 __('Error: Unable to connect to the remote server (%s)', 'code-profiler');
78 __('Plugins & themes', 'code-profiler');
79 __('Tables & charts', 'code-profiler');
80 __('Do not display more than %s rows in a table', 'code-profiler');
81 __('Truncate database queries and URLs to %s characters', 'code-profiler');
82 __('General options', 'code-profiler');
83 __('Disable wp-content/db.php when running the profiler.', 'code-profiler');
84 __('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');
85 __('Methods & functions', 'code-profiler');
86 __('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');
87 __('Note that enabling this option on a WordPress site that has some heavy plugins installed will substantially increase their execution time because PHP will have to do much more work than usual. Consider disabling it when you don\'t need it.', 'code-profiler');
88 __('Making change to this option will affect new profiles only.', 'code-profiler');
89 __('Generate a PHP backtrace for each caller function', 'code-profiler');
90 __('Limit the number of stack frames returned to %s', 'code-profiler');
91 __('Accuracy & precision', 'code-profiler');
92 __('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');
93 __('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');
94 __('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');
95 __('The two action links below each item let you view the corresponding function, or the list of all caller functions. If you want to display a backtrace for each caller function, you can enable that feature in the %s page.', 'code-profiler');
96 __('In addition to method and function names, the following labels can be found in the "Function" column:', 'code-profiler');
97 __('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');
98 __('It means it is an anonymous function, i.e., a function that can be created without a specified name.', 'code-profiler');
99 __('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');
100 __('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');
101 __('That section shows all HTTP connections originating from your WordPress website (WordPress core, its plugins and the theme).', 'code-profiler');
102 __('The "View backtrace" action link below each item lets you view a list of the scripts and function calls that lead to the HTTP request.', 'code-profiler');
103 __('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');
104 __('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');
105 __('Open for reading only; place the file pointer at the beginning of the file.', 'code-profiler');
106 __('Open for reading and writing; place the file pointer at the beginning of the file.', 'code-profiler');
107 __('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');
108 __('Open for reading and writing; otherwise it has the same behavior as \'w\'.', 'code-profiler');
109 __('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');
110 __('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');
111 __('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');
112 __('Create and open for reading and writing; otherwise it has the same behavior as \'x\'.', 'code-profiler');
113 __('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');
114 __('Open the file for reading and writing; otherwise it has the same behavior as \'c\'.', 'code-profiler');
115 __('Set close-on-exec flag on the opened file descriptor. Only available in PHP compiled on POSIX.1-2008 conform systems.', 'code-profiler');
116 __('You can use your license on the following subdomains as well, at no extra cost:', 'code-profiler');
117 __('HTTP: sum of all HTTP connections to a remote website.', 'code-profiler');
118 __('HTTP', 'code-profiler');
119 __('The execution time for this profile may have taken longer than expected because the PHP backtrace for methods and functions option was enabled.', 'code-profiler');
120 __('Found %s. If some errors occurred with DB queries, consider deactivating it from the Settings page.', 'code-profiler');
121 __('function', 'code-profiler');
122 __('functions', 'code-profiler');
123 __('deleted file', 'code-profiler');
124 __('Show backtrace', 'code-profiler');
125 __('No backtrace available for this item.', 'code-profiler');
126 __('View function', 'code-profiler');
127 __('View caller', 'code-profiler');
128 __('View callers', 'code-profiler');
129 __('%s%% of all functions (plugins and theme)', 'code-profiler');
130 __('iolist', 'code-profiler');
131 __('iolists', 'code-profiler');
132 __('File', 'code-profiler');
133 __('Resource id', 'code-profiler');
134 __('View file', 'code-profiler');
135 __('This resource was not closed by the component.', 'code-profiler');
136 __('Data is empty: no running scripts found', 'code-profiler');
137 __('Data is empty: no class/methods or functions found', 'code-profiler');
138 __('Delete file', 'code-profiler');
139 __('Rename file', 'code-profiler');
140 __('Remove directory', 'code-profiler');
141 __('Open directory', 'code-profiler');
142 __('Change mode [chmod %s]', 'code-profiler');
143 __('Make directory [%s]', 'code-profiler');
144 __('Change group [chgrp %s]', 'code-profiler');
145 __('Change owner [chown %s]', 'code-profiler');
146 __('Change timestamps', 'code-profiler');
147 __('Open file: %s [%s]', 'code-profiler');
148 __('Open file [%s]', 'code-profiler');
149 __('Buffer is empty, no data to save (%s)', 'code-profiler');
150 __('The MU plugin isn\'t loaded, please check the log', 'code-profiler');
151 __('Temporarily disabling %s', 'code-profiler');
152 __('Cannot disable %s. Some errors may occur with DB queries.', 'code-profiler');
153 __('File does not seem valid', 'code-profiler');
154 __('File does not seem valid: %s', 'code-profiler');
155 __('File is not in the ABSPATH or DOCUMENT_ROOT: %s', 'code-profiler');
156 __('This is a binary file and it cannot be viewed.', 'code-profiler');
157