Version Description
- Fix: Break Wordpress frontend page pagination by issuing 301 redirect.
Download this release
Release Info
Developer | xpointer |
Plugin | CSS & JavaScript Toolbox |
Version | 6.1.2 |
Comparing to | |
See all releases |
Code changes from version 6.1.1 to 6.1.2
configuration.inc.php
CHANGED
@@ -7,6 +7,7 @@
|
|
7 |
*
|
8 |
*/
|
9 |
return (object) array(
|
|
|
10 |
'database' => (object) array(
|
11 |
'tables' => (object) array(
|
12 |
'blocks' => 'cjtoolbox_blocks',
|
7 |
*
|
8 |
*/
|
9 |
return (object) array(
|
10 |
+
'core' => (object) array('siteHook' => ((object) array('tag' => 'template_redirect', 'priority' => 11))),
|
11 |
'database' => (object) array(
|
12 |
'tables' => (object) array(
|
13 |
'blocks' => 'cjtoolbox_blocks',
|
controllers/blocks-coupling.php
CHANGED
@@ -182,6 +182,7 @@ class CJTBlocksCouplingController extends CJTController {
|
|
182 |
}
|
183 |
// Hold the single instance we've!
|
184 |
self::$instance = $this;
|
|
|
185 |
// Initialize controller.
|
186 |
parent::__construct(false);
|
187 |
// Import related libraries
|
@@ -191,7 +192,7 @@ class CJTBlocksCouplingController extends CJTController {
|
|
191 |
// Initialize controller.
|
192 |
$initCouplingCallback = $this->onassigncouplingcallback(array(&$this, 'initCoupling'));
|
193 |
add_action('admin_init', $initCouplingCallback);
|
194 |
-
add_action(
|
195 |
// Add Shortcode callbacks.
|
196 |
add_shortcode('cjtoolbox', array(&$this, 'shortcode'));
|
197 |
}
|
182 |
}
|
183 |
// Hold the single instance we've!
|
184 |
self::$instance = $this;
|
185 |
+
$siteHook = cssJSToolbox::$config->core->siteHook;
|
186 |
// Initialize controller.
|
187 |
parent::__construct(false);
|
188 |
// Import related libraries
|
192 |
// Initialize controller.
|
193 |
$initCouplingCallback = $this->onassigncouplingcallback(array(&$this, 'initCoupling'));
|
194 |
add_action('admin_init', $initCouplingCallback);
|
195 |
+
add_action($siteHook->tag, $initCouplingCallback, $siteHook->priority);
|
196 |
// Add Shortcode callbacks.
|
197 |
add_shortcode('cjtoolbox', array(&$this, 'shortcode'));
|
198 |
}
|
css-js-toolbox.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: CSS & JavaScript Toolbox
|
4 |
Plugin URI: http://css-javascript-toolbox.com/css-javascript-toolbox-free
|
5 |
Description: CJT Plugin for WordPress to easily add custom CSS and JavaScript to individual pages
|
6 |
-
Version: 6.1.
|
7 |
Author: Wipeout Media
|
8 |
Author URI: http://css-javascript-toolbox.com/
|
9 |
License:
|
@@ -95,7 +95,7 @@ class CJTPlugin extends CJTHookableClass {
|
|
95 |
/**
|
96 |
*
|
97 |
*/
|
98 |
-
const VERSION = '6.1.
|
99 |
|
100 |
/**
|
101 |
*
|
3 |
Plugin Name: CSS & JavaScript Toolbox
|
4 |
Plugin URI: http://css-javascript-toolbox.com/css-javascript-toolbox-free
|
5 |
Description: CJT Plugin for WordPress to easily add custom CSS and JavaScript to individual pages
|
6 |
+
Version: 6.1.2
|
7 |
Author: Wipeout Media
|
8 |
Author URI: http://css-javascript-toolbox.com/
|
9 |
License:
|
95 |
/**
|
96 |
*
|
97 |
*/
|
98 |
+
const VERSION = '6.1.2 CE';
|
99 |
|
100 |
/**
|
101 |
*
|
locals/languages/css-javascript-toolbox-en_US.mo
CHANGED
Binary file
|
locals/languages/css-javascript-toolbox-en_US.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: CSS & Javascript Toolbox FREE\n"
|
4 |
-
"POT-Creation-Date: 2013-11-
|
5 |
-
"PO-Revision-Date: 2013-11-
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: CJT <development@css-javascript-toolbox.com>\n"
|
8 |
"Language: English\n"
|
@@ -15,22 +15,22 @@ msgstr ""
|
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-SearchPath-0: "
|
17 |
|
18 |
-
#: access.points/extensions.accesspoint.php:53
|
19 |
msgid "Extensions"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: access.points/manage.accesspoint.php:44
|
23 |
-
#: access.points/manage.accesspoint.php:45
|
24 |
-
#: views/setup/activation-form/tmpl/default.html.tmpl:28
|
25 |
msgid "CSS & Javascript Toolbox"
|
26 |
msgstr ""
|
27 |
|
28 |
-
#: controllers/coupling/shortcode/block/block.php:99
|
29 |
msgid ""
|
30 |
"Could not find block specified! Please check out the Shortcode parameters."
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: framework/js/ajax/cjt-server/cjt-server.localization.php:13
|
34 |
msgid ""
|
35 |
"Unhandled error has been detected while processing the background request! \n"
|
36 |
"\tas the error is not handled we cannot tell if the previous operation is "
|
@@ -42,7 +42,7 @@ msgid ""
|
|
42 |
"\tWould you like to check the error details?"
|
43 |
msgstr ""
|
44 |
|
45 |
-
#: framework/js/ajax/cjt-server/cjt-server.localization.php:17
|
46 |
msgid ""
|
47 |
"Its heighly recomended to send us the error details so we can enahce CJT "
|
48 |
"products!\n"
|
@@ -51,210 +51,210 @@ msgid ""
|
|
51 |
"\tWould you like to close the form?"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: framework/js/misc/simple-error-dialog/simple-error-dialog.localization.php:13
|
55 |
msgid "Submission Error!"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: locals/strings.inc.php:9
|
59 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:15
|
60 |
msgid "javascript"
|
61 |
msgstr "Javascript"
|
62 |
|
63 |
-
#: locals/strings.inc.php:10
|
64 |
msgid "css"
|
65 |
msgstr "CSS"
|
66 |
|
67 |
-
#: locals/strings.inc.php:11
|
68 |
msgid "html"
|
69 |
msgstr "HTML"
|
70 |
|
71 |
-
#: locals/strings.inc.php:12
|
72 |
msgid "php"
|
73 |
msgstr "PHP"
|
74 |
|
75 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:25
|
76 |
msgid "Blog Index"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:26
|
80 |
msgid "All Posts"
|
81 |
msgstr ""
|
82 |
|
83 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:27
|
84 |
msgid "All Pages"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:28
|
88 |
msgid "All Categories"
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:29
|
92 |
msgid "Recent Posts"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:30
|
96 |
msgid "Entire Website"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:31
|
100 |
msgid "Website Backend"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:32
|
104 |
msgid "Search Pages"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:33
|
108 |
msgid "All Archives"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:34
|
112 |
msgid "Tag Archives"
|
113 |
msgstr ""
|
114 |
|
115 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:35
|
116 |
msgid "Author Archives"
|
117 |
msgstr ""
|
118 |
|
119 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:36
|
120 |
msgid "Attachment Pages"
|
121 |
msgstr ""
|
122 |
|
123 |
-
#: models/block/assignmentpanel/helpers/auxiliary.php:37
|
124 |
msgid "404 Error"
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: views/backups/manager/public/js/backups/backups.localization.php:11
|
128 |
msgid "Backup name cannot be null!"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: views/backups/manager/public/js/backups/backups.localization.php:12
|
132 |
msgid "Would you like to delete \"{BACKUP-NAME}\" backup?"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: views/blocks/block/view.php:121
|
136 |
msgid "Click to update Block name"
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: views/blocks/block/public/js/jquery.block/jquery.block.localization.php:13
|
140 |
msgid "Block revisions"
|
141 |
msgstr ""
|
142 |
|
143 |
-
#: views/blocks/block/public/js/jquery.block/jquery.block.localization.php:14
|
144 |
msgid "CJT-Block Info"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: views/blocks/block/public/js/jquery.block/jquery.block.localization.php:15
|
148 |
#, php-format
|
149 |
msgid "Are you sure you want to delete this (%s) code block?"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: views/blocks/block/public/js/jquery.block/jquery.block.localization.php:16
|
153 |
msgid "Deactivate (turn off) code block"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: views/blocks/block/public/js/jquery.block/jquery.block.localization.php:17
|
157 |
msgid "Activate (turn on) code block"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: views/blocks/block/public/js/jquery.block/jquery.block.localization.php:18
|
161 |
msgid "Set output location hook to footer"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: views/blocks/block/public/js/jquery.block/jquery.block.localization.php:19
|
165 |
msgid "Set output location hook to header"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: views/blocks/block/public/js/jquery.block/jquery.block.localization.php:20
|
169 |
msgid "Invalid block name"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:13
|
173 |
msgid "Create New Code Block"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:14
|
177 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:32
|
178 |
msgid "Backups"
|
179 |
msgstr ""
|
180 |
|
181 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:15
|
182 |
msgid "Restoring blocks backup will result in losing all the current blocks."
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:15
|
186 |
msgid "Are you sure, you'd like to continue?"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:16
|
190 |
msgid "Backup could not be restored"
|
191 |
msgstr ""
|
192 |
|
193 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:17
|
194 |
#, php-format
|
195 |
msgid "You're about to delete %d code block(s)."
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:18
|
199 |
msgid "Are you sure you want to delete all code blocks?"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:19
|
203 |
msgid "Are you sure you want to delete all the empty code blocks?"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:20
|
207 |
msgid "The changes you made will be lost if you navigate away from this page."
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:21
|
211 |
msgid "There is no blocks to delete!"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: views/blocks/new/public/js/add-new-block/add-new-block.localization.php:13
|
215 |
msgid "block"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: views/blocks/new/public/js/add-new-block/add-new-block.localization.php:14
|
219 |
msgid "code block"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: views/extensions/plugins-list/public/js/default/default.localization.php:13
|
223 |
msgid "CJT Extension License Activation Form"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: views/extensions/plugins-list/public/js/extensions/extensions.localization.php:13
|
227 |
-
#: views/extensions/plugins-list/public/js/plugins/plugins.localization.php:13
|
228 |
msgid "CJT Extensions"
|
229 |
msgstr ""
|
230 |
|
231 |
-
#: views/installer/install/public/js/default/default.localization.php:13
|
232 |
msgid "Start"
|
233 |
msgstr ""
|
234 |
|
235 |
-
#: views/installer/install/public/js/default/default.localization.php:14
|
236 |
msgid "Installation Completed ... Click Start button and have fun!!!"
|
237 |
msgstr ""
|
238 |
|
239 |
-
#: views/installer/install/public/js/default/default.localization.php:15
|
240 |
msgid ""
|
241 |
"The installation process would just take several minutes!\n"
|
242 |
"\n"
|
243 |
"\tWould you like to start the installation process?"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: views/installer/notice/public/js/default/default.localization.php:13
|
247 |
msgid ""
|
248 |
"The notice message wont displayed again! You still can install/upgrade the "
|
249 |
"Plugin by going to the manage blocks page. Would you really like to dismis "
|
250 |
"this notice?"
|
251 |
msgstr ""
|
252 |
|
253 |
-
#: views/settings/manager/view.php:36
|
254 |
msgid "Uninstall"
|
255 |
msgstr ""
|
256 |
|
257 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:13
|
258 |
msgid ""
|
259 |
"External request need to be made to to css-javascript-toolbox offical web "
|
260 |
"site! The operation will take an effect once its successed! You can always "
|
@@ -264,7 +264,7 @@ msgid ""
|
|
264 |
"\t\t\t\t\t\t\tAre you sure would you like to process?"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:15
|
268 |
msgid ""
|
269 |
"External request need to be made to to css-javascript-toolbox offical web "
|
270 |
"site! The operation will take an effect once its successed! You can always "
|
@@ -274,7 +274,7 @@ msgid ""
|
|
274 |
"\t\t\t\t\t\t\tAre you sure would you like to process?"
|
275 |
msgstr ""
|
276 |
|
277 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:17
|
278 |
msgid ""
|
279 |
"The reset operation will clear the license fields and clear component "
|
280 |
"license cache! This is really great once you need to stop using a previously "
|
@@ -283,317 +283,325 @@ msgid ""
|
|
283 |
"anytime later!"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:19
|
287 |
-
#: views/blocks/new/tmpl/default.html.tmpl:28
|
288 |
msgid "Activate"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:20
|
292 |
msgid "Deactivate"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:22
|
296 |
msgid "Activating Key"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:23
|
300 |
msgid "Deactivating key"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:24
|
304 |
msgid "Checking Key"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:25
|
308 |
msgid "Key is not activated/used yet"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:26
|
312 |
msgid "Key is inactive"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:27
|
316 |
msgid "Reseting License Information"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:29
|
320 |
msgid "Invalid"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:30
|
324 |
msgid "Valid"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:31
|
328 |
msgid "Error"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:32
|
332 |
msgid "Activated"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:33
|
336 |
msgid "Deactivated"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:34
|
340 |
msgid "Reseted"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:37
|
344 |
msgid "License key is activate! Thank you!"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:38
|
348 |
msgid "License Cache has been reseted!"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:40
|
352 |
msgid "License key is activated!"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:41
|
356 |
msgid "Could not activate the provided license key!"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:42
|
360 |
msgid "Could not activate License Key due to the server error!"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:44
|
364 |
msgid "The license key is deactivated!"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:45
|
368 |
msgid "Could not deactivate the provided license key!"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:46
|
372 |
msgid "Could not deactivate License Key due to the server error!"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:48
|
376 |
msgid "The ckeck operation detects that the provided key is a valid key!"
|
377 |
msgstr ""
|
378 |
|
379 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:49
|
380 |
msgid "The check operation detects that the provided key is an invalid key!"
|
381 |
msgstr ""
|
382 |
|
383 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:50
|
384 |
msgid "Could not check License Key due to the server error!"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:51
|
388 |
msgid ""
|
389 |
"The ckeck operation detects that the provided key is a valid key! The key is "
|
390 |
"not being activated yet."
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:52
|
394 |
msgid ""
|
395 |
"The ckeck operation detects that the provided key is a valid key! The "
|
396 |
"license key need to be activated from the CJT Website."
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:54
|
400 |
msgid "Reset"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:56
|
404 |
msgid "Invalid License name!"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:57
|
408 |
msgid "Invalid License key!"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: views/setup/activation-form/public/js/default/default.localization.php:58
|
412 |
msgid "Component name is absolute!!! Invalid Request Specified!!!"
|
413 |
msgstr ""
|
414 |
|
415 |
-
#: views/backups/manager/tmpl/form.html.tmpl:6
|
416 |
msgid ""
|
417 |
"Write backup name and click Backup button to create backup from current "
|
418 |
"blocks"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: views/backups/manager/tmpl/list.html.tmpl:3
|
422 |
msgid ""
|
423 |
"There is no backups available! You can start creating new backups from the "
|
424 |
"form above."
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: views/backups/manager/tmpl/single-backup.html.tmpl:16
|
428 |
msgid "By"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: views/blocks/block/tmpl/edit.html.tmpl:12
|
432 |
msgid "Cancel editing code block title"
|
433 |
msgstr ""
|
434 |
|
435 |
-
#: views/blocks/block/tmpl/edit.html.tmpl:13
|
436 |
msgid "Save code block title"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:9
|
440 |
msgid "Show code block information"
|
441 |
msgstr ""
|
442 |
|
443 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:11
|
444 |
msgid "Set editing language for syntax highlighting"
|
445 |
msgstr ""
|
446 |
|
447 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:13
|
448 |
msgid "Set editing language to CSS"
|
449 |
msgstr ""
|
450 |
|
451 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:13
|
452 |
msgid "Cascading Style Sheets"
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:14
|
456 |
msgid "Set editing language to HTML"
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:14
|
460 |
msgid "Hyper Text Markup Language"
|
461 |
msgstr ""
|
462 |
|
463 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:15
|
464 |
msgid "Set editing language to JavaScript"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:16
|
468 |
msgid "Set editing language to PHP"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:16
|
472 |
msgid "PHP: Hypertext Preprocessor"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:19
|
476 |
msgid "Edit code block title. Click Save to take affect"
|
477 |
msgstr ""
|
478 |
|
479 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:20
|
480 |
msgid "View and restore code block revisions"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:21
|
484 |
msgid "Delete code block"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:25
|
488 |
msgid "Save changes to code block"
|
489 |
msgstr ""
|
490 |
|
491 |
-
#: views/blocks/block/tmpl/templates/toolbox.html.tmpl:25
|
492 |
msgid "Save"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:7
|
496 |
msgid "Pages"
|
497 |
msgstr ""
|
498 |
|
499 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:14
|
500 |
msgid "Posts"
|
501 |
msgstr ""
|
502 |
|
503 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:21
|
504 |
msgid "Categories"
|
505 |
msgstr ""
|
506 |
|
507 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:28
|
508 |
msgid "Custom Posts"
|
509 |
msgstr ""
|
510 |
|
511 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:32
|
512 |
msgid "Auxiliary"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:39
|
516 |
msgid "Advanced"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/templates/advanced.html.tmpl:2
|
520 |
msgid "One URL per line"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/templates/advanced.html.tmpl:2
|
524 |
msgid "URLs"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/templates/advanced.html.tmpl:6
|
528 |
msgid "One Expression per line"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/templates/advanced.html.tmpl:6
|
532 |
msgid "Expressions"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/templates/auxiliarity.html.tmpl:6
|
536 |
msgid "Front Page"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: views/blocks/cjt-block/tmpl/templates/assign-panel/templates/custom-posts.html.tmpl:48
|
540 |
msgid "There are no Custom Posts Defined yet!"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: views/blocks/info/tmpl/default.html.tmpl:3
|
544 |
msgid "ID"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: views/blocks/info/tmpl/default.html.tmpl:4
|
548 |
-
#: views/blocks/new/tmpl/default.html.tmpl:24
|
549 |
msgid "Name"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: views/blocks/info/tmpl/default.html.tmpl:5
|
553 |
msgid "Author"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: views/blocks/info/tmpl/default.html.tmpl:6
|
557 |
msgid "Date Created"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: views/blocks/info/tmpl/default.html.tmpl:7
|
561 |
msgid "Last Modified"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: views/blocks/info/tmpl/default.html.tmpl:8
|
565 |
msgid "Shortcode"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:11
|
569 |
msgid "CSS & Javascript Toolbox Free"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:14
|
573 |
msgid "Click for"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:15
|
577 |
msgid "Pro Edition"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:18
|
581 |
msgid "Script Packages"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
585 |
msgid "Need Help?"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:
|
589 |
msgid "User Manual"
|
590 |
msgstr ""
|
591 |
|
592 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:
|
593 |
msgid "Rate & Review"
|
594 |
msgstr ""
|
595 |
|
596 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:
|
597 |
msgid ""
|
598 |
"You have now restored the code blocks from the current backup. Nothing is "
|
599 |
"saved until you click \"Restore\" button. To revert back to the previous "
|
@@ -601,148 +609,148 @@ msgid ""
|
|
601 |
"button."
|
602 |
msgstr ""
|
603 |
|
604 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:
|
605 |
msgid "Warning!"
|
606 |
msgstr ""
|
607 |
|
608 |
-
#: views/blocks/manager/tmpl/blocks.html.tmpl:
|
609 |
msgid ""
|
610 |
"Please make sure to validate added CSS & JavaScript codes, the plugin "
|
611 |
"doesn't do that for you!"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:3
|
615 |
msgid "Add new code block"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:3
|
619 |
msgid "New Code Block"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:4
|
623 |
msgid "Save changes to all code blocks"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:4
|
627 |
msgid "Save All Changes"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:5
|
631 |
msgid "Cancel backup restoring"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:5
|
635 |
msgid "Cancel Restore"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:6
|
639 |
msgid "Save restored Backup"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:6
|
643 |
-
#: views/blocks/revisions/tmpl/default.html.tmpl:27
|
644 |
msgid "Restore"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:9
|
648 |
msgid "Tools for block state (batch)"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:11
|
652 |
msgid "Activate (turn on) all code blocks"
|
653 |
msgstr ""
|
654 |
|
655 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:11
|
656 |
msgid "Activate All"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:13
|
660 |
msgid "Deactivate (turn off) all code blocks"
|
661 |
msgstr ""
|
662 |
|
663 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:13
|
664 |
msgid "Deactivate All"
|
665 |
msgstr ""
|
666 |
|
667 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:15
|
668 |
msgid "Switch current state for all code blocks"
|
669 |
msgstr ""
|
670 |
|
671 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:15
|
672 |
msgid "Revert State"
|
673 |
msgstr ""
|
674 |
|
675 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:18
|
676 |
msgid "Tools for location hook (batch)"
|
677 |
msgstr ""
|
678 |
|
679 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:20
|
680 |
msgid "Set output location hook to footer for all code blocks"
|
681 |
msgstr ""
|
682 |
|
683 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:20
|
684 |
msgid "Footer all"
|
685 |
msgstr ""
|
686 |
|
687 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:22
|
688 |
msgid "Set output location hook to header for all code blocks"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:22
|
692 |
msgid "Header all"
|
693 |
msgstr ""
|
694 |
|
695 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:26
|
696 |
msgid "Tools for block cleanup and backup"
|
697 |
msgstr ""
|
698 |
|
699 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:28
|
700 |
msgid "Delete all code blocks"
|
701 |
msgstr ""
|
702 |
|
703 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:28
|
704 |
msgid "Delete all"
|
705 |
msgstr ""
|
706 |
|
707 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:30
|
708 |
msgid "Delete only empty code blocks"
|
709 |
msgstr ""
|
710 |
|
711 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:30
|
712 |
msgid "Delete Empty"
|
713 |
msgstr ""
|
714 |
|
715 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:32
|
716 |
msgid "Backup Manager - Create, restore, or delete backups"
|
717 |
msgstr ""
|
718 |
|
719 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:35
|
720 |
msgid "General plugin settings"
|
721 |
msgstr ""
|
722 |
|
723 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:37
|
724 |
msgid "Maximise all code blocks"
|
725 |
msgstr ""
|
726 |
|
727 |
-
#: views/blocks/manager/tmpl/toolbox.html.tmpl:38
|
728 |
msgid "Minimise all code blocks"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: views/blocks/manager/tmpl/help/intro.html.tmpl:10
|
732 |
msgid "Welcome to the CSS & JavaScript Toolbox dashboard"
|
733 |
msgstr ""
|
734 |
|
735 |
-
#: views/blocks/manager/tmpl/help/intro.html.tmpl:11
|
736 |
msgid ""
|
737 |
"Since you do not have any code blocks active, you can create a new code "
|
738 |
"block."
|
739 |
msgstr ""
|
740 |
|
741 |
-
#: views/blocks/manager/tmpl/help/intro.html.tmpl:12
|
742 |
msgid "Create a new Code Block"
|
743 |
msgstr ""
|
744 |
|
745 |
-
#: views/blocks/manager/tmpl/help/intro.html.tmpl:13
|
746 |
msgid ""
|
747 |
"You can add a new code block by clicking the New Code Block button. Once "
|
748 |
"your code block has been added, simply choose the editor you wish to work "
|
@@ -756,139 +764,139 @@ msgid ""
|
|
756 |
"assigned webpage."
|
757 |
msgstr ""
|
758 |
|
759 |
-
#: views/blocks/new/tmpl/default.html.tmpl:24
|
760 |
msgid "Name or title of code block (must be unique and cannot be left blank)"
|
761 |
msgstr ""
|
762 |
|
763 |
-
#: views/blocks/new/tmpl/default.html.tmpl:28
|
764 |
msgid "Tick the checkbox to Activate (turn on) code block"
|
765 |
msgstr ""
|
766 |
|
767 |
-
#: views/blocks/new/tmpl/default.html.tmpl:32
|
768 |
msgid "Set location hook for code block output to: Header or Footer"
|
769 |
msgstr ""
|
770 |
|
771 |
-
#: views/blocks/new/tmpl/default.html.tmpl:32
|
772 |
msgid "Location Hook"
|
773 |
msgstr ""
|
774 |
|
775 |
-
#: views/blocks/new/tmpl/default.html.tmpl:36
|
776 |
msgid "Header"
|
777 |
msgstr ""
|
778 |
|
779 |
-
#: views/blocks/new/tmpl/default.html.tmpl:37
|
780 |
msgid "Footer"
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: views/blocks/new/tmpl/default.html.tmpl:48
|
784 |
msgid "Set initial code block position to: First Block or Last Block"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: views/blocks/new/tmpl/default.html.tmpl:48
|
788 |
msgid "Initial Block Position"
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: views/blocks/new/tmpl/default.html.tmpl:53
|
792 |
msgid "First Block"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: views/blocks/new/tmpl/default.html.tmpl:54
|
796 |
msgid "Last Block"
|
797 |
msgstr ""
|
798 |
|
799 |
-
#: views/blocks/new/tmpl/default.html.tmpl:66
|
800 |
msgid "Cancel"
|
801 |
msgstr ""
|
802 |
|
803 |
-
#: views/blocks/new/tmpl/default.html.tmpl:67
|
804 |
msgid "Create"
|
805 |
msgstr ""
|
806 |
|
807 |
-
#: views/blocks/revisions/tmpl/default.html.tmpl:19
|
808 |
msgid "No revisions!"
|
809 |
msgstr ""
|
810 |
|
811 |
-
#: views/blocks/revisions/tmpl/default.html.tmpl:26
|
812 |
msgid "by"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: views/extensions/plugins-list/tmpl/default_setup_action.html.tmpl:10
|
816 |
msgid "Setup"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: views/installer/install/tmpl/default.html.tmpl:24
|
820 |
msgid ""
|
821 |
"In order to start using CJT Plugin you need first to install the Plugin."
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: views/installer/install/tmpl/default.html.tmpl:25
|
825 |
msgid ""
|
826 |
"The installation process will create CJT database tables, build-it Database "
|
827 |
"records."
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: views/installer/install/tmpl/default.html.tmpl:26
|
831 |
msgid "Check for previous version and if the upgrade process is needed."
|
832 |
msgstr ""
|
833 |
|
834 |
-
#: views/installer/install/tmpl/default.html.tmpl:27
|
835 |
msgid ""
|
836 |
"The Plugin is in disable state untill the installation process took place!"
|
837 |
msgstr ""
|
838 |
|
839 |
-
#: views/installer/install/tmpl/default.html.tmpl:28
|
840 |
msgid ""
|
841 |
"To utilize from the CJT functionality you must install the Plugin first!!"
|
842 |
msgstr ""
|
843 |
|
844 |
-
#: views/installer/install/tmpl/default.html.tmpl:30
|
845 |
msgid "Installing Version "
|
846 |
msgstr ""
|
847 |
|
848 |
-
#: views/installer/install/tmpl/default.html.tmpl:31
|
849 |
msgid ""
|
850 |
"When you install a new version of CJT for the first time or even upgrading "
|
851 |
"from old versions, a number of processes will happen, which will take "
|
852 |
"approximately 1 to 2 minutes. These processes include"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: views/installer/install/tmpl/default.html.tmpl:38
|
856 |
msgid "Create database tables."
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: views/installer/install/tmpl/default.html.tmpl:39
|
860 |
msgid "Finalize Installation."
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: views/installer/install/tmpl/upgrade.html.tmpl:13
|
864 |
msgid "Upgrading CJT Plugin"
|
865 |
msgstr ""
|
866 |
|
867 |
-
#: views/installer/install/tmpl/upgrade.html.tmpl:14
|
868 |
msgid ""
|
869 |
"Please wait while we upgrading CJT Plugin installation! This process would "
|
870 |
"take only a few seconds!"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: views/installer/install/tmpl/upgrade.html.tmpl:15
|
874 |
msgid "Please backup you database before processing!"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: views/installer/install/tmpl/upgrade.html.tmpl:17
|
878 |
msgid "Upgrade"
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: views/installer/install/tmpl/upgrades/upgrade.html.tmpl:10
|
882 |
msgid "Upgrading Plugin"
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: views/installer/install/tmpl/upgrades/upgrade.html.tmpl:11
|
886 |
msgid ""
|
887 |
"The upgrade process time estimation cannot be preditected because its based "
|
888 |
"on the amount of data (blocks + other data) you've created."
|
889 |
msgstr ""
|
890 |
|
891 |
-
#: views/installer/install/tmpl/upgrades/upgrade.html.tmpl:12
|
892 |
msgid ""
|
893 |
"Important Note: It is highly recommended to upgrade the plugin using the "
|
894 |
"same administrator or user that was used to manage the code blocks. This "
|
@@ -896,59 +904,59 @@ msgid ""
|
|
896 |
"logged in administrators or users' meta data."
|
897 |
msgstr ""
|
898 |
|
899 |
-
#: views/installer/install/tmpl/upgrades/upgrade.html.tmpl:21
|
900 |
msgid "Finalize Upgrade."
|
901 |
msgstr ""
|
902 |
|
903 |
-
#: views/installer/notice/tmpl/default.html.tmpl:12
|
904 |
msgid ""
|
905 |
"CJT Plugin has been installed throught Wordpress Plugins manager page. In "
|
906 |
"order for CJT Plugin to work correctly you must install it throught"
|
907 |
msgstr ""
|
908 |
|
909 |
-
#: views/installer/notice/tmpl/default.html.tmpl:13
|
910 |
msgid "CJT-Instalaltion page."
|
911 |
msgstr ""
|
912 |
|
913 |
-
#: views/installer/notice/tmpl/default.html.tmpl:16
|
914 |
msgid "Please or you can go to the installation page directly through the"
|
915 |
msgstr ""
|
916 |
|
917 |
-
#: views/installer/notice/tmpl/default.html.tmpl:17
|
918 |
msgid "CSS & Javascript Toolbox page."
|
919 |
msgstr ""
|
920 |
|
921 |
-
#: views/installer/notice/tmpl/default.html.tmpl:19
|
922 |
msgid "Dismiss"
|
923 |
msgstr ""
|
924 |
|
925 |
-
#: views/settings/manager/tmpl/pages/uninstall.html.tmpl:7
|
926 |
msgid "Wipe out data!"
|
927 |
msgstr ""
|
928 |
|
929 |
-
#: views/setup/activation-form/tmpl/default.html.tmpl:25
|
930 |
msgid "License Key"
|
931 |
msgstr ""
|
932 |
|
933 |
-
#: views/setup/activation-form/tmpl/default.html.tmpl:27
|
934 |
msgid ""
|
935 |
"In order to get the benefits from the premium services we provide you've to "
|
936 |
"obtain your license key from"
|
937 |
msgstr ""
|
938 |
|
939 |
-
#: views/setup/activation-form/tmpl/default.html.tmpl:28
|
940 |
msgid "web site"
|
941 |
msgstr ""
|
942 |
|
943 |
-
#: views/setup/activation-form/tmpl/default.html.tmpl:32
|
944 |
msgid "Your Name"
|
945 |
msgstr ""
|
946 |
|
947 |
-
#: views/setup/activation-form/tmpl/default.html.tmpl:37
|
948 |
msgid "Key"
|
949 |
msgstr ""
|
950 |
|
951 |
-
#: views/setup/activation-form/tmpl/default.html.tmpl:46
|
952 |
msgid "Check"
|
953 |
msgstr ""
|
954 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: CSS & Javascript Toolbox FREE\n"
|
4 |
+
"POT-Creation-Date: 2013-11-26 23:57+0200\n"
|
5 |
+
"PO-Revision-Date: 2013-11-26 23:57+0200\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: CJT <development@css-javascript-toolbox.com>\n"
|
8 |
"Language: English\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
"X-Poedit-SearchPath-0: "
|
17 |
|
18 |
+
#: /access.points/extensions.accesspoint.php:53
|
19 |
msgid "Extensions"
|
20 |
msgstr ""
|
21 |
|
22 |
+
#: /access.points/manage.accesspoint.php:44
|
23 |
+
#: /access.points/manage.accesspoint.php:45
|
24 |
+
#: /views/setup/activation-form/tmpl/default.html.tmpl:28
|
25 |
msgid "CSS & Javascript Toolbox"
|
26 |
msgstr ""
|
27 |
|
28 |
+
#: /controllers/coupling/shortcode/block/block.php:99
|
29 |
msgid ""
|
30 |
"Could not find block specified! Please check out the Shortcode parameters."
|
31 |
msgstr ""
|
32 |
|
33 |
+
#: /framework/js/ajax/cjt-server/cjt-server.localization.php:13
|
34 |
msgid ""
|
35 |
"Unhandled error has been detected while processing the background request! \n"
|
36 |
"\tas the error is not handled we cannot tell if the previous operation is "
|
42 |
"\tWould you like to check the error details?"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: /framework/js/ajax/cjt-server/cjt-server.localization.php:17
|
46 |
msgid ""
|
47 |
"Its heighly recomended to send us the error details so we can enahce CJT "
|
48 |
"products!\n"
|
51 |
"\tWould you like to close the form?"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: /framework/js/misc/simple-error-dialog/simple-error-dialog.localization.php:13
|
55 |
msgid "Submission Error!"
|
56 |
msgstr ""
|
57 |
|
58 |
+
#: /locals/strings.inc.php:9
|
59 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:15
|
60 |
msgid "javascript"
|
61 |
msgstr "Javascript"
|
62 |
|
63 |
+
#: /locals/strings.inc.php:10
|
64 |
msgid "css"
|
65 |
msgstr "CSS"
|
66 |
|
67 |
+
#: /locals/strings.inc.php:11
|
68 |
msgid "html"
|
69 |
msgstr "HTML"
|
70 |
|
71 |
+
#: /locals/strings.inc.php:12
|
72 |
msgid "php"
|
73 |
msgstr "PHP"
|
74 |
|
75 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:25
|
76 |
msgid "Blog Index"
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:26
|
80 |
msgid "All Posts"
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:27
|
84 |
msgid "All Pages"
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:28
|
88 |
msgid "All Categories"
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:29
|
92 |
msgid "Recent Posts"
|
93 |
msgstr ""
|
94 |
|
95 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:30
|
96 |
msgid "Entire Website"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:31
|
100 |
msgid "Website Backend"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:32
|
104 |
msgid "Search Pages"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:33
|
108 |
msgid "All Archives"
|
109 |
msgstr ""
|
110 |
|
111 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:34
|
112 |
msgid "Tag Archives"
|
113 |
msgstr ""
|
114 |
|
115 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:35
|
116 |
msgid "Author Archives"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:36
|
120 |
msgid "Attachment Pages"
|
121 |
msgstr ""
|
122 |
|
123 |
+
#: /models/block/assignmentpanel/helpers/auxiliary.php:37
|
124 |
msgid "404 Error"
|
125 |
msgstr ""
|
126 |
|
127 |
+
#: /views/backups/manager/public/js/backups/backups.localization.php:11
|
128 |
msgid "Backup name cannot be null!"
|
129 |
msgstr ""
|
130 |
|
131 |
+
#: /views/backups/manager/public/js/backups/backups.localization.php:12
|
132 |
msgid "Would you like to delete \"{BACKUP-NAME}\" backup?"
|
133 |
msgstr ""
|
134 |
|
135 |
+
#: /views/blocks/block/view.php:121
|
136 |
msgid "Click to update Block name"
|
137 |
msgstr ""
|
138 |
|
139 |
+
#: /views/blocks/block/public/js/jquery.block/jquery.block.localization.php:13
|
140 |
msgid "Block revisions"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: /views/blocks/block/public/js/jquery.block/jquery.block.localization.php:14
|
144 |
msgid "CJT-Block Info"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: /views/blocks/block/public/js/jquery.block/jquery.block.localization.php:15
|
148 |
#, php-format
|
149 |
msgid "Are you sure you want to delete this (%s) code block?"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: /views/blocks/block/public/js/jquery.block/jquery.block.localization.php:16
|
153 |
msgid "Deactivate (turn off) code block"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: /views/blocks/block/public/js/jquery.block/jquery.block.localization.php:17
|
157 |
msgid "Activate (turn on) code block"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: /views/blocks/block/public/js/jquery.block/jquery.block.localization.php:18
|
161 |
msgid "Set output location hook to footer"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: /views/blocks/block/public/js/jquery.block/jquery.block.localization.php:19
|
165 |
msgid "Set output location hook to header"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: /views/blocks/block/public/js/jquery.block/jquery.block.localization.php:20
|
169 |
msgid "Invalid block name"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:13
|
173 |
msgid "Create New Code Block"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:14
|
177 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:32
|
178 |
msgid "Backups"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:15
|
182 |
msgid "Restoring blocks backup will result in losing all the current blocks."
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:15
|
186 |
msgid "Are you sure, you'd like to continue?"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:16
|
190 |
msgid "Backup could not be restored"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:17
|
194 |
#, php-format
|
195 |
msgid "You're about to delete %d code block(s)."
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:18
|
199 |
msgid "Are you sure you want to delete all code blocks?"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:19
|
203 |
msgid "Are you sure you want to delete all the empty code blocks?"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:20
|
207 |
msgid "The changes you made will be lost if you navigate away from this page."
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: /views/blocks/manager/public/js/blocks-page/blocks-page.localization.php:21
|
211 |
msgid "There is no blocks to delete!"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: /views/blocks/new/public/js/add-new-block/add-new-block.localization.php:13
|
215 |
msgid "block"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: /views/blocks/new/public/js/add-new-block/add-new-block.localization.php:14
|
219 |
msgid "code block"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: /views/extensions/plugins-list/public/js/default/default.localization.php:13
|
223 |
msgid "CJT Extension License Activation Form"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: /views/extensions/plugins-list/public/js/extensions/extensions.localization.php:13
|
227 |
+
#: /views/extensions/plugins-list/public/js/plugins/plugins.localization.php:13
|
228 |
msgid "CJT Extensions"
|
229 |
msgstr ""
|
230 |
|
231 |
+
#: /views/installer/install/public/js/default/default.localization.php:13
|
232 |
msgid "Start"
|
233 |
msgstr ""
|
234 |
|
235 |
+
#: /views/installer/install/public/js/default/default.localization.php:14
|
236 |
msgid "Installation Completed ... Click Start button and have fun!!!"
|
237 |
msgstr ""
|
238 |
|
239 |
+
#: /views/installer/install/public/js/default/default.localization.php:15
|
240 |
msgid ""
|
241 |
"The installation process would just take several minutes!\n"
|
242 |
"\n"
|
243 |
"\tWould you like to start the installation process?"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: /views/installer/notice/public/js/default/default.localization.php:13
|
247 |
msgid ""
|
248 |
"The notice message wont displayed again! You still can install/upgrade the "
|
249 |
"Plugin by going to the manage blocks page. Would you really like to dismis "
|
250 |
"this notice?"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: /views/settings/manager/view.php:36
|
254 |
msgid "Uninstall"
|
255 |
msgstr ""
|
256 |
|
257 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:13
|
258 |
msgid ""
|
259 |
"External request need to be made to to css-javascript-toolbox offical web "
|
260 |
"site! The operation will take an effect once its successed! You can always "
|
264 |
"\t\t\t\t\t\t\tAre you sure would you like to process?"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:15
|
268 |
msgid ""
|
269 |
"External request need to be made to to css-javascript-toolbox offical web "
|
270 |
"site! The operation will take an effect once its successed! You can always "
|
274 |
"\t\t\t\t\t\t\tAre you sure would you like to process?"
|
275 |
msgstr ""
|
276 |
|
277 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:17
|
278 |
msgid ""
|
279 |
"The reset operation will clear the license fields and clear component "
|
280 |
"license cache! This is really great once you need to stop using a previously "
|
283 |
"anytime later!"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:19
|
287 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:28
|
288 |
msgid "Activate"
|
289 |
msgstr ""
|
290 |
|
291 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:20
|
292 |
msgid "Deactivate"
|
293 |
msgstr ""
|
294 |
|
295 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:22
|
296 |
msgid "Activating Key"
|
297 |
msgstr ""
|
298 |
|
299 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:23
|
300 |
msgid "Deactivating key"
|
301 |
msgstr ""
|
302 |
|
303 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:24
|
304 |
msgid "Checking Key"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:25
|
308 |
msgid "Key is not activated/used yet"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:26
|
312 |
msgid "Key is inactive"
|
313 |
msgstr ""
|
314 |
|
315 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:27
|
316 |
msgid "Reseting License Information"
|
317 |
msgstr ""
|
318 |
|
319 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:29
|
320 |
msgid "Invalid"
|
321 |
msgstr ""
|
322 |
|
323 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:30
|
324 |
msgid "Valid"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:31
|
328 |
msgid "Error"
|
329 |
msgstr ""
|
330 |
|
331 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:32
|
332 |
msgid "Activated"
|
333 |
msgstr ""
|
334 |
|
335 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:33
|
336 |
msgid "Deactivated"
|
337 |
msgstr ""
|
338 |
|
339 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:34
|
340 |
msgid "Reseted"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:37
|
344 |
msgid "License key is activate! Thank you!"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:38
|
348 |
msgid "License Cache has been reseted!"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:40
|
352 |
msgid "License key is activated!"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:41
|
356 |
msgid "Could not activate the provided license key!"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:42
|
360 |
msgid "Could not activate License Key due to the server error!"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:44
|
364 |
msgid "The license key is deactivated!"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:45
|
368 |
msgid "Could not deactivate the provided license key!"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:46
|
372 |
msgid "Could not deactivate License Key due to the server error!"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:48
|
376 |
msgid "The ckeck operation detects that the provided key is a valid key!"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:49
|
380 |
msgid "The check operation detects that the provided key is an invalid key!"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:50
|
384 |
msgid "Could not check License Key due to the server error!"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:51
|
388 |
msgid ""
|
389 |
"The ckeck operation detects that the provided key is a valid key! The key is "
|
390 |
"not being activated yet."
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:52
|
394 |
msgid ""
|
395 |
"The ckeck operation detects that the provided key is a valid key! The "
|
396 |
"license key need to be activated from the CJT Website."
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:54
|
400 |
msgid "Reset"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:56
|
404 |
msgid "Invalid License name!"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:57
|
408 |
msgid "Invalid License key!"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: /views/setup/activation-form/public/js/default/default.localization.php:58
|
412 |
msgid "Component name is absolute!!! Invalid Request Specified!!!"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: /views/backups/manager/tmpl/form.html.tmpl:6
|
416 |
msgid ""
|
417 |
"Write backup name and click Backup button to create backup from current "
|
418 |
"blocks"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: /views/backups/manager/tmpl/list.html.tmpl:3
|
422 |
msgid ""
|
423 |
"There is no backups available! You can start creating new backups from the "
|
424 |
"form above."
|
425 |
msgstr ""
|
426 |
|
427 |
+
#: /views/backups/manager/tmpl/single-backup.html.tmpl:16
|
428 |
msgid "By"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: /views/blocks/block/tmpl/edit.html.tmpl:12
|
432 |
msgid "Cancel editing code block title"
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: /views/blocks/block/tmpl/edit.html.tmpl:13
|
436 |
msgid "Save code block title"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:9
|
440 |
msgid "Show code block information"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:11
|
444 |
msgid "Set editing language for syntax highlighting"
|
445 |
msgstr ""
|
446 |
|
447 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:13
|
448 |
msgid "Set editing language to CSS"
|
449 |
msgstr ""
|
450 |
|
451 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:13
|
452 |
msgid "Cascading Style Sheets"
|
453 |
msgstr ""
|
454 |
|
455 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:14
|
456 |
msgid "Set editing language to HTML"
|
457 |
msgstr ""
|
458 |
|
459 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:14
|
460 |
msgid "Hyper Text Markup Language"
|
461 |
msgstr ""
|
462 |
|
463 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:15
|
464 |
msgid "Set editing language to JavaScript"
|
465 |
msgstr ""
|
466 |
|
467 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:16
|
468 |
msgid "Set editing language to PHP"
|
469 |
msgstr ""
|
470 |
|
471 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:16
|
472 |
msgid "PHP: Hypertext Preprocessor"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:19
|
476 |
msgid "Edit code block title. Click Save to take affect"
|
477 |
msgstr ""
|
478 |
|
479 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:20
|
480 |
msgid "View and restore code block revisions"
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:21
|
484 |
msgid "Delete code block"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:25
|
488 |
msgid "Save changes to code block"
|
489 |
msgstr ""
|
490 |
|
491 |
+
#: /views/blocks/block/tmpl/templates/toolbox.html.tmpl:25
|
492 |
msgid "Save"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:7
|
496 |
msgid "Pages"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:14
|
500 |
msgid "Posts"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:21
|
504 |
msgid "Categories"
|
505 |
msgstr ""
|
506 |
|
507 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:28
|
508 |
msgid "Custom Posts"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:32
|
512 |
msgid "Auxiliary"
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/default.html.tmpl:39
|
516 |
msgid "Advanced"
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/templates/advanced.html.tmpl:2
|
520 |
msgid "One URL per line"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/templates/advanced.html.tmpl:2
|
524 |
msgid "URLs"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/templates/advanced.html.tmpl:6
|
528 |
msgid "One Expression per line"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/templates/advanced.html.tmpl:6
|
532 |
msgid "Expressions"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/templates/auxiliarity.html.tmpl:6
|
536 |
msgid "Front Page"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: /views/blocks/cjt-block/tmpl/templates/assign-panel/templates/custom-posts.html.tmpl:48
|
540 |
msgid "There are no Custom Posts Defined yet!"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: /views/blocks/info/tmpl/default.html.tmpl:3
|
544 |
msgid "ID"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: /views/blocks/info/tmpl/default.html.tmpl:4
|
548 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:24
|
549 |
msgid "Name"
|
550 |
msgstr ""
|
551 |
|
552 |
+
#: /views/blocks/info/tmpl/default.html.tmpl:5
|
553 |
msgid "Author"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: /views/blocks/info/tmpl/default.html.tmpl:6
|
557 |
msgid "Date Created"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: /views/blocks/info/tmpl/default.html.tmpl:7
|
561 |
msgid "Last Modified"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: /views/blocks/info/tmpl/default.html.tmpl:8
|
565 |
msgid "Shortcode"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:11
|
569 |
msgid "CSS & Javascript Toolbox Free"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:14
|
573 |
msgid "Click for"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:15
|
577 |
msgid "Pro Edition"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:18
|
581 |
msgid "Script Packages"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:21
|
585 |
+
msgid "FREE extension plugin"
|
586 |
+
msgstr ""
|
587 |
+
|
588 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:23
|
589 |
+
msgid "Code Auto Completion"
|
590 |
+
msgstr ""
|
591 |
+
|
592 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:28
|
593 |
msgid "Need Help?"
|
594 |
msgstr ""
|
595 |
|
596 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:30
|
597 |
msgid "User Manual"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:34
|
601 |
msgid "Rate & Review"
|
602 |
msgstr ""
|
603 |
|
604 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:48
|
605 |
msgid ""
|
606 |
"You have now restored the code blocks from the current backup. Nothing is "
|
607 |
"saved until you click \"Restore\" button. To revert back to the previous "
|
609 |
"button."
|
610 |
msgstr ""
|
611 |
|
612 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:61
|
613 |
msgid "Warning!"
|
614 |
msgstr ""
|
615 |
|
616 |
+
#: /views/blocks/manager/tmpl/blocks.html.tmpl:61
|
617 |
msgid ""
|
618 |
"Please make sure to validate added CSS & JavaScript codes, the plugin "
|
619 |
"doesn't do that for you!"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:3
|
623 |
msgid "Add new code block"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:3
|
627 |
msgid "New Code Block"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:4
|
631 |
msgid "Save changes to all code blocks"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:4
|
635 |
msgid "Save All Changes"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:5
|
639 |
msgid "Cancel backup restoring"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:5
|
643 |
msgid "Cancel Restore"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:6
|
647 |
msgid "Save restored Backup"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:6
|
651 |
+
#: /views/blocks/revisions/tmpl/default.html.tmpl:27
|
652 |
msgid "Restore"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:9
|
656 |
msgid "Tools for block state (batch)"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:11
|
660 |
msgid "Activate (turn on) all code blocks"
|
661 |
msgstr ""
|
662 |
|
663 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:11
|
664 |
msgid "Activate All"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:13
|
668 |
msgid "Deactivate (turn off) all code blocks"
|
669 |
msgstr ""
|
670 |
|
671 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:13
|
672 |
msgid "Deactivate All"
|
673 |
msgstr ""
|
674 |
|
675 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:15
|
676 |
msgid "Switch current state for all code blocks"
|
677 |
msgstr ""
|
678 |
|
679 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:15
|
680 |
msgid "Revert State"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:18
|
684 |
msgid "Tools for location hook (batch)"
|
685 |
msgstr ""
|
686 |
|
687 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:20
|
688 |
msgid "Set output location hook to footer for all code blocks"
|
689 |
msgstr ""
|
690 |
|
691 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:20
|
692 |
msgid "Footer all"
|
693 |
msgstr ""
|
694 |
|
695 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:22
|
696 |
msgid "Set output location hook to header for all code blocks"
|
697 |
msgstr ""
|
698 |
|
699 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:22
|
700 |
msgid "Header all"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:26
|
704 |
msgid "Tools for block cleanup and backup"
|
705 |
msgstr ""
|
706 |
|
707 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:28
|
708 |
msgid "Delete all code blocks"
|
709 |
msgstr ""
|
710 |
|
711 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:28
|
712 |
msgid "Delete all"
|
713 |
msgstr ""
|
714 |
|
715 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:30
|
716 |
msgid "Delete only empty code blocks"
|
717 |
msgstr ""
|
718 |
|
719 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:30
|
720 |
msgid "Delete Empty"
|
721 |
msgstr ""
|
722 |
|
723 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:32
|
724 |
msgid "Backup Manager - Create, restore, or delete backups"
|
725 |
msgstr ""
|
726 |
|
727 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:35
|
728 |
msgid "General plugin settings"
|
729 |
msgstr ""
|
730 |
|
731 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:37
|
732 |
msgid "Maximise all code blocks"
|
733 |
msgstr ""
|
734 |
|
735 |
+
#: /views/blocks/manager/tmpl/toolbox.html.tmpl:38
|
736 |
msgid "Minimise all code blocks"
|
737 |
msgstr ""
|
738 |
|
739 |
+
#: /views/blocks/manager/tmpl/help/intro.html.tmpl:10
|
740 |
msgid "Welcome to the CSS & JavaScript Toolbox dashboard"
|
741 |
msgstr ""
|
742 |
|
743 |
+
#: /views/blocks/manager/tmpl/help/intro.html.tmpl:11
|
744 |
msgid ""
|
745 |
"Since you do not have any code blocks active, you can create a new code "
|
746 |
"block."
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: /views/blocks/manager/tmpl/help/intro.html.tmpl:12
|
750 |
msgid "Create a new Code Block"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: /views/blocks/manager/tmpl/help/intro.html.tmpl:13
|
754 |
msgid ""
|
755 |
"You can add a new code block by clicking the New Code Block button. Once "
|
756 |
"your code block has been added, simply choose the editor you wish to work "
|
764 |
"assigned webpage."
|
765 |
msgstr ""
|
766 |
|
767 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:24
|
768 |
msgid "Name or title of code block (must be unique and cannot be left blank)"
|
769 |
msgstr ""
|
770 |
|
771 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:28
|
772 |
msgid "Tick the checkbox to Activate (turn on) code block"
|
773 |
msgstr ""
|
774 |
|
775 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:32
|
776 |
msgid "Set location hook for code block output to: Header or Footer"
|
777 |
msgstr ""
|
778 |
|
779 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:32
|
780 |
msgid "Location Hook"
|
781 |
msgstr ""
|
782 |
|
783 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:36
|
784 |
msgid "Header"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:37
|
788 |
msgid "Footer"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:48
|
792 |
msgid "Set initial code block position to: First Block or Last Block"
|
793 |
msgstr ""
|
794 |
|
795 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:48
|
796 |
msgid "Initial Block Position"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:53
|
800 |
msgid "First Block"
|
801 |
msgstr ""
|
802 |
|
803 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:54
|
804 |
msgid "Last Block"
|
805 |
msgstr ""
|
806 |
|
807 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:66
|
808 |
msgid "Cancel"
|
809 |
msgstr ""
|
810 |
|
811 |
+
#: /views/blocks/new/tmpl/default.html.tmpl:67
|
812 |
msgid "Create"
|
813 |
msgstr ""
|
814 |
|
815 |
+
#: /views/blocks/revisions/tmpl/default.html.tmpl:19
|
816 |
msgid "No revisions!"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: /views/blocks/revisions/tmpl/default.html.tmpl:26
|
820 |
msgid "by"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: /views/extensions/plugins-list/tmpl/default_setup_action.html.tmpl:10
|
824 |
msgid "Setup"
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: /views/installer/install/tmpl/default.html.tmpl:24
|
828 |
msgid ""
|
829 |
"In order to start using CJT Plugin you need first to install the Plugin."
|
830 |
msgstr ""
|
831 |
|
832 |
+
#: /views/installer/install/tmpl/default.html.tmpl:25
|
833 |
msgid ""
|
834 |
"The installation process will create CJT database tables, build-it Database "
|
835 |
"records."
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: /views/installer/install/tmpl/default.html.tmpl:26
|
839 |
msgid "Check for previous version and if the upgrade process is needed."
|
840 |
msgstr ""
|
841 |
|
842 |
+
#: /views/installer/install/tmpl/default.html.tmpl:27
|
843 |
msgid ""
|
844 |
"The Plugin is in disable state untill the installation process took place!"
|
845 |
msgstr ""
|
846 |
|
847 |
+
#: /views/installer/install/tmpl/default.html.tmpl:28
|
848 |
msgid ""
|
849 |
"To utilize from the CJT functionality you must install the Plugin first!!"
|
850 |
msgstr ""
|
851 |
|
852 |
+
#: /views/installer/install/tmpl/default.html.tmpl:30
|
853 |
msgid "Installing Version "
|
854 |
msgstr ""
|
855 |
|
856 |
+
#: /views/installer/install/tmpl/default.html.tmpl:31
|
857 |
msgid ""
|
858 |
"When you install a new version of CJT for the first time or even upgrading "
|
859 |
"from old versions, a number of processes will happen, which will take "
|
860 |
"approximately 1 to 2 minutes. These processes include"
|
861 |
msgstr ""
|
862 |
|
863 |
+
#: /views/installer/install/tmpl/default.html.tmpl:38
|
864 |
msgid "Create database tables."
|
865 |
msgstr ""
|
866 |
|
867 |
+
#: /views/installer/install/tmpl/default.html.tmpl:39
|
868 |
msgid "Finalize Installation."
|
869 |
msgstr ""
|
870 |
|
871 |
+
#: /views/installer/install/tmpl/upgrade.html.tmpl:13
|
872 |
msgid "Upgrading CJT Plugin"
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: /views/installer/install/tmpl/upgrade.html.tmpl:14
|
876 |
msgid ""
|
877 |
"Please wait while we upgrading CJT Plugin installation! This process would "
|
878 |
"take only a few seconds!"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: /views/installer/install/tmpl/upgrade.html.tmpl:15
|
882 |
msgid "Please backup you database before processing!"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: /views/installer/install/tmpl/upgrade.html.tmpl:17
|
886 |
msgid "Upgrade"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: /views/installer/install/tmpl/upgrades/upgrade.html.tmpl:10
|
890 |
msgid "Upgrading Plugin"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: /views/installer/install/tmpl/upgrades/upgrade.html.tmpl:11
|
894 |
msgid ""
|
895 |
"The upgrade process time estimation cannot be preditected because its based "
|
896 |
"on the amount of data (blocks + other data) you've created."
|
897 |
msgstr ""
|
898 |
|
899 |
+
#: /views/installer/install/tmpl/upgrades/upgrade.html.tmpl:12
|
900 |
msgid ""
|
901 |
"Important Note: It is highly recommended to upgrade the plugin using the "
|
902 |
"same administrator or user that was used to manage the code blocks. This "
|
904 |
"logged in administrators or users' meta data."
|
905 |
msgstr ""
|
906 |
|
907 |
+
#: /views/installer/install/tmpl/upgrades/upgrade.html.tmpl:21
|
908 |
msgid "Finalize Upgrade."
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: /views/installer/notice/tmpl/default.html.tmpl:12
|
912 |
msgid ""
|
913 |
"CJT Plugin has been installed throught Wordpress Plugins manager page. In "
|
914 |
"order for CJT Plugin to work correctly you must install it throught"
|
915 |
msgstr ""
|
916 |
|
917 |
+
#: /views/installer/notice/tmpl/default.html.tmpl:13
|
918 |
msgid "CJT-Instalaltion page."
|
919 |
msgstr ""
|
920 |
|
921 |
+
#: /views/installer/notice/tmpl/default.html.tmpl:16
|
922 |
msgid "Please or you can go to the installation page directly through the"
|
923 |
msgstr ""
|
924 |
|
925 |
+
#: /views/installer/notice/tmpl/default.html.tmpl:17
|
926 |
msgid "CSS & Javascript Toolbox page."
|
927 |
msgstr ""
|
928 |
|
929 |
+
#: /views/installer/notice/tmpl/default.html.tmpl:19
|
930 |
msgid "Dismiss"
|
931 |
msgstr ""
|
932 |
|
933 |
+
#: /views/settings/manager/tmpl/pages/uninstall.html.tmpl:7
|
934 |
msgid "Wipe out data!"
|
935 |
msgstr ""
|
936 |
|
937 |
+
#: /views/setup/activation-form/tmpl/default.html.tmpl:25
|
938 |
msgid "License Key"
|
939 |
msgstr ""
|
940 |
|
941 |
+
#: /views/setup/activation-form/tmpl/default.html.tmpl:27
|
942 |
msgid ""
|
943 |
"In order to get the benefits from the premium services we provide you've to "
|
944 |
"obtain your license key from"
|
945 |
msgstr ""
|
946 |
|
947 |
+
#: /views/setup/activation-form/tmpl/default.html.tmpl:28
|
948 |
msgid "web site"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: /views/setup/activation-form/tmpl/default.html.tmpl:32
|
952 |
msgid "Your Name"
|
953 |
msgstr ""
|
954 |
|
955 |
+
#: /views/setup/activation-form/tmpl/default.html.tmpl:37
|
956 |
msgid "Key"
|
957 |
msgstr ""
|
958 |
|
959 |
+
#: /views/setup/activation-form/tmpl/default.html.tmpl:46
|
960 |
msgid "Check"
|
961 |
msgstr ""
|
962 |
|
readme.txt
CHANGED
@@ -7,7 +7,7 @@ License: GPLv2 or later
|
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
Requires at least: 3.6
|
9 |
Tested up to: 3.7.1
|
10 |
-
Stable tag: 6.1.
|
11 |
|
12 |
Easily add custom CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them wherever you want.
|
13 |
|
@@ -17,7 +17,7 @@ CSS & JavaScript Toolbox is a code management plugin that gives you the tools to
|
|
17 |
[youtube http://www.youtube.com/watch?v=Br4tVp6QFwA]
|
18 |
|
19 |
= Upgrade to CJT Pro =
|
20 |
-
You will get more power and flexibility, better security, and a lot more features, tools and options in CJT Pro. Features in Pro include: a code auto completion system (for CSS, JavaScript, PHP, and HTML), code block metabox support for Pages/Posts, heaps of editor tools, external script support, a powerful code template manager, script package installer, and the list goes on. [Click here to see all the benefits of CJT Pro](http://css-javascript-toolbox.com/
|
21 |
|
22 |
= Who is this plugin for? =
|
23 |
This plugin is primarily intended for WordPress website developers and designers. But that is not to say that others would not be able to get use out of it. CJT can be used for a lot of things from teachers, students learning to code, to mum and dad bloggers wanting to add Google Analytics or other scripts to their website.
|
@@ -44,7 +44,7 @@ This plugin is primarily intended for WordPress website developers and designers
|
|
44 |
- Individual code block Revisions can be saved. Also, you can entirely save all of your code blocks with the Backups feature.
|
45 |
|
46 |
= Would like to know more? =
|
47 |
-
If you would like to learn more, please click to [download the CJT User Manual](http://css-javascript-toolbox.com/
|
48 |
|
49 |
= Scripts, scripts, glorious scripts! =
|
50 |
If you would like to learn how to use our plugin with some script examples, please visit our [Scripts page](http://css-javascript-toolbox.com/category/scripts). If you are a script author and would like to get more exposure for your scripts, please submit your scripts to us. Click [Submit a Script](http://css-javascript-toolbox.com/submit-a-script) to find out more.
|
@@ -128,6 +128,9 @@ Sometimes a bug decides to rear its ugly head and when this happens, this is whe
|
|
128 |
|
129 |
== Changelog ==
|
130 |
|
|
|
|
|
|
|
131 |
= 6.1.1 =
|
132 |
* Fix: Validate block name when editing and adding blocks.
|
133 |
* Fix: Code Blocks is not being applied on WPEngine servers and other servers related to the MYSQL query error.
|
7 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
8 |
Requires at least: 3.6
|
9 |
Tested up to: 3.7.1
|
10 |
+
Stable tag: 6.1.2
|
11 |
|
12 |
Easily add custom CSS, JavaScript, HTML and PHP code to unique CJT code blocks and assign them wherever you want.
|
13 |
|
17 |
[youtube http://www.youtube.com/watch?v=Br4tVp6QFwA]
|
18 |
|
19 |
= Upgrade to CJT Pro =
|
20 |
+
You will get more power and flexibility, better security, and a lot more features, tools and options in CJT Pro. Features in Pro include: a code auto completion system (for CSS, JavaScript, PHP, and HTML), code block metabox support for Pages/Posts, heaps of editor tools, external script support, a powerful code template manager, script package installer, and the list goes on. [Click here to see all the benefits of CJT Pro](http://css-javascript-toolbox.com/)
|
21 |
|
22 |
= Who is this plugin for? =
|
23 |
This plugin is primarily intended for WordPress website developers and designers. But that is not to say that others would not be able to get use out of it. CJT can be used for a lot of things from teachers, students learning to code, to mum and dad bloggers wanting to add Google Analytics or other scripts to their website.
|
44 |
- Individual code block Revisions can be saved. Also, you can entirely save all of your code blocks with the Backups feature.
|
45 |
|
46 |
= Would like to know more? =
|
47 |
+
If you would like to learn more, please click to [download the CJT User Manual](http://css-javascript-toolbox.com/cjt-free-user-manual-free-download/).
|
48 |
|
49 |
= Scripts, scripts, glorious scripts! =
|
50 |
If you would like to learn how to use our plugin with some script examples, please visit our [Scripts page](http://css-javascript-toolbox.com/category/scripts). If you are a script author and would like to get more exposure for your scripts, please submit your scripts to us. Click [Submit a Script](http://css-javascript-toolbox.com/submit-a-script) to find out more.
|
128 |
|
129 |
== Changelog ==
|
130 |
|
131 |
+
= 6.1.2 =
|
132 |
+
* Fix: Break Wordpress frontend page pagination by issuing 301 redirect.
|
133 |
+
|
134 |
= 6.1.1 =
|
135 |
* Fix: Validate block name when editing and adding blocks.
|
136 |
* Fix: Code Blocks is not being applied on WPEngine servers and other servers related to the MYSQL query error.
|
views/blocks/manager/tmpl/blocks.html.tmpl
CHANGED
@@ -17,13 +17,17 @@ defined('ABSPATH') or die("Access denied");
|
|
17 |
<span id="get-packages" class="cjt-banner-link">
|
18 |
<a target="_blank" href="http://<?php echo cssJSToolbox::CJT_WEB_SITE_DOMAIN ?>/category/scripts/"><?php echo cssJSToolbox::getText('Script Packages') ?></a>
|
19 |
<span id="get-packages-icon"></span>
|
20 |
-
</span
|
|
|
|
|
|
|
|
|
21 |
</div>
|
22 |
<div id="cjt-banner-bar-right" class="cjt-banner-bar">
|
23 |
<span class="cjt-banner-link">
|
24 |
<?php echo cssJSToolbox::getText('Need Help?') ?>
|
25 |
<span class="cjt-banner-link">
|
26 |
-
<a target="_blank" href="
|
27 |
</span>
|
28 |
|
|
29 |
<a target="_blank" href="http://wordpress.org/support/view/plugin-reviews/css-javascript-toolbox#postform">
|
17 |
<span id="get-packages" class="cjt-banner-link">
|
18 |
<a target="_blank" href="http://<?php echo cssJSToolbox::CJT_WEB_SITE_DOMAIN ?>/category/scripts/"><?php echo cssJSToolbox::getText('Script Packages') ?></a>
|
19 |
<span id="get-packages-icon"></span>
|
20 |
+
</span> |
|
21 |
+
<?php echo cssJSToolbox::getText('FREE extension plugin') ?>:
|
22 |
+
<a target="_blank" href="http://<?php echo cssJSToolbox::CJT_WEB_SITE_DOMAIN ?>/code-auto-completion-free-download/">
|
23 |
+
<?php echo cssJSToolbox::getText('Code Auto Completion') ?>
|
24 |
+
</a>
|
25 |
</div>
|
26 |
<div id="cjt-banner-bar-right" class="cjt-banner-bar">
|
27 |
<span class="cjt-banner-link">
|
28 |
<?php echo cssJSToolbox::getText('Need Help?') ?>
|
29 |
<span class="cjt-banner-link">
|
30 |
+
<a target="_blank" href="http://<?php echo cssJSToolbox::CJT_WEB_SITE_DOMAIN ?>/cjt-free-user-manual-free-download/"><?php echo cssJSToolbox::getText('User Manual') ?></a>
|
31 |
</span>
|
32 |
|
|
33 |
<a target="_blank" href="http://wordpress.org/support/view/plugin-reviews/css-javascript-toolbox#postform">
|