Version Description
= 3.0.0 =
This is a major overhaul without backwards compliance of over 80 changes. Please read the Testimonials Widget 3.0 and Testimonials Widget Premium 2.0 Upgrade Notice for more help.
If you use custom CSS, actions, or filters to modify Testimonials Widget and Testimonials Widget Premium actions or output, this upgrade will not be compatible with those modifications until corrections are made.
= Older Versions =
Read UPGRADING.
Download this release
Release Info
Developer | saurabhd |
Plugin | Testimonials Widget |
Version | 3.3.5 |
Comparing to | |
See all releases |
Code changes from version 3.3.4 to 3.3.5
- API.md +14 -14
- CHANGELOG.md +6 -0
- CONTRIBUTING.md +1 -1
- README.md +2 -2
- UPGRADING.md +3 -3
- includes/class-testimonials-widget.php +2 -2
- includes/libraries/aihrus-framework/CHANGELOG.md +10 -0
- includes/libraries/aihrus-framework/README.md +3 -3
- includes/libraries/aihrus-framework/aihrus-framework.php +5 -5
- includes/libraries/aihrus-framework/includes/class-aihrus-common.php +6 -6
- includes/libraries/aihrus-framework/includes/class-aihrus-settings.php +1 -1
- includes/libraries/aihrus-framework/includes/libraries/parsedown/Parsedown.php +25 -5
- includes/libraries/aihrus-framework/includes/libraries/parsedown/README.md +7 -4
- includes/libraries/aihrus-framework/includes/libraries/parsedown/composer.json +4 -1
- includes/libraries/aihrus-framework/includes/libraries/parsedown/test/ParsedownTest.php +1 -1
- includes/libraries/aihrus-framework/includes/libraries/parsedown/test/data/ordered_list.html +1 -1
- includes/requirements.php +1 -1
- languages/testimonials-widget.pot +13248 -169
API.md
CHANGED
@@ -26,11 +26,11 @@ The [Testimonials Widget plugin](http://wordpress.org/plugins/testimonials-widge
|
|
26 |
Â
|
27 |
Â
* `tw_cite_html`
|
28 |
Â
|
29 |
-
Adjust cite contents. [example](https://
|
30 |
Â
|
31 |
Â
* `tw_content_more`
|
32 |
Â
|
33 |
-
More content ellipsis. [example](https://
|
34 |
Â
|
35 |
Â
* `tw_get_testimonials_html`
|
36 |
Â
|
@@ -38,23 +38,23 @@ The [Testimonials Widget plugin](http://wordpress.org/plugins/testimonials-widge
|
|
38 |
Â
|
39 |
Â
* `tw_get_testimonial_html`
|
40 |
Â
|
41 |
-
Customize testimonial contents and layout within `get_testimonial_html`. Useful for moving processed parts around than regenerating everything from scratch. [example](https://
|
42 |
Â
|
43 |
Â
* `tw_gravatar_size`
|
44 |
Â
|
45 |
-
Change the Gravatar size. [example](https://
|
46 |
Â
|
47 |
Â
* `tw_image_size`
|
48 |
Â
|
49 |
-
Change the image size. [example](https://
|
50 |
Â
|
51 |
Â
* `tw_next_posts_link_text`
|
52 |
Â
|
53 |
-
Configure Next page indicator. [example](https://
|
54 |
Â
|
55 |
Â
* `tw_previous_posts_link_text`
|
56 |
Â
|
57 |
-
Configure Previous page indicator. [example](https://
|
58 |
Â
|
59 |
Â
* `tw_testimonial_html_single_content`
|
60 |
Â
|
@@ -62,11 +62,11 @@ The [Testimonials Widget plugin](http://wordpress.org/plugins/testimonials-widge
|
|
62 |
Â
|
63 |
Â
* `tw_testimonial_html_single`
|
64 |
Â
|
65 |
-
Customize testimonials single view output post `get_testimonial_html`. [example](https://
|
66 |
Â
|
67 |
Â
* `tw_testimonial_html`
|
68 |
Â
|
69 |
-
Customize testimonials list and widget output post `get_testimonial_html`. [example](https://
|
70 |
Â
|
71 |
Â
* `tw_get_testimonial_html_class`
|
72 |
Â
|
@@ -86,7 +86,7 @@ The [Testimonials Widget plugin](http://wordpress.org/plugins/testimonials-widge
|
|
86 |
Â
|
87 |
Â
* `tw_wp_pagenavi`
|
88 |
Â
|
89 |
-
Configure WP-PageNavi specifically for Testimonial Widgets. [example](https://
|
90 |
Â
|
91 |
Â
* `tw_review_name_length`
|
92 |
Â
|
@@ -164,15 +164,15 @@ The [Testimonials Widget plugin](http://wordpress.org/plugins/testimonials-widge
|
|
164 |
Â
|
165 |
Â
* `tw_data`
|
166 |
Â
|
167 |
-
Process testimonials data before display processing. [example](https://
|
168 |
Â
|
169 |
Â
* `tw_defaults_single`
|
170 |
Â
|
171 |
-
Create a global or central Testimonials configuration for single view. [example](https://
|
172 |
Â
|
173 |
Â
* `tw_defaults`
|
174 |
Â
|
175 |
-
Create a global or central Testimonials configuration. [example](https://
|
176 |
Â
|
177 |
Â
* `tw_meta_box`
|
178 |
Â
|
@@ -268,4 +268,4 @@ The [Testimonials Widget plugin](http://wordpress.org/plugins/testimonials-widge
|
|
268 |
Â
|
269 |
Â
## Need More?
|
270 |
Â
|
271 |
-
Further examples and more can be found by reading and searching the [Testimonials Knowledge Base](https://
|
26 |
Â
|
27 |
Â
* `tw_cite_html`
|
28 |
Â
|
29 |
+
Adjust cite contents. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+add+the+date+to+the+cite)
|
30 |
Â
|
31 |
Â
* `tw_content_more`
|
32 |
Â
|
33 |
+
More content ellipsis. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+change+the+more+content+ellipsis)
|
34 |
Â
|
35 |
Â
* `tw_get_testimonials_html`
|
36 |
Â
|
38 |
Â
|
39 |
Â
* `tw_get_testimonial_html`
|
40 |
Â
|
41 |
+
Customize testimonial contents and layout within `get_testimonial_html`. Useful for moving processed parts around than regenerating everything from scratch. [example](https://axelerant.atlassian.net/wiki/pages/viewpage.action?pageId=14024720)
|
42 |
Â
|
43 |
Â
* `tw_gravatar_size`
|
44 |
Â
|
45 |
+
Change the Gravatar size. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+change+the+Gravatar+size)
|
46 |
Â
|
47 |
Â
* `tw_image_size`
|
48 |
Â
|
49 |
+
Change the image size. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/Follow+How+do+I+change+the+image+size)
|
50 |
Â
|
51 |
Â
* `tw_next_posts_link_text`
|
52 |
Â
|
53 |
+
Configure Next page indicator. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+configure+Next+and+Previous+page+indicators)
|
54 |
Â
|
55 |
Â
* `tw_previous_posts_link_text`
|
56 |
Â
|
57 |
+
Configure Previous page indicator. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+configure+Next+and+Previous+page+indicators)
|
58 |
Â
|
59 |
Â
* `tw_testimonial_html_single_content`
|
60 |
Â
|
62 |
Â
|
63 |
Â
* `tw_testimonial_html_single`
|
64 |
Â
|
65 |
+
Customize testimonials single view output post `get_testimonial_html`. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+customize+my+testimonial+single+output)
|
66 |
Â
|
67 |
Â
* `tw_testimonial_html`
|
68 |
Â
|
69 |
+
Customize testimonials list and widget output post `get_testimonial_html`. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+customize+my+testimonial+list+and+widget+output)
|
70 |
Â
|
71 |
Â
* `tw_get_testimonial_html_class`
|
72 |
Â
|
86 |
Â
|
87 |
Â
* `tw_wp_pagenavi`
|
88 |
Â
|
89 |
+
Configure WP-PageNavi specifically for Testimonial Widgets. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/Follow+How+do+I+get+page+numbers+for+pagination)
|
90 |
Â
|
91 |
Â
* `tw_review_name_length`
|
92 |
Â
|
164 |
Â
|
165 |
Â
* `tw_data`
|
166 |
Â
|
167 |
+
Process testimonials data before display processing. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+filter+the+testimonials+data+before+display+processing)
|
168 |
Â
|
169 |
Â
* `tw_defaults_single`
|
170 |
Â
|
171 |
+
Create a global or central Testimonials configuration for single view. [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+add+testimonial+excerpt+to+single+view). [example](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+show+the+expert+and+hide+the+image+in+the+testimonial+single+view)
|
172 |
Â
|
173 |
Â
* `tw_defaults`
|
174 |
Â
|
175 |
+
Create a global or central Testimonials configuration. [example](https://axelerant.atlassian.net/wiki/pages/viewpage.action?pageId=13566004)
|
176 |
Â
|
177 |
Â
* `tw_meta_box`
|
178 |
Â
|
268 |
Â
|
269 |
Â
## Need More?
|
270 |
Â
|
271 |
+
Further examples and more can be found by reading and searching the [Testimonials Knowledge Base](https://axelerant.atlassian.net/wiki/display/WPFAQ/) and [source code](https://github.com/michael-cannon/testimonials-widget).
|
CHANGELOG.md
CHANGED
@@ -2,6 +2,12 @@
|
|
2 |
Â
|
3 |
Â
## master
|
4 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
5 |
Â
## 3.3.4
|
6 |
Â
* Change verbiage for schema notice
|
7 |
Â
* Confirm WordPress 4.6 compatibility
|
2 |
Â
|
3 |
Â
## master
|
4 |
Â
|
5 |
+
## 3.3.5
|
6 |
+
* Change Axelerant's plugins FAQ links
|
7 |
+
* Change support email address to `support@axelerant.atlassian.net`
|
8 |
+
* Confirm WordPress 4.7.1 compatibility
|
9 |
+
* Require Aihrus Framework 1.2.6
|
10 |
+
|
11 |
Â
## 3.3.4
|
12 |
Â
* Change verbiage for schema notice
|
13 |
Â
* Confirm WordPress 4.6 compatibility
|
CONTRIBUTING.md
CHANGED
@@ -6,7 +6,7 @@ When contributing please ensure you follow the guidelines below so that we can k
|
|
6 |
Â
|
7 |
Â
**Please Note:** GitHub is for bug reports and contributions only - if you have a support question or a request for a customisation don't post here, go to our [Support Forum](http://wordpress.org/support/plugin/testimonials-widget) instead.
|
8 |
Â
|
9 |
-
For localization, please refer to [How do I change Testimonials text labels?](https://
|
10 |
Â
|
11 |
Â
## Getting Started
|
12 |
Â
|
6 |
Â
|
7 |
Â
**Please Note:** GitHub is for bug reports and contributions only - if you have a support question or a request for a customisation don't post here, go to our [Support Forum](http://wordpress.org/support/plugin/testimonials-widget) instead.
|
8 |
Â
|
9 |
+
For localization, please refer to [How do I change Testimonials text labels?](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+change+Testimonials+Widget+text+labels), though bugs with strings that can't be translated are welcome here.
|
10 |
Â
|
11 |
Â
## Getting Started
|
12 |
Â
|
README.md
CHANGED
@@ -23,7 +23,7 @@ If you find an issue, [let us know here](https://github.com/michael-cannon/testi
|
|
23 |
Â
|
24 |
Â
## Support
|
25 |
Â
|
26 |
-
This is a developer's portal for Testimonials Widget and should not be used for support. Please visit the [Testimonials Widget Knowledge Base](https://
|
27 |
Â
|
28 |
Â
## Contributions
|
29 |
Â
|
@@ -33,7 +33,7 @@ There are various ways you can contribute:
|
|
33 |
Â
|
34 |
Â
* [Raise an issue](https://github.com/michael-cannon/testimonials-widget/issues) on GitHub.
|
35 |
Â
* Fork Testimonials Widget and send a Pull Request with your bug fixes and/or new features.
|
36 |
-
* [Translate Testimonials Widget into different languages](https://
|
37 |
Â
* Provide feedback and [suggestions on enhancements](https://github.com/michael-cannon/testimonials-widget/issues?direction=desc&labels=Enhancement&page=1&sort=created&state=open).
|
38 |
Â
|
39 |
Â
## Thank You
|
23 |
Â
|
24 |
Â
## Support
|
25 |
Â
|
26 |
+
This is a developer's portal for Testimonials Widget and should not be used for support. Please visit the [Testimonials Widget Knowledge Base](https://axelerant.atlassian.net/wiki/display/WPFAQ) for frequently asked questions, offering ideas, or getting support.
|
27 |
Â
|
28 |
Â
## Contributions
|
29 |
Â
|
33 |
Â
|
34 |
Â
* [Raise an issue](https://github.com/michael-cannon/testimonials-widget/issues) on GitHub.
|
35 |
Â
* Fork Testimonials Widget and send a Pull Request with your bug fixes and/or new features.
|
36 |
+
* [Translate Testimonials Widget into different languages](https://axelerant.atlassian.net/wiki/display/WPFAQ/How+do+I+change+Testimonials+Widget+text+labels).
|
37 |
Â
* Provide feedback and [suggestions on enhancements](https://github.com/michael-cannon/testimonials-widget/issues?direction=desc&labels=Enhancement&page=1&sort=created&state=open).
|
38 |
Â
|
39 |
Â
## Thank You
|
UPGRADING.md
CHANGED
@@ -31,11 +31,11 @@ The changes and helpers below are intended to help you update your customization
|
|
31 |
Â
|
32 |
Â
## 3.0.0
|
33 |
Â
|
34 |
-
This is a major overhaul *without* backwards compliance of over 80 changes. Please read the [Testimonials Widget 3.0 and Testimonials Widget Premium 2.0 Upgrade Notice](https://
|
35 |
Â
|
36 |
Â
If you use custom CSS, actions, or filters to modify Testimonials Widget and Testimonials Widget Premium actions or output, this upgrade will not be compatible with those modifications until corrections are made.
|
37 |
Â
|
38 |
-
The changes and helpers below are intended to help you update your customizations quickly. If further help is required, please request it via commenting upon the [Testimonials Widget 3.0 and Testimonials Widget Premium 2.0 Upgrade Notice](https://
|
39 |
Â
|
40 |
Â
### Changes
|
41 |
Â
|
@@ -98,7 +98,7 @@ The changes and helpers below are intended to help you update your customization
|
|
98 |
Â
|
99 |
Â
## 2.16.0
|
100 |
Â
|
101 |
-
* [Requires PHP 5.3+](https://
|
102 |
Â
|
103 |
Â
## 2.15.0
|
104 |
Â
|
31 |
Â
|
32 |
Â
## 3.0.0
|
33 |
Â
|
34 |
+
This is a major overhaul *without* backwards compliance of over 80 changes. Please read the [Testimonials Widget 3.0 and Testimonials Widget Premium 2.0 Upgrade Notice](https://axelerant.atlassian.net/wiki/display/WPFAQ/Testimonials+Widget+3.0+and+Testimonials+Widget+Premium+2.0+Upgrade+Notice) for more help.
|
35 |
Â
|
36 |
Â
If you use custom CSS, actions, or filters to modify Testimonials Widget and Testimonials Widget Premium actions or output, this upgrade will not be compatible with those modifications until corrections are made.
|
37 |
Â
|
38 |
+
The changes and helpers below are intended to help you update your customizations quickly. If further help is required, please request it via commenting upon the [Testimonials Widget 3.0 and Testimonials Widget Premium 2.0 Upgrade Notice](https://axelerant.atlassian.net/wiki/display/WPFAQ/Testimonials+Widget+3.0+and+Testimonials+Widget+Premium+2.0+Upgrade+Notice).
|
39 |
Â
|
40 |
Â
### Changes
|
41 |
Â
|
98 |
Â
|
99 |
Â
## 2.16.0
|
100 |
Â
|
101 |
+
* [Requires PHP 5.3+](https://axelerant.atlassian.net/wiki/pages/viewpage.action?pageId=12845151)
|
102 |
Â
|
103 |
Â
## 2.15.0
|
104 |
Â
|
includes/class-testimonials-widget.php
CHANGED
@@ -374,7 +374,7 @@ class Axl_Testimonials_Widget extends Aihrus_Common {
|
|
374 |
Â
|
375 |
Â
|
376 |
Â
public static function notice_2_12_0() {
|
377 |
-
$text = sprintf( __( 'If your Testimonials display has gone to funky town, please <a href="%s">read the FAQ</a> about possible CSS fixes.', 'testimonials-widget' ), esc_url( 'https://
|
378 |
Â
|
379 |
Â
aihr_notice_updated( $text );
|
380 |
Â
}
|
@@ -1782,7 +1782,7 @@ EOF;
|
|
1782 |
Â
|
1783 |
Â
|
1784 |
Â
public static function notice_2_15_0() {
|
1785 |
-
$text = sprintf( __( 'If your Testimonials display has gone to funky town, please <a href="%s">read the FAQ</a> about possible fixes.', 'testimonials-widget' ), esc_url( 'https://
|
1786 |
Â
|
1787 |
Â
aihr_notice_updated( $text );
|
1788 |
Â
}
|
374 |
Â
|
375 |
Â
|
376 |
Â
public static function notice_2_12_0() {
|
377 |
+
$text = sprintf( __( 'If your Testimonials display has gone to funky town, please <a href="%s">read the FAQ</a> about possible CSS fixes.', 'testimonials-widget' ), esc_url( 'https://axelerant.atlassian.net/wiki/display/WPFAQ/Major+Changes+Since+2.10.0' ) );
|
378 |
Â
|
379 |
Â
aihr_notice_updated( $text );
|
380 |
Â
}
|
1782 |
Â
|
1783 |
Â
|
1784 |
Â
public static function notice_2_15_0() {
|
1785 |
+
$text = sprintf( __( 'If your Testimonials display has gone to funky town, please <a href="%s">read the FAQ</a> about possible fixes.', 'testimonials-widget' ), esc_url( 'https://axelerant.atlassian.net/wiki/display/WPFAQ/Major+Change+for+2.15.0' ) );
|
1786 |
Â
|
1787 |
Â
aihr_notice_updated( $text );
|
1788 |
Â
}
|
includes/libraries/aihrus-framework/CHANGELOG.md
CHANGED
@@ -2,6 +2,16 @@
|
|
2 |
Â
|
3 |
Â
## master
|
4 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
5 |
Â
## 1.2.4
|
6 |
Â
* Change support email address to `support@axelerant.com`
|
7 |
Â
* Fix coding standards for CI
|
2 |
Â
|
3 |
Â
## master
|
4 |
Â
|
5 |
+
## 1.2.7
|
6 |
+
* Change support email address to `support@axelerant.atlassian.net`
|
7 |
+
* Update FAQ's link
|
8 |
+
|
9 |
+
## 1.2.6
|
10 |
+
* Update Parsedown 1.6.1
|
11 |
+
|
12 |
+
## 1.2.5
|
13 |
+
* Use WP provided nonce functions
|
14 |
+
|
15 |
Â
## 1.2.4
|
16 |
Â
* Change support email address to `support@axelerant.com`
|
17 |
Â
* Fix coding standards for CI
|
includes/libraries/aihrus-framework/README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
Â
# Aihrus Framework
|
2 |
Â
|
3 |
-
Tested up to: 4.
|
4 |
-
Stable tag: 1.2.
|
5 |
Â
|
6 |
Â
A helper library for WordPress plugins by Aihrus and maintained by [Axelerant](//axelerant.com).
|
7 |
Â
|
@@ -55,7 +55,7 @@ if ( $bad_version )
|
|
55 |
Â
add_action( 'admin_notices', 'wps_notice_aihrus' );
|
56 |
Â
…
|
57 |
Â
function wps_notice_aihrus() {
|
58 |
-
$help_url = esc_url( 'https://
|
59 |
Â
$help_link = sprintf( __( '<a href="%1$s">Update plugins</a>. <a href="%2$s">More information</a>.' ), self_admin_url( 'update-core.php' ), $help_url );
|
60 |
Â
|
61 |
Â
$text = sprintf( esc_html__( 'Plugin "%1$s" has been deactivated as it requires a current Aihrus Framework. Once corrected, "%1$s" can be activated. %2$s' ), WPS_NAME, $help_link );
|
1 |
Â
# Aihrus Framework
|
2 |
Â
|
3 |
+
Tested up to: 4.5.3
|
4 |
+
Stable tag: 1.2.6
|
5 |
Â
|
6 |
Â
A helper library for WordPress plugins by Aihrus and maintained by [Axelerant](//axelerant.com).
|
7 |
Â
|
55 |
Â
add_action( 'admin_notices', 'wps_notice_aihrus' );
|
56 |
Â
…
|
57 |
Â
function wps_notice_aihrus() {
|
58 |
+
$help_url = esc_url( 'https://axelerant.atlassian.net/wiki/display/WPFAQ/Axelerant+Framework+Out+of+Date' );
|
59 |
Â
$help_link = sprintf( __( '<a href="%1$s">Update plugins</a>. <a href="%2$s">More information</a>.' ), self_admin_url( 'update-core.php' ), $help_url );
|
60 |
Â
|
61 |
Â
$text = sprintf( esc_html__( 'Plugin "%1$s" has been deactivated as it requires a current Aihrus Framework. Once corrected, "%1$s" can be activated. %2$s' ), WPS_NAME, $help_link );
|
includes/libraries/aihrus-framework/aihrus-framework.php
CHANGED
@@ -35,7 +35,7 @@ if ( ! defined( 'AIHR_DIR_LIB' ) ) {
|
|
35 |
Â
}
|
36 |
Â
|
37 |
Â
if ( ! defined( 'AIHR_VERSION' ) ) {
|
38 |
-
define( 'AIHR_VERSION', '1.2.
|
39 |
Â
}
|
40 |
Â
|
41 |
Â
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
@@ -86,7 +86,7 @@ if ( ! function_exists( 'aihr_notice_aihrus_framework' ) ) {
|
|
86 |
Â
$name = ucwords( $name );
|
87 |
Â
}
|
88 |
Â
|
89 |
-
$help_url = esc_url( '
|
90 |
Â
$help_link = sprintf( __( '<a href="%1$s">Update plugins</a>. <a href="%2$s">More information</a>.' ), self_admin_url( 'update-core.php' ), $help_url );
|
91 |
Â
|
92 |
Â
$note = '';
|
@@ -149,7 +149,7 @@ if ( ! function_exists( 'aihr_notice_php' ) ) {
|
|
149 |
Â
$name = ucwords( $name );
|
150 |
Â
}
|
151 |
Â
|
152 |
-
$help_url = esc_url( 'https://
|
153 |
Â
|
154 |
Â
$text = sprintf( __( 'Plugin "%1$s" has been deactivated as it requires PHP %2$s or newer. You\'re running PHP %4$s. Once corrected, "%1$s" can be activated. <a href="%3$s">More information</a>.' ), $name, AIHR_PHP_VERSION_MIN, $help_url, PHP_VERSION );
|
155 |
Â
|
@@ -251,7 +251,7 @@ if ( ! function_exists( 'aihr_notice_license' ) ) {
|
|
251 |
Â
|
252 |
Â
$settings_link = sprintf( $text, $link, $free_name );
|
253 |
Â
|
254 |
-
$link = esc_url( 'https://
|
255 |
Â
$text = __( '<a href="%s">Where\'s my license key?</a>' );
|
256 |
Â
|
257 |
Â
$faq_link = sprintf( $text, $link );
|
@@ -330,7 +330,7 @@ if ( ! function_exists( 'aihr_notice_deactivate' ) ) {
|
|
330 |
Â
$plugin_slug = dirname( plugin_basename( $file ) );
|
331 |
Â
$url = 'https://wordpress.org/plugins/' . $plugin_slug . '/developers/';
|
332 |
Â
|
333 |
-
$text = sprintf( __( 'Plugin "%1$s" has been deactivated due to "%2$s". Once corrected, "%1$s" can be activated.</p><p>If you want to revert "%1$s", look for <a href="%3$s">older versions on WordPress</a> or <a href="mailto:support@axelerant.
|
334 |
Â
|
335 |
Â
aihr_notice_error( $text );
|
336 |
Â
|
35 |
Â
}
|
36 |
Â
|
37 |
Â
if ( ! defined( 'AIHR_VERSION' ) ) {
|
38 |
+
define( 'AIHR_VERSION', '1.2.7' );
|
39 |
Â
}
|
40 |
Â
|
41 |
Â
require_once ABSPATH . 'wp-admin/includes/plugin.php';
|
86 |
Â
$name = ucwords( $name );
|
87 |
Â
}
|
88 |
Â
|
89 |
+
$help_url = esc_url( 'https://axelerant.atlassian.net/wiki/display/WPFAQ/Axelerant+Framework+Out+of+Date' );
|
90 |
Â
$help_link = sprintf( __( '<a href="%1$s">Update plugins</a>. <a href="%2$s">More information</a>.' ), self_admin_url( 'update-core.php' ), $help_url );
|
91 |
Â
|
92 |
Â
$note = '';
|
149 |
Â
$name = ucwords( $name );
|
150 |
Â
}
|
151 |
Â
|
152 |
+
$help_url = esc_url( 'https://axelerant.atlassian.net/wiki/pages/viewpage.action?pageId=12845151' );
|
153 |
Â
|
154 |
Â
$text = sprintf( __( 'Plugin "%1$s" has been deactivated as it requires PHP %2$s or newer. You\'re running PHP %4$s. Once corrected, "%1$s" can be activated. <a href="%3$s">More information</a>.' ), $name, AIHR_PHP_VERSION_MIN, $help_url, PHP_VERSION );
|
155 |
Â
|
251 |
Â
|
252 |
Â
$settings_link = sprintf( $text, $link, $free_name );
|
253 |
Â
|
254 |
+
$link = esc_url( 'https://axelerant.atlassian.net/wiki/display/WPFAQ/Where+does+my+license+key+go' );
|
255 |
Â
$text = __( '<a href="%s">Where\'s my license key?</a>' );
|
256 |
Â
|
257 |
Â
$faq_link = sprintf( $text, $link );
|
330 |
Â
$plugin_slug = dirname( plugin_basename( $file ) );
|
331 |
Â
$url = 'https://wordpress.org/plugins/' . $plugin_slug . '/developers/';
|
332 |
Â
|
333 |
+
$text = sprintf( __( 'Plugin "%1$s" has been deactivated due to "%2$s". Once corrected, "%1$s" can be activated.</p><p>If you want to revert "%1$s", look for <a href="%3$s">older versions on WordPress</a> or <a href="mailto:support@axelerant.atlassian.net?subject=Old+Plugin+Version+Request">email Axelerant support</a> if this is a premium plugin.' ), $name, $reason, $url );
|
334 |
Â
|
335 |
Â
aihr_notice_error( $text );
|
336 |
Â
|
includes/libraries/aihrus-framework/includes/class-aihrus-common.php
CHANGED
@@ -196,23 +196,23 @@ EOD;
|
|
196 |
Â
|
197 |
Â
|
198 |
Â
public static function create_nonce( $action ) {
|
199 |
-
$nonce = uniqid();
|
200 |
Â
$uid = get_current_user_id();
|
201 |
Â
$check = $uid . $action;
|
202 |
-
|
Â
|
|
203 |
Â
|
204 |
Â
return $nonce;
|
205 |
Â
}
|
206 |
Â
|
207 |
Â
|
208 |
Â
public static function verify_nonce( $nonce, $action ) {
|
209 |
-
$active = get_transient( $nonce );
|
210 |
Â
$uid = get_current_user_id();
|
211 |
Â
$check = $uid . $action;
|
212 |
Â
$valid = false;
|
213 |
Â
|
214 |
-
|
215 |
-
|
Â
|
|
216 |
Â
$valid = true;
|
217 |
Â
}
|
218 |
Â
|
@@ -457,7 +457,7 @@ EOD;
|
|
457 |
Â
if ( end( $tag_stack ) == $tag_inner ) {
|
458 |
Â
array_pop( $tag_stack );
|
459 |
Â
}
|
460 |
-
} elseif ( $tag[ $func_strlen( $tag ) - 2 ]
|
461 |
Â
// Self-closing or unpaired tag
|
462 |
Â
$output .= $tag;
|
463 |
Â
} else {
|
196 |
Â
|
197 |
Â
|
198 |
Â
public static function create_nonce( $action ) {
|
Â
|
|
199 |
Â
$uid = get_current_user_id();
|
200 |
Â
$check = $uid . $action;
|
201 |
+
|
202 |
+
$nonce = wp_create_nonce( $check );
|
203 |
Â
|
204 |
Â
return $nonce;
|
205 |
Â
}
|
206 |
Â
|
207 |
Â
|
208 |
Â
public static function verify_nonce( $nonce, $action ) {
|
Â
|
|
209 |
Â
$uid = get_current_user_id();
|
210 |
Â
$check = $uid . $action;
|
211 |
Â
$valid = false;
|
212 |
Â
|
213 |
+
$active = wp_verify_nonce( $nonce, $check );
|
214 |
+
|
215 |
+
if ( false != $active ) {
|
216 |
Â
$valid = true;
|
217 |
Â
}
|
218 |
Â
|
457 |
Â
if ( end( $tag_stack ) == $tag_inner ) {
|
458 |
Â
array_pop( $tag_stack );
|
459 |
Â
}
|
460 |
+
} elseif ( '/' == $tag[ $func_strlen( $tag ) - 2 ] || in_array( strtolower( $tag_inner ), $unpaired_tags ) ) {
|
461 |
Â
// Self-closing or unpaired tag
|
462 |
Â
$output .= $tag;
|
463 |
Â
} else {
|
includes/libraries/aihrus-framework/includes/class-aihrus-settings.php
CHANGED
@@ -299,7 +299,7 @@ abstract class Aihrus_Settings {
|
|
299 |
Â
esc_url( 'https://axelerant.com/about-axelerant/donate/' ),
|
300 |
Â
esc_url( 'https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif' ),
|
301 |
Â
esc_url( 'https://store.axelerant.com/' ),
|
302 |
-
esc_url( '
|
303 |
Â
) .
|
304 |
Â
'</p>';
|
305 |
Â
}
|
299 |
Â
esc_url( 'https://axelerant.com/about-axelerant/donate/' ),
|
300 |
Â
esc_url( 'https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif' ),
|
301 |
Â
esc_url( 'https://store.axelerant.com/' ),
|
302 |
+
esc_url( 'mailto:support@axelerant.atlassian.net' )
|
303 |
Â
) .
|
304 |
Â
'</p>';
|
305 |
Â
}
|
includes/libraries/aihrus-framework/includes/libraries/parsedown/Parsedown.php
CHANGED
@@ -17,7 +17,7 @@ class Parsedown
|
|
17 |
Â
{
|
18 |
Â
# ~
|
19 |
Â
|
20 |
-
const version = '1.
|
21 |
Â
|
22 |
Â
# ~
|
23 |
Â
|
@@ -115,7 +115,7 @@ class Parsedown
|
|
115 |
Â
# Blocks
|
116 |
Â
#
|
117 |
Â
|
118 |
-
|
119 |
Â
{
|
120 |
Â
$CurrentBlock = null;
|
121 |
Â
|
@@ -175,7 +175,7 @@ class Parsedown
|
|
175 |
Â
}
|
176 |
Â
else
|
177 |
Â
{
|
178 |
-
if (
|
179 |
Â
{
|
180 |
Â
$CurrentBlock = $this->{'block'.$CurrentBlock['type'].'Complete'}($CurrentBlock);
|
181 |
Â
}
|
@@ -216,7 +216,7 @@ class Parsedown
|
|
216 |
Â
$Block['identified'] = true;
|
217 |
Â
}
|
218 |
Â
|
219 |
-
if (
|
220 |
Â
{
|
221 |
Â
$Block['continuable'] = true;
|
222 |
Â
}
|
@@ -245,7 +245,7 @@ class Parsedown
|
|
245 |
Â
|
246 |
Â
# ~
|
247 |
Â
|
248 |
-
if (isset($CurrentBlock['continuable']) and
|
249 |
Â
{
|
250 |
Â
$CurrentBlock = $this->{'block'.$CurrentBlock['type'].'Complete'}($CurrentBlock);
|
251 |
Â
}
|
@@ -278,6 +278,16 @@ class Parsedown
|
|
278 |
Â
return $markup;
|
279 |
Â
}
|
280 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
281 |
Â
#
|
282 |
Â
# Code
|
283 |
Â
|
@@ -505,6 +515,16 @@ class Parsedown
|
|
505 |
Â
),
|
506 |
Â
);
|
507 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
508 |
Â
$Block['li'] = array(
|
509 |
Â
'name' => 'li',
|
510 |
Â
'handler' => 'li',
|
17 |
Â
{
|
18 |
Â
# ~
|
19 |
Â
|
20 |
+
const version = '1.6.0';
|
21 |
Â
|
22 |
Â
# ~
|
23 |
Â
|
115 |
Â
# Blocks
|
116 |
Â
#
|
117 |
Â
|
118 |
+
protected function lines(array $lines)
|
119 |
Â
{
|
120 |
Â
$CurrentBlock = null;
|
121 |
Â
|
175 |
Â
}
|
176 |
Â
else
|
177 |
Â
{
|
178 |
+
if ($this->isBlockCompletable($CurrentBlock['type']))
|
179 |
Â
{
|
180 |
Â
$CurrentBlock = $this->{'block'.$CurrentBlock['type'].'Complete'}($CurrentBlock);
|
181 |
Â
}
|
216 |
Â
$Block['identified'] = true;
|
217 |
Â
}
|
218 |
Â
|
219 |
+
if ($this->isBlockContinuable($blockType))
|
220 |
Â
{
|
221 |
Â
$Block['continuable'] = true;
|
222 |
Â
}
|
245 |
Â
|
246 |
Â
# ~
|
247 |
Â
|
248 |
+
if (isset($CurrentBlock['continuable']) and $this->isBlockCompletable($CurrentBlock['type']))
|
249 |
Â
{
|
250 |
Â
$CurrentBlock = $this->{'block'.$CurrentBlock['type'].'Complete'}($CurrentBlock);
|
251 |
Â
}
|
278 |
Â
return $markup;
|
279 |
Â
}
|
280 |
Â
|
281 |
+
protected function isBlockContinuable($Type)
|
282 |
+
{
|
283 |
+
return method_exists($this, 'block'.$Type.'Continue');
|
284 |
+
}
|
285 |
+
|
286 |
+
protected function isBlockCompletable($Type)
|
287 |
+
{
|
288 |
+
return method_exists($this, 'block'.$Type.'Complete');
|
289 |
+
}
|
290 |
+
|
291 |
Â
#
|
292 |
Â
# Code
|
293 |
Â
|
515 |
Â
),
|
516 |
Â
);
|
517 |
Â
|
518 |
+
if($name === 'ol')
|
519 |
+
{
|
520 |
+
$listStart = stristr($matches[0], '.', true);
|
521 |
+
|
522 |
+
if($listStart !== '1')
|
523 |
+
{
|
524 |
+
$Block['element']['attributes'] = array('start' => $listStart);
|
525 |
+
}
|
526 |
+
}
|
527 |
+
|
528 |
Â
$Block['li'] = array(
|
529 |
Â
'name' => 'li',
|
530 |
Â
'handler' => 'li',
|
includes/libraries/aihrus-framework/includes/libraries/parsedown/README.md
CHANGED
@@ -1,3 +1,5 @@
|
|
Â
|
|
Â
|
|
1 |
Â
## Parsedown
|
2 |
Â
|
3 |
Â
[![Build Status](https://img.shields.io/travis/erusev/parsedown/master.svg?style=flat-square)](https://travis-ci.org/erusev/parsedown)
|
@@ -12,10 +14,11 @@ Better Markdown Parser in PHP
|
|
12 |
Â
|
13 |
Â
### Features
|
14 |
Â
|
Â
|
|
15 |
Â
* Super Fast
|
16 |
-
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
|
17 |
Â
* Extensible
|
18 |
-
*
|
Â
|
|
19 |
Â
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
|
20 |
Â
|
21 |
Â
### Installation
|
@@ -36,7 +39,7 @@ More examples in [the wiki](https://github.com/erusev/parsedown/wiki/) and in [t
|
|
36 |
Â
|
37 |
Â
**How does Parsedown work?**
|
38 |
Â
|
39 |
-
It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the lines start. This helps it recognise blocks. It knows, for example, that if a line
|
40 |
Â
|
41 |
Â
We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages.
|
42 |
Â
|
@@ -46,7 +49,7 @@ It passes most of the CommonMark tests. Most of the tests that don't pass deal w
|
|
46 |
Â
|
47 |
Â
**Who uses it?**
|
48 |
Â
|
49 |
-
[phpDocumentor](http://www.phpdoc.org/), [October CMS](http://octobercms.com/), [Bolt CMS](http://bolt.cm/), [Kirby CMS](http://getkirby.com/), [Grav CMS](http://getgrav.org/), [Statamic CMS](http://www.statamic.com/),
|
50 |
Â
|
51 |
Â
**How can I help?**
|
52 |
Â
|
1 |
+
> You might also like [Caret](http://caret.io?ref=parsedown) - our Markdown editor for Mac / Windows / Linux.
|
2 |
+
|
3 |
Â
## Parsedown
|
4 |
Â
|
5 |
Â
[![Build Status](https://img.shields.io/travis/erusev/parsedown/master.svg?style=flat-square)](https://travis-ci.org/erusev/parsedown)
|
14 |
Â
|
15 |
Â
### Features
|
16 |
Â
|
17 |
+
* One File
|
18 |
Â
* Super Fast
|
Â
|
|
19 |
Â
* Extensible
|
20 |
+
* [GitHub flavored](https://help.github.com/articles/github-flavored-markdown)
|
21 |
+
* Tested in 5.3 to 7.1 and in HHVM
|
22 |
Â
* [Markdown Extra extension](https://github.com/erusev/parsedown-extra)
|
23 |
Â
|
24 |
Â
### Installation
|
39 |
Â
|
40 |
Â
**How does Parsedown work?**
|
41 |
Â
|
42 |
+
It tries to read Markdown like a human. First, it looks at the lines. It’s interested in how the lines start. This helps it recognise blocks. It knows, for example, that if a line starts with a `-` then perhaps it belongs to a list. Once it recognises the blocks, it continues to the content. As it reads, it watches out for special characters. This helps it recognise inline elements (or inlines).
|
43 |
Â
|
44 |
Â
We call this approach "line based". We believe that Parsedown is the first Markdown parser to use it. Since the release of Parsedown, other developers have used the same approach to develop other Markdown parsers in PHP and in other languages.
|
45 |
Â
|
49 |
Â
|
50 |
Â
**Who uses it?**
|
51 |
Â
|
52 |
+
[phpDocumentor](http://www.phpdoc.org/), [October CMS](http://octobercms.com/), [Bolt CMS](http://bolt.cm/), [Kirby CMS](http://getkirby.com/), [Grav CMS](http://getgrav.org/), [Statamic CMS](http://www.statamic.com/), [Herbie CMS](http://www.getherbie.org/), [RaspberryPi.org](http://www.raspberrypi.org/) and [more](https://packagist.org/packages/erusev/parsedown/dependents).
|
53 |
Â
|
54 |
Â
**How can I help?**
|
55 |
Â
|
includes/libraries/aihrus-framework/includes/libraries/parsedown/composer.json
CHANGED
@@ -12,7 +12,10 @@
|
|
12 |
Â
"homepage": "http://erusev.com"
|
13 |
Â
}
|
14 |
Â
],
|
Â
|
|
Â
|
|
Â
|
|
15 |
Â
"autoload": {
|
16 |
Â
"psr-0": {"Parsedown": ""}
|
17 |
Â
}
|
18 |
-
}
|
12 |
Â
"homepage": "http://erusev.com"
|
13 |
Â
}
|
14 |
Â
],
|
15 |
+
"require": {
|
16 |
+
"php": ">=5.3.0"
|
17 |
+
},
|
18 |
Â
"autoload": {
|
19 |
Â
"psr-0": {"Parsedown": ""}
|
20 |
Â
}
|
21 |
+
}
|
includes/libraries/aihrus-framework/includes/libraries/parsedown/test/ParsedownTest.php
CHANGED
@@ -139,7 +139,7 @@ EXPECTED_HTML;
|
|
139 |
Â
|
140 |
Â
public function testLateStaticBinding()
|
141 |
Â
{
|
142 |
-
include '
|
143 |
Â
|
144 |
Â
$parsedown = Parsedown::instance();
|
145 |
Â
$this->assertInstanceOf('Parsedown', $parsedown);
|
139 |
Â
|
140 |
Â
public function testLateStaticBinding()
|
141 |
Â
{
|
142 |
+
include __DIR__ . '/TestParsedown.php';
|
143 |
Â
|
144 |
Â
$parsedown = Parsedown::instance();
|
145 |
Â
$this->assertInstanceOf('Parsedown', $parsedown);
|
includes/libraries/aihrus-framework/includes/libraries/parsedown/test/data/ordered_list.html
CHANGED
@@ -8,6 +8,6 @@
|
|
8 |
Â
<li>two</li>
|
9 |
Â
</ol>
|
10 |
Â
<p>large numbers:</p>
|
11 |
-
<ol>
|
12 |
Â
<li>one</li>
|
13 |
Â
</ol>
|
8 |
Â
<li>two</li>
|
9 |
Â
</ol>
|
10 |
Â
<p>large numbers:</p>
|
11 |
+
<ol start="123">
|
12 |
Â
<li>one</li>
|
13 |
Â
</ol>
|
includes/requirements.php
CHANGED
@@ -58,7 +58,7 @@ function tw_requirements_check( $force_check = false ) {
|
|
58 |
Â
|
59 |
Â
|
60 |
Â
function tw_notice_aihrus() {
|
61 |
-
$help_url = esc_url( 'https://
|
62 |
Â
$help_link = sprintf( __( '<a href="%1$s">Update plugins</a>. <a href="%2$s">More information</a>.', 'testimonials-widget' ), self_admin_url( 'update-core.php' ), $help_url );
|
63 |
Â
|
64 |
Â
$text = sprintf( esc_html__( 'Plugin "%1$s" has been deactivated as it requires a current Aihrus Framework. Once corrected, "%1$s" can be activated. %2$s', 'testimonials-widget' ), TW_NAME, $help_link );
|
58 |
Â
|
59 |
Â
|
60 |
Â
function tw_notice_aihrus() {
|
61 |
+
$help_url = esc_url( 'https://axelerant.atlassian.net/wiki/display/WPFAQ/Axelerant+Framework+Out+of+Date' );
|
62 |
Â
$help_link = sprintf( __( '<a href="%1$s">Update plugins</a>. <a href="%2$s">More information</a>.', 'testimonials-widget' ), self_admin_url( 'update-core.php' ), $help_url );
|
63 |
Â
|
64 |
Â
$text = sprintf( esc_html__( 'Plugin "%1$s" has been deactivated as it requires a current Aihrus Framework. Once corrected, "%1$s" can be activated. %2$s', 'testimonials-widget' ), TW_NAME, $help_link );
|
languages/testimonials-widget.pot
CHANGED
@@ -1,15 +1,14 @@
|
|
1 |
-
# Copyright (C)
|
2 |
Â
# This file is distributed under the same license as the Testimonials Widget package.
|
3 |
Â
msgid ""
|
4 |
Â
msgstr ""
|
5 |
-
"Project-Id-Version: Testimonials Widget 3.3.
|
6 |
-
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/testimonials-"
|
7 |
-
"
|
8 |
-
"POT-Creation-Date: 2016-10-11 07:21:01+00:00\n"
|
9 |
Â
"MIME-Version: 1.0\n"
|
10 |
Â
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
Â
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"PO-Revision-Date:
|
13 |
Â
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
Â
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
Â
|
@@ -60,16 +59,244 @@ msgid "Display testimonial date?"
|
|
60 |
Â
msgstr ""
|
61 |
Â
|
62 |
Â
#: includes/class-testimonials-widget-settings.php:97
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
63 |
Â
msgid "Testimonials Settings"
|
64 |
Â
msgstr ""
|
65 |
Â
|
66 |
Â
#: includes/class-testimonials-widget-settings.php:97
|
67 |
Â
#: includes/class-testimonials-widget.php:143
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
68 |
Â
msgid "Settings"
|
69 |
Â
msgstr ""
|
70 |
Â
|
71 |
Â
#: includes/class-testimonials-widget-settings.php:113
|
72 |
Â
#: includes/class-testimonials-widget-settings.php:953
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
73 |
Â
msgid "General"
|
74 |
Â
msgstr ""
|
75 |
Â
|
@@ -80,21 +307,304 @@ msgstr ""
|
|
80 |
Â
|
81 |
Â
#: includes/class-testimonials-widget-settings.php:115
|
82 |
Â
#: includes/class-testimonials-widget-settings.php:969
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
83 |
Â
msgid "Selection"
|
84 |
Â
msgstr ""
|
85 |
Â
|
86 |
Â
#: includes/class-testimonials-widget-settings.php:116
|
87 |
Â
#: includes/class-testimonials-widget-settings.php:977
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
88 |
Â
msgid "Ordering"
|
89 |
Â
msgstr ""
|
90 |
Â
|
91 |
Â
#: includes/class-testimonials-widget-settings.php:117
|
92 |
Â
#: includes/class-testimonials-widget-settings.php:985
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
93 |
Â
msgid "Columns"
|
94 |
Â
msgstr ""
|
95 |
Â
|
96 |
Â
#: includes/class-testimonials-widget-settings.php:118
|
97 |
Â
#: includes/class-testimonials-widget-settings.php:993
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
98 |
Â
msgid "Post Type"
|
99 |
Â
msgstr ""
|
100 |
Â
|
@@ -113,25 +623,860 @@ msgstr ""
|
|
113 |
Â
|
114 |
Â
#: includes/class-testimonials-widget-settings.php:139
|
115 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-widget.php:340
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
116 |
Â
msgid "Title"
|
117 |
Â
msgstr ""
|
118 |
Â
|
119 |
Â
#: includes/class-testimonials-widget-settings.php:140
|
120 |
Â
#: includes/class-testimonials-widget.php:626
|
121 |
Â
#: includes/class-testimonials-widget.php:674
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
122 |
Â
msgid "Testimonials"
|
123 |
Â
msgstr ""
|
124 |
Â
|
125 |
Â
#: includes/class-testimonials-widget-settings.php:146
|
126 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-widget.php:344
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
127 |
Â
msgid "Title Link"
|
128 |
Â
msgstr ""
|
129 |
Â
|
130 |
Â
#: includes/class-testimonials-widget-settings.php:147
|
131 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-widget.php:345
|
132 |
-
|
133 |
-
|
134 |
-
"stuff, /testimonials, or 123"
|
135 |
Â
msgstr ""
|
136 |
Â
|
137 |
Â
#: includes/class-testimonials-widget-settings.php:153
|
@@ -151,6 +1496,62 @@ msgid "Common text or HTML for bottom of testimonials."
|
|
151 |
Â
msgstr ""
|
152 |
Â
|
153 |
Â
#: includes/class-testimonials-widget-settings.php:170
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
154 |
Â
msgid "Character Limit"
|
155 |
Â
msgstr ""
|
156 |
Â
|
@@ -159,6 +1560,62 @@ msgid "Number of characters to limit non-single testimonial views to."
|
|
159 |
Â
msgstr ""
|
160 |
Â
|
161 |
Â
#: includes/class-testimonials-widget-settings.php:177
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
162 |
Â
msgid "Keep Whitespace?"
|
163 |
Â
msgstr ""
|
164 |
Â
|
@@ -167,20 +1624,193 @@ msgid "Keeps testimonials looking as entered than sans auto-formatting."
|
|
167 |
Â
msgstr ""
|
168 |
Â
|
169 |
Â
#: includes/class-testimonials-widget-settings.php:185
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
170 |
Â
msgid "Rotation Speed"
|
171 |
Â
msgstr ""
|
172 |
Â
|
173 |
Â
#: includes/class-testimonials-widget-settings.php:186
|
174 |
-
msgid ""
|
175 |
-
"Number of seconds between testimonial rotations or 0 for no rotation at all "
|
176 |
-
"refresh."
|
177 |
Â
msgstr ""
|
178 |
Â
|
179 |
Â
#: includes/class-testimonials-widget-settings.php:193
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
180 |
Â
msgid "Show Play/Pause?"
|
181 |
Â
msgstr ""
|
182 |
Â
|
183 |
Â
#: includes/class-testimonials-widget-settings.php:194
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
184 |
Â
msgid "Display start and stop buttons underneath the testimonial slider."
|
185 |
Â
msgstr ""
|
186 |
Â
|
@@ -189,12 +1819,39 @@ msgid "Slide Width?"
|
|
189 |
Â
msgstr ""
|
190 |
Â
|
191 |
Â
#: includes/class-testimonials-widget-settings.php:203
|
192 |
-
msgid ""
|
193 |
-
"Width of each testimonial. Increase to thumbnail width or greater for "
|
194 |
-
"improved looks. Requried for horizontal transitions."
|
195 |
Â
msgstr ""
|
196 |
Â
|
197 |
Â
#: includes/class-testimonials-widget-settings.php:210
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
198 |
Â
msgid "Transition Mode?"
|
199 |
Â
msgstr ""
|
200 |
Â
|
@@ -203,22 +1860,182 @@ msgid "Type of transition between slides."
|
|
203 |
Â
msgstr ""
|
204 |
Â
|
205 |
Â
#: includes/class-testimonials-widget-settings.php:214
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
206 |
Â
msgid "Fade"
|
207 |
Â
msgstr ""
|
208 |
Â
|
209 |
Â
#: includes/class-testimonials-widget-settings.php:215
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
210 |
Â
msgid "Horizontal"
|
211 |
Â
msgstr ""
|
212 |
Â
|
213 |
Â
#: includes/class-testimonials-widget-settings.php:216
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
214 |
Â
msgid "Vertical"
|
215 |
Â
msgstr ""
|
216 |
Â
|
217 |
Â
#: includes/class-testimonials-widget-settings.php:228
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
218 |
Â
msgid "General Options"
|
219 |
Â
msgstr ""
|
220 |
Â
|
221 |
Â
#: includes/class-testimonials-widget-settings.php:233
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
222 |
Â
msgid "Default Reviewed Item?"
|
223 |
Â
msgstr ""
|
224 |
Â
|
@@ -227,6 +2044,23 @@ msgid "Name of thing being referenced in testimonials."
|
|
227 |
Â
msgstr ""
|
228 |
Â
|
229 |
Â
#: includes/class-testimonials-widget-settings.php:241
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
230 |
Â
msgid "Default Reviewed Item URL?"
|
231 |
Â
msgstr ""
|
232 |
Â
|
@@ -247,12 +2081,66 @@ msgid "Disable \"Testimonials Not Found\"?"
|
|
247 |
Â
msgstr ""
|
248 |
Â
|
249 |
Â
#: includes/class-testimonials-widget-settings.php:257
|
250 |
-
msgid ""
|
251 |
-
"Remove \"Testimonials Not Found\" content when no testimonials are found to "
|
252 |
-
"be displayed."
|
253 |
Â
msgstr ""
|
254 |
Â
|
255 |
Â
#: includes/class-testimonials-widget-settings.php:263
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
256 |
Â
msgid "Enable Paging?"
|
257 |
Â
msgstr ""
|
258 |
Â
|
@@ -261,74 +2149,666 @@ msgid "Show paging controls for `[testimonials]` listing."
|
|
261 |
Â
msgstr ""
|
262 |
Â
|
263 |
Â
#: includes/class-testimonials-widget-settings.php:267
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
264 |
Â
msgid "Disable"
|
265 |
Â
msgstr ""
|
266 |
Â
|
267 |
Â
#: includes/class-testimonials-widget-settings.php:268
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
268 |
Â
msgid "Enable"
|
269 |
Â
msgstr ""
|
270 |
Â
|
271 |
Â
#: includes/class-testimonials-widget-settings.php:269
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
272 |
Â
msgid "Before testimonials"
|
273 |
Â
msgstr ""
|
274 |
Â
|
275 |
Â
#: includes/class-testimonials-widget-settings.php:270
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
276 |
Â
msgid "After testimonials"
|
277 |
Â
msgstr ""
|
278 |
Â
|
279 |
Â
#: includes/class-testimonials-widget-settings.php:276
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
284 |
Â
msgstr ""
|
285 |
Â
|
286 |
Â
#: includes/class-testimonials-widget-settings.php:279
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
287 |
Â
msgid "Enable Review Schema?"
|
288 |
Â
msgstr ""
|
289 |
Â
|
290 |
Â
#: includes/class-testimonials-widget-settings.php:286
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
291 |
Â
msgid "Enable [shortcodes]?"
|
292 |
Â
msgstr ""
|
293 |
Â
|
294 |
Â
#: includes/class-testimonials-widget-settings.php:287
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
295 |
Â
msgid "If unchecked, shortcodes are stripped."
|
296 |
Â
msgstr ""
|
297 |
Â
|
298 |
Â
#: includes/class-testimonials-widget-settings.php:294
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
299 |
Â
msgid "Enable Video?"
|
300 |
Â
msgstr ""
|
301 |
Â
|
302 |
Â
#: includes/class-testimonials-widget-settings.php:295
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
303 |
Â
msgid "Only enable when displaying video content."
|
304 |
Â
msgstr ""
|
305 |
Â
|
306 |
Â
#: includes/class-testimonials-widget-settings.php:301
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
307 |
Â
msgid "Exclude bxSlider CSS?"
|
308 |
Â
msgstr ""
|
309 |
Â
|
310 |
Â
#: includes/class-testimonials-widget-settings.php:302
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
311 |
Â
msgid "For a bare-bones, unthemed slider."
|
312 |
Â
msgstr ""
|
313 |
Â
|
314 |
Â
#: includes/class-testimonials-widget-settings.php:310
|
Â
|
|
Â
|
|
315 |
Â
msgid "Exclude default CSS?"
|
316 |
Â
msgstr ""
|
317 |
Â
|
318 |
Â
#: includes/class-testimonials-widget-settings.php:311
|
Â
|
|
Â
|
|
319 |
Â
msgid "Prevent default CSS from being loaded."
|
320 |
Â
msgstr ""
|
321 |
Â
|
322 |
Â
#: includes/class-testimonials-widget-settings.php:319
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
323 |
Â
msgid "Remove `.hentry` CSS?"
|
324 |
Â
msgstr ""
|
325 |
Â
|
326 |
Â
#: includes/class-testimonials-widget-settings.php:320
|
327 |
-
msgid ""
|
328 |
-
"Some themes use class `.hentry` in a manner that breaks Testimonials' CSS."
|
329 |
Â
msgstr ""
|
330 |
Â
|
331 |
Â
#: includes/class-testimonials-widget-settings.php:327
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
332 |
Â
msgid "URL Target"
|
333 |
Â
msgstr ""
|
334 |
Â
|
@@ -337,6 +2817,55 @@ msgid "Add target to all URLs; leave blank if none."
|
|
337 |
Â
msgstr ""
|
338 |
Â
|
339 |
Â
#: includes/class-testimonials-widget-settings.php:333
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
340 |
Â
msgid "Use `<q>` tag?"
|
341 |
Â
msgstr ""
|
342 |
Â
|
@@ -367,6 +2896,74 @@ msgstr ""
|
|
367 |
Â
|
368 |
Â
#: includes/class-testimonials-widget-settings.php:369
|
369 |
Â
#: includes/class-testimonials-widget-settings.php:637
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
370 |
Â
msgid "Hide Company?"
|
371 |
Â
msgstr ""
|
372 |
Â
|
@@ -384,6 +2981,74 @@ msgstr ""
|
|
384 |
Â
|
385 |
Â
#: includes/class-testimonials-widget-settings.php:385
|
386 |
Â
#: includes/class-testimonials-widget-settings.php:647
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
387 |
Â
msgid "Hide Email?"
|
388 |
Â
msgstr ""
|
389 |
Â
|
@@ -401,6 +3066,74 @@ msgstr ""
|
|
401 |
Â
|
402 |
Â
#: includes/class-testimonials-widget-settings.php:402
|
403 |
Â
#: includes/class-testimonials-widget-settings.php:667
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
404 |
Â
msgid "Hide Image?"
|
405 |
Â
msgstr ""
|
406 |
Â
|
@@ -409,11 +3142,106 @@ msgid "Don't display featured image with testimonial."
|
|
409 |
Â
msgstr ""
|
410 |
Â
|
411 |
Â
#: includes/class-testimonials-widget-settings.php:410
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
412 |
Â
msgid "Hide Image in Single View?"
|
413 |
Â
msgstr ""
|
414 |
Â
|
415 |
Â
#: includes/class-testimonials-widget-settings.php:418
|
416 |
Â
#: includes/class-testimonials-widget-settings.php:676
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
417 |
Â
msgid "Hide Job Title?"
|
418 |
Â
msgstr ""
|
419 |
Â
|
@@ -423,6 +3251,71 @@ msgstr ""
|
|
423 |
Â
|
424 |
Â
#: includes/class-testimonials-widget-settings.php:426
|
425 |
Â
#: includes/class-testimonials-widget-settings.php:686
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
426 |
Â
msgid "Hide Location?"
|
427 |
Â
msgstr ""
|
428 |
Â
|
@@ -432,6 +3325,150 @@ msgstr ""
|
|
432 |
Â
|
433 |
Â
#: includes/class-testimonials-widget-settings.php:434
|
434 |
Â
#: includes/class-testimonials-widget-settings.php:705
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
435 |
Â
msgid "Hide URL?"
|
436 |
Â
msgstr ""
|
437 |
Â
|
@@ -440,10 +3477,122 @@ msgid "Don't display or link to testimonial URL in cite."
|
|
440 |
Â
msgstr ""
|
441 |
Â
|
442 |
Â
#: includes/class-testimonials-widget-settings.php:447
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
443 |
Â
msgid "Selection Options"
|
444 |
Â
msgstr ""
|
445 |
Â
|
446 |
Â
#: includes/class-testimonials-widget-settings.php:453
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
447 |
Â
msgid "Category Filter"
|
448 |
Â
msgstr ""
|
449 |
Â
|
@@ -452,6 +3601,62 @@ msgid "Comma separated category names or IDs."
|
|
452 |
Â
msgstr ""
|
453 |
Â
|
454 |
Â
#: includes/class-testimonials-widget-settings.php:461
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
455 |
Â
msgid "Exclude IDs Filter"
|
456 |
Â
msgstr ""
|
457 |
Â
|
@@ -461,10 +3666,203 @@ msgid "Comma separated testimonial IDs."
|
|
461 |
Â
msgstr ""
|
462 |
Â
|
463 |
Â
#: includes/class-testimonials-widget-settings.php:468
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
464 |
Â
msgid "Include IDs Filter"
|
465 |
Â
msgstr ""
|
466 |
Â
|
467 |
Â
#: includes/class-testimonials-widget-settings.php:475
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
468 |
Â
msgid "Limit"
|
469 |
Â
msgstr ""
|
470 |
Â
|
@@ -473,6 +3871,62 @@ msgid "Number of testimonials to select per instance."
|
|
473 |
Â
msgstr ""
|
474 |
Â
|
475 |
Â
#: includes/class-testimonials-widget-settings.php:483
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
476 |
Â
msgid "Require All Tags?"
|
477 |
Â
msgstr ""
|
478 |
Â
|
@@ -481,6 +3935,62 @@ msgid "Select only testimonials with all of the given tags."
|
|
481 |
Â
msgstr ""
|
482 |
Â
|
483 |
Â
#: includes/class-testimonials-widget-settings.php:491
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
484 |
Â
msgid "Tags Filter"
|
485 |
Â
msgstr ""
|
486 |
Â
|
@@ -489,10 +3999,198 @@ msgid "Comma separated tag slugs or IDs."
|
|
489 |
Â
msgstr ""
|
490 |
Â
|
491 |
Â
#: includes/class-testimonials-widget-settings.php:505
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
492 |
Â
msgid "Ordering Options"
|
493 |
Â
msgstr ""
|
494 |
Â
|
495 |
Â
#: includes/class-testimonials-widget-settings.php:511
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
496 |
Â
msgid "ORDER BY"
|
497 |
Â
msgstr ""
|
498 |
Â
|
@@ -501,6 +4199,119 @@ msgid "Used when \"Random Order\" is disabled."
|
|
501 |
Â
msgstr ""
|
502 |
Â
|
503 |
Â
#: includes/class-testimonials-widget-settings.php:515
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
504 |
Â
msgid "Testimonial ID"
|
505 |
Â
msgstr ""
|
506 |
Â
|
@@ -509,103 +4320,2792 @@ msgstr ""
|
|
509 |
Â
#: includes/class-testimonials-widget.php:556
|
510 |
Â
#: includes/class-testimonials-widget.php:587
|
511 |
Â
#: includes/class-testimonials-widget.php:1438
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
512 |
Â
msgid "Author"
|
513 |
Â
msgstr ""
|
514 |
Â
|
515 |
Â
#: includes/class-testimonials-widget-settings.php:517
|
516 |
Â
#: includes/class-testimonials-widget.php:558
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
517 |
Â
msgid "Date"
|
518 |
Â
msgstr ""
|
519 |
Â
|
520 |
Â
#: includes/class-testimonials-widget-settings.php:518
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
521 |
Â
msgid "Menu Order"
|
522 |
Â
msgstr ""
|
523 |
Â
|
524 |
Â
#: includes/class-testimonials-widget-settings.php:520
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
525 |
Â
msgid "No order"
|
526 |
Â
msgstr ""
|
527 |
Â
|
528 |
Â
#: includes/class-testimonials-widget-settings.php:528
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
529 |
Â
msgid "ORDER BY meta_key"
|
530 |
Â
msgstr ""
|
531 |
Â
|
532 |
Â
#: includes/class-testimonials-widget-settings.php:529
|
533 |
-
msgid ""
|
534 |
-
"Used when \"Random Order\" is disabled and sorting by a testimonials meta "
|
535 |
-
"key is needed. Overrides ORDER BY."
|
536 |
Â
msgstr ""
|
537 |
Â
|
538 |
Â
#: includes/class-testimonials-widget-settings.php:532
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
539 |
Â
msgid "None"
|
540 |
Â
msgstr ""
|
541 |
Â
|
542 |
Â
#: includes/class-testimonials-widget-settings.php:533
|
543 |
Â
#: includes/class-testimonials-widget.php:592
|
544 |
Â
#: includes/class-testimonials-widget.php:1444
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
545 |
Â
msgid "Job Title"
|
546 |
Â
msgstr ""
|
547 |
Â
|
548 |
Â
#: includes/class-testimonials-widget-settings.php:534
|
549 |
Â
#: includes/class-testimonials-widget.php:607
|
550 |
Â
#: includes/class-testimonials-widget.php:1462
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
551 |
Â
msgid "Email"
|
552 |
Â
msgstr ""
|
553 |
Â
|
554 |
Â
#: includes/class-testimonials-widget-settings.php:535
|
555 |
Â
#: includes/class-testimonials-widget.php:597
|
556 |
Â
#: includes/class-testimonials-widget.php:1450
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
557 |
Â
msgid "Location"
|
558 |
Â
msgstr ""
|
559 |
Â
|
560 |
Â
#: includes/class-testimonials-widget-settings.php:536
|
561 |
Â
#: includes/class-testimonials-widget.php:602
|
562 |
Â
#: includes/class-testimonials-widget.php:1456
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
563 |
Â
msgid "Company"
|
564 |
Â
msgstr ""
|
565 |
Â
|
566 |
Â
#: includes/class-testimonials-widget-settings.php:537
|
567 |
Â
#: includes/class-testimonials-widget.php:612
|
568 |
Â
#: includes/class-testimonials-widget.php:1468
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
569 |
Â
msgid "URL"
|
570 |
Â
msgstr ""
|
571 |
Â
|
572 |
Â
#: includes/class-testimonials-widget-settings.php:544
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
573 |
Â
msgid "ORDER BY Order"
|
574 |
Â
msgstr ""
|
575 |
Â
|
576 |
Â
#: includes/class-testimonials-widget-settings.php:547
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
577 |
Â
msgid "Descending"
|
578 |
Â
msgstr ""
|
579 |
Â
|
580 |
Â
#: includes/class-testimonials-widget-settings.php:548
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
581 |
Â
msgid "Ascending"
|
582 |
Â
msgstr ""
|
583 |
Â
|
584 |
Â
#: includes/class-testimonials-widget-settings.php:556
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
585 |
Â
msgid "Random Order?"
|
586 |
Â
msgstr ""
|
587 |
Â
|
588 |
Â
#: includes/class-testimonials-widget-settings.php:557
|
589 |
-
msgid ""
|
590 |
-
"If checked, ignores ORDER BY, ORDER BY meta_key, and ORDER BY Order. Widgets "
|
591 |
-
"are random by default automatically."
|
592 |
Â
msgstr ""
|
593 |
Â
|
594 |
Â
#: includes/class-testimonials-widget-settings.php:570
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
595 |
Â
msgid "Allow Comments?"
|
596 |
Â
msgstr ""
|
597 |
Â
|
598 |
Â
#: includes/class-testimonials-widget-settings.php:571
|
599 |
-
|
600 |
-
|
601 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
602 |
Â
msgstr ""
|
603 |
Â
|
604 |
Â
#: includes/class-testimonials-widget-settings.php:578
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
605 |
Â
msgid "URL slug-name for <a href=\"%1s\">testimonials archive</a> page."
|
606 |
Â
msgstr ""
|
607 |
Â
|
608 |
Â
#: includes/class-testimonials-widget-settings.php:584
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
609 |
Â
msgid "Archive Page URL"
|
610 |
Â
msgstr ""
|
611 |
Â
|
@@ -614,9 +7114,7 @@ msgid "Disable Default Taxonomies?"
|
|
614 |
Â
msgstr ""
|
615 |
Â
|
616 |
Â
#: includes/class-testimonials-widget-settings.php:597
|
617 |
-
msgid ""
|
618 |
-
"If checked, use Testimonials' own category and tag taxonomies than "
|
619 |
-
"WordPress' defaults."
|
620 |
Â
msgstr ""
|
621 |
Â
|
622 |
Â
#: includes/class-testimonials-widget-settings.php:603
|
@@ -628,43 +7126,282 @@ msgid "Enable archives view?"
|
|
628 |
Â
msgstr ""
|
629 |
Â
|
630 |
Â
#: includes/class-testimonials-widget-settings.php:612
|
631 |
-
|
632 |
-
|
633 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
634 |
Â
msgstr ""
|
635 |
Â
|
636 |
Â
#: includes/class-testimonials-widget-settings.php:616
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
637 |
Â
msgid "Testimonial Page URL"
|
638 |
Â
msgstr ""
|
639 |
Â
|
640 |
Â
#: includes/class-testimonials-widget-settings.php:657
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
641 |
Â
msgid "Hide ID?"
|
642 |
Â
msgstr ""
|
643 |
Â
|
644 |
Â
#: includes/class-testimonials-widget-settings.php:696
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
645 |
Â
msgid "Hide Shortcode?"
|
646 |
Â
msgstr ""
|
647 |
Â
|
648 |
Â
#: includes/class-testimonials-widget-settings.php:716
|
649 |
Â
#: includes/class-testimonials-widget-settings.php:1009
|
650 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
651 |
Â
msgid "Reset"
|
652 |
Â
msgstr ""
|
653 |
Â
|
654 |
Â
#: includes/class-testimonials-widget-settings.php:939
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
661 |
Â
msgstr ""
|
662 |
Â
|
663 |
Â
#: includes/class-testimonials-widget-settings.php:941
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
664 |
Â
msgid "Shortcode option names are listed below each entry."
|
665 |
Â
msgstr ""
|
666 |
Â
|
667 |
Â
#: includes/class-testimonials-widget-settings.php:944
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
668 |
Â
msgid "View the <a href=\"%s\">Testimonials documentation</a>."
|
669 |
Â
msgstr ""
|
670 |
Â
|
@@ -677,26 +7414,193 @@ msgid "Show or hide fields."
|
|
677 |
Â
msgstr ""
|
678 |
Â
|
679 |
Â
#: includes/class-testimonials-widget-settings.php:970
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
680 |
Â
msgid "Options used to select testimonials."
|
681 |
Â
msgstr ""
|
682 |
Â
|
683 |
Â
#: includes/class-testimonials-widget-settings.php:978
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
684 |
Â
msgid "Options used to determine displayed testimonials ordering."
|
685 |
Â
msgstr ""
|
686 |
Â
|
687 |
Â
#: includes/class-testimonials-widget-settings.php:986
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
688 |
Â
msgid "Allowed columns to display on edit page."
|
689 |
Â
msgstr ""
|
690 |
Â
|
691 |
Â
#: includes/class-testimonials-widget-settings.php:994
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
692 |
Â
msgid "Archive and singular page URL related testimonials options."
|
693 |
Â
msgstr ""
|
694 |
Â
|
695 |
Â
#: includes/class-testimonials-widget-settings.php:1002
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
696 |
Â
msgid "Options related to showing testimonials in widgets."
|
697 |
Â
msgstr ""
|
698 |
Â
|
699 |
Â
#: includes/class-testimonials-widget-settings.php:1010
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
700 |
Â
msgid "Backwards compatibility, import/export options, and reset options."
|
701 |
Â
msgstr ""
|
702 |
Â
|
@@ -709,10 +7613,122 @@ msgid "Testimonials Slider"
|
|
709 |
Â
msgstr ""
|
710 |
Â
|
711 |
Â
#: includes/class-testimonials-widget-slider-widget.php:95
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
712 |
Â
msgid "CSS Class"
|
713 |
Â
msgstr ""
|
714 |
Â
|
715 |
Â
#: includes/class-testimonials-widget-slider-widget.php:96
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
716 |
Â
msgid "This widget's unique CSS class for styling"
|
717 |
Â
msgstr ""
|
718 |
Â
|
@@ -728,6 +7744,174 @@ msgstr ""
|
|
728 |
Â
#: includes/class-testimonials-widget-tag-cloud-widget.php:70
|
729 |
Â
#: includes/class-testimonials-widget.php:563
|
730 |
Â
#: includes/class-testimonials-widget.php:566
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
731 |
Â
msgid "Category"
|
732 |
Â
msgstr ""
|
733 |
Â
|
@@ -735,6 +7919,210 @@ msgstr ""
|
|
735 |
Â
#: includes/class-testimonials-widget-tag-cloud-widget.php:71
|
736 |
Â
#: includes/class-testimonials-widget.php:564
|
737 |
Â
#: includes/class-testimonials-widget.php:567
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
738 |
Â
msgid "Tags"
|
739 |
Â
msgstr ""
|
740 |
Â
|
@@ -743,60 +8131,1763 @@ msgid "Taxonomy"
|
|
743 |
Â
msgstr ""
|
744 |
Â
|
745 |
Â
#: includes/class-testimonials-widget.php:377
|
746 |
-
|
747 |
-
|
748 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
749 |
Â
msgstr ""
|
750 |
Â
|
751 |
Â
#: includes/class-testimonials-widget.php:557
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
752 |
Â
msgid "Published by"
|
753 |
Â
msgstr ""
|
754 |
Â
|
755 |
Â
#: includes/class-testimonials-widget.php:572
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
756 |
Â
msgid "ID"
|
757 |
Â
msgstr ""
|
758 |
Â
|
759 |
Â
#: includes/class-testimonials-widget.php:577
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
760 |
Â
msgid "Image"
|
761 |
Â
msgstr ""
|
762 |
Â
|
763 |
Â
#: includes/class-testimonials-widget.php:582
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
764 |
Â
msgid "Shortcodes"
|
765 |
Â
msgstr ""
|
766 |
Â
|
767 |
Â
#: includes/class-testimonials-widget.php:623
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
768 |
Â
msgid "Add New"
|
769 |
Â
msgstr ""
|
770 |
Â
|
771 |
Â
#: includes/class-testimonials-widget.php:624
|
772 |
Â
#: includes/class-testimonials-widget.php:627
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
773 |
Â
msgid "Add New Testimonial"
|
774 |
Â
msgstr ""
|
775 |
Â
|
776 |
Â
#: includes/class-testimonials-widget.php:625
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
777 |
Â
msgid "Edit Testimonial"
|
778 |
Â
msgstr ""
|
779 |
Â
|
780 |
Â
#: includes/class-testimonials-widget.php:628
|
781 |
Â
#: includes/class-testimonials-widget.php:944
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
782 |
Â
msgid "No testimonials found"
|
783 |
Â
msgstr ""
|
784 |
Â
|
785 |
Â
#: includes/class-testimonials-widget.php:629
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
786 |
Â
msgid "No testimonials found in Trash"
|
787 |
Â
msgstr ""
|
788 |
Â
|
789 |
Â
#: includes/class-testimonials-widget.php:631
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
790 |
Â
msgid "Search Testimonials"
|
791 |
Â
msgstr ""
|
792 |
Â
|
793 |
Â
#: includes/class-testimonials-widget.php:632
|
794 |
Â
#: includes/class-testimonials-widget.php:1529
|
795 |
Â
#: includes/class-testimonials-widget.php:1890
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
796 |
Â
msgid "Testimonial"
|
797 |
Â
msgstr ""
|
798 |
Â
|
799 |
Â
#: includes/class-testimonials-widget.php:633
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
800 |
Â
msgid "View Testimonial"
|
801 |
Â
msgstr ""
|
802 |
Â
|
@@ -805,73 +9896,1624 @@ msgid "Use when the testimonial title is not the authors' name."
|
|
805 |
Â
msgstr ""
|
806 |
Â
|
807 |
Â
#: includes/class-testimonials-widget.php:1465
|
808 |
-
msgid ""
|
809 |
-
"If an email is provided, but not an image, a Gravatar icon will be attempted "
|
810 |
-
"to be loaded."
|
811 |
Â
msgstr ""
|
812 |
Â
|
813 |
Â
#: includes/class-testimonials-widget.php:1480
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
814 |
Â
msgid "Testimonial Data"
|
815 |
Â
msgstr ""
|
816 |
Â
|
817 |
Â
#: includes/class-testimonials-widget.php:1504
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
818 |
Â
msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
|
819 |
Â
msgstr ""
|
820 |
Â
|
821 |
Â
#: includes/class-testimonials-widget.php:1505
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
822 |
Â
msgid "Custom field updated."
|
823 |
Â
msgstr ""
|
824 |
Â
|
825 |
Â
#: includes/class-testimonials-widget.php:1506
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
826 |
Â
msgid "Custom field deleted."
|
827 |
Â
msgstr ""
|
828 |
Â
|
829 |
Â
#: includes/class-testimonials-widget.php:1507
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
830 |
Â
msgid "Testimonial updated."
|
831 |
Â
msgstr ""
|
832 |
Â
|
833 |
Â
#. translators: %s: date and time of the revision
|
Â
|
|
834 |
Â
#: includes/class-testimonials-widget.php:1509
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
835 |
Â
msgid "Testimonial restored to revision from %s"
|
836 |
Â
msgstr ""
|
837 |
Â
|
838 |
Â
#: includes/class-testimonials-widget.php:1510
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
839 |
Â
msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
|
840 |
Â
msgstr ""
|
841 |
Â
|
842 |
Â
#: includes/class-testimonials-widget.php:1511
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
843 |
Â
msgid "Testimonial saved."
|
844 |
Â
msgstr ""
|
845 |
Â
|
846 |
Â
#: includes/class-testimonials-widget.php:1512
|
847 |
-
|
848 |
-
|
849 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
850 |
Â
msgstr ""
|
851 |
Â
|
852 |
Â
#: includes/class-testimonials-widget.php:1513
|
853 |
-
|
854 |
-
|
855 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
856 |
Â
msgstr ""
|
857 |
Â
|
858 |
Â
#: includes/class-testimonials-widget.php:1514
|
859 |
-
|
860 |
-
|
861 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
862 |
Â
msgstr ""
|
863 |
Â
|
864 |
Â
#: includes/class-testimonials-widget.php:1785
|
865 |
-
|
866 |
-
|
867 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
868 |
Â
msgstr ""
|
869 |
Â
|
870 |
Â
#: includes/class-testimonials-widget.php:1804
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
871 |
Â
msgid "Failed version check"
|
872 |
Â
msgstr ""
|
873 |
Â
|
874 |
Â
#: includes/class-testimonials-widget.php:1835
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
875 |
Â
msgid "Shortcode"
|
876 |
Â
msgstr ""
|
877 |
Â
|
@@ -891,61 +11533,357 @@ msgid "Usage: "
|
|
891 |
Â
msgstr ""
|
892 |
Â
|
893 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:47
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
894 |
Â
msgid "`aihr_check_aihrus_framework` requires $file argument"
|
895 |
Â
msgstr ""
|
896 |
Â
|
897 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:90
|
898 |
Â
#: includes/requirements.php:62
|
899 |
-
|
900 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
901 |
Â
msgstr ""
|
902 |
Â
|
903 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:101
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
904 |
Â
msgid "Plugin \"%1$s\" is causing the out of date issue."
|
905 |
Â
msgstr ""
|
906 |
Â
|
907 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:106
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
912 |
Â
msgstr ""
|
913 |
Â
|
914 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:115
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
915 |
Â
msgid "`aihr_check_php` requires $file argument"
|
916 |
Â
msgstr ""
|
917 |
Â
|
918 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:154
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
923 |
Â
msgstr ""
|
924 |
Â
|
925 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:163
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
926 |
Â
msgid "`aihr_check_wp` requires $file argument"
|
927 |
Â
msgstr ""
|
928 |
Â
|
929 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:206
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
934 |
Â
msgstr ""
|
935 |
Â
|
936 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:236
|
937 |
-
msgid ""
|
938 |
-
"Plugin \"%2$s\" has been deactivated. Please install and activate \"%3$s\" "
|
939 |
-
"version %1$s or newer before activating \"%2$s\"."
|
940 |
Â
msgstr ""
|
941 |
Â
|
942 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:250
|
943 |
-
msgid ""
|
944 |
-
"<a href=\"%1$s\">%2$s > Settings</a>, <em>Premium</em> tab, <em>License "
|
945 |
-
"Key</em>"
|
946 |
Â
msgstr ""
|
947 |
Â
|
948 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:255
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
949 |
Â
msgid "<a href=\"%s\">Where's my license key?</a>"
|
950 |
Â
msgstr ""
|
951 |
Â
|
@@ -962,54 +11900,107 @@ msgid "<a href=\"%1$s\">Renew</a> or "
|
|
962 |
Â
msgstr ""
|
963 |
Â
|
964 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:277
|
965 |
-
msgid ""
|
966 |
-
"Plugin \"%1$s\" requires license activation for software updates and "
|
967 |
-
"support. Please activate the license via %2$s. See %3$s for help. "
|
968 |
-
"Alternately, %5$s%4$s a %1$s license."
|
969 |
Â
msgstr ""
|
970 |
Â
|
971 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:287
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
972 |
Â
msgid "`aihr_deactivate_plugin` requires $file argument"
|
973 |
Â
msgstr ""
|
974 |
Â
|
975 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:326
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
976 |
Â
msgid "Unknown"
|
977 |
Â
msgstr ""
|
978 |
Â
|
979 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:333
|
980 |
-
msgid ""
|
981 |
-
"Plugin \"%1$s\" has been deactivated due to \"%2$s\". Once corrected, \"%1$s"
|
982 |
-
"\" can be activated.</p><p>If you want to revert \"%1$s\", look for <a href="
|
983 |
-
"\"%3$s\">older versions on WordPress</a> or <a href=\"mailto:"
|
984 |
-
"support@axelerant.com?subject=Old+Plugin+Version+Request\">email Axelerant "
|
985 |
-
"support</a> if this is a premium plugin."
|
986 |
Â
msgstr ""
|
987 |
Â
|
988 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:344
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
989 |
Â
msgid "`aihr_deactivate_plugin_do` requires $file argument"
|
990 |
Â
msgstr ""
|
991 |
Â
|
992 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:160
|
993 |
-
|
994 |
-
|
995 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
996 |
Â
msgstr ""
|
997 |
Â
|
998 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:341
|
999 |
-
msgid ""
|
1000 |
-
"cURL is not installed and file_get_contents is not accessible. Unable to "
|
1001 |
-
"retrieve URL %1$s."
|
1002 |
Â
msgstr ""
|
1003 |
Â
|
1004 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:664
|
1005 |
-
msgid ""
|
1006 |
-
"<a href=\"http://codex.wordpress.org/Function_Reference/absint\">absint</a>."
|
1007 |
Â
msgstr ""
|
1008 |
Â
|
1009 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:665
|
1010 |
-
msgid ""
|
1011 |
-
"Digit-only characters to make a multiple or single entries. Regex <code>#^\\d"
|
1012 |
-
"+(,\\s?\\d+)*$#</code>."
|
1013 |
Â
msgstr ""
|
1014 |
Â
|
1015 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:666
|
@@ -1017,20 +12008,15 @@ msgid "<a href=\"php.net/manual/en/function.intval.php\">intval</a>."
|
|
1017 |
Â
msgstr ""
|
1018 |
Â
|
1019 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:667
|
1020 |
-
msgid ""
|
1021 |
-
"Values like true, 'true', 1, 'on', and 'yes' are <strong>true</strong>; "
|
1022 |
-
"otherwise <strong>false</strong>."
|
1023 |
Â
msgstr ""
|
1024 |
Â
|
1025 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:668
|
1026 |
-
msgid ""
|
1027 |
-
"An <a href=\"php.net/manual/en/function.intval.php\">intval</a> greater than "
|
1028 |
-
"zero."
|
1029 |
Â
msgstr ""
|
1030 |
Â
|
1031 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:669
|
1032 |
-
msgid ""
|
1033 |
-
"A non-zero <a href=\"php.net/manual/en/function.intval.php\">intval</a>."
|
1034 |
Â
msgstr ""
|
1035 |
Â
|
1036 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:670
|
@@ -1038,26 +12024,19 @@ msgid "SQL ordering \"ASC\" or \"DESC\". Regex <code>#^desc|asc$#i</code>."
|
|
1038 |
Â
msgstr ""
|
1039 |
Â
|
1040 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:671
|
1041 |
-
msgid ""
|
1042 |
-
"<a href=\"http://codex.wordpress.org/Function_Reference/sanitize_title"
|
1043 |
-
"\">sanitize_title</a>."
|
1044 |
Â
msgstr ""
|
1045 |
Â
|
1046 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:672
|
1047 |
-
msgid ""
|
1048 |
-
"Word-only characters including a hyphen to make a single term. Regex <code>#^"
|
1049 |
-
"[\\w-]+$#</code>."
|
1050 |
Â
msgstr ""
|
1051 |
Â
|
1052 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:673
|
1053 |
-
msgid ""
|
1054 |
-
"Word-only characters to make a single term. Regex <code>#^\\w+$#</code>."
|
1055 |
Â
msgstr ""
|
1056 |
Â
|
1057 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:674
|
1058 |
-
msgid ""
|
1059 |
-
"Word-only characters including hyphens and spaces to make a multiple or "
|
1060 |
-
"single terms. Regex <code>#^(([\\w- ]+)(,\\s?)?)+$#</code>."
|
1061 |
Â
msgstr ""
|
1062 |
Â
|
1063 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:675
|
@@ -1065,21 +12044,15 @@ msgid "Current license."
|
|
1065 |
Â
msgstr ""
|
1066 |
Â
|
1067 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:676
|
1068 |
-
msgid ""
|
1069 |
-
"<a href=\"http://php.net/manual/en/filter.filters.validate.php\">filter_var"
|
1070 |
-
"( $url, FILTER_VALIDATE_URL )</a>."
|
1071 |
Â
msgstr ""
|
1072 |
Â
|
1073 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:677
|
1074 |
-
msgid ""
|
1075 |
-
"<a href=\"http://codex.wordpress.org/Function_Reference/wp_kses_data"
|
1076 |
-
"\">wp_kses_data</a>."
|
1077 |
Â
msgstr ""
|
1078 |
Â
|
1079 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:678
|
1080 |
-
msgid ""
|
1081 |
-
"<a href=\"http://codex.wordpress.org/Function_Reference/wp_kses_post"
|
1082 |
-
"\">wp_kses_post</a>."
|
1083 |
Â
msgstr ""
|
1084 |
Â
|
1085 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:683
|
@@ -1107,51 +12080,478 @@ msgid "You decide…"
|
|
1107 |
Â
msgstr ""
|
1108 |
Â
|
1109 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1110 |
Â
msgid "%s license saved."
|
1111 |
Â
msgstr ""
|
1112 |
Â
|
1113 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1114 |
Â
msgid "%s license not saved."
|
1115 |
Â
msgstr ""
|
1116 |
Â
|
1117 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:175
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1118 |
Â
msgid "%s license deactivated."
|
1119 |
Â
msgstr ""
|
1120 |
Â
|
1121 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:66
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1122 |
Â
msgid "About"
|
1123 |
Â
msgstr ""
|
1124 |
Â
|
1125 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:84
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1126 |
Â
msgid "Export Settings"
|
1127 |
Â
msgstr ""
|
1128 |
Â
|
1129 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:86
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1133 |
Â
msgstr ""
|
1134 |
Â
|
1135 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1136 |
Â
msgid "Import Settings"
|
1137 |
Â
msgstr ""
|
1138 |
Â
|
1139 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:97
|
1140 |
-
|
1141 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1142 |
Â
msgstr ""
|
1143 |
Â
|
1144 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:102
|
1145 |
-
|
1146 |
-
|
1147 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1148 |
Â
msgstr ""
|
1149 |
Â
|
1150 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:106
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1151 |
Â
msgid "Remove Plugin Data on Deletion?"
|
1152 |
Â
msgstr ""
|
1153 |
Â
|
1154 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:116
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1155 |
Â
msgid "Reset to Defaults?"
|
1156 |
Â
msgstr ""
|
1157 |
Â
|
@@ -1160,39 +12560,84 @@ msgid "Check this box to reset options to their defaults."
|
|
1160 |
Â
msgstr ""
|
1161 |
Â
|
1162 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:251
|
1163 |
-
msgid ""
|
1164 |
-
"<img class=\"size-medium\" src=\"%5$s\" alt=\"Axelerant 2015 Retreat in Goa"
|
1165 |
-
"\" width=\"640\" height=\"327\" /><p>Axelerant is a full-service software "
|
1166 |
-
"development company that focuses on open-source technologies. Top technical "
|
1167 |
-
"talent who are passionate, giving, and communicative demonstrates our "
|
1168 |
-
"backbone. We provide high-end Strategy, Implementation, and Support services "
|
1169 |
-
"for our clients and agencies with whom we partner.</p><p>Our team members "
|
1170 |
-
"span the world, and we follow agile delivery and working processes. Further, "
|
1171 |
-
"we’re actively giving back to many open-source communities and have fostered "
|
1172 |
-
"an innovative, incubator culture to give ideas a chance to succeed.</"
|
1173 |
-
"p><h2>Foundations of Axelerant</h2><ul><li><b>Passion</b> – Our passion is "
|
1174 |
-
"so strong, we’re selfÂdirected to make the difficult easy.</"
|
1175 |
-
"li><li><b>Openness</b> – We’re so honest and painstaking in our discussions "
|
1176 |
-
"that there are no questions left, and standards are created.</"
|
1177 |
-
"li><li><b>Giving</b> – We’re excited to share our results to inspire all to "
|
1178 |
-
"surpass them.</li></ul><h3>Learn More About Axelerant</h3><ul><li><a href="
|
1179 |
-
"\"%1$s\">Axelerant Team</a></li><li><a href=\"%2$s\">Giving Back</a></"
|
1180 |
-
"li><li><a href=\"%7$s\">Inside Axelerant</a></li><li><a href=\"%3$s\">Our "
|
1181 |
-
"Services</a></li><li><a href=\"%4$s\">Testimonials</a></li><li><a href=\"%6$s"
|
1182 |
-
"\">Careers</a></li></ul>"
|
1183 |
Â
msgstr ""
|
1184 |
Â
|
1185 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:290
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1186 |
Â
msgid "Save Changes"
|
1187 |
Â
msgstr ""
|
1188 |
Â
|
1189 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:298
|
1190 |
-
msgid ""
|
1191 |
-
"If you like this plugin, please <a href=\"%1$s\" title=\"Donate for Good "
|
1192 |
-
"Karma\"><img src=\"%2$s\" border=\"0\" alt=\"Donate for Good Karma\" /></a> "
|
1193 |
-
"or <a href=\"%3$s\" title=\"purchase premium WordPress plugins from "
|
1194 |
-
"Axelerant \">purchase the Premium version</a> to help fund further "
|
1195 |
-
"development and <a href=\"%4$s\" title=\"Support forums\">support</a>."
|
1196 |
Â
msgstr ""
|
1197 |
Â
|
1198 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:309
|
@@ -1200,10 +12645,103 @@ msgid "Copyright ©%1$s <a href=\"%2$s\">Axlerant</a>."
|
|
1200 |
Â
msgstr ""
|
1201 |
Â
|
1202 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:616
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1203 |
Â
msgid "Settings saved."
|
1204 |
Â
msgstr ""
|
1205 |
Â
|
1206 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:680
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1207 |
Â
msgid "Required"
|
1208 |
Â
msgstr ""
|
1209 |
Â
|
@@ -1224,28 +12762,192 @@ msgid "Collapse"
|
|
1224 |
Â
msgstr ""
|
1225 |
Â
|
1226 |
Â
#: includes/requirements.php:32
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1227 |
Â
msgid "Missing Aihrus Framework"
|
1228 |
Â
msgstr ""
|
1229 |
Â
|
1230 |
Â
#: includes/requirements.php:35
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1231 |
Â
msgid "Old Aihrus Framework version detected"
|
1232 |
Â
msgstr ""
|
1233 |
Â
|
1234 |
Â
#: includes/requirements.php:39
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1235 |
Â
msgid "Old PHP version detected"
|
1236 |
Â
msgstr ""
|
1237 |
Â
|
1238 |
Â
#: includes/requirements.php:43
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1239 |
Â
msgid "Old WordPress version detected"
|
1240 |
Â
msgstr ""
|
1241 |
Â
|
1242 |
Â
#: includes/requirements.php:64
|
1243 |
-
|
1244 |
-
|
1245 |
-
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1246 |
Â
msgstr ""
|
1247 |
Â
|
1248 |
Â
#: templates/testimonial-content.php:9
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1249 |
Â
msgid "…"
|
1250 |
Â
msgstr ""
|
1251 |
Â
|
@@ -1258,13 +12960,9452 @@ msgid "Select Testimonials Category"
|
|
1258 |
Â
msgstr ""
|
1259 |
Â
|
1260 |
Â
#: templates/testimonials-paging.php:18
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1261 |
Â
msgid "«"
|
1262 |
Â
msgstr ""
|
1263 |
Â
|
1264 |
Â
#: templates/testimonials-paging.php:25
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
1265 |
Â
msgid "»"
|
1266 |
Â
msgstr ""
|
1267 |
Â
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
1 |
+
# Copyright (C) 2017 Testimonials Widget
|
2 |
Â
# This file is distributed under the same license as the Testimonials Widget package.
|
3 |
Â
msgid ""
|
4 |
Â
msgstr ""
|
5 |
+
"Project-Id-Version: Testimonials Widget 3.3.5\n"
|
6 |
+
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/testimonials-widget\n"
|
7 |
+
"POT-Creation-Date: 2017-01-17 16:46:00+00:00\n"
|
Â
|
|
8 |
Â
"MIME-Version: 1.0\n"
|
9 |
Â
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
Â
"Content-Transfer-Encoding: 8bit\n"
|
11 |
+
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
|
12 |
Â
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
13 |
Â
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14 |
Â
|
59 |
Â
msgstr ""
|
60 |
Â
|
61 |
Â
#: includes/class-testimonials-widget-settings.php:97
|
62 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:89
|
63 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:89
|
64 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:89
|
65 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:89
|
66 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:89
|
67 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:89
|
68 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:89
|
69 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:91
|
70 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:91
|
71 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:91
|
72 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:91
|
73 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:91
|
74 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:91
|
75 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:91
|
76 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:91
|
77 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:91
|
78 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:91
|
79 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:91
|
80 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:91
|
81 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:91
|
82 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:91
|
83 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:91
|
84 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:91
|
85 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:91
|
86 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:91
|
87 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:91
|
88 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:93
|
89 |
Â
msgid "Testimonials Settings"
|
90 |
Â
msgstr ""
|
91 |
Â
|
92 |
Â
#: includes/class-testimonials-widget-settings.php:97
|
93 |
Â
#: includes/class-testimonials-widget.php:143
|
94 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:395
|
95 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:89
|
96 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:459
|
97 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:90
|
98 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:459
|
99 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:90
|
100 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:459
|
101 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:90
|
102 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:467
|
103 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:67
|
104 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:527
|
105 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:68
|
106 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:527
|
107 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:68
|
108 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:544
|
109 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:69
|
110 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:544
|
111 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:68
|
112 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:538
|
113 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:65
|
114 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:540
|
115 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:65
|
116 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:537
|
117 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:69
|
118 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:545
|
119 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:69
|
120 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:545
|
121 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:69
|
122 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:545
|
123 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:69
|
124 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:545
|
125 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:69
|
126 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:545
|
127 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:69
|
128 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:552
|
129 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:63
|
130 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:555
|
131 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:62
|
132 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:555
|
133 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:62
|
134 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:561
|
135 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:62
|
136 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:561
|
137 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:64
|
138 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:561
|
139 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:64
|
140 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:82
|
141 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:73
|
142 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:82
|
143 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:110
|
144 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:84
|
145 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:111
|
146 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:84
|
147 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:111
|
148 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:89
|
149 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:118
|
150 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:89
|
151 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:118
|
152 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:89
|
153 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:118
|
154 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:89
|
155 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:125
|
156 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:89
|
157 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:125
|
158 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:89
|
159 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:125
|
160 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:89
|
161 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:125
|
162 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:91
|
163 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:129
|
164 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:91
|
165 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:131
|
166 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:91
|
167 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:131
|
168 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:91
|
169 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:113
|
170 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:91
|
171 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:113
|
172 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:91
|
173 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:113
|
174 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:91
|
175 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:113
|
176 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:91
|
177 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:113
|
178 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:91
|
179 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:115
|
180 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:91
|
181 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:115
|
182 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:91
|
183 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:115
|
184 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:91
|
185 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:115
|
186 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:91
|
187 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:115
|
188 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:91
|
189 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:122
|
190 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:91
|
191 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:116
|
192 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:91
|
193 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:116
|
194 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:91
|
195 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:116
|
196 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:91
|
197 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:116
|
198 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:91
|
199 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:116
|
200 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:93
|
201 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:116
|
202 |
+
#: testimonials-widget/tags/2.7.17/lib/settings.testimonials-widget.php:35
|
203 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:121
|
204 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:395
|
205 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:89
|
206 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:423
|
207 |
Â
msgid "Settings"
|
208 |
Â
msgstr ""
|
209 |
Â
|
210 |
Â
#: includes/class-testimonials-widget-settings.php:113
|
211 |
Â
#: includes/class-testimonials-widget-settings.php:953
|
212 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:37
|
213 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:40
|
214 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:40
|
215 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:40
|
216 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:40
|
217 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:44
|
218 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:44
|
219 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:48
|
220 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:48
|
221 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:64
|
222 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:64
|
223 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:64
|
224 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:64
|
225 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:64
|
226 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:64
|
227 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:64
|
228 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:64
|
229 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:64
|
230 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:66
|
231 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:66
|
232 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:66
|
233 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:66
|
234 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:66
|
235 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:112
|
236 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1211
|
237 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:112
|
238 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1319
|
239 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:114
|
240 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1405
|
241 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:114
|
242 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1405
|
243 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:105
|
244 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:872
|
245 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:105
|
246 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:872
|
247 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:105
|
248 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:872
|
249 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:105
|
250 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:872
|
251 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:105
|
252 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:872
|
253 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:105
|
254 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:874
|
255 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:105
|
256 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:874
|
257 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:107
|
258 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:876
|
259 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:110
|
260 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:879
|
261 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:110
|
262 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:879
|
263 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:107
|
264 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:880
|
265 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:107
|
266 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:869
|
267 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:107
|
268 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:869
|
269 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:107
|
270 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:877
|
271 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:107
|
272 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:877
|
273 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:107
|
274 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:943
|
275 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:107
|
276 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:943
|
277 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:107
|
278 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:943
|
279 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:107
|
280 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:943
|
281 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:107
|
282 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:943
|
283 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:107
|
284 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:947
|
285 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:107
|
286 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:947
|
287 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:107
|
288 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:947
|
289 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:107
|
290 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:946
|
291 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:107
|
292 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:946
|
293 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:107
|
294 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:954
|
295 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:109
|
296 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:958
|
297 |
+
#: testimonials-widget/tags/2.7.17/lib/settings.testimonials-widget.php:273
|
298 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:37
|
299 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:37
|
300 |
Â
msgid "General"
|
301 |
Â
msgstr ""
|
302 |
Â
|
307 |
Â
|
308 |
Â
#: includes/class-testimonials-widget-settings.php:115
|
309 |
Â
#: includes/class-testimonials-widget-settings.php:969
|
310 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:38
|
311 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:41
|
312 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:41
|
313 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:41
|
314 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:41
|
315 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:45
|
316 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:45
|
317 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:49
|
318 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:49
|
319 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:65
|
320 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:65
|
321 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:65
|
322 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:65
|
323 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:65
|
324 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:65
|
325 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:65
|
326 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:65
|
327 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:65
|
328 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:67
|
329 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:67
|
330 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:67
|
331 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:67
|
332 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:67
|
333 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:113
|
334 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1219
|
335 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:113
|
336 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1327
|
337 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:115
|
338 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1413
|
339 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:115
|
340 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1413
|
341 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:106
|
342 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:880
|
343 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:106
|
344 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:880
|
345 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:106
|
346 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:880
|
347 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:106
|
348 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:880
|
349 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:106
|
350 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:880
|
351 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:106
|
352 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:882
|
353 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:106
|
354 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:882
|
355 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:108
|
356 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:884
|
357 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:111
|
358 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:887
|
359 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:111
|
360 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:887
|
361 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:108
|
362 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:888
|
363 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:108
|
364 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:877
|
365 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:108
|
366 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:877
|
367 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:108
|
368 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:885
|
369 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:108
|
370 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:885
|
371 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:108
|
372 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:951
|
373 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:108
|
374 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:951
|
375 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:108
|
376 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:951
|
377 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:108
|
378 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:951
|
379 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:108
|
380 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:951
|
381 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:108
|
382 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:955
|
383 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:108
|
384 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:955
|
385 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:108
|
386 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:955
|
387 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:108
|
388 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:954
|
389 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:108
|
390 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:954
|
391 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:108
|
392 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:962
|
393 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:110
|
394 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:966
|
395 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:38
|
396 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:38
|
397 |
Â
msgid "Selection"
|
398 |
Â
msgstr ""
|
399 |
Â
|
400 |
Â
#: includes/class-testimonials-widget-settings.php:116
|
401 |
Â
#: includes/class-testimonials-widget-settings.php:977
|
402 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:39
|
403 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:42
|
404 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:42
|
405 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:42
|
406 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:42
|
407 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:46
|
408 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:46
|
409 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:50
|
410 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:50
|
411 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:66
|
412 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:66
|
413 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:66
|
414 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:66
|
415 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:66
|
416 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:66
|
417 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:66
|
418 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:66
|
419 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:66
|
420 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:68
|
421 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:68
|
422 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:68
|
423 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:68
|
424 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:68
|
425 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:114
|
426 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1227
|
427 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:114
|
428 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1335
|
429 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:116
|
430 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1421
|
431 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:116
|
432 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1421
|
433 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:107
|
434 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:888
|
435 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:107
|
436 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:888
|
437 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:107
|
438 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:888
|
439 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:107
|
440 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:888
|
441 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:107
|
442 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:888
|
443 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:107
|
444 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:890
|
445 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:107
|
446 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:890
|
447 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:109
|
448 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:892
|
449 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:112
|
450 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:895
|
451 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:112
|
452 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:895
|
453 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:109
|
454 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:896
|
455 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:109
|
456 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:885
|
457 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:109
|
458 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:885
|
459 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:109
|
460 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:893
|
461 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:109
|
462 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:893
|
463 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:109
|
464 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:959
|
465 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:109
|
466 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:959
|
467 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:109
|
468 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:959
|
469 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:109
|
470 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:959
|
471 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:109
|
472 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:959
|
473 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:109
|
474 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:963
|
475 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:109
|
476 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:963
|
477 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:109
|
478 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:963
|
479 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:109
|
480 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:962
|
481 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:109
|
482 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:962
|
483 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:109
|
484 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:970
|
485 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:111
|
486 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:974
|
487 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:39
|
488 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:39
|
489 |
Â
msgid "Ordering"
|
490 |
Â
msgstr ""
|
491 |
Â
|
492 |
Â
#: includes/class-testimonials-widget-settings.php:117
|
493 |
Â
#: includes/class-testimonials-widget-settings.php:985
|
494 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:112
|
495 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:983
|
496 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:112
|
497 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:983
|
498 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:112
|
499 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:983
|
500 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:112
|
501 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:983
|
502 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:112
|
503 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:983
|
504 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:112
|
505 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:987
|
506 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:112
|
507 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:987
|
508 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:112
|
509 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:987
|
510 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:112
|
511 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:986
|
512 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:112
|
513 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:986
|
514 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:112
|
515 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:994
|
516 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:114
|
517 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:998
|
518 |
Â
msgid "Columns"
|
519 |
Â
msgstr ""
|
520 |
Â
|
521 |
Â
#: includes/class-testimonials-widget-settings.php:118
|
522 |
Â
#: includes/class-testimonials-widget-settings.php:993
|
523 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:45
|
524 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:45
|
525 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:45
|
526 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:45
|
527 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:49
|
528 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:49
|
529 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:53
|
530 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:53
|
531 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:69
|
532 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:69
|
533 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:68
|
534 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:68
|
535 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:68
|
536 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:68
|
537 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:68
|
538 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:68
|
539 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:68
|
540 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:70
|
541 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:70
|
542 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:70
|
543 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:70
|
544 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:70
|
545 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:116
|
546 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1243
|
547 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:116
|
548 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1351
|
549 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:118
|
550 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1437
|
551 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:118
|
552 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1437
|
553 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:109
|
554 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:904
|
555 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:109
|
556 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:904
|
557 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:109
|
558 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:904
|
559 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:109
|
560 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:904
|
561 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:109
|
562 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:904
|
563 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:109
|
564 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:906
|
565 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:109
|
566 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:906
|
567 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:111
|
568 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:908
|
569 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:114
|
570 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:911
|
571 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:114
|
572 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:911
|
573 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:111
|
574 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:912
|
575 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:111
|
576 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:901
|
577 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:111
|
578 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:901
|
579 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:111
|
580 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:909
|
581 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:111
|
582 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:909
|
583 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:111
|
584 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:975
|
585 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:111
|
586 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:975
|
587 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:111
|
588 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:975
|
589 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:111
|
590 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:975
|
591 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:111
|
592 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:975
|
593 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:111
|
594 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:979
|
595 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:111
|
596 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:979
|
597 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:111
|
598 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:979
|
599 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:111
|
600 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:978
|
601 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:111
|
602 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:978
|
603 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:111
|
604 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:986
|
605 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:113
|
606 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:990
|
607 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:42
|
608 |
Â
msgid "Post Type"
|
609 |
Â
msgstr ""
|
610 |
Â
|
623 |
Â
|
624 |
Â
#: includes/class-testimonials-widget-settings.php:139
|
625 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-widget.php:340
|
626 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:96
|
627 |
+
#: testimonials-widget/branches/dev/testimonials-widget-widget.php:70
|
628 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:102
|
629 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:267
|
630 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:330
|
631 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1205
|
632 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-widget.php:122
|
633 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-widget.php:70
|
634 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-widget.php:122
|
635 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-widget.php:116
|
636 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-widget.php:115
|
637 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-widget.php:115
|
638 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-widget.php:115
|
639 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-widget.php:115
|
640 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-widget.php:115
|
641 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-widget.php:117
|
642 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-widget.php:123
|
643 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-widget.php:123
|
644 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-widget.php:123
|
645 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-widget.php:123
|
646 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-widget.php:123
|
647 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-widget.php:123
|
648 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-widget.php:123
|
649 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:96
|
650 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:96
|
651 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:102
|
652 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:102
|
653 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:102
|
654 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:102
|
655 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:102
|
656 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:102
|
657 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:102
|
658 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:98
|
659 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:161
|
660 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:248
|
661 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:800
|
662 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:106
|
663 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:106
|
664 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:106
|
665 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:106
|
666 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:113
|
667 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:115
|
668 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:115
|
669 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:115
|
670 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:291
|
671 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:332
|
672 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1231
|
673 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:291
|
674 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:332
|
675 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1231
|
676 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:291
|
677 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:332
|
678 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1231
|
679 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:299
|
680 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:376
|
681 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1275
|
682 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:309
|
683 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:387
|
684 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1318
|
685 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:309
|
686 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:387
|
687 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1318
|
688 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:326
|
689 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:397
|
690 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1328
|
691 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:326
|
692 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:412
|
693 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1343
|
694 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:347
|
695 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:442
|
696 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1416
|
697 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:347
|
698 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:442
|
699 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1416
|
700 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:346
|
701 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:465
|
702 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1497
|
703 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:346
|
704 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:469
|
705 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1501
|
706 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:346
|
707 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:469
|
708 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1504
|
709 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:346
|
710 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:471
|
711 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1485
|
712 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:346
|
713 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:466
|
714 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1479
|
715 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:346
|
716 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:466
|
717 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1480
|
718 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:353
|
719 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:461
|
720 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1503
|
721 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:356
|
722 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:451
|
723 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1493
|
724 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:356
|
725 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:451
|
726 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1493
|
727 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:98
|
728 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:161
|
729 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:248
|
730 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:800
|
731 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:98
|
732 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:161
|
733 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:248
|
734 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:800
|
735 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:98
|
736 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:161
|
737 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:248
|
738 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:800
|
739 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:97
|
740 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:160
|
741 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:253
|
742 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:808
|
743 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:97
|
744 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:160
|
745 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:253
|
746 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:827
|
747 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:97
|
748 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:160
|
749 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:253
|
750 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:827
|
751 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:97
|
752 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:160
|
753 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:253
|
754 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:827
|
755 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:97
|
756 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:160
|
757 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:248
|
758 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:823
|
759 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:97
|
760 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:160
|
761 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:248
|
762 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:834
|
763 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:97
|
764 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:160
|
765 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:248
|
766 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:836
|
767 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:97
|
768 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:160
|
769 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:248
|
770 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:839
|
771 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:97
|
772 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:160
|
773 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:249
|
774 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:840
|
775 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:106
|
776 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:169
|
777 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:249
|
778 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:860
|
779 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:106
|
780 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:169
|
781 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:269
|
782 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:885
|
783 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:106
|
784 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:169
|
785 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:289
|
786 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:905
|
787 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:150
|
788 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:215
|
789 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:290
|
790 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:897
|
791 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:150
|
792 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:215
|
793 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:291
|
794 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:899
|
795 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:150
|
796 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:215
|
797 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:291
|
798 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:916
|
799 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:150
|
800 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:215
|
801 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:291
|
802 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:915
|
803 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:150
|
804 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:215
|
805 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:291
|
806 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:915
|
807 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:150
|
808 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:215
|
809 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:291
|
810 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:915
|
811 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:150
|
812 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:216
|
813 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:291
|
814 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:943
|
815 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:150
|
816 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:216
|
817 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:291
|
818 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:947
|
819 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:150
|
820 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:216
|
821 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:291
|
822 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:947
|
823 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:151
|
824 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:219
|
825 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:292
|
826 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:951
|
827 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:151
|
828 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:219
|
829 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:292
|
830 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:951
|
831 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:151
|
832 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:219
|
833 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:292
|
834 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:951
|
835 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:151
|
836 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:219
|
837 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:311
|
838 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:970
|
839 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:151
|
840 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:219
|
841 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:312
|
842 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:973
|
843 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:151
|
844 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:219
|
845 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:312
|
846 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1019
|
847 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:151
|
848 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:219
|
849 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:312
|
850 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1019
|
851 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:151
|
852 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:219
|
853 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:312
|
854 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1029
|
855 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:151
|
856 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:219
|
857 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:313
|
858 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1034
|
859 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:151
|
860 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:219
|
861 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:313
|
862 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1034
|
863 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:151
|
864 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:219
|
865 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:316
|
866 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1062
|
867 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:151
|
868 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:219
|
869 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:323
|
870 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1067
|
871 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:151
|
872 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:219
|
873 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:323
|
874 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1067
|
875 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:151
|
876 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:219
|
877 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:323
|
878 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1066
|
879 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:151
|
880 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:219
|
881 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:323
|
882 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1070
|
883 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:151
|
884 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:219
|
885 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:323
|
886 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1070
|
887 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:154
|
888 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:224
|
889 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:343
|
890 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1207
|
891 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:154
|
892 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:224
|
893 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:343
|
894 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1207
|
895 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:154
|
896 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:224
|
897 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:343
|
898 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1207
|
899 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:154
|
900 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:224
|
901 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:343
|
902 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1210
|
903 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:154
|
904 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:224
|
905 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:343
|
906 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1211
|
907 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:156
|
908 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:232
|
909 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:345
|
910 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1211
|
911 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:156
|
912 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:232
|
913 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:345
|
914 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1212
|
915 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:156
|
916 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:232
|
917 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:363
|
918 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1230
|
919 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:151
|
920 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:219
|
921 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:323
|
922 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1070
|
923 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:151
|
924 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:219
|
925 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:323
|
926 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1078
|
927 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:151
|
928 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:219
|
929 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:323
|
930 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1078
|
931 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:155
|
932 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:225
|
933 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:335
|
934 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1100
|
935 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:154
|
936 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:224
|
937 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:338
|
938 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1098
|
939 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:154
|
940 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:224
|
941 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:338
|
942 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1098
|
943 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:154
|
944 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:224
|
945 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:339
|
946 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1099
|
947 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:154
|
948 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:224
|
949 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:342
|
950 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1206
|
951 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:267
|
952 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:330
|
953 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1205
|
954 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:268
|
955 |
Â
msgid "Title"
|
956 |
Â
msgstr ""
|
957 |
Â
|
958 |
Â
#: includes/class-testimonials-widget-settings.php:140
|
959 |
Â
#: includes/class-testimonials-widget.php:626
|
960 |
Â
#: includes/class-testimonials-widget.php:674
|
961 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:93
|
962 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:214
|
963 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:235
|
964 |
+
#: testimonials-widget/branches/dev/testimonials-widget-widget.php:13
|
965 |
+
#: testimonials-widget/branches/dev/testimonials-widget-widget.php:33
|
966 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:99
|
967 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:236
|
968 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:257
|
969 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:54
|
970 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:351
|
971 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:373
|
972 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-widget.php:102
|
973 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-widget.php:13
|
974 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-widget.php:33
|
975 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-widget.php:102
|
976 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-widget.php:96
|
977 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-widget.php:90
|
978 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-widget.php:90
|
979 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-widget.php:90
|
980 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-widget.php:90
|
981 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-widget.php:90
|
982 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-widget.php:97
|
983 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-widget.php:99
|
984 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-widget.php:99
|
985 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-widget.php:99
|
986 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-widget.php:99
|
987 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-widget.php:99
|
988 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-widget.php:99
|
989 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-widget.php:99
|
990 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:93
|
991 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:214
|
992 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:235
|
993 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:93
|
994 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:214
|
995 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:235
|
996 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:99
|
997 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:214
|
998 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:235
|
999 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:99
|
1000 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:214
|
1001 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:235
|
1002 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:99
|
1003 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:214
|
1004 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:235
|
1005 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:99
|
1006 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:226
|
1007 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:247
|
1008 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:99
|
1009 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:226
|
1010 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:247
|
1011 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:99
|
1012 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:236
|
1013 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:257
|
1014 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:99
|
1015 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:236
|
1016 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:257
|
1017 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:79
|
1018 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:269
|
1019 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:290
|
1020 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:103
|
1021 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:236
|
1022 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:257
|
1023 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:103
|
1024 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:236
|
1025 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:257
|
1026 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:103
|
1027 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:236
|
1028 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:257
|
1029 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:103
|
1030 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:236
|
1031 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:257
|
1032 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:110
|
1033 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:237
|
1034 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:258
|
1035 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:112
|
1036 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:237
|
1037 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:258
|
1038 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:112
|
1039 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:237
|
1040 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:258
|
1041 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:112
|
1042 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:238
|
1043 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:259
|
1044 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:58
|
1045 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:354
|
1046 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:382
|
1047 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:58
|
1048 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:354
|
1049 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:382
|
1050 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:58
|
1051 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:354
|
1052 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:382
|
1053 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:58
|
1054 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:398
|
1055 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:426
|
1056 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:62
|
1057 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:409
|
1058 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:437
|
1059 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:62
|
1060 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:409
|
1061 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:437
|
1062 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:66
|
1063 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:419
|
1064 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:447
|
1065 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:66
|
1066 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:434
|
1067 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:462
|
1068 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:87
|
1069 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:464
|
1070 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:492
|
1071 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:87
|
1072 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:464
|
1073 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:492
|
1074 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:86
|
1075 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:487
|
1076 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:532
|
1077 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:86
|
1078 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:491
|
1079 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:536
|
1080 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:86
|
1081 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:491
|
1082 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:536
|
1083 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:86
|
1084 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:493
|
1085 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:538
|
1086 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:86
|
1087 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:488
|
1088 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:533
|
1089 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:86
|
1090 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:488
|
1091 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:533
|
1092 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:86
|
1093 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:490
|
1094 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:535
|
1095 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:88
|
1096 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:480
|
1097 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:525
|
1098 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:88
|
1099 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:480
|
1100 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:525
|
1101 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:88
|
1102 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:480
|
1103 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:525
|
1104 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:88
|
1105 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:493
|
1106 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:538
|
1107 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:88
|
1108 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:493
|
1109 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:538
|
1110 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:134
|
1111 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:498
|
1112 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:543
|
1113 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:134
|
1114 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:560
|
1115 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:605
|
1116 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:136
|
1117 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:568
|
1118 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:613
|
1119 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:136
|
1120 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:568
|
1121 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:613
|
1122 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:127
|
1123 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-widget.php:29
|
1124 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:484
|
1125 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:529
|
1126 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:127
|
1127 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-widget.php:29
|
1128 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:484
|
1129 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:529
|
1130 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:127
|
1131 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-widget.php:29
|
1132 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:484
|
1133 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:529
|
1134 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:127
|
1135 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-widget.php:29
|
1136 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:585
|
1137 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:630
|
1138 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:127
|
1139 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-widget.php:29
|
1140 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:585
|
1141 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:630
|
1142 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:127
|
1143 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-widget.php:29
|
1144 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:585
|
1145 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:630
|
1146 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:127
|
1147 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-widget.php:29
|
1148 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:585
|
1149 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:630
|
1150 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:129
|
1151 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-widget.php:32
|
1152 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:588
|
1153 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:633
|
1154 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:132
|
1155 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-widget.php:32
|
1156 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:593
|
1157 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:638
|
1158 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:132
|
1159 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-widget.php:32
|
1160 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:593
|
1161 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:638
|
1162 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:129
|
1163 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-widget.php:32
|
1164 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:575
|
1165 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:620
|
1166 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:129
|
1167 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-widget.php:32
|
1168 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:576
|
1169 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:622
|
1170 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:129
|
1171 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-widget.php:32
|
1172 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:576
|
1173 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:622
|
1174 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:129
|
1175 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-widget.php:32
|
1176 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:576
|
1177 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:622
|
1178 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:129
|
1179 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-widget.php:32
|
1180 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:576
|
1181 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:622
|
1182 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:130
|
1183 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-widget.php:32
|
1184 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:612
|
1185 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:658
|
1186 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:130
|
1187 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-widget.php:32
|
1188 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:612
|
1189 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:658
|
1190 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:130
|
1191 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-widget.php:32
|
1192 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:612
|
1193 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:658
|
1194 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:130
|
1195 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-widget.php:32
|
1196 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:612
|
1197 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:658
|
1198 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:130
|
1199 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-widget.php:32
|
1200 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:612
|
1201 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:658
|
1202 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:130
|
1203 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-widget.php:32
|
1204 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:626
|
1205 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:672
|
1206 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:130
|
1207 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-widget.php:32
|
1208 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:620
|
1209 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:666
|
1210 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:130
|
1211 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-widget.php:32
|
1212 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:620
|
1213 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:666
|
1214 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:130
|
1215 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-widget.php:32
|
1216 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:620
|
1217 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:666
|
1218 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:130
|
1219 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-widget.php:32
|
1220 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:620
|
1221 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:666
|
1222 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:130
|
1223 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-widget.php:32
|
1224 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:640
|
1225 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:687
|
1226 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:132
|
1227 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-widget.php:32
|
1228 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:640
|
1229 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:687
|
1230 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:79
|
1231 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:269
|
1232 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:290
|
1233 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:79
|
1234 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:269
|
1235 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:290
|
1236 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:79
|
1237 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:269
|
1238 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:290
|
1239 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:84
|
1240 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:274
|
1241 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:295
|
1242 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:84
|
1243 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:274
|
1244 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:295
|
1245 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:84
|
1246 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:274
|
1247 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:295
|
1248 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:84
|
1249 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:274
|
1250 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:295
|
1251 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:79
|
1252 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:269
|
1253 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:290
|
1254 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:79
|
1255 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:269
|
1256 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:290
|
1257 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:79
|
1258 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:269
|
1259 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:290
|
1260 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:79
|
1261 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:269
|
1262 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:290
|
1263 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:80
|
1264 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:270
|
1265 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:291
|
1266 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:80
|
1267 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:270
|
1268 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:291
|
1269 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:81
|
1270 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:290
|
1271 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:311
|
1272 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:80
|
1273 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:310
|
1274 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:331
|
1275 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:82
|
1276 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:311
|
1277 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:332
|
1278 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:83
|
1279 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:312
|
1280 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:333
|
1281 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:83
|
1282 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:312
|
1283 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:333
|
1284 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:83
|
1285 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:312
|
1286 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:333
|
1287 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:83
|
1288 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:312
|
1289 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:333
|
1290 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:83
|
1291 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:312
|
1292 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:333
|
1293 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:83
|
1294 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:312
|
1295 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:333
|
1296 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:83
|
1297 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:312
|
1298 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:333
|
1299 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:83
|
1300 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:312
|
1301 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:333
|
1302 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:84
|
1303 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:313
|
1304 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:334
|
1305 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:84
|
1306 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:313
|
1307 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:334
|
1308 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:84
|
1309 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:313
|
1310 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:334
|
1311 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:87
|
1312 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:332
|
1313 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:353
|
1314 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:87
|
1315 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:333
|
1316 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:354
|
1317 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:87
|
1318 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:331
|
1319 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:352
|
1320 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:87
|
1321 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:331
|
1322 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:352
|
1323 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:87
|
1324 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:331
|
1325 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:352
|
1326 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:87
|
1327 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:332
|
1328 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:353
|
1329 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:87
|
1330 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:332
|
1331 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:353
|
1332 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:90
|
1333 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:335
|
1334 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:356
|
1335 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:90
|
1336 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:344
|
1337 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:365
|
1338 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:90
|
1339 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:344
|
1340 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:365
|
1341 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:90
|
1342 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:344
|
1343 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:365
|
1344 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:90
|
1345 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:344
|
1346 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:365
|
1347 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:90
|
1348 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:344
|
1349 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:365
|
1350 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:108
|
1351 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:364
|
1352 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:385
|
1353 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:108
|
1354 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:364
|
1355 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:385
|
1356 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:108
|
1357 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:364
|
1358 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:385
|
1359 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:108
|
1360 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:364
|
1361 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:385
|
1362 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:108
|
1363 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:364
|
1364 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:385
|
1365 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:110
|
1366 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:366
|
1367 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:387
|
1368 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:110
|
1369 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:366
|
1370 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:388
|
1371 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:127
|
1372 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:384
|
1373 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:406
|
1374 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:90
|
1375 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:344
|
1376 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:365
|
1377 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:90
|
1378 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:344
|
1379 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:365
|
1380 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:90
|
1381 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:344
|
1382 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:365
|
1383 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:105
|
1384 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:356
|
1385 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:377
|
1386 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:105
|
1387 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:359
|
1388 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:380
|
1389 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:105
|
1390 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:359
|
1391 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:380
|
1392 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:105
|
1393 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:360
|
1394 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:381
|
1395 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:108
|
1396 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:363
|
1397 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:384
|
1398 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:54
|
1399 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:351
|
1400 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:373
|
1401 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:55
|
1402 |
Â
msgid "Testimonials"
|
1403 |
Â
msgstr ""
|
1404 |
Â
|
1405 |
Â
#: includes/class-testimonials-widget-settings.php:146
|
1406 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-widget.php:344
|
1407 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:59
|
1408 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:64
|
1409 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:64
|
1410 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:64
|
1411 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:64
|
1412 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:68
|
1413 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:68
|
1414 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:72
|
1415 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:72
|
1416 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:93
|
1417 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:93
|
1418 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:92
|
1419 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:92
|
1420 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:92
|
1421 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:92
|
1422 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:92
|
1423 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:92
|
1424 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:92
|
1425 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:94
|
1426 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:94
|
1427 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:94
|
1428 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:94
|
1429 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:94
|
1430 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:140
|
1431 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:140
|
1432 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:142
|
1433 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:142
|
1434 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:133
|
1435 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:133
|
1436 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:133
|
1437 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:133
|
1438 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:133
|
1439 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:133
|
1440 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:133
|
1441 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:135
|
1442 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:138
|
1443 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:138
|
1444 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:135
|
1445 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:135
|
1446 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:135
|
1447 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:135
|
1448 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:135
|
1449 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:136
|
1450 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:136
|
1451 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:136
|
1452 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:136
|
1453 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:136
|
1454 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:136
|
1455 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:136
|
1456 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:136
|
1457 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:136
|
1458 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:136
|
1459 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:136
|
1460 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:138
|
1461 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:152
|
1462 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:152
|
1463 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:152
|
1464 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:152
|
1465 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:152
|
1466 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:152
|
1467 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:152
|
1468 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:152
|
1469 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:152
|
1470 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:59
|
1471 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:60
|
1472 |
Â
msgid "Title Link"
|
1473 |
Â
msgstr ""
|
1474 |
Â
|
1475 |
Â
#: includes/class-testimonials-widget-settings.php:147
|
1476 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-widget.php:345
|
1477 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:137
|
1478 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:139
|
1479 |
+
msgid "URL, path, or post ID to link widget title to. Ex: http://example.com/stuff, /testimonials, or 123"
|
1480 |
Â
msgstr ""
|
1481 |
Â
|
1482 |
Â
#: includes/class-testimonials-widget-settings.php:153
|
1496 |
Â
msgstr ""
|
1497 |
Â
|
1498 |
Â
#: includes/class-testimonials-widget-settings.php:170
|
1499 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:96
|
1500 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:105
|
1501 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:105
|
1502 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:105
|
1503 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:112
|
1504 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:116
|
1505 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:116
|
1506 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:79
|
1507 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:79
|
1508 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:100
|
1509 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:100
|
1510 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:99
|
1511 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:99
|
1512 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:99
|
1513 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:99
|
1514 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:99
|
1515 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:99
|
1516 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:99
|
1517 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:101
|
1518 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:101
|
1519 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:101
|
1520 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:101
|
1521 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:101
|
1522 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:147
|
1523 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:147
|
1524 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:149
|
1525 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:149
|
1526 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:140
|
1527 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:140
|
1528 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:140
|
1529 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:140
|
1530 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:140
|
1531 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:140
|
1532 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:140
|
1533 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:142
|
1534 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:145
|
1535 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:145
|
1536 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:142
|
1537 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:142
|
1538 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:142
|
1539 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:142
|
1540 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:142
|
1541 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:143
|
1542 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:143
|
1543 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:143
|
1544 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:143
|
1545 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:143
|
1546 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:143
|
1547 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:143
|
1548 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:143
|
1549 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:143
|
1550 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:143
|
1551 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:143
|
1552 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:145
|
1553 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:96
|
1554 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:97
|
1555 |
Â
msgid "Character Limit"
|
1556 |
Â
msgstr ""
|
1557 |
Â
|
1560 |
Â
msgstr ""
|
1561 |
Â
|
1562 |
Â
#: includes/class-testimonials-widget-settings.php:177
|
1563 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:65
|
1564 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:71
|
1565 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:71
|
1566 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:71
|
1567 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:71
|
1568 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:75
|
1569 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:75
|
1570 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:107
|
1571 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:107
|
1572 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:128
|
1573 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:128
|
1574 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:127
|
1575 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:127
|
1576 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:127
|
1577 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:127
|
1578 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:127
|
1579 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:127
|
1580 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:127
|
1581 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:129
|
1582 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:129
|
1583 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:129
|
1584 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:129
|
1585 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:129
|
1586 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:175
|
1587 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:175
|
1588 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:200
|
1589 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:200
|
1590 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:196
|
1591 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:196
|
1592 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:196
|
1593 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:196
|
1594 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:196
|
1595 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:196
|
1596 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:196
|
1597 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:198
|
1598 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:201
|
1599 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:201
|
1600 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:198
|
1601 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:198
|
1602 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:198
|
1603 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:198
|
1604 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:198
|
1605 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:199
|
1606 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:199
|
1607 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:199
|
1608 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:199
|
1609 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:199
|
1610 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:199
|
1611 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:199
|
1612 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:199
|
1613 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:191
|
1614 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:191
|
1615 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:191
|
1616 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:193
|
1617 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:65
|
1618 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:66
|
1619 |
Â
msgid "Keep Whitespace?"
|
1620 |
Â
msgstr ""
|
1621 |
Â
|
1624 |
Â
msgstr ""
|
1625 |
Â
|
1626 |
Â
#: includes/class-testimonials-widget-settings.php:185
|
1627 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:84
|
1628 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:199
|
1629 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:155
|
1630 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:159
|
1631 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:159
|
1632 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:159
|
1633 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:92
|
1634 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:92
|
1635 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:92
|
1636 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:99
|
1637 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:103
|
1638 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:103
|
1639 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:93
|
1640 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:93
|
1641 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:114
|
1642 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:114
|
1643 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:113
|
1644 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:113
|
1645 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:113
|
1646 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:113
|
1647 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:113
|
1648 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:113
|
1649 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:113
|
1650 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:115
|
1651 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:115
|
1652 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:115
|
1653 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:115
|
1654 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:115
|
1655 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:161
|
1656 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:161
|
1657 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:156
|
1658 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:156
|
1659 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:147
|
1660 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:147
|
1661 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:147
|
1662 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:147
|
1663 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:147
|
1664 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:147
|
1665 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:147
|
1666 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:149
|
1667 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:152
|
1668 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:152
|
1669 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:149
|
1670 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:149
|
1671 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:149
|
1672 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:149
|
1673 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:149
|
1674 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:150
|
1675 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:150
|
1676 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:150
|
1677 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:150
|
1678 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:150
|
1679 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:150
|
1680 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:150
|
1681 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:150
|
1682 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:150
|
1683 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:150
|
1684 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:150
|
1685 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:152
|
1686 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:199
|
1687 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:199
|
1688 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:199
|
1689 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:198
|
1690 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:198
|
1691 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:198
|
1692 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:198
|
1693 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:198
|
1694 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:198
|
1695 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:198
|
1696 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:198
|
1697 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:198
|
1698 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:207
|
1699 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:207
|
1700 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:207
|
1701 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:253
|
1702 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:253
|
1703 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:253
|
1704 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:253
|
1705 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:253
|
1706 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:253
|
1707 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:254
|
1708 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:254
|
1709 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:254
|
1710 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:257
|
1711 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:257
|
1712 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:257
|
1713 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:257
|
1714 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:257
|
1715 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:257
|
1716 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:257
|
1717 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:257
|
1718 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:257
|
1719 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:257
|
1720 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:257
|
1721 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:257
|
1722 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:257
|
1723 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:257
|
1724 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:257
|
1725 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:257
|
1726 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:262
|
1727 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:262
|
1728 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:262
|
1729 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:262
|
1730 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:262
|
1731 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:270
|
1732 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:270
|
1733 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:270
|
1734 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:257
|
1735 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:257
|
1736 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:257
|
1737 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:263
|
1738 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:262
|
1739 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:262
|
1740 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:262
|
1741 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:262
|
1742 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:84
|
1743 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:85
|
1744 |
Â
msgid "Rotation Speed"
|
1745 |
Â
msgstr ""
|
1746 |
Â
|
1747 |
Â
#: includes/class-testimonials-widget-settings.php:186
|
1748 |
+
msgid "Number of seconds between testimonial rotations or 0 for no rotation at all refresh."
|
Â
|
|
Â
|
|
1749 |
Â
msgstr ""
|
1750 |
Â
|
1751 |
Â
#: includes/class-testimonials-widget-settings.php:193
|
1752 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:183
|
1753 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:183
|
1754 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:179
|
1755 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:179
|
1756 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:179
|
1757 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:179
|
1758 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:179
|
1759 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:179
|
1760 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:179
|
1761 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:181
|
1762 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:184
|
1763 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:184
|
1764 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:181
|
1765 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:181
|
1766 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:181
|
1767 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:181
|
1768 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:181
|
1769 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:182
|
1770 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:182
|
1771 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:182
|
1772 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:182
|
1773 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:182
|
1774 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:182
|
1775 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:182
|
1776 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:182
|
1777 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:182
|
1778 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:182
|
1779 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:182
|
1780 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:184
|
1781 |
Â
msgid "Show Play/Pause?"
|
1782 |
Â
msgstr ""
|
1783 |
Â
|
1784 |
Â
#: includes/class-testimonials-widget-settings.php:194
|
1785 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:184
|
1786 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:184
|
1787 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:180
|
1788 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:180
|
1789 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:180
|
1790 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:180
|
1791 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:180
|
1792 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:180
|
1793 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:180
|
1794 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:182
|
1795 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:185
|
1796 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:185
|
1797 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:182
|
1798 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:182
|
1799 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:182
|
1800 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:182
|
1801 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:182
|
1802 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:183
|
1803 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:183
|
1804 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:183
|
1805 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:183
|
1806 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:183
|
1807 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:183
|
1808 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:183
|
1809 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:183
|
1810 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:183
|
1811 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:183
|
1812 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:183
|
1813 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:185
|
1814 |
Â
msgid "Display start and stop buttons underneath the testimonial slider."
|
1815 |
Â
msgstr ""
|
1816 |
Â
|
1819 |
Â
msgstr ""
|
1820 |
Â
|
1821 |
Â
#: includes/class-testimonials-widget-settings.php:203
|
1822 |
+
msgid "Width of each testimonial. Increase to thumbnail width or greater for improved looks. Requried for horizontal transitions."
|
Â
|
|
Â
|
|
1823 |
Â
msgstr ""
|
1824 |
Â
|
1825 |
Â
#: includes/class-testimonials-widget-settings.php:210
|
1826 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:170
|
1827 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:170
|
1828 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:166
|
1829 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:166
|
1830 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:166
|
1831 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:166
|
1832 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:166
|
1833 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:166
|
1834 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:166
|
1835 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:168
|
1836 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:171
|
1837 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:171
|
1838 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:168
|
1839 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:168
|
1840 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:168
|
1841 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:168
|
1842 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:168
|
1843 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:169
|
1844 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:169
|
1845 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:169
|
1846 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:169
|
1847 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:169
|
1848 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:169
|
1849 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:169
|
1850 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:169
|
1851 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:169
|
1852 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:169
|
1853 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:169
|
1854 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:171
|
1855 |
Â
msgid "Transition Mode?"
|
1856 |
Â
msgstr ""
|
1857 |
Â
|
1860 |
Â
msgstr ""
|
1861 |
Â
|
1862 |
Â
#: includes/class-testimonials-widget-settings.php:214
|
1863 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:174
|
1864 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:174
|
1865 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:170
|
1866 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:170
|
1867 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:170
|
1868 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:170
|
1869 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:170
|
1870 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:170
|
1871 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:170
|
1872 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:172
|
1873 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:175
|
1874 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:175
|
1875 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:172
|
1876 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:172
|
1877 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:172
|
1878 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:172
|
1879 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:172
|
1880 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:173
|
1881 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:173
|
1882 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:173
|
1883 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:173
|
1884 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:173
|
1885 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:173
|
1886 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:173
|
1887 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:173
|
1888 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:173
|
1889 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:173
|
1890 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:173
|
1891 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:175
|
1892 |
Â
msgid "Fade"
|
1893 |
Â
msgstr ""
|
1894 |
Â
|
1895 |
Â
#: includes/class-testimonials-widget-settings.php:215
|
1896 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:175
|
1897 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:175
|
1898 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:171
|
1899 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:171
|
1900 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:171
|
1901 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:171
|
1902 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:171
|
1903 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:171
|
1904 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:171
|
1905 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:173
|
1906 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:176
|
1907 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:176
|
1908 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:173
|
1909 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:173
|
1910 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:173
|
1911 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:173
|
1912 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:173
|
1913 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:174
|
1914 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:174
|
1915 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:174
|
1916 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:174
|
1917 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:174
|
1918 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:174
|
1919 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:174
|
1920 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:174
|
1921 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:174
|
1922 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:174
|
1923 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:174
|
1924 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:176
|
1925 |
Â
msgid "Horizontal"
|
1926 |
Â
msgstr ""
|
1927 |
Â
|
1928 |
Â
#: includes/class-testimonials-widget-settings.php:216
|
1929 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:176
|
1930 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:176
|
1931 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:172
|
1932 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:172
|
1933 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:172
|
1934 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:172
|
1935 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:172
|
1936 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:172
|
1937 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:172
|
1938 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:174
|
1939 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:177
|
1940 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:177
|
1941 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:174
|
1942 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:174
|
1943 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:174
|
1944 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:174
|
1945 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:174
|
1946 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:175
|
1947 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:175
|
1948 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:175
|
1949 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:175
|
1950 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:175
|
1951 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:175
|
1952 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:175
|
1953 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:175
|
1954 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:175
|
1955 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:175
|
1956 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:175
|
1957 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:177
|
1958 |
Â
msgid "Vertical"
|
1959 |
Â
msgstr ""
|
1960 |
Â
|
1961 |
Â
#: includes/class-testimonials-widget-settings.php:228
|
1962 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:91
|
1963 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:100
|
1964 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:100
|
1965 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:100
|
1966 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:107
|
1967 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:111
|
1968 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:111
|
1969 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:141
|
1970 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:141
|
1971 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:162
|
1972 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:162
|
1973 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:161
|
1974 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:161
|
1975 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:161
|
1976 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:161
|
1977 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:161
|
1978 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:161
|
1979 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:168
|
1980 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:171
|
1981 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:171
|
1982 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:171
|
1983 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:171
|
1984 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:171
|
1985 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:233
|
1986 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:235
|
1987 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:221
|
1988 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:221
|
1989 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:217
|
1990 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:217
|
1991 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:217
|
1992 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:217
|
1993 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:217
|
1994 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:217
|
1995 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:217
|
1996 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:219
|
1997 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:222
|
1998 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:222
|
1999 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:219
|
2000 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:219
|
2001 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:219
|
2002 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:219
|
2003 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:219
|
2004 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:220
|
2005 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:220
|
2006 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:220
|
2007 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:220
|
2008 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:220
|
2009 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:220
|
2010 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:220
|
2011 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:220
|
2012 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:212
|
2013 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:212
|
2014 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:212
|
2015 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:214
|
2016 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:91
|
2017 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:92
|
2018 |
Â
msgid "General Options"
|
2019 |
Â
msgstr ""
|
2020 |
Â
|
2021 |
Â
#: includes/class-testimonials-widget-settings.php:233
|
2022 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:234
|
2023 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:234
|
2024 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:234
|
2025 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:234
|
2026 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:234
|
2027 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:335
|
2028 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:335
|
2029 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:335
|
2030 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:335
|
2031 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:335
|
2032 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:351
|
2033 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:351
|
2034 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:351
|
2035 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:343
|
2036 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:343
|
2037 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:351
|
2038 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:353
|
2039 |
Â
msgid "Default Reviewed Item?"
|
2040 |
Â
msgstr ""
|
2041 |
Â
|
2044 |
Â
msgstr ""
|
2045 |
Â
|
2046 |
Â
#: includes/class-testimonials-widget-settings.php:241
|
2047 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:241
|
2048 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:241
|
2049 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:241
|
2050 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:241
|
2051 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:241
|
2052 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:342
|
2053 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:342
|
2054 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:342
|
2055 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:342
|
2056 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:342
|
2057 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:358
|
2058 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:358
|
2059 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:358
|
2060 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:350
|
2061 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:350
|
2062 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:358
|
2063 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:360
|
2064 |
Â
msgid "Default Reviewed Item URL?"
|
2065 |
Â
msgstr ""
|
2066 |
Â
|
2081 |
Â
msgstr ""
|
2082 |
Â
|
2083 |
Â
#: includes/class-testimonials-widget-settings.php:257
|
2084 |
+
msgid "Remove \"Testimonials Not Found\" content when no testimonials are found to be displayed."
|
Â
|
|
Â
|
|
2085 |
Â
msgstr ""
|
2086 |
Â
|
2087 |
Â
#: includes/class-testimonials-widget-settings.php:263
|
2088 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:159
|
2089 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:176
|
2090 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:176
|
2091 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:176
|
2092 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:183
|
2093 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:199
|
2094 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:199
|
2095 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:216
|
2096 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:216
|
2097 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:237
|
2098 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:237
|
2099 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:236
|
2100 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:236
|
2101 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:236
|
2102 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:236
|
2103 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:236
|
2104 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:236
|
2105 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:243
|
2106 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:246
|
2107 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:246
|
2108 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:246
|
2109 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:246
|
2110 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:246
|
2111 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:308
|
2112 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:345
|
2113 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:333
|
2114 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:333
|
2115 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:329
|
2116 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:329
|
2117 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:329
|
2118 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:329
|
2119 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:329
|
2120 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:329
|
2121 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:329
|
2122 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:331
|
2123 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:334
|
2124 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:334
|
2125 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:331
|
2126 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:331
|
2127 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:331
|
2128 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:339
|
2129 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:339
|
2130 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:350
|
2131 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:350
|
2132 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:350
|
2133 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:350
|
2134 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:350
|
2135 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:366
|
2136 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:366
|
2137 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:366
|
2138 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:358
|
2139 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:358
|
2140 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:366
|
2141 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:368
|
2142 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:159
|
2143 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:160
|
2144 |
Â
msgid "Enable Paging?"
|
2145 |
Â
msgstr ""
|
2146 |
Â
|
2149 |
Â
msgstr ""
|
2150 |
Â
|
2151 |
Â
#: includes/class-testimonials-widget-settings.php:267
|
2152 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:163
|
2153 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:180
|
2154 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:180
|
2155 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:180
|
2156 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:187
|
2157 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:203
|
2158 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:203
|
2159 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:220
|
2160 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:220
|
2161 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:241
|
2162 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:241
|
2163 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:240
|
2164 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:240
|
2165 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:240
|
2166 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:240
|
2167 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:240
|
2168 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:240
|
2169 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:247
|
2170 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:250
|
2171 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:250
|
2172 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:250
|
2173 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:250
|
2174 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:250
|
2175 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:312
|
2176 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:349
|
2177 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:337
|
2178 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:337
|
2179 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:333
|
2180 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:333
|
2181 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:333
|
2182 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:333
|
2183 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:333
|
2184 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:333
|
2185 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:333
|
2186 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:335
|
2187 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:338
|
2188 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:338
|
2189 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:335
|
2190 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:335
|
2191 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:335
|
2192 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:343
|
2193 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:343
|
2194 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:354
|
2195 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:354
|
2196 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:354
|
2197 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:354
|
2198 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:354
|
2199 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:370
|
2200 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:370
|
2201 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:370
|
2202 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:362
|
2203 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:362
|
2204 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:370
|
2205 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:372
|
2206 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:163
|
2207 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:164
|
2208 |
Â
msgid "Disable"
|
2209 |
Â
msgstr ""
|
2210 |
Â
|
2211 |
Â
#: includes/class-testimonials-widget-settings.php:268
|
2212 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:164
|
2213 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:181
|
2214 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:181
|
2215 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:181
|
2216 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:188
|
2217 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:204
|
2218 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:204
|
2219 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:221
|
2220 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:221
|
2221 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:242
|
2222 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:242
|
2223 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:241
|
2224 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:241
|
2225 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:241
|
2226 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:241
|
2227 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:241
|
2228 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:241
|
2229 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:248
|
2230 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:251
|
2231 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:251
|
2232 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:251
|
2233 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:251
|
2234 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:251
|
2235 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:313
|
2236 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:350
|
2237 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:338
|
2238 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:338
|
2239 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:334
|
2240 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:334
|
2241 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:334
|
2242 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:334
|
2243 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:334
|
2244 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:334
|
2245 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:334
|
2246 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:336
|
2247 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:339
|
2248 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:339
|
2249 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:336
|
2250 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:336
|
2251 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:336
|
2252 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:344
|
2253 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:344
|
2254 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:355
|
2255 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:355
|
2256 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:355
|
2257 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:355
|
2258 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:355
|
2259 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:371
|
2260 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:371
|
2261 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:371
|
2262 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:363
|
2263 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:363
|
2264 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:371
|
2265 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:373
|
2266 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:164
|
2267 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:165
|
2268 |
Â
msgid "Enable"
|
2269 |
Â
msgstr ""
|
2270 |
Â
|
2271 |
Â
#: includes/class-testimonials-widget-settings.php:269
|
2272 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:165
|
2273 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:182
|
2274 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:182
|
2275 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:182
|
2276 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:189
|
2277 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:205
|
2278 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:205
|
2279 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:222
|
2280 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:222
|
2281 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:243
|
2282 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:243
|
2283 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:242
|
2284 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:242
|
2285 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:242
|
2286 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:242
|
2287 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:242
|
2288 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:242
|
2289 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:249
|
2290 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:252
|
2291 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:252
|
2292 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:252
|
2293 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:252
|
2294 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:252
|
2295 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:314
|
2296 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:351
|
2297 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:339
|
2298 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:339
|
2299 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:335
|
2300 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:335
|
2301 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:335
|
2302 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:335
|
2303 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:335
|
2304 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:335
|
2305 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:335
|
2306 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:337
|
2307 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:340
|
2308 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:340
|
2309 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:337
|
2310 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:337
|
2311 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:337
|
2312 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:345
|
2313 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:345
|
2314 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:356
|
2315 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:356
|
2316 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:356
|
2317 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:356
|
2318 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:356
|
2319 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:372
|
2320 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:372
|
2321 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:372
|
2322 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:364
|
2323 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:364
|
2324 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:372
|
2325 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:374
|
2326 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:165
|
2327 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:166
|
2328 |
Â
msgid "Before testimonials"
|
2329 |
Â
msgstr ""
|
2330 |
Â
|
2331 |
Â
#: includes/class-testimonials-widget-settings.php:270
|
2332 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:166
|
2333 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:183
|
2334 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:183
|
2335 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:183
|
2336 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:190
|
2337 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:206
|
2338 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:206
|
2339 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:223
|
2340 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:223
|
2341 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:244
|
2342 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:244
|
2343 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:243
|
2344 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:243
|
2345 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:243
|
2346 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:243
|
2347 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:243
|
2348 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:243
|
2349 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:250
|
2350 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:253
|
2351 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:253
|
2352 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:253
|
2353 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:253
|
2354 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:253
|
2355 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:315
|
2356 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:352
|
2357 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:340
|
2358 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:340
|
2359 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:336
|
2360 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:336
|
2361 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:336
|
2362 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:336
|
2363 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:336
|
2364 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:336
|
2365 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:336
|
2366 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:338
|
2367 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:341
|
2368 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:341
|
2369 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:338
|
2370 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:338
|
2371 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:338
|
2372 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:346
|
2373 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:346
|
2374 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:357
|
2375 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:357
|
2376 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:357
|
2377 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:357
|
2378 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:357
|
2379 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:373
|
2380 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:373
|
2381 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:373
|
2382 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:365
|
2383 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:365
|
2384 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:373
|
2385 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:375
|
2386 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:166
|
2387 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:167
|
2388 |
Â
msgid "After testimonials"
|
2389 |
Â
msgstr ""
|
2390 |
Â
|
2391 |
Â
#: includes/class-testimonials-widget-settings.php:276
|
2392 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:239
|
2393 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:225
|
2394 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:225
|
2395 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:221
|
2396 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:221
|
2397 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:221
|
2398 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:221
|
2399 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:221
|
2400 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:221
|
2401 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:221
|
2402 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:223
|
2403 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:226
|
2404 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:226
|
2405 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:223
|
2406 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:223
|
2407 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:223
|
2408 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:223
|
2409 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:223
|
2410 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:363
|
2411 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:363
|
2412 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:363
|
2413 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:363
|
2414 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:363
|
2415 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:379
|
2416 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:379
|
2417 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:379
|
2418 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:371
|
2419 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:371
|
2420 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:379
|
2421 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:381
|
2422 |
+
msgid "Adds HTML tag markup per the <a href=\"%s\">Review schema</a> to testimonials. Search engines including Bing, Google, Yahoo! and Yandex rely on this markup to improve the display of search results."
|
2423 |
Â
msgstr ""
|
2424 |
Â
|
2425 |
Â
#: includes/class-testimonials-widget-settings.php:279
|
2426 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:242
|
2427 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:228
|
2428 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:228
|
2429 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:224
|
2430 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:224
|
2431 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:224
|
2432 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:224
|
2433 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:224
|
2434 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:224
|
2435 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:224
|
2436 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:226
|
2437 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:229
|
2438 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:229
|
2439 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:226
|
2440 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:226
|
2441 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:226
|
2442 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:226
|
2443 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:226
|
2444 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:366
|
2445 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:366
|
2446 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:366
|
2447 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:366
|
2448 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:366
|
2449 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:382
|
2450 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:382
|
2451 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:382
|
2452 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:374
|
2453 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:374
|
2454 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:382
|
2455 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:384
|
2456 |
Â
msgid "Enable Review Schema?"
|
2457 |
Â
msgstr ""
|
2458 |
Â
|
2459 |
Â
#: includes/class-testimonials-widget-settings.php:286
|
2460 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:345
|
2461 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:345
|
2462 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:353
|
2463 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:353
|
2464 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:374
|
2465 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:374
|
2466 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:374
|
2467 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:374
|
2468 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:374
|
2469 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:390
|
2470 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:390
|
2471 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:390
|
2472 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:389
|
2473 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:389
|
2474 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:397
|
2475 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:399
|
2476 |
Â
msgid "Enable [shortcodes]?"
|
2477 |
Â
msgstr ""
|
2478 |
Â
|
2479 |
Â
#: includes/class-testimonials-widget-settings.php:287
|
2480 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:261
|
2481 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:261
|
2482 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:261
|
2483 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:323
|
2484 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:360
|
2485 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:348
|
2486 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:348
|
2487 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:344
|
2488 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:344
|
2489 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:344
|
2490 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:344
|
2491 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:344
|
2492 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:344
|
2493 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:344
|
2494 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:346
|
2495 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:349
|
2496 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:349
|
2497 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:346
|
2498 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:346
|
2499 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:346
|
2500 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:354
|
2501 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:354
|
2502 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:375
|
2503 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:375
|
2504 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:375
|
2505 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:375
|
2506 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:375
|
2507 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:391
|
2508 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:391
|
2509 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:391
|
2510 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:390
|
2511 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:390
|
2512 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:398
|
2513 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:400
|
2514 |
Â
msgid "If unchecked, shortcodes are stripped."
|
2515 |
Â
msgstr ""
|
2516 |
Â
|
2517 |
Â
#: includes/class-testimonials-widget-settings.php:294
|
2518 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:192
|
2519 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:192
|
2520 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:188
|
2521 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:188
|
2522 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:188
|
2523 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:188
|
2524 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:188
|
2525 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:188
|
2526 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:188
|
2527 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:190
|
2528 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:193
|
2529 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:193
|
2530 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:190
|
2531 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:190
|
2532 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:190
|
2533 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:190
|
2534 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:190
|
2535 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:191
|
2536 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:191
|
2537 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:191
|
2538 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:191
|
2539 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:191
|
2540 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:191
|
2541 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:191
|
2542 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:191
|
2543 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:382
|
2544 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:382
|
2545 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:390
|
2546 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:392
|
2547 |
Â
msgid "Enable Video?"
|
2548 |
Â
msgstr ""
|
2549 |
Â
|
2550 |
Â
#: includes/class-testimonials-widget-settings.php:295
|
2551 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:193
|
2552 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:193
|
2553 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:189
|
2554 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:189
|
2555 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:189
|
2556 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:189
|
2557 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:189
|
2558 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:189
|
2559 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:189
|
2560 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:191
|
2561 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:194
|
2562 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:194
|
2563 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:191
|
2564 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:191
|
2565 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:191
|
2566 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:191
|
2567 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:191
|
2568 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:192
|
2569 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:192
|
2570 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:192
|
2571 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:192
|
2572 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:192
|
2573 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:192
|
2574 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:192
|
2575 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:192
|
2576 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:383
|
2577 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:383
|
2578 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:391
|
2579 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:393
|
2580 |
Â
msgid "Only enable when displaying video content."
|
2581 |
Â
msgstr ""
|
2582 |
Â
|
2583 |
Â
#: includes/class-testimonials-widget-settings.php:301
|
2584 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:325
|
2585 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:325
|
2586 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:225
|
2587 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:225
|
2588 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:225
|
2589 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:225
|
2590 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:225
|
2591 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:240
|
2592 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:240
|
2593 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:240
|
2594 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:232
|
2595 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:232
|
2596 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:232
|
2597 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:234
|
2598 |
Â
msgid "Exclude bxSlider CSS?"
|
2599 |
Â
msgstr ""
|
2600 |
Â
|
2601 |
Â
#: includes/class-testimonials-widget-settings.php:302
|
2602 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:326
|
2603 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:326
|
2604 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:226
|
2605 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:226
|
2606 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:226
|
2607 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:226
|
2608 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:226
|
2609 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:241
|
2610 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:241
|
2611 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:241
|
2612 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:233
|
2613 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:233
|
2614 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:233
|
2615 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:235
|
2616 |
Â
msgid "For a bare-bones, unthemed slider."
|
2617 |
Â
msgstr ""
|
2618 |
Â
|
2619 |
Â
#: includes/class-testimonials-widget-settings.php:310
|
2620 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:241
|
2621 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:243
|
2622 |
Â
msgid "Exclude default CSS?"
|
2623 |
Â
msgstr ""
|
2624 |
Â
|
2625 |
Â
#: includes/class-testimonials-widget-settings.php:311
|
2626 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:242
|
2627 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:244
|
2628 |
Â
msgid "Prevent default CSS from being loaded."
|
2629 |
Â
msgstr ""
|
2630 |
Â
|
2631 |
Â
#: includes/class-testimonials-widget-settings.php:319
|
2632 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:172
|
2633 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:190
|
2634 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:190
|
2635 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:190
|
2636 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:197
|
2637 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:385
|
2638 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:385
|
2639 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:402
|
2640 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:402
|
2641 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:425
|
2642 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:425
|
2643 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:414
|
2644 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:414
|
2645 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:414
|
2646 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:414
|
2647 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:414
|
2648 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:414
|
2649 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:421
|
2650 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:424
|
2651 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:424
|
2652 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:430
|
2653 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:430
|
2654 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:430
|
2655 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:504
|
2656 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:547
|
2657 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:678
|
2658 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:678
|
2659 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:633
|
2660 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:633
|
2661 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:633
|
2662 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:633
|
2663 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:633
|
2664 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:633
|
2665 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:633
|
2666 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:635
|
2667 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:638
|
2668 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:638
|
2669 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:635
|
2670 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:624
|
2671 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:624
|
2672 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:632
|
2673 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:632
|
2674 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:247
|
2675 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:247
|
2676 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:247
|
2677 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:247
|
2678 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:247
|
2679 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:263
|
2680 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:263
|
2681 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:263
|
2682 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:255
|
2683 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:255
|
2684 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:263
|
2685 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:265
|
2686 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:172
|
2687 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:173
|
2688 |
Â
msgid "Remove `.hentry` CSS?"
|
2689 |
Â
msgstr ""
|
2690 |
Â
|
2691 |
Â
#: includes/class-testimonials-widget-settings.php:320
|
2692 |
+
msgid "Some themes use class `.hentry` in a manner that breaks Testimonials' CSS."
|
Â
|
|
2693 |
Â
msgstr ""
|
2694 |
Â
|
2695 |
Â
#: includes/class-testimonials-widget-settings.php:327
|
2696 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:148
|
2697 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:126
|
2698 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:141
|
2699 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:141
|
2700 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:141
|
2701 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:163
|
2702 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:163
|
2703 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:163
|
2704 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:170
|
2705 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:186
|
2706 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:186
|
2707 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:210
|
2708 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:210
|
2709 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:231
|
2710 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:231
|
2711 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:230
|
2712 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:230
|
2713 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:230
|
2714 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:230
|
2715 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:230
|
2716 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:230
|
2717 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:237
|
2718 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:240
|
2719 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:240
|
2720 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:240
|
2721 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:240
|
2722 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:240
|
2723 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:302
|
2724 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:339
|
2725 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:327
|
2726 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:327
|
2727 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:323
|
2728 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:323
|
2729 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:323
|
2730 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:323
|
2731 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:323
|
2732 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:323
|
2733 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:323
|
2734 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:325
|
2735 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:328
|
2736 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:328
|
2737 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:325
|
2738 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:325
|
2739 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:325
|
2740 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:333
|
2741 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:333
|
2742 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:388
|
2743 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:388
|
2744 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:388
|
2745 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:388
|
2746 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:388
|
2747 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:404
|
2748 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:404
|
2749 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:404
|
2750 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:403
|
2751 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:403
|
2752 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:411
|
2753 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:413
|
2754 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:126
|
2755 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:126
|
2756 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:126
|
2757 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:125
|
2758 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:125
|
2759 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:125
|
2760 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:125
|
2761 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:125
|
2762 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:125
|
2763 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:125
|
2764 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:125
|
2765 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:125
|
2766 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:134
|
2767 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:134
|
2768 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:134
|
2769 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:180
|
2770 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:180
|
2771 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:180
|
2772 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:180
|
2773 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:180
|
2774 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:180
|
2775 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:180
|
2776 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:180
|
2777 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:180
|
2778 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:183
|
2779 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:183
|
2780 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:183
|
2781 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:183
|
2782 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:183
|
2783 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:183
|
2784 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:183
|
2785 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:183
|
2786 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:183
|
2787 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:183
|
2788 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:183
|
2789 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:183
|
2790 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:183
|
2791 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:183
|
2792 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:183
|
2793 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:183
|
2794 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:186
|
2795 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:186
|
2796 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:186
|
2797 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:186
|
2798 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:186
|
2799 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:194
|
2800 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:194
|
2801 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:194
|
2802 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:183
|
2803 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:183
|
2804 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:183
|
2805 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:187
|
2806 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:186
|
2807 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:186
|
2808 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:186
|
2809 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:186
|
2810 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:148
|
2811 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:149
|
2812 |
Â
msgid "URL Target"
|
2813 |
Â
msgstr ""
|
2814 |
Â
|
2817 |
Â
msgstr ""
|
2818 |
Â
|
2819 |
Â
#: includes/class-testimonials-widget-settings.php:333
|
2820 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:396
|
2821 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:396
|
2822 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:413
|
2823 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:413
|
2824 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:436
|
2825 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:436
|
2826 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:425
|
2827 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:425
|
2828 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:425
|
2829 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:425
|
2830 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:425
|
2831 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:425
|
2832 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:432
|
2833 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:435
|
2834 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:435
|
2835 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:441
|
2836 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:441
|
2837 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:441
|
2838 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:515
|
2839 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:559
|
2840 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:666
|
2841 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:666
|
2842 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:621
|
2843 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:621
|
2844 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:621
|
2845 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:621
|
2846 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:621
|
2847 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:621
|
2848 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:621
|
2849 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:623
|
2850 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:626
|
2851 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:626
|
2852 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:623
|
2853 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:612
|
2854 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:612
|
2855 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:620
|
2856 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:620
|
2857 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:255
|
2858 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:255
|
2859 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:255
|
2860 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:255
|
2861 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:255
|
2862 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:271
|
2863 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:271
|
2864 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:271
|
2865 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:263
|
2866 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:263
|
2867 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:271
|
2868 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:273
|
2869 |
Â
msgid "Use `<q>` tag?"
|
2870 |
Â
msgstr ""
|
2871 |
Â
|
2896 |
Â
|
2897 |
Â
#: includes/class-testimonials-widget-settings.php:369
|
2898 |
Â
#: includes/class-testimonials-widget-settings.php:637
|
2899 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:138
|
2900 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:153
|
2901 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:153
|
2902 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:153
|
2903 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:160
|
2904 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:176
|
2905 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:176
|
2906 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:200
|
2907 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:200
|
2908 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:221
|
2909 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:221
|
2910 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:220
|
2911 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:220
|
2912 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:220
|
2913 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:220
|
2914 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:220
|
2915 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:220
|
2916 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:227
|
2917 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:230
|
2918 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:230
|
2919 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:230
|
2920 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:230
|
2921 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:230
|
2922 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:292
|
2923 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:327
|
2924 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:315
|
2925 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:315
|
2926 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:311
|
2927 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:311
|
2928 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:311
|
2929 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:311
|
2930 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:311
|
2931 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:311
|
2932 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:311
|
2933 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:313
|
2934 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:316
|
2935 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:316
|
2936 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:313
|
2937 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:313
|
2938 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:313
|
2939 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:313
|
2940 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:313
|
2941 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:318
|
2942 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:609
|
2943 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:318
|
2944 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:609
|
2945 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:318
|
2946 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:609
|
2947 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:318
|
2948 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:609
|
2949 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:318
|
2950 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:609
|
2951 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:334
|
2952 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:625
|
2953 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:334
|
2954 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:625
|
2955 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:334
|
2956 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:625
|
2957 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:326
|
2958 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:624
|
2959 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:326
|
2960 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:624
|
2961 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:334
|
2962 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:632
|
2963 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:336
|
2964 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:634
|
2965 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:138
|
2966 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:139
|
2967 |
Â
msgid "Hide Company?"
|
2968 |
Â
msgstr ""
|
2969 |
Â
|
2981 |
Â
|
2982 |
Â
#: includes/class-testimonials-widget-settings.php:385
|
2983 |
Â
#: includes/class-testimonials-widget-settings.php:647
|
2984 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:127
|
2985 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:137
|
2986 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:137
|
2987 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:137
|
2988 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:144
|
2989 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:160
|
2990 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:160
|
2991 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:184
|
2992 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:184
|
2993 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:205
|
2994 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:205
|
2995 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:204
|
2996 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:204
|
2997 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:204
|
2998 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:204
|
2999 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:204
|
3000 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:204
|
3001 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:211
|
3002 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:214
|
3003 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:214
|
3004 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:214
|
3005 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:214
|
3006 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:214
|
3007 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:276
|
3008 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:308
|
3009 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:296
|
3010 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:296
|
3011 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:292
|
3012 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:292
|
3013 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:292
|
3014 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:292
|
3015 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:292
|
3016 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:292
|
3017 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:292
|
3018 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:294
|
3019 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:297
|
3020 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:297
|
3021 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:294
|
3022 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:294
|
3023 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:294
|
3024 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:294
|
3025 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:294
|
3026 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:299
|
3027 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:600
|
3028 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:299
|
3029 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:600
|
3030 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:299
|
3031 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:600
|
3032 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:299
|
3033 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:600
|
3034 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:299
|
3035 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:600
|
3036 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:315
|
3037 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:616
|
3038 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:315
|
3039 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:616
|
3040 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:315
|
3041 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:616
|
3042 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:307
|
3043 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:615
|
3044 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:307
|
3045 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:615
|
3046 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:315
|
3047 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:623
|
3048 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:317
|
3049 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:625
|
3050 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:127
|
3051 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:128
|
3052 |
Â
msgid "Hide Email?"
|
3053 |
Â
msgstr ""
|
3054 |
Â
|
3066 |
Â
|
3067 |
Â
#: includes/class-testimonials-widget-settings.php:402
|
3068 |
Â
#: includes/class-testimonials-widget-settings.php:667
|
3069 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:111
|
3070 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:121
|
3071 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:121
|
3072 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:121
|
3073 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:128
|
3074 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:138
|
3075 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:138
|
3076 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:162
|
3077 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:162
|
3078 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:183
|
3079 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:183
|
3080 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:182
|
3081 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:182
|
3082 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:182
|
3083 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:182
|
3084 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:182
|
3085 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:182
|
3086 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:189
|
3087 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:192
|
3088 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:192
|
3089 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:192
|
3090 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:192
|
3091 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:192
|
3092 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:254
|
3093 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:282
|
3094 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:270
|
3095 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:270
|
3096 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:266
|
3097 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:266
|
3098 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:266
|
3099 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:266
|
3100 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:266
|
3101 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:266
|
3102 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:266
|
3103 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:268
|
3104 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:271
|
3105 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:271
|
3106 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:268
|
3107 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:268
|
3108 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:268
|
3109 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:268
|
3110 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:268
|
3111 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:273
|
3112 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:566
|
3113 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:273
|
3114 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:566
|
3115 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:273
|
3116 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:566
|
3117 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:273
|
3118 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:566
|
3119 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:273
|
3120 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:566
|
3121 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:289
|
3122 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:582
|
3123 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:289
|
3124 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:582
|
3125 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:289
|
3126 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:582
|
3127 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:281
|
3128 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:581
|
3129 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:281
|
3130 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:581
|
3131 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:289
|
3132 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:589
|
3133 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:291
|
3134 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:591
|
3135 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:111
|
3136 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:112
|
3137 |
Â
msgid "Hide Image?"
|
3138 |
Â
msgstr ""
|
3139 |
Â
|
3142 |
Â
msgstr ""
|
3143 |
Â
|
3144 |
Â
#: includes/class-testimonials-widget-settings.php:410
|
3145 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:143
|
3146 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:143
|
3147 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:167
|
3148 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:167
|
3149 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:188
|
3150 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:188
|
3151 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:187
|
3152 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:187
|
3153 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:187
|
3154 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:187
|
3155 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:187
|
3156 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:187
|
3157 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:194
|
3158 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:197
|
3159 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:197
|
3160 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:197
|
3161 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:197
|
3162 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:197
|
3163 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:259
|
3164 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:288
|
3165 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:276
|
3166 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:276
|
3167 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:272
|
3168 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:272
|
3169 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:272
|
3170 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:272
|
3171 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:272
|
3172 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:272
|
3173 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:272
|
3174 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:274
|
3175 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:277
|
3176 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:277
|
3177 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:274
|
3178 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:274
|
3179 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:274
|
3180 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:274
|
3181 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:274
|
3182 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:279
|
3183 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:279
|
3184 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:279
|
3185 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:279
|
3186 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:279
|
3187 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:295
|
3188 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:295
|
3189 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:295
|
3190 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:287
|
3191 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:287
|
3192 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:295
|
3193 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:297
|
3194 |
Â
msgid "Hide Image in Single View?"
|
3195 |
Â
msgstr ""
|
3196 |
Â
|
3197 |
Â
#: includes/class-testimonials-widget-settings.php:418
|
3198 |
Â
#: includes/class-testimonials-widget-settings.php:676
|
3199 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:220
|
3200 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:220
|
3201 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:220
|
3202 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:282
|
3203 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:315
|
3204 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:303
|
3205 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:303
|
3206 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:299
|
3207 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:299
|
3208 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:299
|
3209 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:299
|
3210 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:299
|
3211 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:299
|
3212 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:299
|
3213 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:301
|
3214 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:304
|
3215 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:304
|
3216 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:301
|
3217 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:301
|
3218 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:301
|
3219 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:301
|
3220 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:301
|
3221 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:306
|
3222 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:582
|
3223 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:306
|
3224 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:582
|
3225 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:306
|
3226 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:582
|
3227 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:306
|
3228 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:582
|
3229 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:306
|
3230 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:582
|
3231 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:322
|
3232 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:598
|
3233 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:322
|
3234 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:598
|
3235 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:322
|
3236 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:598
|
3237 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:314
|
3238 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:597
|
3239 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:314
|
3240 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:597
|
3241 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:322
|
3242 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:605
|
3243 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:324
|
3244 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:607
|
3245 |
Â
msgid "Hide Job Title?"
|
3246 |
Â
msgstr ""
|
3247 |
Â
|
3251 |
Â
|
3252 |
Â
#: includes/class-testimonials-widget-settings.php:426
|
3253 |
Â
#: includes/class-testimonials-widget-settings.php:686
|
3254 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:148
|
3255 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:148
|
3256 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:148
|
3257 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:155
|
3258 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:171
|
3259 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:171
|
3260 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:195
|
3261 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:195
|
3262 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:216
|
3263 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:216
|
3264 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:215
|
3265 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:215
|
3266 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:215
|
3267 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:215
|
3268 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:215
|
3269 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:215
|
3270 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:222
|
3271 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:225
|
3272 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:225
|
3273 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:225
|
3274 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:225
|
3275 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:225
|
3276 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:287
|
3277 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:321
|
3278 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:309
|
3279 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:309
|
3280 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:305
|
3281 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:305
|
3282 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:305
|
3283 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:305
|
3284 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:305
|
3285 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:305
|
3286 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:305
|
3287 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:307
|
3288 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:310
|
3289 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:310
|
3290 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:307
|
3291 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:307
|
3292 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:307
|
3293 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:307
|
3294 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:307
|
3295 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:312
|
3296 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:591
|
3297 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:312
|
3298 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:591
|
3299 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:312
|
3300 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:591
|
3301 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:312
|
3302 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:591
|
3303 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:312
|
3304 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:591
|
3305 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:328
|
3306 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:607
|
3307 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:328
|
3308 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:607
|
3309 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:328
|
3310 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:607
|
3311 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:320
|
3312 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:606
|
3313 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:320
|
3314 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:606
|
3315 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:328
|
3316 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:614
|
3317 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:330
|
3318 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:616
|
3319 |
Â
msgid "Hide Location?"
|
3320 |
Â
msgstr ""
|
3321 |
Â
|
3325 |
Â
|
3326 |
Â
#: includes/class-testimonials-widget-settings.php:434
|
3327 |
Â
#: includes/class-testimonials-widget-settings.php:705
|
3328 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:116
|
3329 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:122
|
3330 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:143
|
3331 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:116
|
3332 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:116
|
3333 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:122
|
3334 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:122
|
3335 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:122
|
3336 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:122
|
3337 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:122
|
3338 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:122
|
3339 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:122
|
3340 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:124
|
3341 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:128
|
3342 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:128
|
3343 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:128
|
3344 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:128
|
3345 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:137
|
3346 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:139
|
3347 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:139
|
3348 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:139
|
3349 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:158
|
3350 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:158
|
3351 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:158
|
3352 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:165
|
3353 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:181
|
3354 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:181
|
3355 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:205
|
3356 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:205
|
3357 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:226
|
3358 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:226
|
3359 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:225
|
3360 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:225
|
3361 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:225
|
3362 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:225
|
3363 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:225
|
3364 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:225
|
3365 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:232
|
3366 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:235
|
3367 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:235
|
3368 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:235
|
3369 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:235
|
3370 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:235
|
3371 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:297
|
3372 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:333
|
3373 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:321
|
3374 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:321
|
3375 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:317
|
3376 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:317
|
3377 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:317
|
3378 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:317
|
3379 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:317
|
3380 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:317
|
3381 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:317
|
3382 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:319
|
3383 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:322
|
3384 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:322
|
3385 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:319
|
3386 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:319
|
3387 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:319
|
3388 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:319
|
3389 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:319
|
3390 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:324
|
3391 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:618
|
3392 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:324
|
3393 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:618
|
3394 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:324
|
3395 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:618
|
3396 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:324
|
3397 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:618
|
3398 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:324
|
3399 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:618
|
3400 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:340
|
3401 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:634
|
3402 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:340
|
3403 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:634
|
3404 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:340
|
3405 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:634
|
3406 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:332
|
3407 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:633
|
3408 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:332
|
3409 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:633
|
3410 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:340
|
3411 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:641
|
3412 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:342
|
3413 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:643
|
3414 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:124
|
3415 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:124
|
3416 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:124
|
3417 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:123
|
3418 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:123
|
3419 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:123
|
3420 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:123
|
3421 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:123
|
3422 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:123
|
3423 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:123
|
3424 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:123
|
3425 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:123
|
3426 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:132
|
3427 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:132
|
3428 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:132
|
3429 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:178
|
3430 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:178
|
3431 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:178
|
3432 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:178
|
3433 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:178
|
3434 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:178
|
3435 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:178
|
3436 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:178
|
3437 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:178
|
3438 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:181
|
3439 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:181
|
3440 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:181
|
3441 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:181
|
3442 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:181
|
3443 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:181
|
3444 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:181
|
3445 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:181
|
3446 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:181
|
3447 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:181
|
3448 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:181
|
3449 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:181
|
3450 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:181
|
3451 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:181
|
3452 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:181
|
3453 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:181
|
3454 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:184
|
3455 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:184
|
3456 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:184
|
3457 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:184
|
3458 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:184
|
3459 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:192
|
3460 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:192
|
3461 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:192
|
3462 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:181
|
3463 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:181
|
3464 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:181
|
3465 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:185
|
3466 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:184
|
3467 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:184
|
3468 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:184
|
3469 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:184
|
3470 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:143
|
3471 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:144
|
3472 |
Â
msgid "Hide URL?"
|
3473 |
Â
msgstr ""
|
3474 |
Â
|
3477 |
Â
msgstr ""
|
3478 |
Â
|
3479 |
Â
#: includes/class-testimonials-widget-settings.php:447
|
3480 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:184
|
3481 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:202
|
3482 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:202
|
3483 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:202
|
3484 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:209
|
3485 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:219
|
3486 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:219
|
3487 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:236
|
3488 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:236
|
3489 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:257
|
3490 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:257
|
3491 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:256
|
3492 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:256
|
3493 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:256
|
3494 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:256
|
3495 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:256
|
3496 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:256
|
3497 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:263
|
3498 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:266
|
3499 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:266
|
3500 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:272
|
3501 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:272
|
3502 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:272
|
3503 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:334
|
3504 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:373
|
3505 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:361
|
3506 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:361
|
3507 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:357
|
3508 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:357
|
3509 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:357
|
3510 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:357
|
3511 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:357
|
3512 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:357
|
3513 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:357
|
3514 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:359
|
3515 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:362
|
3516 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:362
|
3517 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:359
|
3518 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:359
|
3519 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:359
|
3520 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:367
|
3521 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:367
|
3522 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:400
|
3523 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:400
|
3524 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:400
|
3525 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:400
|
3526 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:400
|
3527 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:416
|
3528 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:416
|
3529 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:416
|
3530 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:415
|
3531 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:415
|
3532 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:423
|
3533 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:425
|
3534 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:184
|
3535 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:185
|
3536 |
Â
msgid "Selection Options"
|
3537 |
Â
msgstr ""
|
3538 |
Â
|
3539 |
Â
#: includes/class-testimonials-widget-settings.php:453
|
3540 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:190
|
3541 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:208
|
3542 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:208
|
3543 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:208
|
3544 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:215
|
3545 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:225
|
3546 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:225
|
3547 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:242
|
3548 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:242
|
3549 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:263
|
3550 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:263
|
3551 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:262
|
3552 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:262
|
3553 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:262
|
3554 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:262
|
3555 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:262
|
3556 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:262
|
3557 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:269
|
3558 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:272
|
3559 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:272
|
3560 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:278
|
3561 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:278
|
3562 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:278
|
3563 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:340
|
3564 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:379
|
3565 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:367
|
3566 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:367
|
3567 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:363
|
3568 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:363
|
3569 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:363
|
3570 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:363
|
3571 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:363
|
3572 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:363
|
3573 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:363
|
3574 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:365
|
3575 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:368
|
3576 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:368
|
3577 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:365
|
3578 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:365
|
3579 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:365
|
3580 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:373
|
3581 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:373
|
3582 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:406
|
3583 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:406
|
3584 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:406
|
3585 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:406
|
3586 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:406
|
3587 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:422
|
3588 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:422
|
3589 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:422
|
3590 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:421
|
3591 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:421
|
3592 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:429
|
3593 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:431
|
3594 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:190
|
3595 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:191
|
3596 |
Â
msgid "Category Filter"
|
3597 |
Â
msgstr ""
|
3598 |
Â
|
3601 |
Â
msgstr ""
|
3602 |
Â
|
3603 |
Â
#: includes/class-testimonials-widget-settings.php:461
|
3604 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:215
|
3605 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:236
|
3606 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:236
|
3607 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:236
|
3608 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:243
|
3609 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:253
|
3610 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:253
|
3611 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:270
|
3612 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:270
|
3613 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:291
|
3614 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:291
|
3615 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:290
|
3616 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:290
|
3617 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:290
|
3618 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:290
|
3619 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:290
|
3620 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:290
|
3621 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:297
|
3622 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:300
|
3623 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:300
|
3624 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:306
|
3625 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:306
|
3626 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:306
|
3627 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:368
|
3628 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:408
|
3629 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:398
|
3630 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:398
|
3631 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:394
|
3632 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:394
|
3633 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:394
|
3634 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:394
|
3635 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:394
|
3636 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:394
|
3637 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:394
|
3638 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:396
|
3639 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:399
|
3640 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:399
|
3641 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:396
|
3642 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:396
|
3643 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:396
|
3644 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:404
|
3645 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:404
|
3646 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:437
|
3647 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:437
|
3648 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:437
|
3649 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:437
|
3650 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:437
|
3651 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:453
|
3652 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:453
|
3653 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:453
|
3654 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:452
|
3655 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:452
|
3656 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:460
|
3657 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:462
|
3658 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:215
|
3659 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:216
|
3660 |
Â
msgid "Exclude IDs Filter"
|
3661 |
Â
msgstr ""
|
3662 |
Â
|
3666 |
Â
msgstr ""
|
3667 |
Â
|
3668 |
Â
#: includes/class-testimonials-widget-settings.php:468
|
3669 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:209
|
3670 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:229
|
3671 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:229
|
3672 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:229
|
3673 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:236
|
3674 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:246
|
3675 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:246
|
3676 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:263
|
3677 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:263
|
3678 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:284
|
3679 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:284
|
3680 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:283
|
3681 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:283
|
3682 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:283
|
3683 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:283
|
3684 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:283
|
3685 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:283
|
3686 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:290
|
3687 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:293
|
3688 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:293
|
3689 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:299
|
3690 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:299
|
3691 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:299
|
3692 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:361
|
3693 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:401
|
3694 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:391
|
3695 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:391
|
3696 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:387
|
3697 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:387
|
3698 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:387
|
3699 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:387
|
3700 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:387
|
3701 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:387
|
3702 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:387
|
3703 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:389
|
3704 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:392
|
3705 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:392
|
3706 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:389
|
3707 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:389
|
3708 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:389
|
3709 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:397
|
3710 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:397
|
3711 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:430
|
3712 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:430
|
3713 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:430
|
3714 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:430
|
3715 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:430
|
3716 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:446
|
3717 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:446
|
3718 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:446
|
3719 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:445
|
3720 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:445
|
3721 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:453
|
3722 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:455
|
3723 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:209
|
3724 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:210
|
3725 |
Â
msgid "Include IDs Filter"
|
3726 |
Â
msgstr ""
|
3727 |
Â
|
3728 |
Â
#: includes/class-testimonials-widget-settings.php:475
|
3729 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:122
|
3730 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:128
|
3731 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:221
|
3732 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-widget.php:126
|
3733 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-widget.php:126
|
3734 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-widget.php:126
|
3735 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-widget.php:126
|
3736 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-widget.php:126
|
3737 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:122
|
3738 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:122
|
3739 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:128
|
3740 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:128
|
3741 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:128
|
3742 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:128
|
3743 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:128
|
3744 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:128
|
3745 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:128
|
3746 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:132
|
3747 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:134
|
3748 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:134
|
3749 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:134
|
3750 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:134
|
3751 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:143
|
3752 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:147
|
3753 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:147
|
3754 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:147
|
3755 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:243
|
3756 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:243
|
3757 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:243
|
3758 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:250
|
3759 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:260
|
3760 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:260
|
3761 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:277
|
3762 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:277
|
3763 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:298
|
3764 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:298
|
3765 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:297
|
3766 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:297
|
3767 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:297
|
3768 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:297
|
3769 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:297
|
3770 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:297
|
3771 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:304
|
3772 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:307
|
3773 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:307
|
3774 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:313
|
3775 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:313
|
3776 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:313
|
3777 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:375
|
3778 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:415
|
3779 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:405
|
3780 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:405
|
3781 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:401
|
3782 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:401
|
3783 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:401
|
3784 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:401
|
3785 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:401
|
3786 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:401
|
3787 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:401
|
3788 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:403
|
3789 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:406
|
3790 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:406
|
3791 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:403
|
3792 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:403
|
3793 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:403
|
3794 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:411
|
3795 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:411
|
3796 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:444
|
3797 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:444
|
3798 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:444
|
3799 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:444
|
3800 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:444
|
3801 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:460
|
3802 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:460
|
3803 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:460
|
3804 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:459
|
3805 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:459
|
3806 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:467
|
3807 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:469
|
3808 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:132
|
3809 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:132
|
3810 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:132
|
3811 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:131
|
3812 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:131
|
3813 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:131
|
3814 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:131
|
3815 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:131
|
3816 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:131
|
3817 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:131
|
3818 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:131
|
3819 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:131
|
3820 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:140
|
3821 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:140
|
3822 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:140
|
3823 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:186
|
3824 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:186
|
3825 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:186
|
3826 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:186
|
3827 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:186
|
3828 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:186
|
3829 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:186
|
3830 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:186
|
3831 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:186
|
3832 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:189
|
3833 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:189
|
3834 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:189
|
3835 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:189
|
3836 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:189
|
3837 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:189
|
3838 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:189
|
3839 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:189
|
3840 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:189
|
3841 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:189
|
3842 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:189
|
3843 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:189
|
3844 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:189
|
3845 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:189
|
3846 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:189
|
3847 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:189
|
3848 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:194
|
3849 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:194
|
3850 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:194
|
3851 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:194
|
3852 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:194
|
3853 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:202
|
3854 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:202
|
3855 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:202
|
3856 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:189
|
3857 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:189
|
3858 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:189
|
3859 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:195
|
3860 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:194
|
3861 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:194
|
3862 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:194
|
3863 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:194
|
3864 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:221
|
3865 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:222
|
3866 |
Â
msgid "Limit"
|
3867 |
Â
msgstr ""
|
3868 |
Â
|
3871 |
Â
msgstr ""
|
3872 |
Â
|
3873 |
Â
#: includes/class-testimonials-widget-settings.php:483
|
3874 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:202
|
3875 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:222
|
3876 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:222
|
3877 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:222
|
3878 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:229
|
3879 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:239
|
3880 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:239
|
3881 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:256
|
3882 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:256
|
3883 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:277
|
3884 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:277
|
3885 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:276
|
3886 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:276
|
3887 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:276
|
3888 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:276
|
3889 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:276
|
3890 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:276
|
3891 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:283
|
3892 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:286
|
3893 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:286
|
3894 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:292
|
3895 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:292
|
3896 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:292
|
3897 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:354
|
3898 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:393
|
3899 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:383
|
3900 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:383
|
3901 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:379
|
3902 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:379
|
3903 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:379
|
3904 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:379
|
3905 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:379
|
3906 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:379
|
3907 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:379
|
3908 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:381
|
3909 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:384
|
3910 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:384
|
3911 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:381
|
3912 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:381
|
3913 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:381
|
3914 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:389
|
3915 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:389
|
3916 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:422
|
3917 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:422
|
3918 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:422
|
3919 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:422
|
3920 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:422
|
3921 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:438
|
3922 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:438
|
3923 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:438
|
3924 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:437
|
3925 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:437
|
3926 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:445
|
3927 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:447
|
3928 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:202
|
3929 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:203
|
3930 |
Â
msgid "Require All Tags?"
|
3931 |
Â
msgstr ""
|
3932 |
Â
|
3935 |
Â
msgstr ""
|
3936 |
Â
|
3937 |
Â
#: includes/class-testimonials-widget-settings.php:491
|
3938 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:196
|
3939 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:215
|
3940 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:215
|
3941 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:215
|
3942 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:222
|
3943 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:232
|
3944 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:232
|
3945 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:249
|
3946 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:249
|
3947 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:270
|
3948 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:270
|
3949 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:269
|
3950 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:269
|
3951 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:269
|
3952 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:269
|
3953 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:269
|
3954 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:269
|
3955 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:276
|
3956 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:279
|
3957 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:279
|
3958 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:285
|
3959 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:285
|
3960 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:285
|
3961 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:347
|
3962 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:386
|
3963 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:375
|
3964 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:375
|
3965 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:371
|
3966 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:371
|
3967 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:371
|
3968 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:371
|
3969 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:371
|
3970 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:371
|
3971 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:371
|
3972 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:373
|
3973 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:376
|
3974 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:376
|
3975 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:373
|
3976 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:373
|
3977 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:373
|
3978 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:381
|
3979 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:381
|
3980 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:414
|
3981 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:414
|
3982 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:414
|
3983 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:414
|
3984 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:414
|
3985 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:430
|
3986 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:430
|
3987 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:430
|
3988 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:429
|
3989 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:429
|
3990 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:437
|
3991 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:439
|
3992 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:196
|
3993 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:197
|
3994 |
Â
msgid "Tags Filter"
|
3995 |
Â
msgstr ""
|
3996 |
Â
|
3999 |
Â
msgstr ""
|
4000 |
Â
|
4001 |
Â
#: includes/class-testimonials-widget-settings.php:505
|
4002 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:234
|
4003 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:257
|
4004 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:257
|
4005 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:257
|
4006 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:264
|
4007 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:274
|
4008 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:274
|
4009 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:291
|
4010 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:291
|
4011 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:312
|
4012 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:312
|
4013 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:311
|
4014 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:311
|
4015 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:311
|
4016 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:311
|
4017 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:311
|
4018 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:311
|
4019 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:318
|
4020 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:321
|
4021 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:321
|
4022 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:327
|
4023 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:327
|
4024 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:327
|
4025 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:389
|
4026 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:429
|
4027 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:419
|
4028 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:419
|
4029 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:415
|
4030 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:415
|
4031 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:415
|
4032 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:415
|
4033 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:415
|
4034 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:415
|
4035 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:415
|
4036 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:417
|
4037 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:420
|
4038 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:420
|
4039 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:417
|
4040 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:417
|
4041 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:417
|
4042 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:425
|
4043 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:425
|
4044 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:458
|
4045 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:458
|
4046 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:458
|
4047 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:458
|
4048 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:458
|
4049 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:474
|
4050 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:474
|
4051 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:474
|
4052 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:473
|
4053 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:473
|
4054 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:481
|
4055 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:483
|
4056 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:234
|
4057 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:235
|
4058 |
Â
msgid "Ordering Options"
|
4059 |
Â
msgstr ""
|
4060 |
Â
|
4061 |
Â
#: includes/class-testimonials-widget-settings.php:511
|
4062 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:126
|
4063 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:132
|
4064 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:247
|
4065 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:126
|
4066 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:126
|
4067 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:132
|
4068 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:132
|
4069 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:132
|
4070 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:132
|
4071 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:132
|
4072 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:132
|
4073 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:132
|
4074 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:156
|
4075 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:138
|
4076 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:138
|
4077 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:138
|
4078 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:138
|
4079 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:147
|
4080 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:151
|
4081 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:151
|
4082 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:151
|
4083 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:270
|
4084 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:270
|
4085 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:270
|
4086 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:277
|
4087 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:287
|
4088 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:287
|
4089 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:304
|
4090 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:304
|
4091 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:325
|
4092 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:325
|
4093 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:324
|
4094 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:324
|
4095 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:324
|
4096 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:324
|
4097 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:324
|
4098 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:324
|
4099 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:331
|
4100 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:334
|
4101 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:334
|
4102 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:340
|
4103 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:340
|
4104 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:340
|
4105 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:402
|
4106 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:443
|
4107 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:433
|
4108 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:433
|
4109 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:429
|
4110 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:429
|
4111 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:429
|
4112 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:429
|
4113 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:429
|
4114 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:429
|
4115 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:429
|
4116 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:431
|
4117 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:434
|
4118 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:434
|
4119 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:431
|
4120 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:431
|
4121 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:431
|
4122 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:439
|
4123 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:439
|
4124 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:472
|
4125 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:472
|
4126 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:472
|
4127 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:472
|
4128 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:472
|
4129 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:488
|
4130 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:488
|
4131 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:488
|
4132 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:487
|
4133 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:487
|
4134 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:495
|
4135 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:497
|
4136 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:156
|
4137 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:156
|
4138 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:156
|
4139 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:155
|
4140 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:155
|
4141 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:155
|
4142 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:155
|
4143 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:155
|
4144 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:155
|
4145 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:155
|
4146 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:155
|
4147 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:155
|
4148 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:164
|
4149 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:164
|
4150 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:164
|
4151 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:210
|
4152 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:210
|
4153 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:210
|
4154 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:210
|
4155 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:210
|
4156 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:210
|
4157 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:211
|
4158 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:211
|
4159 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:211
|
4160 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:214
|
4161 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:214
|
4162 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:214
|
4163 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:214
|
4164 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:214
|
4165 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:214
|
4166 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:214
|
4167 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:214
|
4168 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:214
|
4169 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:214
|
4170 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:214
|
4171 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:214
|
4172 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:214
|
4173 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:214
|
4174 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:214
|
4175 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:214
|
4176 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:219
|
4177 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:219
|
4178 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:219
|
4179 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:219
|
4180 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:219
|
4181 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:227
|
4182 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:227
|
4183 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:227
|
4184 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:214
|
4185 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:214
|
4186 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:214
|
4187 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:220
|
4188 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:219
|
4189 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:219
|
4190 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:219
|
4191 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:219
|
4192 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:247
|
4193 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:248
|
4194 |
Â
msgid "ORDER BY"
|
4195 |
Â
msgstr ""
|
4196 |
Â
|
4199 |
Â
msgstr ""
|
4200 |
Â
|
4201 |
Â
#: includes/class-testimonials-widget-settings.php:515
|
4202 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:251
|
4203 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:140
|
4204 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:274
|
4205 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:274
|
4206 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:274
|
4207 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:281
|
4208 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:291
|
4209 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:291
|
4210 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:308
|
4211 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:308
|
4212 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:329
|
4213 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:329
|
4214 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:328
|
4215 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:328
|
4216 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:328
|
4217 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:328
|
4218 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:328
|
4219 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:328
|
4220 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:335
|
4221 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:338
|
4222 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:338
|
4223 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:344
|
4224 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:344
|
4225 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:344
|
4226 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:406
|
4227 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:447
|
4228 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:437
|
4229 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:437
|
4230 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:433
|
4231 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:433
|
4232 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:433
|
4233 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:433
|
4234 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:433
|
4235 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:433
|
4236 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:433
|
4237 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:435
|
4238 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:438
|
4239 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:438
|
4240 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:435
|
4241 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:435
|
4242 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:435
|
4243 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:443
|
4244 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:443
|
4245 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:476
|
4246 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:476
|
4247 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:476
|
4248 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:476
|
4249 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:476
|
4250 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:492
|
4251 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:492
|
4252 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:492
|
4253 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:491
|
4254 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:491
|
4255 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:499
|
4256 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:501
|
4257 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:140
|
4258 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:140
|
4259 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:140
|
4260 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:139
|
4261 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:139
|
4262 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:139
|
4263 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:139
|
4264 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:139
|
4265 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:139
|
4266 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:139
|
4267 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:139
|
4268 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:139
|
4269 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:148
|
4270 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:148
|
4271 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:148
|
4272 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:194
|
4273 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:194
|
4274 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:194
|
4275 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:194
|
4276 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:194
|
4277 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:194
|
4278 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:194
|
4279 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:194
|
4280 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:194
|
4281 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:197
|
4282 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:197
|
4283 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:197
|
4284 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:197
|
4285 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:197
|
4286 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:197
|
4287 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:197
|
4288 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:197
|
4289 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:197
|
4290 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:197
|
4291 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:197
|
4292 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:197
|
4293 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:197
|
4294 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:197
|
4295 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:197
|
4296 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:197
|
4297 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:202
|
4298 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:202
|
4299 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:202
|
4300 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:202
|
4301 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:202
|
4302 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:210
|
4303 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:210
|
4304 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:210
|
4305 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:197
|
4306 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:197
|
4307 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:197
|
4308 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:203
|
4309 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:202
|
4310 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:202
|
4311 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:202
|
4312 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:202
|
4313 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:251
|
4314 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:252
|
4315 |
Â
msgid "Testimonial ID"
|
4316 |
Â
msgstr ""
|
4317 |
Â
|
4320 |
Â
#: includes/class-testimonials-widget.php:556
|
4321 |
Â
#: includes/class-testimonials-widget.php:587
|
4322 |
Â
#: includes/class-testimonials-widget.php:1438
|
4323 |
+
#: testimonials-widget/branches/dev/testimonials-widget-admin.php:223
|
4324 |
+
#: testimonials-widget/branches/dev/testimonials-widget-admin.php:450
|
4325 |
+
#: testimonials-widget/branches/dev/testimonials-widget-admin.php:470
|
4326 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:252
|
4327 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-admin.php:221
|
4328 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-admin.php:443
|
4329 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-admin.php:461
|
4330 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-admin.php:223
|
4331 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-admin.php:450
|
4332 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-admin.php:470
|
4333 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-admin.php:221
|
4334 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-admin.php:443
|
4335 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-admin.php:461
|
4336 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-admin.php:221
|
4337 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-admin.php:443
|
4338 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-admin.php:461
|
4339 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-admin.php:221
|
4340 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-admin.php:443
|
4341 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-admin.php:461
|
4342 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-admin.php:221
|
4343 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-admin.php:443
|
4344 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-admin.php:461
|
4345 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-admin.php:221
|
4346 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-admin.php:443
|
4347 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-admin.php:461
|
4348 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-admin.php:221
|
4349 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-admin.php:443
|
4350 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-admin.php:461
|
4351 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-admin.php:221
|
4352 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-admin.php:443
|
4353 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-admin.php:461
|
4354 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-admin.php:221
|
4355 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-admin.php:443
|
4356 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-admin.php:461
|
4357 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-admin.php:221
|
4358 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-admin.php:443
|
4359 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-admin.php:461
|
4360 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-admin.php:221
|
4361 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-admin.php:443
|
4362 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-admin.php:461
|
4363 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-admin.php:221
|
4364 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-admin.php:443
|
4365 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-admin.php:461
|
4366 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-admin.php:221
|
4367 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-admin.php:443
|
4368 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-admin.php:461
|
4369 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-admin.php:221
|
4370 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-admin.php:443
|
4371 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-admin.php:461
|
4372 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-admin.php:221
|
4373 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-admin.php:443
|
4374 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-admin.php:461
|
4375 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-admin.php:221
|
4376 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-admin.php:443
|
4377 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-admin.php:461
|
4378 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:141
|
4379 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:275
|
4380 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:275
|
4381 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:275
|
4382 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:282
|
4383 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:292
|
4384 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:292
|
4385 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:309
|
4386 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:309
|
4387 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:330
|
4388 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:330
|
4389 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:329
|
4390 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:329
|
4391 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:329
|
4392 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:329
|
4393 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:329
|
4394 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:329
|
4395 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:336
|
4396 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:339
|
4397 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:339
|
4398 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:345
|
4399 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:345
|
4400 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:345
|
4401 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:407
|
4402 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:448
|
4403 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:438
|
4404 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:438
|
4405 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:434
|
4406 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:434
|
4407 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:434
|
4408 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:434
|
4409 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:434
|
4410 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:434
|
4411 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:434
|
4412 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:436
|
4413 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:439
|
4414 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:439
|
4415 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:436
|
4416 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:436
|
4417 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:436
|
4418 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:444
|
4419 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:444
|
4420 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:477
|
4421 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:477
|
4422 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:477
|
4423 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:477
|
4424 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:477
|
4425 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:493
|
4426 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:493
|
4427 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:493
|
4428 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:492
|
4429 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:492
|
4430 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:500
|
4431 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:502
|
4432 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:141
|
4433 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:141
|
4434 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:141
|
4435 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:140
|
4436 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:140
|
4437 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:140
|
4438 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:140
|
4439 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:140
|
4440 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:140
|
4441 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:140
|
4442 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:140
|
4443 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:140
|
4444 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:149
|
4445 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:149
|
4446 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:149
|
4447 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:195
|
4448 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:195
|
4449 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:195
|
4450 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:195
|
4451 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:195
|
4452 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:195
|
4453 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:195
|
4454 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:195
|
4455 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:195
|
4456 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:198
|
4457 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:198
|
4458 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:198
|
4459 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:198
|
4460 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:198
|
4461 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:198
|
4462 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:198
|
4463 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:198
|
4464 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:198
|
4465 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:198
|
4466 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:198
|
4467 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:198
|
4468 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:198
|
4469 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:198
|
4470 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:198
|
4471 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:198
|
4472 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:203
|
4473 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:203
|
4474 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:203
|
4475 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:203
|
4476 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:203
|
4477 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:211
|
4478 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:211
|
4479 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:211
|
4480 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:198
|
4481 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:198
|
4482 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:198
|
4483 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:204
|
4484 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:203
|
4485 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:203
|
4486 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:203
|
4487 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:203
|
4488 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:252
|
4489 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:253
|
4490 |
Â
msgid "Author"
|
4491 |
Â
msgstr ""
|
4492 |
Â
|
4493 |
Â
#: includes/class-testimonials-widget-settings.php:517
|
4494 |
Â
#: includes/class-testimonials-widget.php:558
|
4495 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:200
|
4496 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:222
|
4497 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:254
|
4498 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:337
|
4499 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:200
|
4500 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:200
|
4501 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:200
|
4502 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:200
|
4503 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:200
|
4504 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:212
|
4505 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:212
|
4506 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:222
|
4507 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:222
|
4508 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:143
|
4509 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:255
|
4510 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:222
|
4511 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:222
|
4512 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:222
|
4513 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:222
|
4514 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:223
|
4515 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:223
|
4516 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:223
|
4517 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:224
|
4518 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:277
|
4519 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:340
|
4520 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:277
|
4521 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:340
|
4522 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:277
|
4523 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:340
|
4524 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:283
|
4525 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:384
|
4526 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:293
|
4527 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:395
|
4528 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:293
|
4529 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:395
|
4530 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:310
|
4531 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:405
|
4532 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:310
|
4533 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:420
|
4534 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:331
|
4535 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:450
|
4536 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:331
|
4537 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:450
|
4538 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:330
|
4539 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:473
|
4540 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:330
|
4541 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:477
|
4542 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:330
|
4543 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:477
|
4544 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:330
|
4545 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:479
|
4546 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:330
|
4547 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:474
|
4548 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:330
|
4549 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:474
|
4550 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:337
|
4551 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:467
|
4552 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:340
|
4553 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:457
|
4554 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:340
|
4555 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:457
|
4556 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:346
|
4557 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:457
|
4558 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:346
|
4559 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:470
|
4560 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:346
|
4561 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:470
|
4562 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:408
|
4563 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:475
|
4564 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:449
|
4565 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:537
|
4566 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:439
|
4567 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:545
|
4568 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:439
|
4569 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:545
|
4570 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:435
|
4571 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:461
|
4572 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:435
|
4573 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:461
|
4574 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:435
|
4575 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:461
|
4576 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:435
|
4577 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:562
|
4578 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:435
|
4579 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:562
|
4580 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:435
|
4581 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:562
|
4582 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:435
|
4583 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:562
|
4584 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:437
|
4585 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:565
|
4586 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:440
|
4587 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:570
|
4588 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:440
|
4589 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:570
|
4590 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:437
|
4591 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:552
|
4592 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:437
|
4593 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:553
|
4594 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:437
|
4595 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:553
|
4596 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:445
|
4597 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:553
|
4598 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:445
|
4599 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:553
|
4600 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:478
|
4601 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:549
|
4602 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:478
|
4603 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:549
|
4604 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:478
|
4605 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:549
|
4606 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:478
|
4607 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:549
|
4608 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:478
|
4609 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:549
|
4610 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:494
|
4611 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:563
|
4612 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:494
|
4613 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:557
|
4614 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:494
|
4615 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:557
|
4616 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:493
|
4617 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:557
|
4618 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:493
|
4619 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:557
|
4620 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:501
|
4621 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:577
|
4622 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:503
|
4623 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:577
|
4624 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:143
|
4625 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:255
|
4626 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:143
|
4627 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:255
|
4628 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:143
|
4629 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:255
|
4630 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:142
|
4631 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:260
|
4632 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:142
|
4633 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:260
|
4634 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:142
|
4635 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:260
|
4636 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:142
|
4637 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:260
|
4638 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:142
|
4639 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:255
|
4640 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:142
|
4641 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:255
|
4642 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:142
|
4643 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:255
|
4644 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:142
|
4645 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:255
|
4646 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:142
|
4647 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:256
|
4648 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:151
|
4649 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:256
|
4650 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:151
|
4651 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:276
|
4652 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:151
|
4653 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:296
|
4654 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:197
|
4655 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:297
|
4656 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:197
|
4657 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:298
|
4658 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:197
|
4659 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:298
|
4660 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:197
|
4661 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:298
|
4662 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:197
|
4663 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:298
|
4664 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:197
|
4665 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:298
|
4666 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:197
|
4667 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:298
|
4668 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:197
|
4669 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:298
|
4670 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:197
|
4671 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:298
|
4672 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:200
|
4673 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:299
|
4674 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:200
|
4675 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:299
|
4676 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:200
|
4677 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:299
|
4678 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:200
|
4679 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:318
|
4680 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:200
|
4681 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:319
|
4682 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:200
|
4683 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:319
|
4684 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:200
|
4685 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:319
|
4686 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:200
|
4687 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:319
|
4688 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:200
|
4689 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:320
|
4690 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:200
|
4691 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:320
|
4692 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:200
|
4693 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:323
|
4694 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:200
|
4695 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:330
|
4696 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:200
|
4697 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:330
|
4698 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:200
|
4699 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:330
|
4700 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:200
|
4701 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:330
|
4702 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:200
|
4703 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:330
|
4704 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:205
|
4705 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:350
|
4706 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:205
|
4707 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:350
|
4708 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:205
|
4709 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:350
|
4710 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:205
|
4711 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:350
|
4712 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:205
|
4713 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:350
|
4714 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:213
|
4715 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:352
|
4716 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:213
|
4717 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:352
|
4718 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:213
|
4719 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:370
|
4720 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:200
|
4721 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:330
|
4722 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:200
|
4723 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:330
|
4724 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:200
|
4725 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:330
|
4726 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:206
|
4727 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:342
|
4728 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:205
|
4729 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:345
|
4730 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:205
|
4731 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:345
|
4732 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:205
|
4733 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:346
|
4734 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:205
|
4735 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:349
|
4736 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:254
|
4737 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:337
|
4738 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:255
|
4739 |
Â
msgid "Date"
|
4740 |
Â
msgstr ""
|
4741 |
Â
|
4742 |
Â
#: includes/class-testimonials-widget-settings.php:518
|
4743 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:284
|
4744 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:294
|
4745 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:294
|
4746 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:311
|
4747 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:311
|
4748 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:332
|
4749 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:332
|
4750 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:331
|
4751 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:331
|
4752 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:331
|
4753 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:331
|
4754 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:331
|
4755 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:331
|
4756 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:338
|
4757 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:341
|
4758 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:341
|
4759 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:347
|
4760 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:347
|
4761 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:347
|
4762 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:409
|
4763 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:450
|
4764 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:440
|
4765 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:440
|
4766 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:436
|
4767 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:436
|
4768 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:436
|
4769 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:436
|
4770 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:436
|
4771 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:436
|
4772 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:436
|
4773 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:438
|
4774 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:441
|
4775 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:441
|
4776 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:438
|
4777 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:438
|
4778 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:438
|
4779 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:446
|
4780 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:446
|
4781 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:479
|
4782 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:479
|
4783 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:479
|
4784 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:479
|
4785 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:479
|
4786 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:495
|
4787 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:495
|
4788 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:495
|
4789 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:494
|
4790 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:494
|
4791 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:502
|
4792 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:504
|
4793 |
Â
msgid "Menu Order"
|
4794 |
Â
msgstr ""
|
4795 |
Â
|
4796 |
Â
#: includes/class-testimonials-widget-settings.php:520
|
4797 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:255
|
4798 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:278
|
4799 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:278
|
4800 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:278
|
4801 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:286
|
4802 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:296
|
4803 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:296
|
4804 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:313
|
4805 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:313
|
4806 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:334
|
4807 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:334
|
4808 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:333
|
4809 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:333
|
4810 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:333
|
4811 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:333
|
4812 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:333
|
4813 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:333
|
4814 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:340
|
4815 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:343
|
4816 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:343
|
4817 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:349
|
4818 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:349
|
4819 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:349
|
4820 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:411
|
4821 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:452
|
4822 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:442
|
4823 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:442
|
4824 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:438
|
4825 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:438
|
4826 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:438
|
4827 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:438
|
4828 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:438
|
4829 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:438
|
4830 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:438
|
4831 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:440
|
4832 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:443
|
4833 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:443
|
4834 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:440
|
4835 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:440
|
4836 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:440
|
4837 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:448
|
4838 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:448
|
4839 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:481
|
4840 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:481
|
4841 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:481
|
4842 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:481
|
4843 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:481
|
4844 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:497
|
4845 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:497
|
4846 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:497
|
4847 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:496
|
4848 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:496
|
4849 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:504
|
4850 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:506
|
4851 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:198
|
4852 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:198
|
4853 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:198
|
4854 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:201
|
4855 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:201
|
4856 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:201
|
4857 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:201
|
4858 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:201
|
4859 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:201
|
4860 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:201
|
4861 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:201
|
4862 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:201
|
4863 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:201
|
4864 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:201
|
4865 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:201
|
4866 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:201
|
4867 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:201
|
4868 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:201
|
4869 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:201
|
4870 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:206
|
4871 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:206
|
4872 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:206
|
4873 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:206
|
4874 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:206
|
4875 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:214
|
4876 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:214
|
4877 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:214
|
4878 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:201
|
4879 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:201
|
4880 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:201
|
4881 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:207
|
4882 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:206
|
4883 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:206
|
4884 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:206
|
4885 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:206
|
4886 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:255
|
4887 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:256
|
4888 |
Â
msgid "No order"
|
4889 |
Â
msgstr ""
|
4890 |
Â
|
4891 |
Â
#: includes/class-testimonials-widget-settings.php:528
|
4892 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:262
|
4893 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:286
|
4894 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:286
|
4895 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:286
|
4896 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:294
|
4897 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:304
|
4898 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:304
|
4899 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:321
|
4900 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:321
|
4901 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:342
|
4902 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:342
|
4903 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:341
|
4904 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:341
|
4905 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:341
|
4906 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:341
|
4907 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:341
|
4908 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:341
|
4909 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:348
|
4910 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:351
|
4911 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:351
|
4912 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:357
|
4913 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:357
|
4914 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:357
|
4915 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:419
|
4916 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:460
|
4917 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:450
|
4918 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:450
|
4919 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:446
|
4920 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:446
|
4921 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:446
|
4922 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:446
|
4923 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:446
|
4924 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:446
|
4925 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:446
|
4926 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:448
|
4927 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:451
|
4928 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:451
|
4929 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:448
|
4930 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:448
|
4931 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:448
|
4932 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:456
|
4933 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:456
|
4934 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:489
|
4935 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:489
|
4936 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:489
|
4937 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:489
|
4938 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:489
|
4939 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:505
|
4940 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:505
|
4941 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:505
|
4942 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:504
|
4943 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:504
|
4944 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:512
|
4945 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:514
|
4946 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:262
|
4947 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:263
|
4948 |
Â
msgid "ORDER BY meta_key"
|
4949 |
Â
msgstr ""
|
4950 |
Â
|
4951 |
Â
#: includes/class-testimonials-widget-settings.php:529
|
4952 |
+
msgid "Used when \"Random Order\" is disabled and sorting by a testimonials meta key is needed. Overrides ORDER BY."
|
Â
|
|
Â
|
|
4953 |
Â
msgstr ""
|
4954 |
Â
|
4955 |
Â
#: includes/class-testimonials-widget-settings.php:532
|
4956 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:266
|
4957 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:160
|
4958 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:290
|
4959 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:290
|
4960 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:290
|
4961 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:298
|
4962 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:308
|
4963 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:308
|
4964 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:325
|
4965 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:325
|
4966 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:346
|
4967 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:346
|
4968 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:345
|
4969 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:345
|
4970 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:345
|
4971 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:345
|
4972 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:345
|
4973 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:345
|
4974 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:352
|
4975 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:355
|
4976 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:355
|
4977 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:361
|
4978 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:361
|
4979 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:361
|
4980 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:423
|
4981 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:464
|
4982 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:454
|
4983 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:454
|
4984 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:450
|
4985 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:450
|
4986 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:450
|
4987 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:450
|
4988 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:450
|
4989 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:450
|
4990 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:450
|
4991 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:452
|
4992 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:455
|
4993 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:455
|
4994 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:452
|
4995 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:452
|
4996 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:452
|
4997 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:460
|
4998 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:460
|
4999 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:493
|
5000 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:493
|
5001 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:493
|
5002 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:493
|
5003 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:493
|
5004 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:509
|
5005 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:509
|
5006 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:509
|
5007 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:508
|
5008 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:508
|
5009 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:516
|
5010 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:518
|
5011 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:160
|
5012 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:160
|
5013 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:160
|
5014 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:159
|
5015 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:159
|
5016 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:159
|
5017 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:159
|
5018 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:159
|
5019 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:159
|
5020 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:159
|
5021 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:159
|
5022 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:159
|
5023 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:168
|
5024 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:168
|
5025 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:168
|
5026 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:214
|
5027 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:214
|
5028 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:214
|
5029 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:214
|
5030 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:214
|
5031 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:214
|
5032 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:215
|
5033 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:215
|
5034 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:215
|
5035 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:218
|
5036 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:218
|
5037 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:218
|
5038 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:218
|
5039 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:218
|
5040 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:218
|
5041 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:218
|
5042 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:218
|
5043 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:218
|
5044 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:218
|
5045 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:218
|
5046 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:218
|
5047 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:218
|
5048 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:218
|
5049 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:218
|
5050 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:218
|
5051 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:223
|
5052 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:223
|
5053 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:223
|
5054 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:223
|
5055 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:223
|
5056 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:231
|
5057 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:231
|
5058 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:231
|
5059 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:218
|
5060 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:218
|
5061 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:218
|
5062 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:224
|
5063 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:223
|
5064 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:223
|
5065 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:223
|
5066 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:223
|
5067 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:266
|
5068 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:267
|
5069 |
Â
msgid "None"
|
5070 |
Â
msgstr ""
|
5071 |
Â
|
5072 |
Â
#: includes/class-testimonials-widget-settings.php:533
|
5073 |
Â
#: includes/class-testimonials-widget.php:592
|
5074 |
Â
#: includes/class-testimonials-widget.php:1444
|
5075 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:362
|
5076 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:451
|
5077 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1494
|
5078 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:362
|
5079 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:464
|
5080 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1517
|
5081 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:362
|
5082 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:464
|
5083 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1517
|
5084 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:424
|
5085 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:469
|
5086 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1535
|
5087 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:465
|
5088 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:531
|
5089 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1637
|
5090 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:455
|
5091 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:539
|
5092 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1715
|
5093 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:455
|
5094 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:539
|
5095 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1715
|
5096 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:451
|
5097 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:455
|
5098 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1638
|
5099 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:451
|
5100 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:455
|
5101 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1638
|
5102 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:451
|
5103 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:455
|
5104 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1638
|
5105 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:451
|
5106 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:556
|
5107 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1621
|
5108 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:451
|
5109 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:556
|
5110 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1621
|
5111 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:451
|
5112 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:556
|
5113 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1621
|
5114 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:451
|
5115 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:556
|
5116 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1621
|
5117 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:453
|
5118 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:559
|
5119 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1620
|
5120 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:456
|
5121 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:564
|
5122 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1628
|
5123 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:456
|
5124 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:564
|
5125 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1628
|
5126 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:453
|
5127 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:546
|
5128 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1610
|
5129 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:453
|
5130 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:547
|
5131 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1620
|
5132 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:453
|
5133 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:547
|
5134 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1619
|
5135 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:461
|
5136 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:547
|
5137 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1632
|
5138 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:461
|
5139 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:547
|
5140 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1633
|
5141 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:494
|
5142 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:578
|
5143 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1683
|
5144 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:494
|
5145 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:578
|
5146 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1683
|
5147 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:494
|
5148 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:578
|
5149 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1683
|
5150 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:494
|
5151 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:578
|
5152 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1683
|
5153 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:494
|
5154 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:578
|
5155 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1692
|
5156 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:510
|
5157 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:592
|
5158 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1706
|
5159 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:510
|
5160 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:586
|
5161 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1703
|
5162 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:510
|
5163 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:586
|
5164 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1703
|
5165 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:509
|
5166 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:586
|
5167 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1714
|
5168 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:509
|
5169 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:586
|
5170 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1713
|
5171 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:517
|
5172 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:606
|
5173 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1766
|
5174 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:519
|
5175 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:606
|
5176 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1769
|
5177 |
Â
msgid "Job Title"
|
5178 |
Â
msgstr ""
|
5179 |
Â
|
5180 |
Â
#: includes/class-testimonials-widget-settings.php:534
|
5181 |
Â
#: includes/class-testimonials-widget.php:607
|
5182 |
Â
#: includes/class-testimonials-widget.php:1462
|
5183 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:194
|
5184 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:574
|
5185 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:216
|
5186 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:701
|
5187 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:268
|
5188 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:331
|
5189 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1211
|
5190 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:194
|
5191 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:574
|
5192 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:194
|
5193 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:578
|
5194 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:194
|
5195 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:580
|
5196 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:194
|
5197 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:580
|
5198 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:194
|
5199 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:580
|
5200 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:206
|
5201 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:592
|
5202 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:206
|
5203 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:592
|
5204 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:216
|
5205 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:703
|
5206 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:216
|
5207 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:703
|
5208 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:162
|
5209 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:249
|
5210 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:806
|
5211 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:216
|
5212 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:721
|
5213 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:216
|
5214 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:721
|
5215 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:216
|
5216 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:721
|
5217 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:216
|
5218 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:722
|
5219 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:217
|
5220 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:737
|
5221 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:217
|
5222 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:741
|
5223 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:217
|
5224 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:738
|
5225 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:218
|
5226 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:740
|
5227 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:292
|
5228 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:334
|
5229 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1243
|
5230 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:292
|
5231 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:334
|
5232 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1243
|
5233 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:292
|
5234 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:334
|
5235 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1243
|
5236 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:300
|
5237 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:378
|
5238 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1287
|
5239 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:310
|
5240 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:389
|
5241 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1330
|
5242 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:310
|
5243 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:389
|
5244 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1330
|
5245 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:327
|
5246 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:399
|
5247 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1340
|
5248 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:327
|
5249 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:414
|
5250 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1355
|
5251 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:348
|
5252 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:444
|
5253 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1428
|
5254 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:348
|
5255 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:444
|
5256 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1428
|
5257 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:347
|
5258 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:467
|
5259 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1509
|
5260 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:347
|
5261 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:471
|
5262 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1513
|
5263 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:347
|
5264 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:471
|
5265 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1516
|
5266 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:347
|
5267 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:473
|
5268 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1497
|
5269 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:347
|
5270 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:468
|
5271 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1491
|
5272 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:347
|
5273 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:468
|
5274 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1492
|
5275 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:354
|
5276 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:463
|
5277 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1515
|
5278 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:357
|
5279 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:453
|
5280 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1505
|
5281 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:357
|
5282 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:453
|
5283 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1505
|
5284 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:363
|
5285 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:453
|
5286 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1506
|
5287 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:363
|
5288 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:466
|
5289 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1529
|
5290 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:363
|
5291 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:466
|
5292 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1529
|
5293 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:425
|
5294 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:471
|
5295 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1547
|
5296 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:466
|
5297 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:533
|
5298 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1649
|
5299 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:456
|
5300 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:541
|
5301 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1727
|
5302 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:456
|
5303 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:541
|
5304 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1727
|
5305 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:452
|
5306 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:457
|
5307 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1650
|
5308 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:452
|
5309 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:457
|
5310 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1650
|
5311 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:452
|
5312 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:457
|
5313 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1650
|
5314 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:452
|
5315 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:558
|
5316 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1633
|
5317 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:452
|
5318 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:558
|
5319 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1633
|
5320 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:452
|
5321 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:558
|
5322 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1633
|
5323 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:452
|
5324 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:558
|
5325 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1633
|
5326 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:454
|
5327 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:561
|
5328 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1632
|
5329 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:457
|
5330 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:566
|
5331 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1640
|
5332 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:457
|
5333 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:566
|
5334 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1640
|
5335 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:454
|
5336 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:548
|
5337 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1622
|
5338 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:454
|
5339 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:549
|
5340 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1632
|
5341 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:454
|
5342 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:549
|
5343 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1631
|
5344 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:462
|
5345 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:549
|
5346 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1644
|
5347 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:462
|
5348 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:549
|
5349 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1645
|
5350 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:495
|
5351 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:588
|
5352 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1695
|
5353 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:495
|
5354 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:588
|
5355 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1695
|
5356 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:495
|
5357 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:588
|
5358 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1695
|
5359 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:495
|
5360 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:588
|
5361 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1695
|
5362 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:495
|
5363 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:588
|
5364 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1704
|
5365 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:511
|
5366 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:602
|
5367 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1718
|
5368 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:511
|
5369 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:596
|
5370 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1715
|
5371 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:511
|
5372 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:596
|
5373 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1715
|
5374 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:510
|
5375 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:596
|
5376 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1726
|
5377 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:510
|
5378 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:596
|
5379 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1725
|
5380 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:518
|
5381 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:616
|
5382 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1778
|
5383 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:520
|
5384 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:616
|
5385 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1781
|
5386 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:162
|
5387 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:249
|
5388 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:806
|
5389 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:162
|
5390 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:249
|
5391 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:806
|
5392 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:162
|
5393 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:249
|
5394 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:806
|
5395 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:161
|
5396 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:254
|
5397 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:814
|
5398 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:161
|
5399 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:254
|
5400 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:833
|
5401 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:161
|
5402 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:254
|
5403 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:833
|
5404 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:161
|
5405 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:254
|
5406 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:833
|
5407 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:161
|
5408 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:249
|
5409 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:829
|
5410 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:161
|
5411 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:249
|
5412 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:840
|
5413 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:161
|
5414 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:249
|
5415 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:842
|
5416 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:161
|
5417 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:249
|
5418 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:845
|
5419 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:161
|
5420 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:250
|
5421 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:846
|
5422 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:170
|
5423 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:250
|
5424 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:866
|
5425 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:170
|
5426 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:270
|
5427 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:891
|
5428 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:170
|
5429 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:290
|
5430 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:911
|
5431 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:216
|
5432 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:291
|
5433 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:903
|
5434 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:216
|
5435 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:292
|
5436 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:905
|
5437 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:216
|
5438 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:292
|
5439 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:922
|
5440 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:216
|
5441 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:292
|
5442 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:921
|
5443 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:216
|
5444 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:292
|
5445 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:921
|
5446 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:216
|
5447 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:292
|
5448 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:921
|
5449 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:217
|
5450 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:292
|
5451 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:949
|
5452 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:217
|
5453 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:292
|
5454 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:953
|
5455 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:217
|
5456 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:292
|
5457 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:953
|
5458 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:220
|
5459 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:293
|
5460 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:957
|
5461 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:220
|
5462 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:293
|
5463 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:957
|
5464 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:220
|
5465 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:293
|
5466 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:957
|
5467 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:220
|
5468 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:312
|
5469 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:976
|
5470 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:220
|
5471 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:313
|
5472 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:979
|
5473 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:220
|
5474 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:313
|
5475 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1025
|
5476 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:220
|
5477 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:313
|
5478 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1025
|
5479 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:220
|
5480 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:313
|
5481 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1035
|
5482 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:220
|
5483 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:314
|
5484 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1040
|
5485 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:220
|
5486 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:314
|
5487 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1040
|
5488 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:220
|
5489 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:317
|
5490 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1068
|
5491 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:220
|
5492 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:324
|
5493 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1073
|
5494 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:220
|
5495 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:324
|
5496 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1073
|
5497 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:220
|
5498 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:324
|
5499 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1072
|
5500 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:220
|
5501 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:324
|
5502 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1076
|
5503 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:220
|
5504 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:324
|
5505 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1076
|
5506 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:225
|
5507 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:344
|
5508 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1213
|
5509 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:225
|
5510 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:344
|
5511 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1213
|
5512 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:225
|
5513 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:344
|
5514 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1213
|
5515 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:225
|
5516 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:344
|
5517 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1216
|
5518 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:225
|
5519 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:344
|
5520 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1217
|
5521 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:233
|
5522 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:346
|
5523 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1217
|
5524 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:233
|
5525 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:346
|
5526 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1218
|
5527 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:233
|
5528 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:364
|
5529 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1236
|
5530 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:220
|
5531 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:324
|
5532 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1076
|
5533 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:220
|
5534 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:324
|
5535 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1084
|
5536 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:220
|
5537 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:324
|
5538 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1084
|
5539 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:226
|
5540 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:336
|
5541 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1106
|
5542 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:225
|
5543 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:339
|
5544 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1104
|
5545 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:225
|
5546 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:339
|
5547 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1104
|
5548 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:225
|
5549 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:340
|
5550 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1105
|
5551 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:225
|
5552 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:343
|
5553 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1212
|
5554 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:268
|
5555 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:331
|
5556 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1211
|
5557 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:269
|
5558 |
Â
msgid "Email"
|
5559 |
Â
msgstr ""
|
5560 |
Â
|
5561 |
Â
#: includes/class-testimonials-widget-settings.php:535
|
5562 |
Â
#: includes/class-testimonials-widget.php:597
|
5563 |
Â
#: includes/class-testimonials-widget.php:1450
|
5564 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:333
|
5565 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1237
|
5566 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:333
|
5567 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1237
|
5568 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:333
|
5569 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1237
|
5570 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:377
|
5571 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1281
|
5572 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:311
|
5573 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:388
|
5574 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1324
|
5575 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:311
|
5576 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:388
|
5577 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1324
|
5578 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:328
|
5579 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:398
|
5580 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1334
|
5581 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:328
|
5582 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:413
|
5583 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1349
|
5584 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:349
|
5585 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:443
|
5586 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1422
|
5587 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:349
|
5588 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:443
|
5589 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1422
|
5590 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:348
|
5591 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:466
|
5592 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1503
|
5593 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:348
|
5594 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:470
|
5595 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1507
|
5596 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:348
|
5597 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:470
|
5598 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1510
|
5599 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:348
|
5600 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:472
|
5601 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1491
|
5602 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:348
|
5603 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:467
|
5604 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1485
|
5605 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:348
|
5606 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:467
|
5607 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1486
|
5608 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:355
|
5609 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:462
|
5610 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1509
|
5611 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:358
|
5612 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:452
|
5613 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1499
|
5614 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:358
|
5615 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:452
|
5616 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1499
|
5617 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:364
|
5618 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:452
|
5619 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1500
|
5620 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:364
|
5621 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:465
|
5622 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1523
|
5623 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:364
|
5624 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:465
|
5625 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1523
|
5626 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:426
|
5627 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:470
|
5628 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1541
|
5629 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:467
|
5630 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:532
|
5631 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1643
|
5632 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:457
|
5633 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:540
|
5634 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1721
|
5635 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:457
|
5636 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:540
|
5637 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1721
|
5638 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:453
|
5639 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:456
|
5640 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1644
|
5641 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:453
|
5642 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:456
|
5643 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1644
|
5644 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:453
|
5645 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:456
|
5646 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1644
|
5647 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:453
|
5648 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:557
|
5649 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1627
|
5650 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:453
|
5651 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:557
|
5652 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1627
|
5653 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:453
|
5654 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:557
|
5655 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1627
|
5656 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:453
|
5657 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:557
|
5658 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1627
|
5659 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:455
|
5660 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:560
|
5661 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1626
|
5662 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:458
|
5663 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:565
|
5664 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1634
|
5665 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:458
|
5666 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:565
|
5667 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1634
|
5668 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:455
|
5669 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:547
|
5670 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1616
|
5671 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:455
|
5672 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:548
|
5673 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1626
|
5674 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:455
|
5675 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:548
|
5676 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1625
|
5677 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:463
|
5678 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:548
|
5679 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1638
|
5680 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:463
|
5681 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:548
|
5682 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1639
|
5683 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:496
|
5684 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:583
|
5685 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1689
|
5686 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:496
|
5687 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:583
|
5688 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1689
|
5689 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:496
|
5690 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:583
|
5691 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1689
|
5692 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:496
|
5693 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:583
|
5694 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1689
|
5695 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:496
|
5696 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:583
|
5697 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1698
|
5698 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:512
|
5699 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:597
|
5700 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1712
|
5701 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:512
|
5702 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:591
|
5703 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1709
|
5704 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:512
|
5705 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:591
|
5706 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1709
|
5707 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:511
|
5708 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:591
|
5709 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1720
|
5710 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:511
|
5711 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:591
|
5712 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1719
|
5713 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:519
|
5714 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:611
|
5715 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1772
|
5716 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:521
|
5717 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:611
|
5718 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1775
|
5719 |
Â
msgid "Location"
|
5720 |
Â
msgstr ""
|
5721 |
Â
|
5722 |
Â
#: includes/class-testimonials-widget-settings.php:536
|
5723 |
Â
#: includes/class-testimonials-widget.php:602
|
5724 |
Â
#: includes/class-testimonials-widget.php:1456
|
5725 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:195
|
5726 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:580
|
5727 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:217
|
5728 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:707
|
5729 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:269
|
5730 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:332
|
5731 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1217
|
5732 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:195
|
5733 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:580
|
5734 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:195
|
5735 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:584
|
5736 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:195
|
5737 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:586
|
5738 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:195
|
5739 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:586
|
5740 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:195
|
5741 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:586
|
5742 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:207
|
5743 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:598
|
5744 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:207
|
5745 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:598
|
5746 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:217
|
5747 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:709
|
5748 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:217
|
5749 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:709
|
5750 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:163
|
5751 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:250
|
5752 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:812
|
5753 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:217
|
5754 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:727
|
5755 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:217
|
5756 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:727
|
5757 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:217
|
5758 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:727
|
5759 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:217
|
5760 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:728
|
5761 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:218
|
5762 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:743
|
5763 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:218
|
5764 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:747
|
5765 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:218
|
5766 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:744
|
5767 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:219
|
5768 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:746
|
5769 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:293
|
5770 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:335
|
5771 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1249
|
5772 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:293
|
5773 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:335
|
5774 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1249
|
5775 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:293
|
5776 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:335
|
5777 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1249
|
5778 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:301
|
5779 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:379
|
5780 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1293
|
5781 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:312
|
5782 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:390
|
5783 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1336
|
5784 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:312
|
5785 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:390
|
5786 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1336
|
5787 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:329
|
5788 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:400
|
5789 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1346
|
5790 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:329
|
5791 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:415
|
5792 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1361
|
5793 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:350
|
5794 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:445
|
5795 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1434
|
5796 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:350
|
5797 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:445
|
5798 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1434
|
5799 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:349
|
5800 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:468
|
5801 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1515
|
5802 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:349
|
5803 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:472
|
5804 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1519
|
5805 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:349
|
5806 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:472
|
5807 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1522
|
5808 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:349
|
5809 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:474
|
5810 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1503
|
5811 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:349
|
5812 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:469
|
5813 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1497
|
5814 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:349
|
5815 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:469
|
5816 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1498
|
5817 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:356
|
5818 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:464
|
5819 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1521
|
5820 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:359
|
5821 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:454
|
5822 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1511
|
5823 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:359
|
5824 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:454
|
5825 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1511
|
5826 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:365
|
5827 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:454
|
5828 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1512
|
5829 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:365
|
5830 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:467
|
5831 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1535
|
5832 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:365
|
5833 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:467
|
5834 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1535
|
5835 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:427
|
5836 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:472
|
5837 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1553
|
5838 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:468
|
5839 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:534
|
5840 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1655
|
5841 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:458
|
5842 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:542
|
5843 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1733
|
5844 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:458
|
5845 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:542
|
5846 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1733
|
5847 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:454
|
5848 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:458
|
5849 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1656
|
5850 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:454
|
5851 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:458
|
5852 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1656
|
5853 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:454
|
5854 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:458
|
5855 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1656
|
5856 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:454
|
5857 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:559
|
5858 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1639
|
5859 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:454
|
5860 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:559
|
5861 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1639
|
5862 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:454
|
5863 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:559
|
5864 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1639
|
5865 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:454
|
5866 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:559
|
5867 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1639
|
5868 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:456
|
5869 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:562
|
5870 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1638
|
5871 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:459
|
5872 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:567
|
5873 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1646
|
5874 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:459
|
5875 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:567
|
5876 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1646
|
5877 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:456
|
5878 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:549
|
5879 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1628
|
5880 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:456
|
5881 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:550
|
5882 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1638
|
5883 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:456
|
5884 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:550
|
5885 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1637
|
5886 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:464
|
5887 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:550
|
5888 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1650
|
5889 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:464
|
5890 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:550
|
5891 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1651
|
5892 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:497
|
5893 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:593
|
5894 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1701
|
5895 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:497
|
5896 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:593
|
5897 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1701
|
5898 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:497
|
5899 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:593
|
5900 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1701
|
5901 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:497
|
5902 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:593
|
5903 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1701
|
5904 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:497
|
5905 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:593
|
5906 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1710
|
5907 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:513
|
5908 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:607
|
5909 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1724
|
5910 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:513
|
5911 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:601
|
5912 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1721
|
5913 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:513
|
5914 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:601
|
5915 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1721
|
5916 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:512
|
5917 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:601
|
5918 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1732
|
5919 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:512
|
5920 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:601
|
5921 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1731
|
5922 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:520
|
5923 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:621
|
5924 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1784
|
5925 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:522
|
5926 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:621
|
5927 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1787
|
5928 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:163
|
5929 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:250
|
5930 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:812
|
5931 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:163
|
5932 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:250
|
5933 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:812
|
5934 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:163
|
5935 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:250
|
5936 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:812
|
5937 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:162
|
5938 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:255
|
5939 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:820
|
5940 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:162
|
5941 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:255
|
5942 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:839
|
5943 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:162
|
5944 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:255
|
5945 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:839
|
5946 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:162
|
5947 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:255
|
5948 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:839
|
5949 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:162
|
5950 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:250
|
5951 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:835
|
5952 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:162
|
5953 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:250
|
5954 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:846
|
5955 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:162
|
5956 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:250
|
5957 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:848
|
5958 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:162
|
5959 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:250
|
5960 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:851
|
5961 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:162
|
5962 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:251
|
5963 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:852
|
5964 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:171
|
5965 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:251
|
5966 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:872
|
5967 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:171
|
5968 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:271
|
5969 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:897
|
5970 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:171
|
5971 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:291
|
5972 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:917
|
5973 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:217
|
5974 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:292
|
5975 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:909
|
5976 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:217
|
5977 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:293
|
5978 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:911
|
5979 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:217
|
5980 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:293
|
5981 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:928
|
5982 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:217
|
5983 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:293
|
5984 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:927
|
5985 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:217
|
5986 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:293
|
5987 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:927
|
5988 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:217
|
5989 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:293
|
5990 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:927
|
5991 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:218
|
5992 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:293
|
5993 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:955
|
5994 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:218
|
5995 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:293
|
5996 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:959
|
5997 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:218
|
5998 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:293
|
5999 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:959
|
6000 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:221
|
6001 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:294
|
6002 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:963
|
6003 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:221
|
6004 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:294
|
6005 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:963
|
6006 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:221
|
6007 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:294
|
6008 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:963
|
6009 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:221
|
6010 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:313
|
6011 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:982
|
6012 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:221
|
6013 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:314
|
6014 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:985
|
6015 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:221
|
6016 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:314
|
6017 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1031
|
6018 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:221
|
6019 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:314
|
6020 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1031
|
6021 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:221
|
6022 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:314
|
6023 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1041
|
6024 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:221
|
6025 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:315
|
6026 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1046
|
6027 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:221
|
6028 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:315
|
6029 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1046
|
6030 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:221
|
6031 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:318
|
6032 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1074
|
6033 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:221
|
6034 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:325
|
6035 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1079
|
6036 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:221
|
6037 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:325
|
6038 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1079
|
6039 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:221
|
6040 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:325
|
6041 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1078
|
6042 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:221
|
6043 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:325
|
6044 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1082
|
6045 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:221
|
6046 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:325
|
6047 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1082
|
6048 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:226
|
6049 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:345
|
6050 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1219
|
6051 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:226
|
6052 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:345
|
6053 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1219
|
6054 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:226
|
6055 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:345
|
6056 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1219
|
6057 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:226
|
6058 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:345
|
6059 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1222
|
6060 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:226
|
6061 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:345
|
6062 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1223
|
6063 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:234
|
6064 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:347
|
6065 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1223
|
6066 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:234
|
6067 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:347
|
6068 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1224
|
6069 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:234
|
6070 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:365
|
6071 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1242
|
6072 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:221
|
6073 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:325
|
6074 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1082
|
6075 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:221
|
6076 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:325
|
6077 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1090
|
6078 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:221
|
6079 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:325
|
6080 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1090
|
6081 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:227
|
6082 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:337
|
6083 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1112
|
6084 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:226
|
6085 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:340
|
6086 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1110
|
6087 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:226
|
6088 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:340
|
6089 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1110
|
6090 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:226
|
6091 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:341
|
6092 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1111
|
6093 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:226
|
6094 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:344
|
6095 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1218
|
6096 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:269
|
6097 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:332
|
6098 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1217
|
6099 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:270
|
6100 |
Â
msgid "Company"
|
6101 |
Â
msgstr ""
|
6102 |
Â
|
6103 |
Â
#: includes/class-testimonials-widget-settings.php:537
|
6104 |
Â
#: includes/class-testimonials-widget.php:612
|
6105 |
Â
#: includes/class-testimonials-widget.php:1468
|
6106 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:196
|
6107 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:586
|
6108 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:218
|
6109 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:713
|
6110 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:270
|
6111 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:333
|
6112 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1223
|
6113 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:196
|
6114 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:586
|
6115 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:196
|
6116 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:590
|
6117 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:196
|
6118 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:592
|
6119 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:196
|
6120 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:592
|
6121 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:196
|
6122 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:592
|
6123 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:208
|
6124 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:604
|
6125 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:208
|
6126 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:604
|
6127 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:218
|
6128 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:715
|
6129 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:218
|
6130 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:715
|
6131 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:164
|
6132 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:251
|
6133 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:818
|
6134 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:218
|
6135 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:733
|
6136 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:218
|
6137 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:733
|
6138 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:218
|
6139 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:733
|
6140 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:218
|
6141 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:734
|
6142 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:219
|
6143 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:749
|
6144 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:219
|
6145 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:753
|
6146 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:219
|
6147 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:750
|
6148 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:220
|
6149 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:752
|
6150 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:294
|
6151 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:336
|
6152 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1255
|
6153 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:294
|
6154 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:336
|
6155 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1255
|
6156 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:294
|
6157 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:336
|
6158 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1255
|
6159 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:302
|
6160 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:380
|
6161 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1299
|
6162 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:313
|
6163 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:391
|
6164 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1342
|
6165 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:313
|
6166 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:391
|
6167 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1342
|
6168 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:330
|
6169 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:401
|
6170 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1352
|
6171 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:330
|
6172 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:416
|
6173 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1367
|
6174 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:351
|
6175 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:446
|
6176 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1440
|
6177 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:351
|
6178 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:446
|
6179 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1440
|
6180 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:350
|
6181 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:469
|
6182 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1521
|
6183 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:350
|
6184 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:473
|
6185 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1525
|
6186 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:350
|
6187 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:473
|
6188 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1528
|
6189 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:350
|
6190 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:475
|
6191 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1509
|
6192 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:350
|
6193 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:470
|
6194 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1503
|
6195 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:350
|
6196 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:470
|
6197 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1504
|
6198 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:357
|
6199 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:465
|
6200 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1527
|
6201 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:360
|
6202 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:455
|
6203 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1517
|
6204 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:360
|
6205 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:455
|
6206 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1517
|
6207 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:366
|
6208 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:455
|
6209 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1518
|
6210 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:366
|
6211 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:468
|
6212 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1541
|
6213 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:366
|
6214 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:468
|
6215 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1541
|
6216 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:428
|
6217 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:473
|
6218 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1559
|
6219 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:469
|
6220 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:535
|
6221 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1661
|
6222 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:459
|
6223 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:543
|
6224 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1739
|
6225 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:459
|
6226 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:543
|
6227 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1739
|
6228 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:455
|
6229 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:459
|
6230 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1662
|
6231 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:455
|
6232 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:459
|
6233 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1662
|
6234 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:455
|
6235 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:459
|
6236 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1662
|
6237 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:455
|
6238 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:560
|
6239 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1645
|
6240 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:455
|
6241 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:560
|
6242 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1645
|
6243 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:455
|
6244 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:560
|
6245 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1645
|
6246 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:455
|
6247 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:560
|
6248 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1645
|
6249 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:457
|
6250 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:563
|
6251 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1644
|
6252 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:460
|
6253 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:568
|
6254 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1652
|
6255 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:460
|
6256 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:568
|
6257 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1652
|
6258 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:457
|
6259 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:550
|
6260 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1634
|
6261 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:457
|
6262 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:551
|
6263 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1644
|
6264 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:457
|
6265 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:551
|
6266 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1643
|
6267 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:465
|
6268 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:551
|
6269 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1656
|
6270 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:465
|
6271 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:551
|
6272 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1657
|
6273 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:498
|
6274 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:598
|
6275 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1707
|
6276 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:498
|
6277 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:598
|
6278 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1707
|
6279 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:498
|
6280 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:598
|
6281 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1707
|
6282 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:498
|
6283 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:598
|
6284 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1707
|
6285 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:498
|
6286 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:598
|
6287 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1716
|
6288 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:514
|
6289 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:612
|
6290 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1730
|
6291 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:514
|
6292 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:606
|
6293 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1727
|
6294 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:514
|
6295 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:606
|
6296 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1727
|
6297 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:513
|
6298 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:606
|
6299 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1738
|
6300 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:513
|
6301 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:606
|
6302 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1737
|
6303 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:521
|
6304 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:626
|
6305 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1790
|
6306 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:523
|
6307 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:626
|
6308 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1793
|
6309 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:164
|
6310 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:251
|
6311 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:818
|
6312 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:164
|
6313 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:251
|
6314 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:818
|
6315 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:164
|
6316 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:251
|
6317 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:818
|
6318 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:163
|
6319 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:256
|
6320 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:826
|
6321 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:163
|
6322 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:256
|
6323 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:845
|
6324 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:163
|
6325 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:256
|
6326 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:845
|
6327 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:163
|
6328 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:256
|
6329 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:845
|
6330 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:163
|
6331 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:251
|
6332 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:841
|
6333 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:163
|
6334 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:251
|
6335 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:852
|
6336 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:163
|
6337 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:251
|
6338 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:854
|
6339 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:163
|
6340 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:251
|
6341 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:857
|
6342 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:163
|
6343 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:252
|
6344 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:858
|
6345 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:172
|
6346 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:252
|
6347 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:878
|
6348 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:172
|
6349 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:272
|
6350 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:903
|
6351 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:172
|
6352 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:292
|
6353 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:923
|
6354 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:218
|
6355 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:293
|
6356 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:915
|
6357 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:218
|
6358 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:294
|
6359 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:917
|
6360 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:218
|
6361 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:294
|
6362 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:934
|
6363 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:218
|
6364 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:294
|
6365 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:933
|
6366 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:218
|
6367 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:294
|
6368 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:933
|
6369 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:218
|
6370 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:294
|
6371 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:933
|
6372 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:219
|
6373 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:294
|
6374 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:961
|
6375 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:219
|
6376 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:294
|
6377 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:965
|
6378 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:219
|
6379 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:294
|
6380 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:965
|
6381 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:222
|
6382 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:295
|
6383 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:969
|
6384 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:222
|
6385 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:295
|
6386 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:969
|
6387 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:222
|
6388 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:295
|
6389 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:969
|
6390 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:222
|
6391 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:314
|
6392 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:988
|
6393 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:222
|
6394 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:315
|
6395 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:991
|
6396 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:222
|
6397 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:315
|
6398 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1037
|
6399 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:222
|
6400 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:315
|
6401 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1037
|
6402 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:222
|
6403 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:315
|
6404 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1047
|
6405 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:222
|
6406 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:316
|
6407 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1052
|
6408 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:222
|
6409 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:316
|
6410 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1052
|
6411 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:222
|
6412 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:319
|
6413 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1080
|
6414 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:222
|
6415 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:326
|
6416 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1085
|
6417 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:222
|
6418 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:326
|
6419 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1085
|
6420 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:222
|
6421 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:326
|
6422 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1084
|
6423 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:222
|
6424 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:326
|
6425 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1088
|
6426 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:222
|
6427 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:326
|
6428 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1088
|
6429 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:227
|
6430 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:346
|
6431 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1225
|
6432 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:227
|
6433 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:346
|
6434 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1225
|
6435 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:227
|
6436 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:346
|
6437 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1225
|
6438 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:227
|
6439 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:346
|
6440 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1228
|
6441 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:227
|
6442 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:346
|
6443 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1229
|
6444 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:235
|
6445 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:348
|
6446 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1229
|
6447 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:235
|
6448 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:348
|
6449 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1230
|
6450 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:235
|
6451 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:366
|
6452 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1248
|
6453 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:222
|
6454 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:326
|
6455 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1088
|
6456 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:222
|
6457 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:326
|
6458 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1096
|
6459 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:222
|
6460 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:326
|
6461 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1096
|
6462 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:228
|
6463 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:338
|
6464 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1118
|
6465 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:227
|
6466 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:341
|
6467 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1116
|
6468 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:227
|
6469 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:341
|
6470 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1116
|
6471 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:227
|
6472 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:342
|
6473 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1117
|
6474 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:227
|
6475 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:345
|
6476 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1224
|
6477 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:270
|
6478 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:333
|
6479 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1223
|
6480 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:271
|
6481 |
Â
msgid "URL"
|
6482 |
Â
msgstr ""
|
6483 |
Â
|
6484 |
Â
#: includes/class-testimonials-widget-settings.php:544
|
6485 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:128
|
6486 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:134
|
6487 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:276
|
6488 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:128
|
6489 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:128
|
6490 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:134
|
6491 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:134
|
6492 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:134
|
6493 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:134
|
6494 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:134
|
6495 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:134
|
6496 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:134
|
6497 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:195
|
6498 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:142
|
6499 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:142
|
6500 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:142
|
6501 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:142
|
6502 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:151
|
6503 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:155
|
6504 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:155
|
6505 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:155
|
6506 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:301
|
6507 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:301
|
6508 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:301
|
6509 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:309
|
6510 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:320
|
6511 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:320
|
6512 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:337
|
6513 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:337
|
6514 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:358
|
6515 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:358
|
6516 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:357
|
6517 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:357
|
6518 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:357
|
6519 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:357
|
6520 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:357
|
6521 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:357
|
6522 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:364
|
6523 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:367
|
6524 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:367
|
6525 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:373
|
6526 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:373
|
6527 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:373
|
6528 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:435
|
6529 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:476
|
6530 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:466
|
6531 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:466
|
6532 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:462
|
6533 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:462
|
6534 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:462
|
6535 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:462
|
6536 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:462
|
6537 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:462
|
6538 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:462
|
6539 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:464
|
6540 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:467
|
6541 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:467
|
6542 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:464
|
6543 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:464
|
6544 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:464
|
6545 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:472
|
6546 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:472
|
6547 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:505
|
6548 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:505
|
6549 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:505
|
6550 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:505
|
6551 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:505
|
6552 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:521
|
6553 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:521
|
6554 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:521
|
6555 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:520
|
6556 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:520
|
6557 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:528
|
6558 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:530
|
6559 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:195
|
6560 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:195
|
6561 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:195
|
6562 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:194
|
6563 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:194
|
6564 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:194
|
6565 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:194
|
6566 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:194
|
6567 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:194
|
6568 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:194
|
6569 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:194
|
6570 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:194
|
6571 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:203
|
6572 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:203
|
6573 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:203
|
6574 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:249
|
6575 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:249
|
6576 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:249
|
6577 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:249
|
6578 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:249
|
6579 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:249
|
6580 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:250
|
6581 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:250
|
6582 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:250
|
6583 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:253
|
6584 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:253
|
6585 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:253
|
6586 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:253
|
6587 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:253
|
6588 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:253
|
6589 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:253
|
6590 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:253
|
6591 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:253
|
6592 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:253
|
6593 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:253
|
6594 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:253
|
6595 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:253
|
6596 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:253
|
6597 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:253
|
6598 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:253
|
6599 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:258
|
6600 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:258
|
6601 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:258
|
6602 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:258
|
6603 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:258
|
6604 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:266
|
6605 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:266
|
6606 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:266
|
6607 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:253
|
6608 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:253
|
6609 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:253
|
6610 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:259
|
6611 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:258
|
6612 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:258
|
6613 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:258
|
6614 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:258
|
6615 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:276
|
6616 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:277
|
6617 |
Â
msgid "ORDER BY Order"
|
6618 |
Â
msgstr ""
|
6619 |
Â
|
6620 |
Â
#: includes/class-testimonials-widget-settings.php:547
|
6621 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:279
|
6622 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:181
|
6623 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:304
|
6624 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:304
|
6625 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:304
|
6626 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:312
|
6627 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:323
|
6628 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:323
|
6629 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:340
|
6630 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:340
|
6631 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:361
|
6632 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:361
|
6633 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:360
|
6634 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:360
|
6635 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:360
|
6636 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:360
|
6637 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:360
|
6638 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:360
|
6639 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:367
|
6640 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:370
|
6641 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:370
|
6642 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:376
|
6643 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:376
|
6644 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:376
|
6645 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:438
|
6646 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:479
|
6647 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:469
|
6648 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:469
|
6649 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:465
|
6650 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:465
|
6651 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:465
|
6652 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:465
|
6653 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:465
|
6654 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:465
|
6655 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:465
|
6656 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:467
|
6657 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:470
|
6658 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:470
|
6659 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:467
|
6660 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:467
|
6661 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:467
|
6662 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:475
|
6663 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:475
|
6664 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:508
|
6665 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:508
|
6666 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:508
|
6667 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:508
|
6668 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:508
|
6669 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:524
|
6670 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:524
|
6671 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:524
|
6672 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:523
|
6673 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:523
|
6674 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:531
|
6675 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:533
|
6676 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:181
|
6677 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:181
|
6678 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:181
|
6679 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:180
|
6680 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:180
|
6681 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:180
|
6682 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:180
|
6683 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:180
|
6684 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:180
|
6685 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:180
|
6686 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:180
|
6687 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:180
|
6688 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:189
|
6689 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:189
|
6690 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:189
|
6691 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:235
|
6692 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:235
|
6693 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:235
|
6694 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:235
|
6695 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:235
|
6696 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:235
|
6697 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:236
|
6698 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:236
|
6699 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:236
|
6700 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:239
|
6701 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:239
|
6702 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:239
|
6703 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:239
|
6704 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:239
|
6705 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:239
|
6706 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:239
|
6707 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:239
|
6708 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:239
|
6709 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:239
|
6710 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:239
|
6711 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:239
|
6712 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:239
|
6713 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:239
|
6714 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:239
|
6715 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:239
|
6716 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:244
|
6717 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:244
|
6718 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:244
|
6719 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:244
|
6720 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:244
|
6721 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:252
|
6722 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:252
|
6723 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:252
|
6724 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:239
|
6725 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:239
|
6726 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:239
|
6727 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:245
|
6728 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:244
|
6729 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:244
|
6730 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:244
|
6731 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:244
|
6732 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:279
|
6733 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:280
|
6734 |
Â
msgid "Descending"
|
6735 |
Â
msgstr ""
|
6736 |
Â
|
6737 |
Â
#: includes/class-testimonials-widget-settings.php:548
|
6738 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:280
|
6739 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:182
|
6740 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:305
|
6741 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:305
|
6742 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:305
|
6743 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:313
|
6744 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:324
|
6745 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:324
|
6746 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:341
|
6747 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:341
|
6748 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:362
|
6749 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:362
|
6750 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:361
|
6751 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:361
|
6752 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:361
|
6753 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:361
|
6754 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:361
|
6755 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:361
|
6756 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:368
|
6757 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:371
|
6758 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:371
|
6759 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:377
|
6760 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:377
|
6761 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:377
|
6762 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:439
|
6763 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:480
|
6764 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:470
|
6765 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:470
|
6766 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:466
|
6767 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:466
|
6768 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:466
|
6769 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:466
|
6770 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:466
|
6771 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:466
|
6772 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:466
|
6773 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:468
|
6774 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:471
|
6775 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:471
|
6776 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:468
|
6777 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:468
|
6778 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:468
|
6779 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:476
|
6780 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:476
|
6781 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:509
|
6782 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:509
|
6783 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:509
|
6784 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:509
|
6785 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:509
|
6786 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:525
|
6787 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:525
|
6788 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:525
|
6789 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:524
|
6790 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:524
|
6791 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:532
|
6792 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:534
|
6793 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:182
|
6794 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:182
|
6795 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:182
|
6796 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:181
|
6797 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:181
|
6798 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:181
|
6799 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:181
|
6800 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:181
|
6801 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:181
|
6802 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:181
|
6803 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:181
|
6804 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:181
|
6805 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:190
|
6806 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:190
|
6807 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:190
|
6808 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:236
|
6809 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:236
|
6810 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:236
|
6811 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:236
|
6812 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:236
|
6813 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:236
|
6814 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:237
|
6815 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:237
|
6816 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:237
|
6817 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:240
|
6818 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:240
|
6819 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:240
|
6820 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:240
|
6821 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:240
|
6822 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:240
|
6823 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:240
|
6824 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:240
|
6825 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:240
|
6826 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:240
|
6827 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:240
|
6828 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:240
|
6829 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:240
|
6830 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:240
|
6831 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:240
|
6832 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:240
|
6833 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:245
|
6834 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:245
|
6835 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:245
|
6836 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:245
|
6837 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:245
|
6838 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:253
|
6839 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:253
|
6840 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:253
|
6841 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:240
|
6842 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:240
|
6843 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:240
|
6844 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:246
|
6845 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:245
|
6846 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:245
|
6847 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:245
|
6848 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:245
|
6849 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:280
|
6850 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:281
|
6851 |
Â
msgid "Ascending"
|
6852 |
Â
msgstr ""
|
6853 |
Â
|
6854 |
Â
#: includes/class-testimonials-widget-settings.php:556
|
6855 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:240
|
6856 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:263
|
6857 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:263
|
6858 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:263
|
6859 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:270
|
6860 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:280
|
6861 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:280
|
6862 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:297
|
6863 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:297
|
6864 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:318
|
6865 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:318
|
6866 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:317
|
6867 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:317
|
6868 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:317
|
6869 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:317
|
6870 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:317
|
6871 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:317
|
6872 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:324
|
6873 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:327
|
6874 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:327
|
6875 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:333
|
6876 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:333
|
6877 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:333
|
6878 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:395
|
6879 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:435
|
6880 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:425
|
6881 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:425
|
6882 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:421
|
6883 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:421
|
6884 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:421
|
6885 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:421
|
6886 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:421
|
6887 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:421
|
6888 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:421
|
6889 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:423
|
6890 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:426
|
6891 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:426
|
6892 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:423
|
6893 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:423
|
6894 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:423
|
6895 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:431
|
6896 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:431
|
6897 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:464
|
6898 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:464
|
6899 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:464
|
6900 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:464
|
6901 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:464
|
6902 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:480
|
6903 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:480
|
6904 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:480
|
6905 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:479
|
6906 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:479
|
6907 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:487
|
6908 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:489
|
6909 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:240
|
6910 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:241
|
6911 |
Â
msgid "Random Order?"
|
6912 |
Â
msgstr ""
|
6913 |
Â
|
6914 |
Â
#: includes/class-testimonials-widget-settings.php:557
|
6915 |
+
msgid "If checked, ignores ORDER BY, ORDER BY meta_key, and ORDER BY Order. Widgets are random by default automatically."
|
Â
|
|
Â
|
|
6916 |
Â
msgstr ""
|
6917 |
Â
|
6918 |
Â
#: includes/class-testimonials-widget-settings.php:570
|
6919 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:328
|
6920 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:328
|
6921 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:328
|
6922 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:336
|
6923 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:347
|
6924 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:347
|
6925 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:364
|
6926 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:364
|
6927 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:385
|
6928 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:385
|
6929 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:375
|
6930 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:375
|
6931 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:375
|
6932 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:375
|
6933 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:375
|
6934 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:375
|
6935 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:382
|
6936 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:385
|
6937 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:385
|
6938 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:391
|
6939 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:391
|
6940 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:391
|
6941 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:453
|
6942 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:494
|
6943 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:484
|
6944 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:484
|
6945 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:480
|
6946 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:480
|
6947 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:480
|
6948 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:480
|
6949 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:480
|
6950 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:480
|
6951 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:480
|
6952 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:482
|
6953 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:485
|
6954 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:485
|
6955 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:482
|
6956 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:482
|
6957 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:482
|
6958 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:490
|
6959 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:490
|
6960 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:523
|
6961 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:523
|
6962 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:523
|
6963 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:523
|
6964 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:523
|
6965 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:539
|
6966 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:539
|
6967 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:539
|
6968 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:538
|
6969 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:538
|
6970 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:546
|
6971 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:548
|
6972 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:302
|
6973 |
Â
msgid "Allow Comments?"
|
6974 |
Â
msgstr ""
|
6975 |
Â
|
6976 |
Â
#: includes/class-testimonials-widget-settings.php:571
|
6977 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:481
|
6978 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:481
|
6979 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:481
|
6980 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:481
|
6981 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:481
|
6982 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:481
|
6983 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:481
|
6984 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:483
|
6985 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:486
|
6986 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:486
|
6987 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:483
|
6988 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:483
|
6989 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:483
|
6990 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:491
|
6991 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:491
|
6992 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:524
|
6993 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:524
|
6994 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:524
|
6995 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:524
|
6996 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:524
|
6997 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:540
|
6998 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:540
|
6999 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:540
|
7000 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:539
|
7001 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:539
|
7002 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:547
|
7003 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:549
|
7004 |
+
msgid "Only affects the Testimonials post edit page. Your theme controls the front-end view."
|
7005 |
Â
msgstr ""
|
7006 |
Â
|
7007 |
Â
#: includes/class-testimonials-widget-settings.php:578
|
7008 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:381
|
7009 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:381
|
7010 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:381
|
7011 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:381
|
7012 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:381
|
7013 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:381
|
7014 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:388
|
7015 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:391
|
7016 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:391
|
7017 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:397
|
7018 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:397
|
7019 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:397
|
7020 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:459
|
7021 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:501
|
7022 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:491
|
7023 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:491
|
7024 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:487
|
7025 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:487
|
7026 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:487
|
7027 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:487
|
7028 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:487
|
7029 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:487
|
7030 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:487
|
7031 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:489
|
7032 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:492
|
7033 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:492
|
7034 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:489
|
7035 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:489
|
7036 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:489
|
7037 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:497
|
7038 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:497
|
7039 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:530
|
7040 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:530
|
7041 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:530
|
7042 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:530
|
7043 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:530
|
7044 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:546
|
7045 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:546
|
7046 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:546
|
7047 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:545
|
7048 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:545
|
7049 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:553
|
7050 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:555
|
7051 |
Â
msgid "URL slug-name for <a href=\"%1s\">testimonials archive</a> page."
|
7052 |
Â
msgstr ""
|
7053 |
Â
|
7054 |
Â
#: includes/class-testimonials-widget-settings.php:584
|
7055 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:340
|
7056 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:340
|
7057 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:340
|
7058 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:348
|
7059 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:359
|
7060 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:359
|
7061 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:376
|
7062 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:376
|
7063 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:398
|
7064 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:398
|
7065 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:387
|
7066 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:387
|
7067 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:387
|
7068 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:387
|
7069 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:387
|
7070 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:387
|
7071 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:394
|
7072 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:397
|
7073 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:397
|
7074 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:403
|
7075 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:403
|
7076 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:403
|
7077 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:465
|
7078 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:507
|
7079 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:497
|
7080 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:497
|
7081 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:493
|
7082 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:493
|
7083 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:493
|
7084 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:493
|
7085 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:493
|
7086 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:493
|
7087 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:493
|
7088 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:495
|
7089 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:498
|
7090 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:498
|
7091 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:495
|
7092 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:495
|
7093 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:495
|
7094 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:503
|
7095 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:503
|
7096 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:536
|
7097 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:536
|
7098 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:536
|
7099 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:536
|
7100 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:536
|
7101 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:552
|
7102 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:552
|
7103 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:552
|
7104 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:551
|
7105 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:551
|
7106 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:559
|
7107 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:561
|
7108 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:313
|
7109 |
Â
msgid "Archive Page URL"
|
7110 |
Â
msgstr ""
|
7111 |
Â
|
7114 |
Â
msgstr ""
|
7115 |
Â
|
7116 |
Â
#: includes/class-testimonials-widget-settings.php:597
|
7117 |
+
msgid "If checked, use Testimonials' own category and tag taxonomies than WordPress' defaults."
|
Â
|
|
Â
|
|
7118 |
Â
msgstr ""
|
7119 |
Â
|
7120 |
Â
#: includes/class-testimonials-widget-settings.php:603
|
7126 |
Â
msgstr ""
|
7127 |
Â
|
7128 |
Â
#: includes/class-testimonials-widget-settings.php:612
|
7129 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:514
|
7130 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:504
|
7131 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:504
|
7132 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:500
|
7133 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:500
|
7134 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:500
|
7135 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:500
|
7136 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:500
|
7137 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:500
|
7138 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:500
|
7139 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:502
|
7140 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:505
|
7141 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:505
|
7142 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:502
|
7143 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:502
|
7144 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:502
|
7145 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:510
|
7146 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:510
|
7147 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:543
|
7148 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:543
|
7149 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:543
|
7150 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:543
|
7151 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:543
|
7152 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:559
|
7153 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:559
|
7154 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:559
|
7155 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:558
|
7156 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:558
|
7157 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:566
|
7158 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:568
|
7159 |
+
msgid "URL slug-name for testimonial view pages. Shouldn't be the same as the Archive Page URL nor should it match a page URL slug."
|
7160 |
Â
msgstr ""
|
7161 |
Â
|
7162 |
Â
#: includes/class-testimonials-widget-settings.php:616
|
7163 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:350
|
7164 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:350
|
7165 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:350
|
7166 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:358
|
7167 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:369
|
7168 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:369
|
7169 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:386
|
7170 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:386
|
7171 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:409
|
7172 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:409
|
7173 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:398
|
7174 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:398
|
7175 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:398
|
7176 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:398
|
7177 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:398
|
7178 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:398
|
7179 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:405
|
7180 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:408
|
7181 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:408
|
7182 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:414
|
7183 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:414
|
7184 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:414
|
7185 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:476
|
7186 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:518
|
7187 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:508
|
7188 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:508
|
7189 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:504
|
7190 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:504
|
7191 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:504
|
7192 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:504
|
7193 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:504
|
7194 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:504
|
7195 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:504
|
7196 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:506
|
7197 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:509
|
7198 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:509
|
7199 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:506
|
7200 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:506
|
7201 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:506
|
7202 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:514
|
7203 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:514
|
7204 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:547
|
7205 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:547
|
7206 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:547
|
7207 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:547
|
7208 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:547
|
7209 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:563
|
7210 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:563
|
7211 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:563
|
7212 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:562
|
7213 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:562
|
7214 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:570
|
7215 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:572
|
7216 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:321
|
7217 |
Â
msgid "Testimonial Page URL"
|
7218 |
Â
msgstr ""
|
7219 |
Â
|
7220 |
Â
#: includes/class-testimonials-widget-settings.php:657
|
7221 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:557
|
7222 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:557
|
7223 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:557
|
7224 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:557
|
7225 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:557
|
7226 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:573
|
7227 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:573
|
7228 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:573
|
7229 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:572
|
7230 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:572
|
7231 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:580
|
7232 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:582
|
7233 |
Â
msgid "Hide ID?"
|
7234 |
Â
msgstr ""
|
7235 |
Â
|
7236 |
Â
#: includes/class-testimonials-widget-settings.php:696
|
7237 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:574
|
7238 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:574
|
7239 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:574
|
7240 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:574
|
7241 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:574
|
7242 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:590
|
7243 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:590
|
7244 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:590
|
7245 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:589
|
7246 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:589
|
7247 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:597
|
7248 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:599
|
7249 |
Â
msgid "Hide Shortcode?"
|
7250 |
Â
msgstr ""
|
7251 |
Â
|
7252 |
Â
#: includes/class-testimonials-widget-settings.php:716
|
7253 |
Â
#: includes/class-testimonials-widget-settings.php:1009
|
7254 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
7255 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:42
|
7256 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:46
|
7257 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:46
|
7258 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:46
|
7259 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:46
|
7260 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:61
|
7261 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:61
|
7262 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:61
|
7263 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:61
|
7264 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:61
|
7265 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:61
|
7266 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:61
|
7267 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:61
|
7268 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:61
|
7269 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:61
|
7270 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:61
|
7271 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7272 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7273 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7274 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7275 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7276 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:62
|
7277 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7278 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:62
|
7279 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7280 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:62
|
7281 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7282 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:62
|
7283 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7284 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:64
|
7285 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:644
|
7286 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7287 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:64
|
7288 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:644
|
7289 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7290 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:64
|
7291 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:644
|
7292 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7293 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:64
|
7294 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:643
|
7295 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7296 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:64
|
7297 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:643
|
7298 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7299 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:64
|
7300 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:651
|
7301 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7302 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:64
|
7303 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:653
|
7304 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
7305 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:64
|
7306 |
+
#: testimonials-widget/tags/2.7.17/lib/settings.testimonials-widget.php:275
|
7307 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:42
|
7308 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:43
|
7309 |
Â
msgid "Reset"
|
7310 |
Â
msgstr ""
|
7311 |
Â
|
7312 |
Â
#: includes/class-testimonials-widget-settings.php:939
|
7313 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:858
|
7314 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:858
|
7315 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:858
|
7316 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:858
|
7317 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:858
|
7318 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:860
|
7319 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:860
|
7320 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:862
|
7321 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:865
|
7322 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:865
|
7323 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:866
|
7324 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:855
|
7325 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:855
|
7326 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:863
|
7327 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:863
|
7328 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:929
|
7329 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:929
|
7330 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:929
|
7331 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:929
|
7332 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:929
|
7333 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:933
|
7334 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:933
|
7335 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:933
|
7336 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:932
|
7337 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:932
|
7338 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:940
|
7339 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:944
|
7340 |
+
msgid "These Testimonials Settings establish the default option values for shortcodes, theme functions, and widget instances. Widgets, once created no longer inherit these global settings. Therefore, you'll need to update each widget with the new settings. It might be easier to delete the widget and then recreate it."
|
7341 |
Â
msgstr ""
|
7342 |
Â
|
7343 |
Â
#: includes/class-testimonials-widget-settings.php:941
|
7344 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1307
|
7345 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1393
|
7346 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1393
|
7347 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:860
|
7348 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:860
|
7349 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:860
|
7350 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:860
|
7351 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:860
|
7352 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:862
|
7353 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:862
|
7354 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:864
|
7355 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:867
|
7356 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:867
|
7357 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:868
|
7358 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:857
|
7359 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:857
|
7360 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:865
|
7361 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:865
|
7362 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:931
|
7363 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:931
|
7364 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:931
|
7365 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:931
|
7366 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:931
|
7367 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:935
|
7368 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:935
|
7369 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:935
|
7370 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:934
|
7371 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:934
|
7372 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:942
|
7373 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:946
|
7374 |
Â
msgid "Shortcode option names are listed below each entry."
|
7375 |
Â
msgstr ""
|
7376 |
Â
|
7377 |
Â
#: includes/class-testimonials-widget-settings.php:944
|
7378 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:863
|
7379 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:863
|
7380 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:863
|
7381 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:863
|
7382 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:863
|
7383 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:865
|
7384 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:865
|
7385 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:867
|
7386 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:870
|
7387 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:870
|
7388 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:871
|
7389 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:860
|
7390 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:860
|
7391 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:868
|
7392 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:868
|
7393 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:934
|
7394 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:934
|
7395 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:934
|
7396 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:934
|
7397 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:934
|
7398 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:938
|
7399 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:938
|
7400 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:938
|
7401 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:937
|
7402 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:937
|
7403 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:945
|
7404 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:949
|
7405 |
Â
msgid "View the <a href=\"%s\">Testimonials documentation</a>."
|
7406 |
Â
msgstr ""
|
7407 |
Â
|
7414 |
Â
msgstr ""
|
7415 |
Â
|
7416 |
Â
#: includes/class-testimonials-widget-settings.php:970
|
7417 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1220
|
7418 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1328
|
7419 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1414
|
7420 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1414
|
7421 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:881
|
7422 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:881
|
7423 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:881
|
7424 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:881
|
7425 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:881
|
7426 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:883
|
7427 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:883
|
7428 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:885
|
7429 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:888
|
7430 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:888
|
7431 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:889
|
7432 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:878
|
7433 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:878
|
7434 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:886
|
7435 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:886
|
7436 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:952
|
7437 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:952
|
7438 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:952
|
7439 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:952
|
7440 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:952
|
7441 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:956
|
7442 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:956
|
7443 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:956
|
7444 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:955
|
7445 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:955
|
7446 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:963
|
7447 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:967
|
7448 |
Â
msgid "Options used to select testimonials."
|
7449 |
Â
msgstr ""
|
7450 |
Â
|
7451 |
Â
#: includes/class-testimonials-widget-settings.php:978
|
7452 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1228
|
7453 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1336
|
7454 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1422
|
7455 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1422
|
7456 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:889
|
7457 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:889
|
7458 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:889
|
7459 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:889
|
7460 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:889
|
7461 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:891
|
7462 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:891
|
7463 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:893
|
7464 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:896
|
7465 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:896
|
7466 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:897
|
7467 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:886
|
7468 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:886
|
7469 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:894
|
7470 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:894
|
7471 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:960
|
7472 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:960
|
7473 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:960
|
7474 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:960
|
7475 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:960
|
7476 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:964
|
7477 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:964
|
7478 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:964
|
7479 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:963
|
7480 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:963
|
7481 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:971
|
7482 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:975
|
7483 |
Â
msgid "Options used to determine displayed testimonials ordering."
|
7484 |
Â
msgstr ""
|
7485 |
Â
|
7486 |
Â
#: includes/class-testimonials-widget-settings.php:986
|
7487 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:984
|
7488 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:984
|
7489 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:984
|
7490 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:984
|
7491 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:984
|
7492 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:988
|
7493 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:988
|
7494 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:988
|
7495 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:987
|
7496 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:987
|
7497 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:995
|
7498 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:999
|
7499 |
Â
msgid "Allowed columns to display on edit page."
|
7500 |
Â
msgstr ""
|
7501 |
Â
|
7502 |
Â
#: includes/class-testimonials-widget-settings.php:994
|
7503 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1244
|
7504 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1352
|
7505 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1438
|
7506 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1438
|
7507 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:905
|
7508 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:905
|
7509 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:905
|
7510 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:905
|
7511 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:905
|
7512 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:907
|
7513 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:907
|
7514 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:909
|
7515 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:912
|
7516 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:912
|
7517 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:913
|
7518 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:902
|
7519 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:902
|
7520 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:910
|
7521 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:910
|
7522 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:976
|
7523 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:976
|
7524 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:976
|
7525 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:976
|
7526 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:976
|
7527 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:980
|
7528 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:980
|
7529 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:980
|
7530 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:979
|
7531 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:979
|
7532 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:987
|
7533 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:991
|
7534 |
Â
msgid "Archive and singular page URL related testimonials options."
|
7535 |
Â
msgstr ""
|
7536 |
Â
|
7537 |
Â
#: includes/class-testimonials-widget-settings.php:1002
|
7538 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1236
|
7539 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1344
|
7540 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1430
|
7541 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1430
|
7542 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:897
|
7543 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:897
|
7544 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:897
|
7545 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:897
|
7546 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:897
|
7547 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:899
|
7548 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:899
|
7549 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:901
|
7550 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:904
|
7551 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:904
|
7552 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:905
|
7553 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:894
|
7554 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:894
|
7555 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:902
|
7556 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:902
|
7557 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:968
|
7558 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:968
|
7559 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:968
|
7560 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:968
|
7561 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:968
|
7562 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:972
|
7563 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:972
|
7564 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:972
|
7565 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:971
|
7566 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:971
|
7567 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:979
|
7568 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:983
|
7569 |
Â
msgid "Options related to showing testimonials in widgets."
|
7570 |
Â
msgstr ""
|
7571 |
Â
|
7572 |
Â
#: includes/class-testimonials-widget-settings.php:1010
|
7573 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1252
|
7574 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1360
|
7575 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1446
|
7576 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1446
|
7577 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:913
|
7578 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:913
|
7579 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:913
|
7580 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:913
|
7581 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:913
|
7582 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:915
|
7583 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:915
|
7584 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:917
|
7585 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:920
|
7586 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:920
|
7587 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:921
|
7588 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:910
|
7589 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:910
|
7590 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:918
|
7591 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:918
|
7592 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:992
|
7593 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:992
|
7594 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:992
|
7595 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:992
|
7596 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:992
|
7597 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:996
|
7598 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:996
|
7599 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:996
|
7600 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:995
|
7601 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:995
|
7602 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:1003
|
7603 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:1007
|
7604 |
Â
msgid "Backwards compatibility, import/export options, and reset options."
|
7605 |
Â
msgstr ""
|
7606 |
Â
|
7613 |
Â
msgstr ""
|
7614 |
Â
|
7615 |
Â
#: includes/class-testimonials-widget-slider-widget.php:95
|
7616 |
+
#: testimonials-widget/branches/settings/lib/testimonials-widget-widget.php:133
|
7617 |
+
#: testimonials-widget/tags/2.10.0/lib/testimonials-widget-widget.php:138
|
7618 |
+
#: testimonials-widget/tags/2.10.1/lib/testimonials-widget-widget.php:138
|
7619 |
+
#: testimonials-widget/tags/2.10.2/lib/testimonials-widget-widget.php:138
|
7620 |
+
#: testimonials-widget/tags/2.10.3/lib/testimonials-widget-widget.php:138
|
7621 |
+
#: testimonials-widget/tags/2.11.0/lib/testimonials-widget-widget.php:138
|
7622 |
+
#: testimonials-widget/tags/2.11.1/lib/testimonials-widget-widget.php:142
|
7623 |
+
#: testimonials-widget/tags/2.11.2/lib/testimonials-widget-widget.php:135
|
7624 |
+
#: testimonials-widget/tags/2.11.3/lib/testimonials-widget-widget.php:135
|
7625 |
+
#: testimonials-widget/tags/2.12.0/lib/class-testimonials-widget-widget.php:160
|
7626 |
+
#: testimonials-widget/tags/2.12.1/lib/class-testimonials-widget-widget.php:160
|
7627 |
+
#: testimonials-widget/tags/2.12.2/lib/class-testimonials-widget-widget.php:160
|
7628 |
+
#: testimonials-widget/tags/2.12.4/lib/class-testimonials-widget-widget.php:160
|
7629 |
+
#: testimonials-widget/tags/2.12.5/lib/class-testimonials-widget-widget.php:160
|
7630 |
+
#: testimonials-widget/tags/2.12.6/lib/class-testimonials-widget-widget.php:160
|
7631 |
+
#: testimonials-widget/tags/2.12.7/lib/class-testimonials-widget-widget.php:160
|
7632 |
+
#: testimonials-widget/tags/2.12.8/lib/class-testimonials-widget-widget.php:160
|
7633 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-widget.php:160
|
7634 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-widget.php:162
|
7635 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-widget.php:162
|
7636 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-widget.php:162
|
7637 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-widget.php:162
|
7638 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-widget.php:162
|
7639 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-widget.php:162
|
7640 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-widget.php:162
|
7641 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-widget.php:162
|
7642 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-widget.php:162
|
7643 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-widget.php:99
|
7644 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-widget.php:99
|
7645 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-widget.php:99
|
7646 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-widget.php:99
|
7647 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-widget.php:99
|
7648 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-widget.php:99
|
7649 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-widget.php:99
|
7650 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-widget.php:102
|
7651 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-widget.php:102
|
7652 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-widget.php:102
|
7653 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-widget.php:102
|
7654 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-widget.php:102
|
7655 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-widget.php:102
|
7656 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-widget.php:96
|
7657 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-widget.php:96
|
7658 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-widget.php:96
|
7659 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-widget.php:96
|
7660 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-widget.php:96
|
7661 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-widget.php:96
|
7662 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-widget.php:96
|
7663 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-widget.php:96
|
7664 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-widget.php:96
|
7665 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-widget.php:96
|
7666 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-widget.php:96
|
7667 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-widget.php:96
|
7668 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-widget.php:96
|
7669 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-widget.php:96
|
7670 |
+
#: testimonials-widget/tags/2.8.0/lib/testimonials-widget-widget.php:133
|
7671 |
+
#: testimonials-widget/tags/2.8.1/lib/testimonials-widget-widget.php:133
|
7672 |
Â
msgid "CSS Class"
|
7673 |
Â
msgstr ""
|
7674 |
Â
|
7675 |
Â
#: includes/class-testimonials-widget-slider-widget.php:96
|
7676 |
+
#: testimonials-widget/branches/settings/lib/testimonials-widget-widget.php:134
|
7677 |
+
#: testimonials-widget/tags/2.10.0/lib/testimonials-widget-widget.php:139
|
7678 |
+
#: testimonials-widget/tags/2.10.1/lib/testimonials-widget-widget.php:139
|
7679 |
+
#: testimonials-widget/tags/2.10.2/lib/testimonials-widget-widget.php:139
|
7680 |
+
#: testimonials-widget/tags/2.10.3/lib/testimonials-widget-widget.php:139
|
7681 |
+
#: testimonials-widget/tags/2.11.0/lib/testimonials-widget-widget.php:139
|
7682 |
+
#: testimonials-widget/tags/2.11.1/lib/testimonials-widget-widget.php:143
|
7683 |
+
#: testimonials-widget/tags/2.11.2/lib/testimonials-widget-widget.php:136
|
7684 |
+
#: testimonials-widget/tags/2.11.3/lib/testimonials-widget-widget.php:136
|
7685 |
+
#: testimonials-widget/tags/2.12.0/lib/class-testimonials-widget-widget.php:161
|
7686 |
+
#: testimonials-widget/tags/2.12.1/lib/class-testimonials-widget-widget.php:161
|
7687 |
+
#: testimonials-widget/tags/2.12.2/lib/class-testimonials-widget-widget.php:161
|
7688 |
+
#: testimonials-widget/tags/2.12.4/lib/class-testimonials-widget-widget.php:161
|
7689 |
+
#: testimonials-widget/tags/2.12.5/lib/class-testimonials-widget-widget.php:161
|
7690 |
+
#: testimonials-widget/tags/2.12.6/lib/class-testimonials-widget-widget.php:161
|
7691 |
+
#: testimonials-widget/tags/2.12.7/lib/class-testimonials-widget-widget.php:161
|
7692 |
+
#: testimonials-widget/tags/2.12.8/lib/class-testimonials-widget-widget.php:161
|
7693 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-widget.php:161
|
7694 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-widget.php:163
|
7695 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-widget.php:163
|
7696 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-widget.php:163
|
7697 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-widget.php:163
|
7698 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-widget.php:163
|
7699 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-widget.php:163
|
7700 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-widget.php:163
|
7701 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-widget.php:163
|
7702 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-widget.php:163
|
7703 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-widget.php:100
|
7704 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-widget.php:100
|
7705 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-widget.php:100
|
7706 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-widget.php:100
|
7707 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-widget.php:100
|
7708 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-widget.php:100
|
7709 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-widget.php:100
|
7710 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-widget.php:103
|
7711 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-widget.php:103
|
7712 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-widget.php:103
|
7713 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-widget.php:103
|
7714 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-widget.php:103
|
7715 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-widget.php:103
|
7716 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-widget.php:97
|
7717 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-widget.php:97
|
7718 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-widget.php:97
|
7719 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-widget.php:97
|
7720 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-widget.php:97
|
7721 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-widget.php:97
|
7722 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-widget.php:97
|
7723 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-widget.php:97
|
7724 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-widget.php:97
|
7725 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-widget.php:97
|
7726 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-widget.php:97
|
7727 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-widget.php:97
|
7728 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-widget.php:97
|
7729 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-widget.php:97
|
7730 |
+
#: testimonials-widget/tags/2.8.0/lib/testimonials-widget-widget.php:134
|
7731 |
+
#: testimonials-widget/tags/2.8.1/lib/testimonials-widget-widget.php:134
|
7732 |
Â
msgid "This widget's unique CSS class for styling"
|
7733 |
Â
msgstr ""
|
7734 |
Â
|
7744 |
Â
#: includes/class-testimonials-widget-tag-cloud-widget.php:70
|
7745 |
Â
#: includes/class-testimonials-widget.php:563
|
7746 |
Â
#: includes/class-testimonials-widget.php:566
|
7747 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:198
|
7748 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:220
|
7749 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:335
|
7750 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:198
|
7751 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:198
|
7752 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:198
|
7753 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:198
|
7754 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:198
|
7755 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:210
|
7756 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:210
|
7757 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:220
|
7758 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:220
|
7759 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:253
|
7760 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:220
|
7761 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:220
|
7762 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:220
|
7763 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:220
|
7764 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:221
|
7765 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:221
|
7766 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:221
|
7767 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:222
|
7768 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:338
|
7769 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:338
|
7770 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:338
|
7771 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:382
|
7772 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:393
|
7773 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:393
|
7774 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:403
|
7775 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:418
|
7776 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:448
|
7777 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:448
|
7778 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:471
|
7779 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:475
|
7780 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:475
|
7781 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:477
|
7782 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:472
|
7783 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:472
|
7784 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:472
|
7785 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:475
|
7786 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:462
|
7787 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:465
|
7788 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:462
|
7789 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:465
|
7790 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:462
|
7791 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:465
|
7792 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:475
|
7793 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:478
|
7794 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:475
|
7795 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:478
|
7796 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:480
|
7797 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:483
|
7798 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:542
|
7799 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:545
|
7800 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:550
|
7801 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:553
|
7802 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:550
|
7803 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:553
|
7804 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:466
|
7805 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:469
|
7806 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:466
|
7807 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:469
|
7808 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:466
|
7809 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:469
|
7810 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:567
|
7811 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:570
|
7812 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:567
|
7813 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:570
|
7814 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:567
|
7815 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:570
|
7816 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:567
|
7817 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:570
|
7818 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:570
|
7819 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:573
|
7820 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:575
|
7821 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:578
|
7822 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:575
|
7823 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:578
|
7824 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:557
|
7825 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:560
|
7826 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:558
|
7827 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:561
|
7828 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:558
|
7829 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:561
|
7830 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:558
|
7831 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:561
|
7832 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:558
|
7833 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:561
|
7834 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:554
|
7835 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:557
|
7836 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:554
|
7837 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:557
|
7838 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:554
|
7839 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:557
|
7840 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:554
|
7841 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:557
|
7842 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:554
|
7843 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:557
|
7844 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:568
|
7845 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:571
|
7846 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:562
|
7847 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:565
|
7848 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:562
|
7849 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:565
|
7850 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:562
|
7851 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:565
|
7852 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:562
|
7853 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:565
|
7854 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:582
|
7855 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:585
|
7856 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:582
|
7857 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:585
|
7858 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:253
|
7859 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:253
|
7860 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:253
|
7861 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:258
|
7862 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:258
|
7863 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:258
|
7864 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:258
|
7865 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:253
|
7866 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:253
|
7867 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:253
|
7868 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:253
|
7869 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:254
|
7870 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:254
|
7871 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:274
|
7872 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:294
|
7873 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:295
|
7874 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:296
|
7875 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:296
|
7876 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:296
|
7877 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:296
|
7878 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:296
|
7879 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:296
|
7880 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:296
|
7881 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:296
|
7882 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:297
|
7883 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:297
|
7884 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:297
|
7885 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:316
|
7886 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:317
|
7887 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:317
|
7888 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:317
|
7889 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:317
|
7890 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:318
|
7891 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:318
|
7892 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:321
|
7893 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:328
|
7894 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:328
|
7895 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:328
|
7896 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:328
|
7897 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:328
|
7898 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:348
|
7899 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:348
|
7900 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:348
|
7901 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:348
|
7902 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:348
|
7903 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:350
|
7904 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:350
|
7905 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:368
|
7906 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:328
|
7907 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:328
|
7908 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:328
|
7909 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:340
|
7910 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:343
|
7911 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:343
|
7912 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:344
|
7913 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:347
|
7914 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:335
|
7915 |
Â
msgid "Category"
|
7916 |
Â
msgstr ""
|
7917 |
Â
|
7919 |
Â
#: includes/class-testimonials-widget-tag-cloud-widget.php:71
|
7920 |
Â
#: includes/class-testimonials-widget.php:564
|
7921 |
Â
#: includes/class-testimonials-widget.php:567
|
7922 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:199
|
7923 |
+
#: testimonials-widget/branches/dev/testimonials-widget-admin.php:225
|
7924 |
+
#: testimonials-widget/branches/dev/testimonials-widget-admin.php:472
|
7925 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:221
|
7926 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:336
|
7927 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-admin.php:223
|
7928 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-admin.php:463
|
7929 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-admin.php:225
|
7930 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-admin.php:472
|
7931 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-admin.php:223
|
7932 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-admin.php:463
|
7933 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-admin.php:223
|
7934 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-admin.php:463
|
7935 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-admin.php:223
|
7936 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-admin.php:463
|
7937 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-admin.php:223
|
7938 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-admin.php:463
|
7939 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-admin.php:223
|
7940 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-admin.php:463
|
7941 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-admin.php:223
|
7942 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-admin.php:463
|
7943 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-admin.php:223
|
7944 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-admin.php:463
|
7945 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-admin.php:223
|
7946 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-admin.php:463
|
7947 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-admin.php:223
|
7948 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-admin.php:463
|
7949 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-admin.php:223
|
7950 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-admin.php:463
|
7951 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-admin.php:223
|
7952 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-admin.php:463
|
7953 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-admin.php:223
|
7954 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-admin.php:463
|
7955 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-admin.php:223
|
7956 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-admin.php:463
|
7957 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-admin.php:223
|
7958 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-admin.php:463
|
7959 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-admin.php:223
|
7960 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-admin.php:463
|
7961 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:199
|
7962 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:199
|
7963 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:199
|
7964 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:199
|
7965 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:199
|
7966 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:211
|
7967 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:211
|
7968 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:221
|
7969 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:221
|
7970 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:254
|
7971 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:221
|
7972 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:221
|
7973 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:221
|
7974 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:221
|
7975 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:222
|
7976 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:222
|
7977 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:222
|
7978 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:223
|
7979 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:339
|
7980 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:339
|
7981 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:339
|
7982 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:383
|
7983 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:394
|
7984 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:394
|
7985 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:404
|
7986 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:419
|
7987 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:449
|
7988 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:449
|
7989 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:472
|
7990 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:476
|
7991 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:476
|
7992 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:478
|
7993 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:473
|
7994 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:473
|
7995 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:473
|
7996 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:476
|
7997 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:463
|
7998 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:466
|
7999 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:463
|
8000 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:466
|
8001 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:463
|
8002 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:466
|
8003 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:476
|
8004 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:479
|
8005 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:476
|
8006 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:479
|
8007 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:481
|
8008 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:484
|
8009 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:543
|
8010 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:546
|
8011 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:551
|
8012 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:554
|
8013 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:551
|
8014 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:554
|
8015 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:467
|
8016 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:470
|
8017 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:467
|
8018 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:470
|
8019 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:467
|
8020 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:470
|
8021 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:568
|
8022 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:571
|
8023 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:568
|
8024 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:571
|
8025 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:568
|
8026 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:571
|
8027 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:568
|
8028 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:571
|
8029 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:571
|
8030 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:574
|
8031 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:576
|
8032 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:579
|
8033 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:576
|
8034 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:579
|
8035 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:558
|
8036 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:561
|
8037 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:559
|
8038 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:562
|
8039 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:559
|
8040 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:562
|
8041 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:559
|
8042 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:562
|
8043 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:559
|
8044 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:562
|
8045 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:555
|
8046 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:558
|
8047 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:555
|
8048 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:558
|
8049 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:555
|
8050 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:558
|
8051 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:555
|
8052 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:558
|
8053 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:555
|
8054 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:558
|
8055 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:569
|
8056 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:572
|
8057 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:563
|
8058 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:566
|
8059 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:563
|
8060 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:566
|
8061 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:563
|
8062 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:566
|
8063 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:563
|
8064 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:566
|
8065 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:583
|
8066 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:586
|
8067 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:583
|
8068 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:586
|
8069 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:254
|
8070 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:254
|
8071 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:254
|
8072 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:259
|
8073 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:259
|
8074 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:259
|
8075 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:259
|
8076 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:254
|
8077 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:254
|
8078 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:254
|
8079 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:254
|
8080 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:255
|
8081 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:255
|
8082 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:275
|
8083 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:295
|
8084 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:296
|
8085 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:297
|
8086 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:297
|
8087 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:297
|
8088 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:297
|
8089 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:297
|
8090 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:297
|
8091 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:297
|
8092 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:297
|
8093 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:298
|
8094 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:298
|
8095 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:298
|
8096 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:317
|
8097 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:318
|
8098 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:318
|
8099 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:318
|
8100 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:318
|
8101 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:319
|
8102 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:319
|
8103 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:322
|
8104 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:329
|
8105 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:329
|
8106 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:329
|
8107 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:329
|
8108 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:329
|
8109 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:349
|
8110 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:349
|
8111 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:349
|
8112 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:349
|
8113 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:349
|
8114 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:351
|
8115 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:351
|
8116 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:369
|
8117 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:329
|
8118 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:329
|
8119 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:329
|
8120 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:341
|
8121 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:344
|
8122 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:344
|
8123 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:345
|
8124 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:348
|
8125 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:336
|
8126 |
Â
msgid "Tags"
|
8127 |
Â
msgstr ""
|
8128 |
Â
|
8131 |
Â
msgstr ""
|
8132 |
Â
|
8133 |
Â
#: includes/class-testimonials-widget.php:377
|
8134 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:333
|
8135 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:333
|
8136 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:333
|
8137 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:341
|
8138 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:341
|
8139 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:341
|
8140 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:341
|
8141 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:344
|
8142 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:349
|
8143 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:349
|
8144 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:331
|
8145 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:332
|
8146 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:332
|
8147 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:332
|
8148 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:332
|
8149 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:334
|
8150 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:334
|
8151 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:334
|
8152 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:334
|
8153 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:334
|
8154 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:341
|
8155 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:335
|
8156 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:335
|
8157 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:335
|
8158 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:335
|
8159 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:344
|
8160 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:344
|
8161 |
+
msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible CSS fixes."
|
8162 |
Â
msgstr ""
|
8163 |
Â
|
8164 |
Â
#: includes/class-testimonials-widget.php:557
|
8165 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:197
|
8166 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:219
|
8167 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:334
|
8168 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:197
|
8169 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:197
|
8170 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:197
|
8171 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:197
|
8172 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:197
|
8173 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:209
|
8174 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:209
|
8175 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:219
|
8176 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:219
|
8177 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:252
|
8178 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:219
|
8179 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:219
|
8180 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:219
|
8181 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:219
|
8182 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:220
|
8183 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:220
|
8184 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:220
|
8185 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:221
|
8186 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:337
|
8187 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:337
|
8188 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:337
|
8189 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:381
|
8190 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:392
|
8191 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:392
|
8192 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:402
|
8193 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:417
|
8194 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:447
|
8195 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:447
|
8196 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:470
|
8197 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:474
|
8198 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:474
|
8199 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:476
|
8200 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:471
|
8201 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:471
|
8202 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:466
|
8203 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:456
|
8204 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:456
|
8205 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:456
|
8206 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:469
|
8207 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:469
|
8208 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:474
|
8209 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:536
|
8210 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:544
|
8211 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:544
|
8212 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:460
|
8213 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:460
|
8214 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:460
|
8215 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:561
|
8216 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:561
|
8217 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:561
|
8218 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:561
|
8219 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:564
|
8220 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:569
|
8221 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:569
|
8222 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:551
|
8223 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:552
|
8224 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:552
|
8225 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:552
|
8226 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:552
|
8227 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:548
|
8228 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:548
|
8229 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:548
|
8230 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:548
|
8231 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:548
|
8232 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:562
|
8233 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:556
|
8234 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:556
|
8235 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:556
|
8236 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:556
|
8237 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:576
|
8238 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:576
|
8239 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:252
|
8240 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:252
|
8241 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:252
|
8242 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:257
|
8243 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:257
|
8244 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:257
|
8245 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:257
|
8246 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:252
|
8247 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:252
|
8248 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:252
|
8249 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:252
|
8250 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:253
|
8251 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:253
|
8252 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:273
|
8253 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:293
|
8254 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:294
|
8255 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:295
|
8256 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:295
|
8257 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:295
|
8258 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:295
|
8259 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:295
|
8260 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:295
|
8261 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:295
|
8262 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:295
|
8263 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:296
|
8264 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:296
|
8265 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:296
|
8266 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:315
|
8267 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:316
|
8268 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:316
|
8269 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:316
|
8270 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:316
|
8271 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:317
|
8272 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:317
|
8273 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:320
|
8274 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:327
|
8275 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:327
|
8276 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:327
|
8277 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:327
|
8278 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:327
|
8279 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:347
|
8280 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:347
|
8281 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:347
|
8282 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:347
|
8283 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:347
|
8284 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:349
|
8285 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:349
|
8286 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:367
|
8287 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:327
|
8288 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:327
|
8289 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:327
|
8290 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:339
|
8291 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:342
|
8292 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:342
|
8293 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:343
|
8294 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:346
|
8295 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:334
|
8296 |
Â
msgid "Published by"
|
8297 |
Â
msgstr ""
|
8298 |
Â
|
8299 |
Â
#: includes/class-testimonials-widget.php:572
|
8300 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:465
|
8301 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:527
|
8302 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:535
|
8303 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:535
|
8304 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:451
|
8305 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:451
|
8306 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:451
|
8307 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:552
|
8308 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:552
|
8309 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:552
|
8310 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:552
|
8311 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:555
|
8312 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:560
|
8313 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:560
|
8314 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:542
|
8315 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:543
|
8316 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:543
|
8317 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:543
|
8318 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:543
|
8319 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:563
|
8320 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:563
|
8321 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:563
|
8322 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:563
|
8323 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:563
|
8324 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:577
|
8325 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:571
|
8326 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:571
|
8327 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:571
|
8328 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:571
|
8329 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:591
|
8330 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:591
|
8331 |
Â
msgid "ID"
|
8332 |
Â
msgstr ""
|
8333 |
Â
|
8334 |
Â
#: includes/class-testimonials-widget.php:577
|
8335 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:191
|
8336 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:213
|
8337 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:327
|
8338 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:191
|
8339 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:191
|
8340 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:191
|
8341 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:191
|
8342 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:191
|
8343 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:203
|
8344 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:203
|
8345 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:213
|
8346 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:213
|
8347 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:245
|
8348 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:213
|
8349 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:213
|
8350 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:213
|
8351 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:213
|
8352 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:214
|
8353 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:214
|
8354 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:214
|
8355 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:215
|
8356 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:329
|
8357 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:329
|
8358 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:329
|
8359 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:373
|
8360 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:384
|
8361 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:384
|
8362 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:394
|
8363 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:409
|
8364 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:439
|
8365 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:439
|
8366 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:462
|
8367 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:466
|
8368 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:466
|
8369 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:468
|
8370 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:463
|
8371 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:463
|
8372 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:458
|
8373 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:448
|
8374 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:448
|
8375 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:448
|
8376 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:461
|
8377 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:461
|
8378 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:466
|
8379 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:528
|
8380 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:536
|
8381 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:536
|
8382 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:452
|
8383 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:452
|
8384 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:452
|
8385 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:553
|
8386 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:553
|
8387 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:553
|
8388 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:553
|
8389 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:556
|
8390 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:561
|
8391 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:561
|
8392 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:543
|
8393 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:544
|
8394 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:544
|
8395 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:544
|
8396 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:544
|
8397 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:568
|
8398 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:568
|
8399 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:568
|
8400 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:568
|
8401 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:568
|
8402 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:582
|
8403 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:576
|
8404 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:576
|
8405 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:576
|
8406 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:576
|
8407 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:596
|
8408 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:596
|
8409 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:245
|
8410 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:245
|
8411 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:245
|
8412 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:250
|
8413 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:250
|
8414 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:250
|
8415 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:250
|
8416 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:245
|
8417 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:245
|
8418 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:245
|
8419 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:245
|
8420 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:246
|
8421 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:246
|
8422 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:266
|
8423 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:286
|
8424 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:287
|
8425 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:288
|
8426 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:288
|
8427 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:288
|
8428 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:288
|
8429 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:288
|
8430 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:288
|
8431 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:288
|
8432 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:288
|
8433 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:289
|
8434 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:289
|
8435 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:289
|
8436 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:308
|
8437 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:309
|
8438 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:309
|
8439 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:309
|
8440 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:309
|
8441 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:310
|
8442 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:310
|
8443 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:313
|
8444 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:320
|
8445 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:320
|
8446 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:320
|
8447 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:320
|
8448 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:320
|
8449 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:340
|
8450 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:340
|
8451 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:340
|
8452 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:340
|
8453 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:340
|
8454 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:342
|
8455 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:342
|
8456 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:360
|
8457 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:320
|
8458 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:320
|
8459 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:320
|
8460 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:332
|
8461 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:335
|
8462 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:335
|
8463 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:336
|
8464 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:339
|
8465 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:327
|
8466 |
Â
msgid "Image"
|
8467 |
Â
msgstr ""
|
8468 |
Â
|
8469 |
Â
#: includes/class-testimonials-widget.php:582
|
8470 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:329
|
8471 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:331
|
8472 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:331
|
8473 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:331
|
8474 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:375
|
8475 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:386
|
8476 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:386
|
8477 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:396
|
8478 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:411
|
8479 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:441
|
8480 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:441
|
8481 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:464
|
8482 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:468
|
8483 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:468
|
8484 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:470
|
8485 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:465
|
8486 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:465
|
8487 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:460
|
8488 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:450
|
8489 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:450
|
8490 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:450
|
8491 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:463
|
8492 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:463
|
8493 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:468
|
8494 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:530
|
8495 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:538
|
8496 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:538
|
8497 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:454
|
8498 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:454
|
8499 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:454
|
8500 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:555
|
8501 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:555
|
8502 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:555
|
8503 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:555
|
8504 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:558
|
8505 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:563
|
8506 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:563
|
8507 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:545
|
8508 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:546
|
8509 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:546
|
8510 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:546
|
8511 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:546
|
8512 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:573
|
8513 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:573
|
8514 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:573
|
8515 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:573
|
8516 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:573
|
8517 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:587
|
8518 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:581
|
8519 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:581
|
8520 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:581
|
8521 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:581
|
8522 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:601
|
8523 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:601
|
8524 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:342
|
8525 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:342
|
8526 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:342
|
8527 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:342
|
8528 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:342
|
8529 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:344
|
8530 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:344
|
8531 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:362
|
8532 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:337
|
8533 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:337
|
8534 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:338
|
8535 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:341
|
8536 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:329
|
8537 |
Â
msgid "Shortcodes"
|
8538 |
Â
msgstr ""
|
8539 |
Â
|
8540 |
Â
#: includes/class-testimonials-widget.php:623
|
8541 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:348
|
8542 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:351
|
8543 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:351
|
8544 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:351
|
8545 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:395
|
8546 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:406
|
8547 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:406
|
8548 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:416
|
8549 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:431
|
8550 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:461
|
8551 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:461
|
8552 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:484
|
8553 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:488
|
8554 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:488
|
8555 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:490
|
8556 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:485
|
8557 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:485
|
8558 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:487
|
8559 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:477
|
8560 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:477
|
8561 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:477
|
8562 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:490
|
8563 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:490
|
8564 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:495
|
8565 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:557
|
8566 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:565
|
8567 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:565
|
8568 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:481
|
8569 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:481
|
8570 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:481
|
8571 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:582
|
8572 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:582
|
8573 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:582
|
8574 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:582
|
8575 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:585
|
8576 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:590
|
8577 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:590
|
8578 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:572
|
8579 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:573
|
8580 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:573
|
8581 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:573
|
8582 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:573
|
8583 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:609
|
8584 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:609
|
8585 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:609
|
8586 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:609
|
8587 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:609
|
8588 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:623
|
8589 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:617
|
8590 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:617
|
8591 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:617
|
8592 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:617
|
8593 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:637
|
8594 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:637
|
8595 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:381
|
8596 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:348
|
8597 |
Â
msgid "Add New"
|
8598 |
Â
msgstr ""
|
8599 |
Â
|
8600 |
Â
#: includes/class-testimonials-widget.php:624
|
8601 |
Â
#: includes/class-testimonials-widget.php:627
|
8602 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:212
|
8603 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:215
|
8604 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:234
|
8605 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:237
|
8606 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:349
|
8607 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:352
|
8608 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:212
|
8609 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:215
|
8610 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:212
|
8611 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:215
|
8612 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:212
|
8613 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:215
|
8614 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:212
|
8615 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:215
|
8616 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:212
|
8617 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:215
|
8618 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:224
|
8619 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:227
|
8620 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:224
|
8621 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:227
|
8622 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:234
|
8623 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:237
|
8624 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:234
|
8625 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:237
|
8626 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:267
|
8627 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:270
|
8628 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:234
|
8629 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:237
|
8630 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:234
|
8631 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:237
|
8632 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:234
|
8633 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:237
|
8634 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:234
|
8635 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:237
|
8636 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:235
|
8637 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:238
|
8638 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:235
|
8639 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:238
|
8640 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:235
|
8641 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:238
|
8642 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:236
|
8643 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:239
|
8644 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:352
|
8645 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:355
|
8646 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:352
|
8647 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:355
|
8648 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:352
|
8649 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:355
|
8650 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:396
|
8651 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:399
|
8652 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:407
|
8653 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:410
|
8654 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:407
|
8655 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:410
|
8656 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:417
|
8657 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:420
|
8658 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:432
|
8659 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:435
|
8660 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:462
|
8661 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:465
|
8662 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:462
|
8663 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:465
|
8664 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:485
|
8665 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:488
|
8666 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:489
|
8667 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:492
|
8668 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:489
|
8669 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:492
|
8670 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:491
|
8671 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:494
|
8672 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:486
|
8673 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:489
|
8674 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:486
|
8675 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:489
|
8676 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:488
|
8677 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:491
|
8678 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:478
|
8679 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:481
|
8680 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:478
|
8681 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:481
|
8682 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:478
|
8683 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:481
|
8684 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:491
|
8685 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:494
|
8686 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:491
|
8687 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:494
|
8688 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:496
|
8689 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:499
|
8690 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:558
|
8691 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:561
|
8692 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:566
|
8693 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:569
|
8694 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:566
|
8695 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:569
|
8696 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:482
|
8697 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:485
|
8698 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:482
|
8699 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:485
|
8700 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:482
|
8701 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:485
|
8702 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:583
|
8703 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:586
|
8704 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:583
|
8705 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:586
|
8706 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:583
|
8707 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:586
|
8708 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:583
|
8709 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:586
|
8710 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:586
|
8711 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:589
|
8712 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:591
|
8713 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:594
|
8714 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:591
|
8715 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:594
|
8716 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:573
|
8717 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:576
|
8718 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:574
|
8719 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:577
|
8720 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:574
|
8721 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:577
|
8722 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:574
|
8723 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:577
|
8724 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:574
|
8725 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:577
|
8726 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:610
|
8727 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:613
|
8728 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:610
|
8729 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:613
|
8730 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:610
|
8731 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:613
|
8732 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:610
|
8733 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:613
|
8734 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:610
|
8735 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:613
|
8736 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:624
|
8737 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:627
|
8738 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:618
|
8739 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:621
|
8740 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:618
|
8741 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:621
|
8742 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:618
|
8743 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:621
|
8744 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:618
|
8745 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:621
|
8746 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:638
|
8747 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:641
|
8748 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:638
|
8749 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:641
|
8750 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:267
|
8751 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:270
|
8752 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:267
|
8753 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:270
|
8754 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:267
|
8755 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:270
|
8756 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:272
|
8757 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:275
|
8758 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:272
|
8759 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:275
|
8760 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:272
|
8761 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:275
|
8762 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:272
|
8763 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:275
|
8764 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:267
|
8765 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:270
|
8766 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:267
|
8767 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:270
|
8768 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:267
|
8769 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:270
|
8770 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:267
|
8771 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:270
|
8772 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:268
|
8773 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:271
|
8774 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:268
|
8775 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:271
|
8776 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:288
|
8777 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:291
|
8778 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:308
|
8779 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:311
|
8780 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:309
|
8781 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:312
|
8782 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:310
|
8783 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:313
|
8784 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:310
|
8785 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:313
|
8786 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:310
|
8787 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:313
|
8788 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:310
|
8789 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:313
|
8790 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:310
|
8791 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:313
|
8792 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:310
|
8793 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:313
|
8794 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:310
|
8795 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:313
|
8796 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:310
|
8797 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:313
|
8798 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:311
|
8799 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:314
|
8800 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:311
|
8801 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:314
|
8802 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:311
|
8803 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:314
|
8804 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:330
|
8805 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:333
|
8806 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:331
|
8807 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:334
|
8808 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:329
|
8809 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:332
|
8810 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:329
|
8811 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:332
|
8812 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:329
|
8813 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:332
|
8814 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:330
|
8815 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:333
|
8816 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:330
|
8817 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:333
|
8818 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:333
|
8819 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:336
|
8820 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:342
|
8821 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:345
|
8822 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:342
|
8823 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:345
|
8824 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:342
|
8825 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:345
|
8826 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:342
|
8827 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:345
|
8828 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:342
|
8829 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:345
|
8830 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:362
|
8831 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:365
|
8832 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:362
|
8833 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:365
|
8834 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:362
|
8835 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:365
|
8836 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:362
|
8837 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:365
|
8838 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:362
|
8839 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:365
|
8840 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:364
|
8841 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:367
|
8842 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:364
|
8843 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:367
|
8844 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:382
|
8845 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:385
|
8846 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:342
|
8847 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:345
|
8848 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:342
|
8849 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:345
|
8850 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:342
|
8851 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:345
|
8852 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:354
|
8853 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:357
|
8854 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:357
|
8855 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:360
|
8856 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:357
|
8857 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:360
|
8858 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:358
|
8859 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:361
|
8860 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:361
|
8861 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:364
|
8862 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:349
|
8863 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:352
|
8864 |
Â
msgid "Add New Testimonial"
|
8865 |
Â
msgstr ""
|
8866 |
Â
|
8867 |
Â
#: includes/class-testimonials-widget.php:625
|
8868 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:213
|
8869 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:235
|
8870 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:350
|
8871 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:213
|
8872 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:213
|
8873 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:213
|
8874 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:213
|
8875 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:213
|
8876 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:225
|
8877 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:225
|
8878 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:235
|
8879 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:235
|
8880 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:268
|
8881 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:235
|
8882 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:235
|
8883 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:235
|
8884 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:235
|
8885 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:236
|
8886 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:236
|
8887 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:236
|
8888 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:237
|
8889 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:353
|
8890 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:353
|
8891 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:353
|
8892 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:397
|
8893 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:408
|
8894 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:408
|
8895 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:418
|
8896 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:433
|
8897 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:463
|
8898 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:463
|
8899 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:486
|
8900 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:490
|
8901 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:490
|
8902 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:492
|
8903 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:487
|
8904 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:487
|
8905 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:489
|
8906 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:479
|
8907 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:479
|
8908 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:479
|
8909 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:492
|
8910 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:492
|
8911 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:497
|
8912 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:559
|
8913 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:567
|
8914 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:567
|
8915 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:483
|
8916 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:483
|
8917 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:483
|
8918 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:584
|
8919 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:584
|
8920 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:584
|
8921 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:584
|
8922 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:587
|
8923 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:592
|
8924 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:592
|
8925 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:574
|
8926 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:575
|
8927 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:575
|
8928 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:575
|
8929 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:575
|
8930 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:611
|
8931 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:611
|
8932 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:611
|
8933 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:611
|
8934 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:611
|
8935 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:625
|
8936 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:619
|
8937 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:619
|
8938 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:619
|
8939 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:619
|
8940 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:639
|
8941 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:639
|
8942 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:268
|
8943 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:268
|
8944 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:268
|
8945 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:273
|
8946 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:273
|
8947 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:273
|
8948 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:273
|
8949 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:268
|
8950 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:268
|
8951 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:268
|
8952 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:268
|
8953 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:269
|
8954 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:269
|
8955 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:289
|
8956 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:309
|
8957 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:310
|
8958 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:311
|
8959 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:311
|
8960 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:311
|
8961 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:311
|
8962 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:311
|
8963 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:311
|
8964 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:311
|
8965 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:311
|
8966 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:312
|
8967 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:312
|
8968 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:312
|
8969 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:331
|
8970 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:332
|
8971 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:330
|
8972 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:330
|
8973 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:330
|
8974 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:331
|
8975 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:331
|
8976 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:334
|
8977 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:343
|
8978 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:343
|
8979 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:343
|
8980 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:343
|
8981 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:343
|
8982 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:363
|
8983 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:363
|
8984 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:363
|
8985 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:363
|
8986 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:363
|
8987 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:365
|
8988 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:365
|
8989 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:383
|
8990 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:343
|
8991 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:343
|
8992 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:343
|
8993 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:355
|
8994 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:358
|
8995 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:358
|
8996 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:359
|
8997 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:362
|
8998 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:350
|
8999 |
Â
msgid "Edit Testimonial"
|
9000 |
Â
msgstr ""
|
9001 |
Â
|
9002 |
Â
#: includes/class-testimonials-widget.php:628
|
9003 |
Â
#: includes/class-testimonials-widget.php:944
|
9004 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:216
|
9005 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:358
|
9006 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:238
|
9007 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:383
|
9008 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:353
|
9009 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:609
|
9010 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:216
|
9011 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:358
|
9012 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:216
|
9013 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:358
|
9014 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:216
|
9015 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:360
|
9016 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:216
|
9017 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:360
|
9018 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:216
|
9019 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:360
|
9020 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:228
|
9021 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:372
|
9022 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:228
|
9023 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:372
|
9024 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:238
|
9025 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:385
|
9026 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:238
|
9027 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:385
|
9028 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:271
|
9029 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:439
|
9030 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:238
|
9031 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:383
|
9032 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:238
|
9033 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:383
|
9034 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:238
|
9035 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:383
|
9036 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:238
|
9037 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:384
|
9038 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:239
|
9039 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:390
|
9040 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:239
|
9041 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:391
|
9042 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:239
|
9043 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:388
|
9044 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:240
|
9045 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:390
|
9046 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:356
|
9047 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:616
|
9048 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:356
|
9049 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:616
|
9050 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:356
|
9051 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:616
|
9052 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:400
|
9053 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:666
|
9054 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:411
|
9055 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:677
|
9056 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:411
|
9057 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:677
|
9058 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:421
|
9059 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:687
|
9060 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:436
|
9061 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:702
|
9062 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:466
|
9063 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:731
|
9064 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:466
|
9065 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:731
|
9066 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:489
|
9067 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:786
|
9068 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:493
|
9069 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:790
|
9070 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:493
|
9071 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:790
|
9072 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:495
|
9073 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:792
|
9074 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:490
|
9075 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:787
|
9076 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:490
|
9077 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:787
|
9078 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:492
|
9079 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:814
|
9080 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:482
|
9081 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:804
|
9082 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:482
|
9083 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:804
|
9084 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:482
|
9085 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:804
|
9086 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:495
|
9087 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:827
|
9088 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:495
|
9089 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:827
|
9090 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:500
|
9091 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:846
|
9092 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:562
|
9093 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:909
|
9094 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:570
|
9095 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:971
|
9096 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:570
|
9097 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:971
|
9098 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:486
|
9099 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:893
|
9100 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:486
|
9101 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:893
|
9102 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:486
|
9103 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:893
|
9104 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:587
|
9105 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:994
|
9106 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:587
|
9107 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:994
|
9108 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:587
|
9109 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:994
|
9110 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:587
|
9111 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:994
|
9112 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:590
|
9113 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:997
|
9114 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:595
|
9115 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1002
|
9116 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:595
|
9117 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1002
|
9118 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:577
|
9119 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:984
|
9120 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:578
|
9121 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:987
|
9122 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:578
|
9123 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:987
|
9124 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:578
|
9125 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:990
|
9126 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:578
|
9127 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:990
|
9128 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:614
|
9129 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1040
|
9130 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:614
|
9131 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1040
|
9132 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:614
|
9133 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1040
|
9134 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:614
|
9135 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1040
|
9136 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:614
|
9137 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1044
|
9138 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:628
|
9139 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1058
|
9140 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:622
|
9141 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1052
|
9142 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:622
|
9143 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1052
|
9144 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:622
|
9145 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1052
|
9146 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:622
|
9147 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1052
|
9148 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:642
|
9149 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1083
|
9150 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:642
|
9151 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1086
|
9152 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:271
|
9153 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:439
|
9154 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:271
|
9155 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:439
|
9156 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:271
|
9157 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:439
|
9158 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:276
|
9159 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:444
|
9160 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:276
|
9161 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:456
|
9162 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:276
|
9163 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:456
|
9164 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:276
|
9165 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:456
|
9166 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:271
|
9167 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:452
|
9168 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:271
|
9169 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:452
|
9170 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:271
|
9171 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:452
|
9172 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:271
|
9173 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:448
|
9174 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:272
|
9175 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:449
|
9176 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:272
|
9177 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:455
|
9178 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:292
|
9179 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:478
|
9180 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:312
|
9181 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:498
|
9182 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:313
|
9183 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:507
|
9184 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:314
|
9185 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:509
|
9186 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:314
|
9187 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:509
|
9188 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:314
|
9189 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:509
|
9190 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:314
|
9191 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:509
|
9192 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:314
|
9193 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:509
|
9194 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:314
|
9195 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:509
|
9196 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:314
|
9197 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:513
|
9198 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:314
|
9199 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:513
|
9200 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:315
|
9201 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:514
|
9202 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:315
|
9203 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:514
|
9204 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:315
|
9205 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:514
|
9206 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:334
|
9207 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:533
|
9208 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:335
|
9209 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:534
|
9210 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:333
|
9211 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:580
|
9212 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:333
|
9213 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:580
|
9214 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:333
|
9215 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:580
|
9216 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:334
|
9217 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:581
|
9218 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:334
|
9219 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:581
|
9220 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:337
|
9221 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:593
|
9222 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:346
|
9223 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:603
|
9224 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:346
|
9225 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:603
|
9226 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:346
|
9227 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:602
|
9228 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:346
|
9229 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:602
|
9230 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:346
|
9231 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:602
|
9232 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:366
|
9233 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:619
|
9234 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:366
|
9235 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:619
|
9236 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:366
|
9237 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:619
|
9238 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:366
|
9239 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:619
|
9240 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:366
|
9241 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:620
|
9242 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:368
|
9243 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:620
|
9244 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:368
|
9245 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:621
|
9246 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:386
|
9247 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:639
|
9248 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:346
|
9249 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:602
|
9250 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:346
|
9251 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:602
|
9252 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:346
|
9253 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:602
|
9254 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:358
|
9255 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:617
|
9256 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:361
|
9257 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:614
|
9258 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:361
|
9259 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:614
|
9260 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:362
|
9261 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:615
|
9262 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:365
|
9263 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:618
|
9264 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:353
|
9265 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:609
|
9266 |
Â
msgid "No testimonials found"
|
9267 |
Â
msgstr ""
|
9268 |
Â
|
9269 |
Â
#: includes/class-testimonials-widget.php:629
|
9270 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:217
|
9271 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:239
|
9272 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:354
|
9273 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:217
|
9274 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:217
|
9275 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:217
|
9276 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:217
|
9277 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:217
|
9278 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:229
|
9279 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:229
|
9280 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:239
|
9281 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:239
|
9282 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:272
|
9283 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:239
|
9284 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:239
|
9285 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:239
|
9286 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:239
|
9287 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:240
|
9288 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:240
|
9289 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:240
|
9290 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:241
|
9291 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:357
|
9292 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:357
|
9293 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:357
|
9294 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:401
|
9295 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:412
|
9296 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:412
|
9297 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:422
|
9298 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:437
|
9299 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:467
|
9300 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:467
|
9301 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:490
|
9302 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:494
|
9303 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:494
|
9304 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:496
|
9305 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:491
|
9306 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:491
|
9307 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:493
|
9308 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:483
|
9309 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:483
|
9310 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:483
|
9311 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:496
|
9312 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:496
|
9313 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:501
|
9314 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:563
|
9315 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:571
|
9316 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:571
|
9317 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:487
|
9318 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:487
|
9319 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:487
|
9320 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:588
|
9321 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:588
|
9322 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:588
|
9323 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:588
|
9324 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:591
|
9325 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:596
|
9326 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:596
|
9327 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:578
|
9328 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:579
|
9329 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:579
|
9330 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:579
|
9331 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:579
|
9332 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:615
|
9333 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:615
|
9334 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:615
|
9335 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:615
|
9336 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:615
|
9337 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:629
|
9338 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:623
|
9339 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:623
|
9340 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:623
|
9341 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:623
|
9342 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:643
|
9343 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:643
|
9344 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:272
|
9345 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:272
|
9346 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:272
|
9347 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:277
|
9348 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:277
|
9349 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:277
|
9350 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:277
|
9351 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:272
|
9352 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:272
|
9353 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:272
|
9354 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:272
|
9355 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:273
|
9356 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:273
|
9357 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:293
|
9358 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:313
|
9359 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:314
|
9360 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:315
|
9361 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:315
|
9362 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:315
|
9363 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:315
|
9364 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:315
|
9365 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:315
|
9366 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:315
|
9367 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:315
|
9368 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:316
|
9369 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:316
|
9370 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:316
|
9371 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:335
|
9372 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:336
|
9373 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:334
|
9374 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:334
|
9375 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:334
|
9376 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:335
|
9377 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:335
|
9378 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:338
|
9379 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:347
|
9380 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:347
|
9381 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:347
|
9382 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:347
|
9383 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:347
|
9384 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:367
|
9385 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:367
|
9386 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:367
|
9387 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:367
|
9388 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:367
|
9389 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:369
|
9390 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:369
|
9391 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:387
|
9392 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:347
|
9393 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:347
|
9394 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:347
|
9395 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:359
|
9396 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:362
|
9397 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:362
|
9398 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:363
|
9399 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:366
|
9400 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:354
|
9401 |
Â
msgid "No testimonials found in Trash"
|
9402 |
Â
msgstr ""
|
9403 |
Â
|
9404 |
Â
#: includes/class-testimonials-widget.php:631
|
9405 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:219
|
9406 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:241
|
9407 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:356
|
9408 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:219
|
9409 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:219
|
9410 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:219
|
9411 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:219
|
9412 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:219
|
9413 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:231
|
9414 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:231
|
9415 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:241
|
9416 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:241
|
9417 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:274
|
9418 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:241
|
9419 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:241
|
9420 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:241
|
9421 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:241
|
9422 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:242
|
9423 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:242
|
9424 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:242
|
9425 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:243
|
9426 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:359
|
9427 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:359
|
9428 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:359
|
9429 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:403
|
9430 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:414
|
9431 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:414
|
9432 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:424
|
9433 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:439
|
9434 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:469
|
9435 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:469
|
9436 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:492
|
9437 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:496
|
9438 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:496
|
9439 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:498
|
9440 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:493
|
9441 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:493
|
9442 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:495
|
9443 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:485
|
9444 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:485
|
9445 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:485
|
9446 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:498
|
9447 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:498
|
9448 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:503
|
9449 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:565
|
9450 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:573
|
9451 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:573
|
9452 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:489
|
9453 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:489
|
9454 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:489
|
9455 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:590
|
9456 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:590
|
9457 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:590
|
9458 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:590
|
9459 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:593
|
9460 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:598
|
9461 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:598
|
9462 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:580
|
9463 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:581
|
9464 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:581
|
9465 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:581
|
9466 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:581
|
9467 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:617
|
9468 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:617
|
9469 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:617
|
9470 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:617
|
9471 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:617
|
9472 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:631
|
9473 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:625
|
9474 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:625
|
9475 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:625
|
9476 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:625
|
9477 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:645
|
9478 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:645
|
9479 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:274
|
9480 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:274
|
9481 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:274
|
9482 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:279
|
9483 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:279
|
9484 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:279
|
9485 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:279
|
9486 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:274
|
9487 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:274
|
9488 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:274
|
9489 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:274
|
9490 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:275
|
9491 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:275
|
9492 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:295
|
9493 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:315
|
9494 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:316
|
9495 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:317
|
9496 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:317
|
9497 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:317
|
9498 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:317
|
9499 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:317
|
9500 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:317
|
9501 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:317
|
9502 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:317
|
9503 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:318
|
9504 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:318
|
9505 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:318
|
9506 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:337
|
9507 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:338
|
9508 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:336
|
9509 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:336
|
9510 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:336
|
9511 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:337
|
9512 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:337
|
9513 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:340
|
9514 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:349
|
9515 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:349
|
9516 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:349
|
9517 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:349
|
9518 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:349
|
9519 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:369
|
9520 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:369
|
9521 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:369
|
9522 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:369
|
9523 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:369
|
9524 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:371
|
9525 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:371
|
9526 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:389
|
9527 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:349
|
9528 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:349
|
9529 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:349
|
9530 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:361
|
9531 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:364
|
9532 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:364
|
9533 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:365
|
9534 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:368
|
9535 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:356
|
9536 |
Â
msgid "Search Testimonials"
|
9537 |
Â
msgstr ""
|
9538 |
Â
|
9539 |
Â
#: includes/class-testimonials-widget.php:632
|
9540 |
Â
#: includes/class-testimonials-widget.php:1529
|
9541 |
Â
#: includes/class-testimonials-widget.php:1890
|
9542 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:220
|
9543 |
+
#: testimonials-widget/branches/dev/testimonials-widget-admin.php:448
|
9544 |
+
#: testimonials-widget/branches/dev/testimonials-widget-admin.php:449
|
9545 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:242
|
9546 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:357
|
9547 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-admin.php:441
|
9548 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-admin.php:442
|
9549 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-admin.php:448
|
9550 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-admin.php:449
|
9551 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-admin.php:441
|
9552 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-admin.php:442
|
9553 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-admin.php:441
|
9554 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-admin.php:442
|
9555 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-admin.php:441
|
9556 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-admin.php:442
|
9557 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-admin.php:441
|
9558 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-admin.php:442
|
9559 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-admin.php:441
|
9560 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-admin.php:442
|
9561 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-admin.php:441
|
9562 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-admin.php:442
|
9563 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-admin.php:441
|
9564 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-admin.php:442
|
9565 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-admin.php:441
|
9566 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-admin.php:442
|
9567 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-admin.php:441
|
9568 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-admin.php:442
|
9569 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-admin.php:441
|
9570 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-admin.php:442
|
9571 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-admin.php:441
|
9572 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-admin.php:442
|
9573 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-admin.php:441
|
9574 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-admin.php:442
|
9575 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-admin.php:441
|
9576 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-admin.php:442
|
9577 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-admin.php:441
|
9578 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-admin.php:442
|
9579 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-admin.php:441
|
9580 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-admin.php:442
|
9581 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:220
|
9582 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:220
|
9583 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:220
|
9584 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:220
|
9585 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:220
|
9586 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:232
|
9587 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:232
|
9588 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:242
|
9589 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:242
|
9590 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:275
|
9591 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:242
|
9592 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:242
|
9593 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:242
|
9594 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:242
|
9595 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:243
|
9596 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:243
|
9597 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:243
|
9598 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:244
|
9599 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:360
|
9600 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:360
|
9601 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:360
|
9602 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:404
|
9603 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:415
|
9604 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:415
|
9605 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:425
|
9606 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:440
|
9607 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:470
|
9608 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:470
|
9609 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:493
|
9610 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:497
|
9611 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:497
|
9612 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:499
|
9613 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1597
|
9614 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:494
|
9615 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1591
|
9616 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:494
|
9617 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1592
|
9618 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:496
|
9619 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1615
|
9620 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:486
|
9621 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1605
|
9622 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:486
|
9623 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1605
|
9624 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:486
|
9625 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1606
|
9626 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:499
|
9627 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1629
|
9628 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:499
|
9629 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1629
|
9630 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:504
|
9631 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1647
|
9632 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:566
|
9633 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1749
|
9634 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:574
|
9635 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1827
|
9636 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:574
|
9637 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1827
|
9638 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:490
|
9639 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1750
|
9640 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:490
|
9641 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1750
|
9642 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:490
|
9643 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1750
|
9644 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:591
|
9645 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1733
|
9646 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:591
|
9647 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1733
|
9648 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:591
|
9649 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1733
|
9650 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:591
|
9651 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1733
|
9652 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:594
|
9653 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1732
|
9654 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:599
|
9655 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1740
|
9656 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:599
|
9657 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1740
|
9658 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:581
|
9659 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1722
|
9660 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:582
|
9661 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1732
|
9662 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:582
|
9663 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1731
|
9664 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:582
|
9665 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1744
|
9666 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:582
|
9667 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1745
|
9668 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:618
|
9669 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1795
|
9670 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:618
|
9671 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1795
|
9672 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:618
|
9673 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1795
|
9674 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:618
|
9675 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1795
|
9676 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:618
|
9677 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1804
|
9678 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:632
|
9679 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1818
|
9680 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:2202
|
9681 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:626
|
9682 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1815
|
9683 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:2199
|
9684 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:626
|
9685 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1815
|
9686 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:2199
|
9687 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:626
|
9688 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1826
|
9689 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:2210
|
9690 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:626
|
9691 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1825
|
9692 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:2209
|
9693 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:646
|
9694 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1878
|
9695 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:2282
|
9696 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:646
|
9697 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1881
|
9698 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:2285
|
9699 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:275
|
9700 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:275
|
9701 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:275
|
9702 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:280
|
9703 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:280
|
9704 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:280
|
9705 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:280
|
9706 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:275
|
9707 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:275
|
9708 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:275
|
9709 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:275
|
9710 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:276
|
9711 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:276
|
9712 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:296
|
9713 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:316
|
9714 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:317
|
9715 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:318
|
9716 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:318
|
9717 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:318
|
9718 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:318
|
9719 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:318
|
9720 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:318
|
9721 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:318
|
9722 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:318
|
9723 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:319
|
9724 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:319
|
9725 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:319
|
9726 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:338
|
9727 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:339
|
9728 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:337
|
9729 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:337
|
9730 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:337
|
9731 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:338
|
9732 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:338
|
9733 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:341
|
9734 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:350
|
9735 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:350
|
9736 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:350
|
9737 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:350
|
9738 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:350
|
9739 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:370
|
9740 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:370
|
9741 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:370
|
9742 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:370
|
9743 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:370
|
9744 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:372
|
9745 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:372
|
9746 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:390
|
9747 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:350
|
9748 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:350
|
9749 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:350
|
9750 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:362
|
9751 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:365
|
9752 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:365
|
9753 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:366
|
9754 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:369
|
9755 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:357
|
9756 |
Â
msgid "Testimonial"
|
9757 |
Â
msgstr ""
|
9758 |
Â
|
9759 |
Â
#: includes/class-testimonials-widget.php:633
|
9760 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:221
|
9761 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:243
|
9762 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:358
|
9763 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:221
|
9764 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:221
|
9765 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:221
|
9766 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:221
|
9767 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:221
|
9768 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:233
|
9769 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:233
|
9770 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:243
|
9771 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:243
|
9772 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:276
|
9773 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:243
|
9774 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:243
|
9775 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:243
|
9776 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:243
|
9777 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:244
|
9778 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:244
|
9779 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:244
|
9780 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:245
|
9781 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:361
|
9782 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:361
|
9783 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:361
|
9784 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:405
|
9785 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:416
|
9786 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:416
|
9787 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:426
|
9788 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:441
|
9789 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:471
|
9790 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:471
|
9791 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:494
|
9792 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:498
|
9793 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:498
|
9794 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:500
|
9795 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:495
|
9796 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:495
|
9797 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:497
|
9798 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:487
|
9799 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:487
|
9800 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:487
|
9801 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:500
|
9802 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:500
|
9803 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:505
|
9804 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:567
|
9805 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:575
|
9806 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:575
|
9807 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:491
|
9808 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:491
|
9809 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:491
|
9810 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:592
|
9811 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:592
|
9812 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:592
|
9813 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:592
|
9814 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:595
|
9815 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:600
|
9816 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:600
|
9817 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:582
|
9818 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:583
|
9819 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:583
|
9820 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:583
|
9821 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:583
|
9822 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:619
|
9823 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:619
|
9824 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:619
|
9825 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:619
|
9826 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:619
|
9827 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:633
|
9828 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:627
|
9829 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:627
|
9830 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:627
|
9831 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:627
|
9832 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:647
|
9833 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:647
|
9834 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:276
|
9835 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:276
|
9836 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:276
|
9837 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:281
|
9838 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:281
|
9839 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:281
|
9840 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:281
|
9841 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:276
|
9842 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:276
|
9843 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:276
|
9844 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:276
|
9845 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:277
|
9846 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:277
|
9847 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:297
|
9848 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:317
|
9849 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:318
|
9850 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:319
|
9851 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:319
|
9852 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:319
|
9853 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:319
|
9854 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:319
|
9855 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:319
|
9856 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:319
|
9857 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:319
|
9858 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:320
|
9859 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:320
|
9860 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:320
|
9861 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:339
|
9862 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:340
|
9863 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:338
|
9864 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:338
|
9865 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:338
|
9866 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:339
|
9867 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:339
|
9868 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:342
|
9869 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:351
|
9870 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:351
|
9871 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:351
|
9872 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:351
|
9873 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:351
|
9874 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:371
|
9875 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:371
|
9876 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:371
|
9877 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:371
|
9878 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:371
|
9879 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:373
|
9880 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:373
|
9881 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:391
|
9882 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:351
|
9883 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:351
|
9884 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:351
|
9885 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:363
|
9886 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:366
|
9887 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:366
|
9888 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:367
|
9889 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:370
|
9890 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:358
|
9891 |
Â
msgid "View Testimonial"
|
9892 |
Â
msgstr ""
|
9893 |
Â
|
9896 |
Â
msgstr ""
|
9897 |
Â
|
9898 |
Â
#: includes/class-testimonials-widget.php:1465
|
9899 |
+
msgid "If an email is provided, but not an image, a Gravatar icon will be attempted to be loaded."
|
Â
|
|
Â
|
|
9900 |
Â
msgstr ""
|
9901 |
Â
|
9902 |
Â
#: includes/class-testimonials-widget.php:1480
|
9903 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:568
|
9904 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:695
|
9905 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1235
|
9906 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:568
|
9907 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:572
|
9908 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:574
|
9909 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:574
|
9910 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:574
|
9911 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:586
|
9912 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:586
|
9913 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:697
|
9914 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:697
|
9915 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:794
|
9916 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:715
|
9917 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:715
|
9918 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:715
|
9919 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:716
|
9920 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:731
|
9921 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:735
|
9922 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:732
|
9923 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:734
|
9924 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1267
|
9925 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1267
|
9926 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1267
|
9927 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1311
|
9928 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1354
|
9929 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1354
|
9930 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1364
|
9931 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1379
|
9932 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1452
|
9933 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1452
|
9934 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1533
|
9935 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1537
|
9936 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1540
|
9937 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1521
|
9938 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1515
|
9939 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1516
|
9940 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1539
|
9941 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1529
|
9942 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1529
|
9943 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1530
|
9944 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1553
|
9945 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1553
|
9946 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1571
|
9947 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1673
|
9948 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1751
|
9949 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1751
|
9950 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1674
|
9951 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1674
|
9952 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1674
|
9953 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1657
|
9954 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1657
|
9955 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1657
|
9956 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1657
|
9957 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1656
|
9958 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1664
|
9959 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1664
|
9960 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1646
|
9961 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1656
|
9962 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1655
|
9963 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1668
|
9964 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1669
|
9965 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1719
|
9966 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1719
|
9967 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1719
|
9968 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1719
|
9969 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1728
|
9970 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1742
|
9971 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1739
|
9972 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1739
|
9973 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1750
|
9974 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1749
|
9975 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1802
|
9976 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1805
|
9977 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:794
|
9978 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:794
|
9979 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:794
|
9980 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:802
|
9981 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:821
|
9982 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:821
|
9983 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:821
|
9984 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:817
|
9985 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:828
|
9986 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:830
|
9987 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:833
|
9988 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:834
|
9989 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:854
|
9990 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:879
|
9991 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:899
|
9992 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:891
|
9993 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:893
|
9994 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:910
|
9995 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:909
|
9996 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:909
|
9997 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:909
|
9998 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:937
|
9999 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:941
|
10000 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:941
|
10001 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:945
|
10002 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:945
|
10003 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:945
|
10004 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:964
|
10005 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:967
|
10006 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1013
|
10007 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1013
|
10008 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1023
|
10009 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1028
|
10010 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1028
|
10011 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1056
|
10012 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1097
|
10013 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1097
|
10014 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1096
|
10015 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1100
|
10016 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1100
|
10017 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1237
|
10018 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1237
|
10019 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1237
|
10020 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1240
|
10021 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1241
|
10022 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1241
|
10023 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1242
|
10024 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1260
|
10025 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1100
|
10026 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1108
|
10027 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1108
|
10028 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1130
|
10029 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1128
|
10030 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1128
|
10031 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1129
|
10032 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1236
|
10033 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1235
|
10034 |
Â
msgid "Testimonial Data"
|
10035 |
Â
msgstr ""
|
10036 |
Â
|
10037 |
Â
#: includes/class-testimonials-widget.php:1504
|
10038 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:637
|
10039 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:764
|
10040 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1285
|
10041 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:637
|
10042 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:641
|
10043 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:643
|
10044 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:643
|
10045 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:643
|
10046 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:655
|
10047 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:655
|
10048 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:766
|
10049 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:766
|
10050 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:869
|
10051 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:784
|
10052 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:784
|
10053 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:784
|
10054 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:785
|
10055 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:800
|
10056 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:804
|
10057 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:801
|
10058 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:803
|
10059 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1317
|
10060 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1317
|
10061 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1317
|
10062 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1361
|
10063 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1404
|
10064 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1404
|
10065 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1414
|
10066 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1429
|
10067 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1503
|
10068 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1503
|
10069 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1584
|
10070 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1588
|
10071 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1591
|
10072 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1572
|
10073 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1566
|
10074 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1567
|
10075 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1590
|
10076 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1580
|
10077 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1580
|
10078 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1581
|
10079 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1604
|
10080 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1604
|
10081 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1622
|
10082 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1724
|
10083 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1802
|
10084 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1802
|
10085 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1725
|
10086 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1725
|
10087 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1725
|
10088 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1708
|
10089 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1708
|
10090 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1708
|
10091 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1708
|
10092 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1707
|
10093 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1715
|
10094 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1715
|
10095 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1697
|
10096 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1707
|
10097 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1706
|
10098 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1719
|
10099 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1720
|
10100 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1770
|
10101 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1770
|
10102 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1770
|
10103 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1770
|
10104 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1779
|
10105 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1793
|
10106 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1790
|
10107 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1790
|
10108 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1801
|
10109 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1800
|
10110 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1853
|
10111 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1856
|
10112 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:869
|
10113 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:869
|
10114 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:869
|
10115 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:877
|
10116 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:896
|
10117 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:896
|
10118 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:896
|
10119 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:892
|
10120 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:903
|
10121 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:905
|
10122 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:908
|
10123 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:909
|
10124 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:929
|
10125 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:954
|
10126 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:974
|
10127 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:966
|
10128 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:968
|
10129 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:985
|
10130 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:984
|
10131 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:984
|
10132 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:984
|
10133 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1012
|
10134 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1016
|
10135 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1016
|
10136 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1020
|
10137 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1020
|
10138 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1020
|
10139 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1039
|
10140 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1042
|
10141 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1088
|
10142 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1088
|
10143 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1098
|
10144 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1103
|
10145 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1103
|
10146 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1131
|
10147 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1147
|
10148 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1147
|
10149 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1146
|
10150 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1150
|
10151 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1150
|
10152 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1287
|
10153 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1287
|
10154 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1287
|
10155 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1290
|
10156 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1291
|
10157 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1291
|
10158 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1292
|
10159 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1310
|
10160 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1150
|
10161 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1158
|
10162 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1158
|
10163 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1180
|
10164 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1178
|
10165 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1178
|
10166 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1179
|
10167 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1286
|
10168 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1285
|
10169 |
Â
msgid "Testimonial updated. <a href=\"%s\">View testimonial</a>"
|
10170 |
Â
msgstr ""
|
10171 |
Â
|
10172 |
Â
#: includes/class-testimonials-widget.php:1505
|
10173 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:638
|
10174 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:765
|
10175 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1286
|
10176 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:638
|
10177 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:642
|
10178 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:644
|
10179 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:644
|
10180 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:644
|
10181 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:656
|
10182 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:656
|
10183 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:767
|
10184 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:767
|
10185 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:870
|
10186 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:785
|
10187 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:785
|
10188 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:785
|
10189 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:786
|
10190 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:801
|
10191 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:805
|
10192 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:802
|
10193 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:804
|
10194 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1318
|
10195 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1318
|
10196 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1318
|
10197 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1362
|
10198 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1405
|
10199 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1405
|
10200 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1415
|
10201 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1430
|
10202 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1504
|
10203 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1504
|
10204 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1585
|
10205 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1589
|
10206 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1592
|
10207 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1573
|
10208 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1567
|
10209 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1568
|
10210 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1591
|
10211 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1581
|
10212 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1581
|
10213 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1582
|
10214 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1605
|
10215 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1605
|
10216 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1623
|
10217 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1725
|
10218 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1803
|
10219 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1803
|
10220 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1726
|
10221 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1726
|
10222 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1726
|
10223 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1709
|
10224 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1709
|
10225 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1709
|
10226 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1709
|
10227 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1708
|
10228 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1716
|
10229 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1716
|
10230 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1698
|
10231 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1708
|
10232 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1707
|
10233 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1720
|
10234 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1721
|
10235 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1771
|
10236 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1771
|
10237 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1771
|
10238 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1771
|
10239 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1780
|
10240 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1794
|
10241 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1791
|
10242 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1791
|
10243 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1802
|
10244 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1801
|
10245 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1854
|
10246 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1857
|
10247 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:870
|
10248 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:870
|
10249 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:870
|
10250 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:878
|
10251 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:897
|
10252 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:897
|
10253 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:897
|
10254 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:893
|
10255 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:904
|
10256 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:906
|
10257 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:909
|
10258 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:910
|
10259 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:930
|
10260 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:955
|
10261 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:975
|
10262 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:967
|
10263 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:969
|
10264 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:986
|
10265 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:985
|
10266 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:985
|
10267 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:985
|
10268 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1013
|
10269 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1017
|
10270 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1017
|
10271 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1021
|
10272 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1021
|
10273 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1021
|
10274 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1040
|
10275 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1043
|
10276 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1089
|
10277 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1089
|
10278 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1099
|
10279 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1104
|
10280 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1104
|
10281 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1132
|
10282 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1148
|
10283 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1148
|
10284 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1147
|
10285 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1151
|
10286 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1151
|
10287 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1288
|
10288 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1288
|
10289 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1288
|
10290 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1291
|
10291 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1292
|
10292 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1292
|
10293 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1293
|
10294 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1311
|
10295 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1151
|
10296 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1159
|
10297 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1159
|
10298 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1181
|
10299 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1179
|
10300 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1179
|
10301 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1180
|
10302 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1287
|
10303 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1286
|
10304 |
Â
msgid "Custom field updated."
|
10305 |
Â
msgstr ""
|
10306 |
Â
|
10307 |
Â
#: includes/class-testimonials-widget.php:1506
|
10308 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:639
|
10309 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:766
|
10310 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1287
|
10311 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:639
|
10312 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:643
|
10313 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:645
|
10314 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:645
|
10315 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:645
|
10316 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:657
|
10317 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:657
|
10318 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:768
|
10319 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:768
|
10320 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:871
|
10321 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:786
|
10322 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:786
|
10323 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:786
|
10324 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:787
|
10325 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:802
|
10326 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:806
|
10327 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:803
|
10328 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:805
|
10329 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1319
|
10330 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1319
|
10331 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1319
|
10332 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1363
|
10333 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1406
|
10334 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1406
|
10335 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1416
|
10336 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1431
|
10337 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1505
|
10338 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1505
|
10339 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1586
|
10340 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1590
|
10341 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1593
|
10342 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1574
|
10343 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1568
|
10344 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1569
|
10345 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1592
|
10346 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1582
|
10347 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1582
|
10348 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1583
|
10349 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1606
|
10350 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1606
|
10351 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1624
|
10352 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1726
|
10353 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1804
|
10354 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1804
|
10355 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1727
|
10356 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1727
|
10357 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1727
|
10358 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1710
|
10359 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1710
|
10360 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1710
|
10361 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1710
|
10362 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1709
|
10363 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1717
|
10364 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1717
|
10365 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1699
|
10366 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1709
|
10367 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1708
|
10368 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1721
|
10369 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1722
|
10370 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1772
|
10371 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1772
|
10372 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1772
|
10373 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1772
|
10374 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1781
|
10375 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1795
|
10376 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1792
|
10377 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1792
|
10378 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1803
|
10379 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1802
|
10380 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1855
|
10381 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1858
|
10382 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:871
|
10383 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:871
|
10384 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:871
|
10385 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:879
|
10386 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:898
|
10387 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:898
|
10388 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:898
|
10389 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:894
|
10390 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:905
|
10391 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:907
|
10392 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:910
|
10393 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:911
|
10394 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:931
|
10395 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:956
|
10396 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:976
|
10397 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:968
|
10398 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:970
|
10399 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:987
|
10400 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:986
|
10401 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:986
|
10402 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:986
|
10403 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1014
|
10404 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1018
|
10405 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1018
|
10406 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1022
|
10407 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1022
|
10408 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1022
|
10409 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1041
|
10410 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1044
|
10411 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1090
|
10412 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1090
|
10413 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1100
|
10414 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1105
|
10415 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1105
|
10416 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1133
|
10417 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1149
|
10418 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1149
|
10419 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1148
|
10420 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1152
|
10421 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1152
|
10422 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1289
|
10423 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1289
|
10424 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1289
|
10425 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1292
|
10426 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1293
|
10427 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1293
|
10428 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1294
|
10429 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1312
|
10430 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1152
|
10431 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1160
|
10432 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1160
|
10433 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1182
|
10434 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1180
|
10435 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1180
|
10436 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1181
|
10437 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1288
|
10438 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1287
|
10439 |
Â
msgid "Custom field deleted."
|
10440 |
Â
msgstr ""
|
10441 |
Â
|
10442 |
Â
#: includes/class-testimonials-widget.php:1507
|
10443 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:640
|
10444 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:767
|
10445 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1288
|
10446 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:640
|
10447 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:644
|
10448 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:646
|
10449 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:646
|
10450 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:646
|
10451 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:658
|
10452 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:658
|
10453 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:769
|
10454 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:769
|
10455 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:872
|
10456 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:787
|
10457 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:787
|
10458 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:787
|
10459 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:788
|
10460 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:803
|
10461 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:807
|
10462 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:804
|
10463 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:806
|
10464 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1320
|
10465 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1320
|
10466 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1320
|
10467 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1364
|
10468 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1407
|
10469 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1407
|
10470 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1417
|
10471 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1432
|
10472 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1506
|
10473 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1506
|
10474 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1587
|
10475 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1591
|
10476 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1594
|
10477 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1575
|
10478 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1569
|
10479 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1570
|
10480 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1593
|
10481 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1583
|
10482 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1583
|
10483 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1584
|
10484 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1607
|
10485 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1607
|
10486 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1625
|
10487 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1727
|
10488 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1805
|
10489 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1805
|
10490 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1728
|
10491 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1728
|
10492 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1728
|
10493 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1711
|
10494 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1711
|
10495 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1711
|
10496 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1711
|
10497 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1710
|
10498 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1718
|
10499 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1718
|
10500 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1700
|
10501 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1710
|
10502 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1709
|
10503 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1722
|
10504 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1723
|
10505 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1773
|
10506 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1773
|
10507 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1773
|
10508 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1773
|
10509 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1782
|
10510 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1796
|
10511 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1793
|
10512 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1793
|
10513 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1804
|
10514 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1803
|
10515 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1856
|
10516 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1859
|
10517 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:872
|
10518 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:872
|
10519 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:872
|
10520 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:880
|
10521 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:899
|
10522 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:899
|
10523 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:899
|
10524 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:895
|
10525 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:906
|
10526 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:908
|
10527 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:911
|
10528 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:912
|
10529 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:932
|
10530 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:957
|
10531 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:977
|
10532 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:969
|
10533 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:971
|
10534 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:988
|
10535 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:987
|
10536 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:987
|
10537 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:987
|
10538 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1015
|
10539 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1019
|
10540 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1019
|
10541 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1023
|
10542 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1023
|
10543 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1023
|
10544 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1042
|
10545 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1045
|
10546 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1091
|
10547 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1091
|
10548 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1101
|
10549 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1106
|
10550 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1106
|
10551 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1134
|
10552 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1150
|
10553 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1150
|
10554 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1149
|
10555 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1153
|
10556 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1153
|
10557 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1290
|
10558 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1290
|
10559 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1290
|
10560 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1293
|
10561 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1294
|
10562 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1294
|
10563 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1295
|
10564 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1313
|
10565 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1153
|
10566 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1161
|
10567 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1161
|
10568 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1183
|
10569 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1181
|
10570 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1181
|
10571 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1182
|
10572 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1289
|
10573 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1288
|
10574 |
Â
msgid "Testimonial updated."
|
10575 |
Â
msgstr ""
|
10576 |
Â
|
10577 |
Â
#. translators: %s: date and time of the revision
|
10578 |
+
|
10579 |
Â
#: includes/class-testimonials-widget.php:1509
|
10580 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:642
|
10581 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:769
|
10582 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1290
|
10583 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:642
|
10584 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:646
|
10585 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:648
|
10586 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:648
|
10587 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:648
|
10588 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:660
|
10589 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:660
|
10590 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:771
|
10591 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:771
|
10592 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:874
|
10593 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:789
|
10594 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:789
|
10595 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:789
|
10596 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:790
|
10597 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:805
|
10598 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:809
|
10599 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:806
|
10600 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:808
|
10601 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1322
|
10602 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1322
|
10603 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1322
|
10604 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1366
|
10605 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1409
|
10606 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1409
|
10607 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1419
|
10608 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1434
|
10609 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1508
|
10610 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1508
|
10611 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1589
|
10612 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1593
|
10613 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1596
|
10614 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1577
|
10615 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1571
|
10616 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1572
|
10617 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1595
|
10618 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1585
|
10619 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1585
|
10620 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1586
|
10621 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1609
|
10622 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1609
|
10623 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1627
|
10624 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1729
|
10625 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1807
|
10626 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1807
|
10627 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1730
|
10628 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1730
|
10629 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1730
|
10630 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1713
|
10631 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1713
|
10632 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1713
|
10633 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1713
|
10634 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1712
|
10635 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1720
|
10636 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1720
|
10637 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1702
|
10638 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1712
|
10639 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1711
|
10640 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1724
|
10641 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1725
|
10642 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1775
|
10643 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1775
|
10644 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1775
|
10645 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1775
|
10646 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1784
|
10647 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1798
|
10648 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1795
|
10649 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1795
|
10650 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1806
|
10651 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1805
|
10652 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1858
|
10653 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1861
|
10654 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:874
|
10655 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:874
|
10656 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:874
|
10657 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:882
|
10658 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:901
|
10659 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:901
|
10660 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:901
|
10661 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:897
|
10662 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:908
|
10663 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:910
|
10664 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:913
|
10665 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:914
|
10666 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:934
|
10667 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:959
|
10668 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:979
|
10669 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:971
|
10670 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:973
|
10671 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:990
|
10672 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:989
|
10673 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:989
|
10674 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:989
|
10675 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1017
|
10676 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1021
|
10677 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1021
|
10678 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1025
|
10679 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1025
|
10680 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1025
|
10681 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1044
|
10682 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1047
|
10683 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1093
|
10684 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1093
|
10685 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1103
|
10686 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1108
|
10687 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1108
|
10688 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1136
|
10689 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1152
|
10690 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1152
|
10691 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1151
|
10692 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1155
|
10693 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1155
|
10694 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1292
|
10695 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1292
|
10696 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1292
|
10697 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1295
|
10698 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1296
|
10699 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1296
|
10700 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1297
|
10701 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1315
|
10702 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1155
|
10703 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1163
|
10704 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1163
|
10705 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1185
|
10706 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1183
|
10707 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1183
|
10708 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1184
|
10709 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1291
|
10710 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1290
|
10711 |
Â
msgid "Testimonial restored to revision from %s"
|
10712 |
Â
msgstr ""
|
10713 |
Â
|
10714 |
Â
#: includes/class-testimonials-widget.php:1510
|
10715 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:643
|
10716 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:770
|
10717 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1291
|
10718 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:643
|
10719 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:647
|
10720 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:649
|
10721 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:649
|
10722 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:649
|
10723 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:661
|
10724 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:661
|
10725 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:772
|
10726 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:772
|
10727 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:875
|
10728 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:790
|
10729 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:790
|
10730 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:790
|
10731 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:791
|
10732 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:806
|
10733 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:810
|
10734 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:807
|
10735 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:809
|
10736 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1323
|
10737 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1323
|
10738 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1323
|
10739 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1367
|
10740 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1410
|
10741 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1410
|
10742 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1420
|
10743 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1435
|
10744 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1509
|
10745 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1509
|
10746 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1590
|
10747 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1594
|
10748 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1597
|
10749 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1578
|
10750 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1572
|
10751 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1573
|
10752 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1596
|
10753 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1586
|
10754 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1586
|
10755 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1587
|
10756 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1610
|
10757 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1610
|
10758 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1628
|
10759 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1730
|
10760 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1808
|
10761 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1808
|
10762 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1731
|
10763 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1731
|
10764 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1731
|
10765 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1714
|
10766 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1714
|
10767 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1714
|
10768 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1714
|
10769 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1713
|
10770 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1721
|
10771 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1721
|
10772 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1703
|
10773 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1713
|
10774 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1712
|
10775 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1725
|
10776 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1726
|
10777 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1776
|
10778 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1776
|
10779 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1776
|
10780 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1776
|
10781 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1785
|
10782 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1799
|
10783 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1796
|
10784 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1796
|
10785 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1807
|
10786 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1806
|
10787 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1859
|
10788 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1862
|
10789 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:875
|
10790 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:875
|
10791 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:875
|
10792 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:883
|
10793 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:902
|
10794 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:902
|
10795 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:902
|
10796 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:898
|
10797 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:909
|
10798 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:911
|
10799 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:914
|
10800 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:915
|
10801 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:935
|
10802 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:960
|
10803 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:980
|
10804 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:972
|
10805 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:974
|
10806 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:991
|
10807 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:990
|
10808 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:990
|
10809 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:990
|
10810 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1018
|
10811 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1022
|
10812 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1022
|
10813 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1026
|
10814 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1026
|
10815 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1026
|
10816 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1045
|
10817 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1048
|
10818 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1094
|
10819 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1094
|
10820 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1104
|
10821 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1109
|
10822 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1109
|
10823 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1137
|
10824 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1153
|
10825 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1153
|
10826 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1152
|
10827 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1156
|
10828 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1156
|
10829 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1293
|
10830 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1293
|
10831 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1293
|
10832 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1296
|
10833 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1297
|
10834 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1297
|
10835 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1298
|
10836 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1316
|
10837 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1156
|
10838 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1164
|
10839 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1164
|
10840 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1186
|
10841 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1184
|
10842 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1184
|
10843 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1185
|
10844 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1292
|
10845 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1291
|
10846 |
Â
msgid "Testimonial published. <a href=\"%s\">View testimonial</a>"
|
10847 |
Â
msgstr ""
|
10848 |
Â
|
10849 |
Â
#: includes/class-testimonials-widget.php:1511
|
10850 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:644
|
10851 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:771
|
10852 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1292
|
10853 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:644
|
10854 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:648
|
10855 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:650
|
10856 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:650
|
10857 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:650
|
10858 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:662
|
10859 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:662
|
10860 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:773
|
10861 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:773
|
10862 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:876
|
10863 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:791
|
10864 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:791
|
10865 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:791
|
10866 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:792
|
10867 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:807
|
10868 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:811
|
10869 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:808
|
10870 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:810
|
10871 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1324
|
10872 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1324
|
10873 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1324
|
10874 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1368
|
10875 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1411
|
10876 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1411
|
10877 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1421
|
10878 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1436
|
10879 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1510
|
10880 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1510
|
10881 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1591
|
10882 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1595
|
10883 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1598
|
10884 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1579
|
10885 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1573
|
10886 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1574
|
10887 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1597
|
10888 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1587
|
10889 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1587
|
10890 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1588
|
10891 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1611
|
10892 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1611
|
10893 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1629
|
10894 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1731
|
10895 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1809
|
10896 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1809
|
10897 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1732
|
10898 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1732
|
10899 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1732
|
10900 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1715
|
10901 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1715
|
10902 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1715
|
10903 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1715
|
10904 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1714
|
10905 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1722
|
10906 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1722
|
10907 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1704
|
10908 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1714
|
10909 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1713
|
10910 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1726
|
10911 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1727
|
10912 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1777
|
10913 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1777
|
10914 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1777
|
10915 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1777
|
10916 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1786
|
10917 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1800
|
10918 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1797
|
10919 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1797
|
10920 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1808
|
10921 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1807
|
10922 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1860
|
10923 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1863
|
10924 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:876
|
10925 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:876
|
10926 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:876
|
10927 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:884
|
10928 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:903
|
10929 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:903
|
10930 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:903
|
10931 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:899
|
10932 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:910
|
10933 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:912
|
10934 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:915
|
10935 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:916
|
10936 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:936
|
10937 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:961
|
10938 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:981
|
10939 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:973
|
10940 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:975
|
10941 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:992
|
10942 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:991
|
10943 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:991
|
10944 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:991
|
10945 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1019
|
10946 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1023
|
10947 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1023
|
10948 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1027
|
10949 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1027
|
10950 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1027
|
10951 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1046
|
10952 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1049
|
10953 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1095
|
10954 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1095
|
10955 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1105
|
10956 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1110
|
10957 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1110
|
10958 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1138
|
10959 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1154
|
10960 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1154
|
10961 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1153
|
10962 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1157
|
10963 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1157
|
10964 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1294
|
10965 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1294
|
10966 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1294
|
10967 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1297
|
10968 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1298
|
10969 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1298
|
10970 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1299
|
10971 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1317
|
10972 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1157
|
10973 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1165
|
10974 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1165
|
10975 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1187
|
10976 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1185
|
10977 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1185
|
10978 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1186
|
10979 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1293
|
10980 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1292
|
10981 |
Â
msgid "Testimonial saved."
|
10982 |
Â
msgstr ""
|
10983 |
Â
|
10984 |
Â
#: includes/class-testimonials-widget.php:1512
|
10985 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:645
|
10986 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:772
|
10987 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1293
|
10988 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:645
|
10989 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:649
|
10990 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:651
|
10991 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:651
|
10992 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:651
|
10993 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:663
|
10994 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:663
|
10995 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:774
|
10996 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:774
|
10997 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:877
|
10998 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:792
|
10999 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:792
|
11000 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:792
|
11001 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:793
|
11002 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:808
|
11003 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:812
|
11004 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:809
|
11005 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:811
|
11006 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1325
|
11007 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1325
|
11008 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1325
|
11009 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1369
|
11010 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1412
|
11011 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1412
|
11012 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1422
|
11013 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1437
|
11014 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1511
|
11015 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1511
|
11016 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1592
|
11017 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1596
|
11018 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1599
|
11019 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1580
|
11020 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1574
|
11021 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1575
|
11022 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1598
|
11023 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1588
|
11024 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1588
|
11025 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1589
|
11026 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1612
|
11027 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1612
|
11028 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1630
|
11029 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1732
|
11030 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1810
|
11031 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1810
|
11032 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1733
|
11033 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1733
|
11034 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1733
|
11035 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1716
|
11036 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1716
|
11037 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1716
|
11038 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1716
|
11039 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1715
|
11040 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1723
|
11041 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1723
|
11042 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1705
|
11043 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1715
|
11044 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1714
|
11045 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1727
|
11046 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1728
|
11047 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1778
|
11048 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1778
|
11049 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1778
|
11050 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1778
|
11051 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1787
|
11052 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1801
|
11053 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1798
|
11054 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1798
|
11055 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1809
|
11056 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1808
|
11057 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1861
|
11058 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1864
|
11059 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:877
|
11060 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:877
|
11061 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:877
|
11062 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:885
|
11063 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:904
|
11064 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:904
|
11065 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:904
|
11066 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:900
|
11067 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:911
|
11068 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:913
|
11069 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:916
|
11070 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:917
|
11071 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:937
|
11072 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:962
|
11073 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:982
|
11074 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:974
|
11075 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:976
|
11076 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:993
|
11077 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:992
|
11078 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:992
|
11079 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:992
|
11080 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1020
|
11081 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1024
|
11082 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1024
|
11083 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1028
|
11084 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1028
|
11085 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1028
|
11086 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1047
|
11087 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1050
|
11088 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1096
|
11089 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1096
|
11090 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1106
|
11091 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1111
|
11092 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1111
|
11093 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1139
|
11094 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1155
|
11095 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1155
|
11096 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1154
|
11097 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1158
|
11098 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1158
|
11099 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1295
|
11100 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1295
|
11101 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1295
|
11102 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1298
|
11103 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1299
|
11104 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1299
|
11105 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1300
|
11106 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1318
|
11107 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1158
|
11108 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1166
|
11109 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1166
|
11110 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1188
|
11111 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1186
|
11112 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1186
|
11113 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1187
|
11114 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1294
|
11115 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1293
|
11116 |
+
msgid "Testimonial submitted. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
|
11117 |
Â
msgstr ""
|
11118 |
Â
|
11119 |
Â
#: includes/class-testimonials-widget.php:1513
|
11120 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:646
|
11121 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:773
|
11122 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1294
|
11123 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:646
|
11124 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:650
|
11125 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:652
|
11126 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:652
|
11127 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:652
|
11128 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:664
|
11129 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:664
|
11130 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:775
|
11131 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:775
|
11132 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:878
|
11133 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:793
|
11134 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:793
|
11135 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:793
|
11136 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:794
|
11137 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:809
|
11138 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:813
|
11139 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:810
|
11140 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:812
|
11141 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1326
|
11142 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1326
|
11143 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1326
|
11144 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1370
|
11145 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1413
|
11146 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1413
|
11147 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1423
|
11148 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1438
|
11149 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1512
|
11150 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1512
|
11151 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1593
|
11152 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1597
|
11153 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1600
|
11154 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1581
|
11155 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1575
|
11156 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1576
|
11157 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1599
|
11158 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1589
|
11159 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1589
|
11160 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1590
|
11161 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1613
|
11162 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1613
|
11163 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1631
|
11164 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1733
|
11165 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1811
|
11166 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1811
|
11167 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1734
|
11168 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1734
|
11169 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1734
|
11170 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1717
|
11171 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1717
|
11172 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1717
|
11173 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1717
|
11174 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1716
|
11175 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1724
|
11176 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1724
|
11177 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1706
|
11178 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1716
|
11179 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1715
|
11180 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1728
|
11181 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1729
|
11182 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1779
|
11183 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1779
|
11184 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1779
|
11185 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1779
|
11186 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1788
|
11187 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1802
|
11188 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1799
|
11189 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1799
|
11190 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1810
|
11191 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1809
|
11192 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1862
|
11193 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1865
|
11194 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:878
|
11195 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:878
|
11196 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:878
|
11197 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:886
|
11198 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:905
|
11199 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:905
|
11200 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:905
|
11201 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:901
|
11202 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:912
|
11203 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:914
|
11204 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:917
|
11205 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:918
|
11206 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:938
|
11207 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:963
|
11208 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:983
|
11209 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:975
|
11210 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:977
|
11211 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:994
|
11212 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:993
|
11213 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:993
|
11214 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:993
|
11215 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1021
|
11216 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1025
|
11217 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1025
|
11218 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1029
|
11219 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1029
|
11220 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1029
|
11221 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1048
|
11222 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1051
|
11223 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1097
|
11224 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1097
|
11225 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1107
|
11226 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1112
|
11227 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1112
|
11228 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1140
|
11229 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1156
|
11230 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1156
|
11231 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1155
|
11232 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1159
|
11233 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1159
|
11234 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1296
|
11235 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1296
|
11236 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1296
|
11237 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1299
|
11238 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1300
|
11239 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1300
|
11240 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1301
|
11241 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1319
|
11242 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1159
|
11243 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1167
|
11244 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1167
|
11245 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1189
|
11246 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1187
|
11247 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1187
|
11248 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1188
|
11249 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1295
|
11250 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1294
|
11251 |
+
msgid "Testimonial scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview testimonial</a>"
|
11252 |
Â
msgstr ""
|
11253 |
Â
|
11254 |
Â
#: includes/class-testimonials-widget.php:1514
|
11255 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:647
|
11256 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:774
|
11257 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:1295
|
11258 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:647
|
11259 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:651
|
11260 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:653
|
11261 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:653
|
11262 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:653
|
11263 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:665
|
11264 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:665
|
11265 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:776
|
11266 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:776
|
11267 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:879
|
11268 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:794
|
11269 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:794
|
11270 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:794
|
11271 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:795
|
11272 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:810
|
11273 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:814
|
11274 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:811
|
11275 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:813
|
11276 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1327
|
11277 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1327
|
11278 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1327
|
11279 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1371
|
11280 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1414
|
11281 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1414
|
11282 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1424
|
11283 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1439
|
11284 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1513
|
11285 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1513
|
11286 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1594
|
11287 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1598
|
11288 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1601
|
11289 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1582
|
11290 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1576
|
11291 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1577
|
11292 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1600
|
11293 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1590
|
11294 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1590
|
11295 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1591
|
11296 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1614
|
11297 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1614
|
11298 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1632
|
11299 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1734
|
11300 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1812
|
11301 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1812
|
11302 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1735
|
11303 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1735
|
11304 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1735
|
11305 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1718
|
11306 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1718
|
11307 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1718
|
11308 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1718
|
11309 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1717
|
11310 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1725
|
11311 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1725
|
11312 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1707
|
11313 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1717
|
11314 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1716
|
11315 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1729
|
11316 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1730
|
11317 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1780
|
11318 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1780
|
11319 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1780
|
11320 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1780
|
11321 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1789
|
11322 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1803
|
11323 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1800
|
11324 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1800
|
11325 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1811
|
11326 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1810
|
11327 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1863
|
11328 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1866
|
11329 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:879
|
11330 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:879
|
11331 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:879
|
11332 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:887
|
11333 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:906
|
11334 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:906
|
11335 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:906
|
11336 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:902
|
11337 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:913
|
11338 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:915
|
11339 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:918
|
11340 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:919
|
11341 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:939
|
11342 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:964
|
11343 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:984
|
11344 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:976
|
11345 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:978
|
11346 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:995
|
11347 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:994
|
11348 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:994
|
11349 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:994
|
11350 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:1022
|
11351 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:1026
|
11352 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:1026
|
11353 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:1030
|
11354 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:1030
|
11355 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:1030
|
11356 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:1049
|
11357 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:1052
|
11358 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:1098
|
11359 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:1098
|
11360 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:1108
|
11361 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:1113
|
11362 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:1113
|
11363 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:1141
|
11364 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:1157
|
11365 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:1157
|
11366 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:1156
|
11367 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:1160
|
11368 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:1160
|
11369 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:1297
|
11370 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:1297
|
11371 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:1297
|
11372 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:1300
|
11373 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:1301
|
11374 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:1301
|
11375 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:1302
|
11376 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1320
|
11377 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:1160
|
11378 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:1168
|
11379 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:1168
|
11380 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:1190
|
11381 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:1188
|
11382 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:1188
|
11383 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:1189
|
11384 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:1296
|
11385 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:1295
|
11386 |
+
msgid "Testimonial draft updated. <a target=\"_blank\" href=\"%s\">Preview testimonial</a>"
|
11387 |
Â
msgstr ""
|
11388 |
Â
|
11389 |
Â
#: includes/class-testimonials-widget.php:1785
|
11390 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:2038
|
11391 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:2038
|
11392 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:2038
|
11393 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1964
|
11394 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1964
|
11395 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1964
|
11396 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1964
|
11397 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1963
|
11398 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1971
|
11399 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1971
|
11400 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1953
|
11401 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1978
|
11402 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1977
|
11403 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1990
|
11404 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1991
|
11405 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:2041
|
11406 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:2041
|
11407 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:2041
|
11408 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:2041
|
11409 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:2050
|
11410 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:2064
|
11411 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:2061
|
11412 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:2061
|
11413 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:2072
|
11414 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:2071
|
11415 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:2141
|
11416 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:2144
|
11417 |
+
msgid "If your Testimonials display has gone to funky town, please <a href=\"%s\">read the FAQ</a> about possible fixes."
|
11418 |
Â
msgstr ""
|
11419 |
Â
|
11420 |
Â
#: includes/class-testimonials-widget.php:1804
|
11421 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:2096
|
11422 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:2096
|
11423 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:2096
|
11424 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:2096
|
11425 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:2105
|
11426 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:2119
|
11427 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:2116
|
11428 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:2116
|
11429 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:2127
|
11430 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:2126
|
11431 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:2196
|
11432 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:2199
|
11433 |
Â
msgid "Failed version check"
|
11434 |
Â
msgstr ""
|
11435 |
Â
|
11436 |
Â
#: includes/class-testimonials-widget.php:1835
|
11437 |
+
#: testimonials-widget/branches/2.0/testimonials-widget.php:193
|
11438 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:215
|
11439 |
+
#: testimonials-widget/tags/2.0.0/testimonials-widget.php:193
|
11440 |
+
#: testimonials-widget/tags/2.0.1/testimonials-widget.php:193
|
11441 |
+
#: testimonials-widget/tags/2.0.2/testimonials-widget.php:193
|
11442 |
+
#: testimonials-widget/tags/2.0.3/testimonials-widget.php:193
|
11443 |
+
#: testimonials-widget/tags/2.0.4/testimonials-widget.php:193
|
11444 |
+
#: testimonials-widget/tags/2.0.5/testimonials-widget.php:205
|
11445 |
+
#: testimonials-widget/tags/2.0.6/testimonials-widget.php:205
|
11446 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:215
|
11447 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:215
|
11448 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:247
|
11449 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:215
|
11450 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:215
|
11451 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:215
|
11452 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:215
|
11453 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:216
|
11454 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:216
|
11455 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:216
|
11456 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:217
|
11457 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:2059
|
11458 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:2058
|
11459 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:2071
|
11460 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:2072
|
11461 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:2127
|
11462 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:2127
|
11463 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:2127
|
11464 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:2127
|
11465 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:2136
|
11466 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:2150
|
11467 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:2147
|
11468 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:2147
|
11469 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:2158
|
11470 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:2157
|
11471 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:2227
|
11472 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:2230
|
11473 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:247
|
11474 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:247
|
11475 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:247
|
11476 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:252
|
11477 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:252
|
11478 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:252
|
11479 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:252
|
11480 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:247
|
11481 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:247
|
11482 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:247
|
11483 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:247
|
11484 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:248
|
11485 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:248
|
11486 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:268
|
11487 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:288
|
11488 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:289
|
11489 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:290
|
11490 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:290
|
11491 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:290
|
11492 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:290
|
11493 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:290
|
11494 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:290
|
11495 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:290
|
11496 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:290
|
11497 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:291
|
11498 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:291
|
11499 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:291
|
11500 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:310
|
11501 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:311
|
11502 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:311
|
11503 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:311
|
11504 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:311
|
11505 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:312
|
11506 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:312
|
11507 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:315
|
11508 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:322
|
11509 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:322
|
11510 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:322
|
11511 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:322
|
11512 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:322
|
11513 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:322
|
11514 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:322
|
11515 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:322
|
11516 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:334
|
11517 |
Â
msgid "Shortcode"
|
11518 |
Â
msgstr ""
|
11519 |
Â
|
11533 |
Â
msgstr ""
|
11534 |
Â
|
11535 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:47
|
11536 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/requirements.php:30
|
11537 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/requirements.php:30
|
11538 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/requirements.php:30
|
11539 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/requirements.php:30
|
11540 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/requirements.php:30
|
11541 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/requirements.php:30
|
11542 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/requirements.php:30
|
11543 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11544 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/requirements.php:30
|
11545 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11546 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/requirements.php:30
|
11547 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11548 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/requirements.php:30
|
11549 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11550 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/requirements.php:30
|
11551 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11552 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/requirements.php:30
|
11553 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11554 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/requirements.php:30
|
11555 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11556 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/requirements.php:30
|
11557 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11558 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/requirements.php:30
|
11559 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11560 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/requirements.php:30
|
11561 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11562 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/requirements.php:30
|
11563 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11564 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/requirements.php:30
|
11565 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:40
|
11566 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/requirements.php:30
|
11567 |
Â
msgid "`aihr_check_aihrus_framework` requires $file argument"
|
11568 |
Â
msgstr ""
|
11569 |
Â
|
11570 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:90
|
11571 |
Â
#: includes/requirements.php:62
|
11572 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/requirements.php:75
|
11573 |
+
#: testimonials-widget/tags/2.17.1/lib/requirements.php:49
|
11574 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/requirements.php:75
|
11575 |
+
#: testimonials-widget/tags/2.17.2/lib/requirements.php:49
|
11576 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/requirements.php:75
|
11577 |
+
#: testimonials-widget/tags/2.18.0/includes/requirements.php:49
|
11578 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/requirements.php:75
|
11579 |
+
#: testimonials-widget/tags/2.18.1/includes/requirements.php:49
|
11580 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/requirements.php:75
|
11581 |
+
#: testimonials-widget/tags/2.18.2/includes/requirements.php:49
|
11582 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/requirements.php:75
|
11583 |
+
#: testimonials-widget/tags/2.18.3/includes/requirements.php:49
|
11584 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/requirements.php:75
|
11585 |
+
#: testimonials-widget/tags/2.18.4/includes/requirements.php:49
|
11586 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11587 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/requirements.php:75
|
11588 |
+
#: testimonials-widget/tags/2.19.0/includes/requirements.php:60
|
11589 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11590 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/requirements.php:75
|
11591 |
+
#: testimonials-widget/tags/2.19.1/includes/requirements.php:60
|
11592 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11593 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/requirements.php:75
|
11594 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/requirements.php:60
|
11595 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11596 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/requirements.php:75
|
11597 |
+
#: testimonials-widget/tags/2.19.2/includes/requirements.php:60
|
11598 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11599 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/requirements.php:75
|
11600 |
+
#: testimonials-widget/tags/2.19.3/includes/requirements.php:60
|
11601 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11602 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/requirements.php:75
|
11603 |
+
#: testimonials-widget/tags/2.19.4/includes/requirements.php:60
|
11604 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11605 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/requirements.php:75
|
11606 |
+
#: testimonials-widget/tags/2.19.5/includes/requirements.php:60
|
11607 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11608 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/requirements.php:75
|
11609 |
+
#: testimonials-widget/tags/2.19.5.1/includes/requirements.php:60
|
11610 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11611 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/requirements.php:75
|
11612 |
+
#: testimonials-widget/tags/2.19.6/includes/requirements.php:60
|
11613 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11614 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/requirements.php:75
|
11615 |
+
#: testimonials-widget/tags/2.19.7/includes/requirements.php:60
|
11616 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11617 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/requirements.php:75
|
11618 |
+
#: testimonials-widget/tags/2.19.8/includes/requirements.php:60
|
11619 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:83
|
11620 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/requirements.php:75
|
11621 |
+
#: testimonials-widget/tags/2.19.9/includes/requirements.php:60
|
11622 |
+
msgid "<a href=\"%1$s\">Update plugins</a>. <a href=\"%2$s\">More information</a>."
|
11623 |
Â
msgstr ""
|
11624 |
Â
|
11625 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:101
|
11626 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/requirements.php:86
|
11627 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/requirements.php:86
|
11628 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/requirements.php:86
|
11629 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/requirements.php:86
|
11630 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/requirements.php:86
|
11631 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/requirements.php:86
|
11632 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/requirements.php:86
|
11633 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11634 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/requirements.php:86
|
11635 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11636 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/requirements.php:86
|
11637 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11638 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/requirements.php:86
|
11639 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11640 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/requirements.php:86
|
11641 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11642 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/requirements.php:86
|
11643 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11644 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/requirements.php:86
|
11645 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11646 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/requirements.php:86
|
11647 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11648 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/requirements.php:86
|
11649 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11650 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/requirements.php:86
|
11651 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11652 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/requirements.php:86
|
11653 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11654 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/requirements.php:86
|
11655 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:94
|
11656 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/requirements.php:86
|
11657 |
Â
msgid "Plugin \"%1$s\" is causing the out of date issue."
|
11658 |
Â
msgstr ""
|
11659 |
Â
|
11660 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:106
|
11661 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/requirements.php:91
|
11662 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/requirements.php:91
|
11663 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/requirements.php:91
|
11664 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/requirements.php:91
|
11665 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/requirements.php:91
|
11666 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/requirements.php:91
|
11667 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/requirements.php:91
|
11668 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11669 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/requirements.php:91
|
11670 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11671 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/requirements.php:91
|
11672 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11673 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/requirements.php:91
|
11674 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11675 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/requirements.php:91
|
11676 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11677 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/requirements.php:91
|
11678 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11679 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/requirements.php:91
|
11680 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11681 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/requirements.php:91
|
11682 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11683 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/requirements.php:91
|
11684 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11685 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/requirements.php:91
|
11686 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11687 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/requirements.php:91
|
11688 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11689 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/requirements.php:91
|
11690 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:99
|
11691 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/requirements.php:91
|
11692 |
+
msgid "Plugin \"%1$s\" has been deactivated as it requires Aihrus Framework %2$s or newer. You're running Aihrus Framework %4$s. Once corrected, \"%1$s\" can be activated. %5$s %3$s"
|
11693 |
Â
msgstr ""
|
11694 |
Â
|
11695 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:115
|
11696 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/requirements.php:24
|
11697 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/requirements.php:100
|
11698 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/requirements.php:100
|
11699 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/requirements.php:100
|
11700 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/requirements.php:100
|
11701 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/requirements.php:100
|
11702 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/requirements.php:100
|
11703 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/requirements.php:100
|
11704 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11705 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/requirements.php:100
|
11706 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11707 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/requirements.php:100
|
11708 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11709 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/requirements.php:100
|
11710 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11711 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/requirements.php:100
|
11712 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11713 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/requirements.php:100
|
11714 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11715 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/requirements.php:100
|
11716 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11717 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/requirements.php:100
|
11718 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11719 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/requirements.php:100
|
11720 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11721 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/requirements.php:100
|
11722 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11723 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/requirements.php:100
|
11724 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11725 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/requirements.php:100
|
11726 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:108
|
11727 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/requirements.php:100
|
11728 |
Â
msgid "`aihr_check_php` requires $file argument"
|
11729 |
Â
msgstr ""
|
11730 |
Â
|
11731 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:154
|
11732 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/requirements.php:66
|
11733 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/requirements.php:141
|
11734 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/requirements.php:141
|
11735 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/requirements.php:141
|
11736 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/requirements.php:141
|
11737 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/requirements.php:141
|
11738 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/requirements.php:141
|
11739 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/requirements.php:141
|
11740 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11741 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/requirements.php:141
|
11742 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11743 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/requirements.php:141
|
11744 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11745 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/requirements.php:141
|
11746 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11747 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/requirements.php:141
|
11748 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11749 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/requirements.php:141
|
11750 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11751 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/requirements.php:141
|
11752 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11753 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/requirements.php:141
|
11754 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11755 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/requirements.php:141
|
11756 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11757 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/requirements.php:141
|
11758 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11759 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/requirements.php:141
|
11760 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11761 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/requirements.php:141
|
11762 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:147
|
11763 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/requirements.php:141
|
11764 |
+
msgid "Plugin \"%1$s\" has been deactivated as it requires PHP %2$s or newer. You're running PHP %4$s. Once corrected, \"%1$s\" can be activated. <a href=\"%3$s\">More information</a>."
|
11765 |
Â
msgstr ""
|
11766 |
Â
|
11767 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:163
|
11768 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/requirements.php:76
|
11769 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/requirements.php:150
|
11770 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/requirements.php:150
|
11771 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/requirements.php:150
|
11772 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/requirements.php:150
|
11773 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/requirements.php:150
|
11774 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/requirements.php:150
|
11775 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/requirements.php:150
|
11776 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11777 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/requirements.php:150
|
11778 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11779 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/requirements.php:150
|
11780 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11781 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/requirements.php:150
|
11782 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11783 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/requirements.php:150
|
11784 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11785 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/requirements.php:150
|
11786 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11787 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/requirements.php:150
|
11788 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11789 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/requirements.php:150
|
11790 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11791 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/requirements.php:150
|
11792 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11793 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/requirements.php:150
|
11794 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11795 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/requirements.php:150
|
11796 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11797 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/requirements.php:150
|
11798 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:156
|
11799 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/requirements.php:150
|
11800 |
Â
msgid "`aihr_check_wp` requires $file argument"
|
11801 |
Â
msgstr ""
|
11802 |
Â
|
11803 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:206
|
11804 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/requirements.php:122
|
11805 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/requirements.php:195
|
11806 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/requirements.php:195
|
11807 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/requirements.php:195
|
11808 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/requirements.php:195
|
11809 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/requirements.php:195
|
11810 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/requirements.php:195
|
11811 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/requirements.php:195
|
11812 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11813 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/requirements.php:195
|
11814 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11815 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/requirements.php:195
|
11816 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11817 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/requirements.php:195
|
11818 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11819 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/requirements.php:195
|
11820 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11821 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/requirements.php:195
|
11822 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11823 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/requirements.php:195
|
11824 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11825 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/requirements.php:195
|
11826 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11827 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/requirements.php:195
|
11828 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11829 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/requirements.php:195
|
11830 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11831 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/requirements.php:195
|
11832 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11833 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/requirements.php:195
|
11834 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:199
|
11835 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/requirements.php:195
|
11836 |
+
msgid "Plugin \"%1$s\" has been deactivated as it requires WordPress %2$s or newer. You're running WordPress %4$s. Once corrected, \"%1$s\" can be activated. <a href=\"%3$s\">Update WordPress</a>."
|
11837 |
Â
msgstr ""
|
11838 |
Â
|
11839 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:236
|
11840 |
+
msgid "Plugin \"%2$s\" has been deactivated. Please install and activate \"%3$s\" version %1$s or newer before activating \"%2$s\"."
|
Â
|
|
Â
|
|
11841 |
Â
msgstr ""
|
11842 |
Â
|
11843 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:250
|
11844 |
+
msgid "<a href=\"%1$s\">%2$s > Settings</a>, <em>Premium</em> tab, <em>License Key</em>"
|
Â
|
|
Â
|
|
11845 |
Â
msgstr ""
|
11846 |
Â
|
11847 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:255
|
11848 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-common.php:145
|
11849 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-common.php:145
|
11850 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-common.php:145
|
11851 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-common.php:189
|
11852 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-common.php:189
|
11853 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-common.php:189
|
11854 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-common.php:189
|
11855 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/requirements.php:184
|
11856 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/requirements.php:255
|
11857 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/requirements.php:255
|
11858 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/requirements.php:255
|
11859 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/requirements.php:255
|
11860 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/requirements.php:255
|
11861 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/requirements.php:255
|
11862 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/requirements.php:255
|
11863 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11864 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/requirements.php:255
|
11865 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11866 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/requirements.php:255
|
11867 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11868 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/requirements.php:255
|
11869 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11870 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/requirements.php:255
|
11871 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11872 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/requirements.php:255
|
11873 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11874 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/requirements.php:255
|
11875 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11876 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/requirements.php:255
|
11877 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11878 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/requirements.php:255
|
11879 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11880 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/requirements.php:255
|
11881 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11882 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/requirements.php:255
|
11883 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11884 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/requirements.php:255
|
11885 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:259
|
11886 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/requirements.php:255
|
11887 |
Â
msgid "<a href=\"%s\">Where's my license key?</a>"
|
11888 |
Â
msgstr ""
|
11889 |
Â
|
11900 |
Â
msgstr ""
|
11901 |
Â
|
11902 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:277
|
11903 |
+
msgid "Plugin \"%1$s\" requires license activation for software updates and support. Please activate the license via %2$s. See %3$s for help. Alternately, %5$s%4$s a %1$s license."
|
Â
|
|
Â
|
|
Â
|
|
11904 |
Â
msgstr ""
|
11905 |
Â
|
11906 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:287
|
11907 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11908 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11909 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11910 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11911 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11912 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11913 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11914 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11915 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11916 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11917 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11918 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:279
|
11919 |
Â
msgid "`aihr_deactivate_plugin` requires $file argument"
|
11920 |
Â
msgstr ""
|
11921 |
Â
|
11922 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:326
|
11923 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11924 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11925 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11926 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11927 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11928 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11929 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11930 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11931 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11932 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11933 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11934 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:318
|
11935 |
Â
msgid "Unknown"
|
11936 |
Â
msgstr ""
|
11937 |
Â
|
11938 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:333
|
11939 |
+
msgid "Plugin \"%1$s\" has been deactivated due to \"%2$s\". Once corrected, \"%1$s\" can be activated.</p><p>If you want to revert \"%1$s\", look for <a href=\"%3$s\">older versions on WordPress</a> or <a href=\"mailto:support@axelerant.atlassian.net?subject=Old+Plugin+Version+Request\">email Axelerant support</a> if this is a premium plugin."
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
11940 |
Â
msgstr ""
|
11941 |
Â
|
11942 |
Â
#: includes/libraries/aihrus-framework/aihrus-framework.php:344
|
11943 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11944 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11945 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11946 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11947 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11948 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11949 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11950 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11951 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11952 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11953 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11954 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/aihrus-framework.php:332
|
11955 |
Â
msgid "`aihr_deactivate_plugin_do` requires $file argument"
|
11956 |
Â
msgstr ""
|
11957 |
Â
|
11958 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:160
|
11959 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-common.php:156
|
11960 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-common.php:156
|
11961 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-common.php:156
|
11962 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11963 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11964 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11965 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11966 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11967 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11968 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11969 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11970 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11971 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11972 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11973 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11974 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11975 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11976 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11977 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11978 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11979 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11980 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11981 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11982 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11983 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11984 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11985 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11986 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11987 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11988 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11989 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-common.php:156
|
11990 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-common.php:156
|
11991 |
+
msgid "Please donate $5 towards ongoing free support and development of the \"%1$s\" plugin. %2$s"
|
11992 |
Â
msgstr ""
|
11993 |
Â
|
11994 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:341
|
11995 |
+
msgid "cURL is not installed and file_get_contents is not accessible. Unable to retrieve URL %1$s."
|
Â
|
|
Â
|
|
11996 |
Â
msgstr ""
|
11997 |
Â
|
11998 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:664
|
11999 |
+
msgid "<a href=\"http://codex.wordpress.org/Function_Reference/absint\">absint</a>."
|
Â
|
|
12000 |
Â
msgstr ""
|
12001 |
Â
|
12002 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:665
|
12003 |
+
msgid "Digit-only characters to make a multiple or single entries. Regex <code>#^\\d+(,\\s?\\d+)*$#</code>."
|
Â
|
|
Â
|
|
12004 |
Â
msgstr ""
|
12005 |
Â
|
12006 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:666
|
12008 |
Â
msgstr ""
|
12009 |
Â
|
12010 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:667
|
12011 |
+
msgid "Values like true, 'true', 1, 'on', and 'yes' are <strong>true</strong>; otherwise <strong>false</strong>."
|
Â
|
|
Â
|
|
12012 |
Â
msgstr ""
|
12013 |
Â
|
12014 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:668
|
12015 |
+
msgid "An <a href=\"php.net/manual/en/function.intval.php\">intval</a> greater than zero."
|
Â
|
|
Â
|
|
12016 |
Â
msgstr ""
|
12017 |
Â
|
12018 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:669
|
12019 |
+
msgid "A non-zero <a href=\"php.net/manual/en/function.intval.php\">intval</a>."
|
Â
|
|
12020 |
Â
msgstr ""
|
12021 |
Â
|
12022 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:670
|
12024 |
Â
msgstr ""
|
12025 |
Â
|
12026 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:671
|
12027 |
+
msgid "<a href=\"http://codex.wordpress.org/Function_Reference/sanitize_title\">sanitize_title</a>."
|
Â
|
|
Â
|
|
12028 |
Â
msgstr ""
|
12029 |
Â
|
12030 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:672
|
12031 |
+
msgid "Word-only characters including a hyphen to make a single term. Regex <code>#^[\\w-]+$#</code>."
|
Â
|
|
Â
|
|
12032 |
Â
msgstr ""
|
12033 |
Â
|
12034 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:673
|
12035 |
+
msgid "Word-only characters to make a single term. Regex <code>#^\\w+$#</code>."
|
Â
|
|
12036 |
Â
msgstr ""
|
12037 |
Â
|
12038 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:674
|
12039 |
+
msgid "Word-only characters including hyphens and spaces to make a multiple or single terms. Regex <code>#^(([\\w- ]+)(,\\s?)?)+$#</code>."
|
Â
|
|
Â
|
|
12040 |
Â
msgstr ""
|
12041 |
Â
|
12042 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:675
|
12044 |
Â
msgstr ""
|
12045 |
Â
|
12046 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:676
|
12047 |
+
msgid "<a href=\"http://php.net/manual/en/filter.filters.validate.php\">filter_var( $url, FILTER_VALIDATE_URL )</a>."
|
Â
|
|
Â
|
|
12048 |
Â
msgstr ""
|
12049 |
Â
|
12050 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:677
|
12051 |
+
msgid "<a href=\"http://codex.wordpress.org/Function_Reference/wp_kses_data\">wp_kses_data</a>."
|
Â
|
|
Â
|
|
12052 |
Â
msgstr ""
|
12053 |
Â
|
12054 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:678
|
12055 |
+
msgid "<a href=\"http://codex.wordpress.org/Function_Reference/wp_kses_post\">wp_kses_post</a>."
|
Â
|
|
Â
|
|
12056 |
Â
msgstr ""
|
12057 |
Â
|
12058 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-common.php:683
|
12080 |
Â
msgstr ""
|
12081 |
Â
|
12082 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
12083 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
12084 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
12085 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
12086 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
12087 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
12088 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
12089 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
12090 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:80
|
12091 |
Â
msgid "%s license saved."
|
12092 |
Â
msgstr ""
|
12093 |
Â
|
12094 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
12095 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
12096 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
12097 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
12098 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
12099 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
12100 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
12101 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
12102 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:84
|
12103 |
Â
msgid "%s license not saved."
|
12104 |
Â
msgstr ""
|
12105 |
Â
|
12106 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:175
|
12107 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:180
|
12108 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:180
|
12109 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:180
|
12110 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:180
|
12111 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:180
|
12112 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:180
|
12113 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:180
|
12114 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-licensing.php:180
|
12115 |
Â
msgid "%s license deactivated."
|
12116 |
Â
msgstr ""
|
12117 |
Â
|
12118 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:66
|
12119 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:62
|
12120 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:62
|
12121 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:62
|
12122 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:62
|
12123 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:62
|
12124 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:62
|
12125 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:62
|
12126 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:62
|
12127 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:62
|
12128 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:62
|
12129 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:62
|
12130 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12131 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12132 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12133 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12134 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12135 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:63
|
12136 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12137 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:63
|
12138 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12139 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:63
|
12140 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12141 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:63
|
12142 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12143 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
12144 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12145 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
12146 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12147 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
12148 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12149 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
12150 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12151 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
12152 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12153 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
12154 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12155 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
12156 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:63
|
12157 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:65
|
12158 |
Â
msgid "About"
|
12159 |
Â
msgstr ""
|
12160 |
Â
|
12161 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:84
|
12162 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:449
|
12163 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:449
|
12164 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:449
|
12165 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:449
|
12166 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:449
|
12167 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:456
|
12168 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:459
|
12169 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:459
|
12170 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:465
|
12171 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:465
|
12172 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:465
|
12173 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:539
|
12174 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:585
|
12175 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:538
|
12176 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:538
|
12177 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:80
|
12178 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:80
|
12179 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:80
|
12180 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:80
|
12181 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:80
|
12182 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:80
|
12183 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:80
|
12184 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:80
|
12185 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:80
|
12186 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:80
|
12187 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:80
|
12188 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12189 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12190 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12191 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12192 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12193 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:81
|
12194 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12195 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:81
|
12196 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12197 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:81
|
12198 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12199 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:81
|
12200 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12201 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12202 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12203 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12204 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12205 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12206 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12207 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12208 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12209 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12210 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12211 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12212 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12213 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12214 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:81
|
12215 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12216 |
Â
msgid "Export Settings"
|
12217 |
Â
msgstr ""
|
12218 |
Â
|
12219 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:86
|
12220 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:451
|
12221 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:451
|
12222 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:451
|
12223 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:451
|
12224 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:451
|
12225 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:458
|
12226 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:461
|
12227 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:461
|
12228 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:467
|
12229 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:467
|
12230 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:467
|
12231 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:541
|
12232 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:587
|
12233 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:540
|
12234 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:540
|
12235 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:82
|
12236 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:82
|
12237 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:82
|
12238 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:82
|
12239 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:82
|
12240 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:82
|
12241 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:82
|
12242 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:82
|
12243 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:82
|
12244 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:82
|
12245 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:82
|
12246 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12247 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12248 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12249 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12250 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12251 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12252 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12253 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12254 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12255 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12256 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12257 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:83
|
12258 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12259 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:85
|
12260 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12261 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:85
|
12262 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12263 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:85
|
12264 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12265 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:85
|
12266 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12267 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:85
|
12268 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12269 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:85
|
12270 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12271 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:85
|
12272 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:83
|
12273 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:85
|
12274 |
+
msgid "These are your current settings in a serialized format. Copy the contents to make a backup of your settings."
|
12275 |
Â
msgstr ""
|
12276 |
Â
|
12277 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
12278 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:459
|
12279 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:459
|
12280 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:459
|
12281 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:459
|
12282 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:459
|
12283 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:466
|
12284 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:469
|
12285 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:469
|
12286 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:475
|
12287 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:475
|
12288 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:475
|
12289 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:549
|
12290 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:595
|
12291 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:548
|
12292 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:548
|
12293 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:90
|
12294 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:90
|
12295 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:90
|
12296 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:90
|
12297 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:90
|
12298 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:90
|
12299 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:90
|
12300 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:90
|
12301 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:90
|
12302 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:90
|
12303 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:90
|
12304 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12305 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12306 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12307 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12308 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12309 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:91
|
12310 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12311 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:91
|
12312 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12313 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:91
|
12314 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12315 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:91
|
12316 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12317 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12318 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12319 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12320 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12321 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12322 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12323 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12324 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12325 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12326 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12327 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12328 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12329 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12330 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:91
|
12331 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12332 |
Â
msgid "Import Settings"
|
12333 |
Â
msgstr ""
|
12334 |
Â
|
12335 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:97
|
12336 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:461
|
12337 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:461
|
12338 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:461
|
12339 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:461
|
12340 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:461
|
12341 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:468
|
12342 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:471
|
12343 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:471
|
12344 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:477
|
12345 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:477
|
12346 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:477
|
12347 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:551
|
12348 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:597
|
12349 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:550
|
12350 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:550
|
12351 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:92
|
12352 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:92
|
12353 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:92
|
12354 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:92
|
12355 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:92
|
12356 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:92
|
12357 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:92
|
12358 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:92
|
12359 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:92
|
12360 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:92
|
12361 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:92
|
12362 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12363 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12364 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12365 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12366 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12367 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12368 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12369 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12370 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12371 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12372 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12373 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:93
|
12374 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12375 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
12376 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12377 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
12378 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12379 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
12380 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12381 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
12382 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12383 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
12384 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12385 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
12386 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12387 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
12388 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:93
|
12389 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:95
|
12390 |
+
msgid "Paste new serialized settings here to overwrite your current configuration."
|
12391 |
Â
msgstr ""
|
12392 |
Â
|
12393 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:102
|
12394 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12395 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12396 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12397 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12398 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12399 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:97
|
12400 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12401 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:97
|
12402 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12403 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:97
|
12404 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12405 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:97
|
12406 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12407 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:99
|
12408 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12409 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:99
|
12410 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12411 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:99
|
12412 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12413 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:99
|
12414 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12415 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:99
|
12416 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12417 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:99
|
12418 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12419 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:99
|
12420 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:97
|
12421 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:99
|
12422 |
+
msgid "Delete all %s data and options from database on plugin deletion. Even if this option isn't checked, WordPress will still give a data deletion warning."
|
12423 |
Â
msgstr ""
|
12424 |
Â
|
12425 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:106
|
12426 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:447
|
12427 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:462
|
12428 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:459
|
12429 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:467
|
12430 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:467
|
12431 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:467
|
12432 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:467
|
12433 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:467
|
12434 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:474
|
12435 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:477
|
12436 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:477
|
12437 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:483
|
12438 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:483
|
12439 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:483
|
12440 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:557
|
12441 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:603
|
12442 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:556
|
12443 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:556
|
12444 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:98
|
12445 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:98
|
12446 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:98
|
12447 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:100
|
12448 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:100
|
12449 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:100
|
12450 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:100
|
12451 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:100
|
12452 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:100
|
12453 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:100
|
12454 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:100
|
12455 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12456 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12457 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12458 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12459 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12460 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:101
|
12461 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12462 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:101
|
12463 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12464 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:101
|
12465 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12466 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:101
|
12467 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12468 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:103
|
12469 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12470 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:103
|
12471 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12472 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:103
|
12473 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12474 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:103
|
12475 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12476 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:103
|
12477 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12478 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:103
|
12479 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12480 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:103
|
12481 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:101
|
12482 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:103
|
12483 |
Â
msgid "Remove Plugin Data on Deletion?"
|
12484 |
Â
msgstr ""
|
12485 |
Â
|
12486 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:116
|
12487 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:301
|
12488 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:360
|
12489 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:360
|
12490 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:360
|
12491 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:368
|
12492 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:407
|
12493 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:407
|
12494 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:424
|
12495 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:424
|
12496 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:469
|
12497 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:471
|
12498 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:468
|
12499 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:476
|
12500 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:476
|
12501 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:476
|
12502 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:476
|
12503 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:476
|
12504 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:483
|
12505 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:486
|
12506 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:486
|
12507 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:492
|
12508 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:492
|
12509 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:492
|
12510 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:566
|
12511 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:613
|
12512 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:566
|
12513 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:566
|
12514 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:107
|
12515 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:107
|
12516 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:107
|
12517 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:109
|
12518 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:109
|
12519 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:109
|
12520 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:109
|
12521 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:109
|
12522 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:109
|
12523 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:109
|
12524 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:109
|
12525 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12526 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12527 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12528 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12529 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12530 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:110
|
12531 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12532 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:110
|
12533 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12534 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:110
|
12535 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12536 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:110
|
12537 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12538 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:112
|
12539 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12540 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:112
|
12541 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12542 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:112
|
12543 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12544 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:112
|
12545 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12546 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:112
|
12547 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12548 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:112
|
12549 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12550 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:112
|
12551 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:110
|
12552 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:112
|
12553 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:301
|
12554 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:329
|
12555 |
Â
msgid "Reset to Defaults?"
|
12556 |
Â
msgstr ""
|
12557 |
Â
|
12560 |
Â
msgstr ""
|
12561 |
Â
|
12562 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:251
|
12563 |
+
msgid "<img class=\"size-medium\" src=\"%5$s\" alt=\"Axelerant 2015 Retreat in Goa\" width=\"640\" height=\"327\" /><p>Axelerant is a full-service software development company that focuses on open-source technologies. Top technical talent who are passionate, giving, and communicative demonstrates our backbone. We provide high-end Strategy, Implementation, and Support services for our clients and agencies with whom we partner.</p><p>Our team members span the world, and we follow agile delivery and working processes. Further, we’re actively giving back to many open-source communities and have fostered an innovative, incubator culture to give ideas a chance to succeed.</p><h2>Foundations of Axelerant</h2><ul><li><b>Passion</b> – Our passion is so strong, we’re selfÂdirected to make the difficult easy.</li><li><b>Openness</b> – We’re so honest and painstaking in our discussions that there are no questions left, and standards are created.</li><li><b>Giving</b> – We’re excited to share our results to inspire all to surpass them.</li></ul><h3>Learn More About Axelerant</h3><ul><li><a href=\"%1$s\">Axelerant Team</a></li><li><a href=\"%2$s\">Giving Back</a></li><li><a href=\"%7$s\">Inside Axelerant</a></li><li><a href=\"%3$s\">Our Services</a></li><li><a href=\"%4$s\">Testimonials</a></li><li><a href=\"%6$s\">Careers</a></li></ul>"
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
12564 |
Â
msgstr ""
|
12565 |
Â
|
12566 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:290
|
12567 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:446
|
12568 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:510
|
12569 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:510
|
12570 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:510
|
12571 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:518
|
12572 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:578
|
12573 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:578
|
12574 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:595
|
12575 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:595
|
12576 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:594
|
12577 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:596
|
12578 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:593
|
12579 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:599
|
12580 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:599
|
12581 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:601
|
12582 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:601
|
12583 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:601
|
12584 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:608
|
12585 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:611
|
12586 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:611
|
12587 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:617
|
12588 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:617
|
12589 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:617
|
12590 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:669
|
12591 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:717
|
12592 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:785
|
12593 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:785
|
12594 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:276
|
12595 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:276
|
12596 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:276
|
12597 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:278
|
12598 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:278
|
12599 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:278
|
12600 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:278
|
12601 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:278
|
12602 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:278
|
12603 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:278
|
12604 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:278
|
12605 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12606 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12607 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12608 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12609 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12610 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:280
|
12611 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12612 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:280
|
12613 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12614 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:280
|
12615 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12616 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:280
|
12617 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12618 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:289
|
12619 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12620 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:289
|
12621 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12622 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:289
|
12623 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12624 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:289
|
12625 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12626 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:289
|
12627 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12628 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:289
|
12629 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12630 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:289
|
12631 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:280
|
12632 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:289
|
12633 |
+
#: testimonials-widget/tags/2.7.17/lib/settings.testimonials-widget.php:94
|
12634 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:446
|
12635 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:474
|
12636 |
Â
msgid "Save Changes"
|
12637 |
Â
msgstr ""
|
12638 |
Â
|
12639 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:298
|
12640 |
+
msgid "If you like this plugin, please <a href=\"%1$s\" title=\"Donate for Good Karma\"><img src=\"%2$s\" border=\"0\" alt=\"Donate for Good Karma\" /></a> or <a href=\"%3$s\" title=\"purchase premium WordPress plugins from Axelerant \">purchase the Premium version</a> to help fund further development and <a href=\"%4$s\" title=\"Support forums\">support</a>."
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
Â
|
|
12641 |
Â
msgstr ""
|
12642 |
Â
|
12643 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:309
|
12645 |
Â
msgstr ""
|
12646 |
Â
|
12647 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:616
|
12648 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:560
|
12649 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:560
|
12650 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12651 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12652 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12653 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:581
|
12654 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12655 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:581
|
12656 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12657 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:581
|
12658 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12659 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:581
|
12660 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12661 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:617
|
12662 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12663 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:617
|
12664 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12665 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:617
|
12666 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12667 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:617
|
12668 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12669 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:617
|
12670 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12671 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:617
|
12672 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12673 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:617
|
12674 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:566
|
12675 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:617
|
12676 |
Â
msgid "Settings saved."
|
12677 |
Â
msgstr ""
|
12678 |
Â
|
12679 |
Â
#: includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:680
|
12680 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:829
|
12681 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:829
|
12682 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:831
|
12683 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:839
|
12684 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:899
|
12685 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:899
|
12686 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:936
|
12687 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:936
|
12688 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:970
|
12689 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:973
|
12690 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:984
|
12691 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:974
|
12692 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:974
|
12693 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:969
|
12694 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:968
|
12695 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:966
|
12696 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:980
|
12697 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:983
|
12698 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:983
|
12699 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:989
|
12700 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:994
|
12701 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:994
|
12702 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:1097
|
12703 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:1199
|
12704 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:1274
|
12705 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:1274
|
12706 |
+
#: testimonials-widget/tags/2.16.0/lib/aihrus/class-aihrus-settings.php:596
|
12707 |
+
#: testimonials-widget/tags/2.16.1/lib/aihrus/class-aihrus-settings.php:596
|
12708 |
+
#: testimonials-widget/tags/2.16.2/lib/aihrus/class-aihrus-settings.php:596
|
12709 |
+
#: testimonials-widget/tags/2.16.3/lib/aihrus/class-aihrus-settings.php:598
|
12710 |
+
#: testimonials-widget/tags/2.16.4/lib/aihrus/class-aihrus-settings.php:598
|
12711 |
+
#: testimonials-widget/tags/2.16.5/lib/aihrus/class-aihrus-settings.php:598
|
12712 |
+
#: testimonials-widget/tags/2.16.6/lib/aihrus/class-aihrus-settings.php:598
|
12713 |
+
#: testimonials-widget/tags/2.17.0/lib/aihrus/class-aihrus-settings.php:598
|
12714 |
+
#: testimonials-widget/tags/2.17.1/lib/aihrus/class-aihrus-settings.php:598
|
12715 |
+
#: testimonials-widget/tags/2.17.2/lib/aihrus/class-aihrus-settings.php:598
|
12716 |
+
#: testimonials-widget/tags/2.18.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:598
|
12717 |
+
#: testimonials-widget/tags/2.18.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:613
|
12718 |
+
#: testimonials-widget/tags/2.18.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:613
|
12719 |
+
#: testimonials-widget/tags/2.18.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12720 |
+
#: testimonials-widget/tags/2.18.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12721 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12722 |
+
#: testimonials-widget/tags/2.19.0/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:638
|
12723 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12724 |
+
#: testimonials-widget/tags/2.19.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:638
|
12725 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12726 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:638
|
12727 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12728 |
+
#: testimonials-widget/tags/2.19.2/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:638
|
12729 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12730 |
+
#: testimonials-widget/tags/2.19.3/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:681
|
12731 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12732 |
+
#: testimonials-widget/tags/2.19.4/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:681
|
12733 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12734 |
+
#: testimonials-widget/tags/2.19.5/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:681
|
12735 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12736 |
+
#: testimonials-widget/tags/2.19.5.1/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:681
|
12737 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12738 |
+
#: testimonials-widget/tags/2.19.6/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:681
|
12739 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12740 |
+
#: testimonials-widget/tags/2.19.7/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:681
|
12741 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12742 |
+
#: testimonials-widget/tags/2.19.8/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:681
|
12743 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/class-aihrus-settings.php:619
|
12744 |
+
#: testimonials-widget/tags/2.19.9/includes/libraries/aihrus-framework/includes/class-aihrus-settings.php:681
|
12745 |
Â
msgid "Required"
|
12746 |
Â
msgstr ""
|
12747 |
Â
|
12762 |
Â
msgstr ""
|
12763 |
Â
|
12764 |
Â
#: includes/requirements.php:32
|
12765 |
+
#: testimonials-widget/tags/2.19.0/includes/requirements.php:30
|
12766 |
+
#: testimonials-widget/tags/2.19.1/includes/requirements.php:30
|
12767 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/requirements.php:30
|
12768 |
+
#: testimonials-widget/tags/2.19.2/includes/requirements.php:30
|
12769 |
+
#: testimonials-widget/tags/2.19.3/includes/requirements.php:30
|
12770 |
+
#: testimonials-widget/tags/2.19.4/includes/requirements.php:30
|
12771 |
+
#: testimonials-widget/tags/2.19.5/includes/requirements.php:30
|
12772 |
+
#: testimonials-widget/tags/2.19.5.1/includes/requirements.php:30
|
12773 |
+
#: testimonials-widget/tags/2.19.6/includes/requirements.php:30
|
12774 |
+
#: testimonials-widget/tags/2.19.7/includes/requirements.php:30
|
12775 |
+
#: testimonials-widget/tags/2.19.8/includes/requirements.php:30
|
12776 |
+
#: testimonials-widget/tags/2.19.9/includes/requirements.php:30
|
12777 |
Â
msgid "Missing Aihrus Framework"
|
12778 |
Â
msgstr ""
|
12779 |
Â
|
12780 |
Â
#: includes/requirements.php:35
|
12781 |
+
#: testimonials-widget/tags/2.19.0/includes/requirements.php:33
|
12782 |
+
#: testimonials-widget/tags/2.19.1/includes/requirements.php:33
|
12783 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/requirements.php:33
|
12784 |
+
#: testimonials-widget/tags/2.19.2/includes/requirements.php:33
|
12785 |
+
#: testimonials-widget/tags/2.19.3/includes/requirements.php:33
|
12786 |
+
#: testimonials-widget/tags/2.19.4/includes/requirements.php:33
|
12787 |
+
#: testimonials-widget/tags/2.19.5/includes/requirements.php:33
|
12788 |
+
#: testimonials-widget/tags/2.19.5.1/includes/requirements.php:33
|
12789 |
+
#: testimonials-widget/tags/2.19.6/includes/requirements.php:33
|
12790 |
+
#: testimonials-widget/tags/2.19.7/includes/requirements.php:33
|
12791 |
+
#: testimonials-widget/tags/2.19.8/includes/requirements.php:33
|
12792 |
+
#: testimonials-widget/tags/2.19.9/includes/requirements.php:33
|
12793 |
Â
msgid "Old Aihrus Framework version detected"
|
12794 |
Â
msgstr ""
|
12795 |
Â
|
12796 |
Â
#: includes/requirements.php:39
|
12797 |
+
#: testimonials-widget/tags/2.19.0/includes/requirements.php:37
|
12798 |
+
#: testimonials-widget/tags/2.19.1/includes/requirements.php:37
|
12799 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/requirements.php:37
|
12800 |
+
#: testimonials-widget/tags/2.19.2/includes/requirements.php:37
|
12801 |
+
#: testimonials-widget/tags/2.19.3/includes/requirements.php:37
|
12802 |
+
#: testimonials-widget/tags/2.19.4/includes/requirements.php:37
|
12803 |
+
#: testimonials-widget/tags/2.19.5/includes/requirements.php:37
|
12804 |
+
#: testimonials-widget/tags/2.19.5.1/includes/requirements.php:37
|
12805 |
+
#: testimonials-widget/tags/2.19.6/includes/requirements.php:37
|
12806 |
+
#: testimonials-widget/tags/2.19.7/includes/requirements.php:37
|
12807 |
+
#: testimonials-widget/tags/2.19.8/includes/requirements.php:37
|
12808 |
+
#: testimonials-widget/tags/2.19.9/includes/requirements.php:37
|
12809 |
Â
msgid "Old PHP version detected"
|
12810 |
Â
msgstr ""
|
12811 |
Â
|
12812 |
Â
#: includes/requirements.php:43
|
12813 |
+
#: testimonials-widget/tags/2.19.0/includes/requirements.php:41
|
12814 |
+
#: testimonials-widget/tags/2.19.1/includes/requirements.php:41
|
12815 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/requirements.php:41
|
12816 |
+
#: testimonials-widget/tags/2.19.2/includes/requirements.php:41
|
12817 |
+
#: testimonials-widget/tags/2.19.3/includes/requirements.php:41
|
12818 |
+
#: testimonials-widget/tags/2.19.4/includes/requirements.php:41
|
12819 |
+
#: testimonials-widget/tags/2.19.5/includes/requirements.php:41
|
12820 |
+
#: testimonials-widget/tags/2.19.5.1/includes/requirements.php:41
|
12821 |
+
#: testimonials-widget/tags/2.19.6/includes/requirements.php:41
|
12822 |
+
#: testimonials-widget/tags/2.19.7/includes/requirements.php:41
|
12823 |
+
#: testimonials-widget/tags/2.19.8/includes/requirements.php:41
|
12824 |
+
#: testimonials-widget/tags/2.19.9/includes/requirements.php:41
|
12825 |
Â
msgid "Old WordPress version detected"
|
12826 |
Â
msgstr ""
|
12827 |
Â
|
12828 |
Â
#: includes/requirements.php:64
|
12829 |
+
#: testimonials-widget/tags/2.17.1/lib/requirements.php:51
|
12830 |
+
#: testimonials-widget/tags/2.17.2/lib/requirements.php:51
|
12831 |
+
#: testimonials-widget/tags/2.18.0/includes/requirements.php:51
|
12832 |
+
#: testimonials-widget/tags/2.18.1/includes/requirements.php:51
|
12833 |
+
#: testimonials-widget/tags/2.18.2/includes/requirements.php:51
|
12834 |
+
#: testimonials-widget/tags/2.18.3/includes/requirements.php:51
|
12835 |
+
#: testimonials-widget/tags/2.18.4/includes/requirements.php:51
|
12836 |
+
#: testimonials-widget/tags/2.19.0/includes/requirements.php:62
|
12837 |
+
#: testimonials-widget/tags/2.19.1/includes/requirements.php:62
|
12838 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/requirements.php:62
|
12839 |
+
#: testimonials-widget/tags/2.19.2/includes/requirements.php:62
|
12840 |
+
#: testimonials-widget/tags/2.19.3/includes/requirements.php:62
|
12841 |
+
#: testimonials-widget/tags/2.19.4/includes/requirements.php:62
|
12842 |
+
#: testimonials-widget/tags/2.19.5/includes/requirements.php:62
|
12843 |
+
#: testimonials-widget/tags/2.19.5.1/includes/requirements.php:62
|
12844 |
+
#: testimonials-widget/tags/2.19.6/includes/requirements.php:62
|
12845 |
+
#: testimonials-widget/tags/2.19.7/includes/requirements.php:62
|
12846 |
+
#: testimonials-widget/tags/2.19.8/includes/requirements.php:62
|
12847 |
+
#: testimonials-widget/tags/2.19.9/includes/requirements.php:62
|
12848 |
+
msgid "Plugin \"%1$s\" has been deactivated as it requires a current Aihrus Framework. Once corrected, \"%1$s\" can be activated. %2$s"
|
12849 |
Â
msgstr ""
|
12850 |
Â
|
12851 |
Â
#: templates/testimonial-content.php:9
|
12852 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:642
|
12853 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:649
|
12854 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:649
|
12855 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:649
|
12856 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:699
|
12857 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:710
|
12858 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:710
|
12859 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:720
|
12860 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:735
|
12861 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:849
|
12862 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:849
|
12863 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:904
|
12864 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:908
|
12865 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:908
|
12866 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:904
|
12867 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:898
|
12868 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:898
|
12869 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:925
|
12870 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:915
|
12871 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:915
|
12872 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:915
|
12873 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:938
|
12874 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:938
|
12875 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:957
|
12876 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1038
|
12877 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1116
|
12878 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1116
|
12879 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1042
|
12880 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1042
|
12881 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1042
|
12882 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1143
|
12883 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1143
|
12884 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1143
|
12885 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1143
|
12886 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1146
|
12887 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1151
|
12888 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1151
|
12889 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1133
|
12890 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1143
|
12891 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1142
|
12892 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1155
|
12893 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1156
|
12894 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1206
|
12895 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1206
|
12896 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1206
|
12897 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1206
|
12898 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1210
|
12899 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1224
|
12900 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1218
|
12901 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1218
|
12902 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1223
|
12903 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1222
|
12904 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1258
|
12905 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1261
|
12906 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:486
|
12907 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:509
|
12908 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:529
|
12909 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:545
|
12910 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:547
|
12911 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:547
|
12912 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:540
|
12913 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:540
|
12914 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:540
|
12915 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:540
|
12916 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:544
|
12917 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:544
|
12918 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:545
|
12919 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:545
|
12920 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:545
|
12921 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:564
|
12922 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:567
|
12923 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:613
|
12924 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:613
|
12925 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:613
|
12926 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:614
|
12927 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:614
|
12928 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:626
|
12929 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:636
|
12930 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:636
|
12931 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:635
|
12932 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:635
|
12933 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:635
|
12934 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:652
|
12935 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:652
|
12936 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:652
|
12937 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:652
|
12938 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:653
|
12939 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:653
|
12940 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:654
|
12941 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:672
|
12942 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:635
|
12943 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:635
|
12944 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:635
|
12945 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:650
|
12946 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:647
|
12947 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:647
|
12948 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:648
|
12949 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:651
|
12950 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:642
|
12951 |
Â
msgid "…"
|
12952 |
Â
msgstr ""
|
12953 |
Â
|
12960 |
Â
msgstr ""
|
12961 |
Â
|
12962 |
Â
#: templates/testimonials-paging.php:18
|
12963 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:512
|
12964 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:978
|
12965 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:514
|
12966 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:514
|
12967 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:591
|
12968 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:520
|
12969 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:520
|
12970 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:520
|
12971 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:521
|
12972 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:529
|
12973 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:533
|
12974 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:530
|
12975 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:532
|
12976 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:995
|
12977 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:995
|
12978 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:995
|
12979 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1045
|
12980 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1088
|
12981 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1088
|
12982 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1098
|
12983 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1113
|
12984 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1174
|
12985 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1174
|
12986 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1229
|
12987 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1233
|
12988 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1233
|
12989 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1223
|
12990 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1217
|
12991 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1218
|
12992 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1244
|
12993 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1234
|
12994 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1234
|
12995 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1235
|
12996 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1258
|
12997 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1258
|
12998 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1277
|
12999 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1370
|
13000 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1448
|
13001 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1448
|
13002 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1369
|
13003 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1369
|
13004 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1369
|
13005 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1352
|
13006 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1352
|
13007 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1352
|
13008 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1352
|
13009 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1355
|
13010 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1360
|
13011 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1360
|
13012 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1342
|
13013 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1350
|
13014 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1349
|
13015 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1362
|
13016 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1363
|
13017 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1413
|
13018 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1413
|
13019 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1413
|
13020 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1413
|
13021 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1417
|
13022 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1431
|
13023 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1428
|
13024 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1428
|
13025 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1439
|
13026 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1438
|
13027 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1476
|
13028 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1479
|
13029 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:591
|
13030 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:591
|
13031 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:591
|
13032 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:596
|
13033 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:607
|
13034 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:607
|
13035 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:607
|
13036 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:603
|
13037 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:613
|
13038 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:615
|
13039 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:633
|
13040 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:634
|
13041 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:649
|
13042 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:674
|
13043 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:694
|
13044 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:711
|
13045 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:713
|
13046 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:730
|
13047 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:729
|
13048 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:729
|
13049 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:729
|
13050 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:729
|
13051 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:733
|
13052 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:733
|
13053 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:737
|
13054 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:737
|
13055 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:737
|
13056 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:756
|
13057 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:759
|
13058 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:805
|
13059 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:805
|
13060 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:815
|
13061 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:820
|
13062 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:820
|
13063 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:832
|
13064 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:844
|
13065 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:844
|
13066 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:843
|
13067 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:847
|
13068 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:847
|
13069 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:976
|
13070 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:976
|
13071 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:976
|
13072 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:979
|
13073 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:980
|
13074 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:980
|
13075 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:981
|
13076 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:999
|
13077 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:847
|
13078 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:855
|
13079 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:855
|
13080 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:870
|
13081 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:867
|
13082 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:867
|
13083 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:868
|
13084 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:975
|
13085 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:978
|
13086 |
Â
msgid "«"
|
13087 |
Â
msgstr ""
|
13088 |
Â
|
13089 |
Â
#: templates/testimonials-paging.php:25
|
13090 |
+
#: testimonials-widget/branches/paging/testimonials-widget.php:522
|
13091 |
+
#: testimonials-widget/branches/settings/testimonials-widget.php:987
|
13092 |
+
#: testimonials-widget/tags/2.1.0/testimonials-widget.php:524
|
13093 |
+
#: testimonials-widget/tags/2.1.1/testimonials-widget.php:524
|
13094 |
+
#: testimonials-widget/tags/2.1.10/testimonials-widget.php:601
|
13095 |
+
#: testimonials-widget/tags/2.1.2/testimonials-widget.php:530
|
13096 |
+
#: testimonials-widget/tags/2.1.3/testimonials-widget.php:530
|
13097 |
+
#: testimonials-widget/tags/2.1.4/testimonials-widget.php:530
|
13098 |
+
#: testimonials-widget/tags/2.1.5/testimonials-widget.php:531
|
13099 |
+
#: testimonials-widget/tags/2.1.6/testimonials-widget.php:539
|
13100 |
+
#: testimonials-widget/tags/2.1.7/testimonials-widget.php:543
|
13101 |
+
#: testimonials-widget/tags/2.1.8/testimonials-widget.php:540
|
13102 |
+
#: testimonials-widget/tags/2.1.9/testimonials-widget.php:542
|
13103 |
+
#: testimonials-widget/tags/2.10.0/testimonials-widget.php:1004
|
13104 |
+
#: testimonials-widget/tags/2.10.1/testimonials-widget.php:1004
|
13105 |
+
#: testimonials-widget/tags/2.10.2/testimonials-widget.php:1004
|
13106 |
+
#: testimonials-widget/tags/2.10.3/testimonials-widget.php:1054
|
13107 |
+
#: testimonials-widget/tags/2.11.0/testimonials-widget.php:1097
|
13108 |
+
#: testimonials-widget/tags/2.11.1/testimonials-widget.php:1097
|
13109 |
+
#: testimonials-widget/tags/2.11.2/testimonials-widget.php:1107
|
13110 |
+
#: testimonials-widget/tags/2.11.3/testimonials-widget.php:1122
|
13111 |
+
#: testimonials-widget/tags/2.12.0/testimonials-widget.php:1183
|
13112 |
+
#: testimonials-widget/tags/2.12.1/testimonials-widget.php:1183
|
13113 |
+
#: testimonials-widget/tags/2.12.2/testimonials-widget.php:1238
|
13114 |
+
#: testimonials-widget/tags/2.12.4/testimonials-widget.php:1242
|
13115 |
+
#: testimonials-widget/tags/2.12.5/testimonials-widget.php:1242
|
13116 |
+
#: testimonials-widget/tags/2.12.6/testimonials-widget.php:1232
|
13117 |
+
#: testimonials-widget/tags/2.12.7/testimonials-widget.php:1226
|
13118 |
+
#: testimonials-widget/tags/2.12.8/testimonials-widget.php:1227
|
13119 |
+
#: testimonials-widget/tags/2.13.0/testimonials-widget.php:1253
|
13120 |
+
#: testimonials-widget/tags/2.13.1/testimonials-widget.php:1243
|
13121 |
+
#: testimonials-widget/tags/2.13.2/testimonials-widget.php:1243
|
13122 |
+
#: testimonials-widget/tags/2.13.3/testimonials-widget.php:1244
|
13123 |
+
#: testimonials-widget/tags/2.13.4/testimonials-widget.php:1267
|
13124 |
+
#: testimonials-widget/tags/2.13.5/testimonials-widget.php:1267
|
13125 |
+
#: testimonials-widget/tags/2.13.6/testimonials-widget.php:1286
|
13126 |
+
#: testimonials-widget/tags/2.14.0/testimonials-widget.php:1379
|
13127 |
+
#: testimonials-widget/tags/2.15.0/testimonials-widget.php:1457
|
13128 |
+
#: testimonials-widget/tags/2.15.1/testimonials-widget.php:1457
|
13129 |
+
#: testimonials-widget/tags/2.16.0/testimonials-widget.php:1378
|
13130 |
+
#: testimonials-widget/tags/2.16.1/testimonials-widget.php:1378
|
13131 |
+
#: testimonials-widget/tags/2.16.2/testimonials-widget.php:1378
|
13132 |
+
#: testimonials-widget/tags/2.16.3/testimonials-widget.php:1361
|
13133 |
+
#: testimonials-widget/tags/2.16.4/testimonials-widget.php:1361
|
13134 |
+
#: testimonials-widget/tags/2.16.5/testimonials-widget.php:1361
|
13135 |
+
#: testimonials-widget/tags/2.16.6/testimonials-widget.php:1361
|
13136 |
+
#: testimonials-widget/tags/2.17.0/testimonials-widget.php:1364
|
13137 |
+
#: testimonials-widget/tags/2.17.1/testimonials-widget.php:1369
|
13138 |
+
#: testimonials-widget/tags/2.17.2/testimonials-widget.php:1369
|
13139 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget.php:1351
|
13140 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget.php:1358
|
13141 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget.php:1357
|
13142 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget.php:1370
|
13143 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget.php:1371
|
13144 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget.php:1421
|
13145 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget.php:1421
|
13146 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget.php:1421
|
13147 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget.php:1421
|
13148 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget.php:1425
|
13149 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget.php:1439
|
13150 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget.php:1436
|
13151 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget.php:1436
|
13152 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget.php:1447
|
13153 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget.php:1446
|
13154 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget.php:1484
|
13155 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget.php:1487
|
13156 |
+
#: testimonials-widget/tags/2.2.0/testimonials-widget.php:601
|
13157 |
+
#: testimonials-widget/tags/2.2.1/testimonials-widget.php:601
|
13158 |
+
#: testimonials-widget/tags/2.2.2/testimonials-widget.php:601
|
13159 |
+
#: testimonials-widget/tags/2.2.3/testimonials-widget.php:606
|
13160 |
+
#: testimonials-widget/tags/2.2.4/testimonials-widget.php:617
|
13161 |
+
#: testimonials-widget/tags/2.2.5/testimonials-widget.php:617
|
13162 |
+
#: testimonials-widget/tags/2.2.6/testimonials-widget.php:617
|
13163 |
+
#: testimonials-widget/tags/2.2.7/testimonials-widget.php:613
|
13164 |
+
#: testimonials-widget/tags/2.2.8/testimonials-widget.php:623
|
13165 |
+
#: testimonials-widget/tags/2.2.9/testimonials-widget.php:625
|
13166 |
+
#: testimonials-widget/tags/2.3.0/testimonials-widget.php:644
|
13167 |
+
#: testimonials-widget/tags/2.3.1/testimonials-widget.php:645
|
13168 |
+
#: testimonials-widget/tags/2.3.2/testimonials-widget.php:660
|
13169 |
+
#: testimonials-widget/tags/2.3.3/testimonials-widget.php:685
|
13170 |
+
#: testimonials-widget/tags/2.3.4/testimonials-widget.php:705
|
13171 |
+
#: testimonials-widget/tags/2.4.0/testimonials-widget.php:722
|
13172 |
+
#: testimonials-widget/tags/2.4.1/testimonials-widget.php:724
|
13173 |
+
#: testimonials-widget/tags/2.4.2/testimonials-widget.php:741
|
13174 |
+
#: testimonials-widget/tags/2.4.3/testimonials-widget.php:740
|
13175 |
+
#: testimonials-widget/tags/2.4.4/testimonials-widget.php:740
|
13176 |
+
#: testimonials-widget/tags/2.4.5/testimonials-widget.php:740
|
13177 |
+
#: testimonials-widget/tags/2.4.6/testimonials-widget.php:740
|
13178 |
+
#: testimonials-widget/tags/2.4.7/testimonials-widget.php:744
|
13179 |
+
#: testimonials-widget/tags/2.4.8/testimonials-widget.php:744
|
13180 |
+
#: testimonials-widget/tags/2.5.0/testimonials-widget.php:748
|
13181 |
+
#: testimonials-widget/tags/2.5.1/testimonials-widget.php:748
|
13182 |
+
#: testimonials-widget/tags/2.5.2/testimonials-widget.php:748
|
13183 |
+
#: testimonials-widget/tags/2.5.3/testimonials-widget.php:767
|
13184 |
+
#: testimonials-widget/tags/2.5.4/testimonials-widget.php:770
|
13185 |
+
#: testimonials-widget/tags/2.5.5/testimonials-widget.php:816
|
13186 |
+
#: testimonials-widget/tags/2.5.6/testimonials-widget.php:816
|
13187 |
+
#: testimonials-widget/tags/2.6.0/testimonials-widget.php:826
|
13188 |
+
#: testimonials-widget/tags/2.6.1/testimonials-widget.php:831
|
13189 |
+
#: testimonials-widget/tags/2.6.2/testimonials-widget.php:831
|
13190 |
+
#: testimonials-widget/tags/2.6.3/testimonials-widget.php:843
|
13191 |
+
#: testimonials-widget/tags/2.6.4/testimonials-widget.php:855
|
13192 |
+
#: testimonials-widget/tags/2.6.5/testimonials-widget.php:855
|
13193 |
+
#: testimonials-widget/tags/2.6.6/testimonials-widget.php:854
|
13194 |
+
#: testimonials-widget/tags/2.7.0/testimonials-widget.php:858
|
13195 |
+
#: testimonials-widget/tags/2.7.1/testimonials-widget.php:858
|
13196 |
+
#: testimonials-widget/tags/2.7.10/testimonials-widget.php:987
|
13197 |
+
#: testimonials-widget/tags/2.7.11/testimonials-widget.php:987
|
13198 |
+
#: testimonials-widget/tags/2.7.12/testimonials-widget.php:987
|
13199 |
+
#: testimonials-widget/tags/2.7.13/testimonials-widget.php:990
|
13200 |
+
#: testimonials-widget/tags/2.7.14/testimonials-widget.php:991
|
13201 |
+
#: testimonials-widget/tags/2.7.15/testimonials-widget.php:991
|
13202 |
+
#: testimonials-widget/tags/2.7.16/testimonials-widget.php:992
|
13203 |
+
#: testimonials-widget/tags/2.7.17/testimonials-widget.php:1010
|
13204 |
+
#: testimonials-widget/tags/2.7.2/testimonials-widget.php:858
|
13205 |
+
#: testimonials-widget/tags/2.7.3/testimonials-widget.php:866
|
13206 |
+
#: testimonials-widget/tags/2.7.4/testimonials-widget.php:866
|
13207 |
+
#: testimonials-widget/tags/2.7.5/testimonials-widget.php:881
|
13208 |
+
#: testimonials-widget/tags/2.7.6/testimonials-widget.php:878
|
13209 |
+
#: testimonials-widget/tags/2.7.7/testimonials-widget.php:878
|
13210 |
+
#: testimonials-widget/tags/2.7.8/testimonials-widget.php:879
|
13211 |
+
#: testimonials-widget/tags/2.7.9/testimonials-widget.php:986
|
13212 |
+
#: testimonials-widget/tags/2.8.0/testimonials-widget.php:987
|
13213 |
Â
msgid "»"
|
13214 |
Â
msgstr ""
|
13215 |
Â
|
13216 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:27
|
13217 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:28
|
13218 |
+
#: testimonials-widget/branches/settings/lib/testimonials-widget-widget.php:8
|
13219 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:27
|
13220 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:27
|
13221 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:28
|
13222 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:28
|
13223 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:28
|
13224 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:28
|
13225 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:28
|
13226 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:28
|
13227 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:28
|
13228 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:8
|
13229 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:30
|
13230 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:30
|
13231 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:30
|
13232 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:30
|
13233 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:31
|
13234 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:32
|
13235 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:32
|
13236 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:32
|
13237 |
+
#: testimonials-widget/tags/2.10.0/lib/testimonials-widget-widget.php:8
|
13238 |
+
#: testimonials-widget/tags/2.10.1/lib/testimonials-widget-widget.php:8
|
13239 |
+
#: testimonials-widget/tags/2.10.2/lib/testimonials-widget-widget.php:8
|
13240 |
+
#: testimonials-widget/tags/2.10.3/lib/testimonials-widget-widget.php:8
|
13241 |
+
#: testimonials-widget/tags/2.11.0/lib/testimonials-widget-widget.php:8
|
13242 |
+
#: testimonials-widget/tags/2.11.1/lib/testimonials-widget-widget.php:12
|
13243 |
+
#: testimonials-widget/tags/2.11.2/lib/testimonials-widget-widget.php:8
|
13244 |
+
#: testimonials-widget/tags/2.11.3/lib/testimonials-widget-widget.php:8
|
13245 |
+
#: testimonials-widget/tags/2.12.0/lib/class-testimonials-widget-widget.php:26
|
13246 |
+
#: testimonials-widget/tags/2.12.1/lib/class-testimonials-widget-widget.php:26
|
13247 |
+
#: testimonials-widget/tags/2.12.2/lib/class-testimonials-widget-widget.php:26
|
13248 |
+
#: testimonials-widget/tags/2.12.4/lib/class-testimonials-widget-widget.php:26
|
13249 |
+
#: testimonials-widget/tags/2.12.5/lib/class-testimonials-widget-widget.php:26
|
13250 |
+
#: testimonials-widget/tags/2.12.6/lib/class-testimonials-widget-widget.php:26
|
13251 |
+
#: testimonials-widget/tags/2.12.7/lib/class-testimonials-widget-widget.php:26
|
13252 |
+
#: testimonials-widget/tags/2.12.8/lib/class-testimonials-widget-widget.php:26
|
13253 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-widget.php:26
|
13254 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-widget.php:26
|
13255 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-widget.php:26
|
13256 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-widget.php:26
|
13257 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-widget.php:26
|
13258 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-widget.php:26
|
13259 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-widget.php:26
|
13260 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-widget.php:26
|
13261 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-widget.php:26
|
13262 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-widget.php:26
|
13263 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-widget.php:27
|
13264 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-widget.php:27
|
13265 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-widget.php:27
|
13266 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-widget.php:27
|
13267 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-widget.php:27
|
13268 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-widget.php:27
|
13269 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-widget.php:27
|
13270 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-widget.php:30
|
13271 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-widget.php:30
|
13272 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-widget.php:30
|
13273 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-widget.php:30
|
13274 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-widget.php:30
|
13275 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-widget.php:30
|
13276 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-widget.php:30
|
13277 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-widget.php:30
|
13278 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-widget.php:30
|
13279 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-widget.php:30
|
13280 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-widget.php:30
|
13281 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-widget.php:30
|
13282 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-widget.php:30
|
13283 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-widget.php:30
|
13284 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-widget.php:30
|
13285 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-widget.php:30
|
13286 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-widget.php:30
|
13287 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-widget.php:30
|
13288 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-widget.php:30
|
13289 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-widget.php:30
|
13290 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:8
|
13291 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:8
|
13292 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:8
|
13293 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:8
|
13294 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:8
|
13295 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:8
|
13296 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:8
|
13297 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:8
|
13298 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:8
|
13299 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:8
|
13300 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:8
|
13301 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:8
|
13302 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:8
|
13303 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:8
|
13304 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:8
|
13305 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:8
|
13306 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:8
|
13307 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:8
|
13308 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:8
|
13309 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:8
|
13310 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:8
|
13311 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:8
|
13312 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:8
|
13313 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:8
|
13314 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:8
|
13315 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:8
|
13316 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:8
|
13317 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:8
|
13318 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:8
|
13319 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:8
|
13320 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:8
|
13321 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:8
|
13322 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:8
|
13323 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:8
|
13324 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:8
|
13325 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:8
|
13326 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:8
|
13327 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:8
|
13328 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:8
|
13329 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:8
|
13330 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:8
|
13331 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:8
|
13332 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:8
|
13333 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:8
|
13334 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:8
|
13335 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:8
|
13336 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:8
|
13337 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:8
|
13338 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:8
|
13339 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:8
|
13340 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:8
|
13341 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:8
|
13342 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:8
|
13343 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:8
|
13344 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:8
|
13345 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:8
|
13346 |
+
#: testimonials-widget/tags/2.8.0/lib/testimonials-widget-widget.php:8
|
13347 |
+
#: testimonials-widget/tags/2.8.1/lib/testimonials-widget-widget.php:8
|
13348 |
+
msgid "Display testimonials with multiple selection and display options"
|
13349 |
+
msgstr ""
|
13350 |
+
|
13351 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:38
|
13352 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:39
|
13353 |
+
#: testimonials-widget/branches/settings/lib/testimonials-widget-widget.php:19
|
13354 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-widget.php:35
|
13355 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-widget.php:35
|
13356 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-widget.php:29
|
13357 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-widget.php:30
|
13358 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-widget.php:30
|
13359 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-widget.php:30
|
13360 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-widget.php:30
|
13361 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-widget.php:30
|
13362 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-widget.php:30
|
13363 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-widget.php:30
|
13364 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-widget.php:30
|
13365 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-widget.php:30
|
13366 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-widget.php:30
|
13367 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-widget.php:30
|
13368 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-widget.php:30
|
13369 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-widget.php:30
|
13370 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:38
|
13371 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:38
|
13372 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:39
|
13373 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:39
|
13374 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:39
|
13375 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:39
|
13376 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:39
|
13377 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:39
|
13378 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:39
|
13379 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:19
|
13380 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:41
|
13381 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:41
|
13382 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:41
|
13383 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:41
|
13384 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:42
|
13385 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:43
|
13386 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:43
|
13387 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:43
|
13388 |
+
#: testimonials-widget/tags/2.10.0/lib/testimonials-widget-widget.php:19
|
13389 |
+
#: testimonials-widget/tags/2.10.1/lib/testimonials-widget-widget.php:19
|
13390 |
+
#: testimonials-widget/tags/2.10.2/lib/testimonials-widget-widget.php:19
|
13391 |
+
#: testimonials-widget/tags/2.10.3/lib/testimonials-widget-widget.php:19
|
13392 |
+
#: testimonials-widget/tags/2.11.0/lib/testimonials-widget-widget.php:19
|
13393 |
+
#: testimonials-widget/tags/2.11.1/lib/testimonials-widget-widget.php:23
|
13394 |
+
#: testimonials-widget/tags/2.11.2/lib/testimonials-widget-widget.php:19
|
13395 |
+
#: testimonials-widget/tags/2.11.3/lib/testimonials-widget-widget.php:19
|
13396 |
+
#: testimonials-widget/tags/2.12.0/lib/class-testimonials-widget-widget.php:37
|
13397 |
+
#: testimonials-widget/tags/2.12.1/lib/class-testimonials-widget-widget.php:37
|
13398 |
+
#: testimonials-widget/tags/2.12.2/lib/class-testimonials-widget-widget.php:37
|
13399 |
+
#: testimonials-widget/tags/2.12.4/lib/class-testimonials-widget-widget.php:37
|
13400 |
+
#: testimonials-widget/tags/2.12.5/lib/class-testimonials-widget-widget.php:37
|
13401 |
+
#: testimonials-widget/tags/2.12.6/lib/class-testimonials-widget-widget.php:37
|
13402 |
+
#: testimonials-widget/tags/2.12.7/lib/class-testimonials-widget-widget.php:37
|
13403 |
+
#: testimonials-widget/tags/2.12.8/lib/class-testimonials-widget-widget.php:37
|
13404 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-widget.php:37
|
13405 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-widget.php:37
|
13406 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-widget.php:37
|
13407 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-widget.php:37
|
13408 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-widget.php:37
|
13409 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-widget.php:37
|
13410 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-widget.php:37
|
13411 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-widget.php:37
|
13412 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-widget.php:37
|
13413 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-widget.php:37
|
13414 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:19
|
13415 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:19
|
13416 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:19
|
13417 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:19
|
13418 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:19
|
13419 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:19
|
13420 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:19
|
13421 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:19
|
13422 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:19
|
13423 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:19
|
13424 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:19
|
13425 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:19
|
13426 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:19
|
13427 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:19
|
13428 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:19
|
13429 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:19
|
13430 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:19
|
13431 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:19
|
13432 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:19
|
13433 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:19
|
13434 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:19
|
13435 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:19
|
13436 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:19
|
13437 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:19
|
13438 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:19
|
13439 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:19
|
13440 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:19
|
13441 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:19
|
13442 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:19
|
13443 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:19
|
13444 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:19
|
13445 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:19
|
13446 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:19
|
13447 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:19
|
13448 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:19
|
13449 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:19
|
13450 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:19
|
13451 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:19
|
13452 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:19
|
13453 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:19
|
13454 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:19
|
13455 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:19
|
13456 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:19
|
13457 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:19
|
13458 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:19
|
13459 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:19
|
13460 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:19
|
13461 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:19
|
13462 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:19
|
13463 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:19
|
13464 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:19
|
13465 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:19
|
13466 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:19
|
13467 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:19
|
13468 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:19
|
13469 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:19
|
13470 |
+
#: testimonials-widget/tags/2.8.0/lib/testimonials-widget-widget.php:19
|
13471 |
+
#: testimonials-widget/tags/2.8.1/lib/testimonials-widget-widget.php:19
|
13472 |
+
msgid "Testimonials Widget"
|
13473 |
+
msgstr ""
|
13474 |
+
|
13475 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:98
|
13476 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:104
|
13477 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:98
|
13478 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:98
|
13479 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:104
|
13480 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:104
|
13481 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:104
|
13482 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:104
|
13483 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:104
|
13484 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:104
|
13485 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:104
|
13486 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:100
|
13487 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:108
|
13488 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:108
|
13489 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:108
|
13490 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:108
|
13491 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:115
|
13492 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:117
|
13493 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:117
|
13494 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:117
|
13495 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:100
|
13496 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:100
|
13497 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:100
|
13498 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:99
|
13499 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:99
|
13500 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:99
|
13501 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:99
|
13502 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:99
|
13503 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:99
|
13504 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:99
|
13505 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:99
|
13506 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:99
|
13507 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:108
|
13508 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:108
|
13509 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:108
|
13510 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:154
|
13511 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:154
|
13512 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:154
|
13513 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:154
|
13514 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:154
|
13515 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:154
|
13516 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:154
|
13517 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:154
|
13518 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:154
|
13519 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:155
|
13520 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:155
|
13521 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:155
|
13522 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:155
|
13523 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:155
|
13524 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:155
|
13525 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:155
|
13526 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:155
|
13527 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:155
|
13528 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:155
|
13529 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:155
|
13530 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:155
|
13531 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:155
|
13532 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:155
|
13533 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:155
|
13534 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:155
|
13535 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:158
|
13536 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:158
|
13537 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:158
|
13538 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:158
|
13539 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:158
|
13540 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:166
|
13541 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:166
|
13542 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:166
|
13543 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:155
|
13544 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:155
|
13545 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:155
|
13546 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:159
|
13547 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:158
|
13548 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:158
|
13549 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:158
|
13550 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:158
|
13551 |
+
msgid "Category filter"
|
13552 |
+
msgstr ""
|
13553 |
+
|
13554 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:98
|
13555 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:104
|
13556 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:98
|
13557 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:98
|
13558 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:104
|
13559 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:104
|
13560 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:104
|
13561 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:104
|
13562 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:104
|
13563 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:104
|
13564 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:104
|
13565 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:100
|
13566 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:108
|
13567 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:108
|
13568 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:108
|
13569 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:108
|
13570 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:115
|
13571 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:117
|
13572 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:117
|
13573 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:117
|
13574 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:100
|
13575 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:100
|
13576 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:100
|
13577 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:99
|
13578 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:99
|
13579 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:99
|
13580 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:99
|
13581 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:99
|
13582 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:99
|
13583 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:99
|
13584 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:99
|
13585 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:99
|
13586 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:108
|
13587 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:108
|
13588 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:108
|
13589 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:154
|
13590 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:154
|
13591 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:154
|
13592 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:154
|
13593 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:154
|
13594 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:154
|
13595 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:154
|
13596 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:154
|
13597 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:154
|
13598 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:155
|
13599 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:155
|
13600 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:155
|
13601 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:155
|
13602 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:155
|
13603 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:155
|
13604 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:155
|
13605 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:155
|
13606 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:155
|
13607 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:155
|
13608 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:155
|
13609 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:155
|
13610 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:155
|
13611 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:155
|
13612 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:155
|
13613 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:155
|
13614 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:158
|
13615 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:158
|
13616 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:158
|
13617 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:158
|
13618 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:158
|
13619 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:166
|
13620 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:166
|
13621 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:166
|
13622 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:155
|
13623 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:155
|
13624 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:155
|
13625 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:159
|
13626 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:158
|
13627 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:158
|
13628 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:158
|
13629 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:158
|
13630 |
+
msgid "Comma separated category slug-names"
|
13631 |
+
msgstr ""
|
13632 |
+
|
13633 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:100
|
13634 |
+
#: testimonials-widget/branches/dev/testimonials-widget-widget.php:78
|
13635 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:106
|
13636 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-widget.php:130
|
13637 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-widget.php:78
|
13638 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-widget.php:130
|
13639 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-widget.php:124
|
13640 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-widget.php:123
|
13641 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-widget.php:123
|
13642 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-widget.php:123
|
13643 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-widget.php:123
|
13644 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-widget.php:123
|
13645 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-widget.php:125
|
13646 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-widget.php:131
|
13647 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-widget.php:131
|
13648 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-widget.php:131
|
13649 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-widget.php:131
|
13650 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-widget.php:131
|
13651 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-widget.php:131
|
13652 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-widget.php:131
|
13653 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:100
|
13654 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:100
|
13655 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:106
|
13656 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:106
|
13657 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:106
|
13658 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:106
|
13659 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:106
|
13660 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:106
|
13661 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:106
|
13662 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:102
|
13663 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:110
|
13664 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:110
|
13665 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:110
|
13666 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:110
|
13667 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:117
|
13668 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:119
|
13669 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:119
|
13670 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:119
|
13671 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:102
|
13672 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:102
|
13673 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:102
|
13674 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:101
|
13675 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:101
|
13676 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:101
|
13677 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:101
|
13678 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:101
|
13679 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:101
|
13680 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:101
|
13681 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:101
|
13682 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:101
|
13683 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:110
|
13684 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:110
|
13685 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:110
|
13686 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:156
|
13687 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:156
|
13688 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:156
|
13689 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:156
|
13690 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:156
|
13691 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:156
|
13692 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:156
|
13693 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:156
|
13694 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:156
|
13695 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:157
|
13696 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:157
|
13697 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:157
|
13698 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:157
|
13699 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:157
|
13700 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:157
|
13701 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:157
|
13702 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:157
|
13703 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:157
|
13704 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:157
|
13705 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:157
|
13706 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:157
|
13707 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:157
|
13708 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:157
|
13709 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:157
|
13710 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:157
|
13711 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:160
|
13712 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:160
|
13713 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:160
|
13714 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:160
|
13715 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:160
|
13716 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:168
|
13717 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:168
|
13718 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:168
|
13719 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:157
|
13720 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:157
|
13721 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:157
|
13722 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:161
|
13723 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:160
|
13724 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:160
|
13725 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:160
|
13726 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:160
|
13727 |
+
msgid "Tags filter"
|
13728 |
+
msgstr ""
|
13729 |
+
|
13730 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:100
|
13731 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:106
|
13732 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:100
|
13733 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:100
|
13734 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:106
|
13735 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:106
|
13736 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:106
|
13737 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:106
|
13738 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:106
|
13739 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:106
|
13740 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:106
|
13741 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:102
|
13742 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:110
|
13743 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:110
|
13744 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:110
|
13745 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:110
|
13746 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:117
|
13747 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:119
|
13748 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:119
|
13749 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:119
|
13750 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:102
|
13751 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:102
|
13752 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:102
|
13753 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:101
|
13754 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:101
|
13755 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:101
|
13756 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:101
|
13757 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:101
|
13758 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:101
|
13759 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:101
|
13760 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:101
|
13761 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:101
|
13762 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:110
|
13763 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:110
|
13764 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:110
|
13765 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:156
|
13766 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:156
|
13767 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:156
|
13768 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:156
|
13769 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:156
|
13770 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:156
|
13771 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:156
|
13772 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:156
|
13773 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:156
|
13774 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:157
|
13775 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:157
|
13776 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:157
|
13777 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:157
|
13778 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:157
|
13779 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:157
|
13780 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:157
|
13781 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:157
|
13782 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:157
|
13783 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:157
|
13784 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:157
|
13785 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:157
|
13786 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:157
|
13787 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:157
|
13788 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:157
|
13789 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:157
|
13790 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:160
|
13791 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:160
|
13792 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:160
|
13793 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:160
|
13794 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:160
|
13795 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:168
|
13796 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:168
|
13797 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:168
|
13798 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:157
|
13799 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:157
|
13800 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:157
|
13801 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:161
|
13802 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:160
|
13803 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:160
|
13804 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:160
|
13805 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:160
|
13806 |
+
msgid "Comma separated tag slug-names"
|
13807 |
+
msgstr ""
|
13808 |
+
|
13809 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:102
|
13810 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:108
|
13811 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-widget.php:124
|
13812 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-widget.php:124
|
13813 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-widget.php:124
|
13814 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-widget.php:124
|
13815 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-widget.php:124
|
13816 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-widget.php:132
|
13817 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-widget.php:132
|
13818 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-widget.php:132
|
13819 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-widget.php:132
|
13820 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-widget.php:132
|
13821 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-widget.php:132
|
13822 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-widget.php:132
|
13823 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:102
|
13824 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:102
|
13825 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:108
|
13826 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:108
|
13827 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:108
|
13828 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:108
|
13829 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:108
|
13830 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:108
|
13831 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:108
|
13832 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:104
|
13833 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:112
|
13834 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:112
|
13835 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:112
|
13836 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:112
|
13837 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:119
|
13838 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:121
|
13839 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:121
|
13840 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:121
|
13841 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:104
|
13842 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:104
|
13843 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:104
|
13844 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:103
|
13845 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:103
|
13846 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:103
|
13847 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:103
|
13848 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:103
|
13849 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:103
|
13850 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:103
|
13851 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:103
|
13852 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:103
|
13853 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:112
|
13854 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:112
|
13855 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:112
|
13856 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:158
|
13857 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:158
|
13858 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:158
|
13859 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:158
|
13860 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:158
|
13861 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:158
|
13862 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:158
|
13863 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:158
|
13864 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:158
|
13865 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:159
|
13866 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:159
|
13867 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:159
|
13868 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:159
|
13869 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:159
|
13870 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:159
|
13871 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:159
|
13872 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:159
|
13873 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:159
|
13874 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:159
|
13875 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:159
|
13876 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:159
|
13877 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:159
|
13878 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:159
|
13879 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:159
|
13880 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:159
|
13881 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:162
|
13882 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:162
|
13883 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:162
|
13884 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:162
|
13885 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:162
|
13886 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:170
|
13887 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:170
|
13888 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:170
|
13889 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:159
|
13890 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:159
|
13891 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:159
|
13892 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:163
|
13893 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:162
|
13894 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:162
|
13895 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:162
|
13896 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:162
|
13897 |
+
msgid "Require all tags"
|
13898 |
+
msgstr ""
|
13899 |
+
|
13900 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:102
|
13901 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:108
|
13902 |
+
#: testimonials-widget/branches/settings/lib/settings.testimonials-widget.php:203
|
13903 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:102
|
13904 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:102
|
13905 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:108
|
13906 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:108
|
13907 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:108
|
13908 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:108
|
13909 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:108
|
13910 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:108
|
13911 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:108
|
13912 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:104
|
13913 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:112
|
13914 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:112
|
13915 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:112
|
13916 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:112
|
13917 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:119
|
13918 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:121
|
13919 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:121
|
13920 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:121
|
13921 |
+
#: testimonials-widget/tags/2.10.0/lib/settings.testimonials-widget.php:223
|
13922 |
+
#: testimonials-widget/tags/2.10.1/lib/settings.testimonials-widget.php:223
|
13923 |
+
#: testimonials-widget/tags/2.10.2/lib/settings.testimonials-widget.php:223
|
13924 |
+
#: testimonials-widget/tags/2.10.3/lib/settings.testimonials-widget.php:230
|
13925 |
+
#: testimonials-widget/tags/2.11.0/lib/settings.testimonials-widget.php:240
|
13926 |
+
#: testimonials-widget/tags/2.11.1/lib/settings.testimonials-widget.php:240
|
13927 |
+
#: testimonials-widget/tags/2.11.2/lib/settings.testimonials-widget.php:257
|
13928 |
+
#: testimonials-widget/tags/2.11.3/lib/settings.testimonials-widget.php:257
|
13929 |
+
#: testimonials-widget/tags/2.12.0/lib/class-settings-testimonials-widget.php:278
|
13930 |
+
#: testimonials-widget/tags/2.12.1/lib/class-settings-testimonials-widget.php:278
|
13931 |
+
#: testimonials-widget/tags/2.12.2/lib/class-settings-testimonials-widget.php:277
|
13932 |
+
#: testimonials-widget/tags/2.12.4/lib/class-settings-testimonials-widget.php:277
|
13933 |
+
#: testimonials-widget/tags/2.12.5/lib/class-settings-testimonials-widget.php:277
|
13934 |
+
#: testimonials-widget/tags/2.12.6/lib/class-settings-testimonials-widget.php:277
|
13935 |
+
#: testimonials-widget/tags/2.12.7/lib/class-settings-testimonials-widget.php:277
|
13936 |
+
#: testimonials-widget/tags/2.12.8/lib/class-settings-testimonials-widget.php:277
|
13937 |
+
#: testimonials-widget/tags/2.13.0/lib/class-testimonials-widget-settings.php:284
|
13938 |
+
#: testimonials-widget/tags/2.13.1/lib/class-testimonials-widget-settings.php:287
|
13939 |
+
#: testimonials-widget/tags/2.13.2/lib/class-testimonials-widget-settings.php:287
|
13940 |
+
#: testimonials-widget/tags/2.13.3/lib/class-testimonials-widget-settings.php:293
|
13941 |
+
#: testimonials-widget/tags/2.13.4/lib/class-testimonials-widget-settings.php:293
|
13942 |
+
#: testimonials-widget/tags/2.13.5/lib/class-testimonials-widget-settings.php:293
|
13943 |
+
#: testimonials-widget/tags/2.13.6/lib/class-testimonials-widget-settings.php:355
|
13944 |
+
#: testimonials-widget/tags/2.14.0/lib/class-testimonials-widget-settings.php:394
|
13945 |
+
#: testimonials-widget/tags/2.15.0/lib/class-testimonials-widget-settings.php:384
|
13946 |
+
#: testimonials-widget/tags/2.15.1/lib/class-testimonials-widget-settings.php:384
|
13947 |
+
#: testimonials-widget/tags/2.16.0/lib/class-testimonials-widget-settings.php:380
|
13948 |
+
#: testimonials-widget/tags/2.16.1/lib/class-testimonials-widget-settings.php:380
|
13949 |
+
#: testimonials-widget/tags/2.16.2/lib/class-testimonials-widget-settings.php:380
|
13950 |
+
#: testimonials-widget/tags/2.16.3/lib/class-testimonials-widget-settings.php:380
|
13951 |
+
#: testimonials-widget/tags/2.16.4/lib/class-testimonials-widget-settings.php:380
|
13952 |
+
#: testimonials-widget/tags/2.16.5/lib/class-testimonials-widget-settings.php:380
|
13953 |
+
#: testimonials-widget/tags/2.16.6/lib/class-testimonials-widget-settings.php:380
|
13954 |
+
#: testimonials-widget/tags/2.17.0/lib/class-testimonials-widget-settings.php:382
|
13955 |
+
#: testimonials-widget/tags/2.17.1/lib/class-testimonials-widget-settings.php:385
|
13956 |
+
#: testimonials-widget/tags/2.17.2/lib/class-testimonials-widget-settings.php:385
|
13957 |
+
#: testimonials-widget/tags/2.18.0/includes/class-testimonials-widget-settings.php:382
|
13958 |
+
#: testimonials-widget/tags/2.18.1/includes/class-testimonials-widget-settings.php:382
|
13959 |
+
#: testimonials-widget/tags/2.18.2/includes/class-testimonials-widget-settings.php:382
|
13960 |
+
#: testimonials-widget/tags/2.18.3/includes/class-testimonials-widget-settings.php:390
|
13961 |
+
#: testimonials-widget/tags/2.18.4/includes/class-testimonials-widget-settings.php:390
|
13962 |
+
#: testimonials-widget/tags/2.19.0/includes/class-testimonials-widget-settings.php:423
|
13963 |
+
#: testimonials-widget/tags/2.19.1/includes/class-testimonials-widget-settings.php:423
|
13964 |
+
#: testimonials-widget/tags/2.19.1/trunk/includes/class-testimonials-widget-settings.php:423
|
13965 |
+
#: testimonials-widget/tags/2.19.2/includes/class-testimonials-widget-settings.php:423
|
13966 |
+
#: testimonials-widget/tags/2.19.3/includes/class-testimonials-widget-settings.php:423
|
13967 |
+
#: testimonials-widget/tags/2.19.4/includes/class-testimonials-widget-settings.php:439
|
13968 |
+
#: testimonials-widget/tags/2.19.5/includes/class-testimonials-widget-settings.php:439
|
13969 |
+
#: testimonials-widget/tags/2.19.5.1/includes/class-testimonials-widget-settings.php:439
|
13970 |
+
#: testimonials-widget/tags/2.19.6/includes/class-testimonials-widget-settings.php:438
|
13971 |
+
#: testimonials-widget/tags/2.19.7/includes/class-testimonials-widget-settings.php:438
|
13972 |
+
#: testimonials-widget/tags/2.19.8/includes/class-testimonials-widget-settings.php:446
|
13973 |
+
#: testimonials-widget/tags/2.19.9/includes/class-testimonials-widget-settings.php:448
|
13974 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:104
|
13975 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:104
|
13976 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:104
|
13977 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:103
|
13978 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:103
|
13979 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:103
|
13980 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:103
|
13981 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:103
|
13982 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:103
|
13983 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:103
|
13984 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:103
|
13985 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:103
|
13986 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:112
|
13987 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:112
|
13988 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:112
|
13989 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:158
|
13990 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:158
|
13991 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:158
|
13992 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:158
|
13993 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:158
|
13994 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:158
|
13995 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:158
|
13996 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:158
|
13997 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:158
|
13998 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:159
|
13999 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:159
|
14000 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:159
|
14001 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:159
|
14002 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:159
|
14003 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:159
|
14004 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:159
|
14005 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:159
|
14006 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:159
|
14007 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:159
|
14008 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:159
|
14009 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:159
|
14010 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:159
|
14011 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:159
|
14012 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:159
|
14013 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:159
|
14014 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:162
|
14015 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:162
|
14016 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:162
|
14017 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:162
|
14018 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:162
|
14019 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:170
|
14020 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:170
|
14021 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:170
|
14022 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:159
|
14023 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:159
|
14024 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:159
|
14025 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:163
|
14026 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:162
|
14027 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:162
|
14028 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:162
|
14029 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:162
|
14030 |
+
#: testimonials-widget/tags/2.8.0/lib/settings.testimonials-widget.php:203
|
14031 |
+
#: testimonials-widget/tags/2.8.1/lib/settings.testimonials-widget.php:204
|
14032 |
+
msgid "Select only testimonials with all of the given tags"
|
14033 |
+
msgstr ""
|
14034 |
+
|
14035 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:104
|
14036 |
+
#: testimonials-widget/branches/dev/testimonials-widget-widget.php:74
|
14037 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:110
|
14038 |
+
#: testimonials-widget/branches/v0.2/testimonials-widget-widget.php:126
|
14039 |
+
#: testimonials-widget/tags/0.1/testimonials-widget-widget.php:74
|
14040 |
+
#: testimonials-widget/tags/0.2/testimonials-widget-widget.php:126
|
14041 |
+
#: testimonials-widget/tags/0.2.1/testimonials-widget-widget.php:120
|
14042 |
+
#: testimonials-widget/tags/0.2.10/testimonials-widget-widget.php:119
|
14043 |
+
#: testimonials-widget/tags/0.2.11/testimonials-widget-widget.php:119
|
14044 |
+
#: testimonials-widget/tags/0.2.12/testimonials-widget-widget.php:119
|
14045 |
+
#: testimonials-widget/tags/0.2.13/testimonials-widget-widget.php:119
|
14046 |
+
#: testimonials-widget/tags/0.2.14/testimonials-widget-widget.php:119
|
14047 |
+
#: testimonials-widget/tags/0.2.2/testimonials-widget-widget.php:121
|
14048 |
+
#: testimonials-widget/tags/0.2.3/testimonials-widget-widget.php:127
|
14049 |
+
#: testimonials-widget/tags/0.2.4/testimonials-widget-widget.php:127
|
14050 |
+
#: testimonials-widget/tags/0.2.5/testimonials-widget-widget.php:127
|
14051 |
+
#: testimonials-widget/tags/0.2.6/testimonials-widget-widget.php:127
|
14052 |
+
#: testimonials-widget/tags/0.2.7/testimonials-widget-widget.php:127
|
14053 |
+
#: testimonials-widget/tags/0.2.8/testimonials-widget-widget.php:127
|
14054 |
+
#: testimonials-widget/tags/0.2.9/testimonials-widget-widget.php:127
|
14055 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:104
|
14056 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:104
|
14057 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:110
|
14058 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:110
|
14059 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:110
|
14060 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:110
|
14061 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:110
|
14062 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:110
|
14063 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:110
|
14064 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:106
|
14065 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:114
|
14066 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:114
|
14067 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:114
|
14068 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:114
|
14069 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:121
|
14070 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:123
|
14071 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:123
|
14072 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:123
|
14073 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:106
|
14074 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:106
|
14075 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:106
|
14076 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:105
|
14077 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:105
|
14078 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:105
|
14079 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:105
|
14080 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:105
|
14081 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:105
|
14082 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:105
|
14083 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:105
|
14084 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:105
|
14085 |
+
msgid "Advanced options"
|
14086 |
+
msgstr ""
|
14087 |
+
|
14088 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:108
|
14089 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:114
|
14090 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:108
|
14091 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:108
|
14092 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:114
|
14093 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:114
|
14094 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:114
|
14095 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:114
|
14096 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:114
|
14097 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:114
|
14098 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:114
|
14099 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:112
|
14100 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:120
|
14101 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:120
|
14102 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:120
|
14103 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:120
|
14104 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:127
|
14105 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:129
|
14106 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:129
|
14107 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:129
|
14108 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:112
|
14109 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:112
|
14110 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:112
|
14111 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:111
|
14112 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:111
|
14113 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:111
|
14114 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:111
|
14115 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:111
|
14116 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:111
|
14117 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:111
|
14118 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:111
|
14119 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:111
|
14120 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:120
|
14121 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:120
|
14122 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:120
|
14123 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:166
|
14124 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:166
|
14125 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:166
|
14126 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:166
|
14127 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:166
|
14128 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:166
|
14129 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:166
|
14130 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:166
|
14131 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:166
|
14132 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:169
|
14133 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:169
|
14134 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:169
|
14135 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:169
|
14136 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:169
|
14137 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:169
|
14138 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:169
|
14139 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:169
|
14140 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:169
|
14141 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:169
|
14142 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:169
|
14143 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:169
|
14144 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:169
|
14145 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:169
|
14146 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:169
|
14147 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:169
|
14148 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:172
|
14149 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:172
|
14150 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:172
|
14151 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:172
|
14152 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:172
|
14153 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:180
|
14154 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:180
|
14155 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:180
|
14156 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:169
|
14157 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:169
|
14158 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:169
|
14159 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:173
|
14160 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:172
|
14161 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:172
|
14162 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:172
|
14163 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:172
|
14164 |
+
msgid "Hide image?"
|
14165 |
+
msgstr ""
|
14166 |
+
|
14167 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:110
|
14168 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:116
|
14169 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:110
|
14170 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:110
|
14171 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:116
|
14172 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:116
|
14173 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:116
|
14174 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:116
|
14175 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:116
|
14176 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:116
|
14177 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:116
|
14178 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:118
|
14179 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:122
|
14180 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:122
|
14181 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:122
|
14182 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:122
|
14183 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:131
|
14184 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:133
|
14185 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:133
|
14186 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:133
|
14187 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:118
|
14188 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:118
|
14189 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:118
|
14190 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:117
|
14191 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:117
|
14192 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:117
|
14193 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:117
|
14194 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:117
|
14195 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:117
|
14196 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:117
|
14197 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:117
|
14198 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:117
|
14199 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:126
|
14200 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:126
|
14201 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:126
|
14202 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:172
|
14203 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:172
|
14204 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:172
|
14205 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:172
|
14206 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:172
|
14207 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:172
|
14208 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:172
|
14209 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:172
|
14210 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:172
|
14211 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:175
|
14212 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:175
|
14213 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:175
|
14214 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:175
|
14215 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:175
|
14216 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:175
|
14217 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:175
|
14218 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:175
|
14219 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:175
|
14220 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:175
|
14221 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:175
|
14222 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:175
|
14223 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:175
|
14224 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:175
|
14225 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:175
|
14226 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:175
|
14227 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:178
|
14228 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:178
|
14229 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:178
|
14230 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:178
|
14231 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:178
|
14232 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:186
|
14233 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:186
|
14234 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:186
|
14235 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:175
|
14236 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:175
|
14237 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:175
|
14238 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:179
|
14239 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:178
|
14240 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:178
|
14241 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:178
|
14242 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:178
|
14243 |
+
msgid "Hide source?"
|
14244 |
+
msgstr ""
|
14245 |
+
|
14246 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:112
|
14247 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:118
|
14248 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:112
|
14249 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:112
|
14250 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:118
|
14251 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:118
|
14252 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:118
|
14253 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:118
|
14254 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:118
|
14255 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:118
|
14256 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:118
|
14257 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:120
|
14258 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:124
|
14259 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:124
|
14260 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:124
|
14261 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:124
|
14262 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:133
|
14263 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:135
|
14264 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:135
|
14265 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:135
|
14266 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:120
|
14267 |
+
#: testimonials-widget/tags/2.2.1/lib/testimonials-widget-widget.php:120
|
14268 |
+
#: testimonials-widget/tags/2.2.2/lib/testimonials-widget-widget.php:120
|
14269 |
+
#: testimonials-widget/tags/2.2.3/lib/testimonials-widget-widget.php:119
|
14270 |
+
#: testimonials-widget/tags/2.2.4/lib/testimonials-widget-widget.php:119
|
14271 |
+
#: testimonials-widget/tags/2.2.5/lib/testimonials-widget-widget.php:119
|
14272 |
+
#: testimonials-widget/tags/2.2.6/lib/testimonials-widget-widget.php:119
|
14273 |
+
#: testimonials-widget/tags/2.2.7/lib/testimonials-widget-widget.php:119
|
14274 |
+
#: testimonials-widget/tags/2.2.8/lib/testimonials-widget-widget.php:119
|
14275 |
+
#: testimonials-widget/tags/2.2.9/lib/testimonials-widget-widget.php:119
|
14276 |
+
#: testimonials-widget/tags/2.3.0/lib/testimonials-widget-widget.php:119
|
14277 |
+
#: testimonials-widget/tags/2.3.1/lib/testimonials-widget-widget.php:119
|
14278 |
+
#: testimonials-widget/tags/2.3.2/lib/testimonials-widget-widget.php:128
|
14279 |
+
#: testimonials-widget/tags/2.3.3/lib/testimonials-widget-widget.php:128
|
14280 |
+
#: testimonials-widget/tags/2.3.4/lib/testimonials-widget-widget.php:128
|
14281 |
+
#: testimonials-widget/tags/2.4.0/lib/testimonials-widget-widget.php:174
|
14282 |
+
#: testimonials-widget/tags/2.4.1/lib/testimonials-widget-widget.php:174
|
14283 |
+
#: testimonials-widget/tags/2.4.2/lib/testimonials-widget-widget.php:174
|
14284 |
+
#: testimonials-widget/tags/2.4.3/lib/testimonials-widget-widget.php:174
|
14285 |
+
#: testimonials-widget/tags/2.4.4/lib/testimonials-widget-widget.php:174
|
14286 |
+
#: testimonials-widget/tags/2.4.5/lib/testimonials-widget-widget.php:174
|
14287 |
+
#: testimonials-widget/tags/2.4.6/lib/testimonials-widget-widget.php:174
|
14288 |
+
#: testimonials-widget/tags/2.4.7/lib/testimonials-widget-widget.php:174
|
14289 |
+
#: testimonials-widget/tags/2.4.8/lib/testimonials-widget-widget.php:174
|
14290 |
+
#: testimonials-widget/tags/2.5.0/lib/testimonials-widget-widget.php:177
|
14291 |
+
#: testimonials-widget/tags/2.5.1/lib/testimonials-widget-widget.php:177
|
14292 |
+
#: testimonials-widget/tags/2.5.2/lib/testimonials-widget-widget.php:177
|
14293 |
+
#: testimonials-widget/tags/2.5.3/lib/testimonials-widget-widget.php:177
|
14294 |
+
#: testimonials-widget/tags/2.5.4/lib/testimonials-widget-widget.php:177
|
14295 |
+
#: testimonials-widget/tags/2.5.5/lib/testimonials-widget-widget.php:177
|
14296 |
+
#: testimonials-widget/tags/2.5.6/lib/testimonials-widget-widget.php:177
|
14297 |
+
#: testimonials-widget/tags/2.6.0/lib/testimonials-widget-widget.php:177
|
14298 |
+
#: testimonials-widget/tags/2.6.1/lib/testimonials-widget-widget.php:177
|
14299 |
+
#: testimonials-widget/tags/2.6.2/lib/testimonials-widget-widget.php:177
|
14300 |
+
#: testimonials-widget/tags/2.6.3/lib/testimonials-widget-widget.php:177
|
14301 |
+
#: testimonials-widget/tags/2.6.4/lib/testimonials-widget-widget.php:177
|
14302 |
+
#: testimonials-widget/tags/2.6.5/lib/testimonials-widget-widget.php:177
|
14303 |
+
#: testimonials-widget/tags/2.6.6/lib/testimonials-widget-widget.php:177
|
14304 |
+
#: testimonials-widget/tags/2.7.0/lib/testimonials-widget-widget.php:177
|
14305 |
+
#: testimonials-widget/tags/2.7.1/lib/testimonials-widget-widget.php:177
|
14306 |
+
#: testimonials-widget/tags/2.7.10/lib/testimonials-widget-widget.php:180
|
14307 |
+
#: testimonials-widget/tags/2.7.11/lib/testimonials-widget-widget.php:180
|
14308 |
+
#: testimonials-widget/tags/2.7.12/lib/testimonials-widget-widget.php:180
|
14309 |
+
#: testimonials-widget/tags/2.7.13/lib/testimonials-widget-widget.php:180
|
14310 |
+
#: testimonials-widget/tags/2.7.14/lib/testimonials-widget-widget.php:180
|
14311 |
+
#: testimonials-widget/tags/2.7.15/lib/testimonials-widget-widget.php:188
|
14312 |
+
#: testimonials-widget/tags/2.7.16/lib/testimonials-widget-widget.php:188
|
14313 |
+
#: testimonials-widget/tags/2.7.17/lib/testimonials-widget-widget.php:188
|
14314 |
+
#: testimonials-widget/tags/2.7.2/lib/testimonials-widget-widget.php:177
|
14315 |
+
#: testimonials-widget/tags/2.7.3/lib/testimonials-widget-widget.php:177
|
14316 |
+
#: testimonials-widget/tags/2.7.4/lib/testimonials-widget-widget.php:177
|
14317 |
+
#: testimonials-widget/tags/2.7.5/lib/testimonials-widget-widget.php:181
|
14318 |
+
#: testimonials-widget/tags/2.7.6/lib/testimonials-widget-widget.php:180
|
14319 |
+
#: testimonials-widget/tags/2.7.7/lib/testimonials-widget-widget.php:180
|
14320 |
+
#: testimonials-widget/tags/2.7.8/lib/testimonials-widget-widget.php:180
|
14321 |
+
#: testimonials-widget/tags/2.7.9/lib/testimonials-widget-widget.php:180
|
14322 |
+
msgid "Hide email?"
|
14323 |
+
msgstr ""
|
14324 |
+
|
14325 |
+
#: testimonials-widget/branches/2.0/lib/testimonials-widget-widget.php:114
|
14326 |
+
#: testimonials-widget/branches/paging/lib/testimonials-widget-widget.php:120
|
14327 |
+
#: testimonials-widget/tags/2.0.0/lib/testimonials-widget-widget.php:114
|
14328 |
+
#: testimonials-widget/tags/2.0.1/lib/testimonials-widget-widget.php:114
|
14329 |
+
#: testimonials-widget/tags/2.0.2/lib/testimonials-widget-widget.php:120
|
14330 |
+
#: testimonials-widget/tags/2.0.3/lib/testimonials-widget-widget.php:120
|
14331 |
+
#: testimonials-widget/tags/2.0.4/lib/testimonials-widget-widget.php:120
|
14332 |
+
#: testimonials-widget/tags/2.0.5/lib/testimonials-widget-widget.php:120
|
14333 |
+
#: testimonials-widget/tags/2.0.6/lib/testimonials-widget-widget.php:120
|
14334 |
+
#: testimonials-widget/tags/2.1.0/lib/testimonials-widget-widget.php:120
|
14335 |
+
#: testimonials-widget/tags/2.1.1/lib/testimonials-widget-widget.php:120
|
14336 |
+
#: testimonials-widget/tags/2.1.10/lib/testimonials-widget-widget.php:122
|
14337 |
+
#: testimonials-widget/tags/2.1.2/lib/testimonials-widget-widget.php:126
|
14338 |
+
#: testimonials-widget/tags/2.1.3/lib/testimonials-widget-widget.php:126
|
14339 |
+
#: testimonials-widget/tags/2.1.4/lib/testimonials-widget-widget.php:126
|
14340 |
+
#: testimonials-widget/tags/2.1.5/lib/testimonials-widget-widget.php:126
|
14341 |
+
#: testimonials-widget/tags/2.1.6/lib/testimonials-widget-widget.php:135
|
14342 |
+
#: testimonials-widget/tags/2.1.7/lib/testimonials-widget-widget.php:137
|
14343 |
+
#: testimonials-widget/tags/2.1.8/lib/testimonials-widget-widget.php:137
|
14344 |
+
#: testimonials-widget/tags/2.1.9/lib/testimonials-widget-widget.php:137
|
14345 |
+
#: testimonials-widget/tags/2.2.0/lib/testimonials-widget-widget.php:122
|
14346 |
+
#: testimonials-widget/tags/2.2.1/lib/testi
|