| @@ -33,12 +33,8 @@ | ||
| 33 | 33 | __('View caller', 'code-profiler'); |
| 34 | 34 | __('View callers', 'code-profiler'); |
| 35 | 35 | __('%s%% of all functions (plugins and theme)', 'code-profiler'); |
| 36 | 36 | __('Filter: %s', 'code-profiler'); |
| 37 | -__('Slug', 'code-profiler'); | |
| 38 | -__('Execution time', 'code-profiler'); | |
| 39 | -__('Name', 'code-profiler'); | |
| 40 | -__('Type', 'code-profiler'); | |
| 41 | 37 | __('Caller script', 'code-profiler'); |
| 42 | 38 | __('Backtrace', 'code-profiler'); |
| 43 | 39 | __('URL', 'code-profiler'); |
| 44 | 40 | __('Code', 'code-profiler'); |
| @@ -72,8 +68,12 @@ | ||
| 72 | 68 | __('Resource id', 'code-profiler'); |
| 73 | 69 | __('View file', 'code-profiler'); |
| 74 | 70 | __('This resource was not closed by the component.', 'code-profiler'); |
| 75 | 71 | __('License', 'code-profiler'); |
| 72 | +__('The MU plugin isn\'t loaded, please check the log', 'code-profiler'); | |
| 73 | +__('Initializing Code Profiler Pro v%s on %s. Profile: %s - %s', 'code-profiler'); | |
| 74 | +__('Temporarily disabling %s', 'code-profiler'); | |
| 75 | +__('Cannot disable %s. Some errors may occur with DB queries.', 'code-profiler'); | |
| 76 | 76 | __('Your Code Profilder Pro license will expire soon.', 'code-profiler'); |
| 77 | 77 | __('Please %sclick here%s to renew it.', 'code-profiler'); |
| 78 | 78 | __('Your Code Profilder Pro license has expired.', 'code-profiler'); |
| 79 | 79 | __('Missing license expiration date. Please click the "%s" button below to fix the problem.', 'code-profiler'); |
| @@ -131,9 +131,8 @@ | ||
| 131 | 131 | __('Remote connections: %s', 'code-profiler'); |
| 132 | 132 | __('Please %sclick here%s to enter your Code Profiler Pro license.', 'code-profiler'); |
| 133 | 133 | __('Missing license expiry date. Please click the "%s" button below to fix the problem.', 'code-profiler'); |
| 134 | 134 | __('Please enter a valid license.', 'code-profiler'); |
| 135 | -__('Error: %s', 'code-profiler'); | |
| 136 | 135 | __('Your license was saved.', 'code-profiler'); |
| 137 | 136 | __('Your license is valid.', 'code-profiler'); |
| 138 | 137 | __('Unknown error', 'code-profiler'); |
| 139 | 138 | __('Error: The server returned HTTP code %s', 'code-profiler'); |
| @@ -144,8 +143,9 @@ | ||
| 144 | 143 | __('Scripts Performance', 'code-profiler'); |
| 145 | 144 | __('Database Queries Performance', 'code-profiler'); |
| 146 | 145 | __('Remote Connections', 'code-profiler'); |
| 147 | 146 | __('File I/O List', 'code-profiler'); |
| 147 | +__('Warning: the SAVEQUERIES constant is set to false on your site. Code Profiler will not be able to profile your database queries.', 'code-profiler'); | |
| 148 | 148 | __('connection', 'code-profiler'); |
| 149 | 149 | __('connections', 'code-profiler'); |
| 150 | 150 | __('%s%% of all HTTP requests', 'code-profiler'); |
| 151 | 151 | __('Starting Code Profiler Pro v%s (profile: %s)', 'code-profiler'); |
| @@ -151,8 +151,5 @@ | ||
| 151 | 151 | __('Starting Code Profiler Pro v%s (profile: %s)', 'code-profiler'); |
| 152 | 152 | __('Enter your license:', 'code-profiler'); |
| 153 | 153 | __('Run the profiler', 'code-profiler'); |
| 154 | 154 | __('Enter your license', 'code-profiler'); |
| 155 | -__('Profile your blog with Code Profiler Pro.', 'code-profiler'); | |
| 156 | -__('The MU plugin isn\'t loaded, please check the log', 'code-profiler'); | |
| 157 | -__('Temporarily disabling %s', 'code-profiler'); | |
| 158 | -__('Cannot disable %s. Some errors may occur with DB queries.', 'code-profiler'); | |
| 155 | +__('WordPress cron event to profile. Note that if "--dest" is set, "--wpcron" will be ignored.', 'code-profiler'); | |