Version Description
- Added dashicon to top-level menu.
- Fixed admin menu styling bug when Easing Slider Pro was active and using WordPress v3.8+.
- Updated plugin translations .pot file.
Download this release
Release Info
Developer | MatthewRuddy |
Plugin | Easing Slider |
Version | 2.1.4.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.4 to 2.1.4.1
easingsliderlite.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Easing Slider "Lite"
|
5 |
Plugin URI: http://easingslider.com/
|
6 |
-
Version: 2.1.4
|
7 |
Author: Matthew Ruddy
|
8 |
Author URI: http://matthewruddy.com/
|
9 |
Description: Easing Slider "Lite" is an easy to use slideshow plugin for WordPress. Simple, lightweight & designed to get the job done, it allows you to get going without any fuss.
|
@@ -60,7 +60,7 @@ class EasingSliderLite {
|
|
60 |
*
|
61 |
* @since 2.0
|
62 |
*/
|
63 |
-
public static $version = '2.1.4';
|
64 |
|
65 |
/**
|
66 |
* Our array of Easing Slider "Lite" admin pages. These are used to conditionally load scripts.
|
@@ -509,13 +509,17 @@ class EasingSliderLite {
|
|
509 |
/** Hook suffixs for admin menus */
|
510 |
$pages = array( 'easingsliderlite_edit_slideshow', 'easingsliderlite_customizer', 'easingsliderlite_edit_settings' );
|
511 |
|
|
|
|
|
|
|
512 |
/** Toplevel menu */
|
513 |
$this->whitelist[] = add_menu_page(
|
514 |
__( 'Slideshow', 'easingsliderlite' ),
|
515 |
__( 'Slideshow', 'easingsliderlite' ),
|
516 |
'easingsliderlite_edit_slideshow',
|
517 |
'easingsliderlite_edit_slideshow',
|
518 |
-
null
|
|
|
519 |
);
|
520 |
|
521 |
/** Submenus */
|
@@ -891,7 +895,7 @@ class EasingSliderLite {
|
|
891 |
|
892 |
/** Add a reference to the new-look flat WordPress admin area if appropriate */
|
893 |
if ( $this->is_updated_admin ) {
|
894 |
-
$classes .= 'easingsliderlite-updated-admin';
|
895 |
}
|
896 |
|
897 |
return $classes;
|
3 |
/*
|
4 |
Plugin Name: Easing Slider "Lite"
|
5 |
Plugin URI: http://easingslider.com/
|
6 |
+
Version: 2.1.4.1
|
7 |
Author: Matthew Ruddy
|
8 |
Author URI: http://matthewruddy.com/
|
9 |
Description: Easing Slider "Lite" is an easy to use slideshow plugin for WordPress. Simple, lightweight & designed to get the job done, it allows you to get going without any fuss.
|
60 |
*
|
61 |
* @since 2.0
|
62 |
*/
|
63 |
+
public static $version = '2.1.4.1';
|
64 |
|
65 |
/**
|
66 |
* Our array of Easing Slider "Lite" admin pages. These are used to conditionally load scripts.
|
509 |
/** Hook suffixs for admin menus */
|
510 |
$pages = array( 'easingsliderlite_edit_slideshow', 'easingsliderlite_customizer', 'easingsliderlite_edit_settings' );
|
511 |
|
512 |
+
/** Show a dashicon if using the updated admin area */
|
513 |
+
$icon = ( $this->is_updated_admin ) ? 'dashicons-format-gallery' : null;
|
514 |
+
|
515 |
/** Toplevel menu */
|
516 |
$this->whitelist[] = add_menu_page(
|
517 |
__( 'Slideshow', 'easingsliderlite' ),
|
518 |
__( 'Slideshow', 'easingsliderlite' ),
|
519 |
'easingsliderlite_edit_slideshow',
|
520 |
'easingsliderlite_edit_slideshow',
|
521 |
+
null,
|
522 |
+
$icon
|
523 |
);
|
524 |
|
525 |
/** Submenus */
|
895 |
|
896 |
/** Add a reference to the new-look flat WordPress admin area if appropriate */
|
897 |
if ( $this->is_updated_admin ) {
|
898 |
+
$classes .= ' easingsliderlite-updated-admin ';
|
899 |
}
|
900 |
|
901 |
return $classes;
|
images/{advert.png → banner-easingsliderpro.png}
RENAMED
File without changes
|
images/banner-rocketgalleries.png
ADDED
Binary file
|
languages/easingsliderlite.pot
CHANGED
@@ -1,106 +1,112 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Easing Slider \"Lite\"\n"
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"X-Generator: Poedit 1.
|
12 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
|
|
15 |
"X-Poedit-SearchPath-0: ..\n"
|
16 |
"X-Poedit-SearchPath-1: .\n"
|
17 |
|
18 |
-
#: ../easingsliderlite.php:
|
19 |
msgid "Unknown"
|
20 |
msgstr ""
|
21 |
|
22 |
-
#: ../easingsliderlite.php:
|
23 |
-
#: ../easingsliderlite.php:
|
24 |
msgid "Slideshow"
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: ../easingsliderlite.php:
|
28 |
-
#: ../easingsliderlite.php:
|
29 |
msgid "Edit Slideshow"
|
30 |
msgstr ""
|
31 |
|
32 |
-
#: ../easingsliderlite.php:
|
33 |
msgid "Customizer"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: ../easingsliderlite.php:
|
37 |
msgid "Customize"
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: ../easingsliderlite.php:
|
41 |
msgid "Edit Settings"
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: ../easingsliderlite.php:
|
45 |
msgid "Settings"
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: ../easingsliderlite.php:
|
49 |
msgid "Add a slideshow"
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: ../easingsliderlite.php:
|
|
|
|
|
|
|
|
|
53 |
msgid "Add Slideshow"
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: ../easingsliderlite.php:
|
57 |
-
#: ../easingsliderlite.php:
|
58 |
msgid "Security check has failed. Save has been prevented. Please try again."
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: ../easingsliderlite.php:
|
62 |
msgid "Slideshow has been <strong>saved</strong> successfully."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: ../easingsliderlite.php:
|
66 |
msgid "Security check has failed. Reset has been prevented. Please try again."
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: ../easingsliderlite.php:
|
70 |
msgid "Plugin has been reset successfully."
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: ../easingsliderlite.php:
|
74 |
msgid "Settings have been <strong>saved</strong> successfully."
|
75 |
msgstr ""
|
76 |
|
77 |
-
#: ../easingsliderlite.php:
|
78 |
msgid "Are you sure you wish to do this? This cannot be reversed."
|
79 |
msgstr ""
|
80 |
|
81 |
-
#: ../easingsliderlite.php:
|
82 |
msgid "Are you sure you wish to delete this image? This cannot be reversed."
|
83 |
msgstr ""
|
84 |
|
85 |
-
#: ../easingsliderlite.php:
|
86 |
msgid ""
|
87 |
"Are you sure you wish to delete all of this slideshows images? This cannot "
|
88 |
"be reversed."
|
89 |
msgstr ""
|
90 |
|
91 |
-
#: ../easingsliderlite.php:
|
92 |
msgid "Add Images to Slideshow"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: ../easingsliderlite.php:
|
96 |
msgid "Insert into slideshow"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: ../easingsliderlite.php:
|
100 |
msgid "Use this image"
|
101 |
msgstr ""
|
102 |
|
103 |
-
#: ../easingsliderlite.php:
|
104 |
msgid "Are you sure you wish to discard changes?"
|
105 |
msgstr ""
|
106 |
|
@@ -182,7 +188,7 @@ msgid ""
|
|
182 |
"strong>"
|
183 |
msgstr ""
|
184 |
|
185 |
-
#: ../templates/customizer.php:46 ../templates/editslideshow-sidebar.php:
|
186 |
msgid "Next & Previous Arrows"
|
187 |
msgstr ""
|
188 |
|
@@ -202,7 +208,7 @@ msgstr ""
|
|
202 |
msgid "Height"
|
203 |
msgstr ""
|
204 |
|
205 |
-
#: ../templates/customizer.php:76 ../templates/editslideshow-sidebar.php:
|
206 |
msgid "Pagination Icons"
|
207 |
msgstr ""
|
208 |
|
@@ -242,13 +248,13 @@ msgstr ""
|
|
242 |
msgid "Display a Drop Shadow"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: ../templates/customizer.php:136 ../templates/editslideshow-sidebar.php:
|
246 |
-
#: ../templates/editslideshow-sidebar.php:
|
247 |
msgid "True"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: ../templates/customizer.php:137 ../templates/editslideshow-sidebar.php:
|
251 |
-
#: ../templates/editslideshow-sidebar.php:
|
252 |
msgid "False"
|
253 |
msgstr ""
|
254 |
|
@@ -272,15 +278,15 @@ msgstr ""
|
|
272 |
msgid "Image Resizing"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: ../templates/editsettings.php:27 ../templates/editslideshow-sidebar.php:
|
276 |
-
#: ../templates/editslideshow-sidebar.php:
|
277 |
-
#: ../templates/editslideshow-sidebar.php:
|
278 |
msgid "Enable"
|
279 |
msgstr ""
|
280 |
|
281 |
-
#: ../templates/editsettings.php:30 ../templates/editslideshow-sidebar.php:
|
282 |
-
#: ../templates/editslideshow-sidebar.php:
|
283 |
-
#: ../templates/editslideshow-sidebar.php:
|
284 |
msgid "Disable"
|
285 |
msgstr ""
|
286 |
|
@@ -381,175 +387,179 @@ msgstr ""
|
|
381 |
msgid "Easing Slider, Go Pro!"
|
382 |
msgstr ""
|
383 |
|
384 |
-
#: ../templates/editslideshow-sidebar.php:
|
|
|
|
|
|
|
|
|
385 |
msgid "Manage Slides"
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: ../templates/editslideshow-sidebar.php:
|
389 |
msgid "Add Images"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: ../templates/editslideshow-sidebar.php:
|
393 |
msgid "Delete Images"
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: ../templates/editslideshow-sidebar.php:
|
397 |
msgid "Randomize the slideshow order."
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: ../templates/editslideshow-sidebar.php:
|
401 |
msgid "Dimensions"
|
402 |
msgstr ""
|
403 |
|
404 |
-
#: ../templates/editslideshow-sidebar.php:
|
405 |
msgid "Width:"
|
406 |
msgstr ""
|
407 |
|
408 |
-
#: ../templates/editslideshow-sidebar.php:
|
409 |
msgid "Height:"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: ../templates/editslideshow-sidebar.php:
|
413 |
msgid "Slideshow \"width\" and \"height\" values (in pixels)."
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: ../templates/editslideshow-sidebar.php:
|
417 |
msgid "Make this slideshow responsive."
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: ../templates/editslideshow-sidebar.php:
|
421 |
msgid ""
|
422 |
"Check this option to make this slideshow responsive. If enabled, the \"width"
|
423 |
"\" and \"height\" values above will act as maximums."
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: ../templates/editslideshow-sidebar.php:
|
427 |
msgid "Transitions"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: ../templates/editslideshow-sidebar.php:
|
431 |
msgid "Effect:"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../templates/editslideshow-sidebar.php:
|
435 |
msgid "Slide"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: ../templates/editslideshow-sidebar.php:
|
439 |
msgid "Fade"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: ../templates/editslideshow-sidebar.php:
|
443 |
msgid "Choose the transition effect you would like to use."
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: ../templates/editslideshow-sidebar.php:
|
447 |
msgid "Duration:"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: ../templates/editslideshow-sidebar.php:
|
451 |
msgid "Sets the duration (in milliseconds) for the slideshow transition."
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: ../templates/editslideshow-sidebar.php:
|
455 |
msgid "Arrows:"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: ../templates/editslideshow-sidebar.php:
|
459 |
msgid "Toggles the next and previous slide arrows."
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: ../templates/editslideshow-sidebar.php:
|
463 |
-
#: ../templates/editslideshow-sidebar.php:
|
464 |
msgid "On Hover:"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: ../templates/editslideshow-sidebar.php:
|
468 |
msgid ""
|
469 |
"Set to \"True\" to only show the arrows when the user hovers over the "
|
470 |
"slideshow."
|
471 |
msgstr ""
|
472 |
|
473 |
-
#: ../templates/editslideshow-sidebar.php:
|
474 |
-
#: ../templates/editslideshow-sidebar.php:
|
475 |
msgid "Position:"
|
476 |
msgstr ""
|
477 |
|
478 |
-
#: ../templates/editslideshow-sidebar.php:
|
479 |
-
#: ../templates/editslideshow-sidebar.php:
|
480 |
msgid "Inside"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: ../templates/editslideshow-sidebar.php:
|
484 |
-
#: ../templates/editslideshow-sidebar.php:
|
485 |
msgid "Outside"
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: ../templates/editslideshow-sidebar.php:
|
489 |
msgid "Select a position for the arrows."
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../templates/editslideshow-sidebar.php:
|
493 |
msgid "Pagination:"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../templates/editslideshow-sidebar.php:
|
497 |
msgid ""
|
498 |
"Enable/Disable the Pagination Icons. Each icon represents a slide in their "
|
499 |
"respective order."
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: ../templates/editslideshow-sidebar.php:
|
503 |
msgid ""
|
504 |
"Set to \"True\" to only show the pagination when the user hovers over the "
|
505 |
"slideshow."
|
506 |
msgstr ""
|
507 |
|
508 |
-
#: ../templates/editslideshow-sidebar.php:
|
509 |
msgid "Top Left"
|
510 |
msgstr ""
|
511 |
|
512 |
-
#: ../templates/editslideshow-sidebar.php:
|
513 |
msgid "Top Right"
|
514 |
msgstr ""
|
515 |
|
516 |
-
#: ../templates/editslideshow-sidebar.php:
|
517 |
msgid "Top Center"
|
518 |
msgstr ""
|
519 |
|
520 |
-
#: ../templates/editslideshow-sidebar.php:
|
521 |
msgid "Bottom Left"
|
522 |
msgstr ""
|
523 |
|
524 |
-
#: ../templates/editslideshow-sidebar.php:
|
525 |
msgid "Bottom Right"
|
526 |
msgstr ""
|
527 |
|
528 |
-
#: ../templates/editslideshow-sidebar.php:
|
529 |
msgid "Bottom Center"
|
530 |
msgstr ""
|
531 |
|
532 |
-
#: ../templates/editslideshow-sidebar.php:
|
533 |
msgid "Select a position for the pagination icons."
|
534 |
msgstr ""
|
535 |
|
536 |
-
#: ../templates/editslideshow-sidebar.php:
|
537 |
msgid "Automatic Playback"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: ../templates/editslideshow-sidebar.php:
|
541 |
msgid "Playback:"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: ../templates/editslideshow-sidebar.php:
|
545 |
msgid "Enable/Disable slideshow automatic playback."
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: ../templates/editslideshow-sidebar.php:
|
549 |
msgid "Pause Duration:"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: ../templates/editslideshow-sidebar.php:
|
553 |
msgid ""
|
554 |
"Sets the duration (in milliseconds) for the pause between slide transitions."
|
555 |
msgstr ""
|
@@ -632,7 +642,7 @@ msgstr ""
|
|
632 |
msgid "Support Forums"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: ../templates/editslideshow.php:
|
636 |
msgid "Save Slideshow"
|
637 |
msgstr ""
|
638 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Easing Slider \"Lite\"\n"
|
4 |
+
"POT-Creation-Date: 2014-04-27 14:56-0000\n"
|
5 |
+
"PO-Revision-Date: 2014-04-27 14:56-0000\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
+
"Language: en_GB\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.6.4\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
16 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
"X-Poedit-SearchPath-1: .\n"
|
19 |
|
20 |
+
#: ../easingsliderlite.php:392
|
21 |
msgid "Unknown"
|
22 |
msgstr ""
|
23 |
|
24 |
+
#: ../easingsliderlite.php:517 ../easingsliderlite.php:518
|
25 |
+
#: ../easingsliderlite.php:575 ../includes/Widget.php:19
|
26 |
msgid "Slideshow"
|
27 |
msgstr ""
|
28 |
|
29 |
+
#: ../easingsliderlite.php:528 ../easingsliderlite.php:529
|
30 |
+
#: ../easingsliderlite.php:585 ../templates/editslideshow.php:8
|
31 |
msgid "Edit Slideshow"
|
32 |
msgstr ""
|
33 |
|
34 |
+
#: ../easingsliderlite.php:536
|
35 |
msgid "Customizer"
|
36 |
msgstr ""
|
37 |
|
38 |
+
#: ../easingsliderlite.php:537 ../easingsliderlite.php:593
|
39 |
msgid "Customize"
|
40 |
msgstr ""
|
41 |
|
42 |
+
#: ../easingsliderlite.php:544 ../templates/editsettings.php:7
|
43 |
msgid "Edit Settings"
|
44 |
msgstr ""
|
45 |
|
46 |
+
#: ../easingsliderlite.php:545 ../easingsliderlite.php:601
|
47 |
msgid "Settings"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: ../easingsliderlite.php:640 ../easingsliderlite.php:660
|
51 |
msgid "Add a slideshow"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: ../easingsliderlite.php:640
|
55 |
+
msgid " Add Slideshow"
|
56 |
+
msgstr ""
|
57 |
+
|
58 |
+
#: ../easingsliderlite.php:660
|
59 |
msgid "Add Slideshow"
|
60 |
msgstr ""
|
61 |
|
62 |
+
#: ../easingsliderlite.php:733 ../easingsliderlite.php:769
|
63 |
+
#: ../easingsliderlite.php:817
|
64 |
msgid "Security check has failed. Save has been prevented. Please try again."
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: ../easingsliderlite.php:751
|
68 |
msgid "Slideshow has been <strong>saved</strong> successfully."
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: ../easingsliderlite.php:799
|
72 |
msgid "Security check has failed. Reset has been prevented. Please try again."
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: ../easingsliderlite.php:808
|
76 |
msgid "Plugin has been reset successfully."
|
77 |
msgstr ""
|
78 |
|
79 |
+
#: ../easingsliderlite.php:828
|
80 |
msgid "Settings have been <strong>saved</strong> successfully."
|
81 |
msgstr ""
|
82 |
|
83 |
+
#: ../easingsliderlite.php:989
|
84 |
msgid "Are you sure you wish to do this? This cannot be reversed."
|
85 |
msgstr ""
|
86 |
|
87 |
+
#: ../easingsliderlite.php:990
|
88 |
msgid "Are you sure you wish to delete this image? This cannot be reversed."
|
89 |
msgstr ""
|
90 |
|
91 |
+
#: ../easingsliderlite.php:991
|
92 |
msgid ""
|
93 |
"Are you sure you wish to delete all of this slideshows images? This cannot "
|
94 |
"be reversed."
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: ../easingsliderlite.php:993
|
98 |
msgid "Add Images to Slideshow"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: ../easingsliderlite.php:994
|
102 |
msgid "Insert into slideshow"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: ../easingsliderlite.php:995
|
106 |
msgid "Use this image"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: ../easingsliderlite.php:996
|
110 |
msgid "Are you sure you wish to discard changes?"
|
111 |
msgstr ""
|
112 |
|
188 |
"strong>"
|
189 |
msgstr ""
|
190 |
|
191 |
+
#: ../templates/customizer.php:46 ../templates/editslideshow-sidebar.php:110
|
192 |
msgid "Next & Previous Arrows"
|
193 |
msgstr ""
|
194 |
|
208 |
msgid "Height"
|
209 |
msgstr ""
|
210 |
|
211 |
+
#: ../templates/customizer.php:76 ../templates/editslideshow-sidebar.php:163
|
212 |
msgid "Pagination Icons"
|
213 |
msgstr ""
|
214 |
|
248 |
msgid "Display a Drop Shadow"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: ../templates/customizer.php:136 ../templates/editslideshow-sidebar.php:133
|
252 |
+
#: ../templates/editslideshow-sidebar.php:186
|
253 |
msgid "True"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: ../templates/customizer.php:137 ../templates/editslideshow-sidebar.php:136
|
257 |
+
#: ../templates/editslideshow-sidebar.php:189
|
258 |
msgid "False"
|
259 |
msgstr ""
|
260 |
|
278 |
msgid "Image Resizing"
|
279 |
msgstr ""
|
280 |
|
281 |
+
#: ../templates/editsettings.php:27 ../templates/editslideshow-sidebar.php:118
|
282 |
+
#: ../templates/editslideshow-sidebar.php:171
|
283 |
+
#: ../templates/editslideshow-sidebar.php:232
|
284 |
msgid "Enable"
|
285 |
msgstr ""
|
286 |
|
287 |
+
#: ../templates/editsettings.php:30 ../templates/editslideshow-sidebar.php:121
|
288 |
+
#: ../templates/editslideshow-sidebar.php:174
|
289 |
+
#: ../templates/editslideshow-sidebar.php:235
|
290 |
msgid "Disable"
|
291 |
msgstr ""
|
292 |
|
387 |
msgid "Easing Slider, Go Pro!"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: ../templates/editslideshow-sidebar.php:10
|
391 |
+
msgid "Rocket Galleries for WordPress"
|
392 |
+
msgstr ""
|
393 |
+
|
394 |
+
#: ../templates/editslideshow-sidebar.php:19
|
395 |
msgid "Manage Slides"
|
396 |
msgstr ""
|
397 |
|
398 |
+
#: ../templates/editslideshow-sidebar.php:23
|
399 |
msgid "Add Images"
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: ../templates/editslideshow-sidebar.php:24
|
403 |
msgid "Delete Images"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: ../templates/editslideshow-sidebar.php:30
|
407 |
msgid "Randomize the slideshow order."
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: ../templates/editslideshow-sidebar.php:41
|
411 |
msgid "Dimensions"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: ../templates/editslideshow-sidebar.php:47
|
415 |
msgid "Width:"
|
416 |
msgstr ""
|
417 |
|
418 |
+
#: ../templates/editslideshow-sidebar.php:53
|
419 |
msgid "Height:"
|
420 |
msgstr ""
|
421 |
|
422 |
+
#: ../templates/editslideshow-sidebar.php:57
|
423 |
msgid "Slideshow \"width\" and \"height\" values (in pixels)."
|
424 |
msgstr ""
|
425 |
|
426 |
+
#: ../templates/editslideshow-sidebar.php:64
|
427 |
msgid "Make this slideshow responsive."
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: ../templates/editslideshow-sidebar.php:67
|
431 |
msgid ""
|
432 |
"Check this option to make this slideshow responsive. If enabled, the \"width"
|
433 |
"\" and \"height\" values above will act as maximums."
|
434 |
msgstr ""
|
435 |
|
436 |
+
#: ../templates/editslideshow-sidebar.php:77
|
437 |
msgid "Transitions"
|
438 |
msgstr ""
|
439 |
|
440 |
+
#: ../templates/editslideshow-sidebar.php:83
|
441 |
msgid "Effect:"
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: ../templates/editslideshow-sidebar.php:85
|
445 |
msgid "Slide"
|
446 |
msgstr ""
|
447 |
|
448 |
+
#: ../templates/editslideshow-sidebar.php:86
|
449 |
msgid "Fade"
|
450 |
msgstr ""
|
451 |
|
452 |
+
#: ../templates/editslideshow-sidebar.php:90
|
453 |
msgid "Choose the transition effect you would like to use."
|
454 |
msgstr ""
|
455 |
|
456 |
+
#: ../templates/editslideshow-sidebar.php:96
|
457 |
msgid "Duration:"
|
458 |
msgstr ""
|
459 |
|
460 |
+
#: ../templates/editslideshow-sidebar.php:100
|
461 |
msgid "Sets the duration (in milliseconds) for the slideshow transition."
|
462 |
msgstr ""
|
463 |
|
464 |
+
#: ../templates/editslideshow-sidebar.php:115
|
465 |
msgid "Arrows:"
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: ../templates/editslideshow-sidebar.php:125
|
469 |
msgid "Toggles the next and previous slide arrows."
|
470 |
msgstr ""
|
471 |
|
472 |
+
#: ../templates/editslideshow-sidebar.php:130
|
473 |
+
#: ../templates/editslideshow-sidebar.php:183
|
474 |
msgid "On Hover:"
|
475 |
msgstr ""
|
476 |
|
477 |
+
#: ../templates/editslideshow-sidebar.php:140
|
478 |
msgid ""
|
479 |
"Set to \"True\" to only show the arrows when the user hovers over the "
|
480 |
"slideshow."
|
481 |
msgstr ""
|
482 |
|
483 |
+
#: ../templates/editslideshow-sidebar.php:146
|
484 |
+
#: ../templates/editslideshow-sidebar.php:199
|
485 |
msgid "Position:"
|
486 |
msgstr ""
|
487 |
|
488 |
+
#: ../templates/editslideshow-sidebar.php:148
|
489 |
+
#: ../templates/editslideshow-sidebar.php:201
|
490 |
msgid "Inside"
|
491 |
msgstr ""
|
492 |
|
493 |
+
#: ../templates/editslideshow-sidebar.php:149
|
494 |
+
#: ../templates/editslideshow-sidebar.php:202
|
495 |
msgid "Outside"
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: ../templates/editslideshow-sidebar.php:153
|
499 |
msgid "Select a position for the arrows."
|
500 |
msgstr ""
|
501 |
|
502 |
+
#: ../templates/editslideshow-sidebar.php:168
|
503 |
msgid "Pagination:"
|
504 |
msgstr ""
|
505 |
|
506 |
+
#: ../templates/editslideshow-sidebar.php:178
|
507 |
msgid ""
|
508 |
"Enable/Disable the Pagination Icons. Each icon represents a slide in their "
|
509 |
"respective order."
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: ../templates/editslideshow-sidebar.php:193
|
513 |
msgid ""
|
514 |
"Set to \"True\" to only show the pagination when the user hovers over the "
|
515 |
"slideshow."
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: ../templates/editslideshow-sidebar.php:205
|
519 |
msgid "Top Left"
|
520 |
msgstr ""
|
521 |
|
522 |
+
#: ../templates/editslideshow-sidebar.php:206
|
523 |
msgid "Top Right"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: ../templates/editslideshow-sidebar.php:207
|
527 |
msgid "Top Center"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: ../templates/editslideshow-sidebar.php:208
|
531 |
msgid "Bottom Left"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: ../templates/editslideshow-sidebar.php:209
|
535 |
msgid "Bottom Right"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: ../templates/editslideshow-sidebar.php:210
|
539 |
msgid "Bottom Center"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: ../templates/editslideshow-sidebar.php:214
|
543 |
msgid "Select a position for the pagination icons."
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: ../templates/editslideshow-sidebar.php:224
|
547 |
msgid "Automatic Playback"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: ../templates/editslideshow-sidebar.php:229
|
551 |
msgid "Playback:"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: ../templates/editslideshow-sidebar.php:239
|
555 |
msgid "Enable/Disable slideshow automatic playback."
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: ../templates/editslideshow-sidebar.php:245
|
559 |
msgid "Pause Duration:"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: ../templates/editslideshow-sidebar.php:249
|
563 |
msgid ""
|
564 |
"Sets the duration (in milliseconds) for the pause between slide transitions."
|
565 |
msgstr ""
|
642 |
msgid "Support Forums"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: ../templates/editslideshow.php:62
|
646 |
msgid "Save Slideshow"
|
647 |
msgstr ""
|
648 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Contributors: MatthewRuddy
|
|
4 |
Tags: slideshow, slider, slides, slide, gallery, images, image, responsive, mobile, jquery, javascript, featured, content
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.9
|
7 |
-
Stable tag: 2.1.4
|
8 |
|
9 |
Easing Slider "Lite" is an easy to use slideshow plugin. Simple and lightweight, built with native WordPress functionality.
|
10 |
|
@@ -77,6 +77,11 @@ This is easy. When viewing the <strong>"Edit Slideshow"</strong> Easing Slider "
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
|
|
|
|
80 |
= 2.1.4 =
|
81 |
* Fixed bug that broke media uploader in WordPress v3.9.
|
82 |
* Fixed bug that prevented "Customize" panel from loading in WordPress v3.9.
|
4 |
Tags: slideshow, slider, slides, slide, gallery, images, image, responsive, mobile, jquery, javascript, featured, content
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.9
|
7 |
+
Stable tag: 2.1.4.1
|
8 |
|
9 |
Easing Slider "Lite" is an easy to use slideshow plugin. Simple and lightweight, built with native WordPress functionality.
|
10 |
|
77 |
|
78 |
== Changelog ==
|
79 |
|
80 |
+
= 2.1.4.1 =
|
81 |
+
* Added dashicon to top-level menu.
|
82 |
+
* Fixed admin menu styling bug when Easing Slider “Pro” was active and using WordPress v3.8+.
|
83 |
+
* Updated plugin translations .pot file.
|
84 |
+
|
85 |
= 2.1.4 =
|
86 |
* Fixed bug that broke media uploader in WordPress v3.9.
|
87 |
* Fixed bug that prevented "Customize" panel from loading in WordPress v3.9.
|
templates/editslideshow-sidebar.php
CHANGED
@@ -1,7 +1,13 @@
|
|
1 |
<?php if ( !apply_filters( 'easingsliderlite_hide_advert', __return_false() ) ) : ?>
|
2 |
<div style="margin-bottom: 15px;">
|
3 |
<a href="http://easingslider.com/" target="_blank">
|
4 |
-
<img src="<?php echo plugins_url( dirname( plugin_basename( EasingSliderLite::get_file() ) ) ) . DIRECTORY_SEPARATOR .'images'. DIRECTORY_SEPARATOR .'
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
</a>
|
6 |
</div>
|
7 |
<?php endif; ?>
|
1 |
<?php if ( !apply_filters( 'easingsliderlite_hide_advert', __return_false() ) ) : ?>
|
2 |
<div style="margin-bottom: 15px;">
|
3 |
<a href="http://easingslider.com/" target="_blank">
|
4 |
+
<img src="<?php echo plugins_url( dirname( plugin_basename( EasingSliderLite::get_file() ) ) ) . DIRECTORY_SEPARATOR .'images'. DIRECTORY_SEPARATOR .'banner-easingsliderpro.png'; ?>" width="285" height="100" alt="<?php _e( 'Easing Slider, Go Pro!', 'easingsliderlite' ); ?>" />
|
5 |
+
</a>
|
6 |
+
</div>
|
7 |
+
|
8 |
+
<div style="margin-bottom: 15px;">
|
9 |
+
<a href="http://rocketgalleries.com/" target="_blank">
|
10 |
+
<img src="<?php echo plugins_url( dirname( plugin_basename( EasingSliderLite::get_file() ) ) ) . DIRECTORY_SEPARATOR .'images'. DIRECTORY_SEPARATOR .'banner-rocketgalleries.png'; ?>" width="285" height="100" alt="<?php _e( 'Rocket Galleries for WordPress', 'easingsliderlite' ); ?>" />
|
11 |
</a>
|
12 |
</div>
|
13 |
<?php endif; ?>
|