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

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