Strong Testimonials - Version 2.31.10

Version Description

  • Aug 2, 2018 =
  • Fix singular/plural phrases in testimonial average shortcode.
  • Fix bug in scroll to success message.
  • Fix RTL slider controls.
  • Attempt to fix slider touch problems in iOS.
Download this release

Release Info

Developer cdillon27
Plugin Icon 128x128 Strong Testimonials
Version 2.31.10
Comparing to
See all releases

Code changes from version 2.31.9 to 2.31.10

Files changed (62) hide show
  1. admin/about/about.php +4 -4
  2. admin/about/addons.php +2 -2
  3. admin/about/whats-new.php +1 -0
  4. admin/class-strong-testimonials-page-shortcodes.php +0 -1
  5. includes/class-strong-form.php +2 -0
  6. includes/class-strong-testimonials-shortcode-average.php +16 -15
  7. includes/class-strong-testimonials-shortcode.php +7 -1
  8. includes/class-strong-view-form.php +29 -32
  9. languages/strong-testimonials-ar_AR.mo +0 -0
  10. languages/strong-testimonials-ar_AR.po +3177 -1423
  11. languages/strong-testimonials-es_ES.mo +0 -0
  12. languages/strong-testimonials-es_ES.po +617 -346
  13. languages/strong-testimonials-fa_IR.mo +0 -0
  14. languages/strong-testimonials-fa_IR.po +1164 -1783
  15. languages/strong-testimonials-fr_FR.mo +0 -0
  16. languages/strong-testimonials-fr_FR.po +613 -336
  17. languages/strong-testimonials-he_IL.mo +0 -0
  18. languages/strong-testimonials-he_IL.po +122 -1708
  19. languages/strong-testimonials-pt_BR.mo +0 -0
  20. languages/strong-testimonials-pt_BR.po +616 -334
  21. languages/strong-testimonials-ru_RU.mo +0 -0
  22. languages/strong-testimonials-ru_RU.po +617 -340
  23. languages/strong-testimonials-sv_SE.mo +0 -0
  24. languages/strong-testimonials-sv_SE.po +614 -339
  25. languages/strong-testimonials.pot +604 -325
  26. public/css/slider-controls-full-buttons.css +18 -7
  27. public/css/slider-controls-full-buttons2.css +28 -10
  28. public/css/slider-controls-full-buttons3.css +13 -7
  29. public/css/slider-controls-sides-buttons-pager-buttons.css +31 -15
  30. public/css/slider-controls-sides-buttons-pager-text.css +31 -15
  31. public/css/slider-controls-sides-buttons.css +30 -14
  32. public/css/slider-controls-sides-buttons2-pager-buttons.css +41 -18
  33. public/css/slider-controls-sides-buttons2-pager-text.css +41 -18
  34. public/css/slider-controls-sides-buttons2.css +40 -17
  35. public/css/slider-controls-sides-buttons3-pager-buttons.css +26 -15
  36. public/css/slider-controls-sides-buttons3-pager-text.css +26 -15
  37. public/css/slider-controls-sides-buttons3.css +25 -14
  38. public/css/slider-controls-simple-buttons-pager-buttons.css +19 -8
  39. public/css/slider-controls-simple-buttons-pager-text.css +19 -8
  40. public/css/slider-controls-simple-buttons.css +18 -7
  41. public/css/slider-controls-simple-buttons2-pager-buttons.css +29 -11
  42. public/css/slider-controls-simple-buttons2-pager-text.css +29 -11
  43. public/css/slider-controls-simple-buttons2.css +28 -10
  44. public/css/slider-controls-simple-buttons3-pager-buttons.css +14 -8
  45. public/css/slider-controls-simple-buttons3-pager-text.css +14 -8
  46. public/css/slider-controls-simple-buttons3.css +13 -7
  47. public/css/slider-controls-simple-text-pager-buttons.css +19 -8
  48. public/css/slider-controls-simple-text-pager-text.css +1 -1
  49. public/css/slider-pager-buttons.css +1 -1
  50. public/css/slider-pager-text.css +1 -1
  51. public/js/controller.js +3 -1
  52. public/js/controller.min.js +1 -1
  53. public/js/lib/strongslider/jquery.strongslider.js +373 -316
  54. public/js/lib/strongslider/jquery.strongslider.min.js +1 -2
  55. public/scss/_partials/_buttons.scss +31 -7
  56. public/scss/_partials/_buttons2.scss +40 -10
  57. public/scss/_partials/_buttons3.scss +25 -7
  58. public/scss/_partials/_pager_buttons.scss +4 -1
  59. public/scss/_partials/_pager_text.scss +3 -1
  60. public/scss/_partials/_sides.scss +27 -14
  61. readme.txt +7 -1
  62. strong-testimonials.php +2 -2
admin/about/about.php CHANGED
@@ -1,11 +1,11 @@
1
  <h2><?php _e( 'Flexible Features. Strong Support.', 'strong-testimonials' ); ?></h2>
2
  <?php /* translators: %s is a formatted number */ ?>
3
- <p class="lead-description"><?php printf( __( 'The highest-rated free testimonials plugin trusted by more than %s people keeps getting better.', 'strong-testimonials' ), number_format_i18n( 50000 ) ); ?></p>
4
  <div class="feature-section one-col">
5
  <div class="col">
6
- <p><?php _e( 'Your site is unique, right? So are your testimonials. This plugin is designed from the ground up to simplify the process of customizing your testimonials or reviews.', 'strong-testimonials' ); ?></p>
7
- <p><?php _e( '<strong>Custom fields</strong> are deeply integrated into Strong Testimonials so it\'s simple to configure the fields on your testimonial submission form, update those fields when adding or editing testimonials, and select which fields to display on your testimonials. The plugin even includes a default set of custom fields so you can get started quickly.', 'strong-testimonials' ); ?></p>
8
  <p><?php _e( 'Forget about complicated shortcodes. Use <strong>views</strong> to construct unlimited testimonial displays including grids and slideshows with features like excerpts and pagination in a variety of templates.', 'strong-testimonials' ); ?></p>
9
- <p><?php _e( 'Power up with plugins like Popup Maker or Google Captcha. For developers, actions and filters allow further customization.', 'strong-testimonials' ); ?></p>
10
  </div>
11
  </div>
1
  <h2><?php _e( 'Flexible Features. Strong Support.', 'strong-testimonials' ); ?></h2>
2
  <?php /* translators: %s is a formatted number */ ?>
3
+ <p class="lead-description"><?php printf( __( 'The highest-rated free testimonials plugin trusted by more than %s people.', 'strong-testimonials' ), number_format_i18n( 60000 ) ); ?></p>
4
  <div class="feature-section one-col">
5
  <div class="col">
6
+ <p><?php _e( 'Designed from the ground up to simplify the process of customizing your testimonials or reviews.', 'strong-testimonials' ); ?></p>
7
+ <p><?php _e( '<strong>Custom fields</strong> are deeply integrated into Strong Testimonials. It even includes a default set of custom fields so you can get started quickly.', 'strong-testimonials' ); ?></p>
8
  <p><?php _e( 'Forget about complicated shortcodes. Use <strong>views</strong> to construct unlimited testimonial displays including grids and slideshows with features like excerpts and pagination in a variety of templates.', 'strong-testimonials' ); ?></p>
9
+ <p><?php _e( 'Integrate with plugins like Popup Maker or Google Captcha. For developers, actions and filters allow further customization.', 'strong-testimonials' ); ?></p>
10
  </div>
11
  </div>
admin/about/addons.php CHANGED
@@ -5,7 +5,7 @@
5
  <div id="addons" class="feature-section three-col">
6
  <div class="col sidebar-block sidebar-news addon review-markup">
7
  <h3>Review Markup</h3>
8
- <p>Improve your search engine results and get Rich Snippets by adding review markup to your testimonials. </p>
9
  <div class="actions">
10
  <a href="https://strongplugins.com/plugins/strong-testimonials-review-markup/?utm_source=plugin&utm_medium=about" target="_blank">Learn more</a>
11
  &nbsp;&bull;&nbsp;
@@ -34,7 +34,7 @@
34
  <div class="actions">
35
  <a href="https://strongplugins.com/plugins/strong-testimonials-assignment?utm_source=plugin&utm_medium=about" target="_blank">Learn more</a>
36
  &nbsp;&bull;&nbsp;
37
- <a href="https://strongdemos.com/strong-testimonials-assignment-1/?utm_source=plugin&utm_medium=about" target="_blank">Go demo</a>
38
  </div>
39
  </div>
40
  </div>
5
  <div id="addons" class="feature-section three-col">
6
  <div class="col sidebar-block sidebar-news addon review-markup">
7
  <h3>Review Markup</h3>
8
+ <p>Improve your search engine results and get rich snippets by adding review markup to your testimonials. </p>
9
  <div class="actions">
10
  <a href="https://strongplugins.com/plugins/strong-testimonials-review-markup/?utm_source=plugin&utm_medium=about" target="_blank">Learn more</a>
11
  &nbsp;&bull;&nbsp;
34
  <div class="actions">
35
  <a href="https://strongplugins.com/plugins/strong-testimonials-assignment?utm_source=plugin&utm_medium=about" target="_blank">Learn more</a>
36
  &nbsp;&bull;&nbsp;
37
+ <a href="https://strongdemos.com/strong-testimonials-assignment/?utm_source=plugin&utm_medium=about" target="_blank">Go demo</a>
38
  </div>
39
  </div>
40
  </div>
admin/about/whats-new.php CHANGED
@@ -26,6 +26,7 @@
26
  <li>Version 2.31.7</li>
27
  <li>Version 2.31.8</li>
28
  <li>Version 2.31.9</li>
 
29
  </ul>
30
 
31
  </div>
26
  <li>Version 2.31.7</li>
27
  <li>Version 2.31.8</li>
28
  <li>Version 2.31.9</li>
29
+ <li>Version 2.31.10</li>
30
  </ul>
31
 
32
  </div>
admin/class-strong-testimonials-page-shortcodes.php CHANGED
@@ -157,7 +157,6 @@ class Strong_Testimonials_Page_Shortcodes {
157
  <tr>
158
  <td>
159
  <p><?php _e( 'Insert tags into your custom content.', 'strong-testimonials' ); ?></p>
160
- <p class="description"><?php _e( '', 'strong-testimonials' ); ?></p>
161
  </td>
162
  <td class="has-inner">
163
  <table class="inner" cellpadding="0" cellspacing="0">
157
  <tr>
158
  <td>
159
  <p><?php _e( 'Insert tags into your custom content.', 'strong-testimonials' ); ?></p>
 
160
  </td>
161
  <td class="has-inner">
162
  <table class="inner" cellpadding="0" cellspacing="0">
includes/class-strong-form.php CHANGED
@@ -102,6 +102,8 @@ class Strong_Testimonials_Form {
102
  $goback = $form_options['success_redirect_url'];
103
  break;
104
  default:
 
 
105
  $goback = add_query_arg( 'success', '', wp_get_referer() );
106
  }
107
  wp_redirect( apply_filters( 'wpmtst_form_redirect_url', $goback ) );
102
  $goback = $form_options['success_redirect_url'];
103
  break;
104
  default:
105
+ // For non-Ajax forms, the only ways to store the state (successful form submission)
106
+ // are a query parameter or a cookie.
107
  $goback = add_query_arg( 'success', '', wp_get_referer() );
108
  }
109
  wp_redirect( apply_filters( 'wpmtst_form_redirect_url', $goback ) );
includes/class-strong-testimonials-shortcode-average.php CHANGED
@@ -43,15 +43,6 @@ class Strong_Testimonials_Average_Shortcode {
43
 
44
  $atts = shortcode_atts( $pairs, normalize_empty_atts( $atts ), $this->shortcode );
45
 
46
- // default phrases
47
- $phrases = array(
48
- /* translators: %s are numbers */
49
- 'title' => __( 'Average Rating:', 'strong-testimonials-assignment' ),
50
- 'summary' => __( '%s stars (based on %s ratings)', 'strong-testimonials-assignment' ),
51
- 'title2' => __( 'Average of %s Ratings:', 'strong-testimonials-assignment' ),
52
- 'summary2' => __( '%s stars', 'strong-testimonials-assignment' ),
53
- );
54
-
55
  // default parts
56
  if ( ! $content ) {
57
  $content = '{title} {stars} {summary}';
@@ -145,10 +136,12 @@ class Strong_Testimonials_Average_Shortcode {
145
 
146
  // title
147
  if ( isset( $parts['title'] ) ) {
148
- $parts['title'] = sprintf( '<span class="strong-rating-title">%s</span>', $phrases['title'] );
149
  }
150
  if ( isset( $parts['title2'] ) ) {
151
- $parts['title2'] = sprintf( '<span class="strong-rating-title">%s</span>', sprintf( $phrases['title2'], $summary['rating_count'] ) );
 
 
152
  }
153
 
154
  // stars
@@ -168,10 +161,18 @@ class Strong_Testimonials_Average_Shortcode {
168
 
169
  // summary phrase
170
  if ( isset( $parts['summary'] ) ) {
171
- $parts['summary'] = sprintf( '<span class="strong-rating-summary">%s</span>', sprintf( $phrases['summary'], $summary['rating_average'], $summary['rating_count'] ) );
172
- }
173
- if ( isset( $parts['summary2'] ) ) {
174
- $parts['summary2'] = sprintf( '<span class="strong-rating-summary">%s</span>', sprintf( $phrases['summary2'], $summary['rating_average'] ) );
 
 
 
 
 
 
 
 
175
  }
176
 
177
  // replace tags
43
 
44
  $atts = shortcode_atts( $pairs, normalize_empty_atts( $atts ), $this->shortcode );
45
 
 
 
 
 
 
 
 
 
 
46
  // default parts
47
  if ( ! $content ) {
48
  $content = '{title} {stars} {summary}';
136
 
137
  // title
138
  if ( isset( $parts['title'] ) ) {
139
+ $parts['title'] = sprintf( '<span class="strong-rating-title">%s</span>', __( 'Average Rating:', 'strong-testimonials' ) );
140
  }
141
  if ( isset( $parts['title2'] ) ) {
142
+ /* translators: %s is a number */
143
+ $count = sprintf( _n( 'Average of %s Rating:', 'Average of %s Ratings:', $summary['rating_count'], 'strong-testimonials' ), $summary['rating_count'] );
144
+ $parts['title2'] = sprintf( '<span class="strong-rating-title">%s</span>', $count );
145
  }
146
 
147
  // stars
161
 
162
  // summary phrase
163
  if ( isset( $parts['summary'] ) ) {
164
+
165
+ /* translators: %s is a number */
166
+ $average = sprintf( _n( '%s star', '%s stars', $summary['rating_average'], 'strong-testimonials' ), $summary['rating_average'] );
167
+ $count = sprintf( _n( '(based on %s rating)', '(based on %s ratings)', $summary['rating_count'], 'strong-testimonials' ), $summary['rating_count'] );
168
+ $parts['summary'] = sprintf( '<span class="strong-rating-summary">%s</span>', $average . ' ' . $count );
169
+
170
+ } elseif ( isset( $parts['summary2'] ) ) {
171
+
172
+ /* translators: %s is a number */
173
+ $average = sprintf( _n( '%s star', '%s stars', $summary['rating_average'], 'strong-testimonials' ), $summary['rating_average'] );
174
+ $parts['summary2'] = sprintf( '<span class="strong-rating-summary">%s</span>', $average );
175
+
176
  }
177
 
178
  // replace tags
includes/class-strong-testimonials-shortcode.php CHANGED
@@ -85,14 +85,20 @@ class Strong_Testimonials_View_Shortcode {
85
  switch ( $out['mode'] ) {
86
  case 'form' :
87
  $view = new Strong_View_Form( $out );
 
 
 
 
 
88
  break;
89
  case 'slideshow' :
90
  $view = new Strong_View_Slideshow( $out );
 
91
  break;
92
  default :
93
  $view = new Strong_View_Display( $out );
 
94
  }
95
- $view->build();
96
 
97
  return $view->output();
98
  }
85
  switch ( $out['mode'] ) {
86
  case 'form' :
87
  $view = new Strong_View_Form( $out );
88
+ if ( isset( $_GET['success'] ) ) {
89
+ $view->success();
90
+ } else {
91
+ $view->build();
92
+ }
93
  break;
94
  case 'slideshow' :
95
  $view = new Strong_View_Slideshow( $out );
96
+ $view->build();
97
  break;
98
  default :
99
  $view = new Strong_View_Display( $out );
100
+ $view->build();
101
  }
 
102
 
103
  return $view->output();
104
  }
includes/class-strong-view-form.php CHANGED
@@ -57,6 +57,35 @@ class Strong_View_Form extends Strong_View {
57
  }
58
  }
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  /**
61
  * Build the view.
62
  */
@@ -64,14 +93,6 @@ class Strong_View_Form extends Strong_View {
64
 
65
  do_action( 'wpmtst_view_build_before', $this );
66
 
67
- if ( isset( $_GET['success'] ) ) {
68
- $this->find_stylesheet();
69
- $this->on_form_success();
70
- do_action( 'wpmtst_form_success', $this->atts );
71
- $this->html = wpmtst_get_success_message();
72
- return;
73
- }
74
-
75
  $this->build_classes();
76
  $this->find_stylesheet();
77
  $this->load_dependent_scripts();
@@ -267,30 +288,6 @@ class Strong_View_Form extends Strong_View {
267
  }
268
  }
269
 
270
- /**
271
- * Load scripts on form success.
272
- *
273
- * When using normal form submission (not Ajax)
274
- * and displaying a success message (not redirecting).
275
- */
276
- public function on_form_success() {
277
- $form_options = get_option( 'wpmtst_form_options' );
278
-
279
- // Remember: top level is converted to strings!
280
- $args = array(
281
- 'display' => array(
282
- 'successMessage' => true,
283
- ),
284
- 'scroll' => array(
285
- 'onSuccess' => $form_options['scrolltop_success'],
286
- 'onSuccessOffset' => $form_options['scrolltop_success_offset'],
287
- ),
288
- );
289
-
290
- WPMST()->render->add_script( 'wpmtst-form-validation' );
291
- WPMST()->render->add_script_var( 'wpmtst-form-validation', 'strongForm', $args );
292
- }
293
-
294
  }
295
 
296
  endif;
57
  }
58
  }
59
 
60
+ /**
61
+ * Load resources on form success.
62
+ *
63
+ * When using normal form submission (not Ajax)
64
+ * and displaying a success message (not redirecting).
65
+ */
66
+ public function success() {
67
+ $form_options = get_option( 'wpmtst_form_options' );
68
+
69
+ // Remember: top level is converted to strings!
70
+ $args = array(
71
+ 'display' => array(
72
+ 'successMessage' => true,
73
+ ),
74
+ 'scroll' => array(
75
+ 'onSuccess' => $form_options['scrolltop_success'],
76
+ 'onSuccessOffset' => $form_options['scrolltop_success_offset'],
77
+ ),
78
+ );
79
+
80
+ WPMST()->render->add_script( 'wpmtst-form-validation' );
81
+ WPMST()->render->add_script_var( 'wpmtst-form-validation', 'strongForm', $args );
82
+
83
+ $this->find_stylesheet();
84
+ $this->html = wpmtst_get_success_message();
85
+
86
+ do_action( 'wpmtst_form_success', $this->atts );
87
+ }
88
+
89
  /**
90
  * Build the view.
91
  */
93
 
94
  do_action( 'wpmtst_view_build_before', $this );
95
 
 
 
 
 
 
 
 
 
96
  $this->build_classes();
97
  $this->find_stylesheet();
98
  $this->load_dependent_scripts();
288
  }
289
  }
290
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
291
  }
292
 
293
  endif;
languages/strong-testimonials-ar_AR.mo CHANGED
Binary file
languages/strong-testimonials-ar_AR.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.15.12\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2016-07-19 10:35-0400\n"
6
- "PO-Revision-Date: 2016-07-19 10:35-0400\n"
7
- "Last-Translator: Chris Dillon <chris@wpmission.com>\n"
8
  "Language-Team: \n"
9
  "Language: ar\n"
10
  "MIME-Version: 1.0\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
14
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
15
- "X-Generator: Poedit 1.8.2\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -20,2102 +20,3744 @@ msgstr ""
20
  "X-Textdomain-Support: yes\n"
21
  "X-Poedit-SearchPath-0: ..\n"
22
 
23
- #: ../includes/EDD_SL_Plugin_Updater.php:185
24
- #, php-format
25
- msgid ""
26
- "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
27
  msgstr ""
28
 
29
- #: ../includes/EDD_SL_Plugin_Updater.php:193
 
30
  #, php-format
31
  msgid ""
32
- "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
33
- "or %5$supdate now%6$s."
34
- msgstr ""
35
-
36
- #: ../includes/EDD_SL_Plugin_Updater.php:336
37
- msgid "You do not have permission to install plugin updates"
38
  msgstr ""
39
 
40
- #: ../includes/EDD_SL_Plugin_Updater.php:336
41
- msgid "Error"
 
 
42
  msgstr ""
43
 
44
- # @ strong-testimonials
45
- #: ../includes/admin/admin.php:312
46
- msgctxt "post editor"
47
- msgid "Client Details"
48
- msgstr "بيانات العميل"
49
-
50
- #: ../includes/admin/admin.php:327
51
- msgctxt "post editor"
52
- msgid "To add a photo or logo, use the Featured Image option."
53
  msgstr ""
54
 
55
- # @ strong-testimonials
56
- #: ../includes/admin/admin.php:398
57
- msgid "Excerpt"
58
- msgstr "مقتطف"
59
-
60
- # @ strong-testimonials
61
- #: ../includes/admin/admin.php:409 ../includes/admin/admin.php:535
62
- msgid "Thumbnail"
63
- msgstr "صورة مصغرة"
64
-
65
- # @ strong-testimonials
66
- #. translators: On the Views admin screen.
67
- #: ../includes/admin/admin.php:422
68
- #: ../includes/admin/views/option-category.php:4 ../includes/post-types.php:65
69
- msgid "Categories"
70
- msgstr "الأقسام"
71
-
72
- # @ strong-testimonials
73
- #: ../includes/admin/admin.php:427
74
- msgid "Date"
75
- msgstr "اليوم"
76
-
77
- #: ../includes/admin/admin.php:504
78
- msgid "Y/m/d g:i:s A"
79
  msgstr ""
80
 
81
- # @ strong-testimonials
82
- #: ../includes/admin/admin.php:547
83
- msgid "ID"
84
- msgstr "رقم المعرف"
85
-
86
- # @ strong-testimonials
87
- #: ../includes/admin/admin.php:548 ../includes/admin/settings/email-from.php:19
88
- #: ../includes/admin/settings/email-to.php:12
89
- #: ../includes/admin/views/option-client-section.php:11
90
- #: ../includes/defaults.php:232
91
- msgid "Name"
92
- msgstr "الاسم"
93
-
94
- # @ strong-testimonials
95
- #: ../includes/admin/admin.php:549
96
- msgid "Slug"
97
- msgstr "اسم الرابط"
98
-
99
- # @ strong-testimonials
100
- #: ../includes/admin/admin.php:550
101
- msgid "Posts"
102
- msgstr "مشاركات"
103
-
104
- # @ strong-testimonials
105
- #. translators: %s is the name of the plugin.
106
- #: ../includes/admin/admin.php:696
107
- #, php-format
108
- msgctxt "installation"
109
- msgid "Unable to load %s"
110
- msgstr "فشل جلب %s"
111
-
112
- # @ strong-testimonials
113
- #. translators: %s is a WordPress version number.
114
- #: ../includes/admin/admin.php:699
115
- #, php-format
116
- msgctxt "installation"
117
  msgid ""
118
- "This plugin requires <strong>WordPress %s</strong> or higher so it has been "
119
- "deactivated."
120
- msgstr "هذه الإضافة تتطلب <strong> وردبريس %s</strong> أو أعلى لذلك تم تعطيلها."
121
-
122
- # @ strong-testimonials
123
- #: ../includes/admin/admin.php:700
124
- msgctxt "installation"
125
- msgid "Please upgrade WordPress and try again."
126
- msgstr "الرجاء تحديث ووردبريس ثم المحاولة لاحقاً"
127
-
128
- # @ strong-testimonials
129
- #: ../includes/admin/admin.php:701
130
- #, php-format
131
- msgctxt "installation"
132
- msgid "Back to the WordPress <a href=\"%s\">Plugins page</a>"
133
- msgstr "الرجوع <a href=\"%s\"> لصفحة الإضافات </a> في ووردبريس"
134
-
135
- # @ default
136
- #: ../includes/admin/custom-fields.php:25 ../includes/admin/settings.php:217
137
- #: ../includes/admin/views.php:241
138
- msgid "You do not have sufficient permissions to access this page."
139
- msgstr "ليس لديك الصلاحيات الكافية لدخول هذه الصفحة."
140
-
141
- # @ strong-testimonials
142
- #: ../includes/admin/custom-fields.php:48 ../includes/admin/views.php:251
143
- msgid "Changes undone."
144
- msgstr "التغييرات غير مكتملة"
145
-
146
- # @ strong-testimonials
147
- #: ../includes/admin/custom-fields.php:61 ../includes/admin/views.php:253
148
- msgid "Defaults restored."
149
- msgstr "تم استعادة الإعدادات الافتراضية"
150
-
151
- # @ strong-testimonials
152
- #: ../includes/admin/custom-fields.php:109
153
- msgid "Fields saved."
154
- msgstr "تم حفظ الحقول"
155
 
156
- # @ strong-testimonials
157
- #. translators: On the Views admin screen.
158
- #: ../includes/admin/custom-fields.php:120 ../includes/admin/settings.php:20
159
- #: ../includes/admin/settings.php:21 ../includes/admin/views/group-fields.php:4
160
- msgid "Fields"
161
- msgstr "الحقول"
162
 
163
- # @ strong-testimonials
164
- #: ../includes/admin/custom-fields.php:125
165
- msgid "Fields will appear in this order on the form."
166
- msgstr "ستظهر الحقول بهذا الترتيب على النموذج"
 
167
 
168
- #: ../includes/admin/custom-fields.php:126
 
169
  #, php-format
170
- msgid "Reorder by grabbing the %s icon."
171
  msgstr ""
172
 
173
- # @ strong-testimonials
174
- #: ../includes/admin/custom-fields.php:127
175
- msgid "Click the field name to expand its options panel."
176
- msgstr "اضغط على اسم الحقل لعرض لوحة التحكم الخاصة به"
177
-
178
- # @ strong-testimonials
179
- #: ../includes/admin/custom-fields.php:128
180
- msgctxt "link"
181
- msgid "Full tutorial"
182
- msgstr "شرح كامل"
183
 
184
- #: ../includes/admin/custom-fields.php:129
 
185
  #, php-format
186
- msgid "More form settings <a href=\"%s\">here</a>."
187
  msgstr ""
188
 
189
- # @ strong-testimonials
190
- #: ../includes/admin/custom-fields.php:147
191
- msgid "Add New Field"
192
- msgstr "إضافة حقل جديد"
193
-
194
- # @ strong-testimonials
195
- #: ../includes/admin/custom-fields.php:153 ../includes/admin/views.php:191
196
- msgid "Undo Changes"
197
- msgstr "التراجع عن التغييرات"
198
-
199
- # @ strong-testimonials
200
- #: ../includes/admin/custom-fields.php:154 ../includes/admin/views.php:192
201
- msgid "Restore Defaults"
202
- msgstr "استعادة الإعدادات الافتراضية"
203
-
204
- # @ strong-testimonials
205
- #: ../includes/admin/custom-fields.php:208
206
- msgctxt "noun"
207
- msgid "Label"
208
- msgstr "العنوان"
209
-
210
- # @ strong-testimonials
211
- #: ../includes/admin/custom-fields.php:211
212
- msgid "This appears on the form."
213
- msgstr "هذه الخانة تظهر على النموذج"
214
-
215
- # @ strong-testimonials
216
- #: ../includes/admin/custom-fields.php:219
217
- msgctxt "noun"
218
- msgid "Name"
219
- msgstr "الاسم"
220
-
221
- # @ strong-testimonials
222
- #: ../includes/admin/custom-fields.php:231
223
- msgid "Use only lowercase letters, numbers, and underscores."
224
- msgstr "الرجاء استخدام أحرف صغيرة، أرقام أو الشرطة السفلية _ ."
225
-
226
- #: ../includes/admin/custom-fields.php:232
227
- msgid "Cannot be \"name\" or \"date\"."
228
  msgstr ""
229
 
230
- # @ strong-testimonials
231
- #: ../includes/admin/custom-fields.php:253
232
- msgctxt "noun"
233
- msgid "Type"
234
- msgstr "النوع"
235
-
236
- # @ strong-testimonials
237
- #: ../includes/admin/custom-fields.php:278
238
- msgid "Post Fields"
239
- msgstr "حقل المشاركة"
240
-
241
- # @ strong-testimonials
242
- #. translators: On the Views admin screen.
243
- #: ../includes/admin/custom-fields.php:285
244
- #: ../includes/admin/views/option-client-section.php:3
245
- msgid "Custom Fields"
246
- msgstr "حقل مخصص"
247
-
248
- #: ../includes/admin/custom-fields.php:296
249
- msgid "Optional Fields"
250
  msgstr ""
251
 
252
- # @ default
253
- #: ../includes/admin/custom-fields.php:366
254
- #: ../includes/class-strong-views-list-table.php:77
255
- msgid "Delete"
256
- msgstr "حذف"
257
-
258
- # @ strong-testimonials
259
- #: ../includes/admin/custom-fields.php:368
260
- msgctxt "verb"
261
- msgid "Close"
262
- msgstr "إغلاق"
263
-
264
- # @ strong-testimonials
265
- #: ../includes/admin/custom-fields.php:392
266
- msgid "Required"
267
- msgstr "مطلوب"
268
-
269
- # @ strong-testimonials
270
- #: ../includes/admin/custom-fields.php:409
271
- msgid "Placeholder"
272
- msgstr "قيمة أولية"
273
-
274
- # @ strong-testimonials
275
- #: ../includes/admin/custom-fields.php:419
276
- #: ../includes/admin/settings/form.php:105
277
- msgid "Before"
278
- msgstr "قبل"
279
-
280
- # @ strong-testimonials
281
- #: ../includes/admin/custom-fields.php:427
282
- #: ../includes/admin/settings/form.php:112
283
- msgid "After"
284
- msgstr "بعد"
285
-
286
- # @ strong-testimonials
287
- #: ../includes/admin/custom-fields.php:448
288
- msgid "Admin Table"
289
- msgstr "جدول المدير"
290
-
291
- # @ strong-testimonials
292
- #: ../includes/admin/custom-fields.php:453
293
- msgid "required"
294
- msgstr "مطلوب"
295
-
296
- # @ strong-testimonials
297
- #: ../includes/admin/guide/guide.php:15
298
- msgid "Strong Testimonials Guide"
299
- msgstr "دليل شهادات قوي"
300
-
301
- #. translators: In the Guide.
302
- #: ../includes/admin/guide/guide.php:19
303
- msgid "Welcome"
304
  msgstr ""
305
 
306
- # @ strong-testimonials
307
- #: ../includes/admin/guide/guide.php:22
308
- msgid "Getting Started"
309
- msgstr "البدء بالعمل"
310
-
311
- #: ../includes/admin/guide/guide.php:25 ../includes/admin/settings.php:13
312
- #: ../includes/admin/settings.php:14 ../includes/admin/views.php:287
313
- msgid "Views"
314
  msgstr ""
315
 
316
- #: ../includes/admin/guide/guide.php:28 ../includes/admin/guide/templates.php:6
317
- msgid "Templates"
318
  msgstr ""
319
 
320
- #: ../includes/admin/guide/guide.php:31
321
- #: ../includes/admin/guide/translation.php:6
322
- msgid "Translation"
323
  msgstr ""
324
 
325
- #: ../includes/admin/guide/plugin-sidebar.php:6
326
- msgid "Thanks for choosing Strong Testimonials!"
 
 
 
 
327
  msgstr ""
328
 
329
- #: ../includes/admin/guide/plugin-sidebar.php:12
330
- #, php-format
331
  msgid ""
332
- "Use the <a href=\"%s\" target=\"_blank\">plugin support</a> forum<br>\n"
333
- " \t\t\t\tor <a href=\"%s\" target=\"_blank\">submit a trouble ticket</a><br>\n"
334
- " \t\t\t\tor <a href=\"%s\" target=\"_blank\">contact me</a>."
335
  msgstr ""
336
 
337
- #: ../includes/admin/guide/plugin-sidebar.php:22
338
- msgid "Help? Idea? Bug?"
 
 
339
  msgstr ""
340
 
341
- #: ../includes/admin/guide/plugin-sidebar.php:34
342
- msgid "Adding video testimonials"
343
  msgstr ""
344
 
345
- #: ../includes/admin/guide/plugin-sidebar.php:39
346
- msgid "Using custom CSS"
347
  msgstr ""
348
 
349
- #: ../includes/admin/guide/plugin-sidebar.php:43
350
- msgid "Enabling comments"
351
  msgstr ""
352
 
353
- #: ../includes/admin/guide/plugin-sidebar.php:47
354
- msgid "Customize the form"
355
  msgstr ""
356
 
357
- #: ../includes/admin/guide/plugin-sidebar.php:51
358
- msgid "See the demos"
 
 
 
359
  msgstr ""
360
 
361
- #: ../includes/admin/guide/plugin-sidebar.php:55
362
- msgid "Subscribe to the newsletter"
 
 
363
  msgstr ""
364
 
365
- #: ../includes/admin/guide/plugin-sidebar.php:58
366
- msgid "Knowledge Base"
367
  msgstr ""
368
 
369
- #: ../includes/admin/guide/plugin-sidebar.php:70
370
- #, php-format
371
- msgid ""
372
- "Post an honest <a href=\"%s\" target=\"_blank\">review</a> on wordpress.org."
373
  msgstr ""
374
 
375
- #: ../includes/admin/guide/plugin-sidebar.php:75
376
  #, php-format
377
  msgid ""
378
- "<a href=\"%s\" target=\"_blank\">Donate</a> to the Theme & Plugin "
379
- "Compatibility Fund."
 
380
  msgstr ""
381
 
382
- #: ../includes/admin/guide/plugin-sidebar.php:80
383
- msgid "Give Back"
384
  msgstr ""
385
 
386
- #: ../includes/admin/guide/start.php:7
387
- msgid "How to display your testimonials"
388
  msgstr ""
389
 
390
- #: ../includes/admin/guide/start.php:9
391
- msgid "1. Enter any existing testimonials and optional categories."
392
  msgstr ""
393
 
394
- #: ../includes/admin/guide/start.php:11
395
- msgid "2. Create a new <b>View</b> to display them in a list or a slideshow."
396
  msgstr ""
397
 
398
- #: ../includes/admin/guide/start.php:13
399
- msgid "3. Display the View using its <b>shortcode</b> or a <b>widget</b>."
400
  msgstr ""
401
 
402
- #: ../includes/admin/guide/start.php:17
403
- #, php-format
404
  msgid ""
405
- "Views provide many features. Learn more on the <a href=\"%s\">Views</a> tab "
406
- "or jump right in!"
 
 
407
  msgstr ""
408
 
409
- #: ../includes/admin/guide/start.php:20
410
- msgid "How to add a testimonial submission form"
411
  msgstr ""
412
 
413
- #: ../includes/admin/guide/start.php:22
414
- msgid "1. Create a new View and select <b>Form</b> mode."
415
  msgstr ""
416
 
417
- #: ../includes/admin/guide/start.php:24
418
- msgid "2. Display the View using its <b>shortcode</b> or a <b>widget</b>."
419
  msgstr ""
420
 
421
- #: ../includes/admin/guide/start.php:28
422
- #, php-format
423
- msgid ""
424
- "3. Go to the <a href=\"%s\">Fields</a> screen if you want to customize the "
425
- "form fields."
426
  msgstr ""
427
 
428
- #: ../includes/admin/guide/start.php:33
429
- #, php-format
430
- msgid ""
431
- "The form has more options like messages and anti-spam on the <a href=\"%s"
432
- "\">Settings</a> screen."
433
  msgstr ""
434
 
435
- #: ../includes/admin/guide/templates.php:8
436
- msgid "The <strong>Default</strong> template is a good place to start."
437
  msgstr ""
438
 
439
- #: ../includes/admin/guide/templates.php:10
440
- msgid ""
441
- "The <strong>No Quotes</strong> template is a version of the default template "
442
- "without the quotation marks in the heading."
443
  msgstr ""
444
 
445
- #: ../includes/admin/guide/templates.php:12
446
- msgid ""
447
- "The <strong>Simple</strong> template has minimal style and may be the best "
448
- "option for matching your theme."
449
  msgstr ""
450
 
451
- #: ../includes/admin/guide/templates.php:14
452
- msgid ""
453
- "The <strong>Widget</strong> template has smaller sizing for use in a sidebar "
454
- "or other widget area."
455
  msgstr ""
456
 
457
- #: ../includes/admin/guide/templates.php:16
458
- msgid ""
459
- "The <strong>Unstyled</strong> template includes no style and is a good "
460
- "foundation for theme experts."
461
  msgstr ""
462
 
463
- #: ../includes/admin/guide/templates.php:18
464
- msgid "Background colors and layout options are available for all templates."
465
  msgstr ""
466
 
467
- #: ../includes/admin/guide/templates.php:20
468
- msgid ""
469
- "Feel free to ask for help with minor style changes to add to a child theme or "
470
- "custom CSS."
471
  msgstr ""
472
 
473
- #: ../includes/admin/guide/templates.php:22
474
- msgid "New templates will be added occasionally."
475
  msgstr ""
476
 
477
- #: ../includes/admin/guide/translation.php:8
478
- msgid "The plugin is compatible with WPML and Polylang."
479
  msgstr ""
480
 
481
- #: ../includes/admin/guide/translation.php:10
482
- msgid "In WPML, three domains are added to the String Translation screen."
483
  msgstr ""
484
 
485
- #: ../includes/admin/guide/translation.php:12
486
- msgid ""
487
- "In Polylang, the domains are added to the String Translation tab on the "
488
- "Languages screen."
489
  msgstr ""
490
 
491
- #: ../includes/admin/guide/translation.php:35
492
- msgid ""
493
- "These domains are updated automatically when your form fields or settings "
494
- "change."
495
  msgstr ""
496
 
497
- #: ../includes/admin/guide/views.php:5
498
- msgid "A View is simply a group of settings"
 
 
 
499
  msgstr ""
500
 
501
- #: ../includes/admin/guide/views.php:9
502
  msgid ""
503
- "Views can display your testimonials in a <b>list</b>, create a <b>slideshow</"
504
- "b>, or show the front-end <b>form</b>. They are easy to learn and adjust as "
505
- "they combine all the features into a single intuitive configuration screen. "
506
- "Display any View by using its unique shortcode or by selecting it in the "
507
- "widget."
508
  msgstr ""
509
 
510
- #: ../includes/admin/guide/views.php:11
511
- msgid "Display Mode - to show one or more testimonials"
512
  msgstr ""
513
 
514
- #: ../includes/admin/guide/views.php:13
515
- msgid "how many to show"
 
 
516
  msgstr ""
517
 
518
- #: ../includes/admin/guide/views.php:14
519
- msgid "which categories to include"
 
 
 
520
  msgstr ""
521
 
522
- #: ../includes/admin/guide/views.php:15
523
- msgid "the sort order"
 
 
524
  msgstr ""
525
 
526
- #: ../includes/admin/guide/views.php:16
527
- msgid "the full content or an excerpt"
 
 
 
528
  msgstr ""
529
 
530
  # @ strong-testimonials
531
- #: ../includes/admin/guide/views.php:17
532
- msgid "custom fields"
533
- msgstr "خانات مخصصة"
534
 
535
- #: ../includes/admin/guide/views.php:20
536
- msgid "Slideshow Mode - to rotate through your testimonials"
537
- msgstr ""
 
538
 
539
- #: ../includes/admin/guide/views.php:22
540
- msgid "All the options of Display mode plus:"
541
  msgstr ""
542
 
543
- #: ../includes/admin/guide/views.php:24
544
- msgid "navigation controls"
 
545
  msgstr ""
546
 
547
- #: ../includes/admin/guide/views.php:25
548
- msgid "how long each slide is displayed"
549
  msgstr ""
550
 
551
- #: ../includes/admin/guide/views.php:26
552
- msgid "how long the transition effect lasts"
553
  msgstr ""
554
 
555
- #: ../includes/admin/guide/views.php:27
556
- msgid "whether to pause on cursor hover"
557
- msgstr ""
 
 
 
 
558
 
559
- #: ../includes/admin/guide/views.php:30
560
- msgid "Form Mode - to add a testimonial submission form"
561
- msgstr ""
 
 
 
 
 
 
562
 
563
- #: ../includes/admin/guide/views.php:32
564
- msgid "assign new testimonials to specific categories"
565
- msgstr ""
 
 
566
 
567
- #: ../includes/admin/guide/welcome.php:8
 
568
  #, php-format
569
- msgid "Welcome to Strong Testimonials %s"
 
 
 
 
 
570
  msgstr ""
571
 
572
- #: ../includes/admin/guide/welcome.php:12
573
- msgid "Upgrading from version 1?"
574
  msgstr ""
575
 
576
- #: ../includes/admin/guide/welcome.php:19
577
- msgid "What's new"
578
  msgstr ""
579
 
580
- #: ../includes/admin/pointers.php:51 ../includes/admin/pointers.php:62
581
- #, php-format
582
- msgid "New in version %s"
583
  msgstr ""
584
 
585
- #: ../includes/admin/pointers.php:52
586
- msgid ""
587
- "Works with multiple lightbox plugins like <a href=\"https://wordpress.org/"
588
- "plugins/simple-colorbox/\" target=\"_blank\">Simple Colorbox</a> and <a href="
589
- "\"https://wordpress.org/plugins/simple-lightbox/\" target=\"_blank\">Simple "
590
- "Lightbox</a>."
591
  msgstr ""
592
 
593
- #: ../includes/admin/pointers.php:63
594
- msgid ""
595
- "New link type: Create a link using a field and its label. Great for social "
596
- "media profiles."
597
  msgstr ""
598
 
599
  # @ strong-testimonials
600
- #: ../includes/admin/settings.php:27 ../includes/admin/settings.php:28
601
- msgid "Settings"
602
- msgstr "الإعدادات"
 
603
 
604
  # @ strong-testimonials
605
- #: ../includes/admin/settings.php:34 ../includes/admin/settings.php:35
606
- msgctxt "noun"
607
- msgid "Guide"
608
- msgstr "الدليل"
 
 
 
 
609
 
610
  # @ strong-testimonials
611
- #: ../includes/admin/settings.php:221
612
- msgid "Testimonial Settings"
613
- msgstr "إعدادات الشهادة"
614
 
615
- # @ default
616
- #: ../includes/admin/settings.php:225
617
- msgid "Settings saved."
618
- msgstr "تم حفظ الإعدادات"
 
619
 
620
  # @ strong-testimonials
621
- #: ../includes/admin/settings.php:234
622
- msgctxt "adjective"
623
- msgid "General"
624
- msgstr "عام"
625
 
626
  # @ strong-testimonials
627
- #: ../includes/admin/settings.php:235 ../includes/defaults.php:383
628
- msgid "Form"
629
- msgstr "نموذج"
 
630
 
631
- #: ../includes/admin/settings.php:237
632
- msgid "Licenses"
633
  msgstr ""
634
 
635
- #: ../includes/admin/settings.php:258
636
- msgid "Save Changes"
 
 
 
 
 
 
 
 
 
 
 
 
 
637
  msgstr ""
638
 
639
- #: ../includes/admin/settings/email-from.php:5
640
- msgid ""
641
- "Use mail queue. For use with services like Mandrill for transactional email "
642
- "or plugins like Postman SMTP. Off by default."
643
  msgstr ""
644
 
645
- # @ strong-testimonials
646
- #: ../includes/admin/settings/email-from.php:12
647
- msgid "From:"
648
- msgstr "من:"
649
 
650
  # @ strong-testimonials
651
- #: ../includes/admin/settings/email-from.php:22
652
- #: ../includes/admin/settings/email-to.php:15 ../includes/defaults.php:171
653
- #: ../includes/defaults.php:241
654
- msgid "Email"
655
- msgstr "البريد الإلكتروني"
656
 
657
- #: ../includes/admin/settings/email-from.php:27
658
- #: ../includes/admin/settings/recipient.php:9
659
- msgid "(optional)"
 
 
660
  msgstr ""
661
 
662
- #: ../includes/admin/settings/email-from.php:35
663
- #: ../includes/admin/settings/recipient.php:18
664
- msgid "site admin email:"
665
  msgstr ""
666
 
667
- #: ../includes/admin/settings/email-from.php:41
668
- msgid "sender's email"
669
  msgstr ""
670
 
671
  # @ strong-testimonials
672
- #: ../includes/admin/settings/email-to.php:5
673
- msgid "To:"
674
- msgstr "إلى:"
675
 
676
  # @ strong-testimonials
677
- #: ../includes/admin/settings/email.php:3
678
- msgid "Template tags for Subject and Message:"
679
- msgstr "قالب الأوسمة للعنوان والرسالة:"
680
 
681
- #: ../includes/admin/settings/email.php:6
682
- msgid "the site title"
683
- msgstr ""
 
 
 
684
 
685
- #: ../includes/admin/settings/email.php:7
686
- msgid "the testimonial title"
 
687
  msgstr ""
688
 
689
- #: ../includes/admin/settings/email.php:8
690
- msgid "the testimonial content"
691
  msgstr ""
692
 
693
- #: ../includes/admin/settings/email.php:9
694
- msgid "pending or published"
695
  msgstr ""
696
 
697
- #: ../includes/admin/settings/email.php:10
698
- msgid "pattern for custom fields:"
699
  msgstr ""
700
 
701
- #: ../includes/admin/settings/email.php:10
702
- msgid "for example:"
703
  msgstr ""
704
 
705
- # @ strong-testimonials
706
- #: ../includes/admin/settings/email.php:17
707
- msgid "Subject:"
708
- msgstr "العنوان:"
709
-
710
- #: ../includes/admin/settings/email.php:25
711
- msgid "subject line"
712
  msgstr ""
713
 
714
- # @ strong-testimonials
715
- #: ../includes/admin/settings/email.php:37
716
- msgid "Message:"
717
- msgstr "الرسالة:"
718
-
719
- #: ../includes/admin/settings/email.php:45
720
- msgid "message text"
721
  msgstr ""
722
 
723
- #: ../includes/admin/settings/form.php:12
724
- msgid "Form Labels & Messages"
725
  msgstr ""
726
 
727
- # @ strong-testimonials
728
- #: ../includes/admin/settings/form.php:31
729
- msgctxt "singular"
730
- msgid "restore default"
731
- msgstr "إستعادة الافتراضيات"
732
-
733
- # @ strong-testimonials
734
- #: ../includes/admin/settings/form.php:37
735
- msgctxt "multiple"
736
- msgid "Restore Defaults"
737
- msgstr "إستعادة الافتراضيات"
738
-
739
- #: ../includes/admin/settings/form.php:43
740
- msgid "Form Actions"
741
  msgstr ""
742
 
743
  # @ strong-testimonials
744
- #: ../includes/admin/settings/form.php:48
745
- msgid "Post status"
746
- msgstr "حالة المشاركة"
747
-
748
- # @ default
749
- #: ../includes/admin/settings/form.php:55
750
- msgid "Pending"
751
- msgstr "في الانتظار"
752
-
753
- # @ default
754
- #: ../includes/admin/settings/form.php:61
755
- msgid "Published"
756
- msgstr "منشورة"
757
 
758
  # @ strong-testimonials
759
- #: ../includes/admin/settings/form.php:70
760
- msgid "Notification"
761
- msgstr "تنبيهات"
762
-
763
- #: ../includes/admin/settings/form.php:78
764
- msgid "Send an email upon new testimonial submission."
765
- msgstr ""
766
-
767
- #: ../includes/admin/settings/form.php:92
768
- msgid "Form Spam Control"
769
- msgstr ""
770
 
771
  # @ strong-testimonials
772
- #: ../includes/admin/settings/form.php:97
773
- msgctxt "spam control techniques"
774
- msgid "Honeypot"
775
- msgstr "المصيدة"
 
 
776
 
777
  # @ strong-testimonials
778
- #: ../includes/admin/settings/form.php:100
779
- msgid ""
780
- "These methods are both time-tested and widely used. They can be used "
781
- "simultaneously for more protection."
782
- msgstr ""
783
- "هذه الأساليب اجتازت اختبار الزمن وهي مستخدمة على نطاق واسع. كما يمكن "
784
- "استخدامها في وقت واحد للمزيد من الحماية."
785
 
786
  # @ strong-testimonials
787
- #: ../includes/admin/settings/form.php:107
788
- msgid "Recommended."
789
- msgstr "موصى به"
790
 
791
  # @ strong-testimonials
792
- #: ../includes/admin/settings/form.php:107
793
- msgid ""
794
- "Traps spambots by adding an extra empty field that is invisible to humans but "
795
- "not to spambots which tend to fill in every field they find in the form code. "
796
- "Empty field = human. Not empty = spambot."
797
- msgstr ""
798
- "فخ للمتطفلين و برامج التطفل (السبام) وذلك بإضافة حقل فارغ اضافي لا يمكن رؤيته "
799
- "من قبل المستخدم و لكن يمكن رؤيته من قبل هذه البرامج التي تميل إلى ملء كل خانة "
800
- "فارغة . (حقل فارغ = مستخدم حقيقي . حقل ليس فارغ = سبام)."
801
 
802
  # @ strong-testimonials
803
- #: ../includes/admin/settings/form.php:114
804
- msgid ""
805
- "Traps spambots by using JavaScript to add a new field as soon as the form is "
806
- "submitted. Since spambots cannot run JavaScript, the new field never gets "
807
- "added. New field = human. Missing = spambot."
808
- msgstr ""
809
- "فخ للمتطفلين وذلك باستخدام جافا سكريبت لإضافة خانة جديدة بعد الضغط على زر "
810
- "التقديم. ولأن المتطفلين والسبام لا يمكن أن يستخدمو الجافاسكريبت، لن تظهر لهم "
811
- "الخانة الجديدة (خانة جديدة: مستخدم حقيقي ، لاتوجد خانة جديدة:سبام)."
812
 
813
  # @ strong-testimonials
814
- #: ../includes/admin/settings/form.php:121
815
- msgid "Captcha"
816
- msgstr "كابتشا"
817
 
818
  # @ strong-testimonials
819
- #: ../includes/admin/settings/form.php:124
820
- msgid ""
821
- "Can be used alongside honeypot methods. Be sure to configure any plugins "
822
- "first, if necessary."
823
- msgstr ""
824
- "يمكن استخدامها بالتزامن مع طريقة المصيدة، يجب التأكد من تهيئة أي إضافة أولاً "
825
- "إذا كان هذا مطلوباً."
826
 
827
  # @ strong-testimonials
828
- #: ../includes/admin/settings/form.php:144
829
- msgctxt "link"
830
- msgid "settings"
831
- msgstr "الإعدادات"
832
 
833
  # @ strong-testimonials
834
- #: ../includes/admin/settings/form.php:146
835
- msgid "no settings"
836
- msgstr "لا يوجد إعدادات"
 
 
 
837
 
838
  # @ strong-testimonials
839
- #: ../includes/admin/settings/form.php:151
840
- msgctxt "adjective"
841
- msgid "inactive"
842
- msgstr "غير مفعل"
843
 
844
  # @ strong-testimonials
845
- #: ../includes/admin/settings/form.php:157
846
- msgid "not installed"
847
- msgstr "غير محملة"
848
 
849
  # @ strong-testimonials
850
- #: ../includes/admin/settings/form.php:158
851
- msgctxt "link"
852
- msgid "install plugin"
853
- msgstr "تحميل إضافة"
854
 
855
- # @ strong-testimonials
856
- #: ../includes/admin/settings/form.php:162
857
- msgctxt "link"
858
- msgid "plugin page"
859
- msgstr "صفحة الإضافات"
860
 
861
- #: ../includes/admin/settings/general.php:17
862
- msgid "Pending Indicator"
863
  msgstr ""
864
 
865
- #: ../includes/admin/settings/general.php:23
866
- msgid ""
867
- "Show indicator bubble when new submissions are awaiting moderation. On by "
868
- "default."
869
  msgstr ""
870
 
871
- #: ../includes/admin/settings/general.php:31
872
- msgid "Reordering"
 
873
  msgstr ""
874
 
875
- #: ../includes/admin/settings/general.php:37
876
- msgid "Enable drag-and-drop reordering in the testimonial list. Off by default."
 
 
877
  msgstr ""
878
 
879
- #: ../includes/admin/settings/general.php:38
880
- msgid "Then set <b>Order</b> to \"menu order\" in the View."
 
881
  msgstr ""
882
 
883
- #: ../includes/admin/settings/general.php:46
884
- msgid "Custom Fields Meta Box"
 
 
885
  msgstr ""
886
 
887
- #: ../includes/admin/settings/general.php:52
888
- msgid ""
889
- "Show the <strong>Custom Fields</strong> meta box in the testimonial post "
890
- "editor. This does not affect the <strong>Client Fields</strong> meta box. Off "
891
- "by default."
 
 
 
 
 
 
892
  msgstr ""
893
 
894
- #: ../includes/admin/settings/general.php:53
895
- msgid "For advanced users."
 
 
 
 
 
 
 
 
 
896
  msgstr ""
897
 
898
- #: ../includes/admin/settings/general.php:61
899
- msgid "Troubleshooting"
 
 
900
  msgstr ""
901
 
902
- #: ../includes/admin/settings/general.php:69
903
- msgid "Log nothing"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
904
  msgstr ""
905
 
906
- #: ../includes/admin/settings/general.php:72
907
- msgid "Log failed emails only (default)"
908
  msgstr ""
909
 
910
- #: ../includes/admin/settings/general.php:75
911
- msgid "Log both successful and failed emails"
 
 
 
 
 
 
 
912
  msgstr ""
913
 
914
- #: ../includes/admin/settings/general.php:81
915
- msgid "Download the log file"
 
 
 
 
 
 
916
  msgstr ""
917
 
918
- #: ../includes/admin/settings/general.php:83
919
- msgid "No log file yet."
920
  msgstr ""
921
 
922
- #: ../includes/admin/settings/general.php:95
923
- msgid "Scroll Top"
924
  msgstr ""
925
 
926
- #: ../includes/admin/settings/general.php:101
927
- #, php-format
928
- msgid ""
929
- "When a new page is selected in paginated Views, scroll to the top of the "
930
- "container minus %s pixels. On by default."
931
  msgstr ""
932
 
933
- #: ../includes/admin/settings/general.php:109
934
- msgid "Remove Whitespace"
 
935
  msgstr ""
936
 
937
- #: ../includes/admin/settings/general.php:115
938
- msgid ""
939
- "Remove space between HTML tags in View output to prevent double paragraphs "
940
- "<em>(wpautop)</em>. On by default."
941
  msgstr ""
942
 
943
- #: ../includes/admin/settings/general.php:123
944
- msgid "Comments"
 
945
  msgstr ""
946
 
947
- #: ../includes/admin/settings/general.php:129
948
- msgid ""
949
- "Allow comments on testimonials. Requires using your theme's single post "
950
- "template. Off by default."
951
  msgstr ""
952
 
953
- #: ../includes/admin/settings/general.php:132
954
- msgid "To enable comments:"
 
955
  msgstr ""
956
 
957
- #: ../includes/admin/settings/general.php:134
958
- msgid ""
959
- "For individual testimonials, use the <strong>Discussion</strong> meta box in "
960
- "the post editor or <strong>Quick Edit</strong> in the testimonial list."
961
  msgstr ""
962
 
963
- #: ../includes/admin/settings/general.php:135
964
- msgid ""
965
- "For multiple testimonials, use <strong>Bulk Edit</strong> in the testimonial "
966
- "list."
967
  msgstr ""
968
 
969
- #: ../includes/admin/settings/general.php:139
970
- #: ../includes/admin/settings/general.php:160
971
- #: ../includes/admin/views/option-classes.php:13
972
- msgid "Tutorial"
973
  msgstr ""
974
 
975
- #: ../includes/admin/settings/general.php:145
976
- msgid "Embed Width"
 
977
  msgstr ""
978
 
979
- #: ../includes/admin/settings/general.php:152
980
- #, php-format
981
- msgid ""
982
- "For embedded links (YouTube, Twitter, etc.) set the frame width to %s pixels."
983
  msgstr ""
984
 
985
- #: ../includes/admin/settings/general.php:154
986
- #, php-format
987
- msgid ""
988
- "Leave empty for default width (usually 100% for videos). Height will be "
989
- "calculated automatically. This setting only applies to Views."
990
  msgstr ""
991
 
992
- #: ../includes/admin/settings/general.php:157
993
- msgid "More on embeds"
 
994
  msgstr ""
995
 
996
- #: ../includes/admin/settings/general.php:168
997
- msgid "Slideshow z-index"
 
998
  msgstr ""
999
 
1000
- #: ../includes/admin/settings/general.php:174
1001
- #, php-format
1002
- msgid ""
1003
- "Default is 9. If the slideshow overlays other elements like sticky menus, "
1004
- "decrement this by 1 until it underlays correctly. If the problem persists, "
1005
- "open a <a href=\"%s\">support ticket</a>."
1006
  msgstr ""
1007
 
1008
- #: ../includes/admin/settings/licenses.php:19
1009
- msgid "Multiple Forms License Key"
 
1010
  msgstr ""
1011
 
1012
- #: ../includes/admin/settings/licenses.php:29
1013
- #: ../includes/admin/settings/licenses.php:39
1014
- msgid "Activate License"
1015
  msgstr ""
1016
 
1017
- #: ../includes/admin/settings/licenses.php:33
1018
- msgid "active"
 
1019
  msgstr ""
1020
 
1021
- #: ../includes/admin/settings/licenses.php:35
1022
- msgid "Deactivate License"
 
1023
  msgstr ""
1024
 
1025
- #: ../includes/admin/settings/recipient.php:22
1026
- #: ../includes/admin/settings/recipient.php:29
1027
- msgid "email address"
 
1028
  msgstr ""
1029
 
1030
- #: ../includes/admin/views.php:130
1031
- msgid "Edit View"
 
1032
  msgstr ""
1033
 
1034
- #: ../includes/admin/views.php:130
1035
- msgid "Add View"
 
1036
  msgstr ""
1037
 
1038
- #: ../includes/admin/views.php:154
1039
- msgctxt "The shortcode for a new View."
1040
- msgid "will be available after you save this"
1041
  msgstr ""
1042
 
1043
- #: ../includes/admin/views.php:255
1044
- msgid "View saved."
 
1045
  msgstr ""
1046
 
1047
- #: ../includes/admin/views.php:257
1048
- msgid "View deleted."
 
1049
  msgstr ""
1050
 
1051
- #: ../includes/admin/views.php:291
1052
- msgid ""
1053
- "A View can display your testimonials, create a slideshow, or show a "
1054
- "testimonial submission form.<br>Add it to a page with a shortcode or add it "
1055
- "to a sidebar with a widget."
1056
  msgstr ""
1057
 
1058
- #: ../includes/admin/views.php:315
1059
- msgctxt "display order"
1060
- msgid "random"
1061
  msgstr ""
1062
 
1063
- #: ../includes/admin/views.php:316
1064
- msgctxt "display order"
1065
- msgid "menu order"
 
 
 
 
 
 
1066
  msgstr ""
1067
 
1068
- #: ../includes/admin/views.php:317
1069
- msgctxt "display order"
1070
- msgid "newest first"
 
1071
  msgstr ""
1072
 
1073
- #: ../includes/admin/views.php:318
1074
- msgctxt "display order"
1075
- msgid "oldest first"
1076
  msgstr ""
1077
 
1078
- #: ../includes/admin/views.php:331
1079
- msgctxt "slideshow navigation option"
1080
- msgid "simple"
 
 
1081
  msgstr ""
1082
 
1083
- #: ../includes/admin/views.php:332
1084
- msgctxt "slideshow navigation option"
1085
- msgid "buttons 1"
 
1086
  msgstr ""
1087
 
1088
- #: ../includes/admin/views.php:333
1089
- msgctxt "slideshow navigation option"
1090
- msgid "buttons 2"
1091
  msgstr ""
1092
 
1093
- #: ../includes/admin/views.php:334
1094
- msgctxt "slideshow navigation option"
1095
- msgid "indexed"
1096
  msgstr ""
1097
 
1098
- #: ../includes/admin/views.php:448 ../includes/defaults.php:101
1099
- msgid "text"
 
1100
  msgstr ""
1101
 
1102
- #: ../includes/admin/views.php:449
1103
- msgid "link with field"
 
 
 
1104
  msgstr ""
1105
 
1106
- #: ../includes/admin/views.php:450
1107
- msgid "link (must be URL)"
 
 
1108
  msgstr ""
1109
 
1110
- #: ../includes/admin/views.php:451
1111
- msgid "date"
 
1112
  msgstr ""
1113
 
1114
- #: ../includes/admin/views.php:588
1115
- msgid "new tab"
 
 
1116
  msgstr ""
1117
 
1118
- #: ../includes/admin/views.php:609
1119
- msgid "more about date formats"
 
 
1120
  msgstr ""
1121
 
1122
- #: ../includes/admin/views.php:782 ../includes/admin/views.php:804
1123
- msgid "filter categories"
 
 
1124
  msgstr ""
1125
 
1126
- #. translators: On the Views admin screen.
1127
- #: ../includes/admin/views/group-extra.php:4
1128
- msgid "Extra"
 
 
 
 
 
1129
  msgstr ""
1130
 
1131
- #. translators: On the Views admin screen.
1132
- #: ../includes/admin/views/group-form.php:4
1133
- msgid "Actions"
1134
  msgstr ""
1135
 
1136
- #. translators: On the Views admin screen.
1137
- #: ../includes/admin/views/group-general.php:4
1138
- msgid "Options"
 
1139
  msgstr ""
1140
 
1141
- #. translators: On the Views admin screen.
1142
- #: ../includes/admin/views/group-select.php:4
1143
- msgid "Select"
1144
  msgstr ""
1145
 
1146
- #. translators: On the Views admin screen.
1147
- #: ../includes/admin/views/group-slideshow.php:4
1148
- msgid "Appearance"
1149
  msgstr ""
1150
 
1151
- #. translators: On the Views admin screen.
1152
- #: ../includes/admin/views/group-style.php:4
1153
- msgid "Style"
1154
  msgstr ""
1155
 
1156
- #. translators: On the Views admin screen.
1157
- #: ../includes/admin/views/mode.php:4
1158
- msgid "Mode:"
1159
  msgstr ""
1160
 
1161
- #: ../includes/admin/views/option-background.php:3
1162
- msgid "Background"
 
1163
  msgstr ""
1164
 
1165
- #: ../includes/admin/views/option-background.php:14
1166
- #: ../includes/admin/views/option-slideshow-nav.php:11
1167
- msgid "none"
1168
  msgstr ""
1169
 
1170
- #: ../includes/admin/views/option-background.php:18
1171
- msgid "single color"
 
 
1172
  msgstr ""
1173
 
1174
- #: ../includes/admin/views/option-background.php:22
1175
- msgid "gradient"
 
 
1176
  msgstr ""
1177
 
1178
- #: ../includes/admin/views/option-background.php:26
1179
- msgid "preset"
1180
  msgstr ""
1181
 
1182
- #: ../includes/admin/views/option-background.php:51
1183
- msgid "From top"
 
 
1184
  msgstr ""
1185
 
1186
- #: ../includes/admin/views/option-background.php:59
1187
- msgid "To bottom"
 
 
1188
  msgstr ""
1189
 
1190
- #: ../includes/admin/views/option-background.php:94
1191
- msgid "dark"
 
 
 
1192
  msgstr ""
1193
 
1194
- #: ../includes/admin/views/option-background.php:96
1195
- msgid "light"
 
 
1196
  msgstr ""
1197
 
1198
- #. translators: On the Views admin screen.
1199
- #: ../includes/admin/views/option-boilerplate.php:4
1200
- msgid "Option Name"
1201
  msgstr ""
1202
 
1203
- #: ../includes/admin/views/option-boilerplate.php:11
1204
- msgid "yes"
1205
  msgstr ""
1206
 
1207
- #: ../includes/admin/views/option-boilerplate.php:14
1208
- msgid "no"
1209
  msgstr ""
1210
 
1211
- #: ../includes/admin/views/option-boilerplate.php:17
1212
- msgid "maybe"
 
 
1213
  msgstr ""
1214
 
1215
- #: ../includes/admin/views/option-boilerplate.php:24
1216
- msgid "Yes"
 
 
1217
  msgstr ""
1218
 
1219
- #: ../includes/admin/views/option-boilerplate.php:30
1220
- msgid "No"
1221
  msgstr ""
1222
 
1223
- #: ../includes/admin/views/option-boilerplate.php:36
1224
- msgid "Maybe"
1225
  msgstr ""
1226
 
1227
- #: ../includes/admin/views/option-category.php:16
1228
- #: ../includes/admin/views/option-limit.php:11
1229
- msgid "all"
 
 
 
 
1230
  msgstr ""
1231
 
1232
- #: ../includes/admin/views/option-category.php:17
1233
- msgctxt "verb"
1234
- msgid "select"
1235
  msgstr ""
1236
 
1237
- #: ../includes/admin/views/option-category.php:30
1238
- #: ../includes/admin/views/option-form-category.php:15
1239
- msgid "No categories found"
1240
  msgstr ""
1241
 
1242
- #: ../includes/admin/views/option-classes.php:3
1243
- msgid "CSS Class Names"
1244
  msgstr ""
1245
 
1246
- #: ../includes/admin/views/option-classes.php:10
1247
- msgid "For advanced users. Separate class names by spaces."
1248
  msgstr ""
1249
 
1250
- #: ../includes/admin/views/option-client-section.php:12
1251
- msgid "Type"
1252
  msgstr ""
1253
 
1254
- #: ../includes/admin/views/option-client-section.php:13
1255
- msgid "Properties"
1256
  msgstr ""
1257
 
1258
- #: ../includes/admin/views/option-client-section.php:14
1259
- msgid "CSS Class Name"
1260
  msgstr ""
1261
 
1262
- #: ../includes/admin/views/option-client-section.php:31
1263
- msgid "Add Field"
 
 
 
1264
  msgstr ""
1265
 
1266
- #. translators: On the Views admin screen.
1267
- #: ../includes/admin/views/option-compat.php:4
1268
- msgid "Compatibility mode"
 
1269
  msgstr ""
1270
 
1271
- #: ../includes/admin/views/option-compat.php:14
1272
- msgid "off (default)"
1273
  msgstr ""
1274
 
1275
- #: ../includes/admin/views/option-compat.php:17
1276
- msgid "on"
 
 
 
1277
  msgstr ""
1278
 
1279
- #: ../includes/admin/views/option-compat.php:27
1280
- msgid ""
1281
- "Turning this <b>on</b> may help if the form is not working, especially with "
1282
- "page builders and popup makers. "
 
1283
  msgstr ""
1284
 
1285
- #: ../includes/admin/views/option-compat.php:30
1286
- msgid ""
1287
- "Required <b>on</b> if using the <a href=\"https://wordpress.org/plugins/popup-"
1288
- "maker/\" target=\"_blank\">Popup Maker</a> plugin."
1289
  msgstr ""
1290
 
1291
- #: ../includes/admin/views/option-compat.php:36
 
 
 
 
 
 
 
 
1292
  msgid ""
1293
- "Turning this <b>on</b> may help if the slideshow is not working, especially "
1294
- "with page builders."
 
 
1295
  msgstr ""
1296
 
1297
- #: ../includes/admin/views/option-compat.php:39
1298
  msgid ""
1299
- "Required <b>on</b> if using the template function "
1300
- "<code>strong_testimonials_view()</code>."
1301
  msgstr ""
1302
 
1303
- #. translators: On the Views admin screen.
1304
- #: ../includes/admin/views/option-content.php:4
1305
- msgid "Content"
1306
  msgstr ""
1307
 
1308
- #: ../includes/admin/views/option-content.php:11
1309
- msgctxt "display setting"
1310
- msgid "the full testimonial"
1311
  msgstr ""
1312
 
1313
- #: ../includes/admin/views/option-content.php:14
1314
- msgctxt "display setting"
1315
- msgid "the excerpt"
1316
  msgstr ""
1317
 
1318
- #: ../includes/admin/views/option-content.php:17
1319
- msgctxt "display setting"
1320
- msgid "abbreviated"
1321
  msgstr ""
1322
 
1323
- #: ../includes/admin/views/option-content.php:28
1324
- #, php-format
1325
- msgid ""
1326
- "If no manual excerpt, use the <a href=\"%s\" target=\"_blank\">automatic "
1327
- "excerpt</a> with"
1328
  msgstr ""
1329
 
1330
- #: ../includes/admin/views/option-content.php:33
1331
- msgctxt "display setting"
1332
- msgid "the default length"
1333
  msgstr ""
1334
 
1335
- #: ../includes/admin/views/option-content.php:36
1336
- msgctxt "display setting"
1337
- msgid "a custom length"
1338
  msgstr ""
1339
 
1340
- #: ../includes/admin/views/option-content.php:41
1341
- #: ../includes/admin/views/option-content.php:124
1342
- msgid "as set by your theme"
1343
  msgstr ""
1344
 
1345
- #: ../includes/admin/views/option-content.php:46
1346
- msgctxt "As in \"the first 20 words\""
1347
- msgid "of the first"
1348
  msgstr ""
1349
 
1350
- #: ../includes/admin/views/option-content.php:52
1351
- #: ../includes/admin/views/option-content.php:73
1352
- msgid "words"
1353
  msgstr ""
1354
 
1355
- #: ../includes/admin/views/option-content.php:67
1356
- msgctxt "As in \"the first 20 words\""
1357
- msgid "using the first"
 
1358
  msgstr ""
1359
 
1360
- #: ../includes/admin/views/option-content.php:79
1361
- msgid "This will strip tags like &lt;em&gt; and &lt;strong&gt;."
 
1362
  msgstr ""
1363
 
1364
- #: ../includes/admin/views/option-content.php:92
 
1365
  #, php-format
1366
- msgid ""
1367
- "To create manual excerpts, you may need to enable them in the post editor "
1368
- "like in this <a href=\"%s\" class=\"%s\">screenshot</a>."
 
 
 
 
 
 
 
 
1369
  msgstr ""
1370
 
1371
- #: ../includes/admin/views/option-content.php:107
1372
- msgid "\"Read more\" link"
 
 
1373
  msgstr ""
1374
 
1375
- #: ../includes/admin/views/option-content.php:112
1376
- msgid "using"
1377
  msgstr ""
1378
 
1379
- #: ../includes/admin/views/option-content.php:116
1380
- msgctxt "display setting"
1381
- msgid "the default link text"
 
 
 
 
 
 
 
 
1382
  msgstr ""
1383
 
1384
- #: ../includes/admin/views/option-content.php:119
1385
- msgctxt "display setting"
1386
- msgid "custom link text"
1387
  msgstr ""
1388
 
1389
- #: ../includes/admin/views/option-content.php:137
1390
- msgid "ellipsis between content and link"
 
 
1391
  msgstr ""
1392
 
1393
- #. translators: On the Views admin screen.
1394
- #: ../includes/admin/views/option-form-ajax.php:5
1395
- msgid "Submit form via Ajax"
1396
  msgstr ""
1397
 
1398
- #. translators: On the Views admin screen.
1399
- #: ../includes/admin/views/option-form-category.php:3
1400
- msgid "Assign new submissions to a category"
1401
  msgstr ""
1402
 
1403
- #. translators: On the Views admin screen.
1404
- #: ../includes/admin/views/option-form-template-list.php:3
1405
- #: ../includes/admin/views/option-template-list.php:3
1406
- msgid "Template"
1407
  msgstr ""
1408
 
1409
- #: ../includes/admin/views/option-form-template-list.php:19
1410
- #: ../includes/admin/views/option-template-list.php:19
1411
- #: ../includes/admin/views/option-template-list.php:42
1412
- msgid "not found"
1413
  msgstr ""
1414
 
1415
- #. translators: On the Views admin screen.
1416
- #: ../includes/admin/views/option-id.php:7
1417
- #: ../includes/admin/views/option-read-more-page.php:22
1418
- msgid "&mdash; select &mdash;"
1419
  msgstr ""
1420
 
1421
- #: ../includes/admin/views/option-id.php:10
1422
- msgid "(untitled)"
 
 
 
1423
  msgstr ""
1424
 
1425
- #: ../includes/admin/views/option-id.php:16
1426
- msgctxt "to select a testimonial"
1427
- msgid "or enter its ID or slug"
 
1428
  msgstr ""
1429
 
1430
- #: ../includes/admin/views/option-layout.php:2
1431
- msgid "Layout"
1432
  msgstr ""
1433
 
1434
- #: ../includes/admin/views/option-layout.php:14
1435
- msgid "normal"
 
 
 
 
1436
  msgstr ""
1437
 
1438
- #: ../includes/admin/views/option-layout.php:20
1439
- msgid "Masonry"
 
 
1440
  msgstr ""
1441
 
1442
- #: ../includes/admin/views/option-layout.php:26
1443
- msgid "columns"
1444
  msgstr ""
1445
 
1446
- #: ../includes/admin/views/option-layout.php:32
1447
- msgid "grid"
1448
  msgstr ""
1449
 
1450
- #: ../includes/admin/views/option-layout.php:42
1451
- msgid "Normal layout."
1452
  msgstr ""
1453
 
1454
- #: ../includes/admin/views/option-layout.php:53
1455
- #, php-format
1456
- msgid ""
1457
- "A cascading, responsive grid using the jQuery plugin <a href=\"%s\" target="
1458
- "\"_blank\">Masonry</a>."
1459
  msgstr ""
1460
 
1461
- #: ../includes/admin/views/option-layout.php:54
1462
  msgid ""
1463
- "The universal solution that works well regardless of testimonial lengths."
 
1464
  msgstr ""
1465
 
1466
- #: ../includes/admin/views/option-layout.php:55
1467
- msgid "Not compatible with pagination."
1468
- msgstr ""
 
 
1469
 
1470
- #: ../includes/admin/views/option-layout.php:71
1471
- #, php-format
1472
- msgid ""
1473
- "Using <a href=\"%s\" target=\"_blank\">CSS multi-column</a>. Fill from top to "
1474
- "bottom, then over to next column."
1475
  msgstr ""
1476
 
1477
- #: ../includes/admin/views/option-layout.php:72
1478
- msgid "Works well with both long and short testimonials."
 
 
 
 
 
1479
  msgstr ""
1480
 
1481
- #: ../includes/admin/views/option-layout.php:73
1482
- #: ../includes/admin/views/option-layout.php:92
1483
- msgid "Compatible with pagination."
1484
  msgstr ""
1485
 
1486
- #: ../includes/admin/views/option-layout.php:89
1487
- #, php-format
1488
- msgid ""
1489
- "Using <a href=\"%s\" target=\"_blank\">CSS flexbox</a> with <a href=\"%s\" "
1490
- "target=\"_blank\">JavaScript fallback</a> for older browsers."
1491
  msgstr ""
1492
 
1493
- #: ../includes/admin/views/option-layout.php:91
1494
- msgid ""
1495
- "Testimonials will be equal height so this works best when they are about the "
1496
- "same length<br>(using the excerpts or setting a length limit)."
1497
  msgstr ""
1498
 
1499
- #: ../includes/admin/views/option-layout.php:117
1500
- msgid "number of columns"
 
1501
  msgstr ""
1502
 
1503
- #. translators: On the Views admin screen.
1504
- #: ../includes/admin/views/option-limit.php:4
1505
- msgid "Quantity"
1506
  msgstr ""
1507
 
1508
- #: ../includes/admin/views/option-limit.php:14
1509
- msgctxt "noun"
1510
- msgid "count"
1511
  msgstr ""
1512
 
1513
- # @ strong-testimonials
1514
  #. translators: On the Views admin screen.
1515
- #: ../includes/admin/views/option-order.php:4
1516
- msgctxt "noun"
1517
- msgid "Order"
1518
- msgstr "الترتيب"
1519
 
1520
  # @ strong-testimonials
1521
- #. translators: On the Views admin screen.
1522
- #: ../includes/admin/views/option-pagination.php:5
1523
- msgid "Pagination"
1524
- msgstr "ترقيم الصفحات"
1525
 
1526
- #: ../includes/admin/views/option-pagination.php:13
1527
- msgctxt "quantity"
1528
- msgid "Per page"
1529
  msgstr ""
1530
 
1531
- #. translators: On the Views admin screen.
1532
- #: ../includes/admin/views/option-pagination.php:20
1533
- #: ../includes/admin/views/option-slideshow-nav.php:4
1534
- msgid "Navigation"
1535
  msgstr ""
1536
 
1537
- #: ../includes/admin/views/option-pagination.php:24 ../includes/l10n.php:170
1538
- #: ../includes/l10n.php:228
1539
- msgid "before"
1540
- msgstr ""
 
1541
 
1542
- #: ../includes/admin/views/option-pagination.php:27 ../includes/l10n.php:169
1543
- #: ../includes/l10n.php:227
1544
- msgid "after"
1545
  msgstr ""
1546
 
1547
- #: ../includes/admin/views/option-pagination.php:30
1548
- msgid "before & after"
1549
  msgstr ""
1550
 
1551
  #. translators: On the Views admin screen.
1552
- #: ../includes/admin/views/option-read-more-page.php:10
1553
- msgid "\"Read more\" link to a page or post"
 
1554
  msgstr ""
1555
 
1556
- #: ../includes/admin/views/option-read-more-page.php:36
1557
- msgctxt "to select a target page"
1558
- msgid "or enter its ID or slug"
1559
  msgstr ""
1560
 
1561
- #: ../includes/admin/views/option-read-more-page.php:47
1562
- msgid "with link text"
1563
- msgstr ""
 
 
 
1564
 
1565
- #: ../includes/admin/views/option-read-more-page.php:56
1566
- msgid ""
1567
- "The link will appear after the last testimonial. For individual \"Read more\" "
1568
- "links, use the <b>Content</b> option above."
1569
  msgstr ""
1570
 
1571
  # @ strong-testimonials
1572
  #. translators: On the Views admin screen.
1573
- #: ../includes/admin/views/option-show.php:3
1574
- msgctxt "verb"
1575
- msgid "Show"
1576
- msgstr "أظهر"
1577
-
1578
- #: ../includes/admin/views/option-show.php:10
1579
- msgid "multiple testimonials"
1580
- msgstr ""
1581
 
1582
- #: ../includes/admin/views/option-show.php:11
1583
- msgid "a single testimonial"
1584
  msgstr ""
1585
 
1586
- #: ../includes/admin/views/option-stretch.php:4
1587
- msgid "Stretch Vertically"
1588
  msgstr ""
1589
 
1590
- #: ../includes/admin/views/option-stretch.php:9
1591
- msgid ""
1592
- "Stretch each slide to fill the vertical space of the slideshow container."
 
 
 
1593
  msgstr ""
1594
 
1595
- #: ../includes/admin/views/option-stretch.php:13
1596
- msgid ""
1597
- "The height of the <b>slideshow container</b> is set to match the tallest "
1598
- "slide in order to keep elements below it from bouncing up and down during "
1599
- "slide transitions. With testimonials of uneven length, the result is "
1600
- "whitespace underneath the shorter testimonials. This setting merely stretches "
1601
- "the borders and background vertically to compensate. Use the excerpt or "
1602
- "abbreviated content if you want to minimize the whitespace."
1603
- msgstr ""
1604
 
1605
- #: ../includes/admin/views/option-template-list.php:57
1606
- msgid "no description"
1607
  msgstr ""
1608
 
1609
  # @ strong-testimonials
1610
- #. translators: On the Views admin screen.
1611
- #: ../includes/admin/views/option-thumbnail.php:5 ../includes/defaults.php:87
1612
- msgid "Featured Image"
1613
- msgstr "صورة بارزة"
1614
 
1615
- #: ../includes/admin/views/option-thumbnail.php:10
1616
- #: ../includes/admin/views/option-title.php:9
1617
- msgid "not found in Fields"
1618
  msgstr ""
1619
 
1620
- #: ../includes/admin/views/option-thumbnail.php:29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1621
  msgid "width"
1622
  msgstr ""
1623
 
1624
- #: ../includes/admin/views/option-thumbnail.php:35
1625
- msgid "height"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1626
  msgstr ""
1627
 
1628
- #: ../includes/admin/views/option-thumbnail.php:48
1629
- msgid "Open full-size image in a lightbox"
 
 
 
 
1630
  msgstr ""
1631
 
1632
- #: ../includes/admin/views/option-thumbnail.php:52
1633
  #, php-format
1634
  msgid ""
1635
- "Requires a lightbox in your theme or another plugin like <a href=\"%s\" "
1636
- "target=\"_blank\">Simple Colorbox</a>."
1637
  msgstr ""
1638
 
1639
- #: ../includes/admin/views/option-thumbnail.php:61
1640
- msgid "If no Featured Image"
1641
  msgstr ""
1642
 
1643
- #: ../includes/admin/views/option-thumbnail.php:64
1644
- msgid "show nothing"
 
 
1645
  msgstr ""
1646
 
1647
- #: ../includes/admin/views/option-thumbnail.php:65
1648
- msgid "show Gravatar"
1649
  msgstr ""
1650
 
1651
- #: ../includes/admin/views/option-thumbnail.php:66
1652
- msgid "show Gravatar only if found"
1653
  msgstr ""
1654
 
1655
- #: ../includes/admin/views/option-thumbnail.php:72
1656
- msgid "Gravatar settings"
1657
  msgstr ""
1658
 
1659
- #. translators: This is on the Views admin screen.
1660
- #: ../includes/admin/views/option-timing.php:3
1661
- msgid "Timing"
1662
  msgstr ""
1663
 
1664
- # @ strong-testimonials
1665
- #: ../includes/admin/views/option-timing.php:10
1666
- msgctxt "slideshow setting"
1667
- msgid "Show each for"
1668
- msgstr "إظهار الكل لـ"
1669
 
1670
- # @ strong-testimonials
1671
- #: ../includes/admin/views/option-timing.php:13
1672
- #: ../includes/admin/views/option-timing.php:32
1673
- msgctxt "time setting"
1674
- msgid "seconds"
1675
- msgstr "ثواني"
1676
 
1677
- #: ../includes/admin/views/option-timing.php:18
1678
- msgid "then"
1679
  msgstr ""
1680
 
1681
- #: ../includes/admin/views/option-timing.php:29
1682
- msgid "for"
1683
  msgstr ""
1684
 
1685
- # @ strong-testimonials
1686
- #: ../includes/admin/views/option-timing.php:38
1687
- msgctxt "slideshow setting"
1688
- msgid "Pause on hover"
1689
- msgstr "ايقاف عند وضع مؤشر الفأرة"
 
1690
 
1691
- # @ strong-testimonials
1692
- #: ../includes/admin/views/option-title.php:4
1693
- msgid "Title"
1694
- msgstr "العنوان"
1695
 
1696
- # @ strong-testimonials
1697
- #: ../includes/captcha.php:34
1698
- msgctxt "Captcha"
1699
- msgid "Input this code:"
1700
- msgstr "أدخل هذا الكود"
1701
 
1702
- #: ../includes/class-strong-testimonials-list-table.php:149
1703
- msgid "List View"
 
 
1704
  msgstr ""
1705
 
1706
- #: ../includes/class-strong-testimonials-list-table.php:150
1707
- msgid "Excerpt View"
 
 
1708
  msgstr ""
1709
 
1710
- #: ../includes/class-strong-testimonials-list-table.php:317
1711
- msgid "No items found."
1712
  msgstr ""
1713
 
1714
- #: ../includes/class-strong-testimonials-list-table.php:443
1715
- msgid "Select bulk action"
1716
  msgstr ""
1717
 
1718
- #: ../includes/class-strong-testimonials-list-table.php:445
1719
- msgid "Bulk Actions"
1720
  msgstr ""
1721
 
1722
- #: ../includes/class-strong-testimonials-list-table.php:455
1723
- msgid "Apply"
1724
  msgstr ""
1725
 
1726
- #: ../includes/class-strong-testimonials-list-table.php:555
1727
- msgid "Filter by date"
1728
  msgstr ""
1729
 
1730
- #: ../includes/class-strong-testimonials-list-table.php:557
1731
- msgid "All dates"
1732
  msgstr ""
1733
 
1734
- #. translators: 1: month name, 2: 4-digit year
1735
- #: ../includes/class-strong-testimonials-list-table.php:570
1736
- #, php-format
1737
- msgid "%1$s %2$d"
1738
  msgstr ""
1739
 
1740
- #: ../includes/class-strong-testimonials-list-table.php:617
 
1741
  #, php-format
1742
- msgid "%s pending"
1743
  msgstr ""
1744
 
1745
- #: ../includes/class-strong-testimonials-list-table.php:696
1746
- #: ../includes/class-strong-testimonials-list-table.php:1120
1747
- #, php-format
1748
- msgid "1 item"
1749
- msgid_plural "%s items"
1750
- msgstr[0] ""
1751
- msgstr[1] ""
1752
- msgstr[2] ""
1753
- msgstr[3] ""
1754
- msgstr[4] ""
1755
- msgstr[5] ""
1756
 
1757
- #: ../includes/class-strong-testimonials-list-table.php:731
1758
- msgid "Select Page"
1759
  msgstr ""
1760
 
1761
- #: ../includes/class-strong-testimonials-list-table.php:738
1762
- #, php-format
1763
- msgctxt "paging"
1764
- msgid "%1$s of %2$s"
1765
  msgstr ""
1766
 
1767
- #: ../includes/class-strong-testimonials-list-table.php:886
1768
- msgid "Select All"
1769
  msgstr ""
1770
 
1771
- #: ../includes/class-strong-views-list-table.php:75
1772
- msgid "Edit"
1773
  msgstr ""
1774
 
1775
- #: ../includes/class-strong-views-list-table.php:76
1776
- msgid "Duplicate"
1777
  msgstr ""
1778
 
1779
- #: ../includes/class-strong-views-list-table.php:77
1780
- #, php-format
1781
- msgid "Delete \"%s\"?"
1782
  msgstr ""
1783
 
1784
- # @ strong-testimonials
1785
- #: ../includes/defaults.php:53
1786
- msgid "This field is required."
1787
- msgstr "هذا الحقل مطلوب"
1788
 
1789
- # @ strong-testimonials
1790
- #: ../includes/defaults.php:70
1791
- msgid "Testimonial Title"
1792
- msgstr "عنوان الشهادة"
1793
 
1794
- # @ strong-testimonials
1795
- #: ../includes/defaults.php:78
1796
- msgid "Testimonial Content"
1797
- msgstr "محتوى الشهادة"
1798
 
1799
- #: ../includes/defaults.php:105
1800
- msgid "email"
1801
  msgstr ""
1802
 
1803
- #: ../includes/defaults.php:109
1804
- msgid "URL"
1805
  msgstr ""
1806
 
1807
- #: ../includes/defaults.php:125
1808
- msgid "category selector"
1809
  msgstr ""
1810
 
1811
- #: ../includes/defaults.php:153
1812
- msgid "Default Form"
1813
  msgstr ""
1814
 
1815
- # @ strong-testimonials
1816
- #: ../includes/defaults.php:162
1817
- msgid "Full Name"
1818
- msgstr "الاسم الكامل"
1819
 
1820
- # @ strong-testimonials
1821
- #: ../includes/defaults.php:165
1822
- msgid "What is your full name?"
1823
- msgstr "ماهو اسمك الكامل؟"
1824
 
1825
- # @ strong-testimonials
1826
- #: ../includes/defaults.php:174
1827
- msgid "What is your email address?"
1828
- msgstr "ماهو بريدك الإلكتروني؟"
1829
 
1830
- # @ strong-testimonials
1831
- #: ../includes/defaults.php:179
1832
- msgid "Company Name"
1833
- msgstr "اسم الشركة"
1834
 
1835
- # @ strong-testimonials
1836
- #: ../includes/defaults.php:181
1837
- msgid "What is your company name?"
1838
- msgstr "ماهو اسم الشركة؟"
1839
 
1840
- # @ strong-testimonials
1841
- #: ../includes/defaults.php:186
1842
- msgid "Company Website"
1843
- msgstr "موقع الشركة"
1844
 
1845
- # @ strong-testimonials
1846
- #: ../includes/defaults.php:188
1847
- msgid "Does your company have a website?"
1848
- msgstr "هل يوجد موقع لشركتك؟"
1849
 
1850
- # @ strong-testimonials
1851
- #: ../includes/defaults.php:196
1852
- msgid "Heading"
1853
- msgstr "عنوان"
1854
 
1855
- # @ strong-testimonials
1856
- #: ../includes/defaults.php:199
1857
- msgid "A headline for your testimonial."
1858
- msgstr "عنوان لشهادتك"
1859
 
1860
- # @ strong-testimonials
1861
- #: ../includes/defaults.php:204 ../includes/defaults.php:252
1862
- msgid "Testimonial"
1863
- msgstr "شهادة"
1864
 
1865
- # @ strong-testimonials
1866
- #: ../includes/defaults.php:207
1867
- msgid "What do you think about us?"
1868
- msgstr "ماذا تشعر تجاهنا؟"
 
 
 
 
 
1869
 
1870
- # @ strong-testimonials
1871
- #: ../includes/defaults.php:212
1872
- msgid "Photo"
1873
- msgstr "صورة"
1874
 
1875
- # @ strong-testimonials
1876
- #: ../includes/defaults.php:214
1877
- msgid "Would you like to include a photo?"
1878
- msgstr "هل تود إضافة صورة؟"
1879
 
1880
- #: ../includes/defaults.php:223
1881
- msgid "Minimal Form"
1882
  msgstr ""
1883
 
1884
- #: ../includes/defaults.php:281
1885
- msgid "Custom Form"
1886
  msgstr ""
1887
 
1888
- # @ strong-testimonials
1889
- #. translators: Settings > Forms > Messages tab
1890
- #. translators: Default message for required field message at top of form.
1891
- #: ../includes/defaults.php:304 ../includes/defaults.php:306
1892
- msgid "Required field"
1893
- msgstr "خانة مطلوبة"
1894
 
1895
- # @ strong-testimonials
1896
- #. translators: Settings > Forms > Messages tab
1897
- #: ../includes/defaults.php:311
1898
- msgctxt "description"
1899
- msgid "Captcha label"
1900
- msgstr "عنوان كابتشا"
1901
 
1902
- # @ default
1903
- #. translators: Default label for Captcha field on submission form.
1904
- #: ../includes/defaults.php:313
1905
- msgctxt "strong-testimonials"
1906
- msgid "Captcha"
1907
- msgstr "كابتشا"
 
 
 
 
 
1908
 
1909
- # @ strong-testimonials
1910
- #. translators: Settings > Forms > Messages tab
1911
- #: ../includes/defaults.php:318
1912
- msgctxt "description"
1913
- msgid "Submit button"
1914
- msgstr "زر الإرسال"
 
 
 
 
 
 
1915
 
1916
- # @ strong-testimonials
1917
- #. translators: Default label for the Submit button on testimonial form.
1918
- #: ../includes/defaults.php:320
1919
- msgctxt "the Submit button"
1920
- msgid "Add Testimonial"
1921
- msgstr "إضافة شهادة"
 
 
 
 
1922
 
1923
- # @ strong-testimonials
1924
- #. translators: Settings > Forms > Messages tab
1925
- #: ../includes/defaults.php:325
1926
- msgctxt "description"
1927
- msgid "Submission error"
1928
- msgstr "خطأ في الإرسال"
1929
 
1930
- # @ strong-testimonials
1931
- #. translators: Default message for submission form error.
1932
- #: ../includes/defaults.php:327
1933
- msgctxt "error message"
1934
- msgid "There was a problem processing your testimonial."
1935
- msgstr "حدث خطأ أثناء معالجة شهادتك"
1936
 
1937
- # @ strong-testimonials
1938
- #. translators: Settings > Forms > Messages tab
1939
- #: ../includes/defaults.php:332
1940
- msgctxt "description"
1941
- msgid "Submission success"
1942
- msgstr "تم الإرسال بنجاح"
1943
 
1944
- # @ strong-testimonials
1945
- #. translators: Default message for submission form success message.
1946
- #: ../includes/defaults.php:334
1947
- msgctxt "success message"
1948
- msgid "Thank you! Your testimonial is awaiting moderation."
1949
- msgstr "شكراً لك ، الشهادة في انتظار القبول من الإدارة."
1950
 
1951
- # @ strong-testimonials
1952
- #. translators: Default subject line for new testimonial notification email.
1953
- #: ../includes/defaults.php:360
1954
- msgid "New testimonial for %BLOGNAME%"
1955
- msgstr "شهادة جديدة لـ %BLOGNAME%"
1956
 
1957
- # @ strong-testimonials
1958
- #. translators: Default message for new testimonial notification email.
1959
- #: ../includes/defaults.php:362
1960
- msgid ""
1961
- "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
1962
- "website administrator."
1963
- msgstr "شهادة جديدة لـ %BLOGNAME% في انتظار القبول من إدارة الموقع."
1964
 
1965
- #: ../includes/defaults.php:381
1966
- msgid "Display"
1967
  msgstr ""
1968
 
1969
- # @ strong-testimonials
1970
- #: ../includes/defaults.php:382
1971
- msgid "Slideshow"
1972
- msgstr "العرض التقديمي"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1973
 
1974
- #: ../includes/defaults.php:388
1975
- msgid "Random"
 
 
 
 
1976
  msgstr ""
1977
 
1978
- #: ../includes/defaults.php:389
1979
- msgid "Newest first"
1980
  msgstr ""
1981
 
1982
- #: ../includes/defaults.php:390
1983
- msgid "Oldest first"
 
 
1984
  msgstr ""
1985
 
1986
  # @ strong-testimonials
1987
- #: ../includes/defaults.php:446 ../strong-testimonials.php:612
1988
- msgctxt "link"
1989
- msgid "Read more"
1990
- msgstr "قراءة المزيد"
1991
 
1992
- #: ../includes/defaults.php:449 ../strong-testimonials.php:609
1993
- msgctxt "link"
1994
- msgid "Read more testimonials"
 
 
 
1995
  msgstr ""
1996
 
1997
- #: ../includes/defaults.php:485
1998
- msgid "Testimonial Form Fields"
1999
  msgstr ""
2000
 
2001
- #: ../includes/defaults.php:486
2002
- msgid "Testimonial Form Messages"
2003
  msgstr ""
2004
 
2005
- #: ../includes/defaults.php:487
2006
- msgid "Testimonial Notification Options"
2007
  msgstr ""
2008
 
2009
- #: ../includes/form-handler-functions.php:260
2010
- #: ../includes/form-handler-functions.php:272
2011
- #: ../includes/form-handler-functions.php:284
2012
- msgid "The Captcha failed. Please try again."
2013
  msgstr ""
2014
 
2015
- #: ../includes/l10n.php:171 ../includes/l10n.php:229
2016
- msgid "placeholder"
 
2017
  msgstr ""
2018
 
2019
- #: ../includes/l10n.php:172 ../includes/l10n.php:230
2020
- msgid "label"
 
2021
  msgstr ""
2022
 
2023
- #: ../includes/l10n.php:204 ../includes/l10n.php:246
2024
- msgid "Email message"
 
 
2025
  msgstr ""
2026
 
2027
- #: ../includes/l10n.php:205 ../includes/l10n.php:245
2028
- msgid "Email subject"
 
2029
  msgstr ""
2030
 
2031
  # @ strong-testimonials
2032
- #: ../includes/post-types.php:15
2033
  msgctxt "post type general name"
2034
  msgid "Testimonials"
2035
  msgstr "الشهادات"
2036
 
2037
- #: ../includes/post-types.php:16
2038
- msgctxt "admin menu name"
2039
- msgid "Testimonials"
2040
- msgstr ""
2041
-
2042
  # @ strong-testimonials
2043
- #: ../includes/post-types.php:17
2044
  msgctxt "post type singular name"
2045
  msgid "Testimonial"
2046
  msgstr "شهادة"
2047
 
2048
  # @ strong-testimonials
2049
- #: ../includes/post-types.php:18
2050
- msgctxt "post type"
2051
- msgid "Add New"
2052
- msgstr "إضافة جديد"
2053
-
2054
- # @ strong-testimonials
2055
- #: ../includes/post-types.php:19
2056
  msgid "Add New Testimonial"
2057
  msgstr "إضافة شهادة جديدة"
2058
 
2059
  # @ strong-testimonials
2060
- #: ../includes/post-types.php:20
2061
  msgid "Edit Testimonial"
2062
  msgstr "تعديل الشهادة"
2063
 
2064
  # @ strong-testimonials
2065
- #: ../includes/post-types.php:21
2066
  msgid "New Testimonial"
2067
  msgstr "شهادة جديدة"
2068
 
2069
  # @ strong-testimonials
2070
- #: ../includes/post-types.php:22
2071
- msgid "All Testimonials"
2072
- msgstr "كافة الشهادات"
2073
-
2074
- # @ strong-testimonials
2075
- #: ../includes/post-types.php:23
2076
  msgid "View Testimonial"
2077
  msgstr "عرض الشهادات"
2078
 
 
 
 
 
2079
  # @ strong-testimonials
2080
- #: ../includes/post-types.php:24
2081
  msgid "Search Testimonials"
2082
  msgstr "البحث في الشهادات"
2083
 
2084
  # @ strong-testimonials
2085
- #: ../includes/post-types.php:25
2086
  msgid "Nothing Found"
2087
  msgstr "لم يتم العثور على شيء"
2088
 
2089
  # @ strong-testimonials
2090
- #: ../includes/post-types.php:26
2091
  msgid "Nothing found in Trash"
2092
  msgstr "لم يتم إيجاد شيء في المهملات"
2093
 
2094
  # @ strong-testimonials
2095
- #: ../includes/post-types.php:40
2096
- msgctxt "post type singular label"
2097
- msgid "testimonial"
2098
- msgstr "شهادة"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2099
 
2100
  # @ strong-testimonials
2101
- #: ../includes/post-types.php:45
2102
  msgctxt "slug"
2103
  msgid "testimonial"
2104
  msgstr "شهادة"
2105
 
2106
- #: ../includes/post-types.php:63
2107
  msgid "Testimonial Categories"
2108
  msgstr ""
2109
 
2110
- #: ../includes/post-types.php:64
2111
  msgid "Testimonial Category"
2112
  msgstr ""
2113
 
2114
  # @ strong-testimonials
2115
- #: ../includes/post-types.php:66
2116
  msgid "All categories"
2117
  msgstr "كل الأقسام"
2118
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2119
  #: ../includes/widget2.php:14
2120
  msgctxt "widget description"
2121
  msgid "Add one of your testimonial views."
@@ -2132,54 +3774,194 @@ msgctxt "widget title"
2132
  msgid "Testimonials"
2133
  msgstr "الشهادات"
2134
 
2135
- #: ../includes/widget2.php:71
2136
  msgid "Title:"
2137
  msgstr ""
2138
 
2139
- #: ../includes/widget2.php:77
2140
  msgid "Content:"
2141
  msgstr ""
2142
 
2143
- #: ../includes/widget2.php:81
2144
  msgid "Automatically add paragraphs to above Content only"
2145
  msgstr ""
2146
 
2147
- #: ../includes/widget2.php:85
2148
  msgctxt "widget setting"
2149
  msgid "View:"
2150
  msgstr ""
2151
 
2152
- #: ../includes/widget2.php:89
2153
- msgid "&mdash; Select &mdash;"
2154
- msgstr ""
2155
-
2156
- #: ../strong-testimonials.php:100 ../strong-testimonials.php:112
2157
  msgid "Cheatin&#8217; huh?"
2158
  msgstr ""
2159
 
2160
- #: ../strong-testimonials.php:495
2161
- msgid "light gray gradient"
2162
- msgstr ""
2163
 
2164
- #: ../strong-testimonials.php:500
2165
- msgid "light blue gradient"
2166
- msgstr ""
2167
 
2168
- #: ../strong-testimonials.php:505
2169
- msgid "sky blue gradient"
2170
- msgstr ""
 
2171
 
2172
- #: ../strong-testimonials.php:510
2173
- msgid "light latte gradient"
2174
- msgstr ""
2175
 
2176
- #: ../strong-testimonials.php:515
2177
- msgid "light green mist gradient"
2178
- msgstr ""
2179
 
2180
- #: ../strong-testimonials.php:520
2181
- msgid "light plum gradient"
2182
- msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2183
 
2184
  # @ strong-testimonials
2185
  #~ msgid "Category"
@@ -2202,14 +3984,6 @@ msgstr ""
2202
  #~ msgid "Title"
2203
  #~ msgstr "العنوان"
2204
 
2205
- # @ strong-testimonials
2206
- #~ msgid "Shortcode"
2207
- #~ msgstr "اختصار"
2208
-
2209
- # @ strong-testimonials
2210
- #~ msgid "None"
2211
- #~ msgstr "لاشيء"
2212
-
2213
  # @ strong-testimonials
2214
  #~ msgid "Customize other form elements <a href=\"%s\">here</a>."
2215
  #~ msgstr "تعديل عناصر أخرى في الحقل <a href=\"%s\">هنا</a>. "
@@ -2344,10 +4118,6 @@ msgstr ""
2344
  #~ msgid "Load stylesheets"
2345
  #~ msgstr "تحميل صفحات الأنماط (stylesheets)"
2346
 
2347
- # @ strong-testimonials
2348
- #~ msgid "Pages"
2349
- #~ msgstr "صفحات"
2350
-
2351
  # @ strong-testimonials
2352
  #~ msgid "Widget"
2353
  #~ msgstr "ودجت"
@@ -2425,10 +4195,6 @@ msgstr ""
2425
  #~ msgid "and add them to a single category"
2426
  #~ msgstr "ووضعهم في قسم واحد"
2427
 
2428
- # @ strong-testimonials
2429
- #~ msgid "default"
2430
- #~ msgstr "افتراضي"
2431
-
2432
  # @ strong-testimonials
2433
  #~ msgctxt "noun"
2434
  #~ msgid "Content"
@@ -2450,10 +4216,6 @@ msgstr ""
2450
  #~ msgid "The Form"
2451
  #~ msgstr "المنتدى"
2452
 
2453
- # @ strong-testimonials
2454
- #~ msgid "Shortcodes"
2455
- #~ msgstr "اختصار"
2456
-
2457
  # @ strong-testimonials
2458
  #~ msgid ""
2459
  #~ "Please use the <a href=\"%s\" target=\"_blank\">support forum</a> or <a "
@@ -2978,14 +4740,6 @@ msgstr ""
2978
  #~ "قريباً، إخراج هذه الإضافة سيكون بين يديك حيث سيمكنك التصويت على الطلبات "
2979
  #~ "المستقبلية."
2980
 
2981
- # @ strong-testimonials
2982
- #~ msgid "Simple"
2983
- #~ msgstr "بسيط"
2984
-
2985
- # @ strong-testimonials
2986
- #~ msgid "Advanced"
2987
- #~ msgstr "مخصص"
2988
-
2989
  # @ strong-testimonials
2990
  #~ msgid "Notes"
2991
  #~ msgstr "ملاحظات"
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.15.12\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-08-02 15:21-0400\n"
6
+ "PO-Revision-Date: 2018-08-02 15:22-0400\n"
7
+ "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: \n"
9
  "Language: ar\n"
10
  "MIME-Version: 1.0\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
14
  "&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
15
+ "X-Generator: Poedit 2.1.1\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
20
  "X-Textdomain-Support: yes\n"
21
  "X-Poedit-SearchPath-0: ..\n"
22
 
23
+ #: ../admin/about/about.php:1
24
+ msgid "Flexible Features. Strong Support."
 
 
25
  msgstr ""
26
 
27
+ #. translators: %s is a formatted number
28
+ #: ../admin/about/about.php:3
29
  #, php-format
30
  msgid ""
31
+ "The highest-rated free testimonials plugin trusted by more than %s people."
 
 
 
 
 
32
  msgstr ""
33
 
34
+ #: ../admin/about/about.php:6
35
+ msgid ""
36
+ "Designed from the ground up to simplify the process of customizing your "
37
+ "testimonials or reviews."
38
  msgstr ""
39
 
40
+ #: ../admin/about/about.php:7
41
+ msgid ""
42
+ "<strong>Custom fields</strong> are deeply integrated into Strong "
43
+ "Testimonials. It even includes a default set of custom fields so you can get "
44
+ "started quickly."
 
 
 
 
45
  msgstr ""
46
 
47
+ #: ../admin/about/about.php:8
48
+ msgid ""
49
+ "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
50
+ "unlimited testimonial displays including grids and slideshows with features "
51
+ "like excerpts and pagination in a variety of templates."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
52
  msgstr ""
53
 
54
+ #: ../admin/about/about.php:9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
55
  msgid ""
56
+ "Integrate with plugins like Popup Maker or Google Captcha. For developers, "
57
+ "actions and filters allow further customization."
58
+ msgstr ""
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
 
60
+ #: ../admin/about/addons.php:3
61
+ msgid "Get More Features With Pro Add-ons"
62
+ msgstr ""
 
 
 
63
 
64
+ #: ../admin/about/class-strong-testimonials-about.php:42
65
+ #: ../admin/about/class-strong-testimonials-about.php:43
66
+ #: ../admin/about/class-strong-testimonials-about.php:73
67
+ msgid "About"
68
+ msgstr ""
69
 
70
+ #. translators: %s is the plugin version number
71
+ #: ../admin/about/class-strong-testimonials-about.php:61
72
  #, php-format
73
+ msgid "Welcome to Strong Testimonials %s"
74
  msgstr ""
75
 
76
+ #: ../admin/about/class-strong-testimonials-about.php:64
77
+ msgid "Thank you for updating to the latest version!"
78
+ msgstr ""
 
 
 
 
 
 
 
79
 
80
+ #. translators: %s is the plugin version number
81
+ #: ../admin/about/class-strong-testimonials-about.php:69
82
  #, php-format
83
+ msgid "Version %s"
84
  msgstr ""
85
 
86
+ #: ../admin/about/class-strong-testimonials-about.php:75
87
+ msgid "What&#8217;s New"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
88
  msgstr ""
89
 
90
+ #: ../admin/about/class-strong-testimonials-about.php:77
91
+ msgid "How To"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
92
  msgstr ""
93
 
94
+ #: ../admin/about/class-strong-testimonials-about.php:79
95
+ msgid "Privacy"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96
  msgstr ""
97
 
98
+ #: ../admin/about/how-to.php:2
99
+ msgid ""
100
+ "Add the view to a page or sidebar using its unique shortcode or the Strong "
101
+ "Testimonials widget."
 
 
 
 
102
  msgstr ""
103
 
104
+ #: ../admin/about/how-to.php:4
105
+ msgid "Let's Get Started"
106
  msgstr ""
107
 
108
+ #: ../admin/about/how-to.php:5
109
+ msgid "This plugin is different than others you may have tried."
 
110
  msgstr ""
111
 
112
+ #: ../admin/about/how-to.php:8
113
+ #, php-format
114
+ msgid ""
115
+ "Testimonials are like posts. They can be viewed individually. For example, a "
116
+ "testimonial with the title \"Highly recommended!\" is viewable at <a href=\"#"
117
+ "\" class=\"nogo\">%1$s</a>."
118
  msgstr ""
119
 
120
+ #: ../admin/about/how-to.php:17
 
121
  msgid ""
122
+ "The more common approach is to display a group of testimonials. Among the "
123
+ "many options, you can select which testimonials to include, what fields to "
124
+ "show, and the layout."
125
  msgstr ""
126
 
127
+ #: ../admin/about/how-to.php:19
128
+ msgid ""
129
+ "The plugin provides a tool for configuring those displays: <strong>Views</"
130
+ "strong>."
131
  msgstr ""
132
 
133
+ #: ../admin/about/how-to.php:20 ../admin/class-strong-testimonials-help.php:88
134
+ msgid "A view is simply a group of settings with an easy-to-use editor."
135
  msgstr ""
136
 
137
+ #: ../admin/about/how-to.php:21
138
+ msgid "You can create <em>unlimited</em> views."
139
  msgstr ""
140
 
141
+ #: ../admin/about/how-to.php:22
142
+ msgid "Each view has its own simple shortcode."
143
  msgstr ""
144
 
145
+ #: ../admin/about/how-to.php:28
146
+ msgid "How to Add the Form"
147
  msgstr ""
148
 
149
+ #: ../admin/about/how-to.php:29
150
+ #, php-format
151
+ msgid ""
152
+ "<a href=\"%s\">Check the custom fields</a>. The default set of fields are "
153
+ "designed to suit most situations. Add or remove fields as you see fit."
154
  msgstr ""
155
 
156
+ #: ../admin/about/how-to.php:31 ../admin/about/how-to.php:40
157
+ #: ../admin/about/how-to.php:49
158
+ #, php-format
159
+ msgid "Create a <a href=\"%s\">view</a>."
160
  msgstr ""
161
 
162
+ #: ../admin/about/how-to.php:32
163
+ msgid "Select <strong>Form</strong> mode."
164
  msgstr ""
165
 
166
+ #: ../admin/about/how-to.php:38
167
+ msgid "How to Display Your Testimonials"
 
 
168
  msgstr ""
169
 
170
+ #: ../admin/about/how-to.php:39 ../admin/about/how-to.php:48
171
  #, php-format
172
  msgid ""
173
+ "<a href=\"%s\">Enter your testimonials</a> if necessary. The plugin will not "
174
+ "read existing testimonials from another plugin or theme. It will not import "
175
+ "testimonials."
176
  msgstr ""
177
 
178
+ #: ../admin/about/how-to.php:41
179
+ msgid "Select <strong>Display</strong> mode."
180
  msgstr ""
181
 
182
+ #: ../admin/about/how-to.php:47
183
+ msgid "How to Add a Slideshow"
184
  msgstr ""
185
 
186
+ #: ../admin/about/how-to.php:50
187
+ msgid "Select <strong>Slideshow</strong> mode."
188
  msgstr ""
189
 
190
+ #: ../admin/about/how-to.php:56
191
+ msgid "How to Translate"
192
  msgstr ""
193
 
194
+ #: ../admin/about/how-to.php:57
195
+ msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
196
  msgstr ""
197
 
198
+ #: ../admin/about/how-to.php:58
 
199
  msgid ""
200
+ "In WPML and Polylang, domains are added to the <strong>String Translation</"
201
+ "strong> pages. Those domains encompass the form fields, the form messages, "
202
+ "the notification email, and the \"Read more\" link text in your views. They "
203
+ "are updated automatically when any of those settings change."
204
  msgstr ""
205
 
206
+ #: ../admin/about/links.php:5 ../admin/admin.php:195
207
+ msgid "Support"
208
  msgstr ""
209
 
210
+ #: ../admin/about/links.php:11
211
+ msgid "Use the public support forum"
212
  msgstr ""
213
 
214
+ #: ../admin/about/links.php:13 ../admin/about/links.php:17
215
+ msgid "or"
216
  msgstr ""
217
 
218
+ #: ../admin/about/links.php:15
219
+ msgid "submit a private support ticket"
 
 
 
220
  msgstr ""
221
 
222
+ #: ../admin/about/links.php:19
223
+ msgid "contact the developer"
 
 
 
224
  msgstr ""
225
 
226
+ #: ../admin/about/links.php:29
227
+ msgid "Tutorials"
228
  msgstr ""
229
 
230
+ #: ../admin/about/links.php:35
231
+ msgid "Troubleshooting"
 
 
232
  msgstr ""
233
 
234
+ #: ../admin/about/links.php:39
235
+ msgid "How to add YouTube or Twitter"
 
 
236
  msgstr ""
237
 
238
+ #: ../admin/about/links.php:43
239
+ msgid "Using custom CSS"
 
 
240
  msgstr ""
241
 
242
+ #: ../admin/about/links.php:47
243
+ msgid "How to enable comments"
 
 
244
  msgstr ""
245
 
246
+ #: ../admin/about/links.php:51
247
+ msgid "How to customize the form"
248
  msgstr ""
249
 
250
+ #: ../admin/about/links.php:61
251
+ msgid "Demos"
 
 
252
  msgstr ""
253
 
254
+ #: ../admin/about/links.php:67
255
+ msgid "Display examples"
256
  msgstr ""
257
 
258
+ #: ../admin/about/links.php:71
259
+ msgid "Slideshow examples"
260
  msgstr ""
261
 
262
+ #: ../admin/about/links.php:75
263
+ msgid "Form examples"
264
  msgstr ""
265
 
266
+ #: ../admin/about/privacy.php:1
267
+ msgid "Privacy and GDPR"
 
 
268
  msgstr ""
269
 
270
+ #: ../admin/about/privacy.php:2
271
+ msgid "Compliance is entirely in your control."
 
 
272
  msgstr ""
273
 
274
+ #: ../admin/about/privacy.php:5
275
+ msgid ""
276
+ "By default, this plugin does not store any user or visitor data, does not "
277
+ "send any data to remote servers, act as a service or embed content, does not "
278
+ "edit the comments form in any way."
279
  msgstr ""
280
 
281
+ #: ../admin/about/privacy.php:6
282
  msgid ""
283
+ "The plugin also prevents displaying email addresses in your testimonials on "
284
+ "the front end."
 
 
 
285
  msgstr ""
286
 
287
+ #: ../admin/about/privacy.php:7
288
+ msgid "However, this plugin provides features that may involve private data."
289
  msgstr ""
290
 
291
+ #: ../admin/about/privacy.php:8
292
+ msgid ""
293
+ "If you use the testimonial submission form, the data collected on that form "
294
+ "will be stored in your database."
295
  msgstr ""
296
 
297
+ #: ../admin/about/privacy.php:9
298
+ msgid ""
299
+ "If you enable the administrator notification email upon new testimonial "
300
+ "submission, the data collected on your form, at your selection, may be "
301
+ "included in that notification email."
302
  msgstr ""
303
 
304
+ #: ../admin/about/privacy.php:10
305
+ msgid ""
306
+ "If you enable comments on testimonials, the plugin will use your theme's "
307
+ "single post template and comment form."
308
  msgstr ""
309
 
310
+ #: ../admin/about/privacy.php:11
311
+ msgid ""
312
+ "If you embed third-party posts such as Twitter, YouTube and FaceBook in your "
313
+ "testimonials, you will be agreeing to the Terms of Use of those third-party "
314
+ "sites."
315
  msgstr ""
316
 
317
  # @ strong-testimonials
318
+ #: ../admin/admin-notices.php:66 ../admin/views.php:36
319
+ msgid "Defaults restored."
320
+ msgstr "تم استعادة الإعدادات الافتراضية"
321
 
322
+ # @ strong-testimonials
323
+ #: ../admin/admin-notices.php:78
324
+ msgid "Fields saved."
325
+ msgstr "تم حفظ الحقول"
326
 
327
+ #: ../admin/admin-notices.php:90 ../admin/views.php:35
328
+ msgid "Changes cancelled."
329
  msgstr ""
330
 
331
+ #: ../admin/admin-notices.php:101
332
+ #, php-format
333
+ msgid "Please check your <a href=\"%s\">%s</a>."
334
  msgstr ""
335
 
336
+ #: ../admin/admin-notices.php:101
337
+ msgid "settings"
338
  msgstr ""
339
 
340
+ #: ../admin/admin-notices.php:107
341
+ msgid "Captcha options have changed in <strong>Strong Testimonials</strong>."
342
  msgstr ""
343
 
344
+ # @ strong-testimonials
345
+ #. translators: %s is the name of the plugin.
346
+ #: ../admin/admin.php:20
347
+ #, php-format
348
+ msgctxt "installation"
349
+ msgid "Unable to load %s"
350
+ msgstr "فشل جلب %s"
351
 
352
+ # @ strong-testimonials
353
+ #. translators: %s is a WordPress version number.
354
+ #: ../admin/admin.php:22
355
+ #, php-format
356
+ msgctxt "installation"
357
+ msgid ""
358
+ "This plugin requires <strong>WordPress %s</strong> or higher so it has been "
359
+ "deactivated."
360
+ msgstr "هذه الإضافة تتطلب <strong> وردبريس %s</strong> أو أعلى لذلك تم تعطيلها."
361
 
362
+ # @ strong-testimonials
363
+ #: ../admin/admin.php:23
364
+ msgctxt "installation"
365
+ msgid "Please upgrade WordPress and try again."
366
+ msgstr "الرجاء تحديث ووردبريس ثم المحاولة لاحقاً"
367
 
368
+ # @ strong-testimonials
369
+ #: ../admin/admin.php:24
370
  #, php-format
371
+ msgctxt "installation"
372
+ msgid "Back to the WordPress <a href=\"%s\">Plugins page</a>"
373
+ msgstr "الرجوع <a href=\"%s\"> لصفحة الإضافات </a> في ووردبريس"
374
+
375
+ #: ../admin/admin.php:165
376
+ msgid "restore default"
377
  msgstr ""
378
 
379
+ #: ../admin/admin.php:188
380
+ msgid "For guides and tutorials"
381
  msgstr ""
382
 
383
+ #: ../admin/admin.php:189
384
+ msgid "Documentation"
385
  msgstr ""
386
 
387
+ #: ../admin/admin.php:194
388
+ msgid "For direct support requests"
 
389
  msgstr ""
390
 
391
+ #: ../admin/admin.php:200
392
+ msgid "Get more features with premium add-ons"
 
 
 
 
393
  msgstr ""
394
 
395
+ #: ../admin/admin.php:201
396
+ msgid "Add-ons"
 
 
397
  msgstr ""
398
 
399
  # @ strong-testimonials
400
+ #: ../admin/class-strong-testimonials-admin-category-list.php:39
401
+ #: ../admin/class-strong-views-list-table.php:61
402
+ msgid "ID"
403
+ msgstr "رقم المعرف"
404
 
405
  # @ strong-testimonials
406
+ #: ../admin/class-strong-testimonials-admin-category-list.php:40
407
+ #: ../admin/class-strong-testimonials-defaults.php:316
408
+ #: ../admin/class-strong-views-list-table.php:64
409
+ #: ../admin/partials/views/view-name.php:10
410
+ #: ../admin/settings/partials/email-from.php:25
411
+ #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:547
412
+ msgid "Name"
413
+ msgstr "الاسم"
414
 
415
  # @ strong-testimonials
416
+ #: ../admin/class-strong-testimonials-admin-category-list.php:41
417
+ msgid "Slug"
418
+ msgstr "اسم الرابط"
419
 
420
+ # @ strong-testimonials
421
+ #: ../admin/class-strong-testimonials-admin-category-list.php:42
422
+ #: ../admin/partials/views/option-read-more-page.php:42
423
+ msgid "Posts"
424
+ msgstr "مشاركات"
425
 
426
  # @ strong-testimonials
427
+ #: ../admin/class-strong-testimonials-admin-list.php:80
428
+ msgid "Excerpt"
429
+ msgstr "مقتطف"
 
430
 
431
  # @ strong-testimonials
432
+ #: ../admin/class-strong-testimonials-admin-list.php:90
433
+ #: ../admin/class-strong-testimonials-admin-list.php:212
434
+ msgid "Thumbnail"
435
+ msgstr "صورة مصغرة"
436
 
437
+ #: ../admin/class-strong-testimonials-admin-list.php:92
438
+ msgid "Rating"
439
  msgstr ""
440
 
441
+ # @ strong-testimonials
442
+ #. translators: On the Views admin screen.
443
+ #: ../admin/class-strong-testimonials-admin-list.php:104
444
+ #: ../admin/partials/views/option-category.php:4 ../includes/post-types.php:128
445
+ msgid "Categories"
446
+ msgstr "الأقسام"
447
+
448
+ # @ strong-testimonials
449
+ #: ../admin/class-strong-testimonials-admin-list.php:111
450
+ msgid "Date"
451
+ msgstr "اليوم"
452
+
453
+ #: ../admin/class-strong-testimonials-admin-scripts.php:136
454
+ msgctxt "Field editor: The default label for new fields"
455
+ msgid "New Field"
456
  msgstr ""
457
 
458
+ #: ../admin/class-strong-testimonials-admin-scripts.php:137
459
+ msgctxt "Fields editor: To indicate when a field type can only be used once."
460
+ msgid "(in use)"
 
461
  msgstr ""
462
 
463
+ #: ../admin/class-strong-testimonials-admin-scripts.php:138
464
+ msgctxt "Fields editor: To indicate when no categories have been found."
465
+ msgid "(none found)"
466
+ msgstr ""
467
 
468
  # @ strong-testimonials
469
+ #: ../admin/class-strong-testimonials-admin-scripts.php:207
470
+ #: ../admin/class-strong-testimonials-defaults.php:72
471
+ msgid "This field is required."
472
+ msgstr "هذا الحقل مطلوب"
 
473
 
474
+ #: ../admin/class-strong-testimonials-admin-scripts.php:208
475
+ #: ../admin/edd/Strong_Plugin_Updater.php:105
476
+ #: ../admin/edd/Strong_Plugin_Updater.php:156
477
+ #: ../admin/edd/Strong_Plugin_Updater.php:212
478
+ msgid "An error occurred, please try again."
479
  msgstr ""
480
 
481
+ #: ../admin/class-strong-testimonials-admin-scripts.php:209
482
+ msgid "Restore the default settings?"
 
483
  msgstr ""
484
 
485
+ #: ../admin/class-strong-testimonials-admin-scripts.php:242
486
+ msgid "click to insert into message at caret"
487
  msgstr ""
488
 
489
  # @ strong-testimonials
490
+ #: ../admin/class-strong-testimonials-defaults.php:101
491
+ msgid "Testimonial Title"
492
+ msgstr "عنوان الشهادة"
493
 
494
  # @ strong-testimonials
495
+ #: ../admin/class-strong-testimonials-defaults.php:111
496
+ msgid "Testimonial Content"
497
+ msgstr "محتوى الشهادة"
498
 
499
+ # @ strong-testimonials
500
+ #. translators: On the Views admin screen.
501
+ #: ../admin/class-strong-testimonials-defaults.php:122
502
+ #: ../admin/partials/views/option-thumbnail.php:5 ../includes/post-types.php:70
503
+ msgid "Featured Image"
504
+ msgstr "صورة بارزة"
505
 
506
+ #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:493
507
+ #: ../includes/l10n-wpml.php:152
508
+ msgid "text"
509
  msgstr ""
510
 
511
+ #: ../admin/class-strong-testimonials-defaults.php:144
512
+ msgid "email"
513
  msgstr ""
514
 
515
+ #: ../admin/class-strong-testimonials-defaults.php:149
516
+ msgid "URL"
517
  msgstr ""
518
 
519
+ #: ../admin/class-strong-testimonials-defaults.php:154
520
+ msgid "checkbox"
521
  msgstr ""
522
 
523
+ #: ../admin/class-strong-testimonials-defaults.php:172
524
+ msgid "category selector"
525
  msgstr ""
526
 
527
+ #: ../admin/class-strong-testimonials-defaults.php:180
528
+ msgid "category checklist"
 
 
 
 
 
529
  msgstr ""
530
 
531
+ #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:499
532
+ msgid "shortcode"
 
 
 
 
 
533
  msgstr ""
534
 
535
+ #: ../admin/class-strong-testimonials-defaults.php:199
536
+ msgid "star rating"
537
  msgstr ""
538
 
539
+ #: ../admin/class-strong-testimonials-defaults.php:237
540
+ msgid "Default Form"
 
 
 
 
 
 
 
 
 
 
 
 
541
  msgstr ""
542
 
543
  # @ strong-testimonials
544
+ #: ../admin/class-strong-testimonials-defaults.php:246
545
+ msgid "Full Name"
546
+ msgstr "الاسم الكامل"
 
 
 
 
 
 
 
 
 
 
547
 
548
  # @ strong-testimonials
549
+ #: ../admin/class-strong-testimonials-defaults.php:249
550
+ msgid "What is your full name?"
551
+ msgstr "ماهو اسمك الكامل؟"
 
 
 
 
 
 
 
 
552
 
553
  # @ strong-testimonials
554
+ #: ../admin/class-strong-testimonials-defaults.php:255
555
+ #: ../admin/class-strong-testimonials-defaults.php:325
556
+ #: ../admin/settings/partials/email-from.php:31
557
+ #: ../admin/settings/partials/email-to.php:20
558
+ msgid "Email"
559
+ msgstr "البريد الإلكتروني"
560
 
561
  # @ strong-testimonials
562
+ #: ../admin/class-strong-testimonials-defaults.php:258
563
+ msgid "What is your email address?"
564
+ msgstr "ماهو بريدك الإلكتروني؟"
 
 
 
 
565
 
566
  # @ strong-testimonials
567
+ #: ../admin/class-strong-testimonials-defaults.php:263
568
+ msgid "Company Name"
569
+ msgstr "اسم الشركة"
570
 
571
  # @ strong-testimonials
572
+ #: ../admin/class-strong-testimonials-defaults.php:265
573
+ msgid "What is your company name?"
574
+ msgstr "ماهو اسم الشركة؟"
 
 
 
 
 
 
575
 
576
  # @ strong-testimonials
577
+ #: ../admin/class-strong-testimonials-defaults.php:270
578
+ msgid "Company Website"
579
+ msgstr "موقع الشركة"
 
 
 
 
 
 
580
 
581
  # @ strong-testimonials
582
+ #: ../admin/class-strong-testimonials-defaults.php:272
583
+ msgid "Does your company have a website?"
584
+ msgstr "هل يوجد موقع لشركتك؟"
585
 
586
  # @ strong-testimonials
587
+ #: ../admin/class-strong-testimonials-defaults.php:280
588
+ msgid "Heading"
589
+ msgstr "عنوان"
 
 
 
 
590
 
591
  # @ strong-testimonials
592
+ #: ../admin/class-strong-testimonials-defaults.php:283
593
+ msgid "A headline for your testimonial."
594
+ msgstr "عنوان لشهادتك"
 
595
 
596
  # @ strong-testimonials
597
+ #: ../admin/class-strong-testimonials-defaults.php:288
598
+ #: ../admin/class-strong-testimonials-defaults.php:336
599
+ #: ../admin/partials/views/option-title.php:15
600
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
601
+ msgid "Testimonial"
602
+ msgstr "شهادة"
603
 
604
  # @ strong-testimonials
605
+ #: ../admin/class-strong-testimonials-defaults.php:291
606
+ msgid "What do you think about us?"
607
+ msgstr "ماذا تشعر تجاهنا؟"
 
608
 
609
  # @ strong-testimonials
610
+ #: ../admin/class-strong-testimonials-defaults.php:296
611
+ msgid "Photo"
612
+ msgstr "صورة"
613
 
614
  # @ strong-testimonials
615
+ #: ../admin/class-strong-testimonials-defaults.php:298
616
+ msgid "Would you like to include a photo?"
617
+ msgstr "هل تود إضافة صورة؟"
 
618
 
619
+ #: ../admin/class-strong-testimonials-defaults.php:307
620
+ msgid "Minimal Form"
621
+ msgstr ""
 
 
622
 
623
+ #: ../admin/class-strong-testimonials-defaults.php:369
624
+ msgid "Custom Form"
625
  msgstr ""
626
 
627
+ #. translators: Settings > Form > Messages tab
628
+ #: ../admin/class-strong-testimonials-defaults.php:392
629
+ msgctxt "setting description"
630
+ msgid "Required"
631
  msgstr ""
632
 
633
+ #: ../admin/class-strong-testimonials-defaults.php:393
634
+ msgctxt "Default message for required notice at top of form."
635
+ msgid "Required"
636
  msgstr ""
637
 
638
+ #. translators: Settings > Form > Messages tab
639
+ #: ../admin/class-strong-testimonials-defaults.php:399
640
+ msgctxt "description"
641
+ msgid "Captcha Label"
642
  msgstr ""
643
 
644
+ #: ../admin/class-strong-testimonials-defaults.php:400
645
+ msgctxt "Default label for Captcha field on submission form."
646
+ msgid "Captcha"
647
  msgstr ""
648
 
649
+ #. translators: Settings > Form > Messages tab
650
+ #: ../admin/class-strong-testimonials-defaults.php:406
651
+ msgctxt "description"
652
+ msgid "Submit Button"
653
  msgstr ""
654
 
655
+ # @ strong-testimonials
656
+ #. translators: Default label for the Submit button on testimonial form.
657
+ #: ../admin/class-strong-testimonials-defaults.php:408
658
+ msgctxt "the Submit button"
659
+ msgid "Add Testimonial"
660
+ msgstr "إضافة شهادة"
661
+
662
+ #. translators: Settings > Form > Messages tab
663
+ #: ../admin/class-strong-testimonials-defaults.php:413
664
+ msgctxt "description"
665
+ msgid "Submission Error"
666
  msgstr ""
667
 
668
+ # @ strong-testimonials
669
+ #. translators: Default message for submission form error.
670
+ #: ../admin/class-strong-testimonials-defaults.php:415
671
+ msgctxt "error message"
672
+ msgid "There was a problem processing your testimonial."
673
+ msgstr "حدث خطأ أثناء معالجة شهادتك"
674
+
675
+ #. translators: Settings > Form > Messages tab
676
+ #: ../admin/class-strong-testimonials-defaults.php:420
677
+ msgctxt "description"
678
+ msgid "Submission Success"
679
  msgstr ""
680
 
681
+ #. translators: Default message for submission form success message.
682
+ #: ../admin/class-strong-testimonials-defaults.php:422
683
+ msgctxt "success message"
684
+ msgid "Thank you! Your testimonial is waiting to be approved."
685
  msgstr ""
686
 
687
+ # @ strong-testimonials
688
+ #. translators: Default subject line for new testimonial notification email.
689
+ #: ../admin/class-strong-testimonials-defaults.php:448
690
+ msgid "New testimonial for %BLOGNAME%"
691
+ msgstr "شهادة جديدة لـ %BLOGNAME%"
692
+
693
+ # @ strong-testimonials
694
+ #. translators: Default message for new testimonial notification email.
695
+ #: ../admin/class-strong-testimonials-defaults.php:450
696
+ msgid ""
697
+ "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
698
+ "website administrator."
699
+ msgstr "شهادة جديدة لـ %BLOGNAME% في انتظار القبول من إدارة الموقع."
700
+
701
+ #: ../admin/class-strong-testimonials-defaults.php:480
702
+ msgid "Display"
703
  msgstr ""
704
 
705
+ #: ../admin/class-strong-testimonials-defaults.php:481
706
+ msgid "Display your testimonials in a list or a grid."
707
  msgstr ""
708
 
709
+ # @ strong-testimonials
710
+ #. translators: In the view editor.
711
+ #: ../admin/class-strong-testimonials-defaults.php:485
712
+ #: ../admin/partials/views/group-slideshow.php:14
713
+ msgid "Slideshow"
714
+ msgstr "العرض التقديمي"
715
+
716
+ #: ../admin/class-strong-testimonials-defaults.php:486
717
+ msgid "Create a slideshow of your testimonials."
718
  msgstr ""
719
 
720
+ # @ strong-testimonials
721
+ #: ../admin/class-strong-testimonials-defaults.php:490
722
+ #: ../admin/settings/class-strong-testimonials-settings-form.php:49
723
+ msgid "Form"
724
+ msgstr "نموذج"
725
+
726
+ #: ../admin/class-strong-testimonials-defaults.php:491
727
+ msgid "Display a testimonial submission form."
728
  msgstr ""
729
 
730
+ #: ../admin/class-strong-testimonials-defaults.php:495
731
+ msgid "Single Template"
732
  msgstr ""
733
 
734
+ #: ../admin/class-strong-testimonials-defaults.php:496
735
+ msgid "When viewing the testimonial using a theme's single post template."
736
  msgstr ""
737
 
738
+ #: ../admin/class-strong-testimonials-defaults.php:501
739
+ msgctxt "display order"
740
+ msgid "random"
 
 
741
  msgstr ""
742
 
743
+ #: ../admin/class-strong-testimonials-defaults.php:502
744
+ msgctxt "display order"
745
+ msgid "menu order"
746
  msgstr ""
747
 
748
+ #: ../admin/class-strong-testimonials-defaults.php:503
749
+ msgctxt "display order"
750
+ msgid "newest first"
 
751
  msgstr ""
752
 
753
+ #: ../admin/class-strong-testimonials-defaults.php:504
754
+ msgctxt "display order"
755
+ msgid "oldest first"
756
  msgstr ""
757
 
758
+ #: ../admin/class-strong-testimonials-defaults.php:508
759
+ msgctxt "slideshow transition option"
760
+ msgid "no transition effect"
 
761
  msgstr ""
762
 
763
+ #: ../admin/class-strong-testimonials-defaults.php:509
764
+ msgctxt "slideshow transition option"
765
+ msgid "fade"
766
  msgstr ""
767
 
768
+ #: ../admin/class-strong-testimonials-defaults.php:510
769
+ msgctxt "slideshow transition option"
770
+ msgid "scroll horizontally"
 
771
  msgstr ""
772
 
773
+ #: ../admin/class-strong-testimonials-defaults.php:511
774
+ msgctxt "slideshow transition option"
775
+ msgid "scroll vertically"
 
776
  msgstr ""
777
 
778
+ #: ../admin/class-strong-testimonials-defaults.php:515
779
+ msgctxt "slideshow option"
780
+ msgid "Adjust height for each slide"
 
781
  msgstr ""
782
 
783
+ #: ../admin/class-strong-testimonials-defaults.php:516
784
+ msgctxt "slideshow option"
785
+ msgid "Set height to match the tallest slide"
786
  msgstr ""
787
 
788
+ #: ../admin/class-strong-testimonials-defaults.php:522
789
+ msgctxt "slideshow controls option"
790
+ msgid "none"
 
791
  msgstr ""
792
 
793
+ #: ../admin/class-strong-testimonials-defaults.php:530
794
+ msgctxt "slideshow controls option"
795
+ msgid "Bottom: previous / play-pause / next"
 
 
796
  msgstr ""
797
 
798
+ #: ../admin/class-strong-testimonials-defaults.php:542
799
+ msgctxt "slideshow controls option"
800
+ msgid "Bottom: previous / next"
801
  msgstr ""
802
 
803
+ #: ../admin/class-strong-testimonials-defaults.php:551
804
+ msgctxt "slideshow controls option"
805
+ msgid "Sides: previous / next"
806
  msgstr ""
807
 
808
+ #: ../admin/class-strong-testimonials-defaults.php:564
809
+ msgctxt "slideshow navigation option"
810
+ msgid "none"
 
 
 
811
  msgstr ""
812
 
813
+ #: ../admin/class-strong-testimonials-defaults.php:568
814
+ msgctxt "slideshow navigation option"
815
+ msgid "full"
816
  msgstr ""
817
 
818
+ #: ../admin/class-strong-testimonials-defaults.php:581
819
+ msgctxt "slideshow navigation option"
820
+ msgid "buttons 1"
821
  msgstr ""
822
 
823
+ #: ../admin/class-strong-testimonials-defaults.php:591
824
+ msgctxt "slideshow navigation option"
825
+ msgid "buttons 2"
826
  msgstr ""
827
 
828
+ #: ../admin/class-strong-testimonials-defaults.php:601
829
+ msgctxt "slideshow navigation option"
830
+ msgid "buttons 3"
831
  msgstr ""
832
 
833
+ #: ../admin/class-strong-testimonials-defaults.php:611
834
+ #: ../admin/class-strong-testimonials-defaults.php:631
835
+ msgctxt "slideshow navigation option"
836
+ msgid "text"
837
  msgstr ""
838
 
839
+ #: ../admin/class-strong-testimonials-defaults.php:614
840
+ msgctxt "slideshow control"
841
+ msgid "Play"
842
  msgstr ""
843
 
844
+ #: ../admin/class-strong-testimonials-defaults.php:615
845
+ msgctxt "slideshow control"
846
+ msgid "Pause"
847
  msgstr ""
848
 
849
+ #: ../admin/class-strong-testimonials-defaults.php:616
850
+ msgctxt "slideshow_control"
851
+ msgid "Previous"
852
  msgstr ""
853
 
854
+ #: ../admin/class-strong-testimonials-defaults.php:617
855
+ msgctxt "slideshow_control"
856
+ msgid "Next"
857
  msgstr ""
858
 
859
+ #: ../admin/class-strong-testimonials-defaults.php:623
860
+ msgctxt "slideshow navigation option"
861
+ msgid "buttons"
862
  msgstr ""
863
 
864
+ #: ../admin/class-strong-testimonials-defaults.php:643
865
+ msgctxt "slideshow navigation option"
866
+ msgid "inside"
 
 
867
  msgstr ""
868
 
869
+ #: ../admin/class-strong-testimonials-defaults.php:644
870
+ msgctxt "slideshow navigation option"
871
+ msgid "outside"
872
  msgstr ""
873
 
874
+ # @ strong-testimonials
875
+ #: ../admin/class-strong-testimonials-defaults.php:707
876
+ msgctxt "link"
877
+ msgid "Read more"
878
+ msgstr "قراءة المزيد"
879
+
880
+ #: ../admin/class-strong-testimonials-defaults.php:711
881
+ msgctxt "link"
882
+ msgid "Read more testimonials"
883
  msgstr ""
884
 
885
+ #: ../admin/class-strong-testimonials-defaults.php:809
886
+ msgid ""
887
+ "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
888
+ "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
889
  msgstr ""
890
 
891
+ #: ../admin/class-strong-testimonials-defaults.php:820
892
+ msgid "An excellent plugin for math- and image-based captchas."
 
893
  msgstr ""
894
 
895
+ #: ../admin/class-strong-testimonials-help.php:30
896
+ msgid ""
897
+ "Normally, a web page will load its stylesheets (font, color, size, etc.) "
898
+ "before the content. When the content is displayed, the style is ready and the "
899
+ "page appears as it was designed."
900
  msgstr ""
901
 
902
+ #: ../admin/class-strong-testimonials-help.php:31
903
+ msgid ""
904
+ "When a browser displays the content before all the stylesheets have been "
905
+ "loaded, a flash of unstyled content can occur."
906
  msgstr ""
907
 
908
+ #: ../admin/class-strong-testimonials-help.php:33
909
+ #, php-format
910
+ msgid "<a href=\"%s\" target=\"_blank\">Explained further here</a>"
911
  msgstr ""
912
 
913
+ #: ../admin/class-strong-testimonials-help.php:35
914
+ #, php-format
915
+ msgid "<a href=\"%s\" target=\"_blank\">Demonstrated here</a>"
916
  msgstr ""
917
 
918
+ #: ../admin/class-strong-testimonials-help.php:37
919
+ #, php-format
920
+ msgid "<a href=\"%s\" target=\"_blank\">An expert's observations here</a>"
921
  msgstr ""
922
 
923
+ #: ../admin/class-strong-testimonials-help.php:39
924
+ msgid ""
925
+ "When this occurs with plugins that use shortcodes, it means the plugin's "
926
+ "stylesheet was enqueued when the shortcode was rendered so it gets loaded "
927
+ "after the content instead of in the normal sequence."
928
  msgstr ""
929
 
930
+ #: ../admin/class-strong-testimonials-help.php:40
931
+ msgid ""
932
+ "The prerender option ensures this plugin's stylesheets are loaded before the "
933
+ "content."
934
  msgstr ""
935
 
936
+ #: ../admin/class-strong-testimonials-help.php:46
937
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:368
938
+ msgid "Prerender"
939
  msgstr ""
940
 
941
+ #: ../admin/class-strong-testimonials-help.php:57
942
+ msgid ""
943
+ "These fields let you customize your testimonials to gather the information "
944
+ "you need."
945
  msgstr ""
946
 
947
+ #: ../admin/class-strong-testimonials-help.php:58
948
+ msgid ""
949
+ "This editor serves two purposes: (1) to modify the form as it appears on your "
950
+ "site, and (2) to modify the custom fields added to each testimonial."
951
  msgstr ""
952
 
953
+ #: ../admin/class-strong-testimonials-help.php:59
954
+ msgid ""
955
+ "The default fields are designed to fit most situations. You can quickly add "
956
+ "or remove fields and change several display properties."
957
  msgstr ""
958
 
959
+ # @ strong-testimonials
960
+ #: ../admin/class-strong-testimonials-help.php:60
961
+ msgid "Fields will appear in this order on the form."
962
+ msgstr "ستظهر الحقول بهذا الترتيب على النموذج"
963
+
964
+ #: ../admin/class-strong-testimonials-help.php:60
965
+ #, php-format
966
+ msgid "Reorder by grabbing the %s icon."
967
  msgstr ""
968
 
969
+ #: ../admin/class-strong-testimonials-help.php:61
970
+ msgid "To display this form, create a view and select Form mode."
 
971
  msgstr ""
972
 
973
+ #: ../admin/class-strong-testimonials-help.php:68
974
+ #: ../admin/settings/partials/general.php:134
975
+ #: ../admin/settings/partials/general.php:155
976
+ msgid "Tutorial"
977
  msgstr ""
978
 
979
+ #: ../admin/class-strong-testimonials-help.php:69
980
+ msgid "Form settings"
 
981
  msgstr ""
982
 
983
+ #: ../admin/class-strong-testimonials-help.php:76
984
+ msgid "Form Fields"
 
985
  msgstr ""
986
 
987
+ #: ../admin/class-strong-testimonials-help.php:89
988
+ msgid "You can create an <strong>unlimited</strong> number of views."
 
989
  msgstr ""
990
 
991
+ #: ../admin/class-strong-testimonials-help.php:90
992
+ msgid "For example:"
 
993
  msgstr ""
994
 
995
+ #: ../admin/class-strong-testimonials-help.php:92
996
+ msgid ""
997
+ "Create a view to display your testimonials in a list, grid, or slideshow."
998
  msgstr ""
999
 
1000
+ #: ../admin/class-strong-testimonials-help.php:93
1001
+ msgid "Create a view to show a testimonial submission form"
 
1002
  msgstr ""
1003
 
1004
+ #: ../admin/class-strong-testimonials-help.php:94
1005
+ msgid ""
1006
+ "Create a view to append your custom fields to the individual testimonial "
1007
+ "using your theme single post template."
1008
  msgstr ""
1009
 
1010
+ #: ../admin/class-strong-testimonials-help.php:97
1011
+ msgid ""
1012
+ "Add a view to a page with its unique shortcode or add it to a sidebar with "
1013
+ "the Strong Testimonials widget."
1014
  msgstr ""
1015
 
1016
+ #: ../admin/class-strong-testimonials-help.php:104
1017
+ msgid "About Views"
1018
  msgstr ""
1019
 
1020
+ #: ../admin/class-strong-testimonials-help.php:120
1021
+ msgid ""
1022
+ "Optional shortcode attributes will override the view settings. Use this to "
1023
+ "create reusable view <strong>patterns</strong>."
1024
  msgstr ""
1025
 
1026
+ #: ../admin/class-strong-testimonials-help.php:121
1027
+ msgid ""
1028
+ "Overridable settings: <code>post_ids</code>, <code>category</code>, "
1029
+ "<code>order</code>, <code>count</code>."
1030
  msgstr ""
1031
 
1032
+ #: ../admin/class-strong-testimonials-help.php:122
1033
+ msgid ""
1034
+ "For example, imagine you have five services, a sales page for each service, "
1035
+ "and a testimonial category for each service. To display the testimonials on "
1036
+ "each service page, you can create five duplicate views, one for each category."
1037
  msgstr ""
1038
 
1039
+ #: ../admin/class-strong-testimonials-help.php:123
1040
+ msgid ""
1041
+ "Or you can configure one view as a pattern and add it to each service page "
1042
+ "with the <code>category</code> attribute."
1043
  msgstr ""
1044
 
1045
+ #: ../admin/class-strong-testimonials-help.php:125
1046
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-1\"]</code>"
 
1047
  msgstr ""
1048
 
1049
+ #: ../admin/class-strong-testimonials-help.php:126
1050
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-2\"]</code>"
1051
  msgstr ""
1052
 
1053
+ #: ../admin/class-strong-testimonials-help.php:129
1054
+ msgid "Attributes may be used in combination. For example:"
1055
  msgstr ""
1056
 
1057
+ #: ../admin/class-strong-testimonials-help.php:130
1058
+ msgid ""
1059
+ "<code>[testimonial_view id=\"1\" category=\"service-3\" order=\"random\" "
1060
+ "count=\"5\"]</code>"
1061
  msgstr ""
1062
 
1063
+ #: ../admin/class-strong-testimonials-help.php:132
1064
+ msgid ""
1065
+ "Using <code>post_ids</code> is the most specific method and it will override "
1066
+ "category and count (whether settings or attributes)."
1067
  msgstr ""
1068
 
1069
+ #: ../admin/class-strong-testimonials-help.php:139
1070
+ msgid "Shortcode Attributes"
1071
  msgstr ""
1072
 
1073
+ #: ../admin/class-strong-testimonials-help.php:154
1074
+ msgid "Some of the features and drawbacks for each method."
1075
  msgstr ""
1076
 
1077
+ # @ strong-testimonials
1078
+ #: ../admin/class-strong-testimonials-help.php:160
1079
+ msgid "Simple"
1080
+ msgstr "بسيط"
1081
+
1082
+ #: ../admin/class-strong-testimonials-help.php:161
1083
+ msgid "Standard"
1084
  msgstr ""
1085
 
1086
+ #: ../admin/class-strong-testimonials-help.php:166
1087
+ msgid "best use"
 
1088
  msgstr ""
1089
 
1090
+ #: ../admin/class-strong-testimonials-help.php:167
1091
+ msgid "ten pages or less"
 
1092
  msgstr ""
1093
 
1094
+ #: ../admin/class-strong-testimonials-help.php:168
1095
+ msgid "more than ten pages"
1096
  msgstr ""
1097
 
1098
+ #: ../admin/class-strong-testimonials-help.php:171
1099
+ msgid "URLs"
1100
  msgstr ""
1101
 
1102
+ #: ../admin/class-strong-testimonials-help.php:172
1103
+ msgid "does not change the URL"
1104
  msgstr ""
1105
 
1106
+ #: ../admin/class-strong-testimonials-help.php:173
1107
+ msgid "uses paged URLs just like standard WordPress posts"
1108
  msgstr ""
1109
 
1110
+ #: ../admin/class-strong-testimonials-help.php:176
1111
+ msgid "the Back button"
1112
  msgstr ""
1113
 
1114
+ #: ../admin/class-strong-testimonials-help.php:177
1115
+ msgid ""
1116
+ "It does not remember which page of testimonials you are on. If you click away "
1117
+ "&ndash; for example, on a \"Read more\" link &ndash; then click back, you "
1118
+ "will return to page one."
1119
  msgstr ""
1120
 
1121
+ #: ../admin/class-strong-testimonials-help.php:178
1122
+ msgid ""
1123
+ "You will return the last page you were on so this works well with \"Read more"
1124
+ "\" links."
1125
  msgstr ""
1126
 
1127
+ #: ../admin/class-strong-testimonials-help.php:181
1128
+ msgid "works with random order option"
1129
  msgstr ""
1130
 
1131
+ #: ../admin/class-strong-testimonials-help.php:182
1132
+ #: ../admin/class-strong-testimonials-help.php:187
1133
+ #: ../admin/class-strong-testimonials-post-editor.php:169
1134
+ #: ../admin/partials/views/option-boilerplate.php:11
1135
+ msgid "yes"
1136
  msgstr ""
1137
 
1138
+ #: ../admin/class-strong-testimonials-help.php:183
1139
+ #: ../admin/class-strong-testimonials-help.php:188
1140
+ #: ../admin/class-strong-testimonials-post-editor.php:170
1141
+ #: ../admin/partials/views/option-boilerplate.php:14
1142
+ msgid "no"
1143
  msgstr ""
1144
 
1145
+ #: ../admin/class-strong-testimonials-help.php:186
1146
+ msgid "works in a widget"
 
 
1147
  msgstr ""
1148
 
1149
+ # @ strong-testimonials
1150
+ #. translators: On the Views admin screen.
1151
+ #: ../admin/class-strong-testimonials-help.php:197
1152
+ #: ../admin/partials/views/option-pagination.php:13
1153
+ #: ../admin/partials/views/option-slideshow-navigation.php:46
1154
+ msgid "Pagination"
1155
+ msgstr "ترقيم الصفحات"
1156
+
1157
+ #: ../admin/class-strong-testimonials-help.php:212
1158
  msgid ""
1159
+ "This will set the height of the <b>slideshow container</b> to match the "
1160
+ "tallest slide in order to keep elements below it from bouncing up and down "
1161
+ "during slide transitions. With testimonials of uneven length, the result is "
1162
+ "whitespace underneath the shorter testimonials."
1163
  msgstr ""
1164
 
1165
+ #: ../admin/class-strong-testimonials-help.php:213
1166
  msgid ""
1167
+ "Select the <b>Stretch</b> option to stretch the borders and background "
1168
+ "vertically to compensate."
1169
  msgstr ""
1170
 
1171
+ #: ../admin/class-strong-testimonials-help.php:214
1172
+ msgid ""
1173
+ "Use the excerpt or abbreviated content if you want to minimize the whitespace."
1174
  msgstr ""
1175
 
1176
+ #: ../admin/class-strong-testimonials-help.php:220
1177
+ msgid "Stretch"
 
1178
  msgstr ""
1179
 
1180
+ #: ../admin/class-strong-testimonials-list-table.php:149
1181
+ msgid "List View"
 
1182
  msgstr ""
1183
 
1184
+ #: ../admin/class-strong-testimonials-list-table.php:150
1185
+ msgid "Excerpt View"
 
1186
  msgstr ""
1187
 
1188
+ #: ../admin/class-strong-testimonials-list-table.php:317
1189
+ msgid "No items found."
 
 
 
1190
  msgstr ""
1191
 
1192
+ #: ../admin/class-strong-testimonials-list-table.php:443
1193
+ msgid "Select bulk action"
 
1194
  msgstr ""
1195
 
1196
+ #: ../admin/class-strong-testimonials-list-table.php:445
1197
+ msgid "Bulk Actions"
 
1198
  msgstr ""
1199
 
1200
+ #: ../admin/class-strong-testimonials-list-table.php:455
1201
+ msgid "Apply"
 
1202
  msgstr ""
1203
 
1204
+ #: ../admin/class-strong-testimonials-list-table.php:555
1205
+ msgid "Filter by date"
 
1206
  msgstr ""
1207
 
1208
+ #: ../admin/class-strong-testimonials-list-table.php:557
1209
+ msgid "All dates"
 
1210
  msgstr ""
1211
 
1212
+ #. translators: 1: month name, 2: 4-digit year
1213
+ #: ../admin/class-strong-testimonials-list-table.php:570
1214
+ #, php-format
1215
+ msgid "%1$s %2$d"
1216
  msgstr ""
1217
 
1218
+ #: ../admin/class-strong-testimonials-list-table.php:617
1219
+ #, php-format
1220
+ msgid "%s pending"
1221
  msgstr ""
1222
 
1223
+ #: ../admin/class-strong-testimonials-list-table.php:696
1224
+ #: ../admin/class-strong-testimonials-list-table.php:1120
1225
  #, php-format
1226
+ msgid "1 item"
1227
+ msgid_plural "%s items"
1228
+ msgstr[0] ""
1229
+ msgstr[1] ""
1230
+ msgstr[2] ""
1231
+ msgstr[3] ""
1232
+ msgstr[4] ""
1233
+ msgstr[5] ""
1234
+
1235
+ #: ../admin/class-strong-testimonials-list-table.php:731
1236
+ msgid "Select Page"
1237
  msgstr ""
1238
 
1239
+ #: ../admin/class-strong-testimonials-list-table.php:738
1240
+ #, php-format
1241
+ msgctxt "paging"
1242
+ msgid "%1$s of %2$s"
1243
  msgstr ""
1244
 
1245
+ #: ../admin/class-strong-testimonials-list-table.php:886
1246
+ msgid "Select All"
1247
  msgstr ""
1248
 
1249
+ # @ strong-testimonials
1250
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:32
1251
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:45
1252
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:46
1253
+ msgid "Shortcodes"
1254
+ msgstr "اختصار"
1255
+
1256
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:34
1257
+ #, php-format
1258
+ msgid ""
1259
+ "Open a <a href=\"%s\" target=\"_blank\">support ticket</a> if you need help."
1260
  msgstr ""
1261
 
1262
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:36
1263
+ msgid "Testimonial Views"
 
1264
  msgstr ""
1265
 
1266
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:39
1267
+ msgid ""
1268
+ "Each view has a unique shortcode like <code>&#91;testimonial_view id="
1269
+ "\"1\"&#93;</code>."
1270
  msgstr ""
1271
 
1272
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:40
1273
+ msgid "Go to views"
 
1274
  msgstr ""
1275
 
1276
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:43
1277
+ msgid "Testimonial Count"
 
1278
  msgstr ""
1279
 
1280
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:45
1281
+ #, php-format
1282
+ msgid "Use %s to display the number of testimonials."
 
1283
  msgstr ""
1284
 
1285
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:50
1286
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:83
1287
+ msgid "Default"
 
1288
  msgstr ""
1289
 
1290
+ #. translators: %s is a shortcode
1291
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:55
1292
+ #, php-format
1293
+ msgid "Read some of our %s testimonials!"
1294
  msgstr ""
1295
 
1296
+ #. translators: %s is a shortcode attribute
1297
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:62
1298
+ #, php-format
1299
+ msgid ""
1300
+ "To count for a specific category, add the %s attribute with the category slug."
1301
  msgstr ""
1302
 
1303
+ #. translators: %s is a shortcode
1304
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:67
1305
+ #, php-format
1306
+ msgid "Here's what %s local clients say"
1307
  msgstr ""
1308
 
1309
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:73
1310
+ msgid "Average Rating"
1311
  msgstr ""
1312
 
1313
+ #. translators: %s is a shortcode
1314
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:77
1315
+ #, php-format
1316
+ msgid ""
1317
+ "If using a <strong>single</strong> rating field, use %s to display the "
1318
+ "average rating."
1319
  msgstr ""
1320
 
1321
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:84
1322
+ msgid ""
1323
+ "You must use the closing slash <code>/</code> if using the shortcode with "
1324
+ "content elsewhere on your page."
1325
  msgstr ""
1326
 
1327
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:108
1328
+ msgid "Customize using content tags."
1329
  msgstr ""
1330
 
1331
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:109
1332
+ msgid "Default:"
1333
  msgstr ""
1334
 
1335
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:134
1336
+ msgid "Alternate content tags."
1337
  msgstr ""
1338
 
1339
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:159
1340
+ msgid "Insert tags into your custom content."
 
 
 
1341
  msgstr ""
1342
 
1343
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:313
1344
  msgid ""
1345
+ "The default container element is <code>div</code>. Select another element "
1346
+ "using <code>element</code>."
1347
  msgstr ""
1348
 
1349
+ # @ strong-testimonials
1350
+ #: ../admin/class-strong-testimonials-post-editor.php:38
1351
+ msgctxt "post editor"
1352
+ msgid "Client Details"
1353
+ msgstr "بيانات العميل"
1354
 
1355
+ #: ../admin/class-strong-testimonials-post-editor.php:59
1356
+ msgctxt "post editor"
1357
+ msgid "To add a photo or logo, use the Featured Image option."
 
 
1358
  msgstr ""
1359
 
1360
+ # @ strong-testimonials
1361
+ #: ../admin/class-strong-testimonials-post-editor.php:168
1362
+ msgid "default"
1363
+ msgstr "افتراضي"
1364
+
1365
+ #: ../admin/class-strong-testimonials-post-editor.php:214
1366
+ msgid "Zero"
1367
  msgstr ""
1368
 
1369
+ #: ../admin/class-strong-testimonials-post-editor.php:215
1370
+ msgid "OK"
 
1371
  msgstr ""
1372
 
1373
+ #: ../admin/class-strong-testimonials-post-editor.php:216
1374
+ msgid "Cancel"
 
 
 
1375
  msgstr ""
1376
 
1377
+ #: ../admin/class-strong-testimonials-post-editor.php:232
1378
+ #: ../admin/class-strong-views-list-table.php:127
1379
+ msgid "Edit"
 
1380
  msgstr ""
1381
 
1382
+ #: ../admin/class-strong-testimonials-post-editor.php:255
1383
+ #, php-format
1384
+ msgid "shortcode %s not found"
1385
  msgstr ""
1386
 
1387
+ #: ../admin/class-strong-views-list-table.php:19
1388
+ msgid "No views found."
 
1389
  msgstr ""
1390
 
1391
+ #: ../admin/class-strong-views-list-table.php:65
1392
+ #: ../admin/partials/views/view-mode.php:3
1393
+ msgid "Mode"
1394
  msgstr ""
1395
 
 
1396
  #. translators: On the Views admin screen.
1397
+ #: ../admin/class-strong-views-list-table.php:66
1398
+ #: ../admin/partials/views/option-template-list.php:3
1399
+ msgid "Template"
1400
+ msgstr ""
1401
 
1402
  # @ strong-testimonials
1403
+ #: ../admin/class-strong-views-list-table.php:67
1404
+ #: ../admin/partials/views/view-shortcode.php:26
1405
+ msgid "Shortcode"
1406
+ msgstr "اختصار"
1407
 
1408
+ #: ../admin/class-strong-views-list-table.php:128
1409
+ msgid "Duplicate"
 
1410
  msgstr ""
1411
 
1412
+ #: ../admin/class-strong-views-list-table.php:129
1413
+ #, php-format
1414
+ msgid "Delete \"%s\"?"
 
1415
  msgstr ""
1416
 
1417
+ # @ default
1418
+ #: ../admin/class-strong-views-list-table.php:129
1419
+ #: ../admin/partials/fields/field-controls.php:9
1420
+ msgid "Delete"
1421
+ msgstr "حذف"
1422
 
1423
+ #: ../admin/class-strong-views-list-table.php:141
1424
+ msgid "stick to top of list"
 
1425
  msgstr ""
1426
 
1427
+ #: ../admin/class-strong-views-list-table.php:156
1428
+ msgid "theme single post template"
1429
  msgstr ""
1430
 
1431
  #. translators: On the Views admin screen.
1432
+ #: ../admin/class-strong-views-list-table.php:182
1433
+ #: ../admin/partials/views/template-not-found.php:19
1434
+ msgid "not found"
1435
  msgstr ""
1436
 
1437
+ #: ../admin/custom-fields-ajax.php:19
1438
+ msgid "New Field"
 
1439
  msgstr ""
1440
 
1441
+ # @ default
1442
+ #: ../admin/custom-fields.php:147
1443
+ #: ../admin/settings/class-strong-testimonials-settings.php:44
1444
+ #: ../admin/views.php:17
1445
+ msgid "You do not have sufficient permissions to access this page."
1446
+ msgstr "ليس لديك الصلاحيات الكافية لدخول هذه الصفحة."
1447
 
1448
+ #: ../admin/custom-fields.php:151
1449
+ msgid "No fields selected."
 
 
1450
  msgstr ""
1451
 
1452
  # @ strong-testimonials
1453
  #. translators: On the Views admin screen.
1454
+ #: ../admin/custom-fields.php:159
1455
+ #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1456
+ #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1457
+ #: ../admin/partials/views/group-fields.php:14
1458
+ msgid "Fields"
1459
+ msgstr "الحقول"
 
 
1460
 
1461
+ #: ../admin/custom-fields.php:165
1462
+ msgid "Editor"
1463
  msgstr ""
1464
 
1465
+ #: ../admin/custom-fields.php:167
1466
+ msgid "Click a field to open its options panel."
1467
  msgstr ""
1468
 
1469
+ #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:24
1470
+ #: ../admin/partials/views/option-pagination.php:3
1471
+ #: ../admin/partials/views/option-slideshow-behavior.php:82
1472
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:373
1473
+ #: ../admin/views.php:73
1474
+ msgid "Help"
1475
  msgstr ""
1476
 
1477
+ # @ strong-testimonials
1478
+ #: ../admin/custom-fields.php:189
1479
+ msgid "Add New Field"
1480
+ msgstr "إضافة حقل جديد"
 
 
 
 
 
1481
 
1482
+ #: ../admin/custom-fields.php:194 ../admin/views.php:262
1483
+ msgid "Cancel Changes"
1484
  msgstr ""
1485
 
1486
  # @ strong-testimonials
1487
+ #: ../admin/custom-fields.php:195 ../admin/views.php:263
1488
+ msgid "Restore Defaults"
1489
+ msgstr "استعادة الإعدادات الافتراضية"
 
1490
 
1491
+ #: ../admin/custom-fields.php:202
1492
+ msgid "Basic Preview"
 
1493
  msgstr ""
1494
 
1495
+ #: ../admin/custom-fields.php:203
1496
+ msgid "Only to demonstrate the fields. May look different in your theme."
1497
+ msgstr ""
1498
+
1499
+ # @ strong-testimonials
1500
+ #: ../admin/custom-fields.php:285
1501
+ msgid "Required"
1502
+ msgstr "مطلوب"
1503
+
1504
+ # @ strong-testimonials
1505
+ #: ../admin/custom-fields.php:303
1506
+ msgid "Placeholder"
1507
+ msgstr "قيمة أولية"
1508
+
1509
+ #: ../admin/custom-fields.php:317
1510
+ msgid "Text"
1511
+ msgstr ""
1512
+
1513
+ #: ../admin/custom-fields.php:318 ../admin/partials/fields/field-text.php:12
1514
+ msgid "next to the checkbox"
1515
+ msgstr ""
1516
+
1517
+ # @ strong-testimonials
1518
+ #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:307
1519
+ #: ../admin/views.php:595
1520
+ msgid "Before"
1521
+ msgstr "قبل"
1522
+
1523
+ # @ strong-testimonials
1524
+ #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:315
1525
+ msgid "After"
1526
+ msgstr "بعد"
1527
+
1528
+ #: ../admin/custom-fields.php:345
1529
+ msgid "Default Form Value"
1530
+ msgstr ""
1531
+
1532
+ #: ../admin/custom-fields.php:352 ../admin/custom-fields.php:388
1533
+ msgid "stars"
1534
+ msgstr ""
1535
+
1536
+ #: ../admin/custom-fields.php:353 ../admin/custom-fields.php:365
1537
+ msgid "Populate the field with this value."
1538
+ msgstr ""
1539
+
1540
+ #: ../admin/custom-fields.php:359
1541
+ msgid "Checked by default."
1542
+ msgstr ""
1543
+
1544
+ #: ../admin/custom-fields.php:382
1545
+ msgid "Default Display Value"
1546
+ msgstr ""
1547
+
1548
+ #: ../admin/custom-fields.php:393
1549
+ msgid "Display this on the testimonial if no value is submitted."
1550
+ msgstr ""
1551
+
1552
+ #: ../admin/custom-fields.php:406
1553
+ msgid "Shortcode on form"
1554
+ msgstr ""
1555
+
1556
+ #: ../admin/custom-fields.php:414
1557
+ msgid "Shortcode on display"
1558
+ msgstr ""
1559
+
1560
+ #: ../admin/custom-fields.php:439
1561
+ msgid "Admin List"
1562
+ msgstr ""
1563
+
1564
+ # @ strong-testimonials
1565
+ #: ../admin/custom-fields.php:444
1566
+ msgid "required"
1567
+ msgstr "مطلوب"
1568
+
1569
+ #: ../admin/custom-fields.php:447
1570
+ msgid "Show this field in the admin list table."
1571
+ msgstr ""
1572
+
1573
+ #: ../admin/edd/EDD_SL_Plugin_Updater.php:210
1574
+ #, php-format
1575
+ msgid ""
1576
+ "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
1577
+ msgstr ""
1578
+
1579
+ #: ../admin/edd/EDD_SL_Plugin_Updater.php:218
1580
+ #, php-format
1581
+ msgid ""
1582
+ "There is a new version of %1$s available. %2$sView version %3$s details%4$s "
1583
+ "or %5$supdate now%6$s."
1584
+ msgstr ""
1585
+
1586
+ #: ../admin/edd/EDD_SL_Plugin_Updater.php:408
1587
+ msgid "You do not have permission to install plugin updates"
1588
+ msgstr ""
1589
+
1590
+ #: ../admin/edd/EDD_SL_Plugin_Updater.php:408
1591
+ msgid "Error"
1592
+ msgstr ""
1593
+
1594
+ #: ../admin/edd/Strong_Plugin_Updater.php:114
1595
+ msgid "An error occurred, please contact support."
1596
+ msgstr ""
1597
+
1598
+ #: ../admin/edd/Strong_Plugin_Updater.php:123
1599
+ #, php-format
1600
+ msgid "Your license key expired on %s."
1601
+ msgstr ""
1602
+
1603
+ #: ../admin/edd/Strong_Plugin_Updater.php:130
1604
+ msgid "Your license key has been disabled."
1605
+ msgstr ""
1606
+
1607
+ #: ../admin/edd/Strong_Plugin_Updater.php:135
1608
+ msgid "Invalid license."
1609
+ msgstr ""
1610
+
1611
+ #: ../admin/edd/Strong_Plugin_Updater.php:141
1612
+ msgid "Your license is not active for this URL."
1613
+ msgstr ""
1614
+
1615
+ #: ../admin/edd/Strong_Plugin_Updater.php:146
1616
+ #, php-format
1617
+ msgid "This appears to be an invalid license key for %s."
1618
+ msgstr ""
1619
+
1620
+ #: ../admin/edd/Strong_Plugin_Updater.php:151
1621
+ msgid "Your license key has reached its activation limit."
1622
+ msgstr ""
1623
+
1624
+ # @ strong-testimonials
1625
+ #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1626
+ #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1627
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
1628
+ msgid "Settings"
1629
+ msgstr "الإعدادات"
1630
+
1631
+ #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1632
+ #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1633
+ #: ../admin/views.php:71
1634
+ msgid "Views"
1635
+ msgstr ""
1636
+
1637
+ # @ strong-testimonials
1638
+ #: ../admin/partials/fields/field-controls.php:11
1639
+ msgctxt "verb"
1640
+ msgid "Close"
1641
+ msgstr "إغلاق"
1642
+
1643
+ #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:524
1644
+ #: ../admin/views.php:537
1645
+ msgid "click to open or close"
1646
+ msgstr ""
1647
+
1648
+ #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:530
1649
+ msgid "drag and drop to reorder"
1650
+ msgstr ""
1651
+
1652
+ # @ strong-testimonials
1653
+ #: ../admin/partials/fields/field-label.php:7
1654
+ msgctxt "noun"
1655
+ msgid "Label"
1656
+ msgstr "العنوان"
1657
+
1658
+ #: ../admin/partials/fields/field-label.php:12
1659
+ msgid "Show this label on the form."
1660
+ msgstr ""
1661
+
1662
+ # @ strong-testimonials
1663
+ #: ../admin/partials/fields/field-name.php:9
1664
+ msgctxt "noun"
1665
+ msgid "Name"
1666
+ msgstr "الاسم"
1667
+
1668
+ # @ strong-testimonials
1669
+ #: ../admin/partials/fields/field-name.php:15
1670
+ msgid "Use only lowercase letters, numbers, and underscores."
1671
+ msgstr "الرجاء استخدام أحرف صغيرة، أرقام أو الشرطة السفلية _ ."
1672
+
1673
+ #: ../admin/partials/fields/field-name.php:16
1674
+ msgid "Cannot be \"name\" or \"date\"."
1675
+ msgstr ""
1676
+
1677
+ #: ../admin/partials/fields/field-text.php:7
1678
+ msgctxt "noun"
1679
+ msgid "Text"
1680
+ msgstr ""
1681
+
1682
+ # @ strong-testimonials
1683
+ #: ../admin/partials/fields/field-type.php:9
1684
+ msgctxt "noun"
1685
+ msgid "Type"
1686
+ msgstr "النوع"
1687
+
1688
+ # @ strong-testimonials
1689
+ #: ../admin/partials/fields/field-type.php:20
1690
+ msgid "Post Fields"
1691
+ msgstr "حقل المشاركة"
1692
+
1693
+ # @ strong-testimonials
1694
+ #. translators: On the Views admin screen.
1695
+ #: ../admin/partials/fields/field-type.php:27
1696
+ #: ../admin/partials/views/option-client-section.php:3
1697
+ msgid "Custom Fields"
1698
+ msgstr "حقل مخصص"
1699
+
1700
+ #: ../admin/partials/fields/field-type.php:34
1701
+ msgid "Special Fields"
1702
+ msgstr ""
1703
+
1704
+ #: ../admin/partials/fields/field-type.php:43
1705
+ msgid "Select a field type or delete this field."
1706
+ msgstr ""
1707
+
1708
+ #. translators: On the Views admin screen.
1709
+ #: ../admin/partials/views/group-compat.php:10
1710
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:46
1711
+ msgid "Compatibility"
1712
+ msgstr ""
1713
+
1714
+ #. translators: On the Views admin screen.
1715
+ #: ../admin/partials/views/group-extra.php:14
1716
+ msgid "Extra"
1717
+ msgstr ""
1718
+
1719
+ #. translators: On the Views admin screen.
1720
+ #: ../admin/partials/views/group-form.php:14
1721
+ msgid "Actions"
1722
+ msgstr ""
1723
+
1724
+ #. translators: On the Views admin screen.
1725
+ #: ../admin/partials/views/group-query.php:14
1726
+ msgid "Query"
1727
+ msgstr ""
1728
+
1729
+ #: ../admin/partials/views/group-query.php:18
1730
+ msgid "Option"
1731
+ msgstr ""
1732
+
1733
+ #: ../admin/partials/views/group-query.php:19
1734
+ msgid "Setting"
1735
+ msgstr ""
1736
+
1737
+ #: ../admin/partials/views/group-query.php:21
1738
+ msgid "or Shortcode Attribute"
1739
+ msgstr ""
1740
+
1741
+ #. translators: On the Views admin screen.
1742
+ #: ../admin/partials/views/group-style.php:14
1743
+ #: ../admin/partials/views/option-slideshow-navigation.php:29
1744
+ #: ../admin/partials/views/option-slideshow-navigation.php:60
1745
+ msgid "Style"
1746
+ msgstr ""
1747
+
1748
+ #: ../admin/partials/views/option-background.php:2
1749
+ msgid "Background"
1750
+ msgstr ""
1751
+
1752
+ #: ../admin/partials/views/option-background.php:16
1753
+ #: ../admin/partials/views/option-color.php:15
1754
+ msgid "inherit from theme"
1755
+ msgstr ""
1756
+
1757
+ #: ../admin/partials/views/option-background.php:25
1758
+ msgid "single color"
1759
+ msgstr ""
1760
+
1761
+ #: ../admin/partials/views/option-background.php:34
1762
+ msgid "gradient"
1763
+ msgstr ""
1764
+
1765
+ #: ../admin/partials/views/option-background.php:43
1766
+ msgid "preset"
1767
+ msgstr ""
1768
+
1769
+ #: ../admin/partials/views/option-background.php:55
1770
+ #: ../admin/partials/views/option-color.php:34
1771
+ #: ../admin/partials/views/template-options.php:16
1772
+ msgid "No options"
1773
+ msgstr ""
1774
+
1775
+ #: ../admin/partials/views/option-background.php:79
1776
+ msgid "From top"
1777
+ msgstr ""
1778
+
1779
+ #: ../admin/partials/views/option-background.php:95
1780
+ msgid "To bottom"
1781
+ msgstr ""
1782
+
1783
+ #. translators: On the Views admin screen.
1784
+ #: ../admin/partials/views/option-boilerplate.php:4
1785
+ msgid "Option Name"
1786
+ msgstr ""
1787
+
1788
+ #: ../admin/partials/views/option-boilerplate.php:17
1789
+ msgid "maybe"
1790
+ msgstr ""
1791
+
1792
+ #: ../admin/partials/views/option-boilerplate.php:24
1793
+ msgid "Yes"
1794
+ msgstr ""
1795
+
1796
+ #: ../admin/partials/views/option-boilerplate.php:30
1797
+ msgid "No"
1798
+ msgstr ""
1799
+
1800
+ #: ../admin/partials/views/option-boilerplate.php:36
1801
+ msgid "Maybe"
1802
+ msgstr ""
1803
+
1804
+ #: ../admin/partials/views/option-category.php:14
1805
+ #: ../admin/partials/views/option-limit.php:12
1806
+ msgid "all"
1807
+ msgstr ""
1808
+
1809
+ #: ../admin/partials/views/option-category.php:15
1810
+ msgctxt "verb"
1811
+ msgid "select"
1812
+ msgstr ""
1813
+
1814
+ #: ../admin/partials/views/option-category.php:44
1815
+ #: ../admin/partials/views/option-form-category.php:26
1816
+ msgid "No categories found"
1817
+ msgstr ""
1818
+
1819
+ #: ../admin/partials/views/option-category.php:49
1820
+ msgid "<code>category</code>"
1821
+ msgstr ""
1822
+
1823
+ #: ../admin/partials/views/option-category.php:52
1824
+ msgid "a comma-separated list of category slugs or ID's"
1825
+ msgstr ""
1826
+
1827
+ #: ../admin/partials/views/option-category.php:55
1828
+ msgid "<code>category=\"accounting\"</code>"
1829
+ msgstr ""
1830
+
1831
+ #: ../admin/partials/views/option-classes.php:3
1832
+ msgid "CSS Classes"
1833
+ msgstr ""
1834
+
1835
+ #: ../admin/partials/views/option-classes.php:10
1836
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:582
1837
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:674
1838
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:717
1839
+ #: ../admin/settings/partials/general.php:57
1840
+ msgid "For advanced users."
1841
+ msgstr ""
1842
+
1843
+ #: ../admin/partials/views/option-classes.php:11
1844
+ msgid "Separate class names by spaces."
1845
+ msgstr ""
1846
+
1847
+ #: ../admin/partials/views/option-client-section.php:23
1848
+ msgid "Add Field"
1849
+ msgstr ""
1850
+
1851
+ #: ../admin/partials/views/option-color.php:2
1852
+ msgid "Font Color"
1853
+ msgstr ""
1854
+
1855
+ #: ../admin/partials/views/option-color.php:24 ../admin/views.php:485
1856
+ msgid "custom"
1857
+ msgstr ""
1858
+
1859
+ #. translators: On the Views admin screen.
1860
+ #: ../admin/partials/views/option-content.php:4
1861
+ msgid "Content"
1862
+ msgstr ""
1863
+
1864
+ #: ../admin/partials/views/option-content.php:18
1865
+ msgctxt "display setting"
1866
+ msgid "entire content"
1867
+ msgstr ""
1868
+
1869
+ #: ../admin/partials/views/option-content.php:21
1870
+ msgctxt "display setting"
1871
+ msgid "automatic excerpt"
1872
+ msgstr ""
1873
+
1874
+ #: ../admin/partials/views/option-content.php:24
1875
+ msgctxt "display setting"
1876
+ msgid "manual excerpt"
1877
+ msgstr ""
1878
+
1879
+ #: ../admin/partials/views/option-content.php:33
1880
+ msgid "This will strip tags like &lt;em&gt; and &lt;strong&gt;."
1881
+ msgstr ""
1882
+
1883
+ #: ../admin/partials/views/option-content.php:39
1884
+ #, php-format
1885
+ msgid ""
1886
+ "To create manual excerpts, you may need to enable them in the post editor "
1887
+ "like in this <a href=\"%s\" class=\"thickbox\">screenshot</a>."
1888
+ msgstr ""
1889
+
1890
+ #: ../admin/partials/views/option-content.php:58
1891
+ msgid "If no manual excerpt, create an excerpt using"
1892
+ msgstr ""
1893
+
1894
+ #: ../admin/partials/views/option-content.php:67
1895
+ msgctxt "display setting"
1896
+ msgid "default length"
1897
+ msgstr ""
1898
+
1899
+ #: ../admin/partials/views/option-content.php:70
1900
+ msgctxt "display setting"
1901
+ msgid "custom length"
1902
+ msgstr ""
1903
+
1904
+ #: ../admin/partials/views/option-content.php:79
1905
+ msgid "The default length is 55 words but your theme may override that."
1906
+ msgstr ""
1907
+
1908
+ #: ../admin/partials/views/option-content.php:86
1909
+ #, php-format
1910
+ msgctxt "the excerpt length"
1911
+ msgid "the first %s words"
1912
+ msgstr ""
1913
+
1914
+ #: ../admin/partials/views/option-content.php:100
1915
+ msgid "\"Read more\" link"
1916
+ msgstr ""
1917
+
1918
+ #: ../admin/partials/views/option-content.php:110
1919
+ msgctxt "display setting"
1920
+ msgid "default link text"
1921
+ msgstr ""
1922
+
1923
+ #: ../admin/partials/views/option-content.php:113
1924
+ msgctxt "display setting"
1925
+ msgid "custom link text (recommended)"
1926
+ msgstr ""
1927
+
1928
+ #: ../admin/partials/views/option-content.php:125
1929
+ msgid "enter a phrase"
1930
+ msgstr ""
1931
+
1932
+ #: ../admin/partials/views/option-content.php:137
1933
+ msgid "ellipsis"
1934
+ msgstr ""
1935
+
1936
+ #: ../admin/partials/views/option-content.php:141
1937
+ msgid "(automatic excerpt only)"
1938
+ msgstr ""
1939
+
1940
+ #: ../admin/partials/views/option-content.php:152
1941
+ msgid ""
1942
+ "If you only see [&hellip;] without a link then your theme<br> does not "
1943
+ "provide this. Use the custom link text instead."
1944
+ msgstr ""
1945
+
1946
+ #: ../admin/partials/views/option-content.php:164
1947
+ msgctxt "display setting"
1948
+ msgid "for automatic excerpt only"
1949
+ msgstr ""
1950
+
1951
+ #: ../admin/partials/views/option-content.php:167
1952
+ msgctxt "display setting"
1953
+ msgid "for both automatic and manual excerpts"
1954
+ msgstr ""
1955
+
1956
+ #: ../admin/partials/views/option-content.php:181
1957
+ #, php-format
1958
+ msgid "<a href=\"%s\" target=\"_blank\">Learn more about WordPress excerpts</a>"
1959
+ msgstr ""
1960
+
1961
+ #: ../admin/partials/views/option-divi.php:6
1962
+ msgid "Divi Builder"
1963
+ msgstr ""
1964
+
1965
+ #: ../admin/partials/views/option-divi.php:14
1966
+ msgid ""
1967
+ "Check this if adding this view (via shortcode or widget) using the Visual "
1968
+ "Builder in <b>Divi Builder version 2</b>."
1969
+ msgstr ""
1970
+
1971
+ #: ../admin/partials/views/option-divi.php:17
1972
+ msgid "Not required if simply adding this view in the default editor."
1973
+ msgstr ""
1974
+
1975
+ #: ../admin/partials/views/option-divi.php:20
1976
+ msgid ""
1977
+ "Not required if simply adding this view in the <b>Divi theme</b> using either "
1978
+ "the default editor or Divi Builder."
1979
+ msgstr ""
1980
+
1981
+ #. translators: On the Views admin screen.
1982
+ #: ../admin/partials/views/option-form-ajax.php:6
1983
+ msgid "Submit form without reloading the page (Ajax)"
1984
+ msgstr ""
1985
+
1986
+ #: ../admin/partials/views/option-form-ajax.php:11
1987
+ msgid "This will override the <strong>Success Redirect</strong> setting."
1988
+ msgstr ""
1989
+
1990
+ #. translators: On the Views admin screen.
1991
+ #: ../admin/partials/views/option-form-category.php:3
1992
+ msgid "Assign to a category"
1993
+ msgstr ""
1994
+
1995
+ #. translators: On the Views admin screen.
1996
+ #: ../admin/partials/views/option-id.php:7
1997
+ #: ../admin/partials/views/option-read-more-page.php:22
1998
+ msgid "&mdash; select &mdash;"
1999
+ msgstr ""
2000
+
2001
+ #: ../admin/partials/views/option-id.php:10
2002
+ msgid "(untitled)"
2003
+ msgstr ""
2004
+
2005
+ #: ../admin/partials/views/option-id.php:18
2006
+ msgctxt "to select a testimonial"
2007
+ msgid "or enter its ID or slug"
2008
+ msgstr ""
2009
+
2010
+ #: ../admin/partials/views/option-layout.php:2
2011
+ msgid "Layout"
2012
+ msgstr ""
2013
+
2014
+ #: ../admin/partials/views/option-layout.php:16
2015
+ msgid "normal"
2016
+ msgstr ""
2017
+
2018
+ #: ../admin/partials/views/option-layout.php:25
2019
+ msgid "Masonry"
2020
+ msgstr ""
2021
+
2022
+ #: ../admin/partials/views/option-layout.php:34
2023
+ msgid "columns"
2024
+ msgstr ""
2025
+
2026
+ #: ../admin/partials/views/option-layout.php:43
2027
+ msgid "grid"
2028
+ msgstr ""
2029
+
2030
+ #: ../admin/partials/views/option-layout.php:54
2031
+ msgid "A single column."
2032
+ msgstr ""
2033
+
2034
+ #: ../admin/partials/views/option-layout.php:58
2035
+ #, php-format
2036
+ msgid ""
2037
+ "A cascading, responsive grid using the jQuery plugin <a href=\"%s\" target="
2038
+ "\"_blank\">Masonry</a>."
2039
+ msgstr ""
2040
+
2041
+ #: ../admin/partials/views/option-layout.php:59
2042
+ msgid ""
2043
+ "The universal solution that works well regardless of testimonial lengths."
2044
+ msgstr ""
2045
+
2046
+ #: ../admin/partials/views/option-layout.php:60
2047
+ msgid "Not compatible with pagination."
2048
+ msgstr ""
2049
+
2050
+ #: ../admin/partials/views/option-layout.php:64
2051
+ #, php-format
2052
+ msgid ""
2053
+ "Using <a href=\"%s\" target=\"_blank\">CSS multi-column</a>. Fill from top to "
2054
+ "bottom, then over to next column."
2055
+ msgstr ""
2056
+
2057
+ #: ../admin/partials/views/option-layout.php:65
2058
+ msgid "Works well with both long and short testimonials."
2059
+ msgstr ""
2060
+
2061
+ #: ../admin/partials/views/option-layout.php:66
2062
+ #: ../admin/partials/views/option-layout.php:75
2063
+ msgid "Compatible with pagination."
2064
+ msgstr ""
2065
+
2066
+ #: ../admin/partials/views/option-layout.php:72
2067
+ #, php-format
2068
+ msgid "Using <a href=\"%s\" target=\"_blank\">CSS flexbox</a>."
2069
+ msgstr ""
2070
+
2071
+ #: ../admin/partials/views/option-layout.php:74
2072
+ msgid ""
2073
+ "Testimonials will be equal height so this works best when they are about the "
2074
+ "same length either naturally or using excerpts."
2075
+ msgstr ""
2076
+
2077
+ #: ../admin/partials/views/option-layout.php:83
2078
+ msgid "Number of columns"
2079
+ msgstr ""
2080
+
2081
+ #. translators: On the Views admin screen.
2082
+ #: ../admin/partials/views/option-limit.php:4
2083
+ msgid "Quantity"
2084
+ msgstr ""
2085
+
2086
+ #: ../admin/partials/views/option-limit.php:15
2087
+ msgctxt "noun"
2088
+ msgid "count"
2089
+ msgstr ""
2090
+
2091
+ #: ../admin/partials/views/option-limit.php:28
2092
+ msgid "<code>count</code>"
2093
+ msgstr ""
2094
+
2095
+ #: ../admin/partials/views/option-limit.php:32
2096
+ msgid "<code>count=5</code>"
2097
+ msgstr ""
2098
+
2099
+ # @ strong-testimonials
2100
+ #. translators: On the Views admin screen.
2101
+ #: ../admin/partials/views/option-order.php:4
2102
+ msgctxt "noun"
2103
+ msgid "Order"
2104
+ msgstr "الترتيب"
2105
+
2106
+ #: ../admin/partials/views/option-order.php:19
2107
+ msgid "<code>order</code>"
2108
+ msgstr ""
2109
+
2110
+ #: ../admin/partials/views/option-order.php:22
2111
+ msgid "oldest | newest | random | menu_order"
2112
+ msgstr ""
2113
+
2114
+ #: ../admin/partials/views/option-order.php:25
2115
+ msgid "<code>order=\"random\"</code>"
2116
+ msgstr ""
2117
+
2118
+ #: ../admin/partials/views/option-pagination.php:5
2119
+ msgid "Compare methods"
2120
+ msgstr ""
2121
+
2122
+ #: ../admin/partials/views/option-pagination.php:23
2123
+ msgid "simple"
2124
+ msgstr ""
2125
+
2126
+ #: ../admin/partials/views/option-pagination.php:26
2127
+ msgid "WordPress standard"
2128
+ msgstr ""
2129
+
2130
+ #: ../admin/partials/views/option-pagination.php:33
2131
+ msgid "Using JavaScript. Intended for small scale."
2132
+ msgstr ""
2133
+
2134
+ #: ../admin/partials/views/option-pagination.php:39
2135
+ msgid "Using paged URLs: /page/2, /page/3, etc. Best for large scale."
2136
+ msgstr ""
2137
+
2138
+ #: ../admin/partials/views/option-pagination.php:50
2139
+ msgctxt "quantity"
2140
+ msgid "Per page"
2141
+ msgstr ""
2142
+
2143
+ #. translators: In the view editor.
2144
+ #: ../admin/partials/views/option-pagination.php:60
2145
+ #: ../admin/partials/views/option-slideshow-navigation.php:4
2146
+ msgid "Navigation"
2147
+ msgstr ""
2148
+
2149
+ #: ../admin/partials/views/option-pagination.php:64
2150
+ #: ../includes/l10n-polylang.php:62 ../includes/l10n-wpml.php:140
2151
+ msgid "before"
2152
+ msgstr ""
2153
+
2154
+ #: ../admin/partials/views/option-pagination.php:67
2155
+ #: ../includes/l10n-polylang.php:59 ../includes/l10n-wpml.php:136
2156
+ msgid "after"
2157
+ msgstr ""
2158
+
2159
+ #: ../admin/partials/views/option-pagination.php:70
2160
+ msgid "before & after"
2161
+ msgstr ""
2162
+
2163
+ #: ../admin/partials/views/option-pagination.php:83
2164
+ msgid "Show all page numbers"
2165
+ msgstr ""
2166
+
2167
+ #: ../admin/partials/views/option-pagination.php:87
2168
+ msgid "Show condensed page numbers"
2169
+ msgstr ""
2170
+
2171
+ #: ../admin/partials/views/option-pagination.php:95
2172
+ msgctxt "quantity"
2173
+ msgid "End size"
2174
+ msgstr ""
2175
+
2176
+ #: ../admin/partials/views/option-pagination.php:104
2177
+ msgctxt "quantity"
2178
+ msgid "Middle size"
2179
+ msgstr ""
2180
+
2181
+ #: ../admin/partials/views/option-pagination.php:122
2182
+ msgid "Show previous/next links"
2183
+ msgstr ""
2184
+
2185
+ #: ../admin/partials/views/option-pagination.php:127
2186
+ msgid "Previous text"
2187
+ msgstr ""
2188
+
2189
+ #: ../admin/partials/views/option-pagination.php:135
2190
+ msgid "Next text"
2191
+ msgstr ""
2192
+
2193
+ #: ../admin/partials/views/option-pagination.php:148
2194
+ msgid "Before page number"
2195
+ msgstr ""
2196
+
2197
+ #: ../admin/partials/views/option-pagination.php:156
2198
+ msgid "After page number"
2199
+ msgstr ""
2200
+
2201
+ #. translators: On the Views admin screen.
2202
+ #: ../admin/partials/views/option-read-more-page.php:10
2203
+ msgid "\"Read more\" link to a page or post"
2204
+ msgstr ""
2205
+
2206
+ #: ../admin/partials/views/option-read-more-page.php:27
2207
+ #: ../includes/class-strong-templates.php:63
2208
+ msgid "Custom"
2209
+ msgstr ""
2210
+
2211
+ # @ strong-testimonials
2212
+ #: ../admin/partials/views/option-read-more-page.php:37
2213
+ msgid "Pages"
2214
+ msgstr "صفحات"
2215
+
2216
+ #: ../admin/partials/views/option-read-more-page.php:50
2217
+ msgctxt "to select a target page"
2218
+ msgid "or enter its ID or slug"
2219
+ msgstr ""
2220
+
2221
+ #: ../admin/partials/views/option-read-more-page.php:61
2222
+ msgid "with link text"
2223
+ msgstr ""
2224
+
2225
+ #: ../admin/partials/views/option-read-more-page.php:75
2226
+ msgctxt "display setting"
2227
+ msgid "after the last testimonial"
2228
+ msgstr ""
2229
+
2230
+ #: ../admin/partials/views/option-read-more-page.php:78
2231
+ msgctxt "display setting"
2232
+ msgid "in each testimonial"
2233
+ msgstr ""
2234
+
2235
+ #. translators: On the Views admin screen.
2236
+ #: ../admin/partials/views/option-select.php:3
2237
+ msgctxt "verb"
2238
+ msgid "Select"
2239
+ msgstr ""
2240
+
2241
+ #: ../admin/partials/views/option-select.php:10
2242
+ msgid "one or more testimonials"
2243
+ msgstr ""
2244
+
2245
+ #: ../admin/partials/views/option-select.php:11
2246
+ msgid "a specific testimonial"
2247
+ msgstr ""
2248
+
2249
+ #: ../admin/partials/views/option-select.php:22
2250
+ msgid "<code>post_ids</code>"
2251
+ msgstr ""
2252
+
2253
+ #: ../admin/partials/views/option-select.php:25
2254
+ msgid "a comma-separated list of post ID's"
2255
+ msgstr ""
2256
+
2257
+ #: ../admin/partials/views/option-select.php:28
2258
+ msgid "<code>post_ids=\"123,456\"</code>"
2259
+ msgstr ""
2260
+
2261
+ #. translators: In the view editor.
2262
+ #: ../admin/partials/views/option-slideshow-behavior.php:3
2263
+ msgid "Behavior"
2264
+ msgstr ""
2265
+
2266
+ #: ../admin/partials/views/option-slideshow-behavior.php:12
2267
+ msgctxt "slideshow setting"
2268
+ msgid "Start automatically"
2269
+ msgstr ""
2270
+
2271
+ # @ strong-testimonials
2272
+ #: ../admin/partials/views/option-slideshow-behavior.php:22
2273
+ msgctxt "slideshow setting"
2274
+ msgid "Pause on hover"
2275
+ msgstr "ايقاف عند وضع مؤشر الفأرة"
2276
+
2277
+ #: ../admin/partials/views/option-slideshow-behavior.php:33
2278
+ msgctxt "slideshow setting"
2279
+ msgid "Stop on interaction"
2280
+ msgstr ""
2281
+
2282
+ #: ../admin/partials/views/option-slideshow-behavior.php:37
2283
+ msgid "Recommended if using navigation."
2284
+ msgstr ""
2285
+
2286
+ #: ../admin/partials/views/option-slideshow-behavior.php:66
2287
+ msgid "Duration"
2288
+ msgstr ""
2289
+
2290
+ # @ strong-testimonials
2291
+ #: ../admin/partials/views/option-slideshow-behavior.php:71
2292
+ #: ../admin/partials/views/option-slideshow-transition.php:15
2293
+ #: ../admin/partials/views/option-slideshow-transition.php:38
2294
+ msgctxt "time setting"
2295
+ msgid "seconds"
2296
+ msgstr "ثواني"
2297
+
2298
+ #: ../admin/partials/views/option-slideshow-behavior.php:78
2299
+ msgid "Stretch slides vertically"
2300
+ msgstr ""
2301
+
2302
+ #: ../admin/partials/views/option-slideshow-behavior.php:90
2303
+ msgid "The slideshow will pause if the browser window becomes inactive."
2304
+ msgstr ""
2305
+
2306
+ #: ../admin/partials/views/option-slideshow-navigation.php:15
2307
+ msgid "Controls"
2308
+ msgstr ""
2309
+
2310
+ #: ../admin/partials/views/option-slideshow-navigation.php:76
2311
+ msgid "Position"
2312
+ msgstr ""
2313
+
2314
+ #: ../admin/partials/views/option-slideshow-navigation.php:82
2315
+ msgid "the testimonial frame"
2316
+ msgstr ""
2317
+
2318
+ #. translators: In the view editor.
2319
+ #: ../admin/partials/views/option-slideshow-transition.php:3
2320
+ msgid "Transition"
2321
+ msgstr ""
2322
+
2323
+ # @ strong-testimonials
2324
+ #: ../admin/partials/views/option-slideshow-transition.php:10
2325
+ msgctxt "slideshow setting"
2326
+ msgid "Show each for"
2327
+ msgstr "إظهار الكل لـ"
2328
+
2329
+ #: ../admin/partials/views/option-slideshow-transition.php:20
2330
+ msgid "then"
2331
+ msgstr ""
2332
+
2333
+ #: ../admin/partials/views/option-slideshow-transition.php:33
2334
+ msgid "for"
2335
+ msgstr ""
2336
+
2337
+ #: ../admin/partials/views/option-thumbnail.php:26
2338
  msgid "width"
2339
  msgstr ""
2340
 
2341
+ #: ../admin/partials/views/option-thumbnail.php:31
2342
+ msgid "height"
2343
+ msgstr ""
2344
+
2345
+ #: ../admin/partials/views/option-thumbnail.php:44
2346
+ msgid "Open full-size image in a lightbox"
2347
+ msgstr ""
2348
+
2349
+ #: ../admin/partials/views/option-thumbnail.php:48
2350
+ msgid "Requires a lightbox provided by your theme or another plugin."
2351
+ msgstr ""
2352
+
2353
+ #: ../admin/partials/views/option-thumbnail.php:57
2354
+ msgid "CSS class"
2355
+ msgstr ""
2356
+
2357
+ #: ../admin/partials/views/option-thumbnail.php:61
2358
+ msgid "To add a class to the image link."
2359
+ msgstr ""
2360
+
2361
+ #: ../admin/partials/views/option-thumbnail.php:71
2362
+ msgid "If no Featured Image"
2363
+ msgstr ""
2364
+
2365
+ #: ../admin/partials/views/option-thumbnail.php:74
2366
+ msgid "show nothing"
2367
+ msgstr ""
2368
+
2369
+ #: ../admin/partials/views/option-thumbnail.php:75
2370
+ msgid "show Gravatar"
2371
+ msgstr ""
2372
+
2373
+ #: ../admin/partials/views/option-thumbnail.php:76
2374
+ msgid "show Gravatar only if found"
2375
+ msgstr ""
2376
+
2377
+ #: ../admin/partials/views/option-thumbnail.php:82
2378
+ msgid "Gravatar settings"
2379
+ msgstr ""
2380
+
2381
+ # @ strong-testimonials
2382
+ #: ../admin/partials/views/option-title.php:5
2383
+ msgid "Title"
2384
+ msgstr "العنوان"
2385
+
2386
+ #: ../admin/partials/views/option-title.php:15
2387
+ #, php-format
2388
+ msgctxt "The name of this post type. \"Testimonial\" by default."
2389
+ msgid "Link to full %s"
2390
+ msgstr ""
2391
+
2392
+ #: ../admin/partials/views/template-options.php:9
2393
+ msgid "no description"
2394
+ msgstr ""
2395
+
2396
+ #: ../admin/partials/views/template-options.php:18
2397
+ msgid "Options"
2398
+ msgstr ""
2399
+
2400
+ #: ../admin/partials/views/view-shortcode.php:10
2401
+ msgctxt "The shortcode for a new View."
2402
+ msgid "will be available after you save this"
2403
+ msgstr ""
2404
+
2405
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
2406
+ msgid "Common Scenarios"
2407
+ msgstr ""
2408
+
2409
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:185
2410
+ msgid "Symptom"
2411
+ msgstr ""
2412
+
2413
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:188
2414
+ msgid "Possible Cause"
2415
+ msgstr ""
2416
+
2417
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:191
2418
+ msgid "Try"
2419
+ msgstr ""
2420
+
2421
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:197
2422
+ msgid "Views not working"
2423
+ msgstr ""
2424
+
2425
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:198
2426
+ msgid ""
2427
+ "A testimonial view does not appear correctly the <strong>first time</strong> "
2428
+ "you view the page but it does when you <strong>refresh</strong> the page."
2429
+ msgstr ""
2430
+
2431
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:199
2432
+ msgid ""
2433
+ "For example, it has no style, no pagination, or the slider has not started."
2434
+ msgstr ""
2435
+
2436
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2437
+ msgid ""
2438
+ "Your site uses <strong>Ajax page loading</strong> &ndash; also known as page "
2439
+ "animations, transition effects or Pjax (pushState Ajax) &ndash; provided by "
2440
+ "your theme or another plugin."
2441
+ msgstr ""
2442
+
2443
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2444
+ msgid ""
2445
+ "Instead of loading the entire page, this technique fetches only the new "
2446
+ "content."
2447
+ msgstr ""
2448
+
2449
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2450
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:261
2451
+ msgid "Ajax Page Loading"
2452
+ msgstr ""
2453
+
2454
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2455
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:323
2456
+ msgid "General"
2457
+ msgstr ""
2458
+
2459
+ #. translators: link text on Settings > Compatibility tab
2460
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:209
2461
+ msgid "Set this now"
2462
+ msgstr ""
2463
+
2464
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:217
2465
+ msgid "Slider never starts"
2466
+ msgstr ""
2467
+
2468
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:218
2469
+ msgid "A testimonial slider does not start or is missing navigation controls."
2470
+ msgstr ""
2471
+
2472
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:221
2473
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:234
2474
+ msgid ""
2475
+ "The page is very busy loading image galleries, other sliders or third-party "
2476
+ "resources like social media posts."
2477
+ msgstr ""
2478
+
2479
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2480
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2481
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:751
2482
+ msgid "Load Event"
2483
+ msgstr ""
2484
+
2485
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2486
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2487
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:808
2488
+ msgid "window load"
2489
+ msgstr ""
2490
+
2491
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:230
2492
+ msgid "Masonry layout not working"
2493
+ msgstr ""
2494
+
2495
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:231
2496
+ msgid ""
2497
+ "A testimonial view with the Masonry layout has only one column or works "
2498
+ "inconsistently in different browsers or devices."
2499
+ msgstr ""
2500
+
2501
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2502
+ msgid "Compatibility Settings"
2503
+ msgstr ""
2504
+
2505
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:248
2506
+ #, php-format
2507
+ msgid ""
2508
+ "<a href=\"%s\" target=\"_blank\">Start a support ticket</a> if you need help "
2509
+ "with these options."
2510
+ msgstr ""
2511
+
2512
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:266
2513
+ msgid "This does not perform Ajax page loading."
2514
+ msgstr ""
2515
+
2516
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:267
2517
+ msgid ""
2518
+ "It provides compatibility with themes and plugins that use Ajax to load "
2519
+ "pages, also known as page animation or transition effects."
2520
+ msgstr ""
2521
+
2522
+ # @ strong-testimonials
2523
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:296
2524
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:455
2525
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:507
2526
+ msgid "None"
2527
+ msgstr "لاشيء"
2528
+
2529
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:297
2530
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:403
2531
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2532
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:783
2533
+ msgid "(default)"
2534
+ msgstr ""
2535
+
2536
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:301
2537
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:512
2538
+ msgid "No compatibility needed."
2539
+ msgstr ""
2540
+
2541
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:302
2542
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2543
+ msgid "This works well for most themes."
2544
+ msgstr ""
2545
+
2546
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:327
2547
+ msgid "Be ready to render any view at any time."
2548
+ msgstr ""
2549
+
2550
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:328
2551
+ msgid "This works well with common Ajax methods."
2552
+ msgstr ""
2553
+
2554
+ # @ strong-testimonials
2555
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:350
2556
+ msgid "Advanced"
2557
+ msgstr "مخصص"
2558
+
2559
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2560
+ msgid "For specific configurations."
2561
+ msgstr ""
2562
+
2563
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:372
2564
+ msgid "Load stylesheets and populate script variables up front."
2565
+ msgstr ""
2566
+
2567
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:402
2568
+ msgid "Current page"
2569
+ msgstr ""
2570
+
2571
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:407
2572
+ msgid "For the current page only."
2573
+ msgstr ""
2574
+
2575
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:429
2576
+ msgid "All views"
2577
+ msgstr ""
2578
+
2579
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:433
2580
+ msgid "For all views. Required for Ajax page loading."
2581
+ msgstr ""
2582
+
2583
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:434
2584
+ msgid "Then select an option for <strong>Monitor</strong> below."
2585
+ msgstr ""
2586
+
2587
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:459
2588
+ msgid ""
2589
+ "When the shortcode is rendered. May result in a flash of unstyled content."
2590
+ msgstr ""
2591
+
2592
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:473
2593
+ msgid "Monitor"
2594
+ msgstr ""
2595
+
2596
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:477
2597
+ msgid "Initialize sliders, pagination and form validation as pages change."
2598
+ msgstr ""
2599
+
2600
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:534
2601
+ msgid "Universal"
2602
+ msgstr ""
2603
+
2604
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:538
2605
+ msgid "Watch for page changes on a timer."
2606
+ msgstr ""
2607
+
2608
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:545
2609
+ msgctxt "timer setting"
2610
+ msgid "Check every"
2611
+ msgstr ""
2612
+
2613
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:555
2614
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:604
2615
+ msgctxt "timer setting"
2616
+ msgid "seconds"
2617
+ msgstr ""
2618
+
2619
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:577
2620
+ msgid "Observer"
2621
+ msgstr ""
2622
+
2623
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:581
2624
+ msgid "React to changes in specific page elements."
2625
+ msgstr ""
2626
+
2627
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:594
2628
+ msgctxt "timer setting"
2629
+ msgid "Check once after"
2630
+ msgstr ""
2631
+
2632
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:616
2633
+ msgid "Container ID"
2634
+ msgstr ""
2635
+
2636
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:626
2637
+ msgid "the element to observe"
2638
+ msgstr ""
2639
+
2640
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:638
2641
+ msgid "Added node ID"
2642
+ msgstr ""
2643
+
2644
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:648
2645
+ msgid "the element being added"
2646
+ msgstr ""
2647
+
2648
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:669
2649
+ msgid "Custom event"
2650
+ msgstr ""
2651
+
2652
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:673
2653
+ msgid "Listen for specific events."
2654
+ msgstr ""
2655
+
2656
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:681
2657
+ msgid "Event name"
2658
+ msgstr ""
2659
+
2660
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:712
2661
+ msgid "Specific script"
2662
+ msgstr ""
2663
+
2664
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:716
2665
+ msgid "Register a callback for a specific Ajax script."
2666
+ msgstr ""
2667
+
2668
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:724
2669
+ msgid "Script name"
2670
+ msgstr ""
2671
+
2672
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:730
2673
+ #: ../includes/widget2.php:96
2674
+ msgid "&mdash; Select &mdash;"
2675
+ msgstr ""
2676
+
2677
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:755
2678
+ msgid "When to start sliders, Masonry, pagination and form validation."
2679
+ msgstr ""
2680
+
2681
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:782
2682
+ msgid "document ready"
2683
+ msgstr ""
2684
+
2685
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:787
2686
+ msgid "This works well if your page load time is less than a few seconds."
2687
+ msgstr ""
2688
+
2689
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:812
2690
+ msgid "Try this if your page load time is more than a few seconds."
2691
+ msgstr ""
2692
+
2693
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:828
2694
+ msgid "Lazy Loading Images"
2695
+ msgstr ""
2696
+
2697
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:832
2698
+ msgid "Watch for lazy loading images in themes and plugins."
2699
+ msgstr ""
2700
+
2701
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:860
2702
+ msgid "Enable watcher"
2703
+ msgstr ""
2704
+
2705
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:864
2706
+ msgid ""
2707
+ "Most lazy loading techniques use one or two CSS class names to indicate which "
2708
+ "images to lazy load and when the lazy loading is finished."
2709
+ msgstr ""
2710
+
2711
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:865
2712
+ msgid ""
2713
+ "Contact support for your theme or plugin to ask if it uses CSS class names."
2714
+ msgstr ""
2715
+
2716
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:881
2717
+ msgid "CSS Class Names"
2718
+ msgstr ""
2719
+
2720
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:912
2721
+ msgctxt "noun"
2722
+ msgid "start"
2723
+ msgstr ""
2724
+
2725
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:920
2726
+ msgctxt "noun"
2727
+ msgid "finish"
2728
+ msgstr ""
2729
+
2730
+ # @ strong-testimonials
2731
+ #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2732
+ msgctxt "adjective"
2733
+ msgid "General"
2734
+ msgstr "عام"
2735
+
2736
+ #: ../admin/settings/class-strong-testimonials-settings-licenses.php:54
2737
+ msgid "Licenses"
2738
+ msgstr ""
2739
+
2740
+ # @ default
2741
+ #: ../admin/settings/class-strong-testimonials-settings.php:55
2742
+ msgid "Settings saved."
2743
+ msgstr "تم حفظ الإعدادات"
2744
+
2745
+ #: ../admin/settings/partials/email-from.php:7
2746
+ msgid "Use mail queue. For services like Mandrill. Off by default."
2747
+ msgstr ""
2748
+
2749
+ #: ../admin/settings/partials/email-from.php:16
2750
+ msgid "From"
2751
+ msgstr ""
2752
+
2753
+ #: ../admin/settings/partials/email-from.php:47
2754
+ #: ../admin/settings/partials/recipient.php:15
2755
+ msgid "(optional)"
2756
+ msgstr ""
2757
+
2758
+ #: ../admin/settings/partials/email-from.php:63
2759
+ #: ../admin/settings/partials/recipient.php:32
2760
+ msgid "admin:"
2761
+ msgstr ""
2762
+
2763
+ #: ../admin/settings/partials/email-from.php:82
2764
+ #: ../admin/settings/partials/recipient.php:49
2765
+ #: ../admin/settings/partials/recipient.php:61
2766
+ msgid "email address"
2767
+ msgstr ""
2768
+
2769
+ #: ../admin/settings/partials/email-to.php:5
2770
+ msgid "To"
2771
+ msgstr ""
2772
+
2773
+ #: ../admin/settings/partials/email.php:5
2774
+ msgid "Subject"
2775
+ msgstr ""
2776
+
2777
+ #: ../admin/settings/partials/email.php:16
2778
+ msgid "subject line"
2779
+ msgstr ""
2780
+
2781
+ #: ../admin/settings/partials/email.php:27
2782
+ msgid "Message"
2783
+ msgstr ""
2784
+
2785
+ #: ../admin/settings/partials/email.php:37
2786
+ msgid "message text"
2787
+ msgstr ""
2788
+
2789
+ #: ../admin/settings/partials/email.php:46
2790
+ msgid "Tags for Subject and Message"
2791
+ msgstr ""
2792
+
2793
+ #: ../admin/settings/partials/form.php:50
2794
+ msgid "Form Labels & Messages"
2795
+ msgstr ""
2796
+
2797
+ #: ../admin/settings/partials/form.php:89
2798
+ msgid "Display required notice at top of form"
2799
+ msgstr ""
2800
+
2801
+ # @ strong-testimonials
2802
+ #: ../admin/settings/partials/form.php:101
2803
+ msgctxt "singular"
2804
+ msgid "restore default"
2805
+ msgstr "إستعادة الافتراضيات"
2806
+
2807
+ #: ../admin/settings/partials/form.php:112
2808
+ msgid "Restore Default Messages"
2809
+ msgstr ""
2810
+
2811
+ #: ../admin/settings/partials/form.php:120
2812
+ msgid "Scroll"
2813
+ msgstr ""
2814
+
2815
+ #: ../admin/settings/partials/form.php:128
2816
+ #, php-format
2817
+ msgid "If errors, scroll to the first error minus %s pixels. On by default."
2818
+ msgstr ""
2819
+
2820
+ #: ../admin/settings/partials/form.php:135
2821
+ #, php-format
2822
+ msgid ""
2823
+ "If success, scroll to the success message minus %s pixels. On by default."
2824
+ msgstr ""
2825
+
2826
+ #: ../admin/settings/partials/form.php:151
2827
+ msgid "Form Actions"
2828
+ msgstr ""
2829
+
2830
+ #: ../admin/settings/partials/form.php:157
2831
+ msgid "Upon Successful Submission"
2832
+ msgstr ""
2833
+
2834
+ #: ../admin/settings/partials/form.php:165
2835
+ msgid "display message"
2836
+ msgstr ""
2837
+
2838
+ #: ../admin/settings/partials/form.php:173
2839
+ msgid "redirect to a page"
2840
+ msgstr ""
2841
+
2842
+ #: ../admin/settings/partials/form.php:178
2843
+ msgid "&mdash; select a page &mdash;"
2844
+ msgstr ""
2845
+
2846
+ #: ../admin/settings/partials/form.php:192
2847
+ msgctxt "to select a redirect page"
2848
+ msgid "or enter its ID or slug"
2849
+ msgstr ""
2850
+
2851
+ #: ../admin/settings/partials/form.php:206
2852
+ msgid "redirect to a URL"
2853
+ msgstr ""
2854
+
2855
+ #: ../admin/settings/partials/form.php:221
2856
+ msgid "Post Status"
2857
+ msgstr ""
2858
+
2859
+ # @ default
2860
+ #: ../admin/settings/partials/form.php:230
2861
+ msgid "Pending"
2862
+ msgstr "في الانتظار"
2863
+
2864
+ # @ default
2865
+ #: ../admin/settings/partials/form.php:237
2866
+ msgid "Published"
2867
+ msgstr "منشورة"
2868
+
2869
+ #: ../admin/settings/partials/form.php:247
2870
+ msgid "Notification Email"
2871
+ msgstr ""
2872
+
2873
+ #: ../admin/settings/partials/form.php:257
2874
+ msgid "Send an email upon new testimonial submission."
2875
+ msgstr ""
2876
+
2877
+ #: ../admin/settings/partials/form.php:282
2878
+ msgid "Form Spam Control"
2879
+ msgstr ""
2880
+
2881
+ # @ strong-testimonials
2882
+ #: ../admin/settings/partials/form.php:288
2883
+ msgctxt "spam control techniques"
2884
+ msgid "Honeypot"
2885
+ msgstr "المصيدة"
2886
+
2887
+ #: ../admin/settings/partials/form.php:293
2888
+ msgid ""
2889
+ "These methods for trapping spambots are both time-tested and widely used. May "
2890
+ "be used simultaneously for more protection."
2891
+ msgstr ""
2892
+
2893
+ #: ../admin/settings/partials/form.php:296
2894
+ msgid ""
2895
+ "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2896
+ "loading, caching or minification."
2897
+ msgstr ""
2898
+
2899
+ #: ../admin/settings/partials/form.php:299
2900
+ msgid "If your form is not working properly, try disabling these."
2901
+ msgstr ""
2902
+
2903
+ #: ../admin/settings/partials/form.php:309
2904
+ msgid ""
2905
+ "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2906
+ "every field they find in the form. Empty field = human. Not empty = spambot."
2907
+ msgstr ""
2908
+
2909
+ #: ../admin/settings/partials/form.php:317
2910
+ msgid ""
2911
+ "Adds a new field as soon as the form is submitted. Spambots cannot run "
2912
+ "JavaScript so the new field never gets added. New field = human. Missing = "
2913
+ "spambot."
2914
+ msgstr ""
2915
+
2916
+ # @ strong-testimonials
2917
+ #: ../admin/settings/partials/form.php:325
2918
+ msgid "Captcha"
2919
+ msgstr "كابتشا"
2920
+
2921
+ #: ../admin/settings/partials/form.php:330
2922
+ msgid ""
2923
+ "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2924
+ "first, if necessary."
2925
+ msgstr ""
2926
+
2927
+ #: ../admin/settings/partials/form.php:331
2928
+ msgid "May be used alongside honeypot methods."
2929
+ msgstr ""
2930
+
2931
+ #: ../admin/settings/partials/form.php:334
2932
+ msgid "May not be compatible with Ajax page loading."
2933
+ msgstr ""
2934
+
2935
+ # @ strong-testimonials
2936
+ #: ../admin/settings/partials/form.php:359
2937
+ msgctxt "link"
2938
+ msgid "settings"
2939
+ msgstr "الإعدادات"
2940
+
2941
+ # @ strong-testimonials
2942
+ #: ../admin/settings/partials/form.php:361
2943
+ msgid "no settings"
2944
+ msgstr "لا يوجد إعدادات"
2945
+
2946
+ # @ strong-testimonials
2947
+ #: ../admin/settings/partials/form.php:366
2948
+ msgctxt "adjective"
2949
+ msgid "inactive"
2950
+ msgstr "غير مفعل"
2951
+
2952
+ # @ strong-testimonials
2953
+ #: ../admin/settings/partials/form.php:373
2954
+ msgid "not installed"
2955
+ msgstr "غير محملة"
2956
+
2957
+ # @ strong-testimonials
2958
+ #: ../admin/settings/partials/form.php:376
2959
+ msgctxt "link"
2960
+ msgid "install plugin"
2961
+ msgstr "تحميل إضافة"
2962
+
2963
+ # @ strong-testimonials
2964
+ #: ../admin/settings/partials/form.php:382
2965
+ msgctxt "link"
2966
+ msgid "plugin page"
2967
+ msgstr "صفحة الإضافات"
2968
+
2969
+ #: ../admin/settings/partials/general.php:11
2970
+ msgid "Admin"
2971
+ msgstr ""
2972
+
2973
+ #: ../admin/settings/partials/general.php:17
2974
+ msgid "Pending Indicator"
2975
+ msgstr ""
2976
+
2977
+ #: ../admin/settings/partials/general.php:23
2978
+ msgid "Show indicator bubble when new submissions are awaiting moderation."
2979
+ msgstr ""
2980
+
2981
+ #: ../admin/settings/partials/general.php:24
2982
+ #: ../admin/settings/partials/general.php:78
2983
+ #: ../admin/settings/partials/general.php:94
2984
+ #: ../admin/settings/partials/general.php:109
2985
+ #: ../admin/settings/partials/general.php:173
2986
+ #: ../admin/settings/partials/general.php:222
2987
+ msgid "On by default."
2988
+ msgstr ""
2989
+
2990
+ #: ../admin/settings/partials/general.php:32
2991
+ msgid "Reordering"
2992
+ msgstr ""
2993
+
2994
+ #: ../admin/settings/partials/general.php:38
2995
+ msgid "Enable drag-and-drop reordering in the testimonial list."
2996
+ msgstr ""
2997
+
2998
+ #: ../admin/settings/partials/general.php:39
2999
+ #: ../admin/settings/partials/general.php:55
3000
+ #: ../admin/settings/partials/general.php:124
3001
+ #: ../admin/settings/partials/general.php:201
3002
+ msgid "Off by default."
3003
+ msgstr ""
3004
+
3005
+ #: ../admin/settings/partials/general.php:41
3006
+ msgid "Then set <b>Order</b> to \"menu order\" in the View."
3007
+ msgstr ""
3008
+
3009
+ #: ../admin/settings/partials/general.php:48
3010
+ msgid "Custom Fields Meta Box"
3011
+ msgstr ""
3012
+
3013
+ #: ../admin/settings/partials/general.php:54
3014
+ msgid ""
3015
+ "Show the <strong>Custom Fields</strong> meta box in the testimonial post "
3016
+ "editor. This does not affect the <strong>Client Details</strong> meta box."
3017
+ msgstr ""
3018
+
3019
+ #: ../admin/settings/partials/general.php:65
3020
+ msgid "Output"
3021
+ msgstr ""
3022
+
3023
+ #: ../admin/settings/partials/general.php:71
3024
+ msgid "Enable Touch"
3025
+ msgstr ""
3026
+
3027
+ #: ../admin/settings/partials/general.php:77
3028
+ msgid "Enable touch swipe navigation in slideshows."
3029
+ msgstr ""
3030
+
3031
+ #: ../admin/settings/partials/general.php:80
3032
+ msgid ""
3033
+ "If you are having trouble scrolling long testimonials on a small screen, try "
3034
+ "disabling this."
3035
+ msgstr ""
3036
+
3037
+ #: ../admin/settings/partials/general.php:87
3038
+ msgid "Scroll Top"
3039
+ msgstr ""
3040
+
3041
+ #: ../admin/settings/partials/general.php:93
3042
+ #, php-format
3043
+ msgid ""
3044
+ "When a new page is selected in paginated Views, scroll to the top of the "
3045
+ "container minus %s pixels."
3046
+ msgstr ""
3047
+
3048
+ #: ../admin/settings/partials/general.php:102
3049
+ msgid "Remove Whitespace"
3050
+ msgstr ""
3051
+
3052
+ #: ../admin/settings/partials/general.php:108
3053
+ msgid ""
3054
+ "Remove space between HTML tags in View output to prevent double paragraphs "
3055
+ "<em>(wpautop)</em>."
3056
+ msgstr ""
3057
+
3058
+ #: ../admin/settings/partials/general.php:117
3059
+ msgid "Comments"
3060
+ msgstr ""
3061
+
3062
+ #: ../admin/settings/partials/general.php:123
3063
+ msgid ""
3064
+ "Allow comments on testimonials. Requires using your theme's single post "
3065
+ "template."
3066
+ msgstr ""
3067
+
3068
+ #: ../admin/settings/partials/general.php:127
3069
+ msgid "To enable comments:"
3070
+ msgstr ""
3071
+
3072
+ #: ../admin/settings/partials/general.php:129
3073
+ msgid ""
3074
+ "For individual testimonials, use the <strong>Discussion</strong> meta box in "
3075
+ "the post editor or <strong>Quick Edit</strong> in the testimonial list."
3076
+ msgstr ""
3077
+
3078
+ #: ../admin/settings/partials/general.php:130
3079
+ msgid ""
3080
+ "For multiple testimonials, use <strong>Bulk Edit</strong> in the testimonial "
3081
+ "list."
3082
+ msgstr ""
3083
+
3084
+ #: ../admin/settings/partials/general.php:140
3085
+ msgid "Embed Width"
3086
+ msgstr ""
3087
+
3088
+ #: ../admin/settings/partials/general.php:146
3089
+ #, php-format
3090
+ msgid ""
3091
+ "For embedded links (YouTube, Twitter, etc.) set the frame width to %s pixels."
3092
+ msgstr ""
3093
+
3094
+ #: ../admin/settings/partials/general.php:148
3095
+ #, php-format
3096
+ msgid ""
3097
+ "Leave empty for default width (usually 100% for videos). Height will be "
3098
+ "calculated automatically. This setting only applies to Views."
3099
  msgstr ""
3100
 
3101
+ #: ../admin/settings/partials/general.php:152
3102
+ msgid "More on embeds"
3103
+ msgstr ""
3104
+
3105
+ #: ../admin/settings/partials/general.php:163
3106
+ msgid "Load Font Awesome"
3107
  msgstr ""
3108
 
3109
+ #: ../admin/settings/partials/general.php:169
3110
  #, php-format
3111
  msgid ""
3112
+ "Load the icon font necessary for star ratings %s, slideshow controls %s, and "
3113
+ "some template quotation marks %s. "
3114
  msgstr ""
3115
 
3116
+ #: ../admin/settings/partials/general.php:176
3117
+ msgid "Some reasons to disable this:"
3118
  msgstr ""
3119
 
3120
+ #: ../admin/settings/partials/general.php:180
3121
+ msgid ""
3122
+ "Your theme or another plugin also loads Font Awesome and you want to make "
3123
+ "your site more efficient by only loading one copy."
3124
  msgstr ""
3125
 
3126
+ #: ../admin/settings/partials/general.php:183
3127
+ msgid "Better Font Awesome"
3128
  msgstr ""
3129
 
3130
+ #: ../admin/settings/partials/general.php:184
3131
+ msgid "You are overriding the icon CSS with images or another icon font."
3132
  msgstr ""
3133
 
3134
+ #: ../admin/settings/partials/general.php:185
3135
+ msgid "You have no need for stars, slideshow controls, or quotation mark icons."
3136
  msgstr ""
3137
 
3138
+ #: ../admin/settings/partials/general.php:186
3139
+ msgid "You know what you're doing."
 
3140
  msgstr ""
3141
 
3142
+ #: ../admin/settings/partials/general.php:194
3143
+ msgid "Nofollow Links"
3144
+ msgstr ""
 
 
3145
 
3146
+ #: ../admin/settings/partials/general.php:200
3147
+ msgid "Add <code>rel=\"nofollow\"</code> to URL custom fields."
3148
+ msgstr ""
 
 
 
3149
 
3150
+ #: ../admin/settings/partials/general.php:206
3151
+ msgid "Custom Field Bulk Editor"
3152
  msgstr ""
3153
 
3154
+ #: ../admin/settings/partials/general.php:215
3155
+ msgid "No Lazy Loading"
3156
  msgstr ""
3157
 
3158
+ #: ../admin/settings/partials/general.php:221
3159
+ #, php-format
3160
+ msgid ""
3161
+ "Exclude from <a href=\"%s\" target=\"_blank\">Lazy Loading Responsive Images</"
3162
+ "a> plugin."
3163
+ msgstr ""
3164
 
3165
+ #: ../admin/settings/partials/licenses.php:11
3166
+ msgid "Add-on Licenses"
3167
+ msgstr ""
 
3168
 
3169
+ #: ../admin/settings/partials/licenses.php:13
3170
+ msgid ""
3171
+ "Valid license keys allow you to receive automatic updates and priority "
3172
+ "support."
3173
+ msgstr ""
3174
 
3175
+ #: ../admin/settings/partials/licenses.php:14
3176
+ msgid ""
3177
+ "To transfer a license to another site or to uninstall the add-on, please "
3178
+ "deactivate the license here first."
3179
  msgstr ""
3180
 
3181
+ #: ../admin/settings/partials/licenses.php:15
3182
+ #, php-format
3183
+ msgid ""
3184
+ "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
3185
  msgstr ""
3186
 
3187
+ #: ../admin/settings/partials/licenses.php:20
3188
+ msgid "Add-on"
3189
  msgstr ""
3190
 
3191
+ #: ../admin/settings/partials/licenses.php:21
3192
+ msgid "License Key"
3193
  msgstr ""
3194
 
3195
+ #: ../admin/settings/partials/licenses.php:22
3196
+ msgid "Status"
3197
  msgstr ""
3198
 
3199
+ #: ../admin/views.php:37
3200
+ msgid "View saved."
3201
  msgstr ""
3202
 
3203
+ #: ../admin/views.php:38
3204
+ msgid "View deleted."
3205
  msgstr ""
3206
 
3207
+ #: ../admin/views.php:49 ../admin/views.php:208
3208
+ msgid "Edit View"
3209
  msgstr ""
3210
 
3211
+ #: ../admin/views.php:51 ../includes/functions-views.php:38
3212
+ msgid "An error occurred."
 
 
3213
  msgstr ""
3214
 
3215
+ #: ../admin/views.php:51 ../includes/functions-activation.php:34
3216
+ #: ../includes/functions-views.php:40
3217
  #, php-format
3218
+ msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
3219
  msgstr ""
3220
 
3221
+ #: ../admin/views.php:72 ../admin/views.php:209 ../includes/post-types.php:56
3222
+ msgid "Add New"
3223
+ msgstr ""
 
 
 
 
 
 
 
 
3224
 
3225
+ #: ../admin/views.php:114
3226
+ msgid "Invalid request. Please try again."
3227
  msgstr ""
3228
 
3229
+ #: ../admin/views.php:208
3230
+ msgid "Add View"
 
 
3231
  msgstr ""
3232
 
3233
+ #: ../admin/views.php:210
3234
+ msgid "Return To List"
3235
  msgstr ""
3236
 
3237
+ #: ../admin/views.php:212
3238
+ msgid "Duplicate This View"
3239
  msgstr ""
3240
 
3241
+ #: ../admin/views.php:486
3242
+ msgid "built-in"
3243
  msgstr ""
3244
 
3245
+ #: ../admin/views.php:494
3246
+ msgid "link with another field"
 
3247
  msgstr ""
3248
 
3249
+ #: ../admin/views.php:495
3250
+ msgid "link (must be URL type)"
3251
+ msgstr ""
 
3252
 
3253
+ #: ../admin/views.php:496
3254
+ msgid "date"
3255
+ msgstr ""
 
3256
 
3257
+ #: ../admin/views.php:497
3258
+ msgid "category"
3259
+ msgstr ""
 
3260
 
3261
+ #: ../admin/views.php:498
3262
+ msgid "rating"
3263
  msgstr ""
3264
 
3265
+ #: ../admin/views.php:532
3266
+ msgid "remove this field"
3267
  msgstr ""
3268
 
3269
+ #: ../admin/views.php:570
3270
+ msgid "Display Type"
3271
  msgstr ""
3272
 
3273
+ #: ../admin/views.php:603
3274
+ msgid "CSS Class"
3275
  msgstr ""
3276
 
3277
+ #: ../admin/views.php:650
3278
+ msgid "Link Text"
3279
+ msgstr ""
 
3280
 
3281
+ #: ../admin/views.php:652
3282
+ msgid "this field's value"
3283
+ msgstr ""
 
3284
 
3285
+ #: ../admin/views.php:653
3286
+ msgid "this field's label"
3287
+ msgstr ""
 
3288
 
3289
+ #: ../admin/views.php:654
3290
+ msgid "custom text"
3291
+ msgstr ""
 
3292
 
3293
+ #: ../admin/views.php:673
3294
+ msgid "URL Field"
3295
+ msgstr ""
 
3296
 
3297
+ #: ../admin/views.php:690
3298
+ msgid "new tab"
3299
+ msgstr ""
 
3300
 
3301
+ #: ../admin/views.php:715
3302
+ msgid "Format"
3303
+ msgstr ""
 
3304
 
3305
+ #: ../admin/views.php:723
3306
+ msgid "more about date formats"
3307
+ msgstr ""
 
3308
 
3309
+ #: ../admin/views.php:772 ../admin/views.php:800
3310
+ msgid "filter categories"
3311
+ msgstr ""
 
3312
 
3313
+ #: ../includes/class-strong-form.php:498
3314
+ msgid "Unknown error."
3315
+ msgstr ""
 
3316
 
3317
+ #: ../includes/class-strong-form.php:643
3318
+ msgid "star"
3319
+ msgid_plural "stars"
3320
+ msgstr[0] ""
3321
+ msgstr[1] ""
3322
+ msgstr[2] ""
3323
+ msgstr[3] ""
3324
+ msgstr[4] ""
3325
+ msgstr[5] ""
3326
 
3327
+ #: ../includes/class-strong-templates.php:32
3328
+ msgid "Child Theme"
3329
+ msgstr ""
 
3330
 
3331
+ #: ../includes/class-strong-templates.php:38
3332
+ msgid "Parent Theme"
3333
+ msgstr ""
 
3334
 
3335
+ #: ../includes/class-strong-templates.php:44
3336
+ msgid "Plugin"
3337
  msgstr ""
3338
 
3339
+ #: ../includes/class-strong-testimonials-privacy.php:31
3340
+ msgid "Strong Testimonials Plugin"
3341
  msgstr ""
3342
 
3343
+ #: ../includes/class-strong-testimonials-privacy.php:62
3344
+ msgid "Testimonials"
3345
+ msgstr ""
 
 
 
3346
 
3347
+ #: ../includes/class-strong-testimonials-shortcode-average.php:139
3348
+ msgid "Average Rating:"
3349
+ msgstr ""
 
 
 
3350
 
3351
+ #. translators: %s is a number
3352
+ #: ../includes/class-strong-testimonials-shortcode-average.php:143
3353
+ #, php-format
3354
+ msgid "Average of %s Rating:"
3355
+ msgid_plural "Average of %s Ratings:"
3356
+ msgstr[0] ""
3357
+ msgstr[1] ""
3358
+ msgstr[2] ""
3359
+ msgstr[3] ""
3360
+ msgstr[4] ""
3361
+ msgstr[5] ""
3362
 
3363
+ #. translators: %s is a number
3364
+ #: ../includes/class-strong-testimonials-shortcode-average.php:166
3365
+ #: ../includes/class-strong-testimonials-shortcode-average.php:173
3366
+ #, php-format
3367
+ msgid "%s star"
3368
+ msgid_plural "%s stars"
3369
+ msgstr[0] ""
3370
+ msgstr[1] ""
3371
+ msgstr[2] ""
3372
+ msgstr[3] ""
3373
+ msgstr[4] ""
3374
+ msgstr[5] ""
3375
 
3376
+ #: ../includes/class-strong-testimonials-shortcode-average.php:167
3377
+ #, php-format
3378
+ msgid "(based on %s rating)"
3379
+ msgid_plural "(based on %s ratings)"
3380
+ msgstr[0] ""
3381
+ msgstr[1] ""
3382
+ msgstr[2] ""
3383
+ msgstr[3] ""
3384
+ msgstr[4] ""
3385
+ msgstr[5] ""
3386
 
3387
+ #: ../includes/class-strong-testimonials-shortcode.php:77
3388
+ #, php-format
3389
+ msgid "Testimonial view %s not found."
3390
+ msgstr ""
 
 
3391
 
3392
+ #: ../includes/class-strong-testimonials-shortcode.php:78
3393
+ #: ../includes/class-strong-view.php:78
3394
+ msgid "(Only administrators see this message.)"
3395
+ msgstr ""
 
 
3396
 
3397
+ #: ../includes/class-strong-view.php:77
3398
+ msgid "No testimonials found. Check your view settings."
3399
+ msgstr ""
 
 
 
3400
 
3401
+ #: ../includes/functions-activation.php:30
3402
+ msgid "An error occurred:"
3403
+ msgstr ""
 
 
 
3404
 
3405
+ #: ../includes/functions-activation.php:31 ../includes/functions-views.php:39
3406
+ msgid "The plugin has been deactivated."
3407
+ msgstr ""
 
 
3408
 
3409
+ #: ../includes/functions-activation.php:35 ../includes/functions-views.php:41
3410
+ #, php-format
3411
+ msgid "<a href=\"%s\">Go back to Dashboard</a>"
3412
+ msgstr ""
 
 
 
3413
 
3414
+ #: ../includes/functions-content.php:47
3415
+ msgid "There is no excerpt because this is a protected post."
3416
  msgstr ""
3417
 
3418
+ #: ../includes/functions-content.php:167 ../includes/functions-content.php:211
3419
+ msgid "&hellip;"
3420
+ msgstr ""
3421
+
3422
+ #. translators: If your word count is based on single characters (e.g. East Asian characters),
3423
+ #. enter 'characters_excluding_spaces' or 'characters_including_spaces'. Otherwise, enter 'words'.
3424
+ #. Do not translate into your own language.
3425
+ #.
3426
+ #: ../includes/functions-content.php:221
3427
+ msgctxt "Word count type. Do not translate!"
3428
+ msgid "words"
3429
+ msgstr ""
3430
+
3431
+ #: ../includes/functions-template.php:543
3432
+ msgid "&laquo; Previous"
3433
+ msgstr ""
3434
+
3435
+ #: ../includes/functions-template.php:544
3436
+ msgid "Next &raquo;"
3437
+ msgstr ""
3438
+
3439
+ #. translators: Publish box date format, see https://secure.php.net/date
3440
+ #: ../includes/functions.php:534 ../includes/post-types.php:202
3441
+ msgid "M j, Y @ H:i"
3442
+ msgstr ""
3443
+
3444
+ #: ../includes/functions.php:566
3445
+ msgid "light blue gradient"
3446
+ msgstr ""
3447
+
3448
+ #: ../includes/functions.php:571
3449
+ msgid "light gray gradient"
3450
+ msgstr ""
3451
+
3452
+ #: ../includes/functions.php:576
3453
+ msgid "light green mist gradient"
3454
+ msgstr ""
3455
 
3456
+ #: ../includes/functions.php:581
3457
+ msgid "light latte gradient"
3458
+ msgstr ""
3459
+
3460
+ #: ../includes/functions.php:586
3461
+ msgid "light plum gradient"
3462
  msgstr ""
3463
 
3464
+ #: ../includes/functions.php:591
3465
+ msgid "sky blue gradient"
3466
  msgstr ""
3467
 
3468
+ #: ../includes/integrations/class-integration-captcha-pro.php:19
3469
+ #: ../includes/integrations/class-integration-google-captcha.php:18
3470
+ #: ../includes/integrations/class-integration-really-simple-captcha.php:29
3471
+ msgid "The Captcha failed. Please try again."
3472
  msgstr ""
3473
 
3474
  # @ strong-testimonials
3475
+ #: ../includes/integrations/class-integration-really-simple-captcha.php:14
3476
+ msgctxt "Captcha"
3477
+ msgid "Input this code:"
3478
+ msgstr "أدخل هذا الكود"
3479
 
3480
+ #: ../includes/l10n-polylang.php:65 ../includes/l10n-wpml.php:144
3481
+ msgid "placeholder"
3482
+ msgstr ""
3483
+
3484
+ #: ../includes/l10n-polylang.php:68 ../includes/l10n-wpml.php:148
3485
+ msgid "label"
3486
  msgstr ""
3487
 
3488
+ #: ../includes/l10n-polylang.php:71 ../includes/l10n-wpml.php:156
3489
+ msgid "default form value"
3490
  msgstr ""
3491
 
3492
+ #: ../includes/l10n-polylang.php:74 ../includes/l10n-wpml.php:160
3493
+ msgid "default display value"
3494
  msgstr ""
3495
 
3496
+ #: ../includes/l10n-polylang.php:95 ../includes/l10n-wpml.php:185
3497
+ msgid "Email subject"
3498
  msgstr ""
3499
 
3500
+ #: ../includes/l10n-polylang.php:96 ../includes/l10n-wpml.php:184
3501
+ msgid "Email message"
 
 
3502
  msgstr ""
3503
 
3504
+ #: ../includes/l10n-polylang.php:120 ../includes/l10n-wpml.php:199
3505
+ #, php-format
3506
+ msgid "View %s : Read more (testimonial)"
3507
  msgstr ""
3508
 
3509
+ #: ../includes/l10n-polylang.php:123 ../includes/l10n-wpml.php:202
3510
+ #, php-format
3511
+ msgid "View %s : Read more (page or post)"
3512
  msgstr ""
3513
 
3514
+ #: ../includes/l10n-polylang.php:165
3515
+ #, php-format
3516
+ msgid ""
3517
+ "Translate these fields in <a href=\"%s\">Polylang String Translations</a>"
3518
  msgstr ""
3519
 
3520
+ #: ../includes/l10n-wpml.php:231
3521
+ #, php-format
3522
+ msgid "Translate these fields in <a href=\"%s\">WPML String Translations</a>"
3523
  msgstr ""
3524
 
3525
  # @ strong-testimonials
3526
+ #: ../includes/post-types.php:54
3527
  msgctxt "post type general name"
3528
  msgid "Testimonials"
3529
  msgstr "الشهادات"
3530
 
 
 
 
 
 
3531
  # @ strong-testimonials
3532
+ #: ../includes/post-types.php:55
3533
  msgctxt "post type singular name"
3534
  msgid "Testimonial"
3535
  msgstr "شهادة"
3536
 
3537
  # @ strong-testimonials
3538
+ #: ../includes/post-types.php:57
 
 
 
 
 
 
3539
  msgid "Add New Testimonial"
3540
  msgstr "إضافة شهادة جديدة"
3541
 
3542
  # @ strong-testimonials
3543
+ #: ../includes/post-types.php:58
3544
  msgid "Edit Testimonial"
3545
  msgstr "تعديل الشهادة"
3546
 
3547
  # @ strong-testimonials
3548
+ #: ../includes/post-types.php:59
3549
  msgid "New Testimonial"
3550
  msgstr "شهادة جديدة"
3551
 
3552
  # @ strong-testimonials
3553
+ #: ../includes/post-types.php:60
 
 
 
 
 
3554
  msgid "View Testimonial"
3555
  msgstr "عرض الشهادات"
3556
 
3557
+ #: ../includes/post-types.php:61
3558
+ msgid "View Testimonials"
3559
+ msgstr ""
3560
+
3561
  # @ strong-testimonials
3562
+ #: ../includes/post-types.php:62
3563
  msgid "Search Testimonials"
3564
  msgstr "البحث في الشهادات"
3565
 
3566
  # @ strong-testimonials
3567
+ #: ../includes/post-types.php:63
3568
  msgid "Nothing Found"
3569
  msgstr "لم يتم العثور على شيء"
3570
 
3571
  # @ strong-testimonials
3572
+ #: ../includes/post-types.php:64
3573
  msgid "Nothing found in Trash"
3574
  msgstr "لم يتم إيجاد شيء في المهملات"
3575
 
3576
  # @ strong-testimonials
3577
+ #: ../includes/post-types.php:65
3578
+ msgid "All Testimonials"
3579
+ msgstr "كافة الشهادات"
3580
+
3581
+ #: ../includes/post-types.php:66
3582
+ msgid "Testimonial Archives"
3583
+ msgstr ""
3584
+
3585
+ #: ../includes/post-types.php:67
3586
+ msgid "Attributes"
3587
+ msgstr ""
3588
+
3589
+ #: ../includes/post-types.php:68
3590
+ msgid "Insert into testimonial"
3591
+ msgstr ""
3592
+
3593
+ #: ../includes/post-types.php:69
3594
+ msgid "Uploaded to this testimonial"
3595
+ msgstr ""
3596
+
3597
+ #: ../includes/post-types.php:71
3598
+ msgid "Set featured image"
3599
+ msgstr ""
3600
+
3601
+ #: ../includes/post-types.php:72
3602
+ msgid "Remove featured image"
3603
+ msgstr ""
3604
+
3605
+ #: ../includes/post-types.php:73
3606
+ msgid "Use as featured image"
3607
+ msgstr ""
3608
+
3609
+ #: ../includes/post-types.php:74
3610
+ msgid "Filter testimonials list"
3611
+ msgstr ""
3612
+
3613
+ #: ../includes/post-types.php:75
3614
+ msgid "Testimonials list navigation"
3615
+ msgstr ""
3616
+
3617
+ #: ../includes/post-types.php:76
3618
+ msgid "Testimonials list"
3619
+ msgstr ""
3620
+
3621
+ #: ../includes/post-types.php:77
3622
+ msgctxt "admin menu name"
3623
+ msgid "Testimonials"
3624
+ msgstr ""
3625
+
3626
+ #: ../includes/post-types.php:78
3627
+ msgctxt "admin bar menu name"
3628
+ msgid "Testimonial"
3629
+ msgstr ""
3630
 
3631
  # @ strong-testimonials
3632
+ #: ../includes/post-types.php:105
3633
  msgctxt "slug"
3634
  msgid "testimonial"
3635
  msgstr "شهادة"
3636
 
3637
+ #: ../includes/post-types.php:126
3638
  msgid "Testimonial Categories"
3639
  msgstr ""
3640
 
3641
+ #: ../includes/post-types.php:127
3642
  msgid "Testimonial Category"
3643
  msgstr ""
3644
 
3645
  # @ strong-testimonials
3646
+ #: ../includes/post-types.php:129
3647
  msgid "All categories"
3648
  msgstr "كل الأقسام"
3649
 
3650
+ #: ../includes/post-types.php:135
3651
+ msgctxt "slug"
3652
+ msgid "testimonial-category"
3653
+ msgstr ""
3654
+
3655
+ #: ../includes/post-types.php:186 ../includes/post-types.php:198
3656
+ msgid "Preview testimonial"
3657
+ msgstr ""
3658
+
3659
+ #: ../includes/post-types.php:192
3660
+ msgid "View testimonial"
3661
+ msgstr ""
3662
+
3663
+ #: ../includes/post-types.php:206 ../includes/post-types.php:209
3664
+ msgid "Testimonial updated."
3665
+ msgstr ""
3666
+
3667
+ #: ../includes/post-types.php:207
3668
+ msgid "Custom field updated."
3669
+ msgstr ""
3670
+
3671
+ #: ../includes/post-types.php:208
3672
+ msgid "Custom field deleted."
3673
+ msgstr ""
3674
+
3675
+ #. translators: %s: date and time of the revision
3676
+ #: ../includes/post-types.php:211
3677
+ #, php-format
3678
+ msgid "Testimonial restored to revision from %s."
3679
+ msgstr ""
3680
+
3681
+ #: ../includes/post-types.php:212
3682
+ msgid "Testimonial published."
3683
+ msgstr ""
3684
+
3685
+ #: ../includes/post-types.php:213
3686
+ msgid "Testimonial saved."
3687
+ msgstr ""
3688
+
3689
+ #: ../includes/post-types.php:214
3690
+ msgid "Testimonial submitted."
3691
+ msgstr ""
3692
+
3693
+ #: ../includes/post-types.php:215
3694
+ #, php-format
3695
+ msgid "Testimonial scheduled for: %s."
3696
+ msgstr ""
3697
+
3698
+ #: ../includes/post-types.php:216
3699
+ msgid "Testimonial draft updated."
3700
+ msgstr ""
3701
+
3702
+ #: ../includes/post-types.php:239
3703
+ #, php-format
3704
+ msgid "%s testimonial updated."
3705
+ msgid_plural "%s testimonials updated."
3706
+ msgstr[0] ""
3707
+ msgstr[1] ""
3708
+ msgstr[2] ""
3709
+ msgstr[3] ""
3710
+ msgstr[4] ""
3711
+ msgstr[5] ""
3712
+
3713
+ #: ../includes/post-types.php:240
3714
+ msgid "1 testimonial not updated, somebody is editing it."
3715
+ msgstr ""
3716
+
3717
+ #: ../includes/post-types.php:240
3718
+ #, php-format
3719
+ msgid "%s testimonial not updated, somebody is editing it."
3720
+ msgid_plural "%s testimonials not updated, somebody is editing them."
3721
+ msgstr[0] ""
3722
+ msgstr[1] ""
3723
+ msgstr[2] ""
3724
+ msgstr[3] ""
3725
+ msgstr[4] ""
3726
+ msgstr[5] ""
3727
+
3728
+ #: ../includes/post-types.php:241
3729
+ #, php-format
3730
+ msgid "%s testimonial permanently deleted."
3731
+ msgid_plural "%s testimonials permanently deleted."
3732
+ msgstr[0] ""
3733
+ msgstr[1] ""
3734
+ msgstr[2] ""
3735
+ msgstr[3] ""
3736
+ msgstr[4] ""
3737
+ msgstr[5] ""
3738
+
3739
+ #: ../includes/post-types.php:242
3740
+ #, php-format
3741
+ msgid "%s testimonial moved to the Trash."
3742
+ msgid_plural "%s testimonials moved to the Trash."
3743
+ msgstr[0] ""
3744
+ msgstr[1] ""
3745
+ msgstr[2] ""
3746
+ msgstr[3] ""
3747
+ msgstr[4] ""
3748
+ msgstr[5] ""
3749
+
3750
+ #: ../includes/post-types.php:243
3751
+ #, php-format
3752
+ msgid "%s testimonial restored from the Trash."
3753
+ msgid_plural "%s testimonials restored from the Trash."
3754
+ msgstr[0] ""
3755
+ msgstr[1] ""
3756
+ msgstr[2] ""
3757
+ msgstr[3] ""
3758
+ msgstr[4] ""
3759
+ msgstr[5] ""
3760
+
3761
  #: ../includes/widget2.php:14
3762
  msgctxt "widget description"
3763
  msgid "Add one of your testimonial views."
3774
  msgid "Testimonials"
3775
  msgstr "الشهادات"
3776
 
3777
+ #: ../includes/widget2.php:78
3778
  msgid "Title:"
3779
  msgstr ""
3780
 
3781
+ #: ../includes/widget2.php:84
3782
  msgid "Content:"
3783
  msgstr ""
3784
 
3785
+ #: ../includes/widget2.php:88
3786
  msgid "Automatically add paragraphs to above Content only"
3787
  msgstr ""
3788
 
3789
+ #: ../includes/widget2.php:92
3790
  msgctxt "widget setting"
3791
  msgid "View:"
3792
  msgstr ""
3793
 
3794
+ #: ../strong-testimonials.php:126 ../strong-testimonials.php:138
 
 
 
 
3795
  msgid "Cheatin&#8217; huh?"
3796
  msgstr ""
3797
 
3798
+ # @ strong-testimonials
3799
+ #~ msgid "Changes undone."
3800
+ #~ msgstr "التغييرات غير مكتملة"
3801
 
3802
+ # @ strong-testimonials
3803
+ #~ msgid "Click the field name to expand its options panel."
3804
+ #~ msgstr "اضغط على اسم الحقل لعرض لوحة التحكم الخاصة به"
3805
 
3806
+ # @ strong-testimonials
3807
+ #~ msgctxt "link"
3808
+ #~ msgid "Full tutorial"
3809
+ #~ msgstr "شرح كامل"
3810
 
3811
+ # @ strong-testimonials
3812
+ #~ msgid "Undo Changes"
3813
+ #~ msgstr "التراجع عن التغييرات"
3814
 
3815
+ # @ strong-testimonials
3816
+ #~ msgid "This appears on the form."
3817
+ #~ msgstr "هذه الخانة تظهر على النموذج"
3818
 
3819
+ # @ strong-testimonials
3820
+ #~ msgid "Admin Table"
3821
+ #~ msgstr "جدول المدير"
3822
+
3823
+ # @ strong-testimonials
3824
+ #~ msgid "Strong Testimonials Guide"
3825
+ #~ msgstr "دليل شهادات قوي"
3826
+
3827
+ # @ strong-testimonials
3828
+ #~ msgid "Getting Started"
3829
+ #~ msgstr "البدء بالعمل"
3830
+
3831
+ # @ strong-testimonials
3832
+ #~ msgid "custom fields"
3833
+ #~ msgstr "خانات مخصصة"
3834
+
3835
+ # @ strong-testimonials
3836
+ #~ msgctxt "noun"
3837
+ #~ msgid "Guide"
3838
+ #~ msgstr "الدليل"
3839
+
3840
+ # @ strong-testimonials
3841
+ #~ msgid "Testimonial Settings"
3842
+ #~ msgstr "إعدادات الشهادة"
3843
+
3844
+ # @ strong-testimonials
3845
+ #~ msgid "From:"
3846
+ #~ msgstr "من:"
3847
+
3848
+ # @ strong-testimonials
3849
+ #~ msgid "To:"
3850
+ #~ msgstr "إلى:"
3851
+
3852
+ # @ strong-testimonials
3853
+ #~ msgid "Template tags for Subject and Message:"
3854
+ #~ msgstr "قالب الأوسمة للعنوان والرسالة:"
3855
+
3856
+ # @ strong-testimonials
3857
+ #~ msgid "Subject:"
3858
+ #~ msgstr "العنوان:"
3859
+
3860
+ # @ strong-testimonials
3861
+ #~ msgid "Message:"
3862
+ #~ msgstr "الرسالة:"
3863
+
3864
+ # @ strong-testimonials
3865
+ #~ msgctxt "multiple"
3866
+ #~ msgid "Restore Defaults"
3867
+ #~ msgstr "إستعادة الافتراضيات"
3868
+
3869
+ # @ strong-testimonials
3870
+ #~ msgid "Post status"
3871
+ #~ msgstr "حالة المشاركة"
3872
+
3873
+ # @ strong-testimonials
3874
+ #~ msgid "Notification"
3875
+ #~ msgstr "تنبيهات"
3876
+
3877
+ # @ strong-testimonials
3878
+ #~ msgid ""
3879
+ #~ "These methods are both time-tested and widely used. They can be used "
3880
+ #~ "simultaneously for more protection."
3881
+ #~ msgstr ""
3882
+ #~ "هذه الأساليب اجتازت اختبار الزمن وهي مستخدمة على نطاق واسع. كما يمكن "
3883
+ #~ "استخدامها في وقت واحد للمزيد من الحماية."
3884
+
3885
+ # @ strong-testimonials
3886
+ #~ msgid "Recommended."
3887
+ #~ msgstr "موصى به"
3888
+
3889
+ # @ strong-testimonials
3890
+ #~ msgid ""
3891
+ #~ "Traps spambots by adding an extra empty field that is invisible to humans "
3892
+ #~ "but not to spambots which tend to fill in every field they find in the "
3893
+ #~ "form code. Empty field = human. Not empty = spambot."
3894
+ #~ msgstr ""
3895
+ #~ "فخ للمتطفلين و برامج التطفل (السبام) وذلك بإضافة حقل فارغ اضافي لا يمكن "
3896
+ #~ "رؤيته من قبل المستخدم و لكن يمكن رؤيته من قبل هذه البرامج التي تميل إلى "
3897
+ #~ "ملء كل خانة فارغة . (حقل فارغ = مستخدم حقيقي . حقل ليس فارغ = سبام)."
3898
+
3899
+ # @ strong-testimonials
3900
+ #~ msgid ""
3901
+ #~ "Traps spambots by using JavaScript to add a new field as soon as the form "
3902
+ #~ "is submitted. Since spambots cannot run JavaScript, the new field never "
3903
+ #~ "gets added. New field = human. Missing = spambot."
3904
+ #~ msgstr ""
3905
+ #~ "فخ للمتطفلين وذلك باستخدام جافا سكريبت لإضافة خانة جديدة بعد الضغط على زر "
3906
+ #~ "التقديم. ولأن المتطفلين والسبام لا يمكن أن يستخدمو الجافاسكريبت، لن تظهر "
3907
+ #~ "لهم الخانة الجديدة (خانة جديدة: مستخدم حقيقي ، لاتوجد خانة جديدة:سبام)."
3908
+
3909
+ # @ strong-testimonials
3910
+ #~ msgid ""
3911
+ #~ "Can be used alongside honeypot methods. Be sure to configure any plugins "
3912
+ #~ "first, if necessary."
3913
+ #~ msgstr ""
3914
+ #~ "يمكن استخدامها بالتزامن مع طريقة المصيدة، يجب التأكد من تهيئة أي إضافة "
3915
+ #~ "أولاً إذا كان هذا مطلوباً."
3916
+
3917
+ # @ strong-testimonials
3918
+ #~ msgctxt "verb"
3919
+ #~ msgid "Show"
3920
+ #~ msgstr "أظهر"
3921
+
3922
+ # @ strong-testimonials
3923
+ #~ msgid "Required field"
3924
+ #~ msgstr "خانة مطلوبة"
3925
+
3926
+ # @ strong-testimonials
3927
+ #~ msgctxt "description"
3928
+ #~ msgid "Captcha label"
3929
+ #~ msgstr "عنوان كابتشا"
3930
+
3931
+ # @ default
3932
+ #~ msgctxt "strong-testimonials"
3933
+ #~ msgid "Captcha"
3934
+ #~ msgstr "كابتشا"
3935
+
3936
+ # @ strong-testimonials
3937
+ #~ msgctxt "description"
3938
+ #~ msgid "Submit button"
3939
+ #~ msgstr "زر الإرسال"
3940
+
3941
+ # @ strong-testimonials
3942
+ #~ msgctxt "description"
3943
+ #~ msgid "Submission error"
3944
+ #~ msgstr "خطأ في الإرسال"
3945
+
3946
+ # @ strong-testimonials
3947
+ #~ msgctxt "description"
3948
+ #~ msgid "Submission success"
3949
+ #~ msgstr "تم الإرسال بنجاح"
3950
+
3951
+ # @ strong-testimonials
3952
+ #~ msgctxt "success message"
3953
+ #~ msgid "Thank you! Your testimonial is awaiting moderation."
3954
+ #~ msgstr "شكراً لك ، الشهادة في انتظار القبول من الإدارة."
3955
+
3956
+ # @ strong-testimonials
3957
+ #~ msgctxt "post type"
3958
+ #~ msgid "Add New"
3959
+ #~ msgstr "إضافة جديد"
3960
+
3961
+ # @ strong-testimonials
3962
+ #~ msgctxt "post type singular label"
3963
+ #~ msgid "testimonial"
3964
+ #~ msgstr "شهادة"
3965
 
3966
  # @ strong-testimonials
3967
  #~ msgid "Category"
3984
  #~ msgid "Title"
3985
  #~ msgstr "العنوان"
3986
 
 
 
 
 
 
 
 
 
3987
  # @ strong-testimonials
3988
  #~ msgid "Customize other form elements <a href=\"%s\">here</a>."
3989
  #~ msgstr "تعديل عناصر أخرى في الحقل <a href=\"%s\">هنا</a>. "
4118
  #~ msgid "Load stylesheets"
4119
  #~ msgstr "تحميل صفحات الأنماط (stylesheets)"
4120
 
 
 
 
 
4121
  # @ strong-testimonials
4122
  #~ msgid "Widget"
4123
  #~ msgstr "ودجت"
4195
  #~ msgid "and add them to a single category"
4196
  #~ msgstr "ووضعهم في قسم واحد"
4197
 
 
 
 
 
4198
  # @ strong-testimonials
4199
  #~ msgctxt "noun"
4200
  #~ msgid "Content"
4216
  #~ msgid "The Form"
4217
  #~ msgstr "المنتدى"
4218
 
 
 
 
 
4219
  # @ strong-testimonials
4220
  #~ msgid ""
4221
  #~ "Please use the <a href=\"%s\" target=\"_blank\">support forum</a> or <a "
4740
  #~ "قريباً، إخراج هذه الإضافة سيكون بين يديك حيث سيمكنك التصويت على الطلبات "
4741
  #~ "المستقبلية."
4742
 
 
 
 
 
 
 
 
 
4743
  # @ strong-testimonials
4744
  #~ msgid "Notes"
4745
  #~ msgstr "ملاحظات"
languages/strong-testimonials-es_ES.mo CHANGED
Binary file
languages/strong-testimonials-es_ES.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.8\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-04-23 17:55-0400\n"
6
- "PO-Revision-Date: 2018-04-23 17:55-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
- "X-Generator: Poedit 2.0.7\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -23,38 +23,36 @@ msgstr ""
23
  msgid "Flexible Features. Strong Support."
24
  msgstr ""
25
 
26
- #: ../admin/about/about.php:2
 
 
27
  msgid ""
28
- "The highest-rated free testimonials plugin trusted by more than 50,000 "
29
- "people keeps getting better."
30
  msgstr ""
31
 
32
- #: ../admin/about/about.php:5
33
  msgid ""
34
- "Your site is unique, right? So are your testimonials. This plugin is "
35
- "designed from the ground up to simplify the process of customizing your "
36
  "testimonials or reviews."
37
  msgstr ""
38
 
39
- #: ../admin/about/about.php:6
40
  msgid ""
41
  "<strong>Custom fields</strong> are deeply integrated into Strong "
42
- "Testimonials so it's simple to configure the fields on your testimonial "
43
- "submission form, update those fields when adding or editing testimonials, "
44
- "and select which fields to display on your testimonials. The plugin even "
45
- "includes a default set of custom fields so you can get started quickly."
46
  msgstr ""
47
 
48
- #: ../admin/about/about.php:7
49
  msgid ""
50
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
51
  "unlimited testimonial displays including grids and slideshows with features "
52
  "like excerpts and pagination in a variety of templates."
53
  msgstr ""
54
 
55
- #: ../admin/about/about.php:8
56
  msgid ""
57
- "Power up with plugins like Popup Maker or Google Captcha. For developers, "
58
  "actions and filters allow further customization."
59
  msgstr ""
60
 
@@ -62,34 +60,40 @@ msgstr ""
62
  msgid "Get More Features With Pro Add-ons"
63
  msgstr ""
64
 
65
- #: ../admin/about/class-strong-testimonials-about.php:48
66
- #: ../admin/about/class-strong-testimonials-about.php:49
67
- #: ../admin/about/class-strong-testimonials-about.php:77
68
  msgid "About"
69
  msgstr ""
70
 
71
- #: ../admin/about/class-strong-testimonials-about.php:66
 
72
  #, php-format
73
  msgid "Welcome to Strong Testimonials %s"
74
  msgstr "Bienvenido a Strong Testimonials %s"
75
 
76
- #: ../admin/about/class-strong-testimonials-about.php:69
77
  msgid "Thank you for updating to the latest version!"
78
  msgstr ""
79
 
80
- #: ../admin/about/class-strong-testimonials-about.php:73
 
81
  #, php-format
82
  msgid "Version %s"
83
  msgstr ""
84
 
85
- #: ../admin/about/class-strong-testimonials-about.php:79
86
  msgid "What&#8217;s New"
87
  msgstr ""
88
 
89
- #: ../admin/about/class-strong-testimonials-about.php:81
90
  msgid "How To"
91
  msgstr ""
92
 
 
 
 
 
93
  #: ../admin/about/how-to.php:2
94
  msgid ""
95
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
@@ -183,45 +187,14 @@ msgid "Select <strong>Slideshow</strong> mode."
183
  msgstr ""
184
 
185
  #: ../admin/about/how-to.php:56
186
- msgid "How to Display the Number of Testimonials"
187
- msgstr ""
188
-
189
- #: ../admin/about/how-to.php:57
190
- #, php-format
191
- msgid "Use the %s shortcode."
192
- msgstr ""
193
-
194
- #: ../admin/about/how-to.php:58 ../admin/about/how-to.php:61
195
- #: ../admin/class-strong-testimonials-help.php:90
196
- msgid "For example:"
197
- msgstr ""
198
-
199
- #: ../admin/about/how-to.php:59
200
- #, php-format
201
- msgid "Read some of our %s testimonials!"
202
- msgstr ""
203
-
204
- #: ../admin/about/how-to.php:60
205
- #, php-format
206
- msgid ""
207
- "To count for a specific category, add the %s attribute with the category "
208
- "slug."
209
- msgstr ""
210
-
211
- #: ../admin/about/how-to.php:62
212
- #, php-format
213
- msgid "Here's what %s local clients say"
214
- msgstr ""
215
-
216
- #: ../admin/about/how-to.php:66
217
  msgid "How to Translate"
218
  msgstr ""
219
 
220
- #: ../admin/about/how-to.php:67
221
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
222
  msgstr ""
223
 
224
- #: ../admin/about/how-to.php:68
225
  msgid ""
226
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
227
  "strong> pages. Those domains encompass the form fields, the form messages, "
@@ -289,8 +262,59 @@ msgstr ""
289
  msgid "Form examples"
290
  msgstr ""
291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
  # @ strong-testimonials
293
- #: ../admin/admin-notices.php:66 ../admin/views.php:26
294
  msgid "Defaults restored."
295
  msgstr "Config. inicial restaurada"
296
 
@@ -299,7 +323,7 @@ msgstr "Config. inicial restaurada"
299
  msgid "Fields saved."
300
  msgstr "Campos grabados"
301
 
302
- #: ../admin/admin-notices.php:90 ../admin/views.php:24
303
  msgid "Changes cancelled."
304
  msgstr ""
305
 
@@ -375,16 +399,16 @@ msgstr ""
375
 
376
  # @ strong-testimonials
377
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
378
- #: ../admin/class-strong-views-list-table.php:51
379
  msgid "ID"
380
  msgstr "ID"
381
 
382
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
383
  #: ../admin/class-strong-testimonials-defaults.php:316
384
- #: ../admin/class-strong-views-list-table.php:54
385
  #: ../admin/partials/views/view-name.php:10
386
  #: ../admin/settings/partials/email-from.php:25
387
- #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:533
388
  msgid "Name"
389
  msgstr "Nombre"
390
 
@@ -426,39 +450,39 @@ msgstr "Categorías"
426
  msgid "Date"
427
  msgstr "Fecha"
428
 
429
- #: ../admin/class-strong-testimonials-admin-scripts.php:135
430
  msgctxt "Field editor: The default label for new fields"
431
  msgid "New Field"
432
  msgstr ""
433
 
434
- #: ../admin/class-strong-testimonials-admin-scripts.php:136
435
  msgctxt "Fields editor: To indicate when a field type can only be used once."
436
  msgid "(in use)"
437
  msgstr ""
438
 
439
- #: ../admin/class-strong-testimonials-admin-scripts.php:137
440
  msgctxt "Fields editor: To indicate when no categories have been found."
441
  msgid "(none found)"
442
  msgstr ""
443
 
444
  # @ strong-testimonials
445
- #: ../admin/class-strong-testimonials-admin-scripts.php:206
446
  #: ../admin/class-strong-testimonials-defaults.php:72
447
  msgid "This field is required."
448
  msgstr "Este campo es obligatorio."
449
 
450
- #: ../admin/class-strong-testimonials-admin-scripts.php:207
451
- #: ../admin/edd/Strong_Plugin_Updater.php:115
452
- #: ../admin/edd/Strong_Plugin_Updater.php:166
453
- #: ../admin/edd/Strong_Plugin_Updater.php:222
454
  msgid "An error occurred, please try again."
455
  msgstr ""
456
 
457
- #: ../admin/class-strong-testimonials-admin-scripts.php:208
458
  msgid "Restore the default settings?"
459
  msgstr ""
460
 
461
- #: ../admin/class-strong-testimonials-admin-scripts.php:241
462
  msgid "click to insert into message at caret"
463
  msgstr ""
464
 
@@ -479,7 +503,7 @@ msgstr "Contenido del Testimonio"
479
  msgid "Featured Image"
480
  msgstr "Imagen Destacada"
481
 
482
- #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:479
483
  #: ../includes/l10n-wpml.php:152
484
  msgid "text"
485
  msgstr "texto"
@@ -504,7 +528,7 @@ msgstr "selector de categoría"
504
  msgid "category checklist"
505
  msgstr ""
506
 
507
- #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:485
508
  msgid "shortcode"
509
  msgstr "shortcode/código corto"
510
 
@@ -573,7 +597,7 @@ msgstr "Un encabezamiento para tu testimonio"
573
  #: ../admin/class-strong-testimonials-defaults.php:288
574
  #: ../admin/class-strong-testimonials-defaults.php:336
575
  #: ../admin/partials/views/option-title.php:15
576
- #: ../admin/settings/class-strong-testimonials-settings.php:50
577
  msgid "Testimonial"
578
  msgstr "Testimonio"
579
 
@@ -603,12 +627,12 @@ msgstr "Formulario Personalizado"
603
  #. translators: Settings > Form > Messages tab
604
  #: ../admin/class-strong-testimonials-defaults.php:392
605
  msgctxt "setting description"
606
- msgid "Required Field"
607
  msgstr ""
608
 
609
  #: ../admin/class-strong-testimonials-defaults.php:393
610
  msgctxt "Default message for required notice at top of form."
611
- msgid "Required field"
612
  msgstr ""
613
 
614
  #. translators: Settings > Form > Messages tab
@@ -623,49 +647,49 @@ msgid "Captcha"
623
  msgstr ""
624
 
625
  #. translators: Settings > Form > Messages tab
626
- #: ../admin/class-strong-testimonials-defaults.php:405
627
  msgctxt "description"
628
  msgid "Submit Button"
629
  msgstr ""
630
 
631
  # @ strong-testimonials
632
  #. translators: Default label for the Submit button on testimonial form.
633
- #: ../admin/class-strong-testimonials-defaults.php:407
634
  msgctxt "the Submit button"
635
  msgid "Add Testimonial"
636
  msgstr "Añadir testimonio"
637
 
638
  #. translators: Settings > Form > Messages tab
639
- #: ../admin/class-strong-testimonials-defaults.php:412
640
  msgctxt "description"
641
  msgid "Submission Error"
642
  msgstr ""
643
 
644
  #. translators: Default message for submission form error.
645
- #: ../admin/class-strong-testimonials-defaults.php:414
646
  msgctxt "error message"
647
  msgid "There was a problem processing your testimonial."
648
  msgstr "Ha habido un problema al procesar su tesimonio."
649
 
650
  #. translators: Settings > Form > Messages tab
651
- #: ../admin/class-strong-testimonials-defaults.php:419
652
  msgctxt "description"
653
  msgid "Submission Success"
654
  msgstr ""
655
 
656
  #. translators: Default message for submission form success message.
657
- #: ../admin/class-strong-testimonials-defaults.php:421
658
  msgctxt "success message"
659
  msgid "Thank you! Your testimonial is waiting to be approved."
660
  msgstr ""
661
 
662
  #. translators: Default subject line for new testimonial notification email.
663
- #: ../admin/class-strong-testimonials-defaults.php:447
664
  msgid "New testimonial for %BLOGNAME%"
665
  msgstr "Nuevo testimonio para %BLOGNAME%"
666
 
667
  #. translators: Default message for new testimonial notification email.
668
- #: ../admin/class-strong-testimonials-defaults.php:449
669
  msgid ""
670
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
671
  "website administrator."
@@ -673,195 +697,195 @@ msgstr ""
673
  "Nuevo testimonio enviado a %BLOGNAME% a la espera de acción del "
674
  "administrador del sitio web."
675
 
676
- #: ../admin/class-strong-testimonials-defaults.php:479
677
  msgid "Display"
678
  msgstr "Mostrar"
679
 
680
- #: ../admin/class-strong-testimonials-defaults.php:480
681
  msgid "Display your testimonials in a list or a grid."
682
  msgstr ""
683
 
684
  #. translators: In the view editor.
685
- #: ../admin/class-strong-testimonials-defaults.php:484
686
- #: ../admin/partials/views/group-slideshow.php:4
687
  msgid "Slideshow"
688
  msgstr "Pase de diapositivas"
689
 
690
- #: ../admin/class-strong-testimonials-defaults.php:485
691
  msgid "Create a slideshow of your testimonials."
692
  msgstr ""
693
 
694
- #: ../admin/class-strong-testimonials-defaults.php:489
695
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
696
  msgid "Form"
697
  msgstr "Formulario"
698
 
699
- #: ../admin/class-strong-testimonials-defaults.php:490
700
  msgid "Display a testimonial submission form."
701
  msgstr ""
702
 
703
- #: ../admin/class-strong-testimonials-defaults.php:494
704
  msgid "Single Template"
705
  msgstr ""
706
 
707
- #: ../admin/class-strong-testimonials-defaults.php:495
708
  msgid "When viewing the testimonial using a theme's single post template."
709
  msgstr ""
710
 
711
- #: ../admin/class-strong-testimonials-defaults.php:500
712
  msgctxt "display order"
713
  msgid "random"
714
  msgstr "aleatorio"
715
 
716
- #: ../admin/class-strong-testimonials-defaults.php:501
717
  msgctxt "display order"
718
  msgid "menu order"
719
  msgstr "orden de menú"
720
 
721
- #: ../admin/class-strong-testimonials-defaults.php:502
722
  msgctxt "display order"
723
  msgid "newest first"
724
  msgstr "nuevos primero"
725
 
726
- #: ../admin/class-strong-testimonials-defaults.php:503
727
  msgctxt "display order"
728
  msgid "oldest first"
729
  msgstr "antiguos primero"
730
 
731
- #: ../admin/class-strong-testimonials-defaults.php:507
732
  msgctxt "slideshow transition option"
733
  msgid "no transition effect"
734
  msgstr ""
735
 
736
- #: ../admin/class-strong-testimonials-defaults.php:508
737
  msgctxt "slideshow transition option"
738
  msgid "fade"
739
  msgstr ""
740
 
741
- #: ../admin/class-strong-testimonials-defaults.php:509
742
  msgctxt "slideshow transition option"
743
  msgid "scroll horizontally"
744
  msgstr ""
745
 
746
- #: ../admin/class-strong-testimonials-defaults.php:510
747
  msgctxt "slideshow transition option"
748
  msgid "scroll vertically"
749
  msgstr ""
750
 
751
- #: ../admin/class-strong-testimonials-defaults.php:514
752
  msgctxt "slideshow option"
753
  msgid "Adjust height for each slide"
754
  msgstr ""
755
 
756
- #: ../admin/class-strong-testimonials-defaults.php:515
757
  msgctxt "slideshow option"
758
  msgid "Set height to match the tallest slide"
759
  msgstr ""
760
 
761
- #: ../admin/class-strong-testimonials-defaults.php:521
762
  msgctxt "slideshow controls option"
763
  msgid "none"
764
  msgstr ""
765
 
766
- #: ../admin/class-strong-testimonials-defaults.php:529
767
  msgctxt "slideshow controls option"
768
  msgid "Bottom: previous / play-pause / next"
769
  msgstr ""
770
 
771
- #: ../admin/class-strong-testimonials-defaults.php:541
772
  msgctxt "slideshow controls option"
773
  msgid "Bottom: previous / next"
774
  msgstr ""
775
 
776
- #: ../admin/class-strong-testimonials-defaults.php:550
777
  msgctxt "slideshow controls option"
778
  msgid "Sides: previous / next"
779
  msgstr ""
780
 
781
- #: ../admin/class-strong-testimonials-defaults.php:563
782
  msgctxt "slideshow navigation option"
783
  msgid "none"
784
  msgstr ""
785
 
786
- #: ../admin/class-strong-testimonials-defaults.php:567
787
  msgctxt "slideshow navigation option"
788
  msgid "full"
789
  msgstr ""
790
 
791
- #: ../admin/class-strong-testimonials-defaults.php:580
792
  msgctxt "slideshow navigation option"
793
  msgid "buttons 1"
794
  msgstr "botones 1"
795
 
796
- #: ../admin/class-strong-testimonials-defaults.php:590
797
  msgctxt "slideshow navigation option"
798
  msgid "buttons 2"
799
  msgstr "botones 2"
800
 
801
- #: ../admin/class-strong-testimonials-defaults.php:600
802
  msgctxt "slideshow navigation option"
803
  msgid "buttons 3"
804
  msgstr ""
805
 
806
- #: ../admin/class-strong-testimonials-defaults.php:610
807
- #: ../admin/class-strong-testimonials-defaults.php:630
808
  msgctxt "slideshow navigation option"
809
  msgid "text"
810
  msgstr ""
811
 
812
- #: ../admin/class-strong-testimonials-defaults.php:613
813
  msgctxt "slideshow control"
814
  msgid "Play"
815
  msgstr ""
816
 
817
- #: ../admin/class-strong-testimonials-defaults.php:614
818
  msgctxt "slideshow control"
819
  msgid "Pause"
820
  msgstr ""
821
 
822
- #: ../admin/class-strong-testimonials-defaults.php:615
823
  msgctxt "slideshow_control"
824
  msgid "Previous"
825
  msgstr ""
826
 
827
- #: ../admin/class-strong-testimonials-defaults.php:616
828
  msgctxt "slideshow_control"
829
  msgid "Next"
830
  msgstr ""
831
 
832
- #: ../admin/class-strong-testimonials-defaults.php:622
833
  msgctxt "slideshow navigation option"
834
  msgid "buttons"
835
  msgstr ""
836
 
837
- #: ../admin/class-strong-testimonials-defaults.php:642
838
  msgctxt "slideshow navigation option"
839
  msgid "inside"
840
  msgstr ""
841
 
842
- #: ../admin/class-strong-testimonials-defaults.php:643
843
  msgctxt "slideshow navigation option"
844
  msgid "outside"
845
  msgstr ""
846
 
847
  # @ strong-testimonials
848
- #: ../admin/class-strong-testimonials-defaults.php:706
849
  msgctxt "link"
850
  msgid "Read more"
851
  msgstr "Leer más"
852
 
853
- #: ../admin/class-strong-testimonials-defaults.php:710
854
  msgctxt "link"
855
  msgid "Read more testimonials"
856
  msgstr "Leer más testimonios"
857
 
858
- #: ../admin/class-strong-testimonials-defaults.php:795
859
  msgid ""
860
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
861
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
862
  msgstr ""
863
 
864
- #: ../admin/class-strong-testimonials-defaults.php:806
865
  msgid "An excellent plugin for math- and image-based captchas."
866
  msgstr ""
867
 
@@ -907,7 +931,7 @@ msgid ""
907
  msgstr ""
908
 
909
  #: ../admin/class-strong-testimonials-help.php:46
910
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:264
911
  msgid "Prerender"
912
  msgstr ""
913
 
@@ -961,6 +985,10 @@ msgstr ""
961
  msgid "You can create an <strong>unlimited</strong> number of views."
962
  msgstr ""
963
 
 
 
 
 
964
  #: ../admin/class-strong-testimonials-help.php:92
965
  msgid ""
966
  "Create a view to display your testimonials in a list, grid, or slideshow."
@@ -1013,11 +1041,11 @@ msgid ""
1013
  msgstr ""
1014
 
1015
  #: ../admin/class-strong-testimonials-help.php:125
1016
- msgid "<code>[testimonial_view id=1 category=\"service-1\"]</code>"
1017
  msgstr ""
1018
 
1019
  #: ../admin/class-strong-testimonials-help.php:126
1020
- msgid "<code>[testimonial_view id=1 category=\"service-2\"]</code>"
1021
  msgstr ""
1022
 
1023
  #: ../admin/class-strong-testimonials-help.php:129
@@ -1026,8 +1054,8 @@ msgstr ""
1026
 
1027
  #: ../admin/class-strong-testimonials-help.php:130
1028
  msgid ""
1029
- "<code>[testimonial_view id=1 category=\"service-3\" order=\"random\" count="
1030
- "\"5\"]</code>"
1031
  msgstr ""
1032
 
1033
  #: ../admin/class-strong-testimonials-help.php:132
@@ -1211,6 +1239,107 @@ msgstr "%1$s de %2$s"
1211
  msgid "Select All"
1212
  msgstr "Seleccionar Todas"
1213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1214
  # @ strong-testimonials
1215
  #: ../admin/class-strong-testimonials-post-editor.php:38
1216
  msgctxt "post editor"
@@ -1239,7 +1368,7 @@ msgid "Cancel"
1239
  msgstr ""
1240
 
1241
  #: ../admin/class-strong-testimonials-post-editor.php:232
1242
- #: ../admin/class-strong-views-list-table.php:117
1243
  msgid "Edit"
1244
  msgstr "Editar"
1245
 
@@ -1248,48 +1377,52 @@ msgstr "Editar"
1248
  msgid "shortcode %s not found"
1249
  msgstr ""
1250
 
1251
- #: ../admin/class-strong-views-list-table.php:55
 
 
 
 
1252
  #: ../admin/partials/views/view-mode.php:3
1253
  msgid "Mode"
1254
  msgstr ""
1255
 
1256
  #. translators: On the Views admin screen.
1257
- #: ../admin/class-strong-views-list-table.php:56
1258
  #: ../admin/partials/views/option-template-list.php:3
1259
  msgid "Template"
1260
  msgstr "Plantilla"
1261
 
1262
  # @ strong-testimonials
1263
- #: ../admin/class-strong-views-list-table.php:57
1264
- #: ../admin/partials/views/view-shortcode.php:17
1265
  msgid "Shortcode"
1266
  msgstr "Shortcode"
1267
 
1268
- #: ../admin/class-strong-views-list-table.php:118
1269
  msgid "Duplicate"
1270
  msgstr "Duplicar"
1271
 
1272
- #: ../admin/class-strong-views-list-table.php:119
1273
  #, php-format
1274
  msgid "Delete \"%s\"?"
1275
  msgstr "¿Borrar \"%s\"?"
1276
 
1277
  # @ default
1278
- #: ../admin/class-strong-views-list-table.php:119
1279
  #: ../admin/partials/fields/field-controls.php:9
1280
  msgid "Delete"
1281
  msgstr "Borrar"
1282
 
1283
- #: ../admin/class-strong-views-list-table.php:131
1284
  msgid "stick to top of list"
1285
  msgstr ""
1286
 
1287
- #: ../admin/class-strong-views-list-table.php:146
1288
  msgid "theme single post template"
1289
  msgstr ""
1290
 
1291
  #. translators: On the Views admin screen.
1292
- #: ../admin/class-strong-views-list-table.php:172
1293
  #: ../admin/partials/views/template-not-found.php:19
1294
  msgid "not found"
1295
  msgstr "no encontrado"
@@ -1300,7 +1433,7 @@ msgstr ""
1300
 
1301
  # @ default
1302
  #: ../admin/custom-fields.php:147
1303
- #: ../admin/settings/class-strong-testimonials-settings.php:43
1304
  #: ../admin/views.php:17
1305
  msgid "You do not have sufficient permissions to access this page."
1306
  msgstr "No tiene privilegios para acceder a esta página"
@@ -1314,7 +1447,7 @@ msgstr ""
1314
  #: ../admin/custom-fields.php:159
1315
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1316
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1317
- #: ../admin/partials/views/group-fields.php:4
1318
  msgid "Fields"
1319
  msgstr "Campos"
1320
 
@@ -1326,11 +1459,11 @@ msgstr ""
1326
  msgid "Click a field to open its options panel."
1327
  msgstr ""
1328
 
1329
- #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:10
1330
  #: ../admin/partials/views/option-pagination.php:3
1331
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1332
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:269
1333
- #: ../admin/views.php:69
1334
  msgid "Help"
1335
  msgstr ""
1336
 
@@ -1339,12 +1472,12 @@ msgstr ""
1339
  msgid "Add New Field"
1340
  msgstr "Añadir nuevo campo"
1341
 
1342
- #: ../admin/custom-fields.php:194 ../admin/views.php:254
1343
  msgid "Cancel Changes"
1344
  msgstr ""
1345
 
1346
  # @ strong-testimonials
1347
- #: ../admin/custom-fields.php:195 ../admin/views.php:255
1348
  msgid "Restore Defaults"
1349
  msgstr "Restaurar config. inicial"
1350
 
@@ -1375,13 +1508,13 @@ msgid "next to the checkbox"
1375
  msgstr ""
1376
 
1377
  # @ strong-testimonials
1378
- #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:304
1379
- #: ../admin/views.php:581
1380
  msgid "Before"
1381
  msgstr "Antes"
1382
 
1383
  # @ strong-testimonials
1384
- #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:312
1385
  msgid "After"
1386
  msgstr "Después"
1387
 
@@ -1455,46 +1588,46 @@ msgstr "No tiene permiso para instalar actualizaciones"
1455
  msgid "Error"
1456
  msgstr "Error"
1457
 
1458
- #: ../admin/edd/Strong_Plugin_Updater.php:124
1459
  msgid "An error occurred, please contact support."
1460
  msgstr ""
1461
 
1462
- #: ../admin/edd/Strong_Plugin_Updater.php:133
1463
  #, php-format
1464
  msgid "Your license key expired on %s."
1465
  msgstr ""
1466
 
1467
- #: ../admin/edd/Strong_Plugin_Updater.php:140
1468
  msgid "Your license key has been disabled."
1469
  msgstr ""
1470
 
1471
- #: ../admin/edd/Strong_Plugin_Updater.php:145
1472
  msgid "Invalid license."
1473
  msgstr ""
1474
 
1475
- #: ../admin/edd/Strong_Plugin_Updater.php:151
1476
  msgid "Your license is not active for this URL."
1477
  msgstr ""
1478
 
1479
- #: ../admin/edd/Strong_Plugin_Updater.php:156
1480
  #, php-format
1481
  msgid "This appears to be an invalid license key for %s."
1482
  msgstr ""
1483
 
1484
- #: ../admin/edd/Strong_Plugin_Updater.php:161
1485
  msgid "Your license key has reached its activation limit."
1486
  msgstr ""
1487
 
1488
  # @ strong-testimonials
1489
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1490
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1491
- #: ../admin/settings/class-strong-testimonials-settings.php:50
1492
  msgid "Settings"
1493
  msgstr "Ajustes"
1494
 
1495
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1496
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1497
- #: ../admin/views.php:67
1498
  msgid "Views"
1499
  msgstr "Vistas"
1500
 
@@ -1504,12 +1637,12 @@ msgctxt "verb"
1504
  msgid "Close"
1505
  msgstr "Cerrar"
1506
 
1507
- #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:510
1508
- #: ../admin/views.php:523
1509
  msgid "click to open or close"
1510
  msgstr ""
1511
 
1512
- #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:516
1513
  msgid "drag and drop to reorder"
1514
  msgstr ""
1515
 
@@ -1567,28 +1700,41 @@ msgstr ""
1567
  msgid "Select a field type or delete this field."
1568
  msgstr ""
1569
 
1570
- #: ../admin/partials/views/group-compat.php:3
1571
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:45
 
1572
  msgid "Compatibility"
1573
  msgstr ""
1574
 
1575
  #. translators: On the Views admin screen.
1576
- #: ../admin/partials/views/group-extra.php:4
1577
  msgid "Extra"
1578
  msgstr "Extra"
1579
 
1580
  #. translators: On the Views admin screen.
1581
- #: ../admin/partials/views/group-form.php:4
1582
  msgid "Actions"
1583
  msgstr "Acciones"
1584
 
1585
  #. translators: On the Views admin screen.
1586
- #: ../admin/partials/views/group-query.php:4
1587
  msgid "Query"
1588
  msgstr ""
1589
 
 
 
 
 
 
 
 
 
 
 
 
 
1590
  #. translators: On the Views admin screen.
1591
- #: ../admin/partials/views/group-style.php:4
1592
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1593
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1594
  msgid "Style"
@@ -1682,9 +1828,9 @@ msgid "CSS Classes"
1682
  msgstr "Clases CSS"
1683
 
1684
  #: ../admin/partials/views/option-classes.php:10
1685
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:448
1686
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:530
1687
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:565
1688
  #: ../admin/settings/partials/general.php:57
1689
  msgid "For advanced users."
1690
  msgstr "Para usuarios avanzados."
@@ -1701,7 +1847,7 @@ msgstr "Añadir Campo"
1701
  msgid "Font Color"
1702
  msgstr ""
1703
 
1704
- #: ../admin/partials/views/option-color.php:24 ../admin/views.php:471
1705
  msgid "custom"
1706
  msgstr ""
1707
 
@@ -2253,241 +2399,335 @@ msgstr "sin descripción"
2253
  msgid "Options"
2254
  msgstr "Opciones"
2255
 
2256
- #: ../admin/partials/views/view-shortcode.php:6
2257
- msgid "copy to clipboard"
2258
- msgstr ""
2259
-
2260
  #: ../admin/partials/views/view-shortcode.php:10
2261
  msgctxt "The shortcode for a new View."
2262
  msgid "will be available after you save this"
2263
  msgstr "estará disponible después de guardar esto"
2264
 
2265
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:118
2266
  msgid "Common Scenarios"
2267
  msgstr ""
2268
 
2269
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:126
2270
- msgid "Views Not Working"
2271
  msgstr ""
2272
 
2273
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:129
2274
  msgid "Possible Cause"
2275
  msgstr ""
2276
 
2277
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:132
2278
- msgid "Solution"
2279
  msgstr ""
2280
 
2281
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:138
2282
- msgid ""
2283
- "A testimonial view does not look right the first time you view the page."
2284
  msgstr ""
2285
 
2286
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:139
2287
  msgid ""
2288
- "For example, it does not seem to have any style, the slideshow has not "
2289
- "started, or the pagination is missing."
2290
  msgstr ""
2291
 
2292
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:140
2293
- msgid "When you refresh the page, the view does appear correctly."
 
2294
  msgstr ""
2295
 
2296
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:143
2297
  msgid ""
2298
- "Your site is using <strong>Ajax page loading</strong> &ndash; also known as "
2299
- "page animations, transition effects or Pjax (pushState Ajax) &ndash; "
2300
- "provided by your theme or another plugin."
2301
  msgstr ""
2302
 
2303
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:144
2304
  msgid ""
2305
  "Instead of loading the entire page, this technique fetches only the new "
2306
  "content."
2307
  msgstr ""
2308
 
2309
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:147
2310
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:167
2311
  msgid "Ajax Page Loading"
2312
  msgstr ""
2313
 
2314
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:148
2315
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2316
  msgid "General"
2317
  msgstr ""
2318
 
2319
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:150
2320
- msgctxt "link text on Settings > Compatibility tab"
2321
  msgid "Set this now"
2322
  msgstr ""
2323
 
2324
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:172
2325
- msgid "Type"
2326
- msgstr "Tipo"
2327
 
2328
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2329
  msgid "This does not perform Ajax page loading."
2330
  msgstr ""
2331
 
2332
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:178
2333
  msgid ""
2334
  "It provides compatibility with themes and plugins that use Ajax to load "
2335
  "pages, also known as page animation or transition effects."
2336
  msgstr ""
2337
 
2338
  # @ strong-testimonials
2339
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2340
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:336
2341
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:383
2342
  msgid "None"
2343
  msgstr "Ninguno"
2344
 
2345
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2346
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:294
2347
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:384
 
2348
  msgid "(default)"
2349
  msgstr ""
2350
 
2351
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:207
2352
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:388
2353
  msgid "No compatibility needed."
2354
  msgstr ""
2355
 
2356
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:208
2357
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:299
2358
  msgid "This works well for most themes."
2359
  msgstr ""
2360
 
2361
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:228
2362
  msgid "Be ready to render any view at any time."
2363
  msgstr ""
2364
 
2365
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:229
2366
  msgid "This works well with common Ajax methods."
2367
  msgstr ""
2368
 
2369
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2370
  msgid "Advanced"
2371
  msgstr "Avanzado"
2372
 
2373
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:250
2374
  msgid "For specific configurations."
2375
  msgstr ""
2376
 
2377
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:268
2378
  msgid "Load stylesheets and populate script variables up front."
2379
  msgstr ""
2380
 
2381
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:293
2382
  msgid "Current page"
2383
  msgstr ""
2384
 
2385
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:298
2386
  msgid "For the current page only."
2387
  msgstr ""
2388
 
2389
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:315
2390
  msgid "All views"
2391
  msgstr ""
2392
 
2393
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:319
2394
  msgid "For all views. Required for Ajax page loading."
2395
  msgstr ""
2396
 
2397
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:320
2398
  msgid "Then select an option for <strong>Monitor</strong> below."
2399
  msgstr ""
2400
 
2401
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:340
2402
  msgid ""
2403
  "When the shortcode is rendered. May result in a flash of unstyled content."
2404
  msgstr ""
2405
 
2406
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2407
  msgid "Monitor"
2408
  msgstr ""
2409
 
2410
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:358
2411
- msgid "Initialize slideshows, pagination and form validation as pages change."
2412
  msgstr ""
2413
 
2414
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2415
  msgid "Universal"
2416
  msgstr ""
2417
 
2418
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:412
2419
  msgid "Watch for page changes on a timer."
2420
  msgstr ""
2421
 
2422
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:419
2423
  msgctxt "timer setting"
2424
  msgid "Check every"
2425
  msgstr ""
2426
 
2427
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:426
2428
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:468
2429
  msgctxt "timer setting"
2430
  msgid "seconds"
2431
  msgstr ""
2432
 
2433
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:443
2434
  msgid "Observer"
2435
  msgstr ""
2436
 
2437
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:447
2438
  msgid "React to changes in specific page elements."
2439
  msgstr ""
2440
 
2441
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:460
2442
  msgctxt "timer setting"
2443
  msgid "Check once after"
2444
  msgstr ""
2445
 
2446
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:480
2447
  msgid "Container ID"
2448
  msgstr ""
2449
 
2450
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:488
2451
  msgid "the element to observe"
2452
  msgstr ""
2453
 
2454
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:500
2455
  msgid "Added node ID"
2456
  msgstr ""
2457
 
2458
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2459
  msgid "the element being added"
2460
  msgstr ""
2461
 
2462
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:525
2463
  msgid "Custom event"
2464
  msgstr ""
2465
 
2466
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:529
2467
  msgid "Listen for specific events."
2468
  msgstr ""
2469
 
2470
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:537
2471
  msgid "Event name"
2472
  msgstr ""
2473
 
2474
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:560
2475
  msgid "Specific script"
2476
  msgstr ""
2477
 
2478
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:564
2479
  msgid "Register a callback for a specific Ajax script."
2480
  msgstr ""
2481
 
2482
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:572
2483
  msgid "Script name"
2484
  msgstr ""
2485
 
2486
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:578
2487
  #: ../includes/widget2.php:96
2488
  msgid "&mdash; Select &mdash;"
2489
  msgstr "&mdash; Seleccionar &mdash;"
2490
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2491
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2492
  msgctxt "adjective"
2493
  msgid "General"
@@ -2498,7 +2738,7 @@ msgid "Licenses"
2498
  msgstr "Licencias"
2499
 
2500
  # @ default
2501
- #: ../admin/settings/class-strong-testimonials-settings.php:54
2502
  msgid "Settings saved."
2503
  msgstr "Ajustes grabados"
2504
 
@@ -2554,164 +2794,164 @@ msgstr ""
2554
  msgid "Form Labels & Messages"
2555
  msgstr "Etiquetas y Mensajes de Formulario"
2556
 
2557
- #: ../admin/settings/partials/form.php:87
2558
  msgid "Display required notice at top of form"
2559
  msgstr ""
2560
 
2561
- #: ../admin/settings/partials/form.php:98
2562
  msgctxt "singular"
2563
  msgid "restore default"
2564
  msgstr "restaurar original"
2565
 
2566
- #: ../admin/settings/partials/form.php:109
2567
  msgid "Restore Default Messages"
2568
  msgstr ""
2569
 
2570
- #: ../admin/settings/partials/form.php:117
2571
  msgid "Scroll"
2572
  msgstr ""
2573
 
2574
- #: ../admin/settings/partials/form.php:125
2575
  #, php-format
2576
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2577
  msgstr ""
2578
 
2579
- #: ../admin/settings/partials/form.php:132
2580
  #, php-format
2581
  msgid ""
2582
  "If success, scroll to the success message minus %s pixels. On by default."
2583
  msgstr ""
2584
 
2585
- #: ../admin/settings/partials/form.php:148
2586
  msgid "Form Actions"
2587
  msgstr "Acciones de Formulario"
2588
 
2589
- #: ../admin/settings/partials/form.php:154
2590
  msgid "Upon Successful Submission"
2591
  msgstr ""
2592
 
2593
- #: ../admin/settings/partials/form.php:162
2594
  msgid "display message"
2595
  msgstr ""
2596
 
2597
- #: ../admin/settings/partials/form.php:170
2598
  msgid "redirect to a page"
2599
  msgstr ""
2600
 
2601
- #: ../admin/settings/partials/form.php:175
2602
  msgid "&mdash; select a page &mdash;"
2603
  msgstr ""
2604
 
2605
- #: ../admin/settings/partials/form.php:189
2606
  msgctxt "to select a redirect page"
2607
  msgid "or enter its ID or slug"
2608
  msgstr ""
2609
 
2610
- #: ../admin/settings/partials/form.php:203
2611
  msgid "redirect to a URL"
2612
  msgstr ""
2613
 
2614
- #: ../admin/settings/partials/form.php:218
2615
  msgid "Post Status"
2616
  msgstr ""
2617
 
2618
  # @ strong-testimonials
2619
- #: ../admin/settings/partials/form.php:227
2620
  msgid "Pending"
2621
  msgstr "Pendiente"
2622
 
2623
- #: ../admin/settings/partials/form.php:234
2624
  msgid "Published"
2625
  msgstr "Publicado"
2626
 
2627
- #: ../admin/settings/partials/form.php:244
2628
  msgid "Notification Email"
2629
  msgstr ""
2630
 
2631
- #: ../admin/settings/partials/form.php:254
2632
  msgid "Send an email upon new testimonial submission."
2633
  msgstr "Enviar un email al recibir un nuevo testimonio"
2634
 
2635
- #: ../admin/settings/partials/form.php:279
2636
  msgid "Form Spam Control"
2637
  msgstr "Formulario de Control de Spam"
2638
 
2639
- #: ../admin/settings/partials/form.php:285
2640
  msgctxt "spam control techniques"
2641
  msgid "Honeypot"
2642
  msgstr "Honeypot"
2643
 
2644
- #: ../admin/settings/partials/form.php:290
2645
  msgid ""
2646
  "These methods for trapping spambots are both time-tested and widely used. "
2647
  "May be used simultaneously for more protection."
2648
  msgstr ""
2649
 
2650
- #: ../admin/settings/partials/form.php:293
2651
  msgid ""
2652
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2653
  "loading, caching or minification."
2654
  msgstr ""
2655
 
2656
- #: ../admin/settings/partials/form.php:296
2657
  msgid "If your form is not working properly, try disabling these."
2658
  msgstr ""
2659
 
2660
- #: ../admin/settings/partials/form.php:306
2661
  msgid ""
2662
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2663
  "every field they find in the form. Empty field = human. Not empty = spambot."
2664
  msgstr ""
2665
 
2666
- #: ../admin/settings/partials/form.php:314
2667
  msgid ""
2668
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2669
  "JavaScript so the new field never gets added. New field = human. Missing = "
2670
  "spambot."
2671
  msgstr ""
2672
 
2673
- #: ../admin/settings/partials/form.php:322
2674
  msgid "Captcha"
2675
  msgstr "Captcha"
2676
 
2677
- #: ../admin/settings/partials/form.php:327
2678
  msgid ""
2679
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2680
  "first, if necessary."
2681
  msgstr ""
2682
 
2683
- #: ../admin/settings/partials/form.php:328
2684
  msgid "May be used alongside honeypot methods."
2685
  msgstr ""
2686
 
2687
- #: ../admin/settings/partials/form.php:331
2688
  msgid "May not be compatible with Ajax page loading."
2689
  msgstr ""
2690
 
2691
- #: ../admin/settings/partials/form.php:356
2692
  msgctxt "link"
2693
  msgid "settings"
2694
  msgstr "ajustes"
2695
 
2696
- #: ../admin/settings/partials/form.php:358
2697
  msgid "no settings"
2698
  msgstr "sin ajustes"
2699
 
2700
- #: ../admin/settings/partials/form.php:363
2701
  msgctxt "adjective"
2702
  msgid "inactive"
2703
  msgstr "inactivo"
2704
 
2705
- #: ../admin/settings/partials/form.php:370
2706
  msgid "not installed"
2707
  msgstr "no instalado"
2708
 
2709
- #: ../admin/settings/partials/form.php:373
2710
  msgctxt "link"
2711
  msgid "install plugin"
2712
  msgstr "instalar plugin"
2713
 
2714
- #: ../admin/settings/partials/form.php:379
2715
  msgctxt "link"
2716
  msgid "plugin page"
2717
  msgstr "página de plugin"
@@ -2923,155 +3163,159 @@ msgid ""
2923
  "Images</a> plugin."
2924
  msgstr ""
2925
 
2926
- #: ../admin/settings/partials/licenses.php:12
 
 
 
 
2927
  msgid ""
2928
  "Valid license keys allow you to receive automatic updates and priority "
2929
  "support."
2930
  msgstr ""
2931
 
2932
- #: ../admin/settings/partials/licenses.php:13
2933
  msgid ""
2934
  "To transfer a license to another site or to uninstall the add-on, please "
2935
  "deactivate the license here first."
2936
  msgstr ""
2937
 
2938
- #: ../admin/settings/partials/licenses.php:14
2939
  #, php-format
2940
  msgid ""
2941
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
2942
  msgstr ""
2943
 
2944
- #: ../admin/settings/partials/licenses.php:19
2945
  msgid "Add-on"
2946
  msgstr ""
2947
 
2948
- #: ../admin/settings/partials/licenses.php:20
2949
  msgid "License Key"
2950
  msgstr ""
2951
 
2952
- #: ../admin/settings/partials/licenses.php:21
2953
  msgid "Status"
2954
  msgstr ""
2955
 
2956
- #: ../admin/views.php:28
2957
  msgid "View saved."
2958
  msgstr "Vista guardada."
2959
 
2960
- #: ../admin/views.php:30
2961
  msgid "View deleted."
2962
  msgstr "Vista eliminada."
2963
 
2964
- #: ../admin/views.php:41 ../admin/views.php:200
2965
  msgid "Edit View"
2966
  msgstr "Editar Vista"
2967
 
2968
- #: ../admin/views.php:42 ../includes/functions-views.php:38
2969
  msgid "An error occurred."
2970
  msgstr ""
2971
 
2972
- #: ../admin/views.php:42 ../includes/functions-activation.php:34
2973
  #: ../includes/functions-views.php:40
2974
  #, php-format
2975
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
2976
  msgstr ""
2977
 
2978
- #: ../admin/views.php:57
2979
- msgid "Invalid request. Please try again."
2980
  msgstr ""
2981
 
2982
- #: ../admin/views.php:68 ../admin/views.php:201 ../includes/post-types.php:56
2983
- msgid "Add New"
2984
  msgstr ""
2985
 
2986
- #: ../admin/views.php:200
2987
  msgid "Add View"
2988
  msgstr "Añadir Vista"
2989
 
2990
- #: ../admin/views.php:202
2991
  msgid "Return To List"
2992
  msgstr ""
2993
 
2994
- #: ../admin/views.php:204
2995
  msgid "Duplicate This View"
2996
  msgstr ""
2997
 
2998
- #: ../admin/views.php:472
2999
  msgid "built-in"
3000
  msgstr ""
3001
 
3002
- #: ../admin/views.php:480
3003
  msgid "link with another field"
3004
  msgstr ""
3005
 
3006
- #: ../admin/views.php:481
3007
  msgid "link (must be URL type)"
3008
  msgstr ""
3009
 
3010
- #: ../admin/views.php:482
3011
  msgid "date"
3012
  msgstr "fecha"
3013
 
3014
- #: ../admin/views.php:483
3015
  msgid "category"
3016
  msgstr ""
3017
 
3018
- #: ../admin/views.php:484
3019
  msgid "rating"
3020
  msgstr ""
3021
 
3022
- #: ../admin/views.php:518
3023
  msgid "remove this field"
3024
  msgstr ""
3025
 
3026
- #: ../admin/views.php:556
3027
  msgid "Display Type"
3028
  msgstr ""
3029
 
3030
- #: ../admin/views.php:589
3031
  msgid "CSS Class"
3032
  msgstr ""
3033
 
3034
- #: ../admin/views.php:636
3035
  msgid "Link Text"
3036
  msgstr ""
3037
 
3038
- #: ../admin/views.php:638
3039
  msgid "this field's value"
3040
  msgstr ""
3041
 
3042
- #: ../admin/views.php:639
3043
  msgid "this field's label"
3044
  msgstr ""
3045
 
3046
- #: ../admin/views.php:640
3047
  msgid "custom text"
3048
  msgstr ""
3049
 
3050
- #: ../admin/views.php:659
3051
  msgid "URL Field"
3052
  msgstr ""
3053
 
3054
- #: ../admin/views.php:676
3055
  msgid "new tab"
3056
  msgstr "nueva pestaña"
3057
 
3058
- #: ../admin/views.php:701
3059
  msgid "Format"
3060
  msgstr ""
3061
 
3062
- #: ../admin/views.php:709
3063
  msgid "more about date formats"
3064
  msgstr "más sobre formatos de fecha"
3065
 
3066
- #: ../admin/views.php:759 ../admin/views.php:787
3067
  msgid "filter categories"
3068
  msgstr "filtrar categorías"
3069
 
3070
- #: ../includes/class-strong-form.php:496
3071
  msgid "Unknown error."
3072
  msgstr ""
3073
 
3074
- #: ../includes/class-strong-form.php:641
3075
  msgid "star"
3076
  msgid_plural "stars"
3077
  msgstr[0] ""
@@ -3089,19 +3333,56 @@ msgstr ""
3089
  msgid "Plugin"
3090
  msgstr ""
3091
 
3092
- #: ../includes/class-strong-testimonials-shortcodes.php:75
3093
- #, php-format
3094
- msgid "Strong Testimonials View %s not found"
3095
  msgstr ""
3096
 
3097
- #: ../includes/class-strong-view.php:69
3098
- msgid "No testimonials found. Check your view settings."
 
 
 
 
3099
  msgstr ""
3100
 
3101
- #: ../includes/class-strong-view.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3102
  msgid "(Only administrators see this message.)"
3103
  msgstr ""
3104
 
 
 
 
 
3105
  #: ../includes/functions-activation.php:30
3106
  msgid "An error occurred:"
3107
  msgstr ""
@@ -3475,10 +3756,13 @@ msgctxt "widget setting"
3475
  msgid "View:"
3476
  msgstr "Vista:"
3477
 
3478
- #: ../strong-testimonials.php:127 ../strong-testimonials.php:139
3479
  msgid "Cheatin&#8217; huh?"
3480
  msgstr "Timando&#8217; eh?"
3481
 
 
 
 
3482
  #~ msgid "Y/m/d g:i:s A"
3483
  #~ msgstr "A/m/d g:i:s A"
3484
 
@@ -4008,9 +4292,6 @@ msgstr "Timando&#8217; eh?"
4008
  #~ msgid "light"
4009
  #~ msgstr "claro"
4010
 
4011
- #~ msgid "CSS Class Names"
4012
- #~ msgstr "Nombres de clases CSS"
4013
-
4014
  #~ msgid "For advanced users. Separate class names by spaces."
4015
  #~ msgstr "Para usuarios avanzados. Nombres de clases separadas por espacios."
4016
 
@@ -4954,10 +5235,6 @@ msgstr "Timando&#8217; eh?"
4954
  #~ msgid "to add CSS classes to <code>div.strong-container</code>"
4955
  #~ msgstr "agregar clases CSS a <code>div.strong-container</code>"
4956
 
4957
- # @ strong-testimonials
4958
- #~ msgid "Shortcodes"
4959
- #~ msgstr "Shortcodes"
4960
-
4961
  #~ msgid "Need help? Have an idea? Found a bug?"
4962
  #~ msgstr "¿Necesita ayuda? ¿Tiene una idea? ¿Ha encontrado un error?"
4963
 
@@ -5371,9 +5648,6 @@ msgstr "Timando&#8217; eh?"
5371
  #~ msgid "Testimonials"
5372
  #~ msgstr "Testimonios"
5373
 
5374
- #~ msgid "Testimonials"
5375
- #~ msgstr "Testimonios"
5376
-
5377
  # @ strong-testimonials
5378
  #~ msgctxt "widget setting"
5379
  #~ msgid "Title"
@@ -5978,9 +6252,6 @@ msgstr "Timando&#8217; eh?"
5978
  #~ "Estos shortcodes pronto serán descatalogados. Por favor, migre al "
5979
  #~ "shortcode <a href=\"%s\"><code>[strong]</code></a>."
5980
 
5981
- #~ msgid "Default:"
5982
- #~ msgstr "Por Defecto:"
5983
-
5984
  # @ strong-testimonials
5985
  #~ msgid "Send email to"
5986
  #~ msgstr "Enviar email a"
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.8\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-08-02 15:23-0400\n"
6
+ "PO-Revision-Date: 2018-08-02 15:23-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: \n"
9
  "Language: es_ES\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
23
  msgid "Flexible Features. Strong Support."
24
  msgstr ""
25
 
26
+ #. translators: %s is a formatted number
27
+ #: ../admin/about/about.php:3
28
+ #, php-format
29
  msgid ""
30
+ "The highest-rated free testimonials plugin trusted by more than %s people."
 
31
  msgstr ""
32
 
33
+ #: ../admin/about/about.php:6
34
  msgid ""
35
+ "Designed from the ground up to simplify the process of customizing your "
 
36
  "testimonials or reviews."
37
  msgstr ""
38
 
39
+ #: ../admin/about/about.php:7
40
  msgid ""
41
  "<strong>Custom fields</strong> are deeply integrated into Strong "
42
+ "Testimonials. It even includes a default set of custom fields so you can get "
43
+ "started quickly."
 
 
44
  msgstr ""
45
 
46
+ #: ../admin/about/about.php:8
47
  msgid ""
48
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
49
  "unlimited testimonial displays including grids and slideshows with features "
50
  "like excerpts and pagination in a variety of templates."
51
  msgstr ""
52
 
53
+ #: ../admin/about/about.php:9
54
  msgid ""
55
+ "Integrate with plugins like Popup Maker or Google Captcha. For developers, "
56
  "actions and filters allow further customization."
57
  msgstr ""
58
 
60
  msgid "Get More Features With Pro Add-ons"
61
  msgstr ""
62
 
63
+ #: ../admin/about/class-strong-testimonials-about.php:42
64
+ #: ../admin/about/class-strong-testimonials-about.php:43
65
+ #: ../admin/about/class-strong-testimonials-about.php:73
66
  msgid "About"
67
  msgstr ""
68
 
69
+ #. translators: %s is the plugin version number
70
+ #: ../admin/about/class-strong-testimonials-about.php:61
71
  #, php-format
72
  msgid "Welcome to Strong Testimonials %s"
73
  msgstr "Bienvenido a Strong Testimonials %s"
74
 
75
+ #: ../admin/about/class-strong-testimonials-about.php:64
76
  msgid "Thank you for updating to the latest version!"
77
  msgstr ""
78
 
79
+ #. translators: %s is the plugin version number
80
+ #: ../admin/about/class-strong-testimonials-about.php:69
81
  #, php-format
82
  msgid "Version %s"
83
  msgstr ""
84
 
85
+ #: ../admin/about/class-strong-testimonials-about.php:75
86
  msgid "What&#8217;s New"
87
  msgstr ""
88
 
89
+ #: ../admin/about/class-strong-testimonials-about.php:77
90
  msgid "How To"
91
  msgstr ""
92
 
93
+ #: ../admin/about/class-strong-testimonials-about.php:79
94
+ msgid "Privacy"
95
+ msgstr ""
96
+
97
  #: ../admin/about/how-to.php:2
98
  msgid ""
99
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
187
  msgstr ""
188
 
189
  #: ../admin/about/how-to.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  msgid "How to Translate"
191
  msgstr ""
192
 
193
+ #: ../admin/about/how-to.php:57
194
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
195
  msgstr ""
196
 
197
+ #: ../admin/about/how-to.php:58
198
  msgid ""
199
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
200
  "strong> pages. Those domains encompass the form fields, the form messages, "
262
  msgid "Form examples"
263
  msgstr ""
264
 
265
+ #: ../admin/about/privacy.php:1
266
+ msgid "Privacy and GDPR"
267
+ msgstr ""
268
+
269
+ #: ../admin/about/privacy.php:2
270
+ msgid "Compliance is entirely in your control."
271
+ msgstr ""
272
+
273
+ #: ../admin/about/privacy.php:5
274
+ msgid ""
275
+ "By default, this plugin does not store any user or visitor data, does not "
276
+ "send any data to remote servers, act as a service or embed content, does not "
277
+ "edit the comments form in any way."
278
+ msgstr ""
279
+
280
+ #: ../admin/about/privacy.php:6
281
+ msgid ""
282
+ "The plugin also prevents displaying email addresses in your testimonials on "
283
+ "the front end."
284
+ msgstr ""
285
+
286
+ #: ../admin/about/privacy.php:7
287
+ msgid "However, this plugin provides features that may involve private data."
288
+ msgstr ""
289
+
290
+ #: ../admin/about/privacy.php:8
291
+ msgid ""
292
+ "If you use the testimonial submission form, the data collected on that form "
293
+ "will be stored in your database."
294
+ msgstr ""
295
+
296
+ #: ../admin/about/privacy.php:9
297
+ msgid ""
298
+ "If you enable the administrator notification email upon new testimonial "
299
+ "submission, the data collected on your form, at your selection, may be "
300
+ "included in that notification email."
301
+ msgstr ""
302
+
303
+ #: ../admin/about/privacy.php:10
304
+ msgid ""
305
+ "If you enable comments on testimonials, the plugin will use your theme's "
306
+ "single post template and comment form."
307
+ msgstr ""
308
+
309
+ #: ../admin/about/privacy.php:11
310
+ msgid ""
311
+ "If you embed third-party posts such as Twitter, YouTube and FaceBook in your "
312
+ "testimonials, you will be agreeing to the Terms of Use of those third-party "
313
+ "sites."
314
+ msgstr ""
315
+
316
  # @ strong-testimonials
317
+ #: ../admin/admin-notices.php:66 ../admin/views.php:36
318
  msgid "Defaults restored."
319
  msgstr "Config. inicial restaurada"
320
 
323
  msgid "Fields saved."
324
  msgstr "Campos grabados"
325
 
326
+ #: ../admin/admin-notices.php:90 ../admin/views.php:35
327
  msgid "Changes cancelled."
328
  msgstr ""
329
 
399
 
400
  # @ strong-testimonials
401
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
402
+ #: ../admin/class-strong-views-list-table.php:61
403
  msgid "ID"
404
  msgstr "ID"
405
 
406
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
407
  #: ../admin/class-strong-testimonials-defaults.php:316
408
+ #: ../admin/class-strong-views-list-table.php:64
409
  #: ../admin/partials/views/view-name.php:10
410
  #: ../admin/settings/partials/email-from.php:25
411
+ #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:547
412
  msgid "Name"
413
  msgstr "Nombre"
414
 
450
  msgid "Date"
451
  msgstr "Fecha"
452
 
453
+ #: ../admin/class-strong-testimonials-admin-scripts.php:136
454
  msgctxt "Field editor: The default label for new fields"
455
  msgid "New Field"
456
  msgstr ""
457
 
458
+ #: ../admin/class-strong-testimonials-admin-scripts.php:137
459
  msgctxt "Fields editor: To indicate when a field type can only be used once."
460
  msgid "(in use)"
461
  msgstr ""
462
 
463
+ #: ../admin/class-strong-testimonials-admin-scripts.php:138
464
  msgctxt "Fields editor: To indicate when no categories have been found."
465
  msgid "(none found)"
466
  msgstr ""
467
 
468
  # @ strong-testimonials
469
+ #: ../admin/class-strong-testimonials-admin-scripts.php:207
470
  #: ../admin/class-strong-testimonials-defaults.php:72
471
  msgid "This field is required."
472
  msgstr "Este campo es obligatorio."
473
 
474
+ #: ../admin/class-strong-testimonials-admin-scripts.php:208
475
+ #: ../admin/edd/Strong_Plugin_Updater.php:105
476
+ #: ../admin/edd/Strong_Plugin_Updater.php:156
477
+ #: ../admin/edd/Strong_Plugin_Updater.php:212
478
  msgid "An error occurred, please try again."
479
  msgstr ""
480
 
481
+ #: ../admin/class-strong-testimonials-admin-scripts.php:209
482
  msgid "Restore the default settings?"
483
  msgstr ""
484
 
485
+ #: ../admin/class-strong-testimonials-admin-scripts.php:242
486
  msgid "click to insert into message at caret"
487
  msgstr ""
488
 
503
  msgid "Featured Image"
504
  msgstr "Imagen Destacada"
505
 
506
+ #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:493
507
  #: ../includes/l10n-wpml.php:152
508
  msgid "text"
509
  msgstr "texto"
528
  msgid "category checklist"
529
  msgstr ""
530
 
531
+ #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:499
532
  msgid "shortcode"
533
  msgstr "shortcode/código corto"
534
 
597
  #: ../admin/class-strong-testimonials-defaults.php:288
598
  #: ../admin/class-strong-testimonials-defaults.php:336
599
  #: ../admin/partials/views/option-title.php:15
600
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
601
  msgid "Testimonial"
602
  msgstr "Testimonio"
603
 
627
  #. translators: Settings > Form > Messages tab
628
  #: ../admin/class-strong-testimonials-defaults.php:392
629
  msgctxt "setting description"
630
+ msgid "Required"
631
  msgstr ""
632
 
633
  #: ../admin/class-strong-testimonials-defaults.php:393
634
  msgctxt "Default message for required notice at top of form."
635
+ msgid "Required"
636
  msgstr ""
637
 
638
  #. translators: Settings > Form > Messages tab
647
  msgstr ""
648
 
649
  #. translators: Settings > Form > Messages tab
650
+ #: ../admin/class-strong-testimonials-defaults.php:406
651
  msgctxt "description"
652
  msgid "Submit Button"
653
  msgstr ""
654
 
655
  # @ strong-testimonials
656
  #. translators: Default label for the Submit button on testimonial form.
657
+ #: ../admin/class-strong-testimonials-defaults.php:408
658
  msgctxt "the Submit button"
659
  msgid "Add Testimonial"
660
  msgstr "Añadir testimonio"
661
 
662
  #. translators: Settings > Form > Messages tab
663
+ #: ../admin/class-strong-testimonials-defaults.php:413
664
  msgctxt "description"
665
  msgid "Submission Error"
666
  msgstr ""
667
 
668
  #. translators: Default message for submission form error.
669
+ #: ../admin/class-strong-testimonials-defaults.php:415
670
  msgctxt "error message"
671
  msgid "There was a problem processing your testimonial."
672
  msgstr "Ha habido un problema al procesar su tesimonio."
673
 
674
  #. translators: Settings > Form > Messages tab
675
+ #: ../admin/class-strong-testimonials-defaults.php:420
676
  msgctxt "description"
677
  msgid "Submission Success"
678
  msgstr ""
679
 
680
  #. translators: Default message for submission form success message.
681
+ #: ../admin/class-strong-testimonials-defaults.php:422
682
  msgctxt "success message"
683
  msgid "Thank you! Your testimonial is waiting to be approved."
684
  msgstr ""
685
 
686
  #. translators: Default subject line for new testimonial notification email.
687
+ #: ../admin/class-strong-testimonials-defaults.php:448
688
  msgid "New testimonial for %BLOGNAME%"
689
  msgstr "Nuevo testimonio para %BLOGNAME%"
690
 
691
  #. translators: Default message for new testimonial notification email.
692
+ #: ../admin/class-strong-testimonials-defaults.php:450
693
  msgid ""
694
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
695
  "website administrator."
697
  "Nuevo testimonio enviado a %BLOGNAME% a la espera de acción del "
698
  "administrador del sitio web."
699
 
700
+ #: ../admin/class-strong-testimonials-defaults.php:480
701
  msgid "Display"
702
  msgstr "Mostrar"
703
 
704
+ #: ../admin/class-strong-testimonials-defaults.php:481
705
  msgid "Display your testimonials in a list or a grid."
706
  msgstr ""
707
 
708
  #. translators: In the view editor.
709
+ #: ../admin/class-strong-testimonials-defaults.php:485
710
+ #: ../admin/partials/views/group-slideshow.php:14
711
  msgid "Slideshow"
712
  msgstr "Pase de diapositivas"
713
 
714
+ #: ../admin/class-strong-testimonials-defaults.php:486
715
  msgid "Create a slideshow of your testimonials."
716
  msgstr ""
717
 
718
+ #: ../admin/class-strong-testimonials-defaults.php:490
719
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
720
  msgid "Form"
721
  msgstr "Formulario"
722
 
723
+ #: ../admin/class-strong-testimonials-defaults.php:491
724
  msgid "Display a testimonial submission form."
725
  msgstr ""
726
 
727
+ #: ../admin/class-strong-testimonials-defaults.php:495
728
  msgid "Single Template"
729
  msgstr ""
730
 
731
+ #: ../admin/class-strong-testimonials-defaults.php:496
732
  msgid "When viewing the testimonial using a theme's single post template."
733
  msgstr ""
734
 
735
+ #: ../admin/class-strong-testimonials-defaults.php:501
736
  msgctxt "display order"
737
  msgid "random"
738
  msgstr "aleatorio"
739
 
740
+ #: ../admin/class-strong-testimonials-defaults.php:502
741
  msgctxt "display order"
742
  msgid "menu order"
743
  msgstr "orden de menú"
744
 
745
+ #: ../admin/class-strong-testimonials-defaults.php:503
746
  msgctxt "display order"
747
  msgid "newest first"
748
  msgstr "nuevos primero"
749
 
750
+ #: ../admin/class-strong-testimonials-defaults.php:504
751
  msgctxt "display order"
752
  msgid "oldest first"
753
  msgstr "antiguos primero"
754
 
755
+ #: ../admin/class-strong-testimonials-defaults.php:508
756
  msgctxt "slideshow transition option"
757
  msgid "no transition effect"
758
  msgstr ""
759
 
760
+ #: ../admin/class-strong-testimonials-defaults.php:509
761
  msgctxt "slideshow transition option"
762
  msgid "fade"
763
  msgstr ""
764
 
765
+ #: ../admin/class-strong-testimonials-defaults.php:510
766
  msgctxt "slideshow transition option"
767
  msgid "scroll horizontally"
768
  msgstr ""
769
 
770
+ #: ../admin/class-strong-testimonials-defaults.php:511
771
  msgctxt "slideshow transition option"
772
  msgid "scroll vertically"
773
  msgstr ""
774
 
775
+ #: ../admin/class-strong-testimonials-defaults.php:515
776
  msgctxt "slideshow option"
777
  msgid "Adjust height for each slide"
778
  msgstr ""
779
 
780
+ #: ../admin/class-strong-testimonials-defaults.php:516
781
  msgctxt "slideshow option"
782
  msgid "Set height to match the tallest slide"
783
  msgstr ""
784
 
785
+ #: ../admin/class-strong-testimonials-defaults.php:522
786
  msgctxt "slideshow controls option"
787
  msgid "none"
788
  msgstr ""
789
 
790
+ #: ../admin/class-strong-testimonials-defaults.php:530
791
  msgctxt "slideshow controls option"
792
  msgid "Bottom: previous / play-pause / next"
793
  msgstr ""
794
 
795
+ #: ../admin/class-strong-testimonials-defaults.php:542
796
  msgctxt "slideshow controls option"
797
  msgid "Bottom: previous / next"
798
  msgstr ""
799
 
800
+ #: ../admin/class-strong-testimonials-defaults.php:551
801
  msgctxt "slideshow controls option"
802
  msgid "Sides: previous / next"
803
  msgstr ""
804
 
805
+ #: ../admin/class-strong-testimonials-defaults.php:564
806
  msgctxt "slideshow navigation option"
807
  msgid "none"
808
  msgstr ""
809
 
810
+ #: ../admin/class-strong-testimonials-defaults.php:568
811
  msgctxt "slideshow navigation option"
812
  msgid "full"
813
  msgstr ""
814
 
815
+ #: ../admin/class-strong-testimonials-defaults.php:581
816
  msgctxt "slideshow navigation option"
817
  msgid "buttons 1"
818
  msgstr "botones 1"
819
 
820
+ #: ../admin/class-strong-testimonials-defaults.php:591
821
  msgctxt "slideshow navigation option"
822
  msgid "buttons 2"
823
  msgstr "botones 2"
824
 
825
+ #: ../admin/class-strong-testimonials-defaults.php:601
826
  msgctxt "slideshow navigation option"
827
  msgid "buttons 3"
828
  msgstr ""
829
 
830
+ #: ../admin/class-strong-testimonials-defaults.php:611
831
+ #: ../admin/class-strong-testimonials-defaults.php:631
832
  msgctxt "slideshow navigation option"
833
  msgid "text"
834
  msgstr ""
835
 
836
+ #: ../admin/class-strong-testimonials-defaults.php:614
837
  msgctxt "slideshow control"
838
  msgid "Play"
839
  msgstr ""
840
 
841
+ #: ../admin/class-strong-testimonials-defaults.php:615
842
  msgctxt "slideshow control"
843
  msgid "Pause"
844
  msgstr ""
845
 
846
+ #: ../admin/class-strong-testimonials-defaults.php:616
847
  msgctxt "slideshow_control"
848
  msgid "Previous"
849
  msgstr ""
850
 
851
+ #: ../admin/class-strong-testimonials-defaults.php:617
852
  msgctxt "slideshow_control"
853
  msgid "Next"
854
  msgstr ""
855
 
856
+ #: ../admin/class-strong-testimonials-defaults.php:623
857
  msgctxt "slideshow navigation option"
858
  msgid "buttons"
859
  msgstr ""
860
 
861
+ #: ../admin/class-strong-testimonials-defaults.php:643
862
  msgctxt "slideshow navigation option"
863
  msgid "inside"
864
  msgstr ""
865
 
866
+ #: ../admin/class-strong-testimonials-defaults.php:644
867
  msgctxt "slideshow navigation option"
868
  msgid "outside"
869
  msgstr ""
870
 
871
  # @ strong-testimonials
872
+ #: ../admin/class-strong-testimonials-defaults.php:707
873
  msgctxt "link"
874
  msgid "Read more"
875
  msgstr "Leer más"
876
 
877
+ #: ../admin/class-strong-testimonials-defaults.php:711
878
  msgctxt "link"
879
  msgid "Read more testimonials"
880
  msgstr "Leer más testimonios"
881
 
882
+ #: ../admin/class-strong-testimonials-defaults.php:809
883
  msgid ""
884
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
885
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
886
  msgstr ""
887
 
888
+ #: ../admin/class-strong-testimonials-defaults.php:820
889
  msgid "An excellent plugin for math- and image-based captchas."
890
  msgstr ""
891
 
931
  msgstr ""
932
 
933
  #: ../admin/class-strong-testimonials-help.php:46
934
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:368
935
  msgid "Prerender"
936
  msgstr ""
937
 
985
  msgid "You can create an <strong>unlimited</strong> number of views."
986
  msgstr ""
987
 
988
+ #: ../admin/class-strong-testimonials-help.php:90
989
+ msgid "For example:"
990
+ msgstr ""
991
+
992
  #: ../admin/class-strong-testimonials-help.php:92
993
  msgid ""
994
  "Create a view to display your testimonials in a list, grid, or slideshow."
1041
  msgstr ""
1042
 
1043
  #: ../admin/class-strong-testimonials-help.php:125
1044
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-1\"]</code>"
1045
  msgstr ""
1046
 
1047
  #: ../admin/class-strong-testimonials-help.php:126
1048
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-2\"]</code>"
1049
  msgstr ""
1050
 
1051
  #: ../admin/class-strong-testimonials-help.php:129
1054
 
1055
  #: ../admin/class-strong-testimonials-help.php:130
1056
  msgid ""
1057
+ "<code>[testimonial_view id=\"1\" category=\"service-3\" order=\"random\" "
1058
+ "count=\"5\"]</code>"
1059
  msgstr ""
1060
 
1061
  #: ../admin/class-strong-testimonials-help.php:132
1239
  msgid "Select All"
1240
  msgstr "Seleccionar Todas"
1241
 
1242
+ # @ strong-testimonials
1243
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:32
1244
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:45
1245
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:46
1246
+ msgid "Shortcodes"
1247
+ msgstr "Shortcodes"
1248
+
1249
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:34
1250
+ #, php-format
1251
+ msgid ""
1252
+ "Open a <a href=\"%s\" target=\"_blank\">support ticket</a> if you need help."
1253
+ msgstr ""
1254
+
1255
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:36
1256
+ msgid "Testimonial Views"
1257
+ msgstr ""
1258
+
1259
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:39
1260
+ msgid ""
1261
+ "Each view has a unique shortcode like <code>&#91;testimonial_view id="
1262
+ "\"1\"&#93;</code>."
1263
+ msgstr ""
1264
+
1265
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:40
1266
+ msgid "Go to views"
1267
+ msgstr ""
1268
+
1269
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:43
1270
+ msgid "Testimonial Count"
1271
+ msgstr ""
1272
+
1273
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:45
1274
+ #, php-format
1275
+ msgid "Use %s to display the number of testimonials."
1276
+ msgstr ""
1277
+
1278
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:50
1279
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:83
1280
+ msgid "Default"
1281
+ msgstr ""
1282
+
1283
+ #. translators: %s is a shortcode
1284
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:55
1285
+ #, php-format
1286
+ msgid "Read some of our %s testimonials!"
1287
+ msgstr ""
1288
+
1289
+ #. translators: %s is a shortcode attribute
1290
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:62
1291
+ #, php-format
1292
+ msgid ""
1293
+ "To count for a specific category, add the %s attribute with the category "
1294
+ "slug."
1295
+ msgstr ""
1296
+
1297
+ #. translators: %s is a shortcode
1298
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:67
1299
+ #, php-format
1300
+ msgid "Here's what %s local clients say"
1301
+ msgstr ""
1302
+
1303
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:73
1304
+ msgid "Average Rating"
1305
+ msgstr ""
1306
+
1307
+ #. translators: %s is a shortcode
1308
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:77
1309
+ #, php-format
1310
+ msgid ""
1311
+ "If using a <strong>single</strong> rating field, use %s to display the "
1312
+ "average rating."
1313
+ msgstr ""
1314
+
1315
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:84
1316
+ msgid ""
1317
+ "You must use the closing slash <code>/</code> if using the shortcode with "
1318
+ "content elsewhere on your page."
1319
+ msgstr ""
1320
+
1321
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:108
1322
+ msgid "Customize using content tags."
1323
+ msgstr ""
1324
+
1325
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:109
1326
+ msgid "Default:"
1327
+ msgstr "Por Defecto:"
1328
+
1329
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:134
1330
+ msgid "Alternate content tags."
1331
+ msgstr ""
1332
+
1333
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:159
1334
+ msgid "Insert tags into your custom content."
1335
+ msgstr ""
1336
+
1337
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:313
1338
+ msgid ""
1339
+ "The default container element is <code>div</code>. Select another element "
1340
+ "using <code>element</code>."
1341
+ msgstr ""
1342
+
1343
  # @ strong-testimonials
1344
  #: ../admin/class-strong-testimonials-post-editor.php:38
1345
  msgctxt "post editor"
1368
  msgstr ""
1369
 
1370
  #: ../admin/class-strong-testimonials-post-editor.php:232
1371
+ #: ../admin/class-strong-views-list-table.php:127
1372
  msgid "Edit"
1373
  msgstr "Editar"
1374
 
1377
  msgid "shortcode %s not found"
1378
  msgstr ""
1379
 
1380
+ #: ../admin/class-strong-views-list-table.php:19
1381
+ msgid "No views found."
1382
+ msgstr ""
1383
+
1384
+ #: ../admin/class-strong-views-list-table.php:65
1385
  #: ../admin/partials/views/view-mode.php:3
1386
  msgid "Mode"
1387
  msgstr ""
1388
 
1389
  #. translators: On the Views admin screen.
1390
+ #: ../admin/class-strong-views-list-table.php:66
1391
  #: ../admin/partials/views/option-template-list.php:3
1392
  msgid "Template"
1393
  msgstr "Plantilla"
1394
 
1395
  # @ strong-testimonials
1396
+ #: ../admin/class-strong-views-list-table.php:67
1397
+ #: ../admin/partials/views/view-shortcode.php:26
1398
  msgid "Shortcode"
1399
  msgstr "Shortcode"
1400
 
1401
+ #: ../admin/class-strong-views-list-table.php:128
1402
  msgid "Duplicate"
1403
  msgstr "Duplicar"
1404
 
1405
+ #: ../admin/class-strong-views-list-table.php:129
1406
  #, php-format
1407
  msgid "Delete \"%s\"?"
1408
  msgstr "¿Borrar \"%s\"?"
1409
 
1410
  # @ default
1411
+ #: ../admin/class-strong-views-list-table.php:129
1412
  #: ../admin/partials/fields/field-controls.php:9
1413
  msgid "Delete"
1414
  msgstr "Borrar"
1415
 
1416
+ #: ../admin/class-strong-views-list-table.php:141
1417
  msgid "stick to top of list"
1418
  msgstr ""
1419
 
1420
+ #: ../admin/class-strong-views-list-table.php:156
1421
  msgid "theme single post template"
1422
  msgstr ""
1423
 
1424
  #. translators: On the Views admin screen.
1425
+ #: ../admin/class-strong-views-list-table.php:182
1426
  #: ../admin/partials/views/template-not-found.php:19
1427
  msgid "not found"
1428
  msgstr "no encontrado"
1433
 
1434
  # @ default
1435
  #: ../admin/custom-fields.php:147
1436
+ #: ../admin/settings/class-strong-testimonials-settings.php:44
1437
  #: ../admin/views.php:17
1438
  msgid "You do not have sufficient permissions to access this page."
1439
  msgstr "No tiene privilegios para acceder a esta página"
1447
  #: ../admin/custom-fields.php:159
1448
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1449
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1450
+ #: ../admin/partials/views/group-fields.php:14
1451
  msgid "Fields"
1452
  msgstr "Campos"
1453
 
1459
  msgid "Click a field to open its options panel."
1460
  msgstr ""
1461
 
1462
+ #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:24
1463
  #: ../admin/partials/views/option-pagination.php:3
1464
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1465
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:373
1466
+ #: ../admin/views.php:73
1467
  msgid "Help"
1468
  msgstr ""
1469
 
1472
  msgid "Add New Field"
1473
  msgstr "Añadir nuevo campo"
1474
 
1475
+ #: ../admin/custom-fields.php:194 ../admin/views.php:262
1476
  msgid "Cancel Changes"
1477
  msgstr ""
1478
 
1479
  # @ strong-testimonials
1480
+ #: ../admin/custom-fields.php:195 ../admin/views.php:263
1481
  msgid "Restore Defaults"
1482
  msgstr "Restaurar config. inicial"
1483
 
1508
  msgstr ""
1509
 
1510
  # @ strong-testimonials
1511
+ #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:307
1512
+ #: ../admin/views.php:595
1513
  msgid "Before"
1514
  msgstr "Antes"
1515
 
1516
  # @ strong-testimonials
1517
+ #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:315
1518
  msgid "After"
1519
  msgstr "Después"
1520
 
1588
  msgid "Error"
1589
  msgstr "Error"
1590
 
1591
+ #: ../admin/edd/Strong_Plugin_Updater.php:114
1592
  msgid "An error occurred, please contact support."
1593
  msgstr ""
1594
 
1595
+ #: ../admin/edd/Strong_Plugin_Updater.php:123
1596
  #, php-format
1597
  msgid "Your license key expired on %s."
1598
  msgstr ""
1599
 
1600
+ #: ../admin/edd/Strong_Plugin_Updater.php:130
1601
  msgid "Your license key has been disabled."
1602
  msgstr ""
1603
 
1604
+ #: ../admin/edd/Strong_Plugin_Updater.php:135
1605
  msgid "Invalid license."
1606
  msgstr ""
1607
 
1608
+ #: ../admin/edd/Strong_Plugin_Updater.php:141
1609
  msgid "Your license is not active for this URL."
1610
  msgstr ""
1611
 
1612
+ #: ../admin/edd/Strong_Plugin_Updater.php:146
1613
  #, php-format
1614
  msgid "This appears to be an invalid license key for %s."
1615
  msgstr ""
1616
 
1617
+ #: ../admin/edd/Strong_Plugin_Updater.php:151
1618
  msgid "Your license key has reached its activation limit."
1619
  msgstr ""
1620
 
1621
  # @ strong-testimonials
1622
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1623
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1624
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
1625
  msgid "Settings"
1626
  msgstr "Ajustes"
1627
 
1628
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1629
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1630
+ #: ../admin/views.php:71
1631
  msgid "Views"
1632
  msgstr "Vistas"
1633
 
1637
  msgid "Close"
1638
  msgstr "Cerrar"
1639
 
1640
+ #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:524
1641
+ #: ../admin/views.php:537
1642
  msgid "click to open or close"
1643
  msgstr ""
1644
 
1645
+ #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:530
1646
  msgid "drag and drop to reorder"
1647
  msgstr ""
1648
 
1700
  msgid "Select a field type or delete this field."
1701
  msgstr ""
1702
 
1703
+ #. translators: On the Views admin screen.
1704
+ #: ../admin/partials/views/group-compat.php:10
1705
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:46
1706
  msgid "Compatibility"
1707
  msgstr ""
1708
 
1709
  #. translators: On the Views admin screen.
1710
+ #: ../admin/partials/views/group-extra.php:14
1711
  msgid "Extra"
1712
  msgstr "Extra"
1713
 
1714
  #. translators: On the Views admin screen.
1715
+ #: ../admin/partials/views/group-form.php:14
1716
  msgid "Actions"
1717
  msgstr "Acciones"
1718
 
1719
  #. translators: On the Views admin screen.
1720
+ #: ../admin/partials/views/group-query.php:14
1721
  msgid "Query"
1722
  msgstr ""
1723
 
1724
+ #: ../admin/partials/views/group-query.php:18
1725
+ msgid "Option"
1726
+ msgstr ""
1727
+
1728
+ #: ../admin/partials/views/group-query.php:19
1729
+ msgid "Setting"
1730
+ msgstr ""
1731
+
1732
+ #: ../admin/partials/views/group-query.php:21
1733
+ msgid "or Shortcode Attribute"
1734
+ msgstr ""
1735
+
1736
  #. translators: On the Views admin screen.
1737
+ #: ../admin/partials/views/group-style.php:14
1738
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1739
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1740
  msgid "Style"
1828
  msgstr "Clases CSS"
1829
 
1830
  #: ../admin/partials/views/option-classes.php:10
1831
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:582
1832
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:674
1833
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:717
1834
  #: ../admin/settings/partials/general.php:57
1835
  msgid "For advanced users."
1836
  msgstr "Para usuarios avanzados."
1847
  msgid "Font Color"
1848
  msgstr ""
1849
 
1850
+ #: ../admin/partials/views/option-color.php:24 ../admin/views.php:485
1851
  msgid "custom"
1852
  msgstr ""
1853
 
2399
  msgid "Options"
2400
  msgstr "Opciones"
2401
 
 
 
 
 
2402
  #: ../admin/partials/views/view-shortcode.php:10
2403
  msgctxt "The shortcode for a new View."
2404
  msgid "will be available after you save this"
2405
  msgstr "estará disponible después de guardar esto"
2406
 
2407
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
2408
  msgid "Common Scenarios"
2409
  msgstr ""
2410
 
2411
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:185
2412
+ msgid "Symptom"
2413
  msgstr ""
2414
 
2415
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:188
2416
  msgid "Possible Cause"
2417
  msgstr ""
2418
 
2419
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:191
2420
+ msgid "Try"
2421
  msgstr ""
2422
 
2423
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:197
2424
+ msgid "Views not working"
 
2425
  msgstr ""
2426
 
2427
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:198
2428
  msgid ""
2429
+ "A testimonial view does not appear correctly the <strong>first time</strong> "
2430
+ "you view the page but it does when you <strong>refresh</strong> the page."
2431
  msgstr ""
2432
 
2433
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:199
2434
+ msgid ""
2435
+ "For example, it has no style, no pagination, or the slider has not started."
2436
  msgstr ""
2437
 
2438
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2439
  msgid ""
2440
+ "Your site uses <strong>Ajax page loading</strong> &ndash; also known as page "
2441
+ "animations, transition effects or Pjax (pushState Ajax) &ndash; provided by "
2442
+ "your theme or another plugin."
2443
  msgstr ""
2444
 
2445
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2446
  msgid ""
2447
  "Instead of loading the entire page, this technique fetches only the new "
2448
  "content."
2449
  msgstr ""
2450
 
2451
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2452
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:261
2453
  msgid "Ajax Page Loading"
2454
  msgstr ""
2455
 
2456
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2457
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:323
2458
  msgid "General"
2459
  msgstr ""
2460
 
2461
+ #. translators: link text on Settings > Compatibility tab
2462
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:209
2463
  msgid "Set this now"
2464
  msgstr ""
2465
 
2466
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:217
2467
+ msgid "Slider never starts"
2468
+ msgstr ""
2469
 
2470
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:218
2471
+ msgid "A testimonial slider does not start or is missing navigation controls."
2472
+ msgstr ""
2473
+
2474
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:221
2475
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:234
2476
+ msgid ""
2477
+ "The page is very busy loading image galleries, other sliders or third-party "
2478
+ "resources like social media posts."
2479
+ msgstr ""
2480
+
2481
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2482
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2483
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:751
2484
+ msgid "Load Event"
2485
+ msgstr ""
2486
+
2487
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2488
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2489
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:808
2490
+ msgid "window load"
2491
+ msgstr ""
2492
+
2493
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:230
2494
+ msgid "Masonry layout not working"
2495
+ msgstr ""
2496
+
2497
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:231
2498
+ msgid ""
2499
+ "A testimonial view with the Masonry layout has only one column or works "
2500
+ "inconsistently in different browsers or devices."
2501
+ msgstr ""
2502
+
2503
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2504
+ msgid "Compatibility Settings"
2505
+ msgstr ""
2506
+
2507
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:248
2508
+ #, php-format
2509
+ msgid ""
2510
+ "<a href=\"%s\" target=\"_blank\">Start a support ticket</a> if you need help "
2511
+ "with these options."
2512
+ msgstr ""
2513
+
2514
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:266
2515
  msgid "This does not perform Ajax page loading."
2516
  msgstr ""
2517
 
2518
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:267
2519
  msgid ""
2520
  "It provides compatibility with themes and plugins that use Ajax to load "
2521
  "pages, also known as page animation or transition effects."
2522
  msgstr ""
2523
 
2524
  # @ strong-testimonials
2525
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:296
2526
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:455
2527
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:507
2528
  msgid "None"
2529
  msgstr "Ninguno"
2530
 
2531
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:297
2532
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:403
2533
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2534
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:783
2535
  msgid "(default)"
2536
  msgstr ""
2537
 
2538
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:301
2539
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:512
2540
  msgid "No compatibility needed."
2541
  msgstr ""
2542
 
2543
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:302
2544
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2545
  msgid "This works well for most themes."
2546
  msgstr ""
2547
 
2548
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:327
2549
  msgid "Be ready to render any view at any time."
2550
  msgstr ""
2551
 
2552
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:328
2553
  msgid "This works well with common Ajax methods."
2554
  msgstr ""
2555
 
2556
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:350
2557
  msgid "Advanced"
2558
  msgstr "Avanzado"
2559
 
2560
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2561
  msgid "For specific configurations."
2562
  msgstr ""
2563
 
2564
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:372
2565
  msgid "Load stylesheets and populate script variables up front."
2566
  msgstr ""
2567
 
2568
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:402
2569
  msgid "Current page"
2570
  msgstr ""
2571
 
2572
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:407
2573
  msgid "For the current page only."
2574
  msgstr ""
2575
 
2576
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:429
2577
  msgid "All views"
2578
  msgstr ""
2579
 
2580
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:433
2581
  msgid "For all views. Required for Ajax page loading."
2582
  msgstr ""
2583
 
2584
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:434
2585
  msgid "Then select an option for <strong>Monitor</strong> below."
2586
  msgstr ""
2587
 
2588
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:459
2589
  msgid ""
2590
  "When the shortcode is rendered. May result in a flash of unstyled content."
2591
  msgstr ""
2592
 
2593
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:473
2594
  msgid "Monitor"
2595
  msgstr ""
2596
 
2597
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:477
2598
+ msgid "Initialize sliders, pagination and form validation as pages change."
2599
  msgstr ""
2600
 
2601
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:534
2602
  msgid "Universal"
2603
  msgstr ""
2604
 
2605
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:538
2606
  msgid "Watch for page changes on a timer."
2607
  msgstr ""
2608
 
2609
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:545
2610
  msgctxt "timer setting"
2611
  msgid "Check every"
2612
  msgstr ""
2613
 
2614
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:555
2615
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:604
2616
  msgctxt "timer setting"
2617
  msgid "seconds"
2618
  msgstr ""
2619
 
2620
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:577
2621
  msgid "Observer"
2622
  msgstr ""
2623
 
2624
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:581
2625
  msgid "React to changes in specific page elements."
2626
  msgstr ""
2627
 
2628
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:594
2629
  msgctxt "timer setting"
2630
  msgid "Check once after"
2631
  msgstr ""
2632
 
2633
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:616
2634
  msgid "Container ID"
2635
  msgstr ""
2636
 
2637
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:626
2638
  msgid "the element to observe"
2639
  msgstr ""
2640
 
2641
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:638
2642
  msgid "Added node ID"
2643
  msgstr ""
2644
 
2645
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:648
2646
  msgid "the element being added"
2647
  msgstr ""
2648
 
2649
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:669
2650
  msgid "Custom event"
2651
  msgstr ""
2652
 
2653
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:673
2654
  msgid "Listen for specific events."
2655
  msgstr ""
2656
 
2657
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:681
2658
  msgid "Event name"
2659
  msgstr ""
2660
 
2661
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:712
2662
  msgid "Specific script"
2663
  msgstr ""
2664
 
2665
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:716
2666
  msgid "Register a callback for a specific Ajax script."
2667
  msgstr ""
2668
 
2669
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:724
2670
  msgid "Script name"
2671
  msgstr ""
2672
 
2673
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:730
2674
  #: ../includes/widget2.php:96
2675
  msgid "&mdash; Select &mdash;"
2676
  msgstr "&mdash; Seleccionar &mdash;"
2677
 
2678
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:755
2679
+ msgid "When to start sliders, Masonry, pagination and form validation."
2680
+ msgstr ""
2681
+
2682
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:782
2683
+ msgid "document ready"
2684
+ msgstr ""
2685
+
2686
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:787
2687
+ msgid "This works well if your page load time is less than a few seconds."
2688
+ msgstr ""
2689
+
2690
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:812
2691
+ msgid "Try this if your page load time is more than a few seconds."
2692
+ msgstr ""
2693
+
2694
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:828
2695
+ msgid "Lazy Loading Images"
2696
+ msgstr ""
2697
+
2698
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:832
2699
+ msgid "Watch for lazy loading images in themes and plugins."
2700
+ msgstr ""
2701
+
2702
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:860
2703
+ msgid "Enable watcher"
2704
+ msgstr ""
2705
+
2706
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:864
2707
+ msgid ""
2708
+ "Most lazy loading techniques use one or two CSS class names to indicate "
2709
+ "which images to lazy load and when the lazy loading is finished."
2710
+ msgstr ""
2711
+
2712
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:865
2713
+ msgid ""
2714
+ "Contact support for your theme or plugin to ask if it uses CSS class names."
2715
+ msgstr ""
2716
+
2717
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:881
2718
+ msgid "CSS Class Names"
2719
+ msgstr "Nombres de clases CSS"
2720
+
2721
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:912
2722
+ msgctxt "noun"
2723
+ msgid "start"
2724
+ msgstr ""
2725
+
2726
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:920
2727
+ msgctxt "noun"
2728
+ msgid "finish"
2729
+ msgstr ""
2730
+
2731
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2732
  msgctxt "adjective"
2733
  msgid "General"
2738
  msgstr "Licencias"
2739
 
2740
  # @ default
2741
+ #: ../admin/settings/class-strong-testimonials-settings.php:55
2742
  msgid "Settings saved."
2743
  msgstr "Ajustes grabados"
2744
 
2794
  msgid "Form Labels & Messages"
2795
  msgstr "Etiquetas y Mensajes de Formulario"
2796
 
2797
+ #: ../admin/settings/partials/form.php:89
2798
  msgid "Display required notice at top of form"
2799
  msgstr ""
2800
 
2801
+ #: ../admin/settings/partials/form.php:101
2802
  msgctxt "singular"
2803
  msgid "restore default"
2804
  msgstr "restaurar original"
2805
 
2806
+ #: ../admin/settings/partials/form.php:112
2807
  msgid "Restore Default Messages"
2808
  msgstr ""
2809
 
2810
+ #: ../admin/settings/partials/form.php:120
2811
  msgid "Scroll"
2812
  msgstr ""
2813
 
2814
+ #: ../admin/settings/partials/form.php:128
2815
  #, php-format
2816
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2817
  msgstr ""
2818
 
2819
+ #: ../admin/settings/partials/form.php:135
2820
  #, php-format
2821
  msgid ""
2822
  "If success, scroll to the success message minus %s pixels. On by default."
2823
  msgstr ""
2824
 
2825
+ #: ../admin/settings/partials/form.php:151
2826
  msgid "Form Actions"
2827
  msgstr "Acciones de Formulario"
2828
 
2829
+ #: ../admin/settings/partials/form.php:157
2830
  msgid "Upon Successful Submission"
2831
  msgstr ""
2832
 
2833
+ #: ../admin/settings/partials/form.php:165
2834
  msgid "display message"
2835
  msgstr ""
2836
 
2837
+ #: ../admin/settings/partials/form.php:173
2838
  msgid "redirect to a page"
2839
  msgstr ""
2840
 
2841
+ #: ../admin/settings/partials/form.php:178
2842
  msgid "&mdash; select a page &mdash;"
2843
  msgstr ""
2844
 
2845
+ #: ../admin/settings/partials/form.php:192
2846
  msgctxt "to select a redirect page"
2847
  msgid "or enter its ID or slug"
2848
  msgstr ""
2849
 
2850
+ #: ../admin/settings/partials/form.php:206
2851
  msgid "redirect to a URL"
2852
  msgstr ""
2853
 
2854
+ #: ../admin/settings/partials/form.php:221
2855
  msgid "Post Status"
2856
  msgstr ""
2857
 
2858
  # @ strong-testimonials
2859
+ #: ../admin/settings/partials/form.php:230
2860
  msgid "Pending"
2861
  msgstr "Pendiente"
2862
 
2863
+ #: ../admin/settings/partials/form.php:237
2864
  msgid "Published"
2865
  msgstr "Publicado"
2866
 
2867
+ #: ../admin/settings/partials/form.php:247
2868
  msgid "Notification Email"
2869
  msgstr ""
2870
 
2871
+ #: ../admin/settings/partials/form.php:257
2872
  msgid "Send an email upon new testimonial submission."
2873
  msgstr "Enviar un email al recibir un nuevo testimonio"
2874
 
2875
+ #: ../admin/settings/partials/form.php:282
2876
  msgid "Form Spam Control"
2877
  msgstr "Formulario de Control de Spam"
2878
 
2879
+ #: ../admin/settings/partials/form.php:288
2880
  msgctxt "spam control techniques"
2881
  msgid "Honeypot"
2882
  msgstr "Honeypot"
2883
 
2884
+ #: ../admin/settings/partials/form.php:293
2885
  msgid ""
2886
  "These methods for trapping spambots are both time-tested and widely used. "
2887
  "May be used simultaneously for more protection."
2888
  msgstr ""
2889
 
2890
+ #: ../admin/settings/partials/form.php:296
2891
  msgid ""
2892
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2893
  "loading, caching or minification."
2894
  msgstr ""
2895
 
2896
+ #: ../admin/settings/partials/form.php:299
2897
  msgid "If your form is not working properly, try disabling these."
2898
  msgstr ""
2899
 
2900
+ #: ../admin/settings/partials/form.php:309
2901
  msgid ""
2902
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2903
  "every field they find in the form. Empty field = human. Not empty = spambot."
2904
  msgstr ""
2905
 
2906
+ #: ../admin/settings/partials/form.php:317
2907
  msgid ""
2908
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2909
  "JavaScript so the new field never gets added. New field = human. Missing = "
2910
  "spambot."
2911
  msgstr ""
2912
 
2913
+ #: ../admin/settings/partials/form.php:325
2914
  msgid "Captcha"
2915
  msgstr "Captcha"
2916
 
2917
+ #: ../admin/settings/partials/form.php:330
2918
  msgid ""
2919
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2920
  "first, if necessary."
2921
  msgstr ""
2922
 
2923
+ #: ../admin/settings/partials/form.php:331
2924
  msgid "May be used alongside honeypot methods."
2925
  msgstr ""
2926
 
2927
+ #: ../admin/settings/partials/form.php:334
2928
  msgid "May not be compatible with Ajax page loading."
2929
  msgstr ""
2930
 
2931
+ #: ../admin/settings/partials/form.php:359
2932
  msgctxt "link"
2933
  msgid "settings"
2934
  msgstr "ajustes"
2935
 
2936
+ #: ../admin/settings/partials/form.php:361
2937
  msgid "no settings"
2938
  msgstr "sin ajustes"
2939
 
2940
+ #: ../admin/settings/partials/form.php:366
2941
  msgctxt "adjective"
2942
  msgid "inactive"
2943
  msgstr "inactivo"
2944
 
2945
+ #: ../admin/settings/partials/form.php:373
2946
  msgid "not installed"
2947
  msgstr "no instalado"
2948
 
2949
+ #: ../admin/settings/partials/form.php:376
2950
  msgctxt "link"
2951
  msgid "install plugin"
2952
  msgstr "instalar plugin"
2953
 
2954
+ #: ../admin/settings/partials/form.php:382
2955
  msgctxt "link"
2956
  msgid "plugin page"
2957
  msgstr "página de plugin"
3163
  "Images</a> plugin."
3164
  msgstr ""
3165
 
3166
+ #: ../admin/settings/partials/licenses.php:11
3167
+ msgid "Add-on Licenses"
3168
+ msgstr ""
3169
+
3170
+ #: ../admin/settings/partials/licenses.php:13
3171
  msgid ""
3172
  "Valid license keys allow you to receive automatic updates and priority "
3173
  "support."
3174
  msgstr ""
3175
 
3176
+ #: ../admin/settings/partials/licenses.php:14
3177
  msgid ""
3178
  "To transfer a license to another site or to uninstall the add-on, please "
3179
  "deactivate the license here first."
3180
  msgstr ""
3181
 
3182
+ #: ../admin/settings/partials/licenses.php:15
3183
  #, php-format
3184
  msgid ""
3185
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
3186
  msgstr ""
3187
 
3188
+ #: ../admin/settings/partials/licenses.php:20
3189
  msgid "Add-on"
3190
  msgstr ""
3191
 
3192
+ #: ../admin/settings/partials/licenses.php:21
3193
  msgid "License Key"
3194
  msgstr ""
3195
 
3196
+ #: ../admin/settings/partials/licenses.php:22
3197
  msgid "Status"
3198
  msgstr ""
3199
 
3200
+ #: ../admin/views.php:37
3201
  msgid "View saved."
3202
  msgstr "Vista guardada."
3203
 
3204
+ #: ../admin/views.php:38
3205
  msgid "View deleted."
3206
  msgstr "Vista eliminada."
3207
 
3208
+ #: ../admin/views.php:49 ../admin/views.php:208
3209
  msgid "Edit View"
3210
  msgstr "Editar Vista"
3211
 
3212
+ #: ../admin/views.php:51 ../includes/functions-views.php:38
3213
  msgid "An error occurred."
3214
  msgstr ""
3215
 
3216
+ #: ../admin/views.php:51 ../includes/functions-activation.php:34
3217
  #: ../includes/functions-views.php:40
3218
  #, php-format
3219
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
3220
  msgstr ""
3221
 
3222
+ #: ../admin/views.php:72 ../admin/views.php:209 ../includes/post-types.php:56
3223
+ msgid "Add New"
3224
  msgstr ""
3225
 
3226
+ #: ../admin/views.php:114
3227
+ msgid "Invalid request. Please try again."
3228
  msgstr ""
3229
 
3230
+ #: ../admin/views.php:208
3231
  msgid "Add View"
3232
  msgstr "Añadir Vista"
3233
 
3234
+ #: ../admin/views.php:210
3235
  msgid "Return To List"
3236
  msgstr ""
3237
 
3238
+ #: ../admin/views.php:212
3239
  msgid "Duplicate This View"
3240
  msgstr ""
3241
 
3242
+ #: ../admin/views.php:486
3243
  msgid "built-in"
3244
  msgstr ""
3245
 
3246
+ #: ../admin/views.php:494
3247
  msgid "link with another field"
3248
  msgstr ""
3249
 
3250
+ #: ../admin/views.php:495
3251
  msgid "link (must be URL type)"
3252
  msgstr ""
3253
 
3254
+ #: ../admin/views.php:496
3255
  msgid "date"
3256
  msgstr "fecha"
3257
 
3258
+ #: ../admin/views.php:497
3259
  msgid "category"
3260
  msgstr ""
3261
 
3262
+ #: ../admin/views.php:498
3263
  msgid "rating"
3264
  msgstr ""
3265
 
3266
+ #: ../admin/views.php:532
3267
  msgid "remove this field"
3268
  msgstr ""
3269
 
3270
+ #: ../admin/views.php:570
3271
  msgid "Display Type"
3272
  msgstr ""
3273
 
3274
+ #: ../admin/views.php:603
3275
  msgid "CSS Class"
3276
  msgstr ""
3277
 
3278
+ #: ../admin/views.php:650
3279
  msgid "Link Text"
3280
  msgstr ""
3281
 
3282
+ #: ../admin/views.php:652
3283
  msgid "this field's value"
3284
  msgstr ""
3285
 
3286
+ #: ../admin/views.php:653
3287
  msgid "this field's label"
3288
  msgstr ""
3289
 
3290
+ #: ../admin/views.php:654
3291
  msgid "custom text"
3292
  msgstr ""
3293
 
3294
+ #: ../admin/views.php:673
3295
  msgid "URL Field"
3296
  msgstr ""
3297
 
3298
+ #: ../admin/views.php:690
3299
  msgid "new tab"
3300
  msgstr "nueva pestaña"
3301
 
3302
+ #: ../admin/views.php:715
3303
  msgid "Format"
3304
  msgstr ""
3305
 
3306
+ #: ../admin/views.php:723
3307
  msgid "more about date formats"
3308
  msgstr "más sobre formatos de fecha"
3309
 
3310
+ #: ../admin/views.php:772 ../admin/views.php:800
3311
  msgid "filter categories"
3312
  msgstr "filtrar categorías"
3313
 
3314
+ #: ../includes/class-strong-form.php:498
3315
  msgid "Unknown error."
3316
  msgstr ""
3317
 
3318
+ #: ../includes/class-strong-form.php:643
3319
  msgid "star"
3320
  msgid_plural "stars"
3321
  msgstr[0] ""
3333
  msgid "Plugin"
3334
  msgstr ""
3335
 
3336
+ #: ../includes/class-strong-testimonials-privacy.php:31
3337
+ msgid "Strong Testimonials Plugin"
 
3338
  msgstr ""
3339
 
3340
+ #: ../includes/class-strong-testimonials-privacy.php:62
3341
+ msgid "Testimonials"
3342
+ msgstr "Testimonios"
3343
+
3344
+ #: ../includes/class-strong-testimonials-shortcode-average.php:139
3345
+ msgid "Average Rating:"
3346
  msgstr ""
3347
 
3348
+ #. translators: %s is a number
3349
+ #: ../includes/class-strong-testimonials-shortcode-average.php:143
3350
+ #, php-format
3351
+ msgid "Average of %s Rating:"
3352
+ msgid_plural "Average of %s Ratings:"
3353
+ msgstr[0] ""
3354
+ msgstr[1] ""
3355
+
3356
+ #. translators: %s is a number
3357
+ #: ../includes/class-strong-testimonials-shortcode-average.php:166
3358
+ #: ../includes/class-strong-testimonials-shortcode-average.php:173
3359
+ #, php-format
3360
+ msgid "%s star"
3361
+ msgid_plural "%s stars"
3362
+ msgstr[0] ""
3363
+ msgstr[1] ""
3364
+
3365
+ #: ../includes/class-strong-testimonials-shortcode-average.php:167
3366
+ #, php-format
3367
+ msgid "(based on %s rating)"
3368
+ msgid_plural "(based on %s ratings)"
3369
+ msgstr[0] ""
3370
+ msgstr[1] ""
3371
+
3372
+ #: ../includes/class-strong-testimonials-shortcode.php:77
3373
+ #, php-format
3374
+ msgid "Testimonial view %s not found."
3375
+ msgstr ""
3376
+
3377
+ #: ../includes/class-strong-testimonials-shortcode.php:78
3378
+ #: ../includes/class-strong-view.php:78
3379
  msgid "(Only administrators see this message.)"
3380
  msgstr ""
3381
 
3382
+ #: ../includes/class-strong-view.php:77
3383
+ msgid "No testimonials found. Check your view settings."
3384
+ msgstr ""
3385
+
3386
  #: ../includes/functions-activation.php:30
3387
  msgid "An error occurred:"
3388
  msgstr ""
3756
  msgid "View:"
3757
  msgstr "Vista:"
3758
 
3759
+ #: ../strong-testimonials.php:126 ../strong-testimonials.php:138
3760
  msgid "Cheatin&#8217; huh?"
3761
  msgstr "Timando&#8217; eh?"
3762
 
3763
+ #~ msgid "Type"
3764
+ #~ msgstr "Tipo"
3765
+
3766
  #~ msgid "Y/m/d g:i:s A"
3767
  #~ msgstr "A/m/d g:i:s A"
3768
 
4292
  #~ msgid "light"
4293
  #~ msgstr "claro"
4294
 
 
 
 
4295
  #~ msgid "For advanced users. Separate class names by spaces."
4296
  #~ msgstr "Para usuarios avanzados. Nombres de clases separadas por espacios."
4297
 
5235
  #~ msgid "to add CSS classes to <code>div.strong-container</code>"
5236
  #~ msgstr "agregar clases CSS a <code>div.strong-container</code>"
5237
 
 
 
 
 
5238
  #~ msgid "Need help? Have an idea? Found a bug?"
5239
  #~ msgstr "¿Necesita ayuda? ¿Tiene una idea? ¿Ha encontrado un error?"
5240
 
5648
  #~ msgid "Testimonials"
5649
  #~ msgstr "Testimonios"
5650
 
 
 
 
5651
  # @ strong-testimonials
5652
  #~ msgctxt "widget setting"
5653
  #~ msgid "Title"
6252
  #~ "Estos shortcodes pronto serán descatalogados. Por favor, migre al "
6253
  #~ "shortcode <a href=\"%s\"><code>[strong]</code></a>."
6254
 
 
 
 
6255
  # @ strong-testimonials
6256
  #~ msgid "Send email to"
6257
  #~ msgstr "Enviar email a"
languages/strong-testimonials-fa_IR.mo CHANGED
Binary file
languages/strong-testimonials-fa_IR.po CHANGED
@@ -4,1896 +4,1277 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Strong Testimonials 2.2.0\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/strong-testimonials\n"
7
- "POT-Creation-Date: 2016-02-08 16:01+0330\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: 2016-07-19 10:38-0400\n"
12
- "Language-Team: \n"
13
- "X-Generator: Poedit 1.8.2\n"
14
- "Last-Translator: Chris Dillon <chris@wpmission.com>\n"
15
  "Plural-Forms: nplurals=1; plural=0;\n"
16
- "Language: fa\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: includes/EDD_SL_Plugin_Updater.php:185
22
- msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
23
- msgstr "نسخه جدیدی از %1$s در دسترس است. %2$s نمایش نسخه %3$s جزییات %4$s."
24
 
25
- #: includes/EDD_SL_Plugin_Updater.php:193
26
- msgid ""
27
- "There is a new version of %1$s available. %2$sView version %3$s details%4$s or "
28
- "%5$supdate now%6$s."
29
- msgstr ""
30
- "نسخه جدیدی از %1$s در دسترس است. %2$s نمایش نسخه %3$s جزییات %4$s یا %5$s الان "
31
- "بروزرسانی شود %6$s."
32
 
33
- #: includes/EDD_SL_Plugin_Updater.php:336
34
- msgid "You do not have permission to install plugin updates"
35
- msgstr "شما اجازه نصب بروزرسانی های افزونه را ندارید."
36
 
37
- #: includes/EDD_SL_Plugin_Updater.php:336
38
- msgid "Error"
39
- msgstr "خطا"
40
 
41
- #: includes/admin/admin.php:215
42
- msgid "Filter Categories"
43
- msgstr "صافی دسته بندی ها"
44
 
45
- #: includes/admin/admin.php:263
46
- msgctxt "post editor"
47
- msgid "Client Details"
48
- msgstr "جزییات مشتری"
49
 
50
- #: includes/admin/admin.php:278
51
- msgctxt "post editor"
52
- msgid "To add a photo or logo, use the Featured Image option."
53
- msgstr "اضافه کردن تصویر یا لوگو، استفاده از گزینه تصویر ویژه."
54
 
55
- #: includes/admin/admin.php:335 includes/defaults.php:376
56
- msgid "Excerpt"
57
- msgstr "چکیده"
58
 
59
- #: includes/admin/admin.php:346 includes/admin/admin.php:468
60
- msgid "Thumbnail"
61
- msgstr "بندانگشتی"
62
 
63
- #: includes/admin/admin.php:358
64
- msgid "Category"
65
- msgstr "دسته بندی"
66
 
67
- #: includes/admin/admin.php:360
68
- msgid "Date"
69
- msgstr "تاریخ"
70
 
71
- #: includes/admin/admin.php:437
72
- msgid "Y/m/d g:i:s A"
73
- msgstr ""
74
 
75
- #: includes/admin/admin.php:480
76
- msgid "ID"
77
- msgstr "آیدی"
78
 
79
- #: includes/admin/admin.php:481 includes/admin/settings/email-from.php:12
80
- #: includes/admin/settings/email-to.php:12 includes/defaults.php:214
81
- msgid "Name"
82
- msgstr "نام"
83
 
84
- #: includes/admin/admin.php:482
85
- msgid "Slug"
86
- msgstr "اسلاگ"
87
 
88
- #: includes/admin/admin.php:483
89
- msgid "Posts"
90
- msgstr "ارسال ها"
91
 
92
- #. translators: %s is the name of the plugin.
93
- #: includes/admin/admin.php:647
94
- msgctxt "installation"
95
- msgid "Unable to load %s"
96
- msgstr "ناتوان در بارگیری %s"
97
 
98
- #. translators: %s is a WordPress version number.
99
- #: includes/admin/admin.php:650
100
- msgctxt "installation"
101
- msgid ""
102
- "This plugin requires <strong>WordPress %s</strong> or higher so it has been "
103
- "deactivated."
104
- msgstr "این افزونه لازم است از <strong>وردپرس %s</strong> یا بالاتر استفاده کند."
105
-
106
- #: includes/admin/admin.php:651
107
- msgctxt "installation"
108
- msgid "Please upgrade WordPress and try again."
109
- msgstr "لطفا وردپرس خود را بروزرسانی کرده و دوباره سعی کنید."
110
-
111
- #: includes/admin/admin.php:652
112
- msgctxt "installation"
113
- msgid "Back to the WordPress <a href=\"%s\">Plugins page</a>"
114
- msgstr "برگشت به <a href=\"%s\">صفحه افزونه ها</a> وردپرس"
115
-
116
- #: includes/admin/custom-fields.php:25 includes/admin/settings.php:195
117
- #: includes/admin/views.php:194
118
- msgid "You do not have sufficient permissions to access this page."
119
- msgstr "شما مجوز کافی برای دسترسی به این صفحه را ندارید."
120
-
121
- #: includes/admin/custom-fields.php:48 includes/admin/views.php:204
122
- msgid "Changes undone."
123
- msgstr "تغییرات لغو شد."
124
-
125
- #: includes/admin/custom-fields.php:61 includes/admin/views.php:206
126
- msgid "Defaults restored."
127
- msgstr "پیشفرض ها بازگردانی شدند."
128
-
129
- #: includes/admin/custom-fields.php:109
130
- msgid "Fields saved."
131
- msgstr "فیلدها ذخیره شدند."
132
-
133
- #. translators: On the Views admin screen.
134
- #: includes/admin/custom-fields.php:120 includes/admin/settings.php:20
135
- #: includes/admin/settings.php:21 includes/admin/views/group-fields.php:4
136
- msgid "Fields"
137
- msgstr "فیلدها"
138
-
139
- #: includes/admin/custom-fields.php:125
140
- msgid "Fields will appear in this order on the form."
141
- msgstr "فیلدها در فرم ایجاد شده ظاهر می گردند."
142
-
143
- #: includes/admin/custom-fields.php:126
144
- msgid "Reorder by grabbing the %s icon."
145
- msgstr "مرتب سازی جعبه ها با گرفتن آیکن %s"
146
-
147
- #: includes/admin/custom-fields.php:127
148
- msgid "Click the field name to expand its options panel."
149
- msgstr "برای گشودن گزینه های پنل بر روی نام فیلد کلیک کنید."
150
-
151
- #: includes/admin/custom-fields.php:128
152
- msgctxt "link"
153
- msgid "Full tutorial"
154
- msgstr "آموزش کامل"
155
-
156
- #: includes/admin/custom-fields.php:129
157
- msgid "More form settings <a href=\"%s\">here</a>."
158
- msgstr "تنظیمات بیشتر فرم از <a href=\"%s\">اینجا</a>."
159
-
160
- #: includes/admin/custom-fields.php:147
161
- msgid "Add New Field"
162
- msgstr "اضافه کردن فیلد جدید"
163
-
164
- #: includes/admin/custom-fields.php:153 includes/admin/views.php:179
165
- msgid "Undo Changes"
166
- msgstr "لغو تغییرات"
167
-
168
- #: includes/admin/custom-fields.php:154 includes/admin/views.php:180
169
- msgid "Restore Defaults"
170
- msgstr "بازگردانی به پیشفرض"
171
-
172
- #: includes/admin/custom-fields.php:208
173
- msgctxt "noun"
174
- msgid "Label"
175
- msgstr "برچسب"
176
-
177
- #: includes/admin/custom-fields.php:211
178
- msgid "This appears on the form."
179
- msgstr "در فرم ظاهر می شود."
180
-
181
- #: includes/admin/custom-fields.php:219
182
- msgctxt "noun"
183
- msgid "Name"
184
- msgstr "نام"
185
-
186
- #: includes/admin/custom-fields.php:224
187
- msgid "Use only lowercase letters, numbers, and underscores."
188
- msgstr "استفاده از حروف کوچک، اعداد و زیرخط."
189
-
190
- #: includes/admin/custom-fields.php:225
191
- msgid "Cannot be \"name\" or \"date\"."
192
- msgstr "\"نام\" و يا \"تاريخ\" نمی تواند باشد."
193
-
194
- #: includes/admin/custom-fields.php:242
195
- msgctxt "noun"
196
- msgid "Type"
197
- msgstr "نوع"
198
-
199
- #: includes/admin/custom-fields.php:267
200
- msgid "Post Fields"
201
- msgstr "فیلدهای ارسال"
202
-
203
- #. translators: On the Views admin screen.
204
- #: includes/admin/custom-fields.php:274
205
- #: includes/admin/views/option-client-section.php:3
206
- msgid "Custom Fields"
207
- msgstr "فیلدهای دلخواه"
208
-
209
- #: includes/admin/custom-fields.php:285
210
- msgid "Optional Fields"
211
- msgstr "فیلدهای اختیاری"
212
-
213
- #: includes/admin/custom-fields.php:355
214
- #: includes/class-strong-views-list-table.php:77
215
- msgid "Delete"
216
- msgstr "حذف"
217
-
218
- #: includes/admin/custom-fields.php:357
219
- msgctxt "verb"
220
- msgid "Close"
221
- msgstr "بسته"
222
-
223
- #: includes/admin/custom-fields.php:381
224
- msgid "Required"
225
- msgstr "ضروری"
226
-
227
- #: includes/admin/custom-fields.php:398
228
- msgid "Placeholder"
229
- msgstr "متن محو شونده"
230
-
231
- #: includes/admin/custom-fields.php:408 includes/admin/settings/form.php:105
232
- msgid "Before"
233
- msgstr "قبل"
234
-
235
- #: includes/admin/custom-fields.php:416 includes/admin/settings/form.php:112
236
- msgid "After"
237
- msgstr "بعد"
238
-
239
- #: includes/admin/custom-fields.php:437
240
- msgid "Admin Table"
241
- msgstr "جدول مدیر"
242
-
243
- #: includes/admin/custom-fields.php:442
244
- msgid "required"
245
- msgstr "ضروری"
246
-
247
- #: includes/admin/guide/guide.php:14
248
- msgid "Strong Testimonials Guide"
249
- msgstr "راهنمای قوی توصیفات"
250
-
251
- #. translators: In the Guide.
252
- #: includes/admin/guide/guide.php:18
253
- msgid "Welcome"
254
- msgstr "خوش آمدید"
255
-
256
- #: includes/admin/guide/guide.php:21
257
- msgid "Getting Started"
258
- msgstr "شروع کردن"
259
-
260
- #: includes/admin/guide/guide.php:24 includes/admin/guide/views.php:5
261
- #: includes/admin/settings.php:13 includes/admin/settings.php:14
262
- #: includes/admin/views.php:240
263
- msgid "Views"
264
- msgstr "چشم انداز‌ها"
265
-
266
- #: includes/admin/guide/guide.php:27 includes/admin/guide/templates.php:6
267
- msgid "Templates"
268
- msgstr "پوسته ها"
269
-
270
- #: includes/admin/guide/guide.php:30 includes/admin/guide/translation.php:6
271
- msgid "Translation"
272
- msgstr "ترجمه"
273
-
274
- #: includes/admin/guide/guide.php:33
275
- msgid "Page Builders"
276
- msgstr "صفحه سازها"
277
-
278
- #: includes/admin/guide/plugin-sidebar.php:10
279
- msgid ""
280
- "Use the <a href=\"%s\" target=\"_blank\">support forum</a> or <a href=\"%s\" "
281
- "target=\"_blank\">contact me</a>."
282
- msgstr ""
283
- "از <a href=\"%s\" target=\"_blank\">انجمن پشتیبانی</a> یا <a href=\"%s\" target="
284
- "\"_blank\">تماس با من</a> استفاده کنید."
285
 
286
- #: includes/admin/guide/plugin-sidebar.php:15
287
- msgid "Help? Idea? Bug?"
288
- msgstr "کمک؟ ایده؟ مشکل؟"
289
 
290
- #: includes/admin/guide/plugin-sidebar.php:25
291
- msgid "<a href=\"%s\" target=\"_blank\">How to customize the form</a>"
292
- msgstr "<a href=\"%s\" target=\"_blank\">چگونه فرم را شخصی سازی کنیم</a>"
293
 
294
- #: includes/admin/guide/plugin-sidebar.php:31
295
- msgid "<a href=\"%s\" target=\"_blank\">See the new demos</a>"
296
- msgstr "<a href=\"%s\" target=\"_blank\">مشاهده نسخه های نمایشی جدید</a>"
297
 
298
- #: includes/admin/guide/plugin-sidebar.php:37
299
- msgid "<a href=\"%s\" target=\"_blank\">Subscribe to the newsletter</a>"
300
- msgstr "<a href=\"%s\" target=\"_blank\">اشتراک در خبرنامه</a>"
301
 
302
- #: includes/admin/guide/plugin-sidebar.php:42
303
- msgid "More resources"
304
- msgstr "منابع بیشتر"
305
 
306
- #: includes/admin/guide/plugin-sidebar.php:54
307
- msgid "Post an honest <a href=\"%s\" target=\"_blank\">review</a> on wordpress.org."
308
- msgstr ""
309
- "<a href=\"%s\" target=\"_blank\">نظر</a> خود را صادقانه در وردپرس ارسال کنید."
310
 
311
- #: includes/admin/guide/plugin-sidebar.php:59
312
- msgid ""
313
- "<a href=\"%s\" target=\"_blank\">Donate</a> to the Theme & Plugin Compatibility "
314
- "Fund."
315
- msgstr "<a href=\"%s\" target=\"_blank\">اهدا</a> به صندوق پوسته ها و افزونه."
316
 
317
- #: includes/admin/guide/plugin-sidebar.php:64
318
- msgid "Want to help?"
319
- msgstr "نیاز به کمک دارید؟"
320
 
321
- #: includes/admin/guide/start.php:6
322
- msgid "How to display your testimonials"
323
- msgstr "چگونه توصیفاتی خود را نمایش دهید."
324
 
325
- #: includes/admin/guide/start.php:8
326
- msgid "1. Enter any existing testimonials and optional categories."
327
- msgstr "۱-توصیفات موجود و دسته بندی های انتخابی را وارد کنید."
328
 
329
- #: includes/admin/guide/start.php:10
330
- msgid "2. Create a <b>View</b> to display them in a list or a slideshow."
331
- msgstr "۲-<b>چشم انداز</b> را بصورت لیست یا اسلایدشو ایجاد کنید."
332
 
333
- #: includes/admin/guide/start.php:12
334
- msgid ""
335
- "3. Add the View to a page using its <b>shortcode</b> or add it to a sidebar using "
336
- "the <b>widget</b>."
337
- msgstr ""
338
- "۳-برای نمایش در صفحات از <b>کد کوتاه</b> و برای استفاده در نوار ابزار از "
339
- "<b>ابزارک</b> استفاده کنید."
340
 
341
- #: includes/admin/guide/start.php:14
342
- msgid "Views provide many features. Learn more on the Views tab or jump right in!"
343
- msgstr ""
344
- "چشم اندازها شامل بسیاری از ویژگی هاست. برای اطلاعات بیشتر به تب چشم انداز مراجعه "
345
- "کنید."
346
 
347
- #: includes/admin/guide/start.php:16
348
- msgid "How to add a testimonial submission form"
349
- msgstr "چگونه یک فرم تسلیم توصیف اضافه کنید"
350
 
351
- #: includes/admin/guide/start.php:18
352
- msgid ""
353
- "1. Create a new View and select <b>Form</b> mode. Add it via shortcode or widget."
354
- msgstr "۱-چشم انداز جدیدی اضافه و حالت <b>فرم</b> را انتخاب کنید."
355
 
356
- #: includes/admin/guide/start.php:20
357
- msgid "2. Go to the <b>Fields</b> screen if you want to customize the form fields."
358
- msgstr "۲-اگر نیاز به شخصی سازی فیلدهای فرم دارید به قسمت <b>فیلدها</b> بروید."
359
 
360
- #: includes/admin/guide/start.php:22
361
- msgid ""
362
- "The form has more options like messages and anti-spam on the <b>Settings</b> "
363
- "screen."
364
- msgstr ""
365
- "در قسمت تنظیمات فرم، گزینه های بیشتری همانند پیام و ضد هرزنامه نیز وجود دارد."
366
 
367
- #: includes/admin/guide/templates.php:8
368
- msgid "The <strong>Default</strong> template is a good place to start."
369
- msgstr "پوسته <strong>پیشفرض</strong> محل خوبی برای شروع است."
370
 
371
- #: includes/admin/guide/templates.php:10
372
- msgid ""
373
- "The <strong>Simple</strong> template has minimal style and may be the best option "
374
- "for matching your theme."
375
- msgstr ""
376
- "پوسته <strong>ساده</strong> با داشتن استایل مینیمال بهترین گزینه برای تطبیق با "
377
- "قالب شماست."
378
 
379
- #: includes/admin/guide/templates.php:12
380
- msgid ""
381
- "The <strong>Widget</strong> template has smaller sizing for use in a sidebar or "
382
- "other widget area."
383
- msgstr ""
384
- "پوسته <strong>ابزارک</strong> دارای اندازه ای کوچک برای استفاده در نوار کناری یا "
385
- "محیط ابزارک است."
386
 
387
- #: includes/admin/guide/templates.php:14
388
- msgid ""
389
- "The <strong>Unstyled</strong> template includes no stylesheet and is a good "
390
- "foundation for theme experts."
391
- msgstr ""
392
- "پوسته <strong>بدون استایل شده</strong> شامل هیچ استایلی نمی باشد و مبنای خوبی برای "
393
- "آشنایان به قالب است."
394
 
395
- #: includes/admin/guide/templates.php:16
396
- msgid "Background colors and layout options are available for all templates."
397
- msgstr "رنگ پس زمینه و گزینه های لایه برای تمام پوسته ها در دسترس است."
398
 
399
- #: includes/admin/guide/templates.php:18
400
- msgid ""
401
- "Feel free to ask for help with minor style changes to add to a <a href=\"https://"
402
- "thethemefoundry.com/blog/wordpress-child-theme/\" target=\"_blank\">child theme</"
403
- "a> or <a href=\"https://wordpress.org/plugins/so-css/\" target=\"_blank\">custom "
404
- "CSS</a>."
405
- msgstr ""
406
- "راهنمایی رایگان همراه با تغییرات جزئی استایل برای اضافه کردن در <a href=\"https://"
407
- "thethemefoundry.com/blog/wordpress-child-theme/\" target=\"_blank\">child theme</"
408
- "a> و <a href=\"https://wordpress.org/plugins/so-css/\" target=\"_blank\">custom "
409
- "CSS</a>."
410
 
411
- #: includes/admin/guide/templates.php:20
412
- msgid ""
413
- "New templates will be added occasionally. A premium add-on with a variety of "
414
- "modern templates will be available soon."
415
- msgstr ""
416
- "گهگاه پوسته های جدید اضافه خواهند شد. همچنین افزودنی های غیررایگان همراه با انواع "
417
- "پوسته های مدرن بزودی در دسترس قرار خواهند گرفت."
418
 
419
- #: includes/admin/guide/templates.php:22
420
- msgid "New template functions are also available."
421
- msgstr "توابع جدید پوسته نیز در دسترس هستند."
422
 
423
- #: includes/admin/guide/templates.php:24
424
- msgid ""
425
- "Visit <a href=\"https://www.wpmission.com/strong-testimonials\" target=\"_blank"
426
- "\">WP Mission</a> for more information on customizing templates."
427
- msgstr ""
428
- "برای اطلاعات بیشتر در مورد شخصی سازی پوسته ها از <a href=\"https://www.wpmission."
429
- "com/strong-testimonials\" target=\"_blank\">WP Mission</a> دیدن کنید."
430
 
431
- #: includes/admin/guide/translation.php:8
432
- msgid "The plugin is compatible with WPML and Polylang."
433
- msgstr "افزونه با WPML و Polylang سازگار است."
434
 
435
- #: includes/admin/guide/translation.php:10
436
- msgid "In WPML, three domains are added to the String Translation screen."
437
- msgstr "در WPML، سه دامنه به رشته صفحه ترجمه اضافه شده است."
438
 
439
- #: includes/admin/guide/translation.php:12
440
- msgid ""
441
- "In Polylang, the domains are added to the String Translation tab on the Languages "
442
- "screen."
443
- msgstr "در Polylang، دامنه ها به زبانه‌ی رشته ترجمه در صفحه زبان ها اضافه شده است."
444
 
445
- #: includes/admin/guide/translation.php:35
446
- msgid ""
447
- "These domains are updated automatically when your form fields or settings change."
448
- msgstr "این دامنه ها در صورت تغییر تنظیمات فیلدها بصورت خودکار بروز می شوند."
449
 
450
- #: includes/admin/guide/views.php:7
451
- msgid "A View is simply a group of settings"
452
- msgstr " تعدادی از تنظیمات ساده چشم انداز"
453
 
454
- #: includes/admin/guide/views.php:9
455
- msgid ""
456
- "Views can display your testimonials in a <b>list</b>, create a <b>slideshow</b>, "
457
- "or show the front-end <b>form</b>. They are easy to learn and adjust as they "
458
- "combine all the features into a single intuitive configuration screen."
459
- msgstr ""
460
- "چشم اندازها می تواند توصیفات شما را در <b>لیست</b> یا <b>اسلایدشو</b> به نمایش "
461
- "بگذارند. همچنین میتوانید برای دریافت توصیفات <b>فرم</b> طراحی کنید. یادگیری این "
462
- "موارد بسیار آسان و همه این ویژگی ها در صفحه پیکربندی در دسترس است."
463
 
464
- #: includes/admin/guide/views.php:11
465
- msgid "Display Mode - to show one or more testimonials"
466
- msgstr "حالت نمایش - نمایش یک یا چند توصیف"
467
 
468
- #: includes/admin/guide/views.php:13
469
- msgid "how many to show"
470
- msgstr "چه تعدادی نشان داده شود"
471
 
472
- #: includes/admin/guide/views.php:14
473
- msgid "which categories to include"
474
- msgstr "کدام دسته بندی ها را شامل شود"
475
 
476
- #: includes/admin/guide/views.php:15
477
- msgid "the sort order"
478
- msgstr "مرتب کردن"
479
 
480
- #: includes/admin/guide/views.php:16
481
- msgid "show the full content, the excerpt, or up to a specific length"
482
- msgstr "نمایش کامل محتوا، چکیده، یا با طول مشخص"
483
 
484
- #: includes/admin/guide/views.php:17
485
- msgid "which fields to include"
486
- msgstr "شامل کدام فیلدها شود"
487
 
488
- #: includes/admin/guide/views.php:18
489
- msgid "the size of the Featured Image (thumbnail)"
490
- msgstr "اندازه تصویر ویژه(شاخص)"
491
 
492
- #: includes/admin/guide/views.php:19
493
- msgid "open the full-size image in a lightbox"
494
- msgstr "باز شدن تصویر با اندازه کامل در لایت باکس"
495
 
496
- #: includes/admin/guide/views.php:20
497
- msgid "pagination"
498
- msgstr "صفحه بندی"
499
 
500
- #: includes/admin/guide/views.php:21
501
- msgid "a \"Read more\" link to the full post or another page"
502
- msgstr "لینک «خواندن بیشتر» به پست کامل یا صفحه دیگر"
503
 
504
- #: includes/admin/guide/views.php:22
505
- msgid "choose a template and layout (more coming soon!)"
506
- msgstr "انتخاب پوسته و لایه (بزودی بیشتر می شود)"
507
 
508
- #: includes/admin/guide/views.php:23
509
- msgid "set the background color"
510
- msgstr "تنظیم رنگ پس زمینه"
511
 
512
- #: includes/admin/guide/views.php:24 includes/admin/guide/views.php:40
513
- msgid "add custom CSS classes to match your theme"
514
- msgstr "اضافه کردن CSS سفارشی برای همخوانی با پوسته"
515
 
516
- #: includes/admin/guide/views.php:27
517
- msgid "Slideshow Mode - to rotate through your testimonials"
518
- msgstr "حالت اسلایدشو - از طریق چرخش توصیفات شما"
519
 
520
- #: includes/admin/guide/views.php:29
521
- msgid "All the options of Display mode (except for pagination) plus:"
522
- msgstr "تمام گزینه های حالت نمایش (به جز برای صفحه بندی):"
523
 
524
- #: includes/admin/guide/views.php:31
525
- msgid "how long each slide is displayed"
526
- msgstr "هر اسلاید چه مدت به نمایش در می آید"
527
 
528
- #: includes/admin/guide/views.php:32
529
- msgid "how long the transition effect lasts"
530
- msgstr "افکت ترنزیشن چه مدت طول می کشد"
531
 
532
- #: includes/admin/guide/views.php:33
533
- msgid "whether to pause the slideshow when the mouse hovers over it"
534
- msgstr "آیا زمانی که موس بر روی اسلایدشو قرار می گیرد مکث کند"
535
 
536
- #: includes/admin/guide/views.php:36
537
- msgid "Form Mode - to add a testimonial submission form"
538
- msgstr "حالت فرم - اضافه کردن فرم ارسال توصیفات"
539
 
540
- #: includes/admin/guide/views.php:38
541
- msgid "assign new testimonials to specific categories"
542
- msgstr "اختصاص توصیفات جدید به دسته بندی های خاص"
543
 
544
- #: includes/admin/guide/views.php:39
545
- msgid "choose a template"
546
- msgstr "انتخاب پوسته"
547
 
548
- #: includes/admin/guide/welcome.php:5
549
- msgid "Welcome to Strong Testimonials version 2.0"
550
- msgstr "به Strong Testimonials نسخه 2.0 خوش آمدید."
551
 
552
- #: includes/admin/guide/welcome.php:7
553
- msgid "What's new"
554
- msgstr "چه چیزی جدید است"
555
 
556
- #: includes/admin/guide/welcome.php:9
557
- msgid ""
558
- "The &#91;strong&#93; and &#91;wpmtst&#93; shortcodes and the original widget have "
559
- "been removed."
560
- msgstr "شورتکدهای &#91;strong&#93; و &#91;wpmtst&#93 و ابزارک اصلی حذف شده اند."
561
 
562
- #: includes/admin/guide/welcome.php:11
563
- msgid "Improved compatibility with WPML & Polylang."
564
- msgstr "بهبود یافته و سازگار شده با WPML & Polylang."
565
 
566
- #: includes/admin/guide/welcome.php:13
567
- msgid "Improved handling of special characters in the Fields editor."
568
- msgstr "کاراکترهای ویژه در ویرایشگر فیلدها بهبود یافته است."
569
 
570
- #: includes/admin/guide/welcome.php:15
571
- msgid "Thanks for choosing Strong Testimonials!"
572
- msgstr "برای انتخاب افزونه توصیفات قوی از شما متشکریم!"
573
 
574
- #: includes/admin/pointers.php:51 includes/admin/pointers.php:62
575
- msgid "New in version %s"
576
- msgstr "جدید در این نسخه %s"
577
 
578
- #: includes/admin/pointers.php:52
579
- msgid ""
580
- "Works with multiple lightbox plugins like <a href=\"https://wordpress.org/plugins/"
581
- "simple-colorbox/\" target=\"_blank\">Simple Colorbox</a> and <a href=\"https://"
582
- "wordpress.org/plugins/simple-lightbox/\" target=\"_blank\">Simple Lightbox</a>."
583
- msgstr ""
584
- "با افزونه های مختلف لایت باکس کار می کند. مانند: <a href=\"https://wordpress.org/"
585
- "plugins/simple-colorbox/\" target=\"_blank\">Simple Colorbox</a> and <a href="
586
- "\"https://wordpress.org/plugins/simple-lightbox/\" target=\"_blank\">Simple "
587
- "Lightbox</a>."
588
 
589
- #: includes/admin/pointers.php:63
590
- msgid ""
591
- "New link type: Create a link using a field and its label. Great for social media "
592
- "profiles."
593
- msgstr ""
594
- "لینک جدید: ساختن یک لینک با استفاده از یک فیلد و برچسب. برای پروفایلهای شبکه های "
595
- "اجتماعی عالی است."
596
-
597
- #: includes/admin/settings/email-from.php:5
598
- msgid "From:"
599
- msgstr "فرم:"
600
-
601
- #: includes/admin/settings/email-from.php:15 includes/admin/settings/email-to.php:15
602
- #: includes/defaults.php:153 includes/defaults.php:223
603
- msgid "Email"
604
- msgstr "ایمیل"
605
-
606
- #: includes/admin/settings/email-from.php:20 includes/admin/settings/recipient.php:9
607
- msgid "(optional)"
608
- msgstr "(اختیاری)"
609
-
610
- #: includes/admin/settings/email-from.php:28
611
- #: includes/admin/settings/recipient.php:18
612
- msgid "site admin email:"
613
- msgstr "ایمیل مدیر سایت:"
614
-
615
- #: includes/admin/settings/email-from.php:34
616
- msgid "sender's email"
617
- msgstr "ارسال کننده ایمیل"
618
-
619
- #: includes/admin/settings/email-to.php:5
620
- msgid "To:"
621
- msgstr "به:"
622
-
623
- #: includes/admin/settings/email.php:3
624
- msgid "Template tags for Subject and Message:"
625
- msgstr "پوسته برچسب ها برای موضوع و پیام"
626
-
627
- #: includes/admin/settings/email.php:6
628
- msgid "the site title"
629
- msgstr "عنوان سایت"
630
-
631
- #: includes/admin/settings/email.php:7
632
- msgid "the testimonial title"
633
- msgstr "عنوان توصیف"
634
-
635
- #: includes/admin/settings/email.php:8
636
- msgid "the testimonial content"
637
- msgstr "محتوای توصیف"
638
-
639
- #: includes/admin/settings/email.php:9
640
- msgid "pending or published"
641
- msgstr "در انتظار یا منتشر شده"
642
-
643
- #: includes/admin/settings/email.php:10
644
- msgid "pattern for custom fields:"
645
- msgstr "الگو برای فیلدهای سفارشی:"
646
-
647
- #: includes/admin/settings/email.php:10
648
- msgid "for example:"
649
- msgstr "برای مثال:"
650
-
651
- #: includes/admin/settings/email.php:17
652
- msgid "Subject:"
653
- msgstr "موضوع:"
654
-
655
- #: includes/admin/settings/email.php:25
656
- msgid "subject line"
657
- msgstr " خط موضوع"
658
-
659
- #: includes/admin/settings/email.php:37
660
- msgid "Message:"
661
- msgstr "پیام:"
662
-
663
- #: includes/admin/settings/email.php:45
664
- msgid "message text"
665
- msgstr "متن پیام"
666
-
667
- #: includes/admin/settings/form.php:12
668
- msgid "Form Labels & Messages"
669
- msgstr "برچسب فرم و پیام"
670
-
671
- #: includes/admin/settings/form.php:31
672
- msgctxt "singular"
673
- msgid "restore default"
674
- msgstr "بازگردانی به پیشفرض"
675
-
676
- #: includes/admin/settings/form.php:37
677
- msgctxt "multiple"
678
- msgid "Restore Defaults"
679
- msgstr "بازگردانی به پیشفرض"
680
-
681
- #: includes/admin/settings/form.php:43
682
- msgctxt "noun"
683
- msgid "Form Actions"
684
- msgstr "فعالیت های فرم"
685
-
686
- #: includes/admin/settings/form.php:48
687
- msgid "Post status"
688
- msgstr "وضعیت ارسال"
689
-
690
- #: includes/admin/settings/form.php:55
691
- msgid "Pending"
692
- msgstr "در انتظار"
693
-
694
- #: includes/admin/settings/form.php:61
695
- msgid "Published"
696
- msgstr "منتشر شده"
697
-
698
- #: includes/admin/settings/form.php:70
699
- msgid "Notification"
700
- msgstr "اعلانیه"
701
-
702
- #: includes/admin/settings/form.php:78
703
- msgid "Send an email upon new testimonial submission"
704
- msgstr "ارسال ایمیل به محض فرستادن توصیف جدید"
705
 
706
- #: includes/admin/settings/form.php:92
707
- msgid "Form Spam Control"
708
- msgstr "کنترل فرم هرزنامه"
709
 
710
- #: includes/admin/settings/form.php:97
711
- msgctxt "spam control techniques"
712
- msgid "Honeypot"
713
- msgstr "هانی‌پات"
714
 
715
- #: includes/admin/settings/form.php:100
716
- msgid ""
717
- "These methods are both time-tested and widely used. They can be used "
718
- "simultaneously for more protection."
719
- msgstr ""
720
- "این روشها به صورت گسترده ای مورد استفاده قرار گرفته است. آنها می توانند به صورت "
721
- "همزمان برای محافظت بیشتر استفاده شود."
722
 
723
- #: includes/admin/settings/form.php:107
724
- msgid ""
725
- "Traps spambots by adding an extra empty field that is invisible to humans but not "
726
- "to spambots which tend to fill in every field they find in the form code. Empty "
727
- "field = human. Not empty = spambot."
728
- msgstr ""
729
- "تله رباتها برای شناسایی رباتهای هرزنامه یک فیلد خالی که برای انسان قابل مشاهده "
730
- "نیست اما برای ربات ها قابل رویت است ایجاد می کند. رباتها تمایل به پر کردن این "
731
- "فیلدها دارند. اگر فیلد خالی بود=انسان. اگر فیلد خالی نبود=ربات."
732
 
733
- #: includes/admin/settings/form.php:114
734
- msgid "Recommended."
735
- msgstr "توصیه شده."
736
 
737
- #: includes/admin/settings/form.php:114
738
- msgid ""
739
- "Traps spambots by using JavaScript to add a new field as soon as the form is "
740
- "submitted. Since spambots cannot run JavaScript, the new field never gets added. "
741
- "New field = human. Missing = spambot."
742
- msgstr ""
743
- "تله رباتهای هرزنامه برای شناسایی رباتها با استفاده از جاوااسکریپت به محض ارسال شدن "
744
- "فرم یک فیلد اضافه می کند. از آنجا که رباتها نمی توانند جاوااسکریپت را اجرا کنند، "
745
- "پس فیلد جدید ایجاد نمی شود. فیلد جدید=انسان. درغیر اینصورت=ربات."
746
 
747
- #: includes/admin/settings/form.php:121
748
- msgid "Captcha"
749
- msgstr "کد امنیتی"
750
 
751
- #: includes/admin/settings/form.php:124
752
- msgid ""
753
- "Can be used alongside honeypot methods. Be sure to configure any plugins first, if "
754
- "necessary."
755
- msgstr ""
756
- "می توان در کنار روشهای هانی‌پات استفاده گردد. در صورت لزوم مطمئن شوید هر افزونه "
757
- "ابتدا پیکربندی شود."
758
-
759
- #: includes/admin/settings/form.php:144
760
- msgctxt "link"
761
- msgid "settings"
762
- msgstr "تنظیمات"
763
-
764
- #: includes/admin/settings/form.php:146
765
- msgid "no settings"
766
- msgstr "بدون تنظیمات"
767
-
768
- #: includes/admin/settings/form.php:151
769
- msgctxt "adjective"
770
- msgid "inactive"
771
- msgstr "غیرفعال"
772
-
773
- #: includes/admin/settings/form.php:157
774
- msgid "not installed"
775
- msgstr "نصب نشده"
776
-
777
- #: includes/admin/settings/form.php:158
778
- msgctxt "link"
779
- msgid "install plugin"
780
- msgstr "نصب افزونه"
781
-
782
- #: includes/admin/settings/form.php:162
783
- msgctxt "link"
784
- msgid "plugin page"
785
- msgstr "صفحه افزونه"
786
-
787
- #: includes/admin/settings/general.php:14
788
- msgid "Reordering"
789
- msgstr "مرتب سازی مجدد"
790
-
791
- #: includes/admin/settings/general.php:19
792
- msgid "Enable drag-and-drop reordering in the testimonial list."
793
- msgstr "فعال کردن مرتب سازی مجدد کشیدن و رها کردن در لیست توصیفات"
794
-
795
- #: includes/admin/settings/licenses.php:19
796
- msgid "Multiple Forms License Key"
797
- msgstr "کلید مجوز فرم های متعدد"
798
-
799
- #: includes/admin/settings/licenses.php:29 includes/admin/settings/licenses.php:39
800
- msgid "Activate License"
801
- msgstr "فعال کردن مجوز"
802
-
803
- #: includes/admin/settings/licenses.php:33
804
- msgid "active"
805
- msgstr "فعال کردن"
806
-
807
- #: includes/admin/settings/licenses.php:35
808
- msgid "Deactivate License"
809
- msgstr "غیرفعال کردن مجوز"
810
-
811
- #: includes/admin/settings/recipient.php:22 includes/admin/settings/recipient.php:29
812
- msgid "email address"
813
- msgstr "نشانی ایمیل"
814
-
815
- #: includes/admin/settings.php:28 includes/admin/settings.php:29
816
- msgid "Settings"
817
- msgstr "تنظیمات"
818
-
819
- #: includes/admin/settings.php:35 includes/admin/settings.php:36
820
- msgctxt "noun"
821
- msgid "Guide"
822
- msgstr "راهنما"
823
-
824
- #: includes/admin/settings.php:199
825
- msgid "Testimonial Settings"
826
- msgstr "تنظیمات توصیف"
827
-
828
- #: includes/admin/settings.php:203
829
- msgid "Settings saved."
830
- msgstr "تنظیمات ذخیره شد."
831
-
832
- #: includes/admin/settings.php:215
833
- msgctxt "adjective"
834
- msgid "General"
835
- msgstr "عمومی"
836
-
837
- #: includes/admin/settings.php:216 includes/defaults.php:364
838
- msgid "Form"
839
- msgstr "فرم"
840
-
841
- #: includes/admin/settings.php:218
842
- msgid "Licenses"
843
- msgstr "مجوزها"
844
-
845
- #: includes/admin/settings.php:239
846
- msgid "Save Changes"
847
- msgstr "ذخیره تغییرات"
848
-
849
- #. translators: On the Views admin screen.
850
- #: includes/admin/views/group-extra.php:4
851
- msgid "Extra"
852
- msgstr "اضافی"
853
-
854
- #. translators: On the Views admin screen.
855
- #: includes/admin/views/group-form.php:4
856
- msgid "Actions"
857
- msgstr "فعالیت ها"
858
-
859
- #. translators: On the Views admin screen.
860
- #: includes/admin/views/group-general.php:4
861
- msgid "Options"
862
- msgstr "گزینه ها"
863
-
864
- #. translators: On the Views admin screen.
865
- #: includes/admin/views/group-select.php:4
866
- msgid "Select"
867
- msgstr "انتخاب"
868
-
869
- #. translators: On the Views admin screen.
870
- #: includes/admin/views/group-style.php:4
871
- msgid "Style"
872
- msgstr "سبک(استایل)"
873
-
874
- #. translators: This is on the Views admin screen.
875
- #: includes/admin/views/mode-slideshow.php:5
876
- #: includes/admin/views/option-timing.php:9
877
- msgctxt "slideshow setting"
878
- msgid "Show each for"
879
- msgstr "نمایش هریک برای"
880
-
881
- #: includes/admin/views/mode-slideshow.php:8
882
- #: includes/admin/views/mode-slideshow.php:15
883
- #: includes/admin/views/option-timing.php:12
884
- #: includes/admin/views/option-timing.php:19
885
- msgctxt "time setting"
886
- msgid "seconds"
887
- msgstr "ثانیه"
888
-
889
- #: includes/admin/views/mode-slideshow.php:12
890
- #: includes/admin/views/option-timing.php:16
891
- msgctxt "slideshow setting"
892
- msgid "Fade transition for"
893
- msgstr "محو شدن برای"
894
-
895
- #: includes/admin/views/mode-slideshow.php:20
896
- #: includes/admin/views/option-timing.php:24
897
- msgctxt "slideshow setting"
898
- msgid "Pause on hover"
899
- msgstr "توقف در حالت شناور"
900
-
901
- #. translators: On the Views admin screen.
902
- #: includes/admin/views/mode.php:4
903
- msgid "Mode:"
904
- msgstr "حالت"
905
-
906
- #: includes/admin/views/option-background.php:3
907
- msgid "Background"
908
- msgstr "پس زمینه"
909
-
910
- #: includes/admin/views/option-background.php:14
911
- msgid "none"
912
- msgstr "هیچکدام"
913
-
914
- #: includes/admin/views/option-background.php:18
915
- msgid "single color"
916
- msgstr "تک رنگ"
917
-
918
- #: includes/admin/views/option-background.php:22
919
- msgid "gradient"
920
- msgstr "گرادینت"
921
-
922
- #: includes/admin/views/option-background.php:26
923
- msgid "preset"
924
- msgstr "از پیش تعیین شده"
925
-
926
- #: includes/admin/views/option-background.php:51
927
- msgid "From top"
928
- msgstr "از بالا"
929
-
930
- #: includes/admin/views/option-background.php:59
931
- msgid "To bottom"
932
- msgstr "به پایین"
933
-
934
- #: includes/admin/views/option-background.php:94
935
- msgid "dark"
936
- msgstr "تیره"
937
-
938
- #: includes/admin/views/option-background.php:96
939
- msgid "light"
940
- msgstr "روشن"
941
-
942
- #. translators: On the Views admin screen.
943
- #: includes/admin/views/option-boilerplate.php:4
944
- msgid "Option Name"
945
- msgstr "گزینه نام"
946
-
947
- #: includes/admin/views/option-boilerplate.php:11
948
- msgid "yes"
949
- msgstr "بله"
950
-
951
- #: includes/admin/views/option-boilerplate.php:14
952
- msgid "no"
953
- msgstr "خیر"
954
-
955
- #: includes/admin/views/option-boilerplate.php:17
956
- msgid "maybe"
957
- msgstr "شاید"
958
-
959
- #: includes/admin/views/option-boilerplate.php:24
960
- msgid "Yes"
961
- msgstr "بله"
962
-
963
- #: includes/admin/views/option-boilerplate.php:30
964
- msgid "No"
965
- msgstr "خیر"
966
-
967
- #: includes/admin/views/option-boilerplate.php:36
968
- msgid "Maybe"
969
- msgstr "شاید"
970
-
971
- #. translators: On the Views admin screen.
972
- #: includes/admin/views/option-category.php:4 includes/post-types.php:49
973
- msgid "Categories"
974
- msgstr "دسته بندی ها"
975
-
976
- #: includes/admin/views/option-category.php:16
977
- #: includes/admin/views/option-limit.php:11
978
- msgid "all"
979
- msgstr "همه"
980
-
981
- #: includes/admin/views/option-category.php:17
982
- msgctxt "verb"
983
- msgid "select"
984
- msgstr "انتخاب"
985
-
986
- #: includes/admin/views/option-category.php:30
987
- #: includes/admin/views/option-form-category.php:15
988
- msgid "No categories found"
989
- msgstr "دسته بندی پیدا نشد"
990
-
991
- #: includes/admin/views/option-classes.php:3
992
- msgid "CSS Classes"
993
- msgstr "کلاس های سی‌اس‌اس"
994
-
995
- #: includes/admin/views/option-classes.php:9
996
- msgid "separated by spaces"
997
- msgstr "با فضای خالی از هم جدا شود"
998
-
999
- #: includes/admin/views/option-client-section.php:27
1000
- msgid "Add Field"
1001
- msgstr "اضافه کردن فیلد"
1002
-
1003
- #. translators: On the Views admin screen.
1004
- #: includes/admin/views/option-compat.php:4
1005
- msgid "Compatibility mode"
1006
- msgstr "حالت سازگاری"
1007
-
1008
- #: includes/admin/views/option-compat.php:14
1009
- msgid "off (default)"
1010
- msgstr "خاموش"
1011
-
1012
- #: includes/admin/views/option-compat.php:17
1013
- msgid "on"
1014
- msgstr "روشن"
1015
-
1016
- #: includes/admin/views/option-compat.php:27
1017
- msgid ""
1018
- "Turning this <b>on</b> may help if the form is not working, especially with page "
1019
- "builders and popup makers. "
1020
- msgstr ""
1021
- "اگر فرم کار نکند برای راهنمایی بهتر است <b>روشن</b> باشد. بخصوص با صفحه سازها و "
1022
- "popup makers."
1023
 
1024
- #: includes/admin/views/option-compat.php:30
1025
- msgid ""
1026
- "Required <b>on</b> if using the <a href=\"https://wordpress.org/plugins/popup-"
1027
- "maker/\" target=\"_blank\">Popup Maker</a> plugin."
1028
- msgstr ""
1029
- "ضروریست در صورت استفاده از افزونه <a href=\"https://wordpress.org/plugins/popup-"
1030
- "maker/\" target=\"_blank\">Popup Maker</a> <b>روشن</b> باشد. "
1031
- "<code>strong_testimonial_view()</code>."
1032
 
1033
- #: includes/admin/views/option-compat.php:36
1034
- msgid ""
1035
- "Turning this <b>on</b> may help if the slideshow is not working, especially with "
1036
- "page builders."
1037
- msgstr ""
1038
- "اگر اسلایدشو کار نکند برای راهنمایی بهتر است <b>روشن</b> باشد. بخصوص با صفحه سازها."
1039
 
1040
- #: includes/admin/views/option-compat.php:39
1041
- msgid ""
1042
- "Required <b>on</b> if using the template function <code>strong_testimonial_view()</"
1043
- "code>."
1044
- msgstr ""
1045
- "ضروریست در صورت استفاده از فانکشن پوسته <b>روشن</b> باشد. "
1046
- "<code>strong_testimonial_view()</code>."
1047
-
1048
- #. translators: On the Views admin screen.
1049
- #: includes/admin/views/option-content.php:4
1050
- msgid "Content"
1051
- msgstr "محتوا"
1052
-
1053
- #: includes/admin/views/option-content.php:11
1054
- msgctxt "display setting"
1055
- msgid "the full testimonial"
1056
- msgstr "توصیف بصورت کامل"
1057
-
1058
- #: includes/admin/views/option-content.php:14
1059
- msgctxt "display setting"
1060
- msgid "the excerpt"
1061
- msgstr "چکیده"
1062
-
1063
- #: includes/admin/views/option-content.php:17
1064
- msgctxt "display setting"
1065
- msgid "a specific length"
1066
- msgstr "طول مشخص شده"
1067
-
1068
- #: includes/admin/views/option-content.php:28
1069
- msgid "Will break on a space and add an ellipsis."
1070
- msgstr ""
1071
 
1072
- #: includes/admin/views/option-content.php:29
1073
- msgid "Will strip tags like &lt;em&gt; and &lt;strong&gt;."
1074
- msgstr "برچسب ها محروم خواهند بود مانند &lt;em&gt; و &lt;strong&gt;."
1075
 
1076
- #: includes/admin/views/option-content.php:36
1077
- msgid "Excerpts are hand-crafted summaries of your testimonial."
1078
- msgstr "چکیده ها خلاصه ای دست ساز از توصیف شماست."
1079
 
1080
- #: includes/admin/views/option-content.php:40
1081
- msgid ""
1082
- "You may need to enable them in the post editor like in this <a href=\"%s\" class="
1083
- "\"%s\">screenshot</a>."
1084
- msgstr ""
1085
- "شما ممکن است نیاز به فعال کردن آنها در ویرایشگر متن داشته باشید. مانند <a href="
1086
- "\"%s\" class=\"%s\">اسکرین شات</a>."
1087
-
1088
- #. translators: On the Views admin screen.
1089
- #: includes/admin/views/option-form-ajax.php:5
1090
- msgid "Submit form via Ajax"
1091
- msgstr "ارسال فرم از طریق آژاکس"
1092
-
1093
- #. translators: On the Views admin screen.
1094
- #: includes/admin/views/option-form-category.php:3
1095
- msgid "Assign new submissions to a category"
1096
- msgstr "اختصاص به یک دسته بندی"
1097
-
1098
- #. translators: On the Views admin screen.
1099
- #: includes/admin/views/option-form-template-list.php:3
1100
- #: includes/admin/views/option-template-list.php:3
1101
- msgid "Template"
1102
- msgstr "پوسته"
1103
-
1104
- #: includes/admin/views/option-form-template-list.php:19
1105
- #: includes/admin/views/option-template-list.php:19
1106
- #: includes/admin/views/option-template-list.php:42
1107
- msgid "not found"
1108
- msgstr "چیزی پیدا نشد"
1109
-
1110
- #. translators: On the Views admin screen.
1111
- #: includes/admin/views/option-id.php:7 includes/admin/views/option-read-more.php:55
1112
- msgid "&mdash; select &mdash;"
1113
- msgstr "&mdash; انتخاب &mdash;"
1114
-
1115
- #: includes/admin/views/option-id.php:10
1116
- msgid "(untitled)"
1117
- msgstr "(بدون عنوان)"
1118
-
1119
- #: includes/admin/views/option-id.php:16
1120
- msgctxt "to select a testimonial"
1121
- msgid "or enter its ID or slug"
1122
- msgstr "وارد کردن آیدی یا اسلاگ"
1123
-
1124
- #: includes/admin/views/option-layout.php:2
1125
- msgid "Layout"
1126
- msgstr "طرح"
1127
-
1128
- #: includes/admin/views/option-layout.php:14
1129
- msgid "normal"
1130
- msgstr "معمولی"
1131
-
1132
- #: includes/admin/views/option-layout.php:20
1133
- msgid "Masonry"
1134
- msgstr "ترتیبی (معماری)"
1135
-
1136
- #: includes/admin/views/option-layout.php:26
1137
- msgid "columns"
1138
- msgstr "ستونی"
1139
-
1140
- #: includes/admin/views/option-layout.php:32
1141
- msgid "grid"
1142
- msgstr "شبکه ای"
1143
-
1144
- #: includes/admin/views/option-layout.php:42
1145
- msgid "Normal layout."
1146
- msgstr "طرح معمولی"
1147
-
1148
- #: includes/admin/views/option-layout.php:53
1149
- msgid ""
1150
- "A cascading, responsive grid using the jQuery plugin <a href=\"%s\" target=\"_blank"
1151
- "\">Masonry</a>."
1152
- msgstr ""
1153
- "بصورت آبشاری و واکنشگرا با استفاده از افزونه جی کوئری <a href=\"%s\" target="
1154
- "\"_blank\">Masonry</a>."
1155
 
1156
- #: includes/admin/views/option-layout.php:54
1157
- msgid "The universal solution that works well regardless of testimonial lengths."
1158
- msgstr "راه حلی کلی که صرفنظر از طول توصیف بخوبی کار می کند."
1159
 
1160
- #: includes/admin/views/option-layout.php:55
1161
- msgid "Not compatible with pagination."
1162
- msgstr "با صفحه بندی سازگار نیست."
1163
 
1164
- #: includes/admin/views/option-layout.php:71
1165
- msgid ""
1166
- "Using <a href=\"%s\" target=\"_blank\">CSS multi-column</a>. Fill from top to "
1167
- "bottom, then over to next column."
1168
- msgstr ""
1169
- "از <a href=\"%s\" target=\"_blank\">CSS multi-column</a>برای پر کردن از بالا به "
1170
- "پایین، سپس به ستون بعدی استفاده می کند."
1171
 
1172
- #: includes/admin/views/option-layout.php:72
1173
- msgid "Works well with both long and short testimonials."
1174
- msgstr "به خوبی با توصیفات کوتاه و بلند کار می کند."
1175
 
1176
- #: includes/admin/views/option-layout.php:73
1177
- #: includes/admin/views/option-layout.php:92
1178
- msgid "Compatible with pagination."
1179
- msgstr "سازگار با صفحه بندی."
1180
 
1181
- #: includes/admin/views/option-layout.php:89
1182
- msgid ""
1183
- "Using <a href=\"%s\" target=\"_blank\">CSS flexbox</a> with <a href=\"%s\" target="
1184
- "\"_blank\">JavaScript fallback</a> for older browsers."
1185
- msgstr ""
1186
- "استفاده از <a href=\"%s\" target=\"_blank\">CSS flexbox</a> با <a href=\"%s\" "
1187
- "target=\"_blank\">JavaScript fallback</a> برای مرورگرهای قدیمی."
1188
 
1189
- #: includes/admin/views/option-layout.php:91
1190
- msgid ""
1191
- "Testimonials will be equal height so this works best when they are about the same "
1192
- "length<br>(using the excerpts or setting a length limit)."
1193
- msgstr ""
1194
- "توصیفات ارتفاعی برابر خواهند داشت و زمانی به خوبی کار می کنند که مقدار یکسانی "
1195
- "داشته باشند.<br>(از چکیده یا محدود کننده مقدار استفاده شود)."
1196
-
1197
- #: includes/admin/views/option-layout.php:117
1198
- msgid "number of columns"
1199
- msgstr "تعداد ستون ها"
1200
-
1201
- #. translators: On the Views admin screen.
1202
- #: includes/admin/views/option-limit.php:4
1203
- msgid "Quantity"
1204
- msgstr "مقدار"
1205
-
1206
- #: includes/admin/views/option-limit.php:14
1207
- msgctxt "noun"
1208
- msgid "count"
1209
- msgstr "تعداد"
1210
-
1211
- #. translators: On the Views admin screen.
1212
- #: includes/admin/views/option-more-post.php:7
1213
- msgid "\"Read more\" link to the testimonial"
1214
- msgstr "«بیشتر بخوانید» لینک به توصیفات"
1215
-
1216
- #: includes/admin/views/option-more-post.php:12
1217
- #: includes/admin/views/option-read-more.php:39
1218
- msgid "Link text"
1219
- msgstr "متن لینک"
1220
-
1221
- #: includes/admin/views/option-more-post.php:18
1222
- msgid "Typically used with excerpts and truncated content."
1223
- msgstr "به طور معمول با چکیده و محتوای کوتاه شده استفاده می شود."
1224
-
1225
- #. translators: On the Views admin screen.
1226
- #: includes/admin/views/option-order.php:4
1227
- msgctxt "noun"
1228
- msgid "Order"
1229
- msgstr "ترتیب"
1230
-
1231
- #. translators: On the Views admin screen.
1232
- #: includes/admin/views/option-pagination.php:5
1233
- msgid "Pagination"
1234
- msgstr "صفحه بندی"
1235
-
1236
- #: includes/admin/views/option-pagination.php:13
1237
- msgctxt "quantity"
1238
- msgid "Per page"
1239
- msgstr "در صفحه"
1240
-
1241
- #: includes/admin/views/option-pagination.php:20
1242
- msgid "Navigation"
1243
- msgstr "ناوبری"
1244
-
1245
- #: includes/admin/views/option-pagination.php:24 includes/l10n.php:103
1246
- #: includes/l10n.php:161
1247
- msgid "before"
1248
- msgstr "قبل"
1249
-
1250
- #. Translators: A form field name on the String Translation screen.
1251
- #: includes/admin/views/option-pagination.php:27 includes/l10n.php:102
1252
- #: includes/l10n.php:160
1253
- msgid "after"
1254
- msgstr "بعد"
1255
-
1256
- #: includes/admin/views/option-pagination.php:30
1257
- msgid "before & after"
1258
- msgstr "قبل و بعد"
1259
-
1260
- #. translators: On the Views admin screen.
1261
- #: includes/admin/views/option-read-more.php:12
1262
- msgid "\"Read more\" link"
1263
- msgstr "لینک «خواندن بیشتر»"
1264
-
1265
- #: includes/admin/views/option-read-more.php:28
1266
- msgid "to the testimonial"
1267
- msgstr "در توصیف"
1268
-
1269
- #: includes/admin/views/option-read-more.php:29
1270
- msgid "to a page"
1271
- msgstr "در صفحه"
1272
-
1273
- #: includes/admin/views/option-read-more.php:62
1274
- msgctxt "to select a target page"
1275
- msgid "or enter its ID or slug"
1276
- msgstr "وارد کردن آیدی یا اسلاگ"
1277
-
1278
- #. translators: On the Views admin screen.
1279
- #: includes/admin/views/option-show.php:3
1280
- msgctxt "verb"
1281
- msgid "Show"
1282
- msgstr "چشم انداز"
1283
-
1284
- #: includes/admin/views/option-show.php:10
1285
- msgid "multiple testimonials"
1286
- msgstr "تمام توصیفات"
1287
-
1288
- #: includes/admin/views/option-show.php:11
1289
- msgid "a single testimonial"
1290
- msgstr "یک توصیف تنها"
1291
-
1292
- #: includes/admin/views/option-template-list.php:57
1293
- msgid "no description"
1294
- msgstr "بدون توضیحات"
1295
-
1296
- #. translators: On the Views admin screen.
1297
- #: includes/admin/views/option-thumbnail.php:5 includes/defaults.php:70
1298
- msgid "Featured Image"
1299
- msgstr "تصویر ویژه"
1300
-
1301
- #: includes/admin/views/option-thumbnail.php:10
1302
- #: includes/admin/views/option-title.php:9
1303
- msgid "not found in Fields"
1304
- msgstr "چیزی در فیلد پیدا نشد"
1305
-
1306
- #: includes/admin/views/option-thumbnail.php:29
1307
- msgid "width"
1308
- msgstr "عرض"
1309
-
1310
- #: includes/admin/views/option-thumbnail.php:35
1311
- msgid "height"
1312
- msgstr "ارتفاع"
1313
-
1314
- #: includes/admin/views/option-thumbnail.php:46
1315
- msgid "Open full-size image in lightbox"
1316
- msgstr "باز شدن تصویر کامل در لایت باکس"
1317
-
1318
- #: includes/admin/views/option-thumbnail.php:55
1319
- msgid "If no Featured image"
1320
- msgstr "اگر تصویر ویژه وجود نداشت"
1321
-
1322
- #: includes/admin/views/option-thumbnail.php:58
1323
- msgid "show nothing"
1324
- msgstr "نمایش هیچ چیز"
1325
-
1326
- #: includes/admin/views/option-thumbnail.php:59
1327
- msgid "show Gravatar"
1328
- msgstr "نمایش گراواتار"
1329
-
1330
- #: includes/admin/views/option-thumbnail.php:60
1331
- msgid "show Gravatar only if found"
1332
- msgstr "اگر گراواتار یافت شد نمایش داده شود"
1333
-
1334
- #: includes/admin/views/option-thumbnail.php:66
1335
- msgid "Gravatar settings"
1336
- msgstr "تنظیمات گراواتار"
1337
-
1338
- #. translators: This is on the Views admin screen.
1339
- #: includes/admin/views/option-timing.php:3
1340
- msgid "Timing"
1341
- msgstr "تنظیم زمان"
1342
-
1343
- #: includes/admin/views/option-title.php:4
1344
- msgid "Title"
1345
- msgstr "عنوان"
1346
-
1347
- #: includes/admin/views.php:126
1348
- msgid "Edit View"
1349
- msgstr "ویرایش چشم انداز"
1350
-
1351
- #: includes/admin/views.php:126
1352
- msgid "Add View"
1353
- msgstr "اضافه کردن چشم انداز"
1354
-
1355
- #: includes/admin/views.php:208
1356
- msgid "View saved."
1357
- msgstr "چشم انداز ذخیره شد."
1358
-
1359
- #: includes/admin/views.php:210
1360
- msgid "View deleted."
1361
- msgstr "چشم انداز حذف شد."
1362
-
1363
- #: includes/admin/views.php:244
1364
- msgid ""
1365
- "A View can display your testimonials, create a slideshow, or show a testimonial "
1366
- "submission form.<br>Add it to a page with a shortcode or add it to a sidebar with "
1367
- "a widget."
1368
- msgstr ""
1369
- "چشم انداز می تواند توصیفات شما را به نمایش بگذارد.<br> اسلایدشو و یا فرم ارسال "
1370
- "توصیف ایجاد کنید. آن را در صفحات به وسیله شورتکد و در نوار کناری به وسیله ابزارک "
1371
- "اضافه کنید."
1372
-
1373
- #: includes/admin/views.php:268
1374
- msgctxt "display order"
1375
- msgid "random"
1376
- msgstr "تصادفی"
1377
-
1378
- #: includes/admin/views.php:269
1379
- msgctxt "display order"
1380
- msgid "menu order"
1381
- msgstr "منوی ترتیب"
1382
-
1383
- #: includes/admin/views.php:270
1384
- msgctxt "display order"
1385
- msgid "newest first"
1386
- msgstr "ابتدا جدیدترین"
1387
-
1388
- #: includes/admin/views.php:271
1389
- msgctxt "display order"
1390
- msgid "oldest first"
1391
- msgstr "ابتدا قدیمی ترین"
1392
-
1393
- #: includes/admin/views.php:379 includes/defaults.php:84
1394
- msgid "text"
1395
- msgstr "متن"
1396
-
1397
- #: includes/admin/views.php:380
1398
- msgid "link with field"
1399
- msgstr "لینک همراه فیلد"
1400
-
1401
- #: includes/admin/views.php:381
1402
- msgid "link"
1403
- msgstr "لینک"
1404
-
1405
- #: includes/admin/views.php:382
1406
- msgid "date"
1407
- msgstr "تاریخ"
1408
-
1409
- #: includes/admin/views.php:519
1410
- msgid "new tab"
1411
- msgstr "زبانه جدید"
1412
-
1413
- #: includes/admin/views.php:538
1414
- msgid "<a href=\"%s\" target=\"_blank\">more about date formats</a>"
1415
- msgstr "<a href=\"%s\" target=\"_blank\">درباره فرمت های تاریخ بیشتر بدانید</a>"
1416
-
1417
- #: includes/captcha.php:34
1418
- msgctxt "Captcha"
1419
- msgid "Input this code:"
1420
- msgstr "کد را وارد کنید:"
1421
-
1422
- #: includes/class-strong-testimonials-list-table.php:149
1423
- msgid "List View"
1424
- msgstr "لیست چشم انداز"
1425
-
1426
- #: includes/class-strong-testimonials-list-table.php:150
1427
- msgid "Excerpt View"
1428
- msgstr "نمایش چکیده"
1429
-
1430
- #: includes/class-strong-testimonials-list-table.php:317
1431
- msgid "No items found."
1432
- msgstr "موردی پیدا نشد."
1433
-
1434
- #: includes/class-strong-testimonials-list-table.php:443
1435
- msgid "Select bulk action"
1436
- msgstr "انتخاب فعالیت حجیم"
1437
-
1438
- #: includes/class-strong-testimonials-list-table.php:445
1439
- msgid "Bulk Actions"
1440
- msgstr "فعالیت های حجیم"
1441
-
1442
- #: includes/class-strong-testimonials-list-table.php:455
1443
- msgid "Apply"
1444
- msgstr "اعمال کردن"
1445
-
1446
- #: includes/class-strong-testimonials-list-table.php:555
1447
- msgid "Filter by date"
1448
- msgstr "صافی به وسیله تاریخ"
1449
-
1450
- #: includes/class-strong-testimonials-list-table.php:557
1451
- msgid "All dates"
1452
- msgstr "تمام تاریخ ها"
1453
-
1454
- #. translators: 1: month name, 2: 4-digit year
1455
- #: includes/class-strong-testimonials-list-table.php:570
1456
- msgid "%1$s %2$d"
1457
- msgstr "%1$s %2$d"
1458
-
1459
- #: includes/class-strong-testimonials-list-table.php:617
1460
- msgid "%s pending"
1461
- msgstr "%s درحال انتظار"
1462
-
1463
- #: includes/class-strong-testimonials-list-table.php:696
1464
- #: includes/class-strong-testimonials-list-table.php:1120
1465
- msgid "1 item"
1466
- msgid_plural "%s items"
1467
- msgstr[0] "%s مورد"
1468
-
1469
- #: includes/class-strong-testimonials-list-table.php:715
1470
- msgid "Go to the first page"
1471
- msgstr "برو به اولین صفحه"
1472
-
1473
- #: includes/class-strong-testimonials-list-table.php:722
1474
- msgid "Go to the previous page"
1475
- msgstr "برو به صفحه قبلی"
1476
-
1477
- #: includes/class-strong-testimonials-list-table.php:731
1478
- msgid "Select Page"
1479
- msgstr "انتخاب صفحه"
1480
-
1481
- #: includes/class-strong-testimonials-list-table.php:732
1482
- msgid "Current page"
1483
- msgstr "صفحه چاری"
1484
-
1485
- #: includes/class-strong-testimonials-list-table.php:738
1486
- msgctxt "paging"
1487
- msgid "%1$s of %2$s"
1488
- msgstr "%1$s از %2$s"
1489
-
1490
- #: includes/class-strong-testimonials-list-table.php:742
1491
- msgid "Go to the next page"
1492
- msgstr "برو به صفحه بعدی"
1493
-
1494
- #: includes/class-strong-testimonials-list-table.php:749
1495
- msgid "Go to the last page"
1496
- msgstr "برو به آخرین صفحه"
1497
-
1498
- #: includes/class-strong-testimonials-list-table.php:886
1499
- msgid "Select All"
1500
- msgstr "انتخاب همه"
1501
-
1502
- #: includes/class-strong-views-list-table.php:75
1503
- msgid "Edit"
1504
- msgstr "ویرایش"
1505
-
1506
- #: includes/class-strong-views-list-table.php:76
1507
- msgid "Duplicate"
1508
- msgstr "تکثیر کردن"
1509
-
1510
- #: includes/class-strong-views-list-table.php:77
1511
- msgid "Delete \"%s\"?"
1512
- msgstr "حذف \"%s\"؟"
1513
-
1514
- #: includes/defaults.php:36
1515
- msgid "This field is required."
1516
- msgstr "عنوان فیلد ضروری است."
1517
-
1518
- #: includes/defaults.php:53
1519
- msgid "Testimonial Title"
1520
- msgstr "عنوان توصیف"
1521
-
1522
- #: includes/defaults.php:61
1523
- msgid "Testimonial Content"
1524
- msgstr "محتوای توصیف"
1525
-
1526
- #: includes/defaults.php:88
1527
- msgid "email"
1528
- msgstr "ایمیل"
1529
-
1530
- #: includes/defaults.php:92
1531
- msgid "URL"
1532
- msgstr "لینک"
1533
-
1534
- #: includes/defaults.php:106
1535
- msgid "categories"
1536
- msgstr "دسته بندی ها"
1537
-
1538
- #: includes/defaults.php:107
1539
- msgid "category selector"
1540
- msgstr "انتخابگر دسته بندی"
1541
-
1542
- #: includes/defaults.php:135
1543
- msgid "Default Form"
1544
- msgstr "فرم پیشفرض"
1545
-
1546
- #: includes/defaults.php:144
1547
- msgid "Full Name"
1548
- msgstr "نام کامل"
1549
-
1550
- #: includes/defaults.php:147
1551
- msgid "What is your full name?"
1552
- msgstr "نام کامل شما چیست؟"
1553
-
1554
- #: includes/defaults.php:156
1555
- msgid "What is your email address?"
1556
- msgstr "ایمیل شما چیست؟"
1557
-
1558
- #: includes/defaults.php:161
1559
- msgid "Company Name"
1560
- msgstr "نام شرکت"
1561
-
1562
- #: includes/defaults.php:163
1563
- msgid "What is your company name?"
1564
- msgstr "نام شرکت شما چیست؟"
1565
-
1566
- #: includes/defaults.php:168
1567
- msgid "Company Website"
1568
- msgstr "وبسایت شرکت"
1569
-
1570
- #: includes/defaults.php:170
1571
- msgid "Does your company have a website?"
1572
- msgstr "آیا شرکت شما سایت دارد؟"
1573
-
1574
- #: includes/defaults.php:178
1575
- msgid "Heading"
1576
- msgstr "عنوان"
1577
-
1578
- #: includes/defaults.php:181
1579
- msgid "A headline for your testimonial."
1580
- msgstr "یک تیتر برای توصیف شما."
1581
-
1582
- #: includes/defaults.php:186 includes/defaults.php:234
1583
- msgid "Testimonial"
1584
- msgstr "توصیف"
1585
-
1586
- #: includes/defaults.php:189
1587
- msgid "What do you think about us?"
1588
- msgstr "درباره ما چطور فکر می کنید؟"
1589
-
1590
- #: includes/defaults.php:194
1591
- msgid "Photo"
1592
- msgstr "تصویر"
1593
-
1594
- #: includes/defaults.php:196
1595
- msgid "Would you like to include a photo?"
1596
- msgstr "آیا علاقه‌مند به قرار دادن تصویر هستید؟"
1597
-
1598
- #: includes/defaults.php:205
1599
- msgid "Minimal Form"
1600
- msgstr "فرم مینیمال"
1601
-
1602
- #: includes/defaults.php:263
1603
- msgid "Custom Form"
1604
- msgstr "فرم دلخواه"
1605
-
1606
- #. translators: Settings > Forms > Messages tab
1607
- #. translators: Default message for required field message at top of form.
1608
- #: includes/defaults.php:286 includes/defaults.php:288
1609
- msgid "Required field"
1610
- msgstr "فیلد ضروری"
1611
-
1612
- #. translators: Settings > Forms > Messages tab
1613
- #: includes/defaults.php:293
1614
- msgctxt "description"
1615
- msgid "Captcha label"
1616
- msgstr "برچسب کد امنیتی"
1617
-
1618
- #. translators: Default label for Captcha field on submission form.
1619
- #: includes/defaults.php:295
1620
- msgctxt "strong-testimonials"
1621
- msgid "Captcha"
1622
- msgstr "کد امنیتی"
1623
-
1624
- #. translators: Settings > Forms > Messages tab
1625
- #: includes/defaults.php:300
1626
- msgctxt "description"
1627
- msgid "Submit button"
1628
- msgstr "دکمه ارسال"
1629
-
1630
- #. translators: Default label for the Submit button on testimonial form.
1631
- #: includes/defaults.php:302
1632
- msgctxt "the Submit button"
1633
- msgid "Add Testimonial"
1634
- msgstr "اضافه کردن توصیف"
1635
-
1636
- #. translators: Settings > Forms > Messages tab
1637
- #: includes/defaults.php:307
1638
- msgctxt "description"
1639
- msgid "Submission error"
1640
- msgstr "خطای ارسال"
1641
-
1642
- #. translators: Default message for submission form error.
1643
- #: includes/defaults.php:309
1644
- msgctxt "error message"
1645
- msgid "There was a problem processing your testimonial."
1646
- msgstr "در پردازش توصیف مشکل وجود دارد."
1647
-
1648
- #. translators: Settings > Forms > Messages tab
1649
- #: includes/defaults.php:314
1650
- msgctxt "description"
1651
- msgid "Submission success"
1652
- msgstr "ارسال کامل شد"
1653
-
1654
- #. translators: Default message for submission form success message.
1655
- #: includes/defaults.php:316
1656
- msgctxt "success message"
1657
- msgid "Thank you! Your testimonial is awaiting moderation."
1658
- msgstr "متشکریم! توصیف شما در انتظار مدیریت."
1659
-
1660
- #. translators: Default subject line for new testimonial notification email.
1661
- #: includes/defaults.php:341
1662
- msgid "New testimonial for %BLOGNAME%"
1663
- msgstr "توصیف جدید برای %BLOGNAME%"
1664
-
1665
- #. translators: Default message for new testimonial notification email.
1666
- #: includes/defaults.php:343
1667
- msgid ""
1668
- "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
1669
- "website administrator."
1670
- msgstr "توصیف جدید شما برای %BLOGNAME% ارسال شد و در انتظار اقدام توسط مدیر است."
1671
-
1672
- #: includes/defaults.php:362
1673
- msgid "Display"
1674
- msgstr "نمایش"
1675
-
1676
- #: includes/defaults.php:363
1677
- msgid "Slideshow"
1678
- msgstr "اسلایدشو"
1679
-
1680
- #: includes/defaults.php:369
1681
- msgid "Random"
1682
- msgstr "تصادفی"
1683
-
1684
- #: includes/defaults.php:370
1685
- msgid "Newest first"
1686
- msgstr "ابتدا جدیدترین ها"
1687
-
1688
- #: includes/defaults.php:371
1689
- msgid "Oldest first"
1690
- msgstr "ابتدا قدیمی ها"
1691
-
1692
- #: includes/defaults.php:377
1693
- msgid "Length"
1694
- msgstr "طول"
1695
-
1696
- #: includes/defaults.php:378
1697
- msgid "Entire"
1698
- msgstr "تمامی"
1699
-
1700
- #: includes/defaults.php:433 strong-testimonials.php:537
1701
- msgctxt "link"
1702
- msgid "Read more"
1703
- msgstr "خواندن ادامه"
1704
-
1705
- #. Translators: For string translation in WPML & Polylang plugins.
1706
- #: includes/defaults.php:464
1707
- msgid "Testimonial Form Fields"
1708
- msgstr "فیلدهای فرم توصیف"
1709
-
1710
- #: includes/defaults.php:465
1711
- msgid "Testimonial Form Messages"
1712
- msgstr "پیام فرم توصیف"
1713
-
1714
- #: includes/defaults.php:466
1715
- msgid "Testimonial Notification Options"
1716
- msgstr "گزینه های اعلامیه"
1717
-
1718
- #: includes/form-handler-functions.php:255 includes/form-handler-functions.php:267
1719
- #: includes/form-handler-functions.php:279
1720
- msgid "The Captcha failed. Please try again."
1721
- msgstr "کد امنیتی ناموفق بود. لطفا دوباره سعی کنید."
1722
-
1723
- #: includes/l10n.php:104 includes/l10n.php:162
1724
- msgid "placeholder"
1725
- msgstr "متن محو شونده"
1726
-
1727
- #: includes/l10n.php:105 includes/l10n.php:163
1728
- msgid "label"
1729
- msgstr "برچسب"
1730
-
1731
- #: includes/l10n.php:137 includes/l10n.php:179
1732
- msgid "Email message"
1733
- msgstr "محتوای ایمیل"
1734
-
1735
- #: includes/l10n.php:138 includes/l10n.php:178
1736
- msgid "Email subject"
1737
- msgstr "موضوع ایمیل"
1738
-
1739
- #: includes/post-types.php:8
1740
- msgctxt "post type general name"
1741
- msgid "Testimonials"
1742
- msgstr "توصیفات"
1743
-
1744
- #: includes/post-types.php:9
1745
- msgctxt "admin menu name"
1746
- msgid "Testimonials"
1747
- msgstr "توصیفات"
1748
-
1749
- #: includes/post-types.php:10
1750
- msgctxt "post type singular name"
1751
- msgid "Testimonial"
1752
- msgstr "توصیف"
1753
-
1754
- #: includes/post-types.php:11
1755
- msgctxt "post type"
1756
- msgid "Add New"
1757
- msgstr "اضافه کردن"
1758
-
1759
- #: includes/post-types.php:12
1760
- msgid "Add New Testimonial"
1761
- msgstr "اضافه کردن توصیف جدید"
1762
-
1763
- #: includes/post-types.php:13
1764
- msgid "Edit Testimonial"
1765
- msgstr "ویرایش توصیف"
1766
-
1767
- #: includes/post-types.php:14
1768
- msgid "New Testimonial"
1769
- msgstr "توصیف جدید"
1770
-
1771
- #: includes/post-types.php:15
1772
- msgid "All Testimonials"
1773
- msgstr "تمام توصیفات"
1774
-
1775
- #: includes/post-types.php:16
1776
- msgid "View Testimonial"
1777
- msgstr "مشاهده توصیف"
1778
-
1779
- #: includes/post-types.php:17
1780
- msgid "Search Testimonials"
1781
- msgstr "جستجوی توصیفات"
1782
-
1783
- #: includes/post-types.php:18
1784
- msgid "Nothing Found"
1785
- msgstr "چیزی پیدا نشد"
1786
-
1787
- #: includes/post-types.php:19
1788
- msgid "Nothing found in Trash"
1789
- msgstr "چیزی در زباله‌دان یافت نشد"
1790
-
1791
- #: includes/post-types.php:25
1792
- msgctxt "post type singular label"
1793
- msgid "testimonial"
1794
- msgstr "توصیف"
1795
-
1796
- #: includes/post-types.php:30
1797
- msgctxt "slug"
1798
- msgid "testimonial"
1799
- msgstr "توصیف"
1800
-
1801
- #: includes/post-types.php:47
1802
- msgid "Testimonial Categories"
1803
- msgstr "دسته بندی های توصیف"
1804
-
1805
- #: includes/post-types.php:48
1806
- msgid "Testimonial Category"
1807
- msgstr "دسته بندی توصیف"
1808
-
1809
- #: includes/post-types.php:50
1810
- msgid "All categories"
1811
- msgstr "تمام دسته بندی ها"
1812
-
1813
- #: includes/widget2.php:14
1814
- msgctxt "widget description"
1815
- msgid "Add one of your testimonial views."
1816
- msgstr "اضافه کردن چشم انداز برای توصیف."
1817
-
1818
- #: includes/widget2.php:21
1819
- msgctxt "widget label"
1820
- msgid "Strong Testimonials View"
1821
- msgstr "چشم انداز توصیفات"
1822
-
1823
- #: includes/widget2.php:27
1824
- msgctxt "widget title"
1825
- msgid "Testimonials"
1826
- msgstr "توصیفات"
1827
-
1828
- #: includes/widget2.php:71
1829
- msgid "Title:"
1830
- msgstr "عنوان:"
1831
-
1832
- #: includes/widget2.php:77
1833
- msgid "Content:"
1834
- msgstr "محتوا:"
1835
-
1836
- #: includes/widget2.php:81
1837
- msgid "Automatically add paragraphs to above Content only"
1838
- msgstr "افزودن خودکار پاراگراف به بالای محتوا"
1839
-
1840
- #: includes/widget2.php:85
1841
- msgctxt "widget setting"
1842
- msgid "View:"
1843
- msgstr "چشم انداز:"
1844
-
1845
- #: includes/widget2.php:89
1846
- msgid "&mdash; Select &mdash;"
1847
- msgstr "&mdash; انتخاب &mdash;"
1848
-
1849
- #: strong-testimonials.php:98 strong-testimonials.php:110
1850
- msgid "Cheatin&#8217; huh?"
1851
- msgstr "Cheatin&#8217; huh?"
1852
-
1853
- #: strong-testimonials.php:423
1854
- msgid "light gray gradient"
1855
- msgstr "light gray gradient"
1856
-
1857
- #: strong-testimonials.php:428
1858
- msgid "light blue gradient"
1859
- msgstr "light blue gradient"
1860
-
1861
- #: strong-testimonials.php:433
1862
- msgid "sky blue gradient"
1863
- msgstr "sky blue gradient"
1864
-
1865
- #: strong-testimonials.php:438
1866
- msgid "light latte gradient"
1867
- msgstr "light latte gradient"
1868
-
1869
- #: strong-testimonials.php:443
1870
- msgid "light green mist gradient"
1871
- msgstr "light green mist gradient"
1872
-
1873
- #: strong-testimonials.php:448
1874
- msgid "light plum gradient"
1875
- msgstr "light plum gradient"
1876
-
1877
- #. Plugin Name of the plugin/theme
1878
- msgid "Strong Testimonials"
1879
- msgstr "توصیفات (Strong Testimonials)"
1880
-
1881
- #. Plugin URI of the plugin/theme
1882
- msgid "https://www.wpmission.com/plugins/strong-testimonials/"
1883
- msgstr "https://www.wpmission.com/plugins/strong-testimonials/"
1884
-
1885
- #. Description of the plugin/theme
1886
- msgid ""
1887
- "A full-featured plugin that works right out of the box for beginners and offers "
1888
- "advanced features for pros."
1889
- msgstr ""
1890
- "A full-featured plugin that works right out of the box for beginners and offers "
1891
- "advanced features for pros."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1892
 
1893
- #. Author of the plugin/theme
1894
- msgid "Chris Dillon"
1895
- msgstr "Chris Dillon"
1896
 
1897
- #. Author URI of the plugin/theme
1898
- msgid "https://www.wpmission.com/"
1899
- msgstr "https://www.wpmission.com/"
4
  msgstr ""
5
  "Project-Id-Version: Strong Testimonials 2.2.0\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/strong-testimonials\n"
7
+ "POT-Creation-Date: 2018-08-02 15:23-0400\n"
8
+ "PO-Revision-Date: 2018-08-02 15:23-0400\n"
9
+ "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
10
+ "Language-Team: \n"
11
+ "Language: fa\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
15
+ "X-Generator: Poedit 2.1.1\n"
 
 
 
16
  "Plural-Forms: nplurals=1; plural=0;\n"
 
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #~ msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s."
22
+ #~ msgstr "نسخه جدیدی از %1$s در دسترس است. %2$s نمایش نسخه %3$s جزییات %4$s."
 
23
 
24
+ #~ msgid "There is a new version of %1$s available. %2$sView version %3$s details%4$s or %5$supdate now%6$s."
25
+ #~ msgstr "نسخه جدیدی از %1$s در دسترس است. %2$s نمایش نسخه %3$s جزییات %4$s یا %5$s الان بروزرسانی شود %6$s."
 
 
 
 
 
26
 
27
+ #~ msgid "You do not have permission to install plugin updates"
28
+ #~ msgstr "شما اجازه نصب بروزرسانی های افزونه را ندارید."
 
29
 
30
+ #~ msgid "Error"
31
+ #~ msgstr "خطا"
 
32
 
33
+ #~ msgid "Filter Categories"
34
+ #~ msgstr "صافی دسته بندی ها"
 
35
 
36
+ #~ msgctxt "post editor"
37
+ #~ msgid "Client Details"
38
+ #~ msgstr "جزییات مشتری"
 
39
 
40
+ #~ msgctxt "post editor"
41
+ #~ msgid "To add a photo or logo, use the Featured Image option."
42
+ #~ msgstr "اضافه کردن تصویر یا لوگو، استفاده از گزینه تصویر ویژه."
 
43
 
44
+ #~ msgid "Excerpt"
45
+ #~ msgstr "چکیده"
 
46
 
47
+ #~ msgid "Thumbnail"
48
+ #~ msgstr "بندانگشتی"
 
49
 
50
+ #~ msgid "Category"
51
+ #~ msgstr "دسته بندی"
 
52
 
53
+ #~ msgid "Date"
54
+ #~ msgstr "تاریخ"
 
55
 
56
+ #~ msgid "ID"
57
+ #~ msgstr "آیدی"
 
58
 
59
+ #~ msgid "Name"
60
+ #~ msgstr "نام"
 
61
 
62
+ #~ msgid "Slug"
63
+ #~ msgstr "اسلاگ"
 
 
64
 
65
+ #~ msgid "Posts"
66
+ #~ msgstr "ارسال ها"
 
67
 
68
+ #~ msgctxt "installation"
69
+ #~ msgid "Unable to load %s"
70
+ #~ msgstr "ناتوان در بارگیری %s"
71
 
72
+ #~ msgctxt "installation"
73
+ #~ msgid "This plugin requires <strong>WordPress %s</strong> or higher so it has been deactivated."
74
+ #~ msgstr "این افزونه لازم است از <strong>وردپرس %s</strong> یا بالاتر استفاده کند."
 
 
75
 
76
+ #~ msgctxt "installation"
77
+ #~ msgid "Please upgrade WordPress and try again."
78
+ #~ msgstr "لطفا وردپرس خود را بروزرسانی کرده و دوباره سعی کنید."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
79
 
80
+ #~ msgctxt "installation"
81
+ #~ msgid "Back to the WordPress <a href=\"%s\">Plugins page</a>"
82
+ #~ msgstr "برگشت به <a href=\"%s\">صفحه افزونه ها</a> وردپرس"
83
 
84
+ #~ msgid "You do not have sufficient permissions to access this page."
85
+ #~ msgstr "شما مجوز کافی برای دسترسی به این صفحه را ندارید."
 
86
 
87
+ #~ msgid "Changes undone."
88
+ #~ msgstr "تغییرات لغو شد."
 
89
 
90
+ #~ msgid "Defaults restored."
91
+ #~ msgstr "پیشفرض ها بازگردانی شدند."
 
92
 
93
+ #~ msgid "Fields saved."
94
+ #~ msgstr "فیلدها ذخیره شدند."
 
95
 
96
+ #~ msgid "Fields"
97
+ #~ msgstr "فیلدها"
 
 
98
 
99
+ #~ msgid "Fields will appear in this order on the form."
100
+ #~ msgstr "فیلدها در فرم ایجاد شده ظاهر می گردند."
 
 
 
101
 
102
+ #~ msgid "Reorder by grabbing the %s icon."
103
+ #~ msgstr "مرتب سازی جعبه ها با گرفتن آیکن %s"
 
104
 
105
+ #~ msgid "Click the field name to expand its options panel."
106
+ #~ msgstr "برای گشودن گزینه های پنل بر روی نام فیلد کلیک کنید."
 
107
 
108
+ #~ msgctxt "link"
109
+ #~ msgid "Full tutorial"
110
+ #~ msgstr "آموزش کامل"
111
 
112
+ #~ msgid "More form settings <a href=\"%s\">here</a>."
113
+ #~ msgstr "تنظیمات بیشتر فرم از <a href=\"%s\">اینجا</a>."
 
114
 
115
+ #~ msgid "Add New Field"
116
+ #~ msgstr "اضافه کردن فیلد جدید"
 
 
 
 
 
117
 
118
+ #~ msgid "Undo Changes"
119
+ #~ msgstr "لغو تغییرات"
 
 
 
120
 
121
+ #~ msgid "Restore Defaults"
122
+ #~ msgstr "بازگردانی به پیشفرض"
 
123
 
124
+ #~ msgctxt "noun"
125
+ #~ msgid "Label"
126
+ #~ msgstr "برچسب"
 
127
 
128
+ #~ msgid "This appears on the form."
129
+ #~ msgstr "در فرم ظاهر می شود."
 
130
 
131
+ #~ msgctxt "noun"
132
+ #~ msgid "Name"
133
+ #~ msgstr "نام"
 
 
 
134
 
135
+ #~ msgid "Use only lowercase letters, numbers, and underscores."
136
+ #~ msgstr "استفاده از حروف کوچک، اعداد و زیرخط."
 
137
 
138
+ #~ msgid "Cannot be \"name\" or \"date\"."
139
+ #~ msgstr "\"نام\" و يا \"تاريخ\" نمی تواند باشد."
 
 
 
 
 
140
 
141
+ #~ msgctxt "noun"
142
+ #~ msgid "Type"
143
+ #~ msgstr "نوع"
 
 
 
 
144
 
145
+ #~ msgid "Post Fields"
146
+ #~ msgstr "فیلدهای ارسال"
 
 
 
 
 
147
 
148
+ #~ msgid "Custom Fields"
149
+ #~ msgstr "فیلدهای دلخواه"
 
150
 
151
+ #~ msgid "Optional Fields"
152
+ #~ msgstr "فیلدهای اختیاری"
 
 
 
 
 
 
 
 
 
153
 
154
+ #~ msgid "Delete"
155
+ #~ msgstr "حذف"
 
 
 
 
 
156
 
157
+ #~ msgctxt "verb"
158
+ #~ msgid "Close"
159
+ #~ msgstr "بسته"
160
 
161
+ #~ msgid "Required"
162
+ #~ msgstr "ضروری"
 
 
 
 
 
163
 
164
+ #~ msgid "Placeholder"
165
+ #~ msgstr "متن محو شونده"
 
166
 
167
+ #~ msgid "Before"
168
+ #~ msgstr "قبل"
 
169
 
170
+ #~ msgid "After"
171
+ #~ msgstr "بعد"
 
 
 
172
 
173
+ #~ msgid "Admin Table"
174
+ #~ msgstr "جدول مدیر"
 
 
175
 
176
+ #~ msgid "required"
177
+ #~ msgstr "ضروری"
 
178
 
179
+ #~ msgid "Strong Testimonials Guide"
180
+ #~ msgstr "راهنمای قوی توصیفات"
 
 
 
 
 
 
 
181
 
182
+ #~ msgid "Welcome"
183
+ #~ msgstr "خوش آمدید"
 
184
 
185
+ #~ msgid "Getting Started"
186
+ #~ msgstr "شروع کردن"
 
187
 
188
+ #~ msgid "Views"
189
+ #~ msgstr "چشم انداز‌ها"
 
190
 
191
+ #~ msgid "Templates"
192
+ #~ msgstr "پوسته ها"
 
193
 
194
+ #~ msgid "Translation"
195
+ #~ msgstr "ترجمه"
 
196
 
197
+ #~ msgid "Page Builders"
198
+ #~ msgstr "صفحه سازها"
 
199
 
200
+ #~ msgid "Use the <a href=\"%s\" target=\"_blank\">support forum</a> or <a href=\"%s\" target=\"_blank\">contact me</a>."
201
+ #~ msgstr "از <a href=\"%s\" target=\"_blank\">انجمن پشتیبانی</a> یا <a href=\"%s\" target=\"_blank\">تماس با من</a> استفاده کنید."
 
202
 
203
+ #~ msgid "Help? Idea? Bug?"
204
+ #~ msgstr "کمک؟ ایده؟ مشکل؟"
 
205
 
206
+ #~ msgid "<a href=\"%s\" target=\"_blank\">How to customize the form</a>"
207
+ #~ msgstr "<a href=\"%s\" target=\"_blank\">چگونه فرم را شخصی سازی کنیم</a>"
 
208
 
209
+ #~ msgid "<a href=\"%s\" target=\"_blank\">See the new demos</a>"
210
+ #~ msgstr "<a href=\"%s\" target=\"_blank\">مشاهده نسخه های نمایشی جدید</a>"
 
211
 
212
+ #~ msgid "<a href=\"%s\" target=\"_blank\">Subscribe to the newsletter</a>"
213
+ #~ msgstr "<a href=\"%s\" target=\"_blank\">اشتراک در خبرنامه</a>"
 
214
 
215
+ #~ msgid "More resources"
216
+ #~ msgstr "منابع بیشتر"
 
217
 
218
+ #~ msgid "Post an honest <a href=\"%s\" target=\"_blank\">review</a> on wordpress.org."
219
+ #~ msgstr "<a href=\"%s\" target=\"_blank\">نظر</a> خود را صادقانه در وردپرس ارسال کنید."
 
220
 
221
+ #~ msgid "<a href=\"%s\" target=\"_blank\">Donate</a> to the Theme & Plugin Compatibility Fund."
222
+ #~ msgstr "<a href=\"%s\" target=\"_blank\">اهدا</a> به صندوق پوسته ها و افزونه."
 
223
 
224
+ #~ msgid "Want to help?"
225
+ #~ msgstr "نیاز به کمک دارید؟"
 
226
 
227
+ #~ msgid "How to display your testimonials"
228
+ #~ msgstr "چگونه توصیفاتی خود را نمایش دهید."
 
229
 
230
+ #~ msgid "1. Enter any existing testimonials and optional categories."
231
+ #~ msgstr "۱-توصیفات موجود و دسته بندی های انتخابی را وارد کنید."
 
232
 
233
+ #~ msgid "2. Create a <b>View</b> to display them in a list or a slideshow."
234
+ #~ msgstr "۲-<b>چشم انداز</b> را بصورت لیست یا اسلایدشو ایجاد کنید."
 
235
 
236
+ #~ msgid "3. Add the View to a page using its <b>shortcode</b> or add it to a sidebar using the <b>widget</b>."
237
+ #~ msgstr "۳-برای نمایش در صفحات از <b>کد کوتاه</b> و برای استفاده در نوار ابزار از <b>ابزارک</b> استفاده کنید."
 
238
 
239
+ #~ msgid "Views provide many features. Learn more on the Views tab or jump right in!"
240
+ #~ msgstr "چشم اندازها شامل بسیاری از ویژگی هاست. برای اطلاعات بیشتر به تب چشم انداز مراجعه کنید."
 
241
 
242
+ #~ msgid "How to add a testimonial submission form"
243
+ #~ msgstr "چگونه یک فرم تسلیم توصیف اضافه کنید"
 
244
 
245
+ #~ msgid "1. Create a new View and select <b>Form</b> mode. Add it via shortcode or widget."
246
+ #~ msgstr "۱-چشم انداز جدیدی اضافه و حالت <b>فرم</b> را انتخاب کنید."
 
247
 
248
+ #~ msgid "2. Go to the <b>Fields</b> screen if you want to customize the form fields."
249
+ #~ msgstr "۲-اگر نیاز به شخصی سازی فیلدهای فرم دارید به قسمت <b>فیلدها</b> بروید."
 
250
 
251
+ #~ msgid "The form has more options like messages and anti-spam on the <b>Settings</b> screen."
252
+ #~ msgstr "در قسمت تنظیمات فرم، گزینه های بیشتری همانند پیام و ضد هرزنامه نیز وجود دارد."
 
 
 
253
 
254
+ #~ msgid "The <strong>Default</strong> template is a good place to start."
255
+ #~ msgstr "پوسته <strong>پیشفرض</strong> محل خوبی برای شروع است."
 
256
 
257
+ #~ msgid "The <strong>Simple</strong> template has minimal style and may be the best option for matching your theme."
258
+ #~ msgstr "پوسته <strong>ساده</strong> با داشتن استایل مینیمال بهترین گزینه برای تطبیق با قالب شماست."
 
259
 
260
+ #~ msgid "The <strong>Widget</strong> template has smaller sizing for use in a sidebar or other widget area."
261
+ #~ msgstr "پوسته <strong>ابزارک</strong> دارای اندازه ای کوچک برای استفاده در نوار کناری یا محیط ابزارک است."
 
262
 
263
+ #~ msgid "The <strong>Unstyled</strong> template includes no stylesheet and is a good foundation for theme experts."
264
+ #~ msgstr "پوسته <strong>بدون استایل شده</strong> شامل هیچ استایلی نمی باشد و مبنای خوبی برای آشنایان به قالب است."
 
265
 
266
+ #~ msgid "Background colors and layout options are available for all templates."
267
+ #~ msgstr "رنگ پس زمینه و گزینه های لایه برای تمام پوسته ها در دسترس است."
 
 
 
 
 
 
 
 
268
 
269
+ #~ msgid "Feel free to ask for help with minor style changes to add to a <a href=\"https://thethemefoundry.com/blog/wordpress-child-theme/\" target=\"_blank\">child theme</a> or <a href=\"https://wordpress.org/plugins/so-css/\" target=\"_blank\">custom CSS</a>."
270
+ #~ msgstr "راهنمایی رایگان همراه با تغییرات جزئی استایل برای اضافه کردن در <a href=\"https://thethemefoundry.com/blog/wordpress-child-theme/\" target=\"_blank\">child theme</a> و <a href=\"https://wordpress.org/plugins/so-css/\" target=\"_blank\">custom CSS</a>."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
271
 
272
+ #~ msgid "New templates will be added occasionally. A premium add-on with a variety of modern templates will be available soon."
273
+ #~ msgstr "گهگاه پوسته های جدید اضافه خواهند شد. همچنین افزودنی های غیررایگان همراه با انواع پوسته های مدرن بزودی در دسترس قرار خواهند گرفت."
 
274
 
275
+ #~ msgid "New template functions are also available."
276
+ #~ msgstr "توابع جدید پوسته نیز در دسترس هستند."
 
 
277
 
278
+ #~ msgid "Visit <a href=\"https://www.wpmission.com/strong-testimonials\" target=\"_blank\">WP Mission</a> for more information on customizing templates."
279
+ #~ msgstr "برای اطلاعات بیشتر در مورد شخصی سازی پوسته ها از <a href=\"https://www.wpmission.com/strong-testimonials\" target=\"_blank\">WP Mission</a> دیدن کنید."
 
 
 
 
 
280
 
281
+ #~ msgid "The plugin is compatible with WPML and Polylang."
282
+ #~ msgstr "افزونه با WPML و Polylang سازگار است."
 
 
 
 
 
 
 
283
 
284
+ #~ msgid "In WPML, three domains are added to the String Translation screen."
285
+ #~ msgstr "در WPML، سه دامنه به رشته صفحه ترجمه اضافه شده است."
 
286
 
287
+ #~ msgid "In Polylang, the domains are added to the String Translation tab on the Languages screen."
288
+ #~ msgstr "در Polylang، دامنه ها به زبانه‌ی رشته ترجمه در صفحه زبان ها اضافه شده است."
 
 
 
 
 
 
 
289
 
290
+ #~ msgid "These domains are updated automatically when your form fields or settings change."
291
+ #~ msgstr "این دامنه ها در صورت تغییر تنظیمات فیلدها بصورت خودکار بروز می شوند."
 
292
 
293
+ #~ msgid "A View is simply a group of settings"
294
+ #~ msgstr " تعدادی از تنظیمات ساده چشم انداز"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
295
 
296
+ #~ msgid "Views can display your testimonials in a <b>list</b>, create a <b>slideshow</b>, or show the front-end <b>form</b>. They are easy to learn and adjust as they combine all the features into a single intuitive configuration screen."
297
+ #~ msgstr "چشم اندازها می تواند توصیفات شما را در <b>لیست</b> یا <b>اسلایدشو</b> به نمایش بگذارند. همچنین میتوانید برای دریافت توصیفات <b>فرم</b> طراحی کنید. یادگیری این موارد بسیار آسان و همه این ویژگی ها در صفحه پیکربندی در دسترس است."
 
 
 
 
 
 
298
 
299
+ #~ msgid "Display Mode - to show one or more testimonials"
300
+ #~ msgstr "حالت نمایش - نمایش یک یا چند توصیف"
 
 
 
 
301
 
302
+ #~ msgid "how many to show"
303
+ #~ msgstr "چه تعدادی نشان داده شود"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
304
 
305
+ #~ msgid "which categories to include"
306
+ #~ msgstr "کدام دسته بندی ها را شامل شود"
 
307
 
308
+ #~ msgid "the sort order"
309
+ #~ msgstr "مرتب کردن"
 
310
 
311
+ #~ msgid "show the full content, the excerpt, or up to a specific length"
312
+ #~ msgstr "نمایش کامل محتوا، چکیده، یا با طول مشخص"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
313
 
314
+ #~ msgid "which fields to include"
315
+ #~ msgstr "شامل کدام فیلدها شود"
 
316
 
317
+ #~ msgid "the size of the Featured Image (thumbnail)"
318
+ #~ msgstr "اندازه تصویر ویژه(شاخص)"
 
319
 
320
+ #~ msgid "open the full-size image in a lightbox"
321
+ #~ msgstr "باز شدن تصویر با اندازه کامل در لایت باکس"
 
 
 
 
 
322
 
323
+ #~ msgid "pagination"
324
+ #~ msgstr "صفحه بندی"
 
325
 
326
+ #~ msgid "a \"Read more\" link to the full post or another page"
327
+ #~ msgstr "لینک «خواندن بیشتر» به پست کامل یا صفحه دیگر"
 
 
328
 
329
+ #~ msgid "choose a template and layout (more coming soon!)"
330
+ #~ msgstr "انتخاب پوسته و لایه (بزودی بیشتر می شود)"
 
 
 
 
 
331
 
332
+ #~ msgid "set the background color"
333
+ #~ msgstr "تنظیم رنگ پس زمینه"
334
+
335
+ #~ msgid "add custom CSS classes to match your theme"
336
+ #~ msgstr "اضافه کردن CSS سفارشی برای همخوانی با پوسته"
337
+
338
+ #~ msgid "Slideshow Mode - to rotate through your testimonials"
339
+ #~ msgstr "حالت اسلایدشو - از طریق چرخش توصیفات شما"
340
+
341
+ #~ msgid "All the options of Display mode (except for pagination) plus:"
342
+ #~ msgstr "تمام گزینه های حالت نمایش (به جز برای صفحه بندی):"
343
+
344
+ #~ msgid "how long each slide is displayed"
345
+ #~ msgstr "هر اسلاید چه مدت به نمایش در می آید"
346
+
347
+ #~ msgid "how long the transition effect lasts"
348
+ #~ msgstr "افکت ترنزیشن چه مدت طول می کشد"
349
+
350
+ #~ msgid "whether to pause the slideshow when the mouse hovers over it"
351
+ #~ msgstr "آیا زمانی که موس بر روی اسلایدشو قرار می گیرد مکث کند"
352
+
353
+ #~ msgid "Form Mode - to add a testimonial submission form"
354
+ #~ msgstr "حالت فرم - اضافه کردن فرم ارسال توصیفات"
355
+
356
+ #~ msgid "assign new testimonials to specific categories"
357
+ #~ msgstr "اختصاص توصیفات جدید به دسته بندی های خاص"
358
+
359
+ #~ msgid "choose a template"
360
+ #~ msgstr "انتخاب پوسته"
361
+
362
+ #~ msgid "Welcome to Strong Testimonials version 2.0"
363
+ #~ msgstr "به Strong Testimonials نسخه 2.0 خوش آمدید."
364
+
365
+ #~ msgid "What's new"
366
+ #~ msgstr "چه چیزی جدید است"
367
+
368
+ #~ msgid "The &#91;strong&#93; and &#91;wpmtst&#93; shortcodes and the original widget have been removed."
369
+ #~ msgstr "شورتکدهای &#91;strong&#93; و &#91;wpmtst&#93 و ابزارک اصلی حذف شده اند."
370
+
371
+ #~ msgid "Improved compatibility with WPML & Polylang."
372
+ #~ msgstr "بهبود یافته و سازگار شده با WPML & Polylang."
373
+
374
+ #~ msgid "Improved handling of special characters in the Fields editor."
375
+ #~ msgstr "کاراکترهای ویژه در ویرایشگر فیلدها بهبود یافته است."
376
+
377
+ #~ msgid "Thanks for choosing Strong Testimonials!"
378
+ #~ msgstr "برای انتخاب افزونه توصیفات قوی از شما متشکریم!"
379
+
380
+ #~ msgid "New in version %s"
381
+ #~ msgstr "جدید در این نسخه %s"
382
+
383
+ #~ msgid "Works with multiple lightbox plugins like <a href=\"https://wordpress.org/plugins/simple-colorbox/\" target=\"_blank\">Simple Colorbox</a> and <a href=\"https://wordpress.org/plugins/simple-lightbox/\" target=\"_blank\">Simple Lightbox</a>."
384
+ #~ msgstr "با افزونه های مختلف لایت باکس کار می کند. مانند: <a href=\"https://wordpress.org/plugins/simple-colorbox/\" target=\"_blank\">Simple Colorbox</a> and <a href=\"https://wordpress.org/plugins/simple-lightbox/\" target=\"_blank\">Simple Lightbox</a>."
385
+
386
+ #~ msgid "New link type: Create a link using a field and its label. Great for social media profiles."
387
+ #~ msgstr "لینک جدید: ساختن یک لینک با استفاده از یک فیلد و برچسب. برای پروفایلهای شبکه های اجتماعی عالی است."
388
+
389
+ #~ msgid "From:"
390
+ #~ msgstr "فرم:"
391
+
392
+ #~ msgid "Email"
393
+ #~ msgstr "ایمیل"
394
+
395
+ #~ msgid "(optional)"
396
+ #~ msgstr "(اختیاری)"
397
+
398
+ #~ msgid "site admin email:"
399
+ #~ msgstr "ایمیل مدیر سایت:"
400
+
401
+ #~ msgid "sender's email"
402
+ #~ msgstr "ارسال کننده ایمیل"
403
+
404
+ #~ msgid "To:"
405
+ #~ msgstr "به:"
406
+
407
+ #~ msgid "Template tags for Subject and Message:"
408
+ #~ msgstr "پوسته برچسب ها برای موضوع و پیام"
409
+
410
+ #~ msgid "the site title"
411
+ #~ msgstr "عنوان سایت"
412
+
413
+ #~ msgid "the testimonial title"
414
+ #~ msgstr "عنوان توصیف"
415
+
416
+ #~ msgid "the testimonial content"
417
+ #~ msgstr "محتوای توصیف"
418
+
419
+ #~ msgid "pending or published"
420
+ #~ msgstr "در انتظار یا منتشر شده"
421
+
422
+ #~ msgid "pattern for custom fields:"
423
+ #~ msgstr "الگو برای فیلدهای سفارشی:"
424
+
425
+ #~ msgid "for example:"
426
+ #~ msgstr "برای مثال:"
427
+
428
+ #~ msgid "Subject:"
429
+ #~ msgstr "موضوع:"
430
+
431
+ #~ msgid "subject line"
432
+ #~ msgstr " خط موضوع"
433
+
434
+ #~ msgid "Message:"
435
+ #~ msgstr "پیام:"
436
+
437
+ #~ msgid "message text"
438
+ #~ msgstr "متن پیام"
439
+
440
+ #~ msgid "Form Labels & Messages"
441
+ #~ msgstr "برچسب فرم و پیام"
442
+
443
+ #~ msgctxt "singular"
444
+ #~ msgid "restore default"
445
+ #~ msgstr "بازگردانی به پیشفرض"
446
+
447
+ #~ msgctxt "multiple"
448
+ #~ msgid "Restore Defaults"
449
+ #~ msgstr "بازگردانی به پیشفرض"
450
+
451
+ #~ msgctxt "noun"
452
+ #~ msgid "Form Actions"
453
+ #~ msgstr "فعالیت های فرم"
454
+
455
+ #~ msgid "Post status"
456
+ #~ msgstr "وضعیت ارسال"
457
+
458
+ #~ msgid "Pending"
459
+ #~ msgstr "در انتظار"
460
+
461
+ #~ msgid "Published"
462
+ #~ msgstr "منتشر شده"
463
+
464
+ #~ msgid "Notification"
465
+ #~ msgstr "اعلانیه"
466
+
467
+ #~ msgid "Send an email upon new testimonial submission"
468
+ #~ msgstr "ارسال ایمیل به محض فرستادن توصیف جدید"
469
+
470
+ #~ msgid "Form Spam Control"
471
+ #~ msgstr "کنترل فرم هرزنامه"
472
+
473
+ #~ msgctxt "spam control techniques"
474
+ #~ msgid "Honeypot"
475
+ #~ msgstr "هانی‌پات"
476
+
477
+ #~ msgid "These methods are both time-tested and widely used. They can be used simultaneously for more protection."
478
+ #~ msgstr "این روشها به صورت گسترده ای مورد استفاده قرار گرفته است. آنها می توانند به صورت همزمان برای محافظت بیشتر استفاده شود."
479
+
480
+ #~ msgid "Traps spambots by adding an extra empty field that is invisible to humans but not to spambots which tend to fill in every field they find in the form code. Empty field = human. Not empty = spambot."
481
+ #~ msgstr "تله رباتها برای شناسایی رباتهای هرزنامه یک فیلد خالی که برای انسان قابل مشاهده نیست اما برای ربات ها قابل رویت است ایجاد می کند. رباتها تمایل به پر کردن این فیلدها دارند. اگر فیلد خالی بود=انسان. اگر فیلد خالی نبود=ربات."
482
+
483
+ #~ msgid "Recommended."
484
+ #~ msgstr "توصیه شده."
485
+
486
+ #~ msgid "Traps spambots by using JavaScript to add a new field as soon as the form is submitted. Since spambots cannot run JavaScript, the new field never gets added. New field = human. Missing = spambot."
487
+ #~ msgstr "تله رباتهای هرزنامه برای شناسایی رباتها با استفاده از جاوااسکریپت به محض ارسال شدن فرم یک فیلد اضافه می کند. از آنجا که رباتها نمی توانند جاوااسکریپت را اجرا کنند، پس فیلد جدید ایجاد نمی شود. فیلد جدید=انسان. درغیر اینصورت=ربات."
488
+
489
+ #~ msgid "Captcha"
490
+ #~ msgstr "کد امنیتی"
491
+
492
+ #~ msgid "Can be used alongside honeypot methods. Be sure to configure any plugins first, if necessary."
493
+ #~ msgstr "می توان در کنار روشهای هانی‌پات استفاده گردد. در صورت لزوم مطمئن شوید هر افزونه ابتدا پیکربندی شود."
494
+
495
+ #~ msgctxt "link"
496
+ #~ msgid "settings"
497
+ #~ msgstr "تنظیمات"
498
+
499
+ #~ msgid "no settings"
500
+ #~ msgstr "بدون تنظیمات"
501
+
502
+ #~ msgctxt "adjective"
503
+ #~ msgid "inactive"
504
+ #~ msgstr "غیرفعال"
505
+
506
+ #~ msgid "not installed"
507
+ #~ msgstr "نصب نشده"
508
+
509
+ #~ msgctxt "link"
510
+ #~ msgid "install plugin"
511
+ #~ msgstr "نصب افزونه"
512
+
513
+ #~ msgctxt "link"
514
+ #~ msgid "plugin page"
515
+ #~ msgstr "صفحه افزونه"
516
+
517
+ #~ msgid "Reordering"
518
+ #~ msgstr "مرتب سازی مجدد"
519
+
520
+ #~ msgid "Enable drag-and-drop reordering in the testimonial list."
521
+ #~ msgstr "فعال کردن مرتب سازی مجدد کشیدن و رها کردن در لیست توصیفات"
522
+
523
+ #~ msgid "Multiple Forms License Key"
524
+ #~ msgstr "کلید مجوز فرم های متعدد"
525
+
526
+ #~ msgid "Activate License"
527
+ #~ msgstr "فعال کردن مجوز"
528
+
529
+ #~ msgid "active"
530
+ #~ msgstr "فعال کردن"
531
+
532
+ #~ msgid "Deactivate License"
533
+ #~ msgstr "غیرفعال کردن مجوز"
534
+
535
+ #~ msgid "email address"
536
+ #~ msgstr "نشانی ایمیل"
537
+
538
+ #~ msgid "Settings"
539
+ #~ msgstr "تنظیمات"
540
+
541
+ #~ msgctxt "noun"
542
+ #~ msgid "Guide"
543
+ #~ msgstr "راهنما"
544
+
545
+ #~ msgid "Testimonial Settings"
546
+ #~ msgstr "تنظیمات توصیف"
547
+
548
+ #~ msgid "Settings saved."
549
+ #~ msgstr "تنظیمات ذخیره شد."
550
+
551
+ #~ msgctxt "adjective"
552
+ #~ msgid "General"
553
+ #~ msgstr "عمومی"
554
+
555
+ #~ msgid "Form"
556
+ #~ msgstr "فرم"
557
+
558
+ #~ msgid "Licenses"
559
+ #~ msgstr "مجوزها"
560
+
561
+ #~ msgid "Save Changes"
562
+ #~ msgstr "ذخیره تغییرات"
563
+
564
+ #~ msgid "Extra"
565
+ #~ msgstr "اضافی"
566
+
567
+ #~ msgid "Actions"
568
+ #~ msgstr "فعالیت ها"
569
+
570
+ #~ msgid "Options"
571
+ #~ msgstr "گزینه ها"
572
+
573
+ #~ msgid "Select"
574
+ #~ msgstr "انتخاب"
575
+
576
+ #~ msgid "Style"
577
+ #~ msgstr "سبک(استایل)"
578
+
579
+ #~ msgctxt "slideshow setting"
580
+ #~ msgid "Show each for"
581
+ #~ msgstr "نمایش هریک برای"
582
+
583
+ #~ msgctxt "time setting"
584
+ #~ msgid "seconds"
585
+ #~ msgstr "ثانیه"
586
+
587
+ #~ msgctxt "slideshow setting"
588
+ #~ msgid "Fade transition for"
589
+ #~ msgstr "محو شدن برای"
590
+
591
+ #~ msgctxt "slideshow setting"
592
+ #~ msgid "Pause on hover"
593
+ #~ msgstr "توقف در حالت شناور"
594
+
595
+ #~ msgid "Mode:"
596
+ #~ msgstr "حالت"
597
+
598
+ #~ msgid "Background"
599
+ #~ msgstr "پس زمینه"
600
+
601
+ #~ msgid "none"
602
+ #~ msgstr "هیچکدام"
603
+
604
+ #~ msgid "single color"
605
+ #~ msgstr "تک رنگ"
606
+
607
+ #~ msgid "gradient"
608
+ #~ msgstr "گرادینت"
609
+
610
+ #~ msgid "preset"
611
+ #~ msgstr "از پیش تعیین شده"
612
+
613
+ #~ msgid "From top"
614
+ #~ msgstr "از بالا"
615
+
616
+ #~ msgid "To bottom"
617
+ #~ msgstr "به پایین"
618
+
619
+ #~ msgid "dark"
620
+ #~ msgstr "تیره"
621
+
622
+ #~ msgid "light"
623
+ #~ msgstr "روشن"
624
+
625
+ #~ msgid "Option Name"
626
+ #~ msgstr "گزینه نام"
627
+
628
+ #~ msgid "yes"
629
+ #~ msgstr "بله"
630
+
631
+ #~ msgid "no"
632
+ #~ msgstr "خیر"
633
+
634
+ #~ msgid "maybe"
635
+ #~ msgstr "شاید"
636
+
637
+ #~ msgid "Yes"
638
+ #~ msgstr "بله"
639
+
640
+ #~ msgid "No"
641
+ #~ msgstr "خیر"
642
+
643
+ #~ msgid "Maybe"
644
+ #~ msgstr "شاید"
645
+
646
+ #~ msgid "Categories"
647
+ #~ msgstr "دسته بندی ها"
648
+
649
+ #~ msgid "all"
650
+ #~ msgstr "همه"
651
+
652
+ #~ msgctxt "verb"
653
+ #~ msgid "select"
654
+ #~ msgstr "انتخاب"
655
+
656
+ #~ msgid "No categories found"
657
+ #~ msgstr "دسته بندی پیدا نشد"
658
+
659
+ #~ msgid "CSS Classes"
660
+ #~ msgstr "کلاس های سی‌اس‌اس"
661
+
662
+ #~ msgid "separated by spaces"
663
+ #~ msgstr "با فضای خالی از هم جدا شود"
664
+
665
+ #~ msgid "Add Field"
666
+ #~ msgstr "اضافه کردن فیلد"
667
+
668
+ #~ msgid "Compatibility mode"
669
+ #~ msgstr "حالت سازگاری"
670
+
671
+ #~ msgid "off (default)"
672
+ #~ msgstr "خاموش"
673
+
674
+ #~ msgid "on"
675
+ #~ msgstr "روشن"
676
+
677
+ #~ msgid "Turning this <b>on</b> may help if the form is not working, especially with page builders and popup makers. "
678
+ #~ msgstr "اگر فرم کار نکند برای راهنمایی بهتر است <b>روشن</b> باشد. بخصوص با صفحه سازها و popup makers."
679
+
680
+ #~ msgid "Required <b>on</b> if using the <a href=\"https://wordpress.org/plugins/popup-maker/\" target=\"_blank\">Popup Maker</a> plugin."
681
+ #~ msgstr "ضروریست در صورت استفاده از افزونه <a href=\"https://wordpress.org/plugins/popup-maker/\" target=\"_blank\">Popup Maker</a> <b>روشن</b> باشد. <code>strong_testimonial_view()</code>."
682
+
683
+ #~ msgid "Turning this <b>on</b> may help if the slideshow is not working, especially with page builders."
684
+ #~ msgstr "اگر اسلایدشو کار نکند برای راهنمایی بهتر است <b>روشن</b> باشد. بخصوص با صفحه سازها."
685
+
686
+ #~ msgid "Required <b>on</b> if using the template function <code>strong_testimonial_view()</code>."
687
+ #~ msgstr "ضروریست در صورت استفاده از فانکشن پوسته <b>روشن</b> باشد. <code>strong_testimonial_view()</code>."
688
+
689
+ #~ msgid "Content"
690
+ #~ msgstr "محتوا"
691
+
692
+ #~ msgctxt "display setting"
693
+ #~ msgid "the full testimonial"
694
+ #~ msgstr "توصیف بصورت کامل"
695
+
696
+ #~ msgctxt "display setting"
697
+ #~ msgid "the excerpt"
698
+ #~ msgstr "چکیده"
699
+
700
+ #~ msgctxt "display setting"
701
+ #~ msgid "a specific length"
702
+ #~ msgstr "طول مشخص شده"
703
+
704
+ #~ msgid "Will strip tags like &lt;em&gt; and &lt;strong&gt;."
705
+ #~ msgstr "برچسب ها محروم خواهند بود مانند &lt;em&gt; و &lt;strong&gt;."
706
+
707
+ #~ msgid "Excerpts are hand-crafted summaries of your testimonial."
708
+ #~ msgstr "چکیده ها خلاصه ای دست ساز از توصیف شماست."
709
+
710
+ #~ msgid "You may need to enable them in the post editor like in this <a href=\"%s\" class=\"%s\">screenshot</a>."
711
+ #~ msgstr "شما ممکن است نیاز به فعال کردن آنها در ویرایشگر متن داشته باشید. مانند <a href=\"%s\" class=\"%s\">اسکرین شات</a>."
712
+
713
+ #~ msgid "Submit form via Ajax"
714
+ #~ msgstr "ارسال فرم از طریق آژاکس"
715
+
716
+ #~ msgid "Assign new submissions to a category"
717
+ #~ msgstr "اختصاص به یک دسته بندی"
718
+
719
+ #~ msgid "Template"
720
+ #~ msgstr "پوسته"
721
+
722
+ #~ msgid "not found"
723
+ #~ msgstr "چیزی پیدا نشد"
724
+
725
+ #~ msgid "&mdash; select &mdash;"
726
+ #~ msgstr "&mdash; انتخاب &mdash;"
727
+
728
+ #~ msgid "(untitled)"
729
+ #~ msgstr "(بدون عنوان)"
730
+
731
+ #~ msgctxt "to select a testimonial"
732
+ #~ msgid "or enter its ID or slug"
733
+ #~ msgstr "وارد کردن آیدی یا اسلاگ"
734
+
735
+ #~ msgid "Layout"
736
+ #~ msgstr "طرح"
737
+
738
+ #~ msgid "normal"
739
+ #~ msgstr "معمولی"
740
+
741
+ #~ msgid "Masonry"
742
+ #~ msgstr "ترتیبی (معماری)"
743
+
744
+ #~ msgid "columns"
745
+ #~ msgstr "ستونی"
746
+
747
+ #~ msgid "grid"
748
+ #~ msgstr "شبکه ای"
749
+
750
+ #~ msgid "Normal layout."
751
+ #~ msgstr "طرح معمولی"
752
+
753
+ #~ msgid "A cascading, responsive grid using the jQuery plugin <a href=\"%s\" target=\"_blank\">Masonry</a>."
754
+ #~ msgstr "بصورت آبشاری و واکنشگرا با استفاده از افزونه جی کوئری <a href=\"%s\" target=\"_blank\">Masonry</a>."
755
+
756
+ #~ msgid "The universal solution that works well regardless of testimonial lengths."
757
+ #~ msgstr "راه حلی کلی که صرفنظر از طول توصیف بخوبی کار می کند."
758
+
759
+ #~ msgid "Not compatible with pagination."
760
+ #~ msgstr "با صفحه بندی سازگار نیست."
761
+
762
+ #~ msgid "Using <a href=\"%s\" target=\"_blank\">CSS multi-column</a>. Fill from top to bottom, then over to next column."
763
+ #~ msgstr "از <a href=\"%s\" target=\"_blank\">CSS multi-column</a>برای پر کردن از بالا به پایین، سپس به ستون بعدی استفاده می کند."
764
+
765
+ #~ msgid "Works well with both long and short testimonials."
766
+ #~ msgstr "به خوبی با توصیفات کوتاه و بلند کار می کند."
767
+
768
+ #~ msgid "Compatible with pagination."
769
+ #~ msgstr "سازگار با صفحه بندی."
770
+
771
+ #~ msgid "Using <a href=\"%s\" target=\"_blank\">CSS flexbox</a> with <a href=\"%s\" target=\"_blank\">JavaScript fallback</a> for older browsers."
772
+ #~ msgstr "استفاده از <a href=\"%s\" target=\"_blank\">CSS flexbox</a> با <a href=\"%s\" target=\"_blank\">JavaScript fallback</a> برای مرورگرهای قدیمی."
773
+
774
+ #~ msgid "Testimonials will be equal height so this works best when they are about the same length<br>(using the excerpts or setting a length limit)."
775
+ #~ msgstr "توصیفات ارتفاعی برابر خواهند داشت و زمانی به خوبی کار می کنند که مقدار یکسانی داشته باشند.<br>(از چکیده یا محدود کننده مقدار استفاده شود)."
776
+
777
+ #~ msgid "number of columns"
778
+ #~ msgstr "تعداد ستون ها"
779
+
780
+ #~ msgid "Quantity"
781
+ #~ msgstr "مقدار"
782
+
783
+ #~ msgctxt "noun"
784
+ #~ msgid "count"
785
+ #~ msgstr "تعداد"
786
+
787
+ #~ msgid "\"Read more\" link to the testimonial"
788
+ #~ msgstr "«بیشتر بخوانید» لینک به توصیفات"
789
+
790
+ #~ msgid "Link text"
791
+ #~ msgstr "متن لینک"
792
+
793
+ #~ msgid "Typically used with excerpts and truncated content."
794
+ #~ msgstr "به طور معمول با چکیده و محتوای کوتاه شده استفاده می شود."
795
+
796
+ #~ msgctxt "noun"
797
+ #~ msgid "Order"
798
+ #~ msgstr "ترتیب"
799
+
800
+ #~ msgid "Pagination"
801
+ #~ msgstr "صفحه بندی"
802
+
803
+ #~ msgctxt "quantity"
804
+ #~ msgid "Per page"
805
+ #~ msgstr "در صفحه"
806
+
807
+ #~ msgid "Navigation"
808
+ #~ msgstr "ناوبری"
809
+
810
+ #~ msgid "before"
811
+ #~ msgstr "قبل"
812
+
813
+ #~ msgid "after"
814
+ #~ msgstr "بعد"
815
+
816
+ #~ msgid "before & after"
817
+ #~ msgstr "قبل و بعد"
818
+
819
+ #~ msgid "\"Read more\" link"
820
+ #~ msgstr "لینک «خواندن بیشتر»"
821
+
822
+ #~ msgid "to the testimonial"
823
+ #~ msgstr "در توصیف"
824
+
825
+ #~ msgid "to a page"
826
+ #~ msgstr "در صفحه"
827
+
828
+ #~ msgctxt "to select a target page"
829
+ #~ msgid "or enter its ID or slug"
830
+ #~ msgstr "وارد کردن آیدی یا اسلاگ"
831
+
832
+ #~ msgctxt "verb"
833
+ #~ msgid "Show"
834
+ #~ msgstr "چشم انداز"
835
+
836
+ #~ msgid "multiple testimonials"
837
+ #~ msgstr "تمام توصیفات"
838
+
839
+ #~ msgid "a single testimonial"
840
+ #~ msgstr "یک توصیف تنها"
841
+
842
+ #~ msgid "no description"
843
+ #~ msgstr "بدون توضیحات"
844
+
845
+ #~ msgid "Featured Image"
846
+ #~ msgstr "تصویر ویژه"
847
+
848
+ #~ msgid "not found in Fields"
849
+ #~ msgstr "چیزی در فیلد پیدا نشد"
850
+
851
+ #~ msgid "width"
852
+ #~ msgstr "عرض"
853
+
854
+ #~ msgid "height"
855
+ #~ msgstr "ارتفاع"
856
+
857
+ #~ msgid "Open full-size image in lightbox"
858
+ #~ msgstr "باز شدن تصویر کامل در لایت باکس"
859
+
860
+ #~ msgid "If no Featured image"
861
+ #~ msgstr "اگر تصویر ویژه وجود نداشت"
862
+
863
+ #~ msgid "show nothing"
864
+ #~ msgstr "نمایش هیچ چیز"
865
+
866
+ #~ msgid "show Gravatar"
867
+ #~ msgstr "نمایش گراواتار"
868
+
869
+ #~ msgid "show Gravatar only if found"
870
+ #~ msgstr "اگر گراواتار یافت شد نمایش داده شود"
871
+
872
+ #~ msgid "Gravatar settings"
873
+ #~ msgstr "تنظیمات گراواتار"
874
+
875
+ #~ msgid "Timing"
876
+ #~ msgstr "تنظیم زمان"
877
+
878
+ #~ msgid "Title"
879
+ #~ msgstr "عنوان"
880
+
881
+ #~ msgid "Edit View"
882
+ #~ msgstr "ویرایش چشم انداز"
883
+
884
+ #~ msgid "Add View"
885
+ #~ msgstr "اضافه کردن چشم انداز"
886
+
887
+ #~ msgid "View saved."
888
+ #~ msgstr "چشم انداز ذخیره شد."
889
+
890
+ #~ msgid "View deleted."
891
+ #~ msgstr "چشم انداز حذف شد."
892
+
893
+ #~ msgid "A View can display your testimonials, create a slideshow, or show a testimonial submission form.<br>Add it to a page with a shortcode or add it to a sidebar with a widget."
894
+ #~ msgstr "چشم انداز می تواند توصیفات شما را به نمایش بگذارد.<br> اسلایدشو و یا فرم ارسال توصیف ایجاد کنید. آن را در صفحات به وسیله شورتکد و در نوار کناری به وسیله ابزارک اضافه کنید."
895
+
896
+ #~ msgctxt "display order"
897
+ #~ msgid "random"
898
+ #~ msgstr "تصادفی"
899
+
900
+ #~ msgctxt "display order"
901
+ #~ msgid "menu order"
902
+ #~ msgstr "منوی ترتیب"
903
+
904
+ #~ msgctxt "display order"
905
+ #~ msgid "newest first"
906
+ #~ msgstr "ابتدا جدیدترین"
907
+
908
+ #~ msgctxt "display order"
909
+ #~ msgid "oldest first"
910
+ #~ msgstr "ابتدا قدیمی ترین"
911
+
912
+ #~ msgid "text"
913
+ #~ msgstr "متن"
914
+
915
+ #~ msgid "link with field"
916
+ #~ msgstr "لینک همراه فیلد"
917
+
918
+ #~ msgid "link"
919
+ #~ msgstr "لینک"
920
+
921
+ #~ msgid "date"
922
+ #~ msgstr "تاریخ"
923
+
924
+ #~ msgid "new tab"
925
+ #~ msgstr "زبانه جدید"
926
+
927
+ #~ msgid "<a href=\"%s\" target=\"_blank\">more about date formats</a>"
928
+ #~ msgstr "<a href=\"%s\" target=\"_blank\">درباره فرمت های تاریخ بیشتر بدانید</a>"
929
+
930
+ #~ msgctxt "Captcha"
931
+ #~ msgid "Input this code:"
932
+ #~ msgstr "کد را وارد کنید:"
933
+
934
+ #~ msgid "List View"
935
+ #~ msgstr "لیست چشم انداز"
936
+
937
+ #~ msgid "Excerpt View"
938
+ #~ msgstr "نمایش چکیده"
939
+
940
+ #~ msgid "No items found."
941
+ #~ msgstr "موردی پیدا نشد."
942
+
943
+ #~ msgid "Select bulk action"
944
+ #~ msgstr "انتخاب فعالیت حجیم"
945
+
946
+ #~ msgid "Bulk Actions"
947
+ #~ msgstr "فعالیت های حجیم"
948
+
949
+ #~ msgid "Apply"
950
+ #~ msgstr "اعمال کردن"
951
+
952
+ #~ msgid "Filter by date"
953
+ #~ msgstr "صافی به وسیله تاریخ"
954
+
955
+ #~ msgid "All dates"
956
+ #~ msgstr "تمام تاریخ ها"
957
+
958
+ #~ msgid "%1$s %2$d"
959
+ #~ msgstr "%1$s %2$d"
960
+
961
+ #~ msgid "%s pending"
962
+ #~ msgstr "%s درحال انتظار"
963
+
964
+ #~ msgid "1 item"
965
+ #~ msgid_plural "%s items"
966
+ #~ msgstr[0] "%s مورد"
967
+
968
+ #~ msgid "Go to the first page"
969
+ #~ msgstr "برو به اولین صفحه"
970
+
971
+ #~ msgid "Go to the previous page"
972
+ #~ msgstr "برو به صفحه قبلی"
973
+
974
+ #~ msgid "Select Page"
975
+ #~ msgstr "انتخاب صفحه"
976
+
977
+ #~ msgid "Current page"
978
+ #~ msgstr "صفحه چاری"
979
+
980
+ #~ msgctxt "paging"
981
+ #~ msgid "%1$s of %2$s"
982
+ #~ msgstr "%1$s از %2$s"
983
+
984
+ #~ msgid "Go to the next page"
985
+ #~ msgstr "برو به صفحه بعدی"
986
+
987
+ #~ msgid "Go to the last page"
988
+ #~ msgstr "برو به آخرین صفحه"
989
+
990
+ #~ msgid "Select All"
991
+ #~ msgstr "انتخاب همه"
992
+
993
+ #~ msgid "Edit"
994
+ #~ msgstr "ویرایش"
995
+
996
+ #~ msgid "Duplicate"
997
+ #~ msgstr "تکثیر کردن"
998
+
999
+ #~ msgid "Delete \"%s\"?"
1000
+ #~ msgstr "حذف \"%s\"؟"
1001
+
1002
+ #~ msgid "This field is required."
1003
+ #~ msgstr "عنوان فیلد ضروری است."
1004
+
1005
+ #~ msgid "Testimonial Title"
1006
+ #~ msgstr "عنوان توصیف"
1007
+
1008
+ #~ msgid "Testimonial Content"
1009
+ #~ msgstr "محتوای توصیف"
1010
+
1011
+ #~ msgid "email"
1012
+ #~ msgstr "ایمیل"
1013
+
1014
+ #~ msgid "URL"
1015
+ #~ msgstr "لینک"
1016
+
1017
+ #~ msgid "categories"
1018
+ #~ msgstr "دسته بندی ها"
1019
+
1020
+ #~ msgid "category selector"
1021
+ #~ msgstr "انتخابگر دسته بندی"
1022
+
1023
+ #~ msgid "Default Form"
1024
+ #~ msgstr "فرم پیشفرض"
1025
+
1026
+ #~ msgid "Full Name"
1027
+ #~ msgstr "نام کامل"
1028
+
1029
+ #~ msgid "What is your full name?"
1030
+ #~ msgstr "نام کامل شما چیست؟"
1031
+
1032
+ #~ msgid "What is your email address?"
1033
+ #~ msgstr "ایمیل شما چیست؟"
1034
+
1035
+ #~ msgid "Company Name"
1036
+ #~ msgstr "نام شرکت"
1037
+
1038
+ #~ msgid "What is your company name?"
1039
+ #~ msgstr "نام شرکت شما چیست؟"
1040
+
1041
+ #~ msgid "Company Website"
1042
+ #~ msgstr "وبسایت شرکت"
1043
+
1044
+ #~ msgid "Does your company have a website?"
1045
+ #~ msgstr "آیا شرکت شما سایت دارد؟"
1046
+
1047
+ #~ msgid "Heading"
1048
+ #~ msgstr "عنوان"
1049
+
1050
+ #~ msgid "A headline for your testimonial."
1051
+ #~ msgstr "یک تیتر برای توصیف شما."
1052
+
1053
+ #~ msgid "Testimonial"
1054
+ #~ msgstr "توصیف"
1055
+
1056
+ #~ msgid "What do you think about us?"
1057
+ #~ msgstr "درباره ما چطور فکر می کنید؟"
1058
+
1059
+ #~ msgid "Photo"
1060
+ #~ msgstr "تصویر"
1061
+
1062
+ #~ msgid "Would you like to include a photo?"
1063
+ #~ msgstr "آیا علاقه‌مند به قرار دادن تصویر هستید؟"
1064
+
1065
+ #~ msgid "Minimal Form"
1066
+ #~ msgstr "فرم مینیمال"
1067
+
1068
+ #~ msgid "Custom Form"
1069
+ #~ msgstr "فرم دلخواه"
1070
+
1071
+ #~ msgid "Required field"
1072
+ #~ msgstr "فیلد ضروری"
1073
+
1074
+ #~ msgctxt "description"
1075
+ #~ msgid "Captcha label"
1076
+ #~ msgstr "برچسب کد امنیتی"
1077
+
1078
+ #~ msgctxt "strong-testimonials"
1079
+ #~ msgid "Captcha"
1080
+ #~ msgstr "کد امنیتی"
1081
+
1082
+ #~ msgctxt "description"
1083
+ #~ msgid "Submit button"
1084
+ #~ msgstr "دکمه ارسال"
1085
+
1086
+ #~ msgctxt "the Submit button"
1087
+ #~ msgid "Add Testimonial"
1088
+ #~ msgstr "اضافه کردن توصیف"
1089
+
1090
+ #~ msgctxt "description"
1091
+ #~ msgid "Submission error"
1092
+ #~ msgstr "خطای ارسال"
1093
+
1094
+ #~ msgctxt "error message"
1095
+ #~ msgid "There was a problem processing your testimonial."
1096
+ #~ msgstr "در پردازش توصیف مشکل وجود دارد."
1097
+
1098
+ #~ msgctxt "description"
1099
+ #~ msgid "Submission success"
1100
+ #~ msgstr "ارسال کامل شد"
1101
+
1102
+ #~ msgctxt "success message"
1103
+ #~ msgid "Thank you! Your testimonial is awaiting moderation."
1104
+ #~ msgstr "متشکریم! توصیف شما در انتظار مدیریت."
1105
+
1106
+ #~ msgid "New testimonial for %BLOGNAME%"
1107
+ #~ msgstr "توصیف جدید برای %BLOGNAME%"
1108
+
1109
+ #~ msgid "New testimonial submission for %BLOGNAME%. This is awaiting action from the website administrator."
1110
+ #~ msgstr "توصیف جدید شما برای %BLOGNAME% ارسال شد و در انتظار اقدام توسط مدیر است."
1111
+
1112
+ #~ msgid "Display"
1113
+ #~ msgstr "نمایش"
1114
+
1115
+ #~ msgid "Slideshow"
1116
+ #~ msgstr "اسلایدشو"
1117
+
1118
+ #~ msgid "Random"
1119
+ #~ msgstr "تصادفی"
1120
+
1121
+ #~ msgid "Newest first"
1122
+ #~ msgstr "ابتدا جدیدترین ها"
1123
+
1124
+ #~ msgid "Oldest first"
1125
+ #~ msgstr "ابتدا قدیمی ها"
1126
+
1127
+ #~ msgid "Length"
1128
+ #~ msgstr "طول"
1129
+
1130
+ #~ msgid "Entire"
1131
+ #~ msgstr "تمامی"
1132
+
1133
+ #~ msgctxt "link"
1134
+ #~ msgid "Read more"
1135
+ #~ msgstr "خواندن ادامه"
1136
+
1137
+ #~ msgid "Testimonial Form Fields"
1138
+ #~ msgstr "فیلدهای فرم توصیف"
1139
+
1140
+ #~ msgid "Testimonial Form Messages"
1141
+ #~ msgstr "پیام فرم توصیف"
1142
+
1143
+ #~ msgid "Testimonial Notification Options"
1144
+ #~ msgstr "گزینه های اعلامیه"
1145
+
1146
+ #~ msgid "The Captcha failed. Please try again."
1147
+ #~ msgstr "کد امنیتی ناموفق بود. لطفا دوباره سعی کنید."
1148
+
1149
+ #~ msgid "placeholder"
1150
+ #~ msgstr "متن محو شونده"
1151
+
1152
+ #~ msgid "label"
1153
+ #~ msgstr "برچسب"
1154
+
1155
+ #~ msgid "Email message"
1156
+ #~ msgstr "محتوای ایمیل"
1157
+
1158
+ #~ msgid "Email subject"
1159
+ #~ msgstr "موضوع ایمیل"
1160
+
1161
+ #~ msgctxt "post type general name"
1162
+ #~ msgid "Testimonials"
1163
+ #~ msgstr "توصیفات"
1164
+
1165
+ #~ msgctxt "admin menu name"
1166
+ #~ msgid "Testimonials"
1167
+ #~ msgstr "توصیفات"
1168
+
1169
+ #~ msgctxt "post type singular name"
1170
+ #~ msgid "Testimonial"
1171
+ #~ msgstr "توصیف"
1172
+
1173
+ #~ msgctxt "post type"
1174
+ #~ msgid "Add New"
1175
+ #~ msgstr "اضافه کردن"
1176
+
1177
+ #~ msgid "Add New Testimonial"
1178
+ #~ msgstr "اضافه کردن توصیف جدید"
1179
+
1180
+ #~ msgid "Edit Testimonial"
1181
+ #~ msgstr "ویرایش توصیف"
1182
+
1183
+ #~ msgid "New Testimonial"
1184
+ #~ msgstr "توصیف جدید"
1185
+
1186
+ #~ msgid "All Testimonials"
1187
+ #~ msgstr "تمام توصیفات"
1188
+
1189
+ #~ msgid "View Testimonial"
1190
+ #~ msgstr "مشاهده توصیف"
1191
+
1192
+ #~ msgid "Search Testimonials"
1193
+ #~ msgstr "جستجوی توصیفات"
1194
+
1195
+ #~ msgid "Nothing Found"
1196
+ #~ msgstr "چیزی پیدا نشد"
1197
+
1198
+ #~ msgid "Nothing found in Trash"
1199
+ #~ msgstr "چیزی در زباله‌دان یافت نشد"
1200
+
1201
+ #~ msgctxt "post type singular label"
1202
+ #~ msgid "testimonial"
1203
+ #~ msgstr "توصیف"
1204
+
1205
+ #~ msgctxt "slug"
1206
+ #~ msgid "testimonial"
1207
+ #~ msgstr "توصیف"
1208
+
1209
+ #~ msgid "Testimonial Categories"
1210
+ #~ msgstr "دسته بندی های توصیف"
1211
+
1212
+ #~ msgid "Testimonial Category"
1213
+ #~ msgstr "دسته بندی توصیف"
1214
+
1215
+ #~ msgid "All categories"
1216
+ #~ msgstr "تمام دسته بندی ها"
1217
+
1218
+ #~ msgctxt "widget description"
1219
+ #~ msgid "Add one of your testimonial views."
1220
+ #~ msgstr "اضافه کردن چشم انداز برای توصیف."
1221
+
1222
+ #~ msgctxt "widget label"
1223
+ #~ msgid "Strong Testimonials View"
1224
+ #~ msgstr "چشم انداز توصیفات"
1225
+
1226
+ #~ msgctxt "widget title"
1227
+ #~ msgid "Testimonials"
1228
+ #~ msgstr "توصیفات"
1229
+
1230
+ #~ msgid "Title:"
1231
+ #~ msgstr "عنوان:"
1232
+
1233
+ #~ msgid "Content:"
1234
+ #~ msgstr "محتوا:"
1235
+
1236
+ #~ msgid "Automatically add paragraphs to above Content only"
1237
+ #~ msgstr "افزودن خودکار پاراگراف به بالای محتوا"
1238
+
1239
+ #~ msgctxt "widget setting"
1240
+ #~ msgid "View:"
1241
+ #~ msgstr "چشم انداز:"
1242
+
1243
+ #~ msgid "&mdash; Select &mdash;"
1244
+ #~ msgstr "&mdash; انتخاب &mdash;"
1245
+
1246
+ #~ msgid "Cheatin&#8217; huh?"
1247
+ #~ msgstr "Cheatin&#8217; huh?"
1248
+
1249
+ #~ msgid "light gray gradient"
1250
+ #~ msgstr "light gray gradient"
1251
+
1252
+ #~ msgid "light blue gradient"
1253
+ #~ msgstr "light blue gradient"
1254
+
1255
+ #~ msgid "sky blue gradient"
1256
+ #~ msgstr "sky blue gradient"
1257
+
1258
+ #~ msgid "light latte gradient"
1259
+ #~ msgstr "light latte gradient"
1260
+
1261
+ #~ msgid "light green mist gradient"
1262
+ #~ msgstr "light green mist gradient"
1263
+
1264
+ #~ msgid "light plum gradient"
1265
+ #~ msgstr "light plum gradient"
1266
+
1267
+ #~ msgid "Strong Testimonials"
1268
+ #~ msgstr "توصیفات (Strong Testimonials)"
1269
+
1270
+ #~ msgid "https://www.wpmission.com/plugins/strong-testimonials/"
1271
+ #~ msgstr "https://www.wpmission.com/plugins/strong-testimonials/"
1272
+
1273
+ #~ msgid "A full-featured plugin that works right out of the box for beginners and offers advanced features for pros."
1274
+ #~ msgstr "A full-featured plugin that works right out of the box for beginners and offers advanced features for pros."
1275
 
1276
+ #~ msgid "Chris Dillon"
1277
+ #~ msgstr "Chris Dillon"
 
1278
 
1279
+ #~ msgid "https://www.wpmission.com/"
1280
+ #~ msgstr "https://www.wpmission.com/"
 
languages/strong-testimonials-fr_FR.mo CHANGED
Binary file
languages/strong-testimonials-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.16.9\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-04-23 17:55-0400\n"
6
- "PO-Revision-Date: 2018-04-23 17:56-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n>1;\n"
14
- "X-Generator: Poedit 2.0.7\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -23,38 +23,36 @@ msgstr ""
23
  msgid "Flexible Features. Strong Support."
24
  msgstr ""
25
 
26
- #: ../admin/about/about.php:2
 
 
27
  msgid ""
28
- "The highest-rated free testimonials plugin trusted by more than 50,000 "
29
- "people keeps getting better."
30
  msgstr ""
31
 
32
- #: ../admin/about/about.php:5
33
  msgid ""
34
- "Your site is unique, right? So are your testimonials. This plugin is "
35
- "designed from the ground up to simplify the process of customizing your "
36
  "testimonials or reviews."
37
  msgstr ""
38
 
39
- #: ../admin/about/about.php:6
40
  msgid ""
41
  "<strong>Custom fields</strong> are deeply integrated into Strong "
42
- "Testimonials so it's simple to configure the fields on your testimonial "
43
- "submission form, update those fields when adding or editing testimonials, "
44
- "and select which fields to display on your testimonials. The plugin even "
45
- "includes a default set of custom fields so you can get started quickly."
46
  msgstr ""
47
 
48
- #: ../admin/about/about.php:7
49
  msgid ""
50
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
51
  "unlimited testimonial displays including grids and slideshows with features "
52
  "like excerpts and pagination in a variety of templates."
53
  msgstr ""
54
 
55
- #: ../admin/about/about.php:8
56
  msgid ""
57
- "Power up with plugins like Popup Maker or Google Captcha. For developers, "
58
  "actions and filters allow further customization."
59
  msgstr ""
60
 
@@ -62,34 +60,40 @@ msgstr ""
62
  msgid "Get More Features With Pro Add-ons"
63
  msgstr ""
64
 
65
- #: ../admin/about/class-strong-testimonials-about.php:48
66
- #: ../admin/about/class-strong-testimonials-about.php:49
67
- #: ../admin/about/class-strong-testimonials-about.php:77
68
  msgid "About"
69
  msgstr ""
70
 
71
- #: ../admin/about/class-strong-testimonials-about.php:66
 
72
  #, php-format
73
  msgid "Welcome to Strong Testimonials %s"
74
  msgstr ""
75
 
76
- #: ../admin/about/class-strong-testimonials-about.php:69
77
  msgid "Thank you for updating to the latest version!"
78
  msgstr ""
79
 
80
- #: ../admin/about/class-strong-testimonials-about.php:73
 
81
  #, php-format
82
  msgid "Version %s"
83
  msgstr ""
84
 
85
- #: ../admin/about/class-strong-testimonials-about.php:79
86
  msgid "What&#8217;s New"
87
  msgstr ""
88
 
89
- #: ../admin/about/class-strong-testimonials-about.php:81
90
  msgid "How To"
91
  msgstr ""
92
 
 
 
 
 
93
  #: ../admin/about/how-to.php:2
94
  msgid ""
95
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
@@ -183,45 +187,14 @@ msgid "Select <strong>Slideshow</strong> mode."
183
  msgstr ""
184
 
185
  #: ../admin/about/how-to.php:56
186
- msgid "How to Display the Number of Testimonials"
187
- msgstr ""
188
-
189
- #: ../admin/about/how-to.php:57
190
- #, php-format
191
- msgid "Use the %s shortcode."
192
- msgstr ""
193
-
194
- #: ../admin/about/how-to.php:58 ../admin/about/how-to.php:61
195
- #: ../admin/class-strong-testimonials-help.php:90
196
- msgid "For example:"
197
- msgstr ""
198
-
199
- #: ../admin/about/how-to.php:59
200
- #, php-format
201
- msgid "Read some of our %s testimonials!"
202
- msgstr ""
203
-
204
- #: ../admin/about/how-to.php:60
205
- #, php-format
206
- msgid ""
207
- "To count for a specific category, add the %s attribute with the category "
208
- "slug."
209
- msgstr ""
210
-
211
- #: ../admin/about/how-to.php:62
212
- #, php-format
213
- msgid "Here's what %s local clients say"
214
- msgstr ""
215
-
216
- #: ../admin/about/how-to.php:66
217
  msgid "How to Translate"
218
  msgstr ""
219
 
220
- #: ../admin/about/how-to.php:67
221
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
222
  msgstr ""
223
 
224
- #: ../admin/about/how-to.php:68
225
  msgid ""
226
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
227
  "strong> pages. Those domains encompass the form fields, the form messages, "
@@ -289,8 +262,59 @@ msgstr ""
289
  msgid "Form examples"
290
  msgstr ""
291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
  # @ strong-testimonials
293
- #: ../admin/admin-notices.php:66 ../admin/views.php:26
294
  msgid "Defaults restored."
295
  msgstr "Réglages par défaut restaurés."
296
 
@@ -299,7 +323,7 @@ msgstr "Réglages par défaut restaurés."
299
  msgid "Fields saved."
300
  msgstr "Champs sauvegardés."
301
 
302
- #: ../admin/admin-notices.php:90 ../admin/views.php:24
303
  msgid "Changes cancelled."
304
  msgstr ""
305
 
@@ -375,17 +399,17 @@ msgstr ""
375
 
376
  # @ strong-testimonials
377
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
378
- #: ../admin/class-strong-views-list-table.php:51
379
  msgid "ID"
380
  msgstr "ID"
381
 
382
  # @ strong-testimonials
383
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
384
  #: ../admin/class-strong-testimonials-defaults.php:316
385
- #: ../admin/class-strong-views-list-table.php:54
386
  #: ../admin/partials/views/view-name.php:10
387
  #: ../admin/settings/partials/email-from.php:25
388
- #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:533
389
  msgid "Name"
390
  msgstr "Nom"
391
 
@@ -427,39 +451,39 @@ msgstr "Catégories"
427
  msgid "Date"
428
  msgstr "Date"
429
 
430
- #: ../admin/class-strong-testimonials-admin-scripts.php:135
431
  msgctxt "Field editor: The default label for new fields"
432
  msgid "New Field"
433
  msgstr ""
434
 
435
- #: ../admin/class-strong-testimonials-admin-scripts.php:136
436
  msgctxt "Fields editor: To indicate when a field type can only be used once."
437
  msgid "(in use)"
438
  msgstr ""
439
 
440
- #: ../admin/class-strong-testimonials-admin-scripts.php:137
441
  msgctxt "Fields editor: To indicate when no categories have been found."
442
  msgid "(none found)"
443
  msgstr ""
444
 
445
  # @ strong-testimonials
446
- #: ../admin/class-strong-testimonials-admin-scripts.php:206
447
  #: ../admin/class-strong-testimonials-defaults.php:72
448
  msgid "This field is required."
449
  msgstr "Ce champ est obligatoire."
450
 
451
- #: ../admin/class-strong-testimonials-admin-scripts.php:207
452
- #: ../admin/edd/Strong_Plugin_Updater.php:115
453
- #: ../admin/edd/Strong_Plugin_Updater.php:166
454
- #: ../admin/edd/Strong_Plugin_Updater.php:222
455
  msgid "An error occurred, please try again."
456
  msgstr ""
457
 
458
- #: ../admin/class-strong-testimonials-admin-scripts.php:208
459
  msgid "Restore the default settings?"
460
  msgstr ""
461
 
462
- #: ../admin/class-strong-testimonials-admin-scripts.php:241
463
  msgid "click to insert into message at caret"
464
  msgstr ""
465
 
@@ -480,7 +504,7 @@ msgstr "Contenu du témoignage"
480
  msgid "Featured Image"
481
  msgstr "Photo descriptive"
482
 
483
- #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:479
484
  #: ../includes/l10n-wpml.php:152
485
  msgid "text"
486
  msgstr ""
@@ -505,7 +529,7 @@ msgstr ""
505
  msgid "category checklist"
506
  msgstr ""
507
 
508
- #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:485
509
  msgid "shortcode"
510
  msgstr ""
511
 
@@ -574,7 +598,7 @@ msgstr "Un titre 'vedette' pour votre témoignage."
574
  #: ../admin/class-strong-testimonials-defaults.php:288
575
  #: ../admin/class-strong-testimonials-defaults.php:336
576
  #: ../admin/partials/views/option-title.php:15
577
- #: ../admin/settings/class-strong-testimonials-settings.php:50
578
  msgid "Testimonial"
579
  msgstr "Témoignage"
580
 
@@ -604,12 +628,12 @@ msgstr ""
604
  #. translators: Settings > Form > Messages tab
605
  #: ../admin/class-strong-testimonials-defaults.php:392
606
  msgctxt "setting description"
607
- msgid "Required Field"
608
  msgstr ""
609
 
610
  #: ../admin/class-strong-testimonials-defaults.php:393
611
  msgctxt "Default message for required notice at top of form."
612
- msgid "Required field"
613
  msgstr ""
614
 
615
  #. translators: Settings > Form > Messages tab
@@ -624,52 +648,52 @@ msgid "Captcha"
624
  msgstr ""
625
 
626
  #. translators: Settings > Form > Messages tab
627
- #: ../admin/class-strong-testimonials-defaults.php:405
628
  msgctxt "description"
629
  msgid "Submit Button"
630
  msgstr ""
631
 
632
  # @ strong-testimonials
633
  #. translators: Default label for the Submit button on testimonial form.
634
- #: ../admin/class-strong-testimonials-defaults.php:407
635
  msgctxt "the Submit button"
636
  msgid "Add Testimonial"
637
  msgstr "Ajouter un témoignage"
638
 
639
  #. translators: Settings > Form > Messages tab
640
- #: ../admin/class-strong-testimonials-defaults.php:412
641
  msgctxt "description"
642
  msgid "Submission Error"
643
  msgstr ""
644
 
645
  # @ strong-testimonials
646
  #. translators: Default message for submission form error.
647
- #: ../admin/class-strong-testimonials-defaults.php:414
648
  msgctxt "error message"
649
  msgid "There was a problem processing your testimonial."
650
  msgstr "Il y a eu un problème de traitement de votre témoignage."
651
 
652
  #. translators: Settings > Form > Messages tab
653
- #: ../admin/class-strong-testimonials-defaults.php:419
654
  msgctxt "description"
655
  msgid "Submission Success"
656
  msgstr ""
657
 
658
  #. translators: Default message for submission form success message.
659
- #: ../admin/class-strong-testimonials-defaults.php:421
660
  msgctxt "success message"
661
  msgid "Thank you! Your testimonial is waiting to be approved."
662
  msgstr ""
663
 
664
  # @ strong-testimonials
665
  #. translators: Default subject line for new testimonial notification email.
666
- #: ../admin/class-strong-testimonials-defaults.php:447
667
  msgid "New testimonial for %BLOGNAME%"
668
  msgstr "Nouveau témoignage pour %BLOGNAME%"
669
 
670
  # @ strong-testimonials
671
  #. translators: Default message for new testimonial notification email.
672
- #: ../admin/class-strong-testimonials-defaults.php:449
673
  msgid ""
674
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
675
  "website administrator."
@@ -677,197 +701,197 @@ msgstr ""
677
  "Nouvel ajout de témoignage pour %BLOGNAME%, en attente d'une décision du "
678
  "webmaster."
679
 
680
- #: ../admin/class-strong-testimonials-defaults.php:479
681
  msgid "Display"
682
  msgstr ""
683
 
684
- #: ../admin/class-strong-testimonials-defaults.php:480
685
  msgid "Display your testimonials in a list or a grid."
686
  msgstr ""
687
 
688
  # @ strong-testimonials
689
  #. translators: In the view editor.
690
- #: ../admin/class-strong-testimonials-defaults.php:484
691
- #: ../admin/partials/views/group-slideshow.php:4
692
  msgid "Slideshow"
693
  msgstr "Diaporama"
694
 
695
- #: ../admin/class-strong-testimonials-defaults.php:485
696
  msgid "Create a slideshow of your testimonials."
697
  msgstr ""
698
 
699
  # @ strong-testimonials
700
- #: ../admin/class-strong-testimonials-defaults.php:489
701
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
702
  msgid "Form"
703
  msgstr "Formulaire"
704
 
705
- #: ../admin/class-strong-testimonials-defaults.php:490
706
  msgid "Display a testimonial submission form."
707
  msgstr ""
708
 
709
- #: ../admin/class-strong-testimonials-defaults.php:494
710
  msgid "Single Template"
711
  msgstr ""
712
 
713
- #: ../admin/class-strong-testimonials-defaults.php:495
714
  msgid "When viewing the testimonial using a theme's single post template."
715
  msgstr ""
716
 
717
- #: ../admin/class-strong-testimonials-defaults.php:500
718
  msgctxt "display order"
719
  msgid "random"
720
  msgstr ""
721
 
722
- #: ../admin/class-strong-testimonials-defaults.php:501
723
  msgctxt "display order"
724
  msgid "menu order"
725
  msgstr ""
726
 
727
- #: ../admin/class-strong-testimonials-defaults.php:502
728
  msgctxt "display order"
729
  msgid "newest first"
730
  msgstr ""
731
 
732
- #: ../admin/class-strong-testimonials-defaults.php:503
733
  msgctxt "display order"
734
  msgid "oldest first"
735
  msgstr ""
736
 
737
- #: ../admin/class-strong-testimonials-defaults.php:507
738
  msgctxt "slideshow transition option"
739
  msgid "no transition effect"
740
  msgstr ""
741
 
742
- #: ../admin/class-strong-testimonials-defaults.php:508
743
  msgctxt "slideshow transition option"
744
  msgid "fade"
745
  msgstr ""
746
 
747
- #: ../admin/class-strong-testimonials-defaults.php:509
748
  msgctxt "slideshow transition option"
749
  msgid "scroll horizontally"
750
  msgstr ""
751
 
752
- #: ../admin/class-strong-testimonials-defaults.php:510
753
  msgctxt "slideshow transition option"
754
  msgid "scroll vertically"
755
  msgstr ""
756
 
757
- #: ../admin/class-strong-testimonials-defaults.php:514
758
  msgctxt "slideshow option"
759
  msgid "Adjust height for each slide"
760
  msgstr ""
761
 
762
- #: ../admin/class-strong-testimonials-defaults.php:515
763
  msgctxt "slideshow option"
764
  msgid "Set height to match the tallest slide"
765
  msgstr ""
766
 
767
- #: ../admin/class-strong-testimonials-defaults.php:521
768
  msgctxt "slideshow controls option"
769
  msgid "none"
770
  msgstr ""
771
 
772
- #: ../admin/class-strong-testimonials-defaults.php:529
773
  msgctxt "slideshow controls option"
774
  msgid "Bottom: previous / play-pause / next"
775
  msgstr ""
776
 
777
- #: ../admin/class-strong-testimonials-defaults.php:541
778
  msgctxt "slideshow controls option"
779
  msgid "Bottom: previous / next"
780
  msgstr ""
781
 
782
- #: ../admin/class-strong-testimonials-defaults.php:550
783
  msgctxt "slideshow controls option"
784
  msgid "Sides: previous / next"
785
  msgstr ""
786
 
787
- #: ../admin/class-strong-testimonials-defaults.php:563
788
  msgctxt "slideshow navigation option"
789
  msgid "none"
790
  msgstr ""
791
 
792
- #: ../admin/class-strong-testimonials-defaults.php:567
793
  msgctxt "slideshow navigation option"
794
  msgid "full"
795
  msgstr ""
796
 
797
- #: ../admin/class-strong-testimonials-defaults.php:580
798
  msgctxt "slideshow navigation option"
799
  msgid "buttons 1"
800
  msgstr ""
801
 
802
- #: ../admin/class-strong-testimonials-defaults.php:590
803
  msgctxt "slideshow navigation option"
804
  msgid "buttons 2"
805
  msgstr ""
806
 
807
- #: ../admin/class-strong-testimonials-defaults.php:600
808
  msgctxt "slideshow navigation option"
809
  msgid "buttons 3"
810
  msgstr ""
811
 
812
- #: ../admin/class-strong-testimonials-defaults.php:610
813
- #: ../admin/class-strong-testimonials-defaults.php:630
814
  msgctxt "slideshow navigation option"
815
  msgid "text"
816
  msgstr ""
817
 
818
- #: ../admin/class-strong-testimonials-defaults.php:613
819
  msgctxt "slideshow control"
820
  msgid "Play"
821
  msgstr ""
822
 
823
- #: ../admin/class-strong-testimonials-defaults.php:614
824
  msgctxt "slideshow control"
825
  msgid "Pause"
826
  msgstr ""
827
 
828
- #: ../admin/class-strong-testimonials-defaults.php:615
829
  msgctxt "slideshow_control"
830
  msgid "Previous"
831
  msgstr ""
832
 
833
- #: ../admin/class-strong-testimonials-defaults.php:616
834
  msgctxt "slideshow_control"
835
  msgid "Next"
836
  msgstr ""
837
 
838
- #: ../admin/class-strong-testimonials-defaults.php:622
839
  msgctxt "slideshow navigation option"
840
  msgid "buttons"
841
  msgstr ""
842
 
843
- #: ../admin/class-strong-testimonials-defaults.php:642
844
  msgctxt "slideshow navigation option"
845
  msgid "inside"
846
  msgstr ""
847
 
848
- #: ../admin/class-strong-testimonials-defaults.php:643
849
  msgctxt "slideshow navigation option"
850
  msgid "outside"
851
  msgstr ""
852
 
853
  # @ strong-testimonials
854
- #: ../admin/class-strong-testimonials-defaults.php:706
855
  msgctxt "link"
856
  msgid "Read more"
857
  msgstr "Lire plus"
858
 
859
- #: ../admin/class-strong-testimonials-defaults.php:710
860
  msgctxt "link"
861
  msgid "Read more testimonials"
862
  msgstr ""
863
 
864
- #: ../admin/class-strong-testimonials-defaults.php:795
865
  msgid ""
866
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
867
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
868
  msgstr ""
869
 
870
- #: ../admin/class-strong-testimonials-defaults.php:806
871
  msgid "An excellent plugin for math- and image-based captchas."
872
  msgstr ""
873
 
@@ -913,7 +937,7 @@ msgid ""
913
  msgstr ""
914
 
915
  #: ../admin/class-strong-testimonials-help.php:46
916
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:264
917
  msgid "Prerender"
918
  msgstr ""
919
 
@@ -967,6 +991,10 @@ msgstr ""
967
  msgid "You can create an <strong>unlimited</strong> number of views."
968
  msgstr ""
969
 
 
 
 
 
970
  #: ../admin/class-strong-testimonials-help.php:92
971
  msgid ""
972
  "Create a view to display your testimonials in a list, grid, or slideshow."
@@ -1019,11 +1047,11 @@ msgid ""
1019
  msgstr ""
1020
 
1021
  #: ../admin/class-strong-testimonials-help.php:125
1022
- msgid "<code>[testimonial_view id=1 category=\"service-1\"]</code>"
1023
  msgstr ""
1024
 
1025
  #: ../admin/class-strong-testimonials-help.php:126
1026
- msgid "<code>[testimonial_view id=1 category=\"service-2\"]</code>"
1027
  msgstr ""
1028
 
1029
  #: ../admin/class-strong-testimonials-help.php:129
@@ -1032,8 +1060,8 @@ msgstr ""
1032
 
1033
  #: ../admin/class-strong-testimonials-help.php:130
1034
  msgid ""
1035
- "<code>[testimonial_view id=1 category=\"service-3\" order=\"random\" count="
1036
- "\"5\"]</code>"
1037
  msgstr ""
1038
 
1039
  #: ../admin/class-strong-testimonials-help.php:132
@@ -1219,6 +1247,107 @@ msgstr ""
1219
  msgid "Select All"
1220
  msgstr ""
1221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1222
  # @ strong-testimonials
1223
  #: ../admin/class-strong-testimonials-post-editor.php:38
1224
  msgctxt "post editor"
@@ -1248,7 +1377,7 @@ msgid "Cancel"
1248
  msgstr ""
1249
 
1250
  #: ../admin/class-strong-testimonials-post-editor.php:232
1251
- #: ../admin/class-strong-views-list-table.php:117
1252
  msgid "Edit"
1253
  msgstr ""
1254
 
@@ -1257,48 +1386,52 @@ msgstr ""
1257
  msgid "shortcode %s not found"
1258
  msgstr ""
1259
 
1260
- #: ../admin/class-strong-views-list-table.php:55
 
 
 
 
1261
  #: ../admin/partials/views/view-mode.php:3
1262
  msgid "Mode"
1263
  msgstr ""
1264
 
1265
  #. translators: On the Views admin screen.
1266
- #: ../admin/class-strong-views-list-table.php:56
1267
  #: ../admin/partials/views/option-template-list.php:3
1268
  msgid "Template"
1269
  msgstr ""
1270
 
1271
  # @ strong-testimonials
1272
- #: ../admin/class-strong-views-list-table.php:57
1273
- #: ../admin/partials/views/view-shortcode.php:17
1274
  msgid "Shortcode"
1275
  msgstr "Shortcode"
1276
 
1277
- #: ../admin/class-strong-views-list-table.php:118
1278
  msgid "Duplicate"
1279
  msgstr ""
1280
 
1281
- #: ../admin/class-strong-views-list-table.php:119
1282
  #, php-format
1283
  msgid "Delete \"%s\"?"
1284
  msgstr ""
1285
 
1286
  # @ default
1287
- #: ../admin/class-strong-views-list-table.php:119
1288
  #: ../admin/partials/fields/field-controls.php:9
1289
  msgid "Delete"
1290
  msgstr "Supprimer"
1291
 
1292
- #: ../admin/class-strong-views-list-table.php:131
1293
  msgid "stick to top of list"
1294
  msgstr ""
1295
 
1296
- #: ../admin/class-strong-views-list-table.php:146
1297
  msgid "theme single post template"
1298
  msgstr ""
1299
 
1300
  #. translators: On the Views admin screen.
1301
- #: ../admin/class-strong-views-list-table.php:172
1302
  #: ../admin/partials/views/template-not-found.php:19
1303
  msgid "not found"
1304
  msgstr ""
@@ -1309,7 +1442,7 @@ msgstr ""
1309
 
1310
  # @ default
1311
  #: ../admin/custom-fields.php:147
1312
- #: ../admin/settings/class-strong-testimonials-settings.php:43
1313
  #: ../admin/views.php:17
1314
  msgid "You do not have sufficient permissions to access this page."
1315
  msgstr "Vous n'avez pas les droits suffisants pour accéder à cette page."
@@ -1323,7 +1456,7 @@ msgstr ""
1323
  #: ../admin/custom-fields.php:159
1324
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1325
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1326
- #: ../admin/partials/views/group-fields.php:4
1327
  msgid "Fields"
1328
  msgstr "Champs"
1329
 
@@ -1335,11 +1468,11 @@ msgstr ""
1335
  msgid "Click a field to open its options panel."
1336
  msgstr ""
1337
 
1338
- #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:10
1339
  #: ../admin/partials/views/option-pagination.php:3
1340
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1341
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:269
1342
- #: ../admin/views.php:69
1343
  msgid "Help"
1344
  msgstr ""
1345
 
@@ -1348,12 +1481,12 @@ msgstr ""
1348
  msgid "Add New Field"
1349
  msgstr "Ajouter un nouveau champ"
1350
 
1351
- #: ../admin/custom-fields.php:194 ../admin/views.php:254
1352
  msgid "Cancel Changes"
1353
  msgstr ""
1354
 
1355
  # @ strong-testimonials
1356
- #: ../admin/custom-fields.php:195 ../admin/views.php:255
1357
  msgid "Restore Defaults"
1358
  msgstr "Restaurer les paramètres par défaut"
1359
 
@@ -1384,13 +1517,13 @@ msgid "next to the checkbox"
1384
  msgstr ""
1385
 
1386
  # @ strong-testimonials
1387
- #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:304
1388
- #: ../admin/views.php:581
1389
  msgid "Before"
1390
  msgstr "Avant"
1391
 
1392
  # @ strong-testimonials
1393
- #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:312
1394
  msgid "After"
1395
  msgstr "Après"
1396
 
@@ -1460,46 +1593,46 @@ msgstr ""
1460
  msgid "Error"
1461
  msgstr ""
1462
 
1463
- #: ../admin/edd/Strong_Plugin_Updater.php:124
1464
  msgid "An error occurred, please contact support."
1465
  msgstr ""
1466
 
1467
- #: ../admin/edd/Strong_Plugin_Updater.php:133
1468
  #, php-format
1469
  msgid "Your license key expired on %s."
1470
  msgstr ""
1471
 
1472
- #: ../admin/edd/Strong_Plugin_Updater.php:140
1473
  msgid "Your license key has been disabled."
1474
  msgstr ""
1475
 
1476
- #: ../admin/edd/Strong_Plugin_Updater.php:145
1477
  msgid "Invalid license."
1478
  msgstr ""
1479
 
1480
- #: ../admin/edd/Strong_Plugin_Updater.php:151
1481
  msgid "Your license is not active for this URL."
1482
  msgstr ""
1483
 
1484
- #: ../admin/edd/Strong_Plugin_Updater.php:156
1485
  #, php-format
1486
  msgid "This appears to be an invalid license key for %s."
1487
  msgstr ""
1488
 
1489
- #: ../admin/edd/Strong_Plugin_Updater.php:161
1490
  msgid "Your license key has reached its activation limit."
1491
  msgstr ""
1492
 
1493
  # @ strong-testimonials
1494
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1495
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1496
- #: ../admin/settings/class-strong-testimonials-settings.php:50
1497
  msgid "Settings"
1498
  msgstr "Réglages"
1499
 
1500
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1501
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1502
- #: ../admin/views.php:67
1503
  msgid "Views"
1504
  msgstr ""
1505
 
@@ -1509,12 +1642,12 @@ msgctxt "verb"
1509
  msgid "Close"
1510
  msgstr "Fermer"
1511
 
1512
- #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:510
1513
- #: ../admin/views.php:523
1514
  msgid "click to open or close"
1515
  msgstr ""
1516
 
1517
- #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:516
1518
  msgid "drag and drop to reorder"
1519
  msgstr ""
1520
 
@@ -1576,28 +1709,41 @@ msgstr ""
1576
  msgid "Select a field type or delete this field."
1577
  msgstr ""
1578
 
1579
- #: ../admin/partials/views/group-compat.php:3
1580
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:45
 
1581
  msgid "Compatibility"
1582
  msgstr ""
1583
 
1584
  #. translators: On the Views admin screen.
1585
- #: ../admin/partials/views/group-extra.php:4
1586
  msgid "Extra"
1587
  msgstr ""
1588
 
1589
  #. translators: On the Views admin screen.
1590
- #: ../admin/partials/views/group-form.php:4
1591
  msgid "Actions"
1592
  msgstr ""
1593
 
1594
  #. translators: On the Views admin screen.
1595
- #: ../admin/partials/views/group-query.php:4
1596
  msgid "Query"
1597
  msgstr ""
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #. translators: On the Views admin screen.
1600
- #: ../admin/partials/views/group-style.php:4
1601
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1602
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1603
  msgid "Style"
@@ -1691,9 +1837,9 @@ msgid "CSS Classes"
1691
  msgstr ""
1692
 
1693
  #: ../admin/partials/views/option-classes.php:10
1694
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:448
1695
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:530
1696
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:565
1697
  #: ../admin/settings/partials/general.php:57
1698
  msgid "For advanced users."
1699
  msgstr ""
@@ -1710,7 +1856,7 @@ msgstr ""
1710
  msgid "Font Color"
1711
  msgstr ""
1712
 
1713
- #: ../admin/partials/views/option-color.php:24 ../admin/views.php:471
1714
  msgid "custom"
1715
  msgstr ""
1716
 
@@ -2256,242 +2402,336 @@ msgstr ""
2256
  msgid "Options"
2257
  msgstr ""
2258
 
2259
- #: ../admin/partials/views/view-shortcode.php:6
2260
- msgid "copy to clipboard"
2261
- msgstr ""
2262
-
2263
  #: ../admin/partials/views/view-shortcode.php:10
2264
  msgctxt "The shortcode for a new View."
2265
  msgid "will be available after you save this"
2266
  msgstr ""
2267
 
2268
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:118
2269
  msgid "Common Scenarios"
2270
  msgstr ""
2271
 
2272
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:126
2273
- msgid "Views Not Working"
2274
  msgstr ""
2275
 
2276
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:129
2277
  msgid "Possible Cause"
2278
  msgstr ""
2279
 
2280
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:132
2281
- msgid "Solution"
2282
  msgstr ""
2283
 
2284
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:138
2285
- msgid ""
2286
- "A testimonial view does not look right the first time you view the page."
2287
  msgstr ""
2288
 
2289
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:139
2290
  msgid ""
2291
- "For example, it does not seem to have any style, the slideshow has not "
2292
- "started, or the pagination is missing."
2293
  msgstr ""
2294
 
2295
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:140
2296
- msgid "When you refresh the page, the view does appear correctly."
 
2297
  msgstr ""
2298
 
2299
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:143
2300
  msgid ""
2301
- "Your site is using <strong>Ajax page loading</strong> &ndash; also known as "
2302
- "page animations, transition effects or Pjax (pushState Ajax) &ndash; "
2303
- "provided by your theme or another plugin."
2304
  msgstr ""
2305
 
2306
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:144
2307
  msgid ""
2308
  "Instead of loading the entire page, this technique fetches only the new "
2309
  "content."
2310
  msgstr ""
2311
 
2312
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:147
2313
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:167
2314
  msgid "Ajax Page Loading"
2315
  msgstr ""
2316
 
2317
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:148
2318
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2319
  msgid "General"
2320
  msgstr ""
2321
 
2322
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:150
2323
- msgctxt "link text on Settings > Compatibility tab"
2324
  msgid "Set this now"
2325
  msgstr ""
2326
 
2327
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:172
2328
- msgid "Type"
2329
  msgstr ""
2330
 
2331
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2332
  msgid "This does not perform Ajax page loading."
2333
  msgstr ""
2334
 
2335
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:178
2336
  msgid ""
2337
  "It provides compatibility with themes and plugins that use Ajax to load "
2338
  "pages, also known as page animation or transition effects."
2339
  msgstr ""
2340
 
2341
  # @ strong-testimonials
2342
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2343
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:336
2344
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:383
2345
  msgid "None"
2346
  msgstr "Aucun"
2347
 
2348
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2349
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:294
2350
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:384
 
2351
  msgid "(default)"
2352
  msgstr ""
2353
 
2354
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:207
2355
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:388
2356
  msgid "No compatibility needed."
2357
  msgstr ""
2358
 
2359
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:208
2360
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:299
2361
  msgid "This works well for most themes."
2362
  msgstr ""
2363
 
2364
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:228
2365
  msgid "Be ready to render any view at any time."
2366
  msgstr ""
2367
 
2368
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:229
2369
  msgid "This works well with common Ajax methods."
2370
  msgstr ""
2371
 
2372
  # @ strong-testimonials
2373
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2374
  msgid "Advanced"
2375
  msgstr "Avancé"
2376
 
2377
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:250
2378
  msgid "For specific configurations."
2379
  msgstr ""
2380
 
2381
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:268
2382
  msgid "Load stylesheets and populate script variables up front."
2383
  msgstr ""
2384
 
2385
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:293
2386
  msgid "Current page"
2387
  msgstr ""
2388
 
2389
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:298
2390
  msgid "For the current page only."
2391
  msgstr ""
2392
 
2393
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:315
2394
  msgid "All views"
2395
  msgstr ""
2396
 
2397
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:319
2398
  msgid "For all views. Required for Ajax page loading."
2399
  msgstr ""
2400
 
2401
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:320
2402
  msgid "Then select an option for <strong>Monitor</strong> below."
2403
  msgstr ""
2404
 
2405
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:340
2406
  msgid ""
2407
  "When the shortcode is rendered. May result in a flash of unstyled content."
2408
  msgstr ""
2409
 
2410
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2411
  msgid "Monitor"
2412
  msgstr ""
2413
 
2414
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:358
2415
- msgid "Initialize slideshows, pagination and form validation as pages change."
2416
  msgstr ""
2417
 
2418
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2419
  msgid "Universal"
2420
  msgstr ""
2421
 
2422
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:412
2423
  msgid "Watch for page changes on a timer."
2424
  msgstr ""
2425
 
2426
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:419
2427
  msgctxt "timer setting"
2428
  msgid "Check every"
2429
  msgstr ""
2430
 
2431
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:426
2432
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:468
2433
  msgctxt "timer setting"
2434
  msgid "seconds"
2435
  msgstr ""
2436
 
2437
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:443
2438
  msgid "Observer"
2439
  msgstr ""
2440
 
2441
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:447
2442
  msgid "React to changes in specific page elements."
2443
  msgstr ""
2444
 
2445
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:460
2446
  msgctxt "timer setting"
2447
  msgid "Check once after"
2448
  msgstr ""
2449
 
2450
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:480
2451
  msgid "Container ID"
2452
  msgstr ""
2453
 
2454
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:488
2455
  msgid "the element to observe"
2456
  msgstr ""
2457
 
2458
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:500
2459
  msgid "Added node ID"
2460
  msgstr ""
2461
 
2462
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2463
  msgid "the element being added"
2464
  msgstr ""
2465
 
2466
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:525
2467
  msgid "Custom event"
2468
  msgstr ""
2469
 
2470
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:529
2471
  msgid "Listen for specific events."
2472
  msgstr ""
2473
 
2474
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:537
2475
  msgid "Event name"
2476
  msgstr ""
2477
 
2478
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:560
2479
  msgid "Specific script"
2480
  msgstr ""
2481
 
2482
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:564
2483
  msgid "Register a callback for a specific Ajax script."
2484
  msgstr ""
2485
 
2486
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:572
2487
  msgid "Script name"
2488
  msgstr ""
2489
 
2490
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:578
2491
  #: ../includes/widget2.php:96
2492
  msgid "&mdash; Select &mdash;"
2493
  msgstr ""
2494
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2495
  # @ strong-testimonials
2496
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2497
  msgctxt "adjective"
@@ -2503,7 +2743,7 @@ msgid "Licenses"
2503
  msgstr ""
2504
 
2505
  # @ default
2506
- #: ../admin/settings/class-strong-testimonials-settings.php:54
2507
  msgid "Settings saved."
2508
  msgstr "Réglages sauvegardés"
2509
 
@@ -2559,119 +2799,119 @@ msgstr ""
2559
  msgid "Form Labels & Messages"
2560
  msgstr ""
2561
 
2562
- #: ../admin/settings/partials/form.php:87
2563
  msgid "Display required notice at top of form"
2564
  msgstr ""
2565
 
2566
  # @ strong-testimonials
2567
- #: ../admin/settings/partials/form.php:98
2568
  msgctxt "singular"
2569
  msgid "restore default"
2570
  msgstr "restaurer le paramètre par défaut"
2571
 
2572
- #: ../admin/settings/partials/form.php:109
2573
  msgid "Restore Default Messages"
2574
  msgstr ""
2575
 
2576
- #: ../admin/settings/partials/form.php:117
2577
  msgid "Scroll"
2578
  msgstr ""
2579
 
2580
- #: ../admin/settings/partials/form.php:125
2581
  #, php-format
2582
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2583
  msgstr ""
2584
 
2585
- #: ../admin/settings/partials/form.php:132
2586
  #, php-format
2587
  msgid ""
2588
  "If success, scroll to the success message minus %s pixels. On by default."
2589
  msgstr ""
2590
 
2591
- #: ../admin/settings/partials/form.php:148
2592
  msgid "Form Actions"
2593
  msgstr ""
2594
 
2595
- #: ../admin/settings/partials/form.php:154
2596
  msgid "Upon Successful Submission"
2597
  msgstr ""
2598
 
2599
- #: ../admin/settings/partials/form.php:162
2600
  msgid "display message"
2601
  msgstr ""
2602
 
2603
- #: ../admin/settings/partials/form.php:170
2604
  msgid "redirect to a page"
2605
  msgstr ""
2606
 
2607
- #: ../admin/settings/partials/form.php:175
2608
  msgid "&mdash; select a page &mdash;"
2609
  msgstr ""
2610
 
2611
- #: ../admin/settings/partials/form.php:189
2612
  msgctxt "to select a redirect page"
2613
  msgid "or enter its ID or slug"
2614
  msgstr ""
2615
 
2616
- #: ../admin/settings/partials/form.php:203
2617
  msgid "redirect to a URL"
2618
  msgstr ""
2619
 
2620
- #: ../admin/settings/partials/form.php:218
2621
  msgid "Post Status"
2622
  msgstr ""
2623
 
2624
  # @ default
2625
- #: ../admin/settings/partials/form.php:227
2626
  msgid "Pending"
2627
  msgstr "En attente"
2628
 
2629
  # @ default
2630
- #: ../admin/settings/partials/form.php:234
2631
  msgid "Published"
2632
  msgstr "Publié"
2633
 
2634
- #: ../admin/settings/partials/form.php:244
2635
  msgid "Notification Email"
2636
  msgstr ""
2637
 
2638
- #: ../admin/settings/partials/form.php:254
2639
  msgid "Send an email upon new testimonial submission."
2640
  msgstr ""
2641
 
2642
- #: ../admin/settings/partials/form.php:279
2643
  msgid "Form Spam Control"
2644
  msgstr ""
2645
 
2646
  # @ strong-testimonials
2647
- #: ../admin/settings/partials/form.php:285
2648
  msgctxt "spam control techniques"
2649
  msgid "Honeypot"
2650
  msgstr "Leurre (honeypot)"
2651
 
2652
- #: ../admin/settings/partials/form.php:290
2653
  msgid ""
2654
  "These methods for trapping spambots are both time-tested and widely used. "
2655
  "May be used simultaneously for more protection."
2656
  msgstr ""
2657
 
2658
- #: ../admin/settings/partials/form.php:293
2659
  msgid ""
2660
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2661
  "loading, caching or minification."
2662
  msgstr ""
2663
 
2664
- #: ../admin/settings/partials/form.php:296
2665
  msgid "If your form is not working properly, try disabling these."
2666
  msgstr ""
2667
 
2668
- #: ../admin/settings/partials/form.php:306
2669
  msgid ""
2670
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2671
  "every field they find in the form. Empty field = human. Not empty = spambot."
2672
  msgstr ""
2673
 
2674
- #: ../admin/settings/partials/form.php:314
2675
  msgid ""
2676
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2677
  "JavaScript so the new field never gets added. New field = human. Missing = "
@@ -2679,54 +2919,54 @@ msgid ""
2679
  msgstr ""
2680
 
2681
  # @ strong-testimonials
2682
- #: ../admin/settings/partials/form.php:322
2683
  msgid "Captcha"
2684
  msgstr "Captcha"
2685
 
2686
- #: ../admin/settings/partials/form.php:327
2687
  msgid ""
2688
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2689
  "first, if necessary."
2690
  msgstr ""
2691
 
2692
- #: ../admin/settings/partials/form.php:328
2693
  msgid "May be used alongside honeypot methods."
2694
  msgstr ""
2695
 
2696
- #: ../admin/settings/partials/form.php:331
2697
  msgid "May not be compatible with Ajax page loading."
2698
  msgstr ""
2699
 
2700
  # @ strong-testimonials
2701
- #: ../admin/settings/partials/form.php:356
2702
  msgctxt "link"
2703
  msgid "settings"
2704
  msgstr "paramètres"
2705
 
2706
  # @ strong-testimonials
2707
- #: ../admin/settings/partials/form.php:358
2708
  msgid "no settings"
2709
  msgstr "aucun réglage"
2710
 
2711
  # @ strong-testimonials
2712
- #: ../admin/settings/partials/form.php:363
2713
  msgctxt "adjective"
2714
  msgid "inactive"
2715
  msgstr "inactif"
2716
 
2717
  # @ strong-testimonials
2718
- #: ../admin/settings/partials/form.php:370
2719
  msgid "not installed"
2720
  msgstr "non installé"
2721
 
2722
  # @ strong-testimonials
2723
- #: ../admin/settings/partials/form.php:373
2724
  msgctxt "link"
2725
  msgid "install plugin"
2726
  msgstr "installez le plugin"
2727
 
2728
  # @ strong-testimonials
2729
- #: ../admin/settings/partials/form.php:379
2730
  msgctxt "link"
2731
  msgid "plugin page"
2732
  msgstr "page du plugin"
@@ -2932,155 +3172,159 @@ msgid ""
2932
  "Images</a> plugin."
2933
  msgstr ""
2934
 
2935
- #: ../admin/settings/partials/licenses.php:12
 
 
 
 
2936
  msgid ""
2937
  "Valid license keys allow you to receive automatic updates and priority "
2938
  "support."
2939
  msgstr ""
2940
 
2941
- #: ../admin/settings/partials/licenses.php:13
2942
  msgid ""
2943
  "To transfer a license to another site or to uninstall the add-on, please "
2944
  "deactivate the license here first."
2945
  msgstr ""
2946
 
2947
- #: ../admin/settings/partials/licenses.php:14
2948
  #, php-format
2949
  msgid ""
2950
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
2951
  msgstr ""
2952
 
2953
- #: ../admin/settings/partials/licenses.php:19
2954
  msgid "Add-on"
2955
  msgstr ""
2956
 
2957
- #: ../admin/settings/partials/licenses.php:20
2958
  msgid "License Key"
2959
  msgstr ""
2960
 
2961
- #: ../admin/settings/partials/licenses.php:21
2962
  msgid "Status"
2963
  msgstr ""
2964
 
2965
- #: ../admin/views.php:28
2966
  msgid "View saved."
2967
  msgstr ""
2968
 
2969
- #: ../admin/views.php:30
2970
  msgid "View deleted."
2971
  msgstr ""
2972
 
2973
- #: ../admin/views.php:41 ../admin/views.php:200
2974
  msgid "Edit View"
2975
  msgstr ""
2976
 
2977
- #: ../admin/views.php:42 ../includes/functions-views.php:38
2978
  msgid "An error occurred."
2979
  msgstr ""
2980
 
2981
- #: ../admin/views.php:42 ../includes/functions-activation.php:34
2982
  #: ../includes/functions-views.php:40
2983
  #, php-format
2984
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
2985
  msgstr ""
2986
 
2987
- #: ../admin/views.php:57
2988
- msgid "Invalid request. Please try again."
2989
  msgstr ""
2990
 
2991
- #: ../admin/views.php:68 ../admin/views.php:201 ../includes/post-types.php:56
2992
- msgid "Add New"
2993
  msgstr ""
2994
 
2995
- #: ../admin/views.php:200
2996
  msgid "Add View"
2997
  msgstr ""
2998
 
2999
- #: ../admin/views.php:202
3000
  msgid "Return To List"
3001
  msgstr ""
3002
 
3003
- #: ../admin/views.php:204
3004
  msgid "Duplicate This View"
3005
  msgstr ""
3006
 
3007
- #: ../admin/views.php:472
3008
  msgid "built-in"
3009
  msgstr ""
3010
 
3011
- #: ../admin/views.php:480
3012
  msgid "link with another field"
3013
  msgstr ""
3014
 
3015
- #: ../admin/views.php:481
3016
  msgid "link (must be URL type)"
3017
  msgstr ""
3018
 
3019
- #: ../admin/views.php:482
3020
  msgid "date"
3021
  msgstr ""
3022
 
3023
- #: ../admin/views.php:483
3024
  msgid "category"
3025
  msgstr ""
3026
 
3027
- #: ../admin/views.php:484
3028
  msgid "rating"
3029
  msgstr ""
3030
 
3031
- #: ../admin/views.php:518
3032
  msgid "remove this field"
3033
  msgstr ""
3034
 
3035
- #: ../admin/views.php:556
3036
  msgid "Display Type"
3037
  msgstr ""
3038
 
3039
- #: ../admin/views.php:589
3040
  msgid "CSS Class"
3041
  msgstr ""
3042
 
3043
- #: ../admin/views.php:636
3044
  msgid "Link Text"
3045
  msgstr ""
3046
 
3047
- #: ../admin/views.php:638
3048
  msgid "this field's value"
3049
  msgstr ""
3050
 
3051
- #: ../admin/views.php:639
3052
  msgid "this field's label"
3053
  msgstr ""
3054
 
3055
- #: ../admin/views.php:640
3056
  msgid "custom text"
3057
  msgstr ""
3058
 
3059
- #: ../admin/views.php:659
3060
  msgid "URL Field"
3061
  msgstr ""
3062
 
3063
- #: ../admin/views.php:676
3064
  msgid "new tab"
3065
  msgstr ""
3066
 
3067
- #: ../admin/views.php:701
3068
  msgid "Format"
3069
  msgstr ""
3070
 
3071
- #: ../admin/views.php:709
3072
  msgid "more about date formats"
3073
  msgstr ""
3074
 
3075
- #: ../admin/views.php:759 ../admin/views.php:787
3076
  msgid "filter categories"
3077
  msgstr ""
3078
 
3079
- #: ../includes/class-strong-form.php:496
3080
  msgid "Unknown error."
3081
  msgstr ""
3082
 
3083
- #: ../includes/class-strong-form.php:641
3084
  msgid "star"
3085
  msgid_plural "stars"
3086
  msgstr[0] ""
@@ -3098,19 +3342,56 @@ msgstr ""
3098
  msgid "Plugin"
3099
  msgstr ""
3100
 
3101
- #: ../includes/class-strong-testimonials-shortcodes.php:75
3102
- #, php-format
3103
- msgid "Strong Testimonials View %s not found"
3104
  msgstr ""
3105
 
3106
- #: ../includes/class-strong-view.php:69
3107
- msgid "No testimonials found. Check your view settings."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3108
  msgstr ""
3109
 
3110
- #: ../includes/class-strong-view.php:70
 
3111
  msgid "(Only administrators see this message.)"
3112
  msgstr ""
3113
 
 
 
 
 
3114
  #: ../includes/functions-activation.php:30
3115
  msgid "An error occurred:"
3116
  msgstr ""
@@ -3484,7 +3765,7 @@ msgctxt "widget setting"
3484
  msgid "View:"
3485
  msgstr ""
3486
 
3487
- #: ../strong-testimonials.php:127 ../strong-testimonials.php:139
3488
  msgid "Cheatin&#8217; huh?"
3489
  msgstr ""
3490
 
@@ -3926,10 +4207,6 @@ msgstr ""
3926
  #~ msgid "The Form"
3927
  #~ msgstr "Le formulaire"
3928
 
3929
- # @ strong-testimonials
3930
- #~ msgid "Shortcodes"
3931
- #~ msgstr "Shortcodes"
3932
-
3933
  # @ strong-testimonials
3934
  #~ msgid ""
3935
  #~ "Please use the <a href=\"%s\" target=\"_blank\">support forum</a> or <a "
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.16.9\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-08-02 15:23-0400\n"
6
+ "PO-Revision-Date: 2018-08-02 15:23-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: \n"
9
  "Language: fr_FR\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n>1;\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
23
  msgid "Flexible Features. Strong Support."
24
  msgstr ""
25
 
26
+ #. translators: %s is a formatted number
27
+ #: ../admin/about/about.php:3
28
+ #, php-format
29
  msgid ""
30
+ "The highest-rated free testimonials plugin trusted by more than %s people."
 
31
  msgstr ""
32
 
33
+ #: ../admin/about/about.php:6
34
  msgid ""
35
+ "Designed from the ground up to simplify the process of customizing your "
 
36
  "testimonials or reviews."
37
  msgstr ""
38
 
39
+ #: ../admin/about/about.php:7
40
  msgid ""
41
  "<strong>Custom fields</strong> are deeply integrated into Strong "
42
+ "Testimonials. It even includes a default set of custom fields so you can get "
43
+ "started quickly."
 
 
44
  msgstr ""
45
 
46
+ #: ../admin/about/about.php:8
47
  msgid ""
48
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
49
  "unlimited testimonial displays including grids and slideshows with features "
50
  "like excerpts and pagination in a variety of templates."
51
  msgstr ""
52
 
53
+ #: ../admin/about/about.php:9
54
  msgid ""
55
+ "Integrate with plugins like Popup Maker or Google Captcha. For developers, "
56
  "actions and filters allow further customization."
57
  msgstr ""
58
 
60
  msgid "Get More Features With Pro Add-ons"
61
  msgstr ""
62
 
63
+ #: ../admin/about/class-strong-testimonials-about.php:42
64
+ #: ../admin/about/class-strong-testimonials-about.php:43
65
+ #: ../admin/about/class-strong-testimonials-about.php:73
66
  msgid "About"
67
  msgstr ""
68
 
69
+ #. translators: %s is the plugin version number
70
+ #: ../admin/about/class-strong-testimonials-about.php:61
71
  #, php-format
72
  msgid "Welcome to Strong Testimonials %s"
73
  msgstr ""
74
 
75
+ #: ../admin/about/class-strong-testimonials-about.php:64
76
  msgid "Thank you for updating to the latest version!"
77
  msgstr ""
78
 
79
+ #. translators: %s is the plugin version number
80
+ #: ../admin/about/class-strong-testimonials-about.php:69
81
  #, php-format
82
  msgid "Version %s"
83
  msgstr ""
84
 
85
+ #: ../admin/about/class-strong-testimonials-about.php:75
86
  msgid "What&#8217;s New"
87
  msgstr ""
88
 
89
+ #: ../admin/about/class-strong-testimonials-about.php:77
90
  msgid "How To"
91
  msgstr ""
92
 
93
+ #: ../admin/about/class-strong-testimonials-about.php:79
94
+ msgid "Privacy"
95
+ msgstr ""
96
+
97
  #: ../admin/about/how-to.php:2
98
  msgid ""
99
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
187
  msgstr ""
188
 
189
  #: ../admin/about/how-to.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
190
  msgid "How to Translate"
191
  msgstr ""
192
 
193
+ #: ../admin/about/how-to.php:57
194
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
195
  msgstr ""
196
 
197
+ #: ../admin/about/how-to.php:58
198
  msgid ""
199
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
200
  "strong> pages. Those domains encompass the form fields, the form messages, "
262
  msgid "Form examples"
263
  msgstr ""
264
 
265
+ #: ../admin/about/privacy.php:1
266
+ msgid "Privacy and GDPR"
267
+ msgstr ""
268
+
269
+ #: ../admin/about/privacy.php:2
270
+ msgid "Compliance is entirely in your control."
271
+ msgstr ""
272
+
273
+ #: ../admin/about/privacy.php:5
274
+ msgid ""
275
+ "By default, this plugin does not store any user or visitor data, does not "
276
+ "send any data to remote servers, act as a service or embed content, does not "
277
+ "edit the comments form in any way."
278
+ msgstr ""
279
+
280
+ #: ../admin/about/privacy.php:6
281
+ msgid ""
282
+ "The plugin also prevents displaying email addresses in your testimonials on "
283
+ "the front end."
284
+ msgstr ""
285
+
286
+ #: ../admin/about/privacy.php:7
287
+ msgid "However, this plugin provides features that may involve private data."
288
+ msgstr ""
289
+
290
+ #: ../admin/about/privacy.php:8
291
+ msgid ""
292
+ "If you use the testimonial submission form, the data collected on that form "
293
+ "will be stored in your database."
294
+ msgstr ""
295
+
296
+ #: ../admin/about/privacy.php:9
297
+ msgid ""
298
+ "If you enable the administrator notification email upon new testimonial "
299
+ "submission, the data collected on your form, at your selection, may be "
300
+ "included in that notification email."
301
+ msgstr ""
302
+
303
+ #: ../admin/about/privacy.php:10
304
+ msgid ""
305
+ "If you enable comments on testimonials, the plugin will use your theme's "
306
+ "single post template and comment form."
307
+ msgstr ""
308
+
309
+ #: ../admin/about/privacy.php:11
310
+ msgid ""
311
+ "If you embed third-party posts such as Twitter, YouTube and FaceBook in your "
312
+ "testimonials, you will be agreeing to the Terms of Use of those third-party "
313
+ "sites."
314
+ msgstr ""
315
+
316
  # @ strong-testimonials
317
+ #: ../admin/admin-notices.php:66 ../admin/views.php:36
318
  msgid "Defaults restored."
319
  msgstr "Réglages par défaut restaurés."
320
 
323
  msgid "Fields saved."
324
  msgstr "Champs sauvegardés."
325
 
326
+ #: ../admin/admin-notices.php:90 ../admin/views.php:35
327
  msgid "Changes cancelled."
328
  msgstr ""
329
 
399
 
400
  # @ strong-testimonials
401
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
402
+ #: ../admin/class-strong-views-list-table.php:61
403
  msgid "ID"
404
  msgstr "ID"
405
 
406
  # @ strong-testimonials
407
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
408
  #: ../admin/class-strong-testimonials-defaults.php:316
409
+ #: ../admin/class-strong-views-list-table.php:64
410
  #: ../admin/partials/views/view-name.php:10
411
  #: ../admin/settings/partials/email-from.php:25
412
+ #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:547
413
  msgid "Name"
414
  msgstr "Nom"
415
 
451
  msgid "Date"
452
  msgstr "Date"
453
 
454
+ #: ../admin/class-strong-testimonials-admin-scripts.php:136
455
  msgctxt "Field editor: The default label for new fields"
456
  msgid "New Field"
457
  msgstr ""
458
 
459
+ #: ../admin/class-strong-testimonials-admin-scripts.php:137
460
  msgctxt "Fields editor: To indicate when a field type can only be used once."
461
  msgid "(in use)"
462
  msgstr ""
463
 
464
+ #: ../admin/class-strong-testimonials-admin-scripts.php:138
465
  msgctxt "Fields editor: To indicate when no categories have been found."
466
  msgid "(none found)"
467
  msgstr ""
468
 
469
  # @ strong-testimonials
470
+ #: ../admin/class-strong-testimonials-admin-scripts.php:207
471
  #: ../admin/class-strong-testimonials-defaults.php:72
472
  msgid "This field is required."
473
  msgstr "Ce champ est obligatoire."
474
 
475
+ #: ../admin/class-strong-testimonials-admin-scripts.php:208
476
+ #: ../admin/edd/Strong_Plugin_Updater.php:105
477
+ #: ../admin/edd/Strong_Plugin_Updater.php:156
478
+ #: ../admin/edd/Strong_Plugin_Updater.php:212
479
  msgid "An error occurred, please try again."
480
  msgstr ""
481
 
482
+ #: ../admin/class-strong-testimonials-admin-scripts.php:209
483
  msgid "Restore the default settings?"
484
  msgstr ""
485
 
486
+ #: ../admin/class-strong-testimonials-admin-scripts.php:242
487
  msgid "click to insert into message at caret"
488
  msgstr ""
489
 
504
  msgid "Featured Image"
505
  msgstr "Photo descriptive"
506
 
507
+ #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:493
508
  #: ../includes/l10n-wpml.php:152
509
  msgid "text"
510
  msgstr ""
529
  msgid "category checklist"
530
  msgstr ""
531
 
532
+ #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:499
533
  msgid "shortcode"
534
  msgstr ""
535
 
598
  #: ../admin/class-strong-testimonials-defaults.php:288
599
  #: ../admin/class-strong-testimonials-defaults.php:336
600
  #: ../admin/partials/views/option-title.php:15
601
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
602
  msgid "Testimonial"
603
  msgstr "Témoignage"
604
 
628
  #. translators: Settings > Form > Messages tab
629
  #: ../admin/class-strong-testimonials-defaults.php:392
630
  msgctxt "setting description"
631
+ msgid "Required"
632
  msgstr ""
633
 
634
  #: ../admin/class-strong-testimonials-defaults.php:393
635
  msgctxt "Default message for required notice at top of form."
636
+ msgid "Required"
637
  msgstr ""
638
 
639
  #. translators: Settings > Form > Messages tab
648
  msgstr ""
649
 
650
  #. translators: Settings > Form > Messages tab
651
+ #: ../admin/class-strong-testimonials-defaults.php:406
652
  msgctxt "description"
653
  msgid "Submit Button"
654
  msgstr ""
655
 
656
  # @ strong-testimonials
657
  #. translators: Default label for the Submit button on testimonial form.
658
+ #: ../admin/class-strong-testimonials-defaults.php:408
659
  msgctxt "the Submit button"
660
  msgid "Add Testimonial"
661
  msgstr "Ajouter un témoignage"
662
 
663
  #. translators: Settings > Form > Messages tab
664
+ #: ../admin/class-strong-testimonials-defaults.php:413
665
  msgctxt "description"
666
  msgid "Submission Error"
667
  msgstr ""
668
 
669
  # @ strong-testimonials
670
  #. translators: Default message for submission form error.
671
+ #: ../admin/class-strong-testimonials-defaults.php:415
672
  msgctxt "error message"
673
  msgid "There was a problem processing your testimonial."
674
  msgstr "Il y a eu un problème de traitement de votre témoignage."
675
 
676
  #. translators: Settings > Form > Messages tab
677
+ #: ../admin/class-strong-testimonials-defaults.php:420
678
  msgctxt "description"
679
  msgid "Submission Success"
680
  msgstr ""
681
 
682
  #. translators: Default message for submission form success message.
683
+ #: ../admin/class-strong-testimonials-defaults.php:422
684
  msgctxt "success message"
685
  msgid "Thank you! Your testimonial is waiting to be approved."
686
  msgstr ""
687
 
688
  # @ strong-testimonials
689
  #. translators: Default subject line for new testimonial notification email.
690
+ #: ../admin/class-strong-testimonials-defaults.php:448
691
  msgid "New testimonial for %BLOGNAME%"
692
  msgstr "Nouveau témoignage pour %BLOGNAME%"
693
 
694
  # @ strong-testimonials
695
  #. translators: Default message for new testimonial notification email.
696
+ #: ../admin/class-strong-testimonials-defaults.php:450
697
  msgid ""
698
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
699
  "website administrator."
701
  "Nouvel ajout de témoignage pour %BLOGNAME%, en attente d'une décision du "
702
  "webmaster."
703
 
704
+ #: ../admin/class-strong-testimonials-defaults.php:480
705
  msgid "Display"
706
  msgstr ""
707
 
708
+ #: ../admin/class-strong-testimonials-defaults.php:481
709
  msgid "Display your testimonials in a list or a grid."
710
  msgstr ""
711
 
712
  # @ strong-testimonials
713
  #. translators: In the view editor.
714
+ #: ../admin/class-strong-testimonials-defaults.php:485
715
+ #: ../admin/partials/views/group-slideshow.php:14
716
  msgid "Slideshow"
717
  msgstr "Diaporama"
718
 
719
+ #: ../admin/class-strong-testimonials-defaults.php:486
720
  msgid "Create a slideshow of your testimonials."
721
  msgstr ""
722
 
723
  # @ strong-testimonials
724
+ #: ../admin/class-strong-testimonials-defaults.php:490
725
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
726
  msgid "Form"
727
  msgstr "Formulaire"
728
 
729
+ #: ../admin/class-strong-testimonials-defaults.php:491
730
  msgid "Display a testimonial submission form."
731
  msgstr ""
732
 
733
+ #: ../admin/class-strong-testimonials-defaults.php:495
734
  msgid "Single Template"
735
  msgstr ""
736
 
737
+ #: ../admin/class-strong-testimonials-defaults.php:496
738
  msgid "When viewing the testimonial using a theme's single post template."
739
  msgstr ""
740
 
741
+ #: ../admin/class-strong-testimonials-defaults.php:501
742
  msgctxt "display order"
743
  msgid "random"
744
  msgstr ""
745
 
746
+ #: ../admin/class-strong-testimonials-defaults.php:502
747
  msgctxt "display order"
748
  msgid "menu order"
749
  msgstr ""
750
 
751
+ #: ../admin/class-strong-testimonials-defaults.php:503
752
  msgctxt "display order"
753
  msgid "newest first"
754
  msgstr ""
755
 
756
+ #: ../admin/class-strong-testimonials-defaults.php:504
757
  msgctxt "display order"
758
  msgid "oldest first"
759
  msgstr ""
760
 
761
+ #: ../admin/class-strong-testimonials-defaults.php:508
762
  msgctxt "slideshow transition option"
763
  msgid "no transition effect"
764
  msgstr ""
765
 
766
+ #: ../admin/class-strong-testimonials-defaults.php:509
767
  msgctxt "slideshow transition option"
768
  msgid "fade"
769
  msgstr ""
770
 
771
+ #: ../admin/class-strong-testimonials-defaults.php:510
772
  msgctxt "slideshow transition option"
773
  msgid "scroll horizontally"
774
  msgstr ""
775
 
776
+ #: ../admin/class-strong-testimonials-defaults.php:511
777
  msgctxt "slideshow transition option"
778
  msgid "scroll vertically"
779
  msgstr ""
780
 
781
+ #: ../admin/class-strong-testimonials-defaults.php:515
782
  msgctxt "slideshow option"
783
  msgid "Adjust height for each slide"
784
  msgstr ""
785
 
786
+ #: ../admin/class-strong-testimonials-defaults.php:516
787
  msgctxt "slideshow option"
788
  msgid "Set height to match the tallest slide"
789
  msgstr ""
790
 
791
+ #: ../admin/class-strong-testimonials-defaults.php:522
792
  msgctxt "slideshow controls option"
793
  msgid "none"
794
  msgstr ""
795
 
796
+ #: ../admin/class-strong-testimonials-defaults.php:530
797
  msgctxt "slideshow controls option"
798
  msgid "Bottom: previous / play-pause / next"
799
  msgstr ""
800
 
801
+ #: ../admin/class-strong-testimonials-defaults.php:542
802
  msgctxt "slideshow controls option"
803
  msgid "Bottom: previous / next"
804
  msgstr ""
805
 
806
+ #: ../admin/class-strong-testimonials-defaults.php:551
807
  msgctxt "slideshow controls option"
808
  msgid "Sides: previous / next"
809
  msgstr ""
810
 
811
+ #: ../admin/class-strong-testimonials-defaults.php:564
812
  msgctxt "slideshow navigation option"
813
  msgid "none"
814
  msgstr ""
815
 
816
+ #: ../admin/class-strong-testimonials-defaults.php:568
817
  msgctxt "slideshow navigation option"
818
  msgid "full"
819
  msgstr ""
820
 
821
+ #: ../admin/class-strong-testimonials-defaults.php:581
822
  msgctxt "slideshow navigation option"
823
  msgid "buttons 1"
824
  msgstr ""
825
 
826
+ #: ../admin/class-strong-testimonials-defaults.php:591
827
  msgctxt "slideshow navigation option"
828
  msgid "buttons 2"
829
  msgstr ""
830
 
831
+ #: ../admin/class-strong-testimonials-defaults.php:601
832
  msgctxt "slideshow navigation option"
833
  msgid "buttons 3"
834
  msgstr ""
835
 
836
+ #: ../admin/class-strong-testimonials-defaults.php:611
837
+ #: ../admin/class-strong-testimonials-defaults.php:631
838
  msgctxt "slideshow navigation option"
839
  msgid "text"
840
  msgstr ""
841
 
842
+ #: ../admin/class-strong-testimonials-defaults.php:614
843
  msgctxt "slideshow control"
844
  msgid "Play"
845
  msgstr ""
846
 
847
+ #: ../admin/class-strong-testimonials-defaults.php:615
848
  msgctxt "slideshow control"
849
  msgid "Pause"
850
  msgstr ""
851
 
852
+ #: ../admin/class-strong-testimonials-defaults.php:616
853
  msgctxt "slideshow_control"
854
  msgid "Previous"
855
  msgstr ""
856
 
857
+ #: ../admin/class-strong-testimonials-defaults.php:617
858
  msgctxt "slideshow_control"
859
  msgid "Next"
860
  msgstr ""
861
 
862
+ #: ../admin/class-strong-testimonials-defaults.php:623
863
  msgctxt "slideshow navigation option"
864
  msgid "buttons"
865
  msgstr ""
866
 
867
+ #: ../admin/class-strong-testimonials-defaults.php:643
868
  msgctxt "slideshow navigation option"
869
  msgid "inside"
870
  msgstr ""
871
 
872
+ #: ../admin/class-strong-testimonials-defaults.php:644
873
  msgctxt "slideshow navigation option"
874
  msgid "outside"
875
  msgstr ""
876
 
877
  # @ strong-testimonials
878
+ #: ../admin/class-strong-testimonials-defaults.php:707
879
  msgctxt "link"
880
  msgid "Read more"
881
  msgstr "Lire plus"
882
 
883
+ #: ../admin/class-strong-testimonials-defaults.php:711
884
  msgctxt "link"
885
  msgid "Read more testimonials"
886
  msgstr ""
887
 
888
+ #: ../admin/class-strong-testimonials-defaults.php:809
889
  msgid ""
890
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
891
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
892
  msgstr ""
893
 
894
+ #: ../admin/class-strong-testimonials-defaults.php:820
895
  msgid "An excellent plugin for math- and image-based captchas."
896
  msgstr ""
897
 
937
  msgstr ""
938
 
939
  #: ../admin/class-strong-testimonials-help.php:46
940
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:368
941
  msgid "Prerender"
942
  msgstr ""
943
 
991
  msgid "You can create an <strong>unlimited</strong> number of views."
992
  msgstr ""
993
 
994
+ #: ../admin/class-strong-testimonials-help.php:90
995
+ msgid "For example:"
996
+ msgstr ""
997
+
998
  #: ../admin/class-strong-testimonials-help.php:92
999
  msgid ""
1000
  "Create a view to display your testimonials in a list, grid, or slideshow."
1047
  msgstr ""
1048
 
1049
  #: ../admin/class-strong-testimonials-help.php:125
1050
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-1\"]</code>"
1051
  msgstr ""
1052
 
1053
  #: ../admin/class-strong-testimonials-help.php:126
1054
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-2\"]</code>"
1055
  msgstr ""
1056
 
1057
  #: ../admin/class-strong-testimonials-help.php:129
1060
 
1061
  #: ../admin/class-strong-testimonials-help.php:130
1062
  msgid ""
1063
+ "<code>[testimonial_view id=\"1\" category=\"service-3\" order=\"random\" "
1064
+ "count=\"5\"]</code>"
1065
  msgstr ""
1066
 
1067
  #: ../admin/class-strong-testimonials-help.php:132
1247
  msgid "Select All"
1248
  msgstr ""
1249
 
1250
+ # @ strong-testimonials
1251
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:32
1252
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:45
1253
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:46
1254
+ msgid "Shortcodes"
1255
+ msgstr "Shortcodes"
1256
+
1257
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:34
1258
+ #, php-format
1259
+ msgid ""
1260
+ "Open a <a href=\"%s\" target=\"_blank\">support ticket</a> if you need help."
1261
+ msgstr ""
1262
+
1263
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:36
1264
+ msgid "Testimonial Views"
1265
+ msgstr ""
1266
+
1267
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:39
1268
+ msgid ""
1269
+ "Each view has a unique shortcode like <code>&#91;testimonial_view id="
1270
+ "\"1\"&#93;</code>."
1271
+ msgstr ""
1272
+
1273
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:40
1274
+ msgid "Go to views"
1275
+ msgstr ""
1276
+
1277
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:43
1278
+ msgid "Testimonial Count"
1279
+ msgstr ""
1280
+
1281
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:45
1282
+ #, php-format
1283
+ msgid "Use %s to display the number of testimonials."
1284
+ msgstr ""
1285
+
1286
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:50
1287
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:83
1288
+ msgid "Default"
1289
+ msgstr ""
1290
+
1291
+ #. translators: %s is a shortcode
1292
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:55
1293
+ #, php-format
1294
+ msgid "Read some of our %s testimonials!"
1295
+ msgstr ""
1296
+
1297
+ #. translators: %s is a shortcode attribute
1298
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:62
1299
+ #, php-format
1300
+ msgid ""
1301
+ "To count for a specific category, add the %s attribute with the category "
1302
+ "slug."
1303
+ msgstr ""
1304
+
1305
+ #. translators: %s is a shortcode
1306
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:67
1307
+ #, php-format
1308
+ msgid "Here's what %s local clients say"
1309
+ msgstr ""
1310
+
1311
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:73
1312
+ msgid "Average Rating"
1313
+ msgstr ""
1314
+
1315
+ #. translators: %s is a shortcode
1316
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:77
1317
+ #, php-format
1318
+ msgid ""
1319
+ "If using a <strong>single</strong> rating field, use %s to display the "
1320
+ "average rating."
1321
+ msgstr ""
1322
+
1323
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:84
1324
+ msgid ""
1325
+ "You must use the closing slash <code>/</code> if using the shortcode with "
1326
+ "content elsewhere on your page."
1327
+ msgstr ""
1328
+
1329
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:108
1330
+ msgid "Customize using content tags."
1331
+ msgstr ""
1332
+
1333
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:109
1334
+ msgid "Default:"
1335
+ msgstr ""
1336
+
1337
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:134
1338
+ msgid "Alternate content tags."
1339
+ msgstr ""
1340
+
1341
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:159
1342
+ msgid "Insert tags into your custom content."
1343
+ msgstr ""
1344
+
1345
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:313
1346
+ msgid ""
1347
+ "The default container element is <code>div</code>. Select another element "
1348
+ "using <code>element</code>."
1349
+ msgstr ""
1350
+
1351
  # @ strong-testimonials
1352
  #: ../admin/class-strong-testimonials-post-editor.php:38
1353
  msgctxt "post editor"
1377
  msgstr ""
1378
 
1379
  #: ../admin/class-strong-testimonials-post-editor.php:232
1380
+ #: ../admin/class-strong-views-list-table.php:127
1381
  msgid "Edit"
1382
  msgstr ""
1383
 
1386
  msgid "shortcode %s not found"
1387
  msgstr ""
1388
 
1389
+ #: ../admin/class-strong-views-list-table.php:19
1390
+ msgid "No views found."
1391
+ msgstr ""
1392
+
1393
+ #: ../admin/class-strong-views-list-table.php:65
1394
  #: ../admin/partials/views/view-mode.php:3
1395
  msgid "Mode"
1396
  msgstr ""
1397
 
1398
  #. translators: On the Views admin screen.
1399
+ #: ../admin/class-strong-views-list-table.php:66
1400
  #: ../admin/partials/views/option-template-list.php:3
1401
  msgid "Template"
1402
  msgstr ""
1403
 
1404
  # @ strong-testimonials
1405
+ #: ../admin/class-strong-views-list-table.php:67
1406
+ #: ../admin/partials/views/view-shortcode.php:26
1407
  msgid "Shortcode"
1408
  msgstr "Shortcode"
1409
 
1410
+ #: ../admin/class-strong-views-list-table.php:128
1411
  msgid "Duplicate"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/class-strong-views-list-table.php:129
1415
  #, php-format
1416
  msgid "Delete \"%s\"?"
1417
  msgstr ""
1418
 
1419
  # @ default
1420
+ #: ../admin/class-strong-views-list-table.php:129
1421
  #: ../admin/partials/fields/field-controls.php:9
1422
  msgid "Delete"
1423
  msgstr "Supprimer"
1424
 
1425
+ #: ../admin/class-strong-views-list-table.php:141
1426
  msgid "stick to top of list"
1427
  msgstr ""
1428
 
1429
+ #: ../admin/class-strong-views-list-table.php:156
1430
  msgid "theme single post template"
1431
  msgstr ""
1432
 
1433
  #. translators: On the Views admin screen.
1434
+ #: ../admin/class-strong-views-list-table.php:182
1435
  #: ../admin/partials/views/template-not-found.php:19
1436
  msgid "not found"
1437
  msgstr ""
1442
 
1443
  # @ default
1444
  #: ../admin/custom-fields.php:147
1445
+ #: ../admin/settings/class-strong-testimonials-settings.php:44
1446
  #: ../admin/views.php:17
1447
  msgid "You do not have sufficient permissions to access this page."
1448
  msgstr "Vous n'avez pas les droits suffisants pour accéder à cette page."
1456
  #: ../admin/custom-fields.php:159
1457
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1458
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1459
+ #: ../admin/partials/views/group-fields.php:14
1460
  msgid "Fields"
1461
  msgstr "Champs"
1462
 
1468
  msgid "Click a field to open its options panel."
1469
  msgstr ""
1470
 
1471
+ #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:24
1472
  #: ../admin/partials/views/option-pagination.php:3
1473
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1474
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:373
1475
+ #: ../admin/views.php:73
1476
  msgid "Help"
1477
  msgstr ""
1478
 
1481
  msgid "Add New Field"
1482
  msgstr "Ajouter un nouveau champ"
1483
 
1484
+ #: ../admin/custom-fields.php:194 ../admin/views.php:262
1485
  msgid "Cancel Changes"
1486
  msgstr ""
1487
 
1488
  # @ strong-testimonials
1489
+ #: ../admin/custom-fields.php:195 ../admin/views.php:263
1490
  msgid "Restore Defaults"
1491
  msgstr "Restaurer les paramètres par défaut"
1492
 
1517
  msgstr ""
1518
 
1519
  # @ strong-testimonials
1520
+ #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:307
1521
+ #: ../admin/views.php:595
1522
  msgid "Before"
1523
  msgstr "Avant"
1524
 
1525
  # @ strong-testimonials
1526
+ #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:315
1527
  msgid "After"
1528
  msgstr "Après"
1529
 
1593
  msgid "Error"
1594
  msgstr ""
1595
 
1596
+ #: ../admin/edd/Strong_Plugin_Updater.php:114
1597
  msgid "An error occurred, please contact support."
1598
  msgstr ""
1599
 
1600
+ #: ../admin/edd/Strong_Plugin_Updater.php:123
1601
  #, php-format
1602
  msgid "Your license key expired on %s."
1603
  msgstr ""
1604
 
1605
+ #: ../admin/edd/Strong_Plugin_Updater.php:130
1606
  msgid "Your license key has been disabled."
1607
  msgstr ""
1608
 
1609
+ #: ../admin/edd/Strong_Plugin_Updater.php:135
1610
  msgid "Invalid license."
1611
  msgstr ""
1612
 
1613
+ #: ../admin/edd/Strong_Plugin_Updater.php:141
1614
  msgid "Your license is not active for this URL."
1615
  msgstr ""
1616
 
1617
+ #: ../admin/edd/Strong_Plugin_Updater.php:146
1618
  #, php-format
1619
  msgid "This appears to be an invalid license key for %s."
1620
  msgstr ""
1621
 
1622
+ #: ../admin/edd/Strong_Plugin_Updater.php:151
1623
  msgid "Your license key has reached its activation limit."
1624
  msgstr ""
1625
 
1626
  # @ strong-testimonials
1627
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1628
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1629
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
1630
  msgid "Settings"
1631
  msgstr "Réglages"
1632
 
1633
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1634
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1635
+ #: ../admin/views.php:71
1636
  msgid "Views"
1637
  msgstr ""
1638
 
1642
  msgid "Close"
1643
  msgstr "Fermer"
1644
 
1645
+ #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:524
1646
+ #: ../admin/views.php:537
1647
  msgid "click to open or close"
1648
  msgstr ""
1649
 
1650
+ #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:530
1651
  msgid "drag and drop to reorder"
1652
  msgstr ""
1653
 
1709
  msgid "Select a field type or delete this field."
1710
  msgstr ""
1711
 
1712
+ #. translators: On the Views admin screen.
1713
+ #: ../admin/partials/views/group-compat.php:10
1714
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:46
1715
  msgid "Compatibility"
1716
  msgstr ""
1717
 
1718
  #. translators: On the Views admin screen.
1719
+ #: ../admin/partials/views/group-extra.php:14
1720
  msgid "Extra"
1721
  msgstr ""
1722
 
1723
  #. translators: On the Views admin screen.
1724
+ #: ../admin/partials/views/group-form.php:14
1725
  msgid "Actions"
1726
  msgstr ""
1727
 
1728
  #. translators: On the Views admin screen.
1729
+ #: ../admin/partials/views/group-query.php:14
1730
  msgid "Query"
1731
  msgstr ""
1732
 
1733
+ #: ../admin/partials/views/group-query.php:18
1734
+ msgid "Option"
1735
+ msgstr ""
1736
+
1737
+ #: ../admin/partials/views/group-query.php:19
1738
+ msgid "Setting"
1739
+ msgstr ""
1740
+
1741
+ #: ../admin/partials/views/group-query.php:21
1742
+ msgid "or Shortcode Attribute"
1743
+ msgstr ""
1744
+
1745
  #. translators: On the Views admin screen.
1746
+ #: ../admin/partials/views/group-style.php:14
1747
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1748
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1749
  msgid "Style"
1837
  msgstr ""
1838
 
1839
  #: ../admin/partials/views/option-classes.php:10
1840
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:582
1841
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:674
1842
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:717
1843
  #: ../admin/settings/partials/general.php:57
1844
  msgid "For advanced users."
1845
  msgstr ""
1856
  msgid "Font Color"
1857
  msgstr ""
1858
 
1859
+ #: ../admin/partials/views/option-color.php:24 ../admin/views.php:485
1860
  msgid "custom"
1861
  msgstr ""
1862
 
2402
  msgid "Options"
2403
  msgstr ""
2404
 
 
 
 
 
2405
  #: ../admin/partials/views/view-shortcode.php:10
2406
  msgctxt "The shortcode for a new View."
2407
  msgid "will be available after you save this"
2408
  msgstr ""
2409
 
2410
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
2411
  msgid "Common Scenarios"
2412
  msgstr ""
2413
 
2414
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:185
2415
+ msgid "Symptom"
2416
  msgstr ""
2417
 
2418
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:188
2419
  msgid "Possible Cause"
2420
  msgstr ""
2421
 
2422
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:191
2423
+ msgid "Try"
2424
  msgstr ""
2425
 
2426
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:197
2427
+ msgid "Views not working"
 
2428
  msgstr ""
2429
 
2430
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:198
2431
  msgid ""
2432
+ "A testimonial view does not appear correctly the <strong>first time</strong> "
2433
+ "you view the page but it does when you <strong>refresh</strong> the page."
2434
  msgstr ""
2435
 
2436
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:199
2437
+ msgid ""
2438
+ "For example, it has no style, no pagination, or the slider has not started."
2439
  msgstr ""
2440
 
2441
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2442
  msgid ""
2443
+ "Your site uses <strong>Ajax page loading</strong> &ndash; also known as page "
2444
+ "animations, transition effects or Pjax (pushState Ajax) &ndash; provided by "
2445
+ "your theme or another plugin."
2446
  msgstr ""
2447
 
2448
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2449
  msgid ""
2450
  "Instead of loading the entire page, this technique fetches only the new "
2451
  "content."
2452
  msgstr ""
2453
 
2454
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2455
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:261
2456
  msgid "Ajax Page Loading"
2457
  msgstr ""
2458
 
2459
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2460
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:323
2461
  msgid "General"
2462
  msgstr ""
2463
 
2464
+ #. translators: link text on Settings > Compatibility tab
2465
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:209
2466
  msgid "Set this now"
2467
  msgstr ""
2468
 
2469
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:217
2470
+ msgid "Slider never starts"
2471
  msgstr ""
2472
 
2473
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:218
2474
+ msgid "A testimonial slider does not start or is missing navigation controls."
2475
+ msgstr ""
2476
+
2477
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:221
2478
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:234
2479
+ msgid ""
2480
+ "The page is very busy loading image galleries, other sliders or third-party "
2481
+ "resources like social media posts."
2482
+ msgstr ""
2483
+
2484
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2485
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2486
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:751
2487
+ msgid "Load Event"
2488
+ msgstr ""
2489
+
2490
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2491
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2492
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:808
2493
+ msgid "window load"
2494
+ msgstr ""
2495
+
2496
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:230
2497
+ msgid "Masonry layout not working"
2498
+ msgstr ""
2499
+
2500
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:231
2501
+ msgid ""
2502
+ "A testimonial view with the Masonry layout has only one column or works "
2503
+ "inconsistently in different browsers or devices."
2504
+ msgstr ""
2505
+
2506
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2507
+ msgid "Compatibility Settings"
2508
+ msgstr ""
2509
+
2510
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:248
2511
+ #, php-format
2512
+ msgid ""
2513
+ "<a href=\"%s\" target=\"_blank\">Start a support ticket</a> if you need help "
2514
+ "with these options."
2515
+ msgstr ""
2516
+
2517
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:266
2518
  msgid "This does not perform Ajax page loading."
2519
  msgstr ""
2520
 
2521
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:267
2522
  msgid ""
2523
  "It provides compatibility with themes and plugins that use Ajax to load "
2524
  "pages, also known as page animation or transition effects."
2525
  msgstr ""
2526
 
2527
  # @ strong-testimonials
2528
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:296
2529
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:455
2530
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:507
2531
  msgid "None"
2532
  msgstr "Aucun"
2533
 
2534
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:297
2535
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:403
2536
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2537
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:783
2538
  msgid "(default)"
2539
  msgstr ""
2540
 
2541
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:301
2542
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:512
2543
  msgid "No compatibility needed."
2544
  msgstr ""
2545
 
2546
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:302
2547
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2548
  msgid "This works well for most themes."
2549
  msgstr ""
2550
 
2551
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:327
2552
  msgid "Be ready to render any view at any time."
2553
  msgstr ""
2554
 
2555
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:328
2556
  msgid "This works well with common Ajax methods."
2557
  msgstr ""
2558
 
2559
  # @ strong-testimonials
2560
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:350
2561
  msgid "Advanced"
2562
  msgstr "Avancé"
2563
 
2564
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2565
  msgid "For specific configurations."
2566
  msgstr ""
2567
 
2568
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:372
2569
  msgid "Load stylesheets and populate script variables up front."
2570
  msgstr ""
2571
 
2572
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:402
2573
  msgid "Current page"
2574
  msgstr ""
2575
 
2576
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:407
2577
  msgid "For the current page only."
2578
  msgstr ""
2579
 
2580
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:429
2581
  msgid "All views"
2582
  msgstr ""
2583
 
2584
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:433
2585
  msgid "For all views. Required for Ajax page loading."
2586
  msgstr ""
2587
 
2588
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:434
2589
  msgid "Then select an option for <strong>Monitor</strong> below."
2590
  msgstr ""
2591
 
2592
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:459
2593
  msgid ""
2594
  "When the shortcode is rendered. May result in a flash of unstyled content."
2595
  msgstr ""
2596
 
2597
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:473
2598
  msgid "Monitor"
2599
  msgstr ""
2600
 
2601
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:477
2602
+ msgid "Initialize sliders, pagination and form validation as pages change."
2603
  msgstr ""
2604
 
2605
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:534
2606
  msgid "Universal"
2607
  msgstr ""
2608
 
2609
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:538
2610
  msgid "Watch for page changes on a timer."
2611
  msgstr ""
2612
 
2613
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:545
2614
  msgctxt "timer setting"
2615
  msgid "Check every"
2616
  msgstr ""
2617
 
2618
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:555
2619
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:604
2620
  msgctxt "timer setting"
2621
  msgid "seconds"
2622
  msgstr ""
2623
 
2624
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:577
2625
  msgid "Observer"
2626
  msgstr ""
2627
 
2628
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:581
2629
  msgid "React to changes in specific page elements."
2630
  msgstr ""
2631
 
2632
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:594
2633
  msgctxt "timer setting"
2634
  msgid "Check once after"
2635
  msgstr ""
2636
 
2637
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:616
2638
  msgid "Container ID"
2639
  msgstr ""
2640
 
2641
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:626
2642
  msgid "the element to observe"
2643
  msgstr ""
2644
 
2645
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:638
2646
  msgid "Added node ID"
2647
  msgstr ""
2648
 
2649
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:648
2650
  msgid "the element being added"
2651
  msgstr ""
2652
 
2653
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:669
2654
  msgid "Custom event"
2655
  msgstr ""
2656
 
2657
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:673
2658
  msgid "Listen for specific events."
2659
  msgstr ""
2660
 
2661
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:681
2662
  msgid "Event name"
2663
  msgstr ""
2664
 
2665
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:712
2666
  msgid "Specific script"
2667
  msgstr ""
2668
 
2669
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:716
2670
  msgid "Register a callback for a specific Ajax script."
2671
  msgstr ""
2672
 
2673
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:724
2674
  msgid "Script name"
2675
  msgstr ""
2676
 
2677
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:730
2678
  #: ../includes/widget2.php:96
2679
  msgid "&mdash; Select &mdash;"
2680
  msgstr ""
2681
 
2682
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:755
2683
+ msgid "When to start sliders, Masonry, pagination and form validation."
2684
+ msgstr ""
2685
+
2686
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:782
2687
+ msgid "document ready"
2688
+ msgstr ""
2689
+
2690
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:787
2691
+ msgid "This works well if your page load time is less than a few seconds."
2692
+ msgstr ""
2693
+
2694
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:812
2695
+ msgid "Try this if your page load time is more than a few seconds."
2696
+ msgstr ""
2697
+
2698
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:828
2699
+ msgid "Lazy Loading Images"
2700
+ msgstr ""
2701
+
2702
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:832
2703
+ msgid "Watch for lazy loading images in themes and plugins."
2704
+ msgstr ""
2705
+
2706
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:860
2707
+ msgid "Enable watcher"
2708
+ msgstr ""
2709
+
2710
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:864
2711
+ msgid ""
2712
+ "Most lazy loading techniques use one or two CSS class names to indicate "
2713
+ "which images to lazy load and when the lazy loading is finished."
2714
+ msgstr ""
2715
+
2716
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:865
2717
+ msgid ""
2718
+ "Contact support for your theme or plugin to ask if it uses CSS class names."
2719
+ msgstr ""
2720
+
2721
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:881
2722
+ msgid "CSS Class Names"
2723
+ msgstr ""
2724
+
2725
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:912
2726
+ msgctxt "noun"
2727
+ msgid "start"
2728
+ msgstr ""
2729
+
2730
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:920
2731
+ msgctxt "noun"
2732
+ msgid "finish"
2733
+ msgstr ""
2734
+
2735
  # @ strong-testimonials
2736
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2737
  msgctxt "adjective"
2743
  msgstr ""
2744
 
2745
  # @ default
2746
+ #: ../admin/settings/class-strong-testimonials-settings.php:55
2747
  msgid "Settings saved."
2748
  msgstr "Réglages sauvegardés"
2749
 
2799
  msgid "Form Labels & Messages"
2800
  msgstr ""
2801
 
2802
+ #: ../admin/settings/partials/form.php:89
2803
  msgid "Display required notice at top of form"
2804
  msgstr ""
2805
 
2806
  # @ strong-testimonials
2807
+ #: ../admin/settings/partials/form.php:101
2808
  msgctxt "singular"
2809
  msgid "restore default"
2810
  msgstr "restaurer le paramètre par défaut"
2811
 
2812
+ #: ../admin/settings/partials/form.php:112
2813
  msgid "Restore Default Messages"
2814
  msgstr ""
2815
 
2816
+ #: ../admin/settings/partials/form.php:120
2817
  msgid "Scroll"
2818
  msgstr ""
2819
 
2820
+ #: ../admin/settings/partials/form.php:128
2821
  #, php-format
2822
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2823
  msgstr ""
2824
 
2825
+ #: ../admin/settings/partials/form.php:135
2826
  #, php-format
2827
  msgid ""
2828
  "If success, scroll to the success message minus %s pixels. On by default."
2829
  msgstr ""
2830
 
2831
+ #: ../admin/settings/partials/form.php:151
2832
  msgid "Form Actions"
2833
  msgstr ""
2834
 
2835
+ #: ../admin/settings/partials/form.php:157
2836
  msgid "Upon Successful Submission"
2837
  msgstr ""
2838
 
2839
+ #: ../admin/settings/partials/form.php:165
2840
  msgid "display message"
2841
  msgstr ""
2842
 
2843
+ #: ../admin/settings/partials/form.php:173
2844
  msgid "redirect to a page"
2845
  msgstr ""
2846
 
2847
+ #: ../admin/settings/partials/form.php:178
2848
  msgid "&mdash; select a page &mdash;"
2849
  msgstr ""
2850
 
2851
+ #: ../admin/settings/partials/form.php:192
2852
  msgctxt "to select a redirect page"
2853
  msgid "or enter its ID or slug"
2854
  msgstr ""
2855
 
2856
+ #: ../admin/settings/partials/form.php:206
2857
  msgid "redirect to a URL"
2858
  msgstr ""
2859
 
2860
+ #: ../admin/settings/partials/form.php:221
2861
  msgid "Post Status"
2862
  msgstr ""
2863
 
2864
  # @ default
2865
+ #: ../admin/settings/partials/form.php:230
2866
  msgid "Pending"
2867
  msgstr "En attente"
2868
 
2869
  # @ default
2870
+ #: ../admin/settings/partials/form.php:237
2871
  msgid "Published"
2872
  msgstr "Publié"
2873
 
2874
+ #: ../admin/settings/partials/form.php:247
2875
  msgid "Notification Email"
2876
  msgstr ""
2877
 
2878
+ #: ../admin/settings/partials/form.php:257
2879
  msgid "Send an email upon new testimonial submission."
2880
  msgstr ""
2881
 
2882
+ #: ../admin/settings/partials/form.php:282
2883
  msgid "Form Spam Control"
2884
  msgstr ""
2885
 
2886
  # @ strong-testimonials
2887
+ #: ../admin/settings/partials/form.php:288
2888
  msgctxt "spam control techniques"
2889
  msgid "Honeypot"
2890
  msgstr "Leurre (honeypot)"
2891
 
2892
+ #: ../admin/settings/partials/form.php:293
2893
  msgid ""
2894
  "These methods for trapping spambots are both time-tested and widely used. "
2895
  "May be used simultaneously for more protection."
2896
  msgstr ""
2897
 
2898
+ #: ../admin/settings/partials/form.php:296
2899
  msgid ""
2900
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2901
  "loading, caching or minification."
2902
  msgstr ""
2903
 
2904
+ #: ../admin/settings/partials/form.php:299
2905
  msgid "If your form is not working properly, try disabling these."
2906
  msgstr ""
2907
 
2908
+ #: ../admin/settings/partials/form.php:309
2909
  msgid ""
2910
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2911
  "every field they find in the form. Empty field = human. Not empty = spambot."
2912
  msgstr ""
2913
 
2914
+ #: ../admin/settings/partials/form.php:317
2915
  msgid ""
2916
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2917
  "JavaScript so the new field never gets added. New field = human. Missing = "
2919
  msgstr ""
2920
 
2921
  # @ strong-testimonials
2922
+ #: ../admin/settings/partials/form.php:325
2923
  msgid "Captcha"
2924
  msgstr "Captcha"
2925
 
2926
+ #: ../admin/settings/partials/form.php:330
2927
  msgid ""
2928
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2929
  "first, if necessary."
2930
  msgstr ""
2931
 
2932
+ #: ../admin/settings/partials/form.php:331
2933
  msgid "May be used alongside honeypot methods."
2934
  msgstr ""
2935
 
2936
+ #: ../admin/settings/partials/form.php:334
2937
  msgid "May not be compatible with Ajax page loading."
2938
  msgstr ""
2939
 
2940
  # @ strong-testimonials
2941
+ #: ../admin/settings/partials/form.php:359
2942
  msgctxt "link"
2943
  msgid "settings"
2944
  msgstr "paramètres"
2945
 
2946
  # @ strong-testimonials
2947
+ #: ../admin/settings/partials/form.php:361
2948
  msgid "no settings"
2949
  msgstr "aucun réglage"
2950
 
2951
  # @ strong-testimonials
2952
+ #: ../admin/settings/partials/form.php:366
2953
  msgctxt "adjective"
2954
  msgid "inactive"
2955
  msgstr "inactif"
2956
 
2957
  # @ strong-testimonials
2958
+ #: ../admin/settings/partials/form.php:373
2959
  msgid "not installed"
2960
  msgstr "non installé"
2961
 
2962
  # @ strong-testimonials
2963
+ #: ../admin/settings/partials/form.php:376
2964
  msgctxt "link"
2965
  msgid "install plugin"
2966
  msgstr "installez le plugin"
2967
 
2968
  # @ strong-testimonials
2969
+ #: ../admin/settings/partials/form.php:382
2970
  msgctxt "link"
2971
  msgid "plugin page"
2972
  msgstr "page du plugin"
3172
  "Images</a> plugin."
3173
  msgstr ""
3174
 
3175
+ #: ../admin/settings/partials/licenses.php:11
3176
+ msgid "Add-on Licenses"
3177
+ msgstr ""
3178
+
3179
+ #: ../admin/settings/partials/licenses.php:13
3180
  msgid ""
3181
  "Valid license keys allow you to receive automatic updates and priority "
3182
  "support."
3183
  msgstr ""
3184
 
3185
+ #: ../admin/settings/partials/licenses.php:14
3186
  msgid ""
3187
  "To transfer a license to another site or to uninstall the add-on, please "
3188
  "deactivate the license here first."
3189
  msgstr ""
3190
 
3191
+ #: ../admin/settings/partials/licenses.php:15
3192
  #, php-format
3193
  msgid ""
3194
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
3195
  msgstr ""
3196
 
3197
+ #: ../admin/settings/partials/licenses.php:20
3198
  msgid "Add-on"
3199
  msgstr ""
3200
 
3201
+ #: ../admin/settings/partials/licenses.php:21
3202
  msgid "License Key"
3203
  msgstr ""
3204
 
3205
+ #: ../admin/settings/partials/licenses.php:22
3206
  msgid "Status"
3207
  msgstr ""
3208
 
3209
+ #: ../admin/views.php:37
3210
  msgid "View saved."
3211
  msgstr ""
3212
 
3213
+ #: ../admin/views.php:38
3214
  msgid "View deleted."
3215
  msgstr ""
3216
 
3217
+ #: ../admin/views.php:49 ../admin/views.php:208
3218
  msgid "Edit View"
3219
  msgstr ""
3220
 
3221
+ #: ../admin/views.php:51 ../includes/functions-views.php:38
3222
  msgid "An error occurred."
3223
  msgstr ""
3224
 
3225
+ #: ../admin/views.php:51 ../includes/functions-activation.php:34
3226
  #: ../includes/functions-views.php:40
3227
  #, php-format
3228
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
3229
  msgstr ""
3230
 
3231
+ #: ../admin/views.php:72 ../admin/views.php:209 ../includes/post-types.php:56
3232
+ msgid "Add New"
3233
  msgstr ""
3234
 
3235
+ #: ../admin/views.php:114
3236
+ msgid "Invalid request. Please try again."
3237
  msgstr ""
3238
 
3239
+ #: ../admin/views.php:208
3240
  msgid "Add View"
3241
  msgstr ""
3242
 
3243
+ #: ../admin/views.php:210
3244
  msgid "Return To List"
3245
  msgstr ""
3246
 
3247
+ #: ../admin/views.php:212
3248
  msgid "Duplicate This View"
3249
  msgstr ""
3250
 
3251
+ #: ../admin/views.php:486
3252
  msgid "built-in"
3253
  msgstr ""
3254
 
3255
+ #: ../admin/views.php:494
3256
  msgid "link with another field"
3257
  msgstr ""
3258
 
3259
+ #: ../admin/views.php:495
3260
  msgid "link (must be URL type)"
3261
  msgstr ""
3262
 
3263
+ #: ../admin/views.php:496
3264
  msgid "date"
3265
  msgstr ""
3266
 
3267
+ #: ../admin/views.php:497
3268
  msgid "category"
3269
  msgstr ""
3270
 
3271
+ #: ../admin/views.php:498
3272
  msgid "rating"
3273
  msgstr ""
3274
 
3275
+ #: ../admin/views.php:532
3276
  msgid "remove this field"
3277
  msgstr ""
3278
 
3279
+ #: ../admin/views.php:570
3280
  msgid "Display Type"
3281
  msgstr ""
3282
 
3283
+ #: ../admin/views.php:603
3284
  msgid "CSS Class"
3285
  msgstr ""
3286
 
3287
+ #: ../admin/views.php:650
3288
  msgid "Link Text"
3289
  msgstr ""
3290
 
3291
+ #: ../admin/views.php:652
3292
  msgid "this field's value"
3293
  msgstr ""
3294
 
3295
+ #: ../admin/views.php:653
3296
  msgid "this field's label"
3297
  msgstr ""
3298
 
3299
+ #: ../admin/views.php:654
3300
  msgid "custom text"
3301
  msgstr ""
3302
 
3303
+ #: ../admin/views.php:673
3304
  msgid "URL Field"
3305
  msgstr ""
3306
 
3307
+ #: ../admin/views.php:690
3308
  msgid "new tab"
3309
  msgstr ""
3310
 
3311
+ #: ../admin/views.php:715
3312
  msgid "Format"
3313
  msgstr ""
3314
 
3315
+ #: ../admin/views.php:723
3316
  msgid "more about date formats"
3317
  msgstr ""
3318
 
3319
+ #: ../admin/views.php:772 ../admin/views.php:800
3320
  msgid "filter categories"
3321
  msgstr ""
3322
 
3323
+ #: ../includes/class-strong-form.php:498
3324
  msgid "Unknown error."
3325
  msgstr ""
3326
 
3327
+ #: ../includes/class-strong-form.php:643
3328
  msgid "star"
3329
  msgid_plural "stars"
3330
  msgstr[0] ""
3342
  msgid "Plugin"
3343
  msgstr ""
3344
 
3345
+ #: ../includes/class-strong-testimonials-privacy.php:31
3346
+ msgid "Strong Testimonials Plugin"
 
3347
  msgstr ""
3348
 
3349
+ #: ../includes/class-strong-testimonials-privacy.php:62
3350
+ msgid "Testimonials"
3351
+ msgstr ""
3352
+
3353
+ #: ../includes/class-strong-testimonials-shortcode-average.php:139
3354
+ msgid "Average Rating:"
3355
+ msgstr ""
3356
+
3357
+ #. translators: %s is a number
3358
+ #: ../includes/class-strong-testimonials-shortcode-average.php:143
3359
+ #, php-format
3360
+ msgid "Average of %s Rating:"
3361
+ msgid_plural "Average of %s Ratings:"
3362
+ msgstr[0] ""
3363
+ msgstr[1] ""
3364
+
3365
+ #. translators: %s is a number
3366
+ #: ../includes/class-strong-testimonials-shortcode-average.php:166
3367
+ #: ../includes/class-strong-testimonials-shortcode-average.php:173
3368
+ #, php-format
3369
+ msgid "%s star"
3370
+ msgid_plural "%s stars"
3371
+ msgstr[0] ""
3372
+ msgstr[1] ""
3373
+
3374
+ #: ../includes/class-strong-testimonials-shortcode-average.php:167
3375
+ #, php-format
3376
+ msgid "(based on %s rating)"
3377
+ msgid_plural "(based on %s ratings)"
3378
+ msgstr[0] ""
3379
+ msgstr[1] ""
3380
+
3381
+ #: ../includes/class-strong-testimonials-shortcode.php:77
3382
+ #, php-format
3383
+ msgid "Testimonial view %s not found."
3384
  msgstr ""
3385
 
3386
+ #: ../includes/class-strong-testimonials-shortcode.php:78
3387
+ #: ../includes/class-strong-view.php:78
3388
  msgid "(Only administrators see this message.)"
3389
  msgstr ""
3390
 
3391
+ #: ../includes/class-strong-view.php:77
3392
+ msgid "No testimonials found. Check your view settings."
3393
+ msgstr ""
3394
+
3395
  #: ../includes/functions-activation.php:30
3396
  msgid "An error occurred:"
3397
  msgstr ""
3765
  msgid "View:"
3766
  msgstr ""
3767
 
3768
+ #: ../strong-testimonials.php:126 ../strong-testimonials.php:138
3769
  msgid "Cheatin&#8217; huh?"
3770
  msgstr ""
3771
 
4207
  #~ msgid "The Form"
4208
  #~ msgstr "Le formulaire"
4209
 
 
 
 
 
4210
  # @ strong-testimonials
4211
  #~ msgid ""
4212
  #~ "Please use the <a href=\"%s\" target=\"_blank\">support forum</a> or <a "
languages/strong-testimonials-he_IL.mo CHANGED
Binary file
languages/strong-testimonials-he_IL.po CHANGED
@@ -4,1771 +4,185 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Strong Testimonials 1.13\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/strong-testimonials\n"
7
- "POT-Creation-Date: 2014-11-30 22:58:49+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: 2016-07-19 10:38-0400\n"
12
- "Last-Translator: Chris Dillon <chris@wpmission.com>\n"
13
- "Language-Team: he_IL <LL@li.org>\n"
14
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
15
- "Language: he_IL\n"
16
- "X-Generator: Poedit 1.8.2\n"
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: includes/admin-custom-fields.php:12 includes/settings.php:156
22
- msgid "You do not have sufficient permissions to access this page."
23
- msgstr "אין לך הרשאות מספיקות כדי לגשת לדף זה."
24
-
25
- #: includes/admin-custom-fields.php:32
26
- msgid "Changes undone."
27
- msgstr ""
28
-
29
- #: includes/admin-custom-fields.php:49
30
- msgid "Defaults restored."
31
- msgstr ""
32
-
33
- #: includes/admin-custom-fields.php:75
34
- msgid "Fields saved."
35
- msgstr "שדות שמורים"
36
-
37
- #: includes/admin-custom-fields.php:90 includes/guide-advanced.php:15
38
- #: includes/settings.php:21 includes/settings.php:22
39
- msgid "Fields"
40
- msgstr "שדות"
41
-
42
- #: includes/admin-custom-fields.php:92
43
- msgid "Fields will appear in this order on the form."
44
- msgstr "שדות יופיעו לפי סדר בטופס."
45
-
46
- #. translators: %s is an icon.
47
- #: includes/admin-custom-fields.php:94
48
- msgid "Sort by grabbing the %s icon."
49
- msgstr "מיין על ידי לחיצה על %s."
50
-
51
- #: includes/admin-custom-fields.php:95
52
- msgid "Click the field name to expand its options panel."
53
- msgstr ""
54
-
55
- #: includes/admin-custom-fields.php:97
56
- msgctxt "link"
57
- msgid "Full tutorial"
58
- msgstr ""
59
-
60
- #: includes/admin-custom-fields.php:99
61
- msgctxt "link"
62
- msgid "Plugin support"
63
- msgstr ""
64
-
65
- #: includes/admin-custom-fields.php:101
66
- msgctxt "contact link"
67
- msgid "Developer"
68
- msgstr ""
69
-
70
- #: includes/admin-custom-fields.php:118
71
- msgid "Add New Field"
72
- msgstr ""
73
-
74
- #: includes/admin-custom-fields.php:123
75
- msgid "Undo Changes"
76
- msgstr ""
77
-
78
- #: includes/admin-custom-fields.php:124
79
- msgid "Restore Defaults"
80
- msgstr "שחזר ברירת מחדל"
81
-
82
- #: includes/admin-custom-fields.php:129
83
- msgid "Customize other form elements <a href=\"%s\">here</a>."
84
- msgstr ""
85
-
86
- #: includes/admin-custom-fields.php:160
87
- msgctxt "noun"
88
- msgid "Label"
89
- msgstr ""
90
-
91
- #: includes/admin-custom-fields.php:163
92
- msgid "This appears on the form."
93
- msgstr ""
94
-
95
- #: includes/admin-custom-fields.php:171 includes/admin.php:260
96
- msgctxt "noun"
97
- msgid "Name"
98
- msgstr ""
99
-
100
- #: includes/admin-custom-fields.php:176
101
- msgid "Use only lowercase letters, numbers, and underscores."
102
- msgstr ""
103
-
104
- #: includes/admin-custom-fields.php:194
105
- msgctxt "noun"
106
- msgid "Type"
107
- msgstr ""
108
-
109
- #: includes/admin-custom-fields.php:220
110
- msgid "Post Fields"
111
- msgstr ""
112
-
113
- #: includes/admin-custom-fields.php:227
114
- msgid "Custom Fields"
115
- msgstr ""
116
-
117
- #: includes/admin-custom-fields.php:286
118
- msgid "Delete"
119
- msgstr ""
120
-
121
- #: includes/admin-custom-fields.php:288
122
- msgctxt "verb"
123
- msgid "Close"
124
- msgstr ""
125
-
126
- #: includes/admin-custom-fields.php:312
127
- msgid "Required"
128
- msgstr ""
129
-
130
- #: includes/admin-custom-fields.php:329
131
- msgid "Placeholder"
132
- msgstr ""
133
-
134
- #: includes/admin-custom-fields.php:338 includes/form-form.php:91
135
- msgid "Before"
136
- msgstr ""
137
-
138
- #: includes/admin-custom-fields.php:346 includes/form-form.php:96
139
- msgid "After"
140
- msgstr ""
141
-
142
- #: includes/admin-custom-fields.php:362
143
- msgid "Admin Table"
144
- msgstr ""
145
-
146
- #: includes/admin-custom-fields.php:368
147
- msgid "required"
148
- msgstr ""
149
-
150
- #: includes/admin.php:74
151
- msgctxt "post editor"
152
- msgid "Client Details"
153
- msgstr ""
154
-
155
- #: includes/admin.php:112
156
- msgctxt "post editor"
157
- msgid "To add a client's photo, use the Featured Image option."
158
- msgstr ""
159
-
160
- #: includes/admin.php:149
161
- msgctxt "testimonial"
162
- msgid "Title"
163
- msgstr ""
164
-
165
- #. translators: This appears in widget settings.
166
- #: includes/admin.php:150 includes/widget.php:421
167
- msgid "Excerpt"
168
- msgstr ""
169
-
170
- #: includes/admin.php:156 includes/admin.php:218
171
- msgid "Thumbnail"
172
- msgstr ""
173
-
174
- #. translators: This is on the Cycle Shortcode settings screen.
175
- #. translators: This appears in widget settings.
176
- #: includes/admin.php:163 includes/form-cycle-settings.php:20
177
- #: includes/widget.php:252 strong-testimonials.php:148
178
- msgid "Category"
179
- msgstr "קטגוריה"
180
-
181
- #: includes/admin.php:164 includes/admin.php:262
182
- msgid "Shortcode"
183
- msgstr ""
184
-
185
- #: includes/admin.php:165
186
- msgid "Date"
187
- msgstr ""
188
-
189
- #: includes/admin.php:247
190
- msgid "None"
191
- msgstr ""
192
-
193
- #: includes/admin.php:259
194
- msgid "ID"
195
- msgstr ""
196
-
197
- #: includes/admin.php:261
198
- msgid "Slug"
199
- msgstr ""
200
-
201
- #: includes/admin.php:263
202
- msgid "Posts"
203
- msgstr ""
204
-
205
- #: includes/captcha.php:41
206
- msgctxt "Captcha"
207
- msgid "Input this code:"
208
- msgstr ""
209
-
210
- #: includes/captcha.php:66 includes/captcha.php:75
211
- msgid "Please complete the Captcha."
212
- msgstr ""
213
-
214
- #: includes/captcha.php:87
215
- msgid "Invalid keys. Please contact the site administrator."
216
- msgstr ""
217
-
218
- #: includes/captcha.php:88
219
- msgid "Invalid parameter. Please contact the site administrator."
220
- msgstr ""
221
-
222
- #: includes/captcha.php:89 includes/captcha.php:106
223
- msgid "The Captcha was not entered correctly. Please try again."
224
- msgstr ""
225
-
226
- #: includes/captcha.php:90
227
- msgid "The process timed out. Please try again."
228
- msgstr ""
229
-
230
- #: includes/defaults.php:62
231
- msgid "This field is required."
232
- msgstr ""
233
-
234
- #: includes/defaults.php:74
235
- msgid "Testimonial Title"
236
- msgstr "כותרת עדות"
237
-
238
- #: includes/defaults.php:81
239
- msgid "Testimonial Content"
240
- msgstr "תוכן העדות"
241
-
242
- #: includes/defaults.php:89
243
- msgid "Featured Image"
244
- msgstr "תמונת לקוח"
245
-
246
- #: includes/defaults.php:119
247
- msgid "Default Field Group"
248
- msgstr ""
249
-
250
- #: includes/defaults.php:127
251
- msgid "Full Name"
252
- msgstr "שם מלא"
253
-
254
- #: includes/defaults.php:130
255
- msgid "What is your full name?"
256
- msgstr ""
257
-
258
- #: includes/defaults.php:136
259
- msgid "Email"
260
- msgstr "אי מייל"
261
-
262
- #: includes/defaults.php:139
263
- msgid "What is your email address?"
264
- msgstr ""
265
-
266
- #: includes/defaults.php:144
267
- msgid "Company Name"
268
- msgstr "שם החברה"
269
-
270
- #: includes/defaults.php:146
271
- msgid "What is your company name?"
272
- msgstr ""
273
-
274
- #: includes/defaults.php:151
275
- msgid "Company Website"
276
- msgstr ""
277
-
278
- #: includes/defaults.php:153
279
- msgid "Does your company have a website?"
280
- msgstr ""
281
-
282
- #: includes/defaults.php:161
283
- msgid "Heading"
284
- msgstr ""
285
-
286
- #: includes/defaults.php:164
287
- msgid "A headline for your testimonial."
288
- msgstr ""
289
-
290
- #: includes/defaults.php:169
291
- msgid "Testimonial"
292
- msgstr "עדות"
293
-
294
- #: includes/defaults.php:172
295
- msgid "What do you think about us?"
296
- msgstr ""
297
-
298
- #: includes/defaults.php:177
299
- msgid "Photo"
300
- msgstr ""
301
-
302
- #: includes/defaults.php:179
303
- msgid "Would you like to include a photo?"
304
- msgstr ""
305
-
306
- #: includes/defaults.php:195
307
- msgid "Custom Field Group"
308
- msgstr ""
309
-
310
- #. translators: Settings > Messages tab > message description
311
- #. translators: Default message for required field message at top of form.
312
- #: includes/defaults.php:217 includes/defaults.php:219
313
- msgid "Required field"
314
- msgstr ""
315
-
316
- #. translators: Settings > Messages tab > message description
317
- #: includes/defaults.php:225
318
- msgctxt "description"
319
- msgid "Captcha label"
320
- msgstr ""
321
-
322
- #. translators: Default label for Captcha field on submission form.
323
- #: includes/defaults.php:227
324
- msgctxt "strong-testimonials"
325
- msgid "Captcha"
326
- msgstr ""
327
-
328
- #. translators: Settings > Messages tab > message description
329
- #: includes/defaults.php:233
330
- msgctxt "description"
331
- msgid "Submit button"
332
- msgstr ""
333
-
334
- #. translators: Default label for the Submit button on testimonial form.
335
- #: includes/defaults.php:235
336
- msgctxt "the Submit button"
337
- msgid "Add Testimonial"
338
- msgstr ""
339
-
340
- #. translators: Settings > Messages tab > message description
341
- #: includes/defaults.php:241
342
- msgctxt "description"
343
- msgid "Submission error"
344
- msgstr ""
345
-
346
- #. translators: Default message for submission form error.
347
- #: includes/defaults.php:243
348
- msgctxt "error message"
349
- msgid "There was a problem processing your testimonial."
350
- msgstr ""
351
-
352
- #. translators: Settings > Messages tab > message description
353
- #: includes/defaults.php:249
354
- msgctxt "description"
355
- msgid "Submission success"
356
- msgstr ""
357
-
358
- #. translators: Default message for submission form success message.
359
- #: includes/defaults.php:251
360
- msgctxt "success message"
361
- msgid "Thank you! Your testimonial is awaiting moderation."
362
- msgstr ""
363
-
364
- #: includes/form-client-settings.php:11 includes/settings-shortcodes.php:10
365
- msgid ""
366
- "These shortcodes will be deprecated soon. Please migrate to the <a href=\"%s"
367
- "\"><code>[strong]</code></a> shortcode."
368
- msgstr ""
369
-
370
- #: includes/form-client-settings.php:28
371
- msgid "Client section shortcodes:"
372
- msgstr ""
373
-
374
- #: includes/form-client-settings.php:30
375
- msgid "Your fields:"
376
- msgstr ""
377
-
378
- #: includes/form-client-settings.php:30
379
- msgid ""
380
- "These are the fields used on your testimonial submission form. You can change "
381
- "these in the Fields editor."
382
- msgstr ""
383
-
384
- #: includes/form-client-settings.php:32
385
- msgid ""
386
- "Use these shortcodes to select which client fields appear below each testimonial."
387
- msgstr ""
388
-
389
- #: includes/form-client-settings.php:32
390
- msgid "These shortcodes only work here, not on a page."
391
- msgstr ""
392
-
393
- #: includes/form-client-settings.php:34
394
- msgid "Default:"
395
- msgstr "ברירת מחדל:"
396
-
397
- #: includes/form-client-settings.php:43
398
- msgid "Restore Default"
399
- msgstr ""
400
-
401
- #: includes/form-cycle-settings.php:9
402
- msgid ""
403
- "This shortcode will be deprecated soon. Please migrate to the <a href=\"%s"
404
- "\"><code>[strong]</code></a> shortcode."
405
- msgstr ""
406
-
407
- #. translators: This is on the Cycle Shortcode settings screen.
408
- #: includes/form-cycle-settings.php:29
409
- msgid "All categories"
410
- msgstr "כל הקטגוריות"
411
-
412
- #. translators: This is on the Cycle Shortcode settings screen.
413
- #. translators: This appears in widget settings.
414
- #: includes/form-cycle-settings.php:50 includes/widget.php:278
415
- msgctxt "noun"
416
- msgid "Order"
417
- msgstr ""
418
-
419
- #. translators: This is on the Cycle Shortcode settings screen.
420
- #: includes/form-cycle-settings.php:70
421
- msgctxt "quantity"
422
- msgid "How many?"
423
- msgstr ""
424
-
425
- #. translators: This is on the Cycle Shortcode settings screen.
426
- #. translators: This appears in widget settings.
427
- #: includes/form-cycle-settings.php:80 includes/widget.php:334
428
- msgid "All"
429
- msgstr ""
430
-
431
- #. translators: This is on the Cycle Shortcode settings screen.
432
- #. translators: This appears in widget settings.
433
- #: includes/form-cycle-settings.php:99 includes/widget.php:322
434
- #: includes/widget.php:398
435
- msgctxt "verb"
436
- msgid "Show"
437
- msgstr ""
438
-
439
- #. translators: This is on the Cycle Shortcode settings screen. Refers to your
440
- #. custom fields.
441
- #: includes/form-cycle-settings.php:108
442
- msgctxt "the testimonial title"
443
- msgid "Title <em>(if included in Fields)</em>"
444
- msgstr ""
445
-
446
- #. translators: This is on the Cycle Shortcode settings screen.
447
- #: includes/form-cycle-settings.php:125
448
- msgctxt "the testimonial excerpt"
449
- msgid "Excerpt"
450
- msgstr ""
451
-
452
- #. translators: This is on the Cycle Shortcode settings screen.
453
- #: includes/form-cycle-settings.php:130
454
- msgid "Excerpts are hand-crafted summaries of your testimonial."
455
- msgstr ""
456
-
457
- #. translators: This is on the Cycle Shortcode settings screen.
458
- #: includes/form-cycle-settings.php:135
459
- msgid ""
460
- "You may need to enable them in the post editor like in this <a id=\"toggle-screen-"
461
- "options\" href=\"#\">screenshot</a>."
462
- msgstr ""
463
-
464
- #. translators: This is on the Cycle Shortcode settings screen. %s is a number
465
- #. input field.
466
- #: includes/form-cycle-settings.php:150
467
- msgctxt "display setting"
468
- msgid "Content up to %s characters"
469
- msgstr ""
470
-
471
- #. translators: This is on the Cycle Shortcode settings screen.
472
- #. translators: This appears in widget settings.
473
- #: includes/form-cycle-settings.php:156 includes/widget.php:448
474
- msgid "Will break on a space and add an ellipsis."
475
- msgstr ""
476
-
477
- #. translators: This is on the Cycle Shortcode settings screen.
478
- #: includes/form-cycle-settings.php:166
479
- msgctxt "display setting"
480
- msgid "Entire content"
481
- msgstr ""
482
-
483
- #. translators: This is on the Cycle Shortcode settings screen. Refers to your
484
- #. custom fields.
485
- #: includes/form-cycle-settings.php:183
486
- msgid "Featured Images <em>(if included in Fields)</em>"
487
- msgstr ""
488
-
489
- #. translators: This is on the Cycle Shortcode settings screen. Refers to your
490
- #. custom fields.
491
- #: includes/form-cycle-settings.php:198
492
- msgid "Client Information <em>(if included in Fields)</em>"
493
- msgstr ""
494
 
495
- #. translators: This is on the Cycle Shortcode settings screen.
496
- #. translators: This appears in the [strong] shortcode instructions.
497
- #. translators: This appears in widget settings.
498
- #: includes/form-cycle-settings.php:210 includes/tabs/readmore.php:6
499
- #: includes/widget.php:538
500
- msgid "\"Read More\" link"
501
- msgstr ""
502
-
503
- #. translators: This is on the Cycle Shortcode settings screen.
504
- #. translators: This appears in widget settings.
505
- #: includes/form-cycle-settings.php:220 includes/widget.php:547
506
- msgctxt "no \"Read more\" link"
507
- msgid "None"
508
- msgstr ""
509
-
510
- #. translators: This is on the Cycle Shortcode settings screen.
511
- #. translators: This appears in widget settings.
512
- #: includes/form-cycle-settings.php:230 includes/widget.php:556
513
- msgctxt "the \"Read more\" link"
514
- msgid "Link to the testimonial"
515
- msgstr ""
516
-
517
- #. translators: This is on the Cycle Shortcode settings screen.
518
- #. translators: This appears in widget settings.
519
- #: includes/form-cycle-settings.php:240 includes/widget.php:565
520
- msgctxt "the \"Read more\" link"
521
- msgid "Link to"
522
- msgstr ""
523
-
524
- #. translators: This is on the Cycle Shortcode settings screen.
525
- #. translators: This appears in widget settings.
526
- #: includes/form-cycle-settings.php:247 includes/widget.php:572
527
- msgctxt "the \"Read more\" link"
528
- msgid "— Select a page —"
529
- msgstr ""
530
 
531
- #. translators: This is on the Cycle Shortcode settings screen.
532
- #: includes/form-cycle-settings.php:264
533
- msgctxt "slideshow effect"
534
- msgid "Transition"
535
- msgstr ""
536
 
537
- #. translators: This is on the Cycle Shortcode settings screen.
538
- #. translators: This appears in widget settings.
539
- #: includes/form-cycle-settings.php:274 includes/widget.php:345
540
- msgctxt "slideshow setting"
541
- msgid "Show each for"
542
- msgstr ""
543
 
544
- #. translators: This is on the Cycle Shortcode settings screen.
545
- #. translators: This appears in widget settings.
546
- #: includes/form-cycle-settings.php:282 includes/form-cycle-settings.php:303
547
- #: includes/widget.php:353 includes/widget.php:371
548
- msgctxt "time setting"
549
- msgid "seconds"
550
- msgstr ""
551
 
552
- #. translators: This is on the Cycle Shortcode settings screen.
553
- #. translators: This appears in widget settings.
554
- #: includes/form-cycle-settings.php:295 includes/widget.php:363
555
- msgctxt "slideshow setting"
556
- msgid "Effect duration"
557
- msgstr ""
558
 
559
- #. translators: This is on the Cycle Shortcode settings screen.
560
- #. translators: This appears in widget settings.
561
- #: includes/form-cycle-settings.php:314 includes/widget.php:382
562
- msgctxt "slideshow setting"
563
- msgid "Pause on hover"
564
- msgstr ""
565
 
566
- #: includes/form-form.php:11
567
- msgid "Customize the form fields <a href=\"%s\">here</a>."
568
- msgstr ""
569
 
570
- #: includes/form-form.php:14
571
- msgid "Labels & Messages"
572
- msgstr ""
573
 
574
- #: includes/form-form.php:28
575
- msgctxt "singular"
576
- msgid "restore default"
577
- msgstr ""
578
 
579
- #: includes/form-form.php:34
580
- msgctxt "multiple"
581
- msgid "Restore Defaults"
582
- msgstr ""
583
 
584
- #: includes/form-form.php:40
585
- msgctxt "noun"
586
- msgid "Actions"
587
- msgstr ""
588
 
589
- #: includes/form-form.php:45
590
- msgid "Post status"
591
- msgstr ""
592
 
593
- #: includes/form-form.php:52
594
- msgid "Pending"
595
- msgstr ""
596
 
597
- #: includes/form-form.php:58
598
- msgid "Published"
599
- msgstr ""
600
 
601
- #: includes/form-form.php:66 includes/guide-advanced.php:24
602
- msgid "Notification"
603
- msgstr ""
604
 
605
- #: includes/form-form.php:71
606
- msgid "Send email to"
607
- msgstr ""
608
 
609
- #: includes/form-form.php:79 includes/guide-advanced.php:21
610
- msgid "Spam Control"
611
- msgstr ""
612
 
613
- #: includes/form-form.php:84
614
- msgctxt "spam control techniques"
615
- msgid "Honeypot"
616
- msgstr ""
617
 
618
- #: includes/form-form.php:87
619
- msgid ""
620
- "These methods are both time-tested and widely used. They can be used "
621
- "simultaneously for more protection."
622
- msgstr ""
623
 
624
- #: includes/form-form.php:92
625
- msgid ""
626
- "Traps spambots by adding an extra empty field that is invisible to humans but not "
627
- "to spambots which tend to fill in every field they find in the form code. Empty "
628
- "field = human. Not empty = spambot."
629
- msgstr ""
630
 
631
- #: includes/form-form.php:97
632
- msgid "Recommended."
633
- msgstr ""
634
 
635
- #: includes/form-form.php:97
636
- msgid ""
637
- "Traps spambots by using JavaScript to add a new field as soon as the form is "
638
- "submitted. Since spambots cannot run JavaScript, the new field never gets added. "
639
- "New field = human. Missing = spambot."
640
- msgstr ""
641
 
642
- #: includes/form-form.php:104
643
- msgid "Captcha"
644
- msgstr ""
645
 
646
- #: includes/form-form.php:107
647
- msgid ""
648
- "Can be used alongside honeypot methods. Be sure to configure any plugins first, if "
649
- "necessary."
650
- msgstr ""
651
 
652
- #: includes/form-form.php:127
653
- msgctxt "link"
654
- msgid "settings"
655
- msgstr ""
656
 
657
- #: includes/form-form.php:129
658
- msgid "no settings"
659
- msgstr ""
660
 
661
- #: includes/form-form.php:134
662
- msgctxt "adjective"
663
- msgid "inactive"
664
- msgstr ""
665
 
666
- #: includes/form-form.php:140
667
- msgid "not installed"
668
- msgstr ""
669
 
670
- #: includes/form-form.php:141
671
- msgctxt "link"
672
- msgid "install plugin"
673
- msgstr ""
674
 
675
- #: includes/form-form.php:145
676
- msgctxt "link"
677
- msgid "plugin page"
678
- msgstr ""
679
 
680
- #: includes/form-general-settings.php:14
681
- msgid "Load stylesheets"
682
- msgstr ""
683
 
684
- #: includes/form-general-settings.php:21
685
- msgid "Pages"
686
- msgstr ""
687
 
688
- #: includes/form-general-settings.php:27
689
- msgid "Widget"
690
- msgstr ""
691
 
692
- #. translators: This appears on the Original Shortcodes admin screen.
693
- #: includes/form-general-settings.php:33 includes/settings-shortcodes.php:100
694
- msgid "Submission Form"
695
- msgstr ""
696
 
697
- #: includes/form-general-settings.php:41
698
- msgid "The number of testimonials to show per page"
699
- msgstr ""
700
 
701
- #. translators: %s is a shortcode.
702
- #: includes/form-general-settings.php:46
703
- msgid "This applies to the %s shortcode."
704
- msgstr ""
705
 
706
- #: includes/guide-advanced.php:4 includes/guide-simple.php:3
707
- #: includes/guide-start.php:3
708
- msgid "View some examples on the <a href=\"%s\" target=\"_blank\">demo site</a>."
709
- msgstr ""
710
 
711
- #: includes/guide-advanced.php:7
712
- msgid "Make your testimonials sing using advanced features."
713
- msgstr ""
714
 
715
- #: includes/guide-advanced.php:11 includes/guide-simple.php:10
716
- msgctxt "verb"
717
- msgid "Gather"
718
- msgstr ""
719
 
720
- #: includes/guide-advanced.php:15
721
- msgid "Customize the form to meet your needs."
722
- msgstr ""
723
 
724
- #: includes/guide-advanced.php:15
725
- msgid "<a href=\"%s\" target=\"_blank\">Here</a> is a full tutorial."
726
- msgstr ""
727
 
728
- #: includes/guide-advanced.php:18
729
- msgid "Featured Images"
730
- msgstr ""
731
 
732
- #: includes/guide-advanced.php:18
733
- msgid "AKA thumbnails."
734
- msgstr ""
735
 
736
- #: includes/guide-advanced.php:18
737
- msgid "Allow your clients to include a photo or a logo with their testimonial."
738
- msgstr ""
739
 
740
- #: includes/guide-advanced.php:21
741
- msgid "Add honeypot and/or Captcha methods to the form."
742
- msgstr ""
743
 
744
- #: includes/guide-advanced.php:24
745
- msgid ""
746
- "Automatically send an email to the site administrator when a new testimonial has "
747
- "been submitted and is pending review."
748
- msgstr ""
749
 
750
- #: includes/guide-advanced.php:31 includes/guide-simple.php:15
751
- msgctxt "verb"
752
- msgid "Publish"
753
- msgstr ""
754
 
755
- #: includes/guide-advanced.php:35 strong-testimonials.php:147
756
- msgid "Categories"
757
- msgstr "קטגוריות"
758
 
759
- #: includes/guide-advanced.php:35
760
- msgid "Organize your testimonials by year, salesperson, event, etc."
761
- msgstr ""
762
 
763
- #: includes/guide-advanced.php:38
764
- msgid "Excerpts"
765
- msgstr ""
766
 
767
- #: includes/guide-advanced.php:38
768
- msgid ""
769
- "Available in the post editor, use excerpts to create attention-grabbing one-liners "
770
- "for use in widgets and the cycle shortcode."
771
- msgstr ""
772
 
773
- #: includes/guide-advanced.php:41
774
- msgid "Skip Loading Stylesheets"
775
- msgstr ""
776
-
777
- #: includes/guide-advanced.php:41
778
- msgid ""
779
- "The included stylesheets include a default layout. Skip loading the stylesheets if "
780
- "you want to style everything in your theme or <a href=\"%s\" target=\"_blank"
781
- "\">custom CSS</a>."
782
- msgstr ""
783
-
784
- #: includes/guide-advanced.php:48 includes/guide-simple.php:20
785
- #: includes/settings-shortcodes-strong.php:17
786
- msgctxt "verb"
787
- msgid "Display"
788
- msgstr ""
789
-
790
- #: includes/guide-advanced.php:52 includes/settings.php:28 includes/settings.php:29
791
- #: includes/settings.php:335
792
- msgid "Shortcodes"
793
- msgstr ""
794
-
795
- #: includes/guide-advanced.php:52
796
- msgid "Several ways to show your testimonials."
797
- msgstr ""
798
-
799
- #: includes/guide-advanced.php:55 includes/settings.php:172
800
- msgid "Cycle Shortcode"
801
- msgstr ""
802
-
803
- #: includes/guide-advanced.php:55
804
- msgid "Add a testimonial slider to any page."
805
- msgstr ""
806
-
807
- #: includes/guide-advanced.php:58
808
- msgid "Widgets"
809
- msgstr ""
810
-
811
- #: includes/guide-advanced.php:58
812
- msgid ""
813
- "The widget has the same features as the cycle shortcode. Multiple widgets can used "
814
- "on the same page."
815
- msgstr ""
816
-
817
- #: includes/guide-advanced.php:61 includes/settings.php:173
818
- msgid "Client Section"
819
- msgstr ""
820
-
821
- #: includes/guide-advanced.php:61
822
- msgid ""
823
- "Select which fields (including your custom fields) appear below the testimonial "
824
- "content."
825
- msgstr ""
826
-
827
- #: includes/guide-advanced.php:64
828
- msgid "As Posts"
829
- msgstr ""
830
-
831
- #: includes/guide-advanced.php:64
832
- msgid ""
833
- "Since a testimonial is a type of post, it can be displayed using your theme's "
834
- "default post template or a custom template, included pagination."
835
- msgstr ""
836
-
837
- #: includes/guide-future.php:3
838
- msgid "Here are some features we're planning."
839
- msgstr ""
840
-
841
- #: includes/guide-notes.php:3
842
- msgid "Template files"
843
- msgstr ""
844
-
845
- #: includes/guide-notes.php:4
846
- msgid "The [strong] shortcode uses template files."
847
- msgstr ""
848
-
849
- #: includes/guide-notes.php:5
850
- msgid ""
851
- "To create custom templates, copy <code>templates/theme/testimonials.php</code> "
852
- "from the plugin directory to your theme directory. This template file contains "
853
- "both the loop and the testimonial layout."
854
- msgstr ""
855
-
856
- #: includes/guide-notes.php:6
857
- msgid ""
858
- "The plugin will search for that template file in this order: (1) your child theme "
859
- "(if using one), (2) your parent theme, (3) the plugin templates directory."
860
- msgstr ""
861
-
862
- #: includes/guide-notes.php:7
863
- msgid ""
864
- "Additional template files can be created such as <code>testimonials-narrow.php</"
865
- "code> and found by adding the shortcode attribute <code>template=\"narrow\"</code>."
866
- msgstr ""
867
-
868
- #: includes/guide-notes.php:9
869
- msgid "Template functions"
870
- msgstr ""
871
-
872
- #: includes/guide-notes.php:10
873
- msgid ""
874
- "Use <code>wpmtst_field( $field_name )</code> to get one of your custom fields."
875
- msgstr ""
876
-
877
- #: includes/guide-notes.php:11
878
- msgid ""
879
- "Use <code>wpmtst_field( 'truncated', array( 'char_limit' => 200 ) )</code> to get "
880
- "the truncated testimonial content."
881
- msgstr ""
882
-
883
- #: includes/guide-notes.php:12
884
- msgid ""
885
- "Use <code>wpmtst_field( 'client', array( 'content' => $shortcode_content )</code> "
886
- "to get <code>[strong]</code> child shortcodes for the client section (more <a href="
887
- "\"edit.php?post_type=wpm-testimonial&page=shortcodes\">here</a>)."
888
- msgstr ""
889
-
890
- #: includes/guide-notes.php:13
891
- msgid ""
892
- "Look at <code>templates/theme/testimonials.php</code> in the plugin directory for "
893
- "examples."
894
- msgstr ""
895
-
896
- #: includes/guide-notes.php:15
897
- msgid "Translations"
898
- msgstr ""
899
-
900
- #: includes/guide-notes.php:16
901
- msgid ""
902
- "There is a POT file in the plugin's <code>languages</code> directory. <a href=\"%s"
903
- "\" target=_blank\">Contact me</a> to submit a translation file."
904
- msgstr ""
905
-
906
- #: includes/guide-notes.php:17
907
- msgid ""
908
- "The field labels on the submission form will not appear in the POT file so they "
909
- "must be translated manually in the <a href=\"%s\">Fields editor</a>."
910
- msgstr ""
911
-
912
- #: includes/guide-notes.php:18
913
- msgid ""
914
- "The WordPress browser elements like the <button style=\"font-size: smaller;"
915
- "\">Browse...</button> button and the \"No file chosen\" message are controlled by "
916
- "the WordPress language and browser language settings."
917
- msgstr ""
918
-
919
- #: includes/guide-notes.php:20
920
- msgid "Nofollow links"
921
- msgstr ""
922
-
923
- #: includes/guide-notes.php:21
924
- msgid ""
925
- "The Client Details meta box in the post editor now has an option to add <code>rel="
926
- "\"nofollow\"</code> to client URLs. There is no global setting yet so each one "
927
- "must be enabled manually. Future versions will likely have a global setting with a "
928
- "local override."
929
- msgstr ""
930
-
931
- #: includes/guide-notes.php:24
932
- msgid "Found a bug? Have an idea? Need help?"
933
- msgstr ""
934
-
935
- #: includes/guide-notes.php:25
936
- msgid ""
937
- "Please use the <a href=\"%s\" target=\"_blank\">support forum</a> or <a href=\"%s"
938
- "\" target=\"_blank\">contact me</a>."
939
- msgstr ""
940
-
941
- #: includes/guide-simple.php:5
942
- msgid "Add testimonials to your site in three simple steps."
943
- msgstr ""
944
-
945
- #: includes/guide-simple.php:6
946
- msgid "Use the default settings to hit the ground running."
947
- msgstr ""
948
-
949
- #: includes/guide-simple.php:11
950
- msgid "To accept new testimonials, add the shortcode [strong form] to a page."
951
- msgstr ""
952
-
953
- #: includes/guide-simple.php:16
954
- msgid ""
955
- "Review and publish new submissions and/or enter existing testimonials manually."
956
- msgstr ""
957
-
958
- #: includes/guide-simple.php:21
959
- msgid ""
960
- "Add a shortcode like [strong title random per_page=\"5\"] to a page and/or add a "
961
- "widget to a sidebar."
962
- msgstr ""
963
-
964
- #: includes/guide-start.php:5
965
- msgid "A testimonial is like a blog post."
966
- msgstr ""
967
-
968
- #: includes/guide-start.php:6
969
- msgid "They have many of the same fields and features:"
970
- msgstr ""
971
-
972
- #: includes/guide-start.php:8
973
- msgid "A Title"
974
- msgstr ""
975
-
976
- #: includes/guide-start.php:9
977
- msgid "a permalink"
978
- msgstr ""
979
-
980
- #: includes/guide-start.php:10
981
- msgid "Some content."
982
- msgstr ""
983
-
984
- #: includes/guide-start.php:11
985
- msgid "an excerpt"
986
- msgstr ""
987
-
988
- #: includes/guide-start.php:12
989
- msgid "a featured image (thumbnail)"
990
- msgstr ""
991
-
992
- #: includes/guide-start.php:13
993
- msgid "custom fields"
994
- msgstr ""
995
-
996
- #: includes/guide-start.php:13
997
- msgid "like client name and email"
998
- msgstr ""
999
-
1000
- #: includes/guide-start.php:14
1001
- msgid "categories"
1002
- msgstr "קטגוריות"
1003
-
1004
- #: includes/guide-start.php:17
1005
- msgid "How do you want to use testimonials?"
1006
- msgstr ""
1007
-
1008
- #: includes/guide-start.php:18
1009
- msgid ""
1010
- "The <strong><a href=\"%s\">Simple</a></strong> tab shows you how to quickly start "
1011
- "adding testimonials to your site."
1012
- msgstr ""
1013
-
1014
- #: includes/guide-start.php:19
1015
- msgid ""
1016
- "The <strong><a href=\"%s\">Advanced</a></strong> tab describes more features like "
1017
- "custom fields and excerpts."
1018
- msgstr ""
1019
-
1020
- #: includes/guide-start.php:21
1021
- msgid "You are invited to participate."
1022
- msgstr ""
1023
-
1024
- #: includes/guide-start.php:22
1025
- msgid ""
1026
- "Coming soon, the direction of this plugin will be in your hands as you will be "
1027
- "able to vote on feature requests."
1028
- msgstr ""
1029
-
1030
- #: includes/guide.php:11
1031
- msgid "Strong Testimonials Guide"
1032
- msgstr ""
1033
-
1034
- #. translators: This appears in the Guide.
1035
- #: includes/guide.php:19
1036
- msgid "Getting Started"
1037
- msgstr "התחל מכאן"
1038
-
1039
- #. translators: This appears in the Guide.
1040
- #: includes/guide.php:23
1041
- msgid "Simple"
1042
- msgstr "בסיסי"
1043
-
1044
- #. translators: This appears in the Guide.
1045
- #: includes/guide.php:27
1046
- msgid "Advanced"
1047
- msgstr "מתקדם"
1048
-
1049
- #. translators: This appears in the Guide.
1050
- #. translators: This appears in the [strong] shortcode instructions.
1051
- #: includes/guide.php:31 includes/settings-shortcodes-strong.php:15
1052
- #: includes/tabs/notes.php:6
1053
- msgid "Notes"
1054
- msgstr "הערות"
1055
-
1056
- #. translators: This appears in the Guide.
1057
- #: includes/guide.php:35
1058
- msgid "Future"
1059
- msgstr ""
1060
-
1061
- #: includes/settings-shortcodes-strong.php:10
1062
- msgid "The new shortcode that does it all."
1063
- msgstr ""
1064
-
1065
- #. translators: This appears in the [strong] shortcode instructions.
1066
- #: includes/settings-shortcodes-strong.php:16 includes/tabs/form.php:6
1067
- msgid "The Form"
1068
- msgstr ""
1069
-
1070
- #. translators: This appears in the [strong] shortcode instructions.
1071
- #: includes/settings-shortcodes-strong.php:18 includes/tabs/slideshow.php:6
1072
- msgid "Slideshow"
1073
- msgstr "מצגת"
1074
-
1075
- #: includes/settings-shortcodes-strong.php:19
1076
- msgid "Read More"
1077
- msgstr "קרא עוד"
1078
-
1079
- #. translators: This appears in the [strong] shortcode instructions.
1080
- #: includes/settings-shortcodes-strong.php:20 includes/tabs/child.php:6
1081
- msgid "Child Shortcodes"
1082
- msgstr ""
1083
-
1084
- #. translators: This appears in the [strong] shortcode instructions.
1085
- #: includes/settings-shortcodes-strong.php:21 includes/tabs/child.php:42
1086
- #: includes/tabs/examples.php:6 includes/tabs/form.php:36
1087
- #: includes/tabs/readmore.php:44
1088
- msgid "Examples"
1089
- msgstr "דוגמאות"
1090
-
1091
- #. translators: This appears on the Original Shortcodes admin screen.
1092
- #: includes/settings-shortcodes.php:17
1093
- msgid "Show All"
1094
- msgstr "הצג הכל"
1095
-
1096
- #. translators: This appears on the Original Shortcodes admin screen.
1097
- #: includes/settings-shortcodes.php:21
1098
- msgid "from all categories"
1099
- msgstr ""
1100
-
1101
- #. translators: This appears on the Original Shortcodes admin screen.
1102
- #: includes/settings-shortcodes.php:26
1103
- msgid "or a single category"
1104
- msgstr ""
1105
-
1106
- #. translators: This appears on the Original Shortcodes admin screen.
1107
- #: includes/settings-shortcodes.php:31 includes/settings-shortcodes.php:70
1108
- #: includes/settings-shortcodes.php:80 includes/settings-shortcodes.php:114
1109
- msgid "or multiple categories"
1110
- msgstr ""
1111
-
1112
- #. translators: This appears on the Original Shortcodes admin screen.
1113
- #: includes/settings-shortcodes.php:39
1114
- msgid "Cycle"
1115
- msgstr ""
1116
-
1117
- #. translators: This appears on the Original Shortcodes admin screen.
1118
- #: includes/settings-shortcodes.php:43
1119
- msgctxt "verb"
1120
- msgid "<a href=\"%s\">configure</a>"
1121
- msgstr ""
1122
-
1123
- #. translators: This appears on the Original Shortcodes admin screen.
1124
- #: includes/settings-shortcodes.php:51 includes/settings.php:223
1125
- #: includes/widget.php:215
1126
- msgctxt "display order"
1127
- msgid "Random"
1128
- msgstr ""
1129
-
1130
- #. translators: This appears on the Original Shortcodes admin screen.
1131
- #: includes/settings-shortcodes.php:55
1132
- msgid "a single random testimonial"
1133
- msgstr ""
1134
-
1135
- #. translators: This appears on the Original Shortcodes admin screen.
1136
- #: includes/settings-shortcodes.php:60
1137
- msgctxt "quantity"
1138
- msgid "or a certain number"
1139
- msgstr ""
1140
-
1141
- #. translators: This appears on the Original Shortcodes admin screen.
1142
- #: includes/settings-shortcodes.php:65
1143
- msgid "a single testimonial from a single category"
1144
- msgstr ""
1145
-
1146
- #. translators: This appears on the Original Shortcodes admin screen.
1147
- #: includes/settings-shortcodes.php:75
1148
- msgctxt "quantity"
1149
- msgid "a certain number from a single category"
1150
- msgstr ""
1151
-
1152
- #. translators: This appears on the Original Shortcodes admin screen.
1153
- #: includes/settings-shortcodes.php:88
1154
- msgctxt "quantity"
1155
- msgid "Single"
1156
- msgstr ""
1157
-
1158
- #. translators: This appears on the Original Shortcodes admin screen.
1159
- #: includes/settings-shortcodes.php:92
1160
- msgid "one specific testimonial"
1161
- msgstr ""
1162
-
1163
- #. translators: This appears on the Original Shortcodes admin screen.
1164
- #: includes/settings-shortcodes.php:104
1165
- msgid "a form for visitors to submit testimonials"
1166
- msgstr ""
1167
-
1168
- #. translators: This appears on the Original Shortcodes admin screen.
1169
- #: includes/settings-shortcodes.php:109
1170
- msgid "and add them to a single category"
1171
- msgstr ""
1172
-
1173
- #. translators: This appears in the [strong] shortcode instructions.
1174
- #: includes/settings.php:14 includes/settings.php:15 includes/tabs/notes.php:17
1175
- #: strong-testimonials.php:47
1176
- msgid "Settings"
1177
- msgstr "הגדרות"
1178
-
1179
- #: includes/settings.php:35
1180
- msgctxt "noun"
1181
- msgid "Guide"
1182
- msgstr "מדריך"
1183
-
1184
- #. translators: %s is an icon.
1185
- #: includes/settings.php:37
1186
- msgctxt "noun"
1187
- msgid "%s Guide"
1188
- msgstr "‏%s מדריך"
1189
-
1190
- #: includes/settings.php:160
1191
- msgid "Testimonial Settings"
1192
- msgstr "הגדרות עדויות"
1193
-
1194
- #: includes/settings.php:164
1195
- msgid "Settings saved."
1196
- msgstr "הגדרות נשמרו"
1197
-
1198
- #: includes/settings.php:170
1199
- msgctxt "adjective"
1200
- msgid "General"
1201
- msgstr ""
1202
-
1203
- #: includes/settings.php:171
1204
- msgid "Form"
1205
- msgstr ""
1206
-
1207
- #: includes/settings.php:197
1208
- msgid "Remember to save changes before switching tabs."
1209
- msgstr ""
1210
-
1211
- #: includes/settings.php:224 includes/widget.php:216
1212
- msgctxt "display order"
1213
- msgid "Newest first"
1214
- msgstr ""
1215
-
1216
- #: includes/settings.php:225 includes/widget.php:217
1217
- msgctxt "display order"
1218
- msgid "Oldest first"
1219
- msgstr ""
1220
-
1221
- #: includes/settings.php:340
1222
- msgid "Original"
1223
- msgstr ""
1224
-
1225
- #: includes/shortcode-strong.php:73 includes/shortcode-strong.php:120
1226
- #: includes/widget.php:149
1227
- msgctxt "link"
1228
- msgid "Read more"
1229
- msgstr "קרא עוד"
1230
-
1231
- #. translators: Subject line for new testimonial notification email.
1232
- #: includes/shortcodes.php:423
1233
- msgid "New testimonial for"
1234
- msgstr ""
1235
-
1236
- #. translators: Message for new testimonial notification email.
1237
- #: includes/shortcodes.php:428
1238
- msgid ""
1239
- "New testimonial submission for %s. This is awaiting action from the website "
1240
- "administrator."
1241
- msgstr ""
1242
-
1243
- #. translators: This appears in the [strong] shortcode instructions.
1244
- #: includes/tabs/child.php:8
1245
- msgid "must be inside a parent [ strong ] shortcode"
1246
- msgstr ""
1247
-
1248
- #. translators: This appears in the [strong] shortcode instructions.
1249
- #: includes/tabs/child.php:13
1250
- msgid "the client section"
1251
- msgstr ""
1252
-
1253
- #. translators: This appears in the [strong] shortcode instructions.
1254
- #: includes/tabs/child.php:15
1255
- msgid "required for displaying custom fields"
1256
- msgstr ""
1257
-
1258
- #. translators: This appears in the [strong] shortcode instructions.
1259
- #: includes/tabs/child.php:22
1260
- msgid "a custom field"
1261
- msgstr ""
1262
-
1263
- #. translators: This appears in the [strong] shortcode instructions.
1264
- #: includes/tabs/child.php:29
1265
- msgid "with a CSS class"
1266
- msgstr ""
1267
-
1268
- #. translators: This appears in the [strong] shortcode instructions.
1269
- #: includes/tabs/child.php:36
1270
- msgid "as a link with another field<br /> that opens in a new tab"
1271
- msgstr ""
1272
-
1273
- #. translators: This appears in the [strong] shortcode instructions.
1274
- #: includes/tabs/child.php:46 includes/tabs/form.php:40
1275
- #: includes/tabs/readmore.php:49
1276
- msgctxt "adjective"
1277
- msgid "minimal"
1278
- msgstr ""
1279
-
1280
- #. translators: This appears in the [strong] shortcode instructions.
1281
- #: includes/tabs/child.php:51 includes/tabs/form.php:45
1282
- #: includes/tabs/readmore.php:58
1283
- msgctxt "adjective"
1284
- msgid "full"
1285
- msgstr ""
1286
-
1287
- #. translators: This appears in the [strong] shortcode instructions.
1288
- #: includes/tabs/examples.php:10
1289
- msgid "the form"
1290
- msgstr ""
1291
-
1292
- #. translators: This appears in the [strong] shortcode instructions.
1293
- #: includes/tabs/examples.php:15
1294
- msgid "show all, 5 per page, with pagination above and below"
1295
- msgstr ""
1296
-
1297
- #. translators: This appears in the [strong] shortcode instructions.
1298
- #: includes/tabs/examples.php:20
1299
- msgid "show 3 random, limited to about 200 characters"
1300
- msgstr ""
1301
-
1302
- #. translators: This appears in the [strong] shortcode instructions.
1303
- #: includes/tabs/examples.php:25
1304
- msgid "a slideshow with excerpts<br /> from categories 2 and 3"
1305
- msgstr ""
1306
-
1307
- #. translators: This appears in the [strong] shortcode instructions.
1308
- #: includes/tabs/examples.php:31
1309
- msgid ""
1310
- "show the full-length testimonial<br />\n"
1311
- "\t\t\t\twith the title and thumbnail,<br />\n"
1312
- "\t\t\t\tin random order,<br />\n"
1313
- "\t\t\t\twith client name, company, and website,<br />\n"
1314
- "\t\t\t\tand a \"read more\" link"
1315
- msgstr ""
1316
-
1317
- #. translators: This appears in the [strong] shortcode instructions.
1318
- #: includes/tabs/examples.php:49
1319
- msgid "Many more examples on the <a href=\"%s\" target=\"_blank\">demo site</a>."
1320
- msgstr ""
1321
-
1322
- #. translators: This appears in the [strong] shortcode instructions.
1323
- #: includes/tabs/form.php:14
1324
- msgid "add new submissions to a category"
1325
- msgstr ""
1326
-
1327
- #. translators: This appears in the [strong] shortcode instructions.
1328
- #: includes/tabs/form.php:21 includes/tabs/part-style.php:13
1329
- msgctxt "CSS"
1330
- msgid "add classes to <code>div.strong-container</code>"
1331
- msgstr ""
1332
-
1333
- #. translators: This appears in the [strong] shortcode instructions.
1334
- #: includes/tabs/form.php:29 includes/tabs/part-style.php:19
1335
- msgid "skip plugin stylesheet"
1336
- msgstr ""
1337
-
1338
- #: includes/tabs/notes.php:9
1339
- msgctxt "adjective"
1340
- msgid "Multiple"
1341
- msgstr ""
1342
-
1343
- #. translators: This appears in the [strong] shortcode instructions.
1344
- #: includes/tabs/notes.php:12
1345
- msgid ""
1346
- "If a page has multiple <code>[strong]</code>'s, each one must be closed; e.g. "
1347
- "<code>[strong ... /]</code> or <code>[strong ...][/strong]</code>."
1348
- msgstr ""
1349
-
1350
- #. translators: This appears in the [strong] shortcode instructions.
1351
- #: includes/tabs/notes.php:20
1352
- msgid ""
1353
- "There are no settings yet so each <code>[strong]</code> must have every attribute "
1354
- "it needs, except for the default attributes indicated."
1355
- msgstr ""
1356
-
1357
- #. translators: This appears in the [strong] shortcode instructions.
1358
- #: includes/tabs/notes.php:27
1359
- msgid ""
1360
- "New elements: <code>div.strong-container</code> wraps <code>div.strong-content</"
1361
- "code> which wraps the collection of <code>.testimonial</code>'s."
1362
- msgstr ""
1363
-
1364
- #. translators: This appears in the [strong] shortcode instructions.
1365
- #: includes/tabs/notes.php:32
1366
- msgctxt "noun"
1367
- msgid "Help"
1368
- msgstr ""
1369
-
1370
- #: includes/tabs/notes.php:34
1371
- msgid ""
1372
- "Please use the <a href=\"%s\" target=\"_blank\">support forum</a> to report bugs, "
1373
- "get help, or make feature requests."
1374
- msgstr ""
1375
-
1376
- #. translators: This appears in the [strong] shortcode instructions.
1377
- #: includes/tabs/part-content.php:4 includes/widget.php:414
1378
- msgctxt "noun"
1379
- msgid "Content"
1380
- msgstr ""
1381
-
1382
- #. translators: This appears in the [strong] shortcode instructions.
1383
- #: includes/tabs/part-content.php:8
1384
- msgid "entire post"
1385
- msgstr ""
1386
-
1387
- #. translators: This appears in the [strong] shortcode instructions.
1388
- #: includes/tabs/part-content.php:14
1389
- msgid "excerpt"
1390
- msgstr ""
1391
-
1392
- #. translators: This appears in the [strong] shortcode instructions.
1393
- #: includes/tabs/part-content.php:16
1394
- msgid "overrides <b>length limit</b>"
1395
- msgstr ""
1396
-
1397
- #. translators: This appears in the [strong] shortcode instructions.
1398
- #: includes/tabs/part-content.php:23
1399
- msgctxt "content"
1400
- msgid "length limit"
1401
- msgstr ""
1402
-
1403
- #. translators: This appears in the [strong] shortcode instructions.
1404
- #: includes/tabs/part-content.php:25
1405
- msgid "will break on a space and add an ellipsis"
1406
- msgstr ""
1407
-
1408
- #. translators: This appears in the [strong] shortcode instructions.
1409
- #: includes/tabs/part-pagination.php:4
1410
- msgid "Pagination"
1411
- msgstr ""
1412
-
1413
- #. translators: This appears in the [strong] shortcode instructions.
1414
- #: includes/tabs/part-pagination.php:8
1415
- msgid "per page"
1416
- msgstr ""
1417
-
1418
- #. translators: This appears in the [strong] shortcode instructions.
1419
- #: includes/tabs/part-pagination.php:13
1420
- msgid "navigation after"
1421
- msgstr ""
1422
-
1423
- #. translators: This appears in the [strong] shortcode instructions.
1424
- #: includes/tabs/part-pagination.php:14 includes/tabs/part-selection.php:10
1425
- msgid "default"
1426
- msgstr ""
1427
-
1428
- #. translators: This appears in the [strong] shortcode instructions.
1429
- #: includes/tabs/part-pagination.php:18
1430
- msgid "navigation before"
1431
- msgstr ""
1432
-
1433
- #. translators: This appears in the [strong] shortcode instructions.
1434
- #: includes/tabs/part-pagination.php:23
1435
- msgid "navigation before & after"
1436
- msgstr ""
1437
-
1438
- #. translators: This appears in the [strong] shortcode instructions.
1439
- #: includes/tabs/part-parts.php:4
1440
- msgctxt "noun"
1441
- msgid "Parts"
1442
- msgstr ""
1443
-
1444
- #. translators: This appears in the [strong] shortcode instructions.
1445
- #: includes/tabs/part-parts.php:9
1446
- msgid "show the Title"
1447
- msgstr ""
1448
-
1449
- #. translators: This appears in the [strong] shortcode instructions. Refers to
1450
- #. your custom fields.
1451
- #: includes/tabs/part-parts.php:11 includes/tabs/part-parts.php:20
1452
- msgid "if included in Fields"
1453
- msgstr ""
1454
-
1455
- #. translators: This appears in the [strong] shortcode instructions.
1456
- #: includes/tabs/part-parts.php:18
1457
- msgid "show the Featured Image"
1458
- msgstr ""
1459
-
1460
- #. translators: This appears in the [strong] shortcode instructions.
1461
- #: includes/tabs/part-parts.php:27
1462
- msgid "\"Read more\" link to the full post"
1463
- msgstr ""
1464
-
1465
- #. translators: This appears in the [strong] shortcode instructions.
1466
- #: includes/tabs/part-parts.php:29
1467
- msgid "for use with <b>excerpt</b> or <b>length limit</b> only"
1468
- msgstr ""
1469
-
1470
- #. translators: This appears in the [strong] shortcode instructions.
1471
- #: includes/tabs/part-parts.php:36
1472
- msgid "\"Read more\" phrase"
1473
- msgstr ""
1474
-
1475
- #. translators: This appears in the [strong] shortcode instructions.
1476
- #: includes/tabs/part-parts.php:38 includes/tabs/readmore.php:15
1477
- msgid "default text is \"Read more\" (translatable)"
1478
- msgstr ""
1479
-
1480
- #. translators: This appears in the [strong] shortcode instructions.
1481
- #: includes/tabs/part-selection.php:4
1482
- msgid "Selection"
1483
- msgstr ""
1484
-
1485
- #. translators: This appears in the [strong] shortcode instructions.
1486
- #: includes/tabs/part-selection.php:8
1487
- msgid "show all"
1488
- msgstr ""
1489
-
1490
- #. translators: This appears in the [strong] shortcode instructions.
1491
- #: includes/tabs/part-selection.php:14
1492
- msgctxt "quantity"
1493
- msgid "show a certain number"
1494
- msgstr ""
1495
-
1496
- #. translators: This appears in the [strong] shortcode instructions.
1497
- #: includes/tabs/part-selection.php:19
1498
- msgid "order"
1499
- msgstr ""
1500
-
1501
- #. translators: This appears in the [strong] shortcode instructions.
1502
- #: includes/tabs/part-selection.php:26
1503
- msgid "by category"
1504
- msgstr ""
1505
-
1506
- #. translators: This appears in the [strong] shortcode instructions.
1507
- #: includes/tabs/part-selection.php:32
1508
- msgid "by post ID"
1509
- msgstr ""
1510
-
1511
- #. translators: This appears in the [strong] shortcode instructions.
1512
- #: includes/tabs/part-style.php:4
1513
- msgctxt "noun"
1514
- msgid "Style"
1515
- msgstr ""
1516
-
1517
- #. translators: This appears in the [strong] shortcode instructions.
1518
- #: includes/tabs/part-style.php:8
1519
- msgid "select a theme template file"
1520
- msgstr ""
1521
-
1522
- #. translators: This appears in the [strong] shortcode instructions.
1523
- #: includes/tabs/readmore.php:8
1524
- msgid "must not be inside another [ strong ] shortcode"
1525
- msgstr ""
1526
-
1527
- #. translators: This appears in the [strong] shortcode instructions.
1528
- #: includes/tabs/readmore.php:13
1529
- msgid "appears after the loop"
1530
- msgstr ""
1531
-
1532
- #. translators: This appears in the [strong] shortcode instructions.
1533
- #: includes/tabs/readmore.php:24
1534
- msgid "to another page (required)"
1535
- msgstr ""
1536
-
1537
- #. translators: This appears in the [strong] shortcode instructions.
1538
- #: includes/tabs/readmore.php:26
1539
- msgid "ID or slug"
1540
- msgstr ""
1541
-
1542
- #. translators: This appears in the [strong] shortcode instructions.
1543
- #: includes/tabs/readmore.php:35
1544
- msgctxt "CSS"
1545
- msgid "add classes"
1546
- msgstr ""
1547
-
1548
- #. translators: This appears in the [strong] shortcode instructions.
1549
- #: includes/tabs/slideshow.php:15
1550
- msgctxt "setting"
1551
- msgid "show each for (in seconds)"
1552
- msgstr ""
1553
-
1554
- #. translators: This appears in the [strong] shortcode instructions.
1555
- #: includes/tabs/slideshow.php:22
1556
- msgctxt "setting"
1557
- msgid "transition effect (in seconds)"
1558
- msgstr ""
1559
-
1560
- #. translators: This appears in the [strong] shortcode instructions.
1561
- #: includes/tabs/slideshow.php:29
1562
- msgctxt "setting"
1563
- msgid "no pause on hover"
1564
- msgstr ""
1565
-
1566
- #. translators: This appears in the [strong] shortcode instructions.
1567
- #: includes/tabs/slideshow.php:31
1568
- msgid "will pause by default"
1569
- msgstr ""
1570
-
1571
- #: includes/widget.php:19
1572
- msgctxt "description"
1573
- msgid "Strong Testimonials widget."
1574
- msgstr ""
1575
-
1576
- #: includes/widget.php:26 includes/widget.php:29
1577
- msgctxt "widget title"
1578
- msgid "Testimonials"
1579
- msgstr "עדויות"
1580
-
1581
- #. translators: This appears in widget settings.
1582
- #: includes/widget.php:241
1583
- msgctxt "widget setting"
1584
- msgid "Title"
1585
- msgstr "כותרת"
1586
-
1587
- #. translators: This appears in widget settings.
1588
- #: includes/widget.php:259
1589
- msgctxt "categories"
1590
- msgid "Show all"
1591
- msgstr ""
1592
-
1593
- #. translators: This appears in widget settings.
1594
- #: includes/widget.php:299
1595
- msgctxt "display type"
1596
- msgid "Cycle Mode"
1597
- msgstr ""
1598
-
1599
- #. translators: This appears in widget settings.
1600
- #: includes/widget.php:308
1601
- msgctxt "display type"
1602
- msgid "Static Mode"
1603
- msgstr ""
1604
-
1605
- #. translators: This appears in widget settings.
1606
- #: includes/widget.php:428
1607
- msgid ""
1608
- "Excerpts are hand-crafted summaries of your testimonial. You may need to enable "
1609
- "them in the post editor."
1610
- msgstr ""
1611
-
1612
- #. translators: This appears in widget settings.
1613
- #: includes/widget.php:439
1614
- msgid "Character limit"
1615
- msgstr ""
1616
-
1617
- #. translators: This appears in widget settings.
1618
- #: includes/widget.php:459
1619
- msgid "Entire content"
1620
- msgstr ""
1621
-
1622
- #. translators: This appears in widget settings.
1623
- #: includes/widget.php:470
1624
- msgctxt "display custom fields"
1625
- msgid "Show parts"
1626
- msgstr ""
1627
-
1628
- #. translators: This appears in widget settings.
1629
- #: includes/widget.php:480
1630
- msgid "Title"
1631
- msgstr "כותרת"
1632
-
1633
- #. translators: This appears in widget settings. Refers to your custom fields.
1634
- #. translators: This appears in widget settings.
1635
- #: includes/widget.php:487 includes/widget.php:506 includes/widget.php:525
1636
- msgctxt "tooltip"
1637
- msgid "if included in Fields"
1638
- msgstr ""
1639
-
1640
- #. translators: This appears in widget settings.
1641
- #: includes/widget.php:499
1642
- msgctxt "thumbnail"
1643
- msgid "Featured Images"
1644
- msgstr ""
1645
-
1646
- #. translators: This appears in widget settings.
1647
- #: includes/widget.php:518
1648
- msgid "Client Info"
1649
- msgstr ""
1650
-
1651
- #. translators: %s is the name of the plugin.
1652
- #: strong-testimonials.php:90
1653
- msgctxt "installation"
1654
- msgid "Unable to load %s"
1655
- msgstr ""
1656
-
1657
- #. translators: %s is a WordPress version number.
1658
- #: strong-testimonials.php:93
1659
- msgctxt "installation"
1660
- msgid ""
1661
- "This plugin requires <strong>WordPress %s</strong> or higher so it has been "
1662
- "deactivated."
1663
- msgstr ""
1664
-
1665
- #: strong-testimonials.php:94
1666
- msgctxt "installation"
1667
- msgid "Please upgrade WordPress and try again."
1668
- msgstr ""
1669
-
1670
- #: strong-testimonials.php:95
1671
- msgctxt "installation"
1672
- msgid "Back to the WordPress <a href=\"%s\">Plugins page</a>"
1673
- msgstr ""
1674
-
1675
- #: strong-testimonials.php:108
1676
- msgctxt "post type general name"
1677
- msgid "Testimonials"
1678
- msgstr "עדויות"
1679
-
1680
- #: strong-testimonials.php:109
1681
- msgctxt "post type singular name"
1682
- msgid "Testimonial"
1683
- msgstr "עדות"
1684
-
1685
- #: strong-testimonials.php:110
1686
- msgctxt "post type"
1687
- msgid "Add New"
1688
- msgstr "הוסף חדש"
1689
-
1690
- #: strong-testimonials.php:111
1691
- msgid "Add New Testimonial"
1692
- msgstr "הוסף עדות חדשה"
1693
-
1694
- #: strong-testimonials.php:112
1695
- msgid "Edit Testimonial"
1696
- msgstr "ערוך עדות"
1697
-
1698
- #: strong-testimonials.php:113
1699
- msgid "New Testimonial"
1700
- msgstr "עדות חדשה"
1701
-
1702
- #: strong-testimonials.php:114
1703
- msgid "All Testimonials"
1704
- msgstr "כל העדויות"
1705
-
1706
- #: strong-testimonials.php:115
1707
- msgid "View Testimonial"
1708
- msgstr "הצג עדות"
1709
-
1710
- #: strong-testimonials.php:116
1711
- msgid "Search Testimonials"
1712
- msgstr "חפש עדויות"
1713
-
1714
- #: strong-testimonials.php:117 strong-testimonials.php:155
1715
- msgid "Nothing Found"
1716
- msgstr ""
1717
-
1718
- #: strong-testimonials.php:118 strong-testimonials.php:156
1719
- msgid "Nothing found in Trash"
1720
- msgstr ""
1721
-
1722
- #: strong-testimonials.php:124
1723
- msgctxt "post type singular label"
1724
- msgid "testimonial"
1725
- msgstr "עדות"
1726
-
1727
- #: strong-testimonials.php:130
1728
- msgctxt "slug"
1729
- msgid "testimonial"
1730
- msgstr "עדות"
1731
-
1732
- #: strong-testimonials.php:149
1733
- msgid "All Categories"
1734
- msgstr "כל הקטגוריות"
1735
-
1736
- #: strong-testimonials.php:150
1737
- msgid "Add New Category"
1738
- msgstr "הוסף קטגוריה חדשה"
1739
-
1740
- #: strong-testimonials.php:151
1741
- msgid "Edit Category"
1742
- msgstr "ערוך קטגוריה"
1743
-
1744
- #: strong-testimonials.php:152
1745
- msgid "New Category"
1746
- msgstr "קטגוריה חדשה"
1747
-
1748
- #: strong-testimonials.php:153
1749
- msgid "View Category"
1750
- msgstr "הצג קטגוריה"
1751
-
1752
- #: strong-testimonials.php:154
1753
- msgid "Search Category"
1754
- msgstr "חפש קטגוריה"
1755
-
1756
- #. Plugin Name of the plugin/theme
1757
- msgid "Strong Testimonials"
1758
- msgstr "עדויות - סטרונג"
1759
-
1760
- #. Plugin URI of the plugin/theme
1761
- msgid "http://www.wpmission.com/plugins/strong-testimonials/"
1762
- msgstr ""
1763
-
1764
- #. Description of the plugin/theme
1765
- msgid "A powerful testimonial manager."
1766
- msgstr ""
1767
-
1768
- #. Author of the plugin/theme
1769
- msgid "Chris Dillon"
1770
- msgstr ""
1771
-
1772
- #. Author URI of the plugin/theme
1773
- msgid "http://www.wpmission.com/contact"
1774
- msgstr ""
4
  msgstr ""
5
  "Project-Id-Version: Strong Testimonials 1.13\n"
6
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/strong-testimonials\n"
7
+ "POT-Creation-Date: 2018-08-02 15:23-0400\n"
8
+ "PO-Revision-Date: 2018-08-02 15:24-0400\n"
9
+ "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
10
+ "Language-Team: he_IL <LL@li.org>\n"
11
+ "Language: he_IL\n"
12
  "MIME-Version: 1.0\n"
13
  "Content-Type: text/plain; charset=UTF-8\n"
14
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
15
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
16
+ "X-Generator: Poedit 2.1.1\n"
 
17
  "X-Poedit-Basepath: ..\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #~ msgid "You do not have sufficient permissions to access this page."
22
+ #~ msgstr "אין לך הרשאות מספיקות כדי לגשת לדף זה."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
 
24
+ #~ msgid "Fields saved."
25
+ #~ msgstr "שדות שמורים"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
 
27
+ #~ msgid "Fields"
28
+ #~ msgstr "שדות"
 
 
 
29
 
30
+ #~ msgid "Fields will appear in this order on the form."
31
+ #~ msgstr "שדות יופיעו לפי סדר בטופס."
 
 
 
 
32
 
33
+ #~ msgid "Sort by grabbing the %s icon."
34
+ #~ msgstr "מיין על ידי לחיצה על %s."
 
 
 
 
 
35
 
36
+ #~ msgid "Restore Defaults"
37
+ #~ msgstr "שחזר ברירת מחדל"
 
 
 
 
38
 
39
+ #~ msgid "Category"
40
+ #~ msgstr "קטגוריה"
 
 
 
 
41
 
42
+ #~ msgid "Testimonial Title"
43
+ #~ msgstr "כותרת עדות"
 
44
 
45
+ #~ msgid "Testimonial Content"
46
+ #~ msgstr "תוכן העדות"
 
47
 
48
+ #~ msgid "Featured Image"
49
+ #~ msgstr "תמונת לקוח"
 
 
50
 
51
+ #~ msgid "Full Name"
52
+ #~ msgstr "שם מלא"
 
 
53
 
54
+ #~ msgid "Email"
55
+ #~ msgstr "אי מייל"
 
 
56
 
57
+ #~ msgid "Company Name"
58
+ #~ msgstr "שם החברה"
 
59
 
60
+ #~ msgid "Testimonial"
61
+ #~ msgstr "עדות"
 
62
 
63
+ #~ msgid "Default:"
64
+ #~ msgstr "ברירת מחדל:"
 
65
 
66
+ #~ msgid "All categories"
67
+ #~ msgstr "כל הקטגוריות"
 
68
 
69
+ #~ msgid "Categories"
70
+ #~ msgstr "קטגוריות"
 
71
 
72
+ #~ msgid "categories"
73
+ #~ msgstr "קטגוריות"
 
74
 
75
+ #~ msgid "Getting Started"
76
+ #~ msgstr "התחל מכאן"
 
 
77
 
78
+ #~ msgid "Simple"
79
+ #~ msgstr "בסיסי"
 
 
 
80
 
81
+ #~ msgid "Advanced"
82
+ #~ msgstr "מתקדם"
 
 
 
 
83
 
84
+ #~ msgid "Notes"
85
+ #~ msgstr "הערות"
 
86
 
87
+ #~ msgid "Slideshow"
88
+ #~ msgstr "מצגת"
 
 
 
 
89
 
90
+ #~ msgid "Read More"
91
+ #~ msgstr "קרא עוד"
 
92
 
93
+ #~ msgid "Examples"
94
+ #~ msgstr "דוגמאות"
 
 
 
95
 
96
+ #~ msgid "Show All"
97
+ #~ msgstr "הצג הכל"
 
 
98
 
99
+ #~ msgid "Settings"
100
+ #~ msgstr "הגדרות"
 
101
 
102
+ #~ msgctxt "noun"
103
+ #~ msgid "Guide"
104
+ #~ msgstr "מדריך"
 
105
 
106
+ #~ msgctxt "noun"
107
+ #~ msgid "%s Guide"
108
+ #~ msgstr "‏%s מדריך"
109
 
110
+ #~ msgid "Testimonial Settings"
111
+ #~ msgstr "הגדרות עדויות"
 
 
112
 
113
+ #~ msgid "Settings saved."
114
+ #~ msgstr "הגדרות נשמרו"
 
 
115
 
116
+ #~ msgctxt "link"
117
+ #~ msgid "Read more"
118
+ #~ msgstr "קרא עוד"
119
 
120
+ #~ msgctxt "widget title"
121
+ #~ msgid "Testimonials"
122
+ #~ msgstr "עדויות"
123
 
124
+ #~ msgctxt "widget setting"
125
+ #~ msgid "Title"
126
+ #~ msgstr "כותרת"
127
 
128
+ #~ msgid "Title"
129
+ #~ msgstr "כותרת"
 
 
130
 
131
+ #~ msgctxt "post type general name"
132
+ #~ msgid "Testimonials"
133
+ #~ msgstr "עדויות"
134
 
135
+ #~ msgctxt "post type singular name"
136
+ #~ msgid "Testimonial"
137
+ #~ msgstr "עדות"
 
138
 
139
+ #~ msgctxt "post type"
140
+ #~ msgid "Add New"
141
+ #~ msgstr "הוסף חדש"
 
142
 
143
+ #~ msgid "Add New Testimonial"
144
+ #~ msgstr "הוסף עדות חדשה"
 
145
 
146
+ #~ msgid "Edit Testimonial"
147
+ #~ msgstr "ערוך עדות"
 
 
148
 
149
+ #~ msgid "New Testimonial"
150
+ #~ msgstr "עדות חדשה"
 
151
 
152
+ #~ msgid "All Testimonials"
153
+ #~ msgstr "כל העדויות"
 
154
 
155
+ #~ msgid "View Testimonial"
156
+ #~ msgstr "הצג עדות"
 
157
 
158
+ #~ msgid "Search Testimonials"
159
+ #~ msgstr "חפש עדויות"
 
160
 
161
+ #~ msgctxt "post type singular label"
162
+ #~ msgid "testimonial"
163
+ #~ msgstr "עדות"
164
 
165
+ #~ msgctxt "slug"
166
+ #~ msgid "testimonial"
167
+ #~ msgstr "עדות"
168
 
169
+ #~ msgid "All Categories"
170
+ #~ msgstr "כל הקטגוריות"
 
 
 
171
 
172
+ #~ msgid "Add New Category"
173
+ #~ msgstr "הוסף קטגוריה חדשה"
 
 
174
 
175
+ #~ msgid "Edit Category"
176
+ #~ msgstr "ערוך קטגוריה"
 
177
 
178
+ #~ msgid "New Category"
179
+ #~ msgstr "קטגוריה חדשה"
 
180
 
181
+ #~ msgid "View Category"
182
+ #~ msgstr "הצג קטגוריה"
 
183
 
184
+ #~ msgid "Search Category"
185
+ #~ msgstr "חפש קטגוריה"
 
 
 
186
 
187
+ #~ msgid "Strong Testimonials"
188
+ #~ msgstr "עדויות - סטרונג"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/strong-testimonials-pt_BR.mo CHANGED
Binary file
languages/strong-testimonials-pt_BR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials 1.13\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/strong-testimonials\n"
5
- "POT-Creation-Date: 2018-04-23 17:56-0400\n"
6
- "PO-Revision-Date: 2018-04-23 17:56-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
@@ -19,45 +19,43 @@ msgstr ""
19
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
  "X-Loco-Target-Locale: pt_BR\n"
22
- "X-Generator: Poedit 2.0.7\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
  #: ../admin/about/about.php:1
26
  msgid "Flexible Features. Strong Support."
27
  msgstr ""
28
 
29
- #: ../admin/about/about.php:2
 
 
30
  msgid ""
31
- "The highest-rated free testimonials plugin trusted by more than 50,000 "
32
- "people keeps getting better."
33
  msgstr ""
34
 
35
- #: ../admin/about/about.php:5
36
  msgid ""
37
- "Your site is unique, right? So are your testimonials. This plugin is "
38
- "designed from the ground up to simplify the process of customizing your "
39
  "testimonials or reviews."
40
  msgstr ""
41
 
42
- #: ../admin/about/about.php:6
43
  msgid ""
44
  "<strong>Custom fields</strong> are deeply integrated into Strong "
45
- "Testimonials so it's simple to configure the fields on your testimonial "
46
- "submission form, update those fields when adding or editing testimonials, "
47
- "and select which fields to display on your testimonials. The plugin even "
48
- "includes a default set of custom fields so you can get started quickly."
49
  msgstr ""
50
 
51
- #: ../admin/about/about.php:7
52
  msgid ""
53
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
54
  "unlimited testimonial displays including grids and slideshows with features "
55
  "like excerpts and pagination in a variety of templates."
56
  msgstr ""
57
 
58
- #: ../admin/about/about.php:8
59
  msgid ""
60
- "Power up with plugins like Popup Maker or Google Captcha. For developers, "
61
  "actions and filters allow further customization."
62
  msgstr ""
63
 
@@ -65,34 +63,40 @@ msgstr ""
65
  msgid "Get More Features With Pro Add-ons"
66
  msgstr ""
67
 
68
- #: ../admin/about/class-strong-testimonials-about.php:48
69
- #: ../admin/about/class-strong-testimonials-about.php:49
70
- #: ../admin/about/class-strong-testimonials-about.php:77
71
  msgid "About"
72
  msgstr ""
73
 
74
- #: ../admin/about/class-strong-testimonials-about.php:66
 
75
  #, php-format
76
  msgid "Welcome to Strong Testimonials %s"
77
  msgstr ""
78
 
79
- #: ../admin/about/class-strong-testimonials-about.php:69
80
  msgid "Thank you for updating to the latest version!"
81
  msgstr ""
82
 
83
- #: ../admin/about/class-strong-testimonials-about.php:73
 
84
  #, php-format
85
  msgid "Version %s"
86
  msgstr ""
87
 
88
- #: ../admin/about/class-strong-testimonials-about.php:79
89
  msgid "What&#8217;s New"
90
  msgstr ""
91
 
92
- #: ../admin/about/class-strong-testimonials-about.php:81
93
  msgid "How To"
94
  msgstr ""
95
 
 
 
 
 
96
  #: ../admin/about/how-to.php:2
97
  msgid ""
98
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
@@ -186,45 +190,14 @@ msgid "Select <strong>Slideshow</strong> mode."
186
  msgstr ""
187
 
188
  #: ../admin/about/how-to.php:56
189
- msgid "How to Display the Number of Testimonials"
190
- msgstr ""
191
-
192
- #: ../admin/about/how-to.php:57
193
- #, php-format
194
- msgid "Use the %s shortcode."
195
- msgstr ""
196
-
197
- #: ../admin/about/how-to.php:58 ../admin/about/how-to.php:61
198
- #: ../admin/class-strong-testimonials-help.php:90
199
- msgid "For example:"
200
- msgstr ""
201
-
202
- #: ../admin/about/how-to.php:59
203
- #, php-format
204
- msgid "Read some of our %s testimonials!"
205
- msgstr ""
206
-
207
- #: ../admin/about/how-to.php:60
208
- #, php-format
209
- msgid ""
210
- "To count for a specific category, add the %s attribute with the category "
211
- "slug."
212
- msgstr ""
213
-
214
- #: ../admin/about/how-to.php:62
215
- #, php-format
216
- msgid "Here's what %s local clients say"
217
- msgstr ""
218
-
219
- #: ../admin/about/how-to.php:66
220
  msgid "How to Translate"
221
  msgstr ""
222
 
223
- #: ../admin/about/how-to.php:67
224
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
225
  msgstr ""
226
 
227
- #: ../admin/about/how-to.php:68
228
  msgid ""
229
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
230
  "strong> pages. Those domains encompass the form fields, the form messages, "
@@ -292,7 +265,58 @@ msgstr ""
292
  msgid "Form examples"
293
  msgstr ""
294
 
295
- #: ../admin/admin-notices.php:66 ../admin/views.php:26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
296
  msgid "Defaults restored."
297
  msgstr "Padrões restaurado."
298
 
@@ -300,7 +324,7 @@ msgstr "Padrões restaurado."
300
  msgid "Fields saved."
301
  msgstr "Campos Salvos."
302
 
303
- #: ../admin/admin-notices.php:90 ../admin/views.php:24
304
  msgid "Changes cancelled."
305
  msgstr ""
306
 
@@ -373,16 +397,16 @@ msgid "Add-ons"
373
  msgstr ""
374
 
375
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
376
- #: ../admin/class-strong-views-list-table.php:51
377
  msgid "ID"
378
  msgstr "ID"
379
 
380
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
381
  #: ../admin/class-strong-testimonials-defaults.php:316
382
- #: ../admin/class-strong-views-list-table.php:54
383
  #: ../admin/partials/views/view-name.php:10
384
  #: ../admin/settings/partials/email-from.php:25
385
- #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:533
386
  msgid "Name"
387
  msgstr ""
388
 
@@ -418,38 +442,38 @@ msgstr "Categorias"
418
  msgid "Date"
419
  msgstr "Data"
420
 
421
- #: ../admin/class-strong-testimonials-admin-scripts.php:135
422
  msgctxt "Field editor: The default label for new fields"
423
  msgid "New Field"
424
  msgstr ""
425
 
426
- #: ../admin/class-strong-testimonials-admin-scripts.php:136
427
  msgctxt "Fields editor: To indicate when a field type can only be used once."
428
  msgid "(in use)"
429
  msgstr ""
430
 
431
- #: ../admin/class-strong-testimonials-admin-scripts.php:137
432
  msgctxt "Fields editor: To indicate when no categories have been found."
433
  msgid "(none found)"
434
  msgstr ""
435
 
436
- #: ../admin/class-strong-testimonials-admin-scripts.php:206
437
  #: ../admin/class-strong-testimonials-defaults.php:72
438
  msgid "This field is required."
439
  msgstr "Este campo é requerido."
440
 
441
- #: ../admin/class-strong-testimonials-admin-scripts.php:207
442
- #: ../admin/edd/Strong_Plugin_Updater.php:115
443
- #: ../admin/edd/Strong_Plugin_Updater.php:166
444
- #: ../admin/edd/Strong_Plugin_Updater.php:222
445
  msgid "An error occurred, please try again."
446
  msgstr ""
447
 
448
- #: ../admin/class-strong-testimonials-admin-scripts.php:208
449
  msgid "Restore the default settings?"
450
  msgstr ""
451
 
452
- #: ../admin/class-strong-testimonials-admin-scripts.php:241
453
  msgid "click to insert into message at caret"
454
  msgstr ""
455
 
@@ -467,7 +491,7 @@ msgstr "Conteúdo do Depoimento"
467
  msgid "Featured Image"
468
  msgstr "Imagem em Destaque"
469
 
470
- #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:479
471
  #: ../includes/l10n-wpml.php:152
472
  msgid "text"
473
  msgstr ""
@@ -492,7 +516,7 @@ msgstr ""
492
  msgid "category checklist"
493
  msgstr ""
494
 
495
- #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:485
496
  msgid "shortcode"
497
  msgstr ""
498
 
@@ -550,7 +574,7 @@ msgstr "Um cabeçalho para o seu Depoimento."
550
  #: ../admin/class-strong-testimonials-defaults.php:288
551
  #: ../admin/class-strong-testimonials-defaults.php:336
552
  #: ../admin/partials/views/option-title.php:15
553
- #: ../admin/settings/class-strong-testimonials-settings.php:50
554
  msgid "Testimonial"
555
  msgstr "Depoimento"
556
 
@@ -577,12 +601,12 @@ msgstr ""
577
  #. translators: Settings > Form > Messages tab
578
  #: ../admin/class-strong-testimonials-defaults.php:392
579
  msgctxt "setting description"
580
- msgid "Required Field"
581
  msgstr ""
582
 
583
  #: ../admin/class-strong-testimonials-defaults.php:393
584
  msgctxt "Default message for required notice at top of form."
585
- msgid "Required field"
586
  msgstr ""
587
 
588
  #. translators: Settings > Form > Messages tab
@@ -597,241 +621,241 @@ msgid "Captcha"
597
  msgstr ""
598
 
599
  #. translators: Settings > Form > Messages tab
600
- #: ../admin/class-strong-testimonials-defaults.php:405
601
  msgctxt "description"
602
  msgid "Submit Button"
603
  msgstr ""
604
 
605
  #. translators: Default label for the Submit button on testimonial form.
606
- #: ../admin/class-strong-testimonials-defaults.php:407
607
  msgctxt "the Submit button"
608
  msgid "Add Testimonial"
609
  msgstr "Add Depoimento"
610
 
611
  #. translators: Settings > Form > Messages tab
612
- #: ../admin/class-strong-testimonials-defaults.php:412
613
  msgctxt "description"
614
  msgid "Submission Error"
615
  msgstr ""
616
 
617
  #. translators: Default message for submission form error.
618
- #: ../admin/class-strong-testimonials-defaults.php:414
619
  msgctxt "error message"
620
  msgid "There was a problem processing your testimonial."
621
  msgstr "Houve um problema no processamento de seu depoimento."
622
 
623
  #. translators: Settings > Form > Messages tab
624
- #: ../admin/class-strong-testimonials-defaults.php:419
625
  msgctxt "description"
626
  msgid "Submission Success"
627
  msgstr ""
628
 
629
  #. translators: Default message for submission form success message.
630
- #: ../admin/class-strong-testimonials-defaults.php:421
631
  msgctxt "success message"
632
  msgid "Thank you! Your testimonial is waiting to be approved."
633
  msgstr ""
634
 
635
  #. translators: Default subject line for new testimonial notification email.
636
- #: ../admin/class-strong-testimonials-defaults.php:447
637
  msgid "New testimonial for %BLOGNAME%"
638
  msgstr ""
639
 
640
  #. translators: Default message for new testimonial notification email.
641
- #: ../admin/class-strong-testimonials-defaults.php:449
642
  msgid ""
643
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
644
  "website administrator."
645
  msgstr ""
646
 
647
- #: ../admin/class-strong-testimonials-defaults.php:479
648
  msgid "Display"
649
  msgstr ""
650
 
651
- #: ../admin/class-strong-testimonials-defaults.php:480
652
  msgid "Display your testimonials in a list or a grid."
653
  msgstr ""
654
 
655
  #. translators: In the view editor.
656
- #: ../admin/class-strong-testimonials-defaults.php:484
657
- #: ../admin/partials/views/group-slideshow.php:4
658
  msgid "Slideshow"
659
  msgstr "Slideshow"
660
 
661
- #: ../admin/class-strong-testimonials-defaults.php:485
662
  msgid "Create a slideshow of your testimonials."
663
  msgstr ""
664
 
665
- #: ../admin/class-strong-testimonials-defaults.php:489
666
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
667
  msgid "Form"
668
  msgstr "Formulário"
669
 
670
- #: ../admin/class-strong-testimonials-defaults.php:490
671
  msgid "Display a testimonial submission form."
672
  msgstr ""
673
 
674
- #: ../admin/class-strong-testimonials-defaults.php:494
675
  msgid "Single Template"
676
  msgstr ""
677
 
678
- #: ../admin/class-strong-testimonials-defaults.php:495
679
  msgid "When viewing the testimonial using a theme's single post template."
680
  msgstr ""
681
 
682
- #: ../admin/class-strong-testimonials-defaults.php:500
683
  msgctxt "display order"
684
  msgid "random"
685
  msgstr ""
686
 
687
- #: ../admin/class-strong-testimonials-defaults.php:501
688
  msgctxt "display order"
689
  msgid "menu order"
690
  msgstr ""
691
 
692
- #: ../admin/class-strong-testimonials-defaults.php:502
693
  msgctxt "display order"
694
  msgid "newest first"
695
  msgstr ""
696
 
697
- #: ../admin/class-strong-testimonials-defaults.php:503
698
  msgctxt "display order"
699
  msgid "oldest first"
700
  msgstr ""
701
 
702
- #: ../admin/class-strong-testimonials-defaults.php:507
703
  msgctxt "slideshow transition option"
704
  msgid "no transition effect"
705
  msgstr ""
706
 
707
- #: ../admin/class-strong-testimonials-defaults.php:508
708
  msgctxt "slideshow transition option"
709
  msgid "fade"
710
  msgstr ""
711
 
712
- #: ../admin/class-strong-testimonials-defaults.php:509
713
  msgctxt "slideshow transition option"
714
  msgid "scroll horizontally"
715
  msgstr ""
716
 
717
- #: ../admin/class-strong-testimonials-defaults.php:510
718
  msgctxt "slideshow transition option"
719
  msgid "scroll vertically"
720
  msgstr ""
721
 
722
- #: ../admin/class-strong-testimonials-defaults.php:514
723
  msgctxt "slideshow option"
724
  msgid "Adjust height for each slide"
725
  msgstr ""
726
 
727
- #: ../admin/class-strong-testimonials-defaults.php:515
728
  msgctxt "slideshow option"
729
  msgid "Set height to match the tallest slide"
730
  msgstr ""
731
 
732
- #: ../admin/class-strong-testimonials-defaults.php:521
733
  msgctxt "slideshow controls option"
734
  msgid "none"
735
  msgstr ""
736
 
737
- #: ../admin/class-strong-testimonials-defaults.php:529
738
  msgctxt "slideshow controls option"
739
  msgid "Bottom: previous / play-pause / next"
740
  msgstr ""
741
 
742
- #: ../admin/class-strong-testimonials-defaults.php:541
743
  msgctxt "slideshow controls option"
744
  msgid "Bottom: previous / next"
745
  msgstr ""
746
 
747
- #: ../admin/class-strong-testimonials-defaults.php:550
748
  msgctxt "slideshow controls option"
749
  msgid "Sides: previous / next"
750
  msgstr ""
751
 
752
- #: ../admin/class-strong-testimonials-defaults.php:563
753
  msgctxt "slideshow navigation option"
754
  msgid "none"
755
  msgstr ""
756
 
757
- #: ../admin/class-strong-testimonials-defaults.php:567
758
  msgctxt "slideshow navigation option"
759
  msgid "full"
760
  msgstr ""
761
 
762
- #: ../admin/class-strong-testimonials-defaults.php:580
763
  msgctxt "slideshow navigation option"
764
  msgid "buttons 1"
765
  msgstr ""
766
 
767
- #: ../admin/class-strong-testimonials-defaults.php:590
768
  msgctxt "slideshow navigation option"
769
  msgid "buttons 2"
770
  msgstr ""
771
 
772
- #: ../admin/class-strong-testimonials-defaults.php:600
773
  msgctxt "slideshow navigation option"
774
  msgid "buttons 3"
775
  msgstr ""
776
 
777
- #: ../admin/class-strong-testimonials-defaults.php:610
778
- #: ../admin/class-strong-testimonials-defaults.php:630
779
  msgctxt "slideshow navigation option"
780
  msgid "text"
781
  msgstr ""
782
 
783
- #: ../admin/class-strong-testimonials-defaults.php:613
784
  msgctxt "slideshow control"
785
  msgid "Play"
786
  msgstr ""
787
 
788
- #: ../admin/class-strong-testimonials-defaults.php:614
789
  msgctxt "slideshow control"
790
  msgid "Pause"
791
  msgstr ""
792
 
793
- #: ../admin/class-strong-testimonials-defaults.php:615
794
  msgctxt "slideshow_control"
795
  msgid "Previous"
796
  msgstr ""
797
 
798
- #: ../admin/class-strong-testimonials-defaults.php:616
799
  msgctxt "slideshow_control"
800
  msgid "Next"
801
  msgstr ""
802
 
803
- #: ../admin/class-strong-testimonials-defaults.php:622
804
  msgctxt "slideshow navigation option"
805
  msgid "buttons"
806
  msgstr ""
807
 
808
- #: ../admin/class-strong-testimonials-defaults.php:642
809
  msgctxt "slideshow navigation option"
810
  msgid "inside"
811
  msgstr ""
812
 
813
- #: ../admin/class-strong-testimonials-defaults.php:643
814
  msgctxt "slideshow navigation option"
815
  msgid "outside"
816
  msgstr ""
817
 
818
- #: ../admin/class-strong-testimonials-defaults.php:706
819
  msgctxt "link"
820
  msgid "Read more"
821
  msgstr "Leia mais"
822
 
823
- #: ../admin/class-strong-testimonials-defaults.php:710
824
  msgctxt "link"
825
  msgid "Read more testimonials"
826
  msgstr ""
827
 
828
- #: ../admin/class-strong-testimonials-defaults.php:795
829
  msgid ""
830
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
831
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
832
  msgstr ""
833
 
834
- #: ../admin/class-strong-testimonials-defaults.php:806
835
  msgid "An excellent plugin for math- and image-based captchas."
836
  msgstr ""
837
 
@@ -877,7 +901,7 @@ msgid ""
877
  msgstr ""
878
 
879
  #: ../admin/class-strong-testimonials-help.php:46
880
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:264
881
  msgid "Prerender"
882
  msgstr ""
883
 
@@ -930,6 +954,10 @@ msgstr ""
930
  msgid "You can create an <strong>unlimited</strong> number of views."
931
  msgstr ""
932
 
 
 
 
 
933
  #: ../admin/class-strong-testimonials-help.php:92
934
  msgid ""
935
  "Create a view to display your testimonials in a list, grid, or slideshow."
@@ -982,11 +1010,11 @@ msgid ""
982
  msgstr ""
983
 
984
  #: ../admin/class-strong-testimonials-help.php:125
985
- msgid "<code>[testimonial_view id=1 category=\"service-1\"]</code>"
986
  msgstr ""
987
 
988
  #: ../admin/class-strong-testimonials-help.php:126
989
- msgid "<code>[testimonial_view id=1 category=\"service-2\"]</code>"
990
  msgstr ""
991
 
992
  #: ../admin/class-strong-testimonials-help.php:129
@@ -995,8 +1023,8 @@ msgstr ""
995
 
996
  #: ../admin/class-strong-testimonials-help.php:130
997
  msgid ""
998
- "<code>[testimonial_view id=1 category=\"service-3\" order=\"random\" count="
999
- "\"5\"]</code>"
1000
  msgstr ""
1001
 
1002
  #: ../admin/class-strong-testimonials-help.php:132
@@ -1179,7 +1207,7 @@ msgid "Select Page"
1179
  msgstr ""
1180
 
1181
  #: ../admin/class-strong-testimonials-list-table.php:732
1182
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:293
1183
  msgid "Current page"
1184
  msgstr ""
1185
 
@@ -1201,6 +1229,106 @@ msgstr ""
1201
  msgid "Select All"
1202
  msgstr ""
1203
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1204
  #: ../admin/class-strong-testimonials-post-editor.php:38
1205
  msgctxt "post editor"
1206
  msgid "Client Details"
@@ -1228,7 +1356,7 @@ msgid "Cancel"
1228
  msgstr ""
1229
 
1230
  #: ../admin/class-strong-testimonials-post-editor.php:232
1231
- #: ../admin/class-strong-views-list-table.php:117
1232
  msgid "Edit"
1233
  msgstr ""
1234
 
@@ -1237,46 +1365,50 @@ msgstr ""
1237
  msgid "shortcode %s not found"
1238
  msgstr ""
1239
 
1240
- #: ../admin/class-strong-views-list-table.php:55
 
 
 
 
1241
  #: ../admin/partials/views/view-mode.php:3
1242
  msgid "Mode"
1243
  msgstr ""
1244
 
1245
  #. translators: On the Views admin screen.
1246
- #: ../admin/class-strong-views-list-table.php:56
1247
  #: ../admin/partials/views/option-template-list.php:3
1248
  msgid "Template"
1249
  msgstr ""
1250
 
1251
- #: ../admin/class-strong-views-list-table.php:57
1252
- #: ../admin/partials/views/view-shortcode.php:17
1253
  msgid "Shortcode"
1254
  msgstr "Shortcode"
1255
 
1256
- #: ../admin/class-strong-views-list-table.php:118
1257
  msgid "Duplicate"
1258
  msgstr ""
1259
 
1260
- #: ../admin/class-strong-views-list-table.php:119
1261
  #, php-format
1262
  msgid "Delete \"%s\"?"
1263
  msgstr ""
1264
 
1265
- #: ../admin/class-strong-views-list-table.php:119
1266
  #: ../admin/partials/fields/field-controls.php:9
1267
  msgid "Delete"
1268
  msgstr "Apagar"
1269
 
1270
- #: ../admin/class-strong-views-list-table.php:131
1271
  msgid "stick to top of list"
1272
  msgstr ""
1273
 
1274
- #: ../admin/class-strong-views-list-table.php:146
1275
  msgid "theme single post template"
1276
  msgstr ""
1277
 
1278
  #. translators: On the Views admin screen.
1279
- #: ../admin/class-strong-views-list-table.php:172
1280
  #: ../admin/partials/views/template-not-found.php:19
1281
  msgid "not found"
1282
  msgstr ""
@@ -1286,7 +1418,7 @@ msgid "New Field"
1286
  msgstr ""
1287
 
1288
  #: ../admin/custom-fields.php:147
1289
- #: ../admin/settings/class-strong-testimonials-settings.php:43
1290
  #: ../admin/views.php:17
1291
  msgid "You do not have sufficient permissions to access this page."
1292
  msgstr "Você não tem permissões suficientes para acessar esta página."
@@ -1299,7 +1431,7 @@ msgstr ""
1299
  #: ../admin/custom-fields.php:159
1300
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1301
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1302
- #: ../admin/partials/views/group-fields.php:4
1303
  msgid "Fields"
1304
  msgstr "Campos"
1305
 
@@ -1311,11 +1443,11 @@ msgstr ""
1311
  msgid "Click a field to open its options panel."
1312
  msgstr ""
1313
 
1314
- #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:10
1315
  #: ../admin/partials/views/option-pagination.php:3
1316
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1317
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:269
1318
- #: ../admin/views.php:69
1319
  msgid "Help"
1320
  msgstr ""
1321
 
@@ -1323,11 +1455,11 @@ msgstr ""
1323
  msgid "Add New Field"
1324
  msgstr "Add Novo Campo"
1325
 
1326
- #: ../admin/custom-fields.php:194 ../admin/views.php:254
1327
  msgid "Cancel Changes"
1328
  msgstr ""
1329
 
1330
- #: ../admin/custom-fields.php:195 ../admin/views.php:255
1331
  msgid "Restore Defaults"
1332
  msgstr "Restaurar Padrões"
1333
 
@@ -1355,12 +1487,12 @@ msgstr ""
1355
  msgid "next to the checkbox"
1356
  msgstr ""
1357
 
1358
- #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:304
1359
- #: ../admin/views.php:581
1360
  msgid "Before"
1361
  msgstr "Antes"
1362
 
1363
- #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:312
1364
  msgid "After"
1365
  msgstr "Depois"
1366
 
@@ -1429,45 +1561,45 @@ msgstr ""
1429
  msgid "Error"
1430
  msgstr ""
1431
 
1432
- #: ../admin/edd/Strong_Plugin_Updater.php:124
1433
  msgid "An error occurred, please contact support."
1434
  msgstr ""
1435
 
1436
- #: ../admin/edd/Strong_Plugin_Updater.php:133
1437
  #, php-format
1438
  msgid "Your license key expired on %s."
1439
  msgstr ""
1440
 
1441
- #: ../admin/edd/Strong_Plugin_Updater.php:140
1442
  msgid "Your license key has been disabled."
1443
  msgstr ""
1444
 
1445
- #: ../admin/edd/Strong_Plugin_Updater.php:145
1446
  msgid "Invalid license."
1447
  msgstr ""
1448
 
1449
- #: ../admin/edd/Strong_Plugin_Updater.php:151
1450
  msgid "Your license is not active for this URL."
1451
  msgstr ""
1452
 
1453
- #: ../admin/edd/Strong_Plugin_Updater.php:156
1454
  #, php-format
1455
  msgid "This appears to be an invalid license key for %s."
1456
  msgstr ""
1457
 
1458
- #: ../admin/edd/Strong_Plugin_Updater.php:161
1459
  msgid "Your license key has reached its activation limit."
1460
  msgstr ""
1461
 
1462
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1463
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1464
- #: ../admin/settings/class-strong-testimonials-settings.php:50
1465
  msgid "Settings"
1466
  msgstr "Configurações"
1467
 
1468
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1469
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1470
- #: ../admin/views.php:67
1471
  msgid "Views"
1472
  msgstr ""
1473
 
@@ -1476,12 +1608,12 @@ msgctxt "verb"
1476
  msgid "Close"
1477
  msgstr "Fechar"
1478
 
1479
- #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:510
1480
- #: ../admin/views.php:523
1481
  msgid "click to open or close"
1482
  msgstr ""
1483
 
1484
- #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:516
1485
  msgid "drag and drop to reorder"
1486
  msgstr ""
1487
 
@@ -1535,28 +1667,41 @@ msgstr ""
1535
  msgid "Select a field type or delete this field."
1536
  msgstr ""
1537
 
1538
- #: ../admin/partials/views/group-compat.php:3
1539
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:45
 
1540
  msgid "Compatibility"
1541
  msgstr ""
1542
 
1543
  #. translators: On the Views admin screen.
1544
- #: ../admin/partials/views/group-extra.php:4
1545
  msgid "Extra"
1546
  msgstr ""
1547
 
1548
  #. translators: On the Views admin screen.
1549
- #: ../admin/partials/views/group-form.php:4
1550
  msgid "Actions"
1551
  msgstr ""
1552
 
1553
  #. translators: On the Views admin screen.
1554
- #: ../admin/partials/views/group-query.php:4
1555
  msgid "Query"
1556
  msgstr ""
1557
 
 
 
 
 
 
 
 
 
 
 
 
 
1558
  #. translators: On the Views admin screen.
1559
- #: ../admin/partials/views/group-style.php:4
1560
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1561
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1562
  msgid "Style"
@@ -1650,9 +1795,9 @@ msgid "CSS Classes"
1650
  msgstr ""
1651
 
1652
  #: ../admin/partials/views/option-classes.php:10
1653
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:448
1654
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:530
1655
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:565
1656
  #: ../admin/settings/partials/general.php:57
1657
  msgid "For advanced users."
1658
  msgstr ""
@@ -1669,7 +1814,7 @@ msgstr ""
1669
  msgid "Font Color"
1670
  msgstr ""
1671
 
1672
- #: ../admin/partials/views/option-color.php:24 ../admin/views.php:471
1673
  msgid "custom"
1674
  msgstr ""
1675
 
@@ -2218,227 +2363,329 @@ msgctxt "The shortcode for a new View."
2218
  msgid "will be available after you save this"
2219
  msgstr ""
2220
 
2221
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:118
2222
  msgid "Common Scenarios"
2223
  msgstr ""
2224
 
2225
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:126
2226
- msgid "Views Not Working"
2227
  msgstr ""
2228
 
2229
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:129
2230
  msgid "Possible Cause"
2231
  msgstr ""
2232
 
2233
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:132
2234
- msgid "Solution"
2235
  msgstr ""
2236
 
2237
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:138
2238
- msgid ""
2239
- "A testimonial view does not look right the first time you view the page."
2240
  msgstr ""
2241
 
2242
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:139
2243
  msgid ""
2244
- "For example, it does not seem to have any style, the slideshow has not "
2245
- "started, or the pagination is missing."
2246
  msgstr ""
2247
 
2248
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:140
2249
- msgid "When you refresh the page, the view does appear correctly."
 
2250
  msgstr ""
2251
 
2252
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:143
2253
  msgid ""
2254
- "Your site is using <strong>Ajax page loading</strong> &ndash; also known as "
2255
- "page animations, transition effects or Pjax (pushState Ajax) &ndash; "
2256
- "provided by your theme or another plugin."
2257
  msgstr ""
2258
 
2259
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:144
2260
  msgid ""
2261
  "Instead of loading the entire page, this technique fetches only the new "
2262
  "content."
2263
  msgstr ""
2264
 
2265
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:147
2266
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:167
2267
  msgid "Ajax Page Loading"
2268
  msgstr ""
2269
 
2270
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:148
2271
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2272
  msgid "General"
2273
  msgstr ""
2274
 
2275
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:150
2276
- msgctxt "link text on Settings > Compatibility tab"
2277
  msgid "Set this now"
2278
  msgstr ""
2279
 
2280
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:172
2281
- msgid "Type"
2282
  msgstr ""
2283
 
2284
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2285
  msgid "This does not perform Ajax page loading."
2286
  msgstr ""
2287
 
2288
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:178
2289
  msgid ""
2290
  "It provides compatibility with themes and plugins that use Ajax to load "
2291
  "pages, also known as page animation or transition effects."
2292
  msgstr ""
2293
 
2294
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2295
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:336
2296
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:383
2297
  msgid "None"
2298
  msgstr "Nenhuma"
2299
 
2300
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2301
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:294
2302
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:384
 
2303
  msgid "(default)"
2304
  msgstr ""
2305
 
2306
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:207
2307
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:388
2308
  msgid "No compatibility needed."
2309
  msgstr ""
2310
 
2311
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:208
2312
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:299
2313
  msgid "This works well for most themes."
2314
  msgstr ""
2315
 
2316
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:228
2317
  msgid "Be ready to render any view at any time."
2318
  msgstr ""
2319
 
2320
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:229
2321
  msgid "This works well with common Ajax methods."
2322
  msgstr ""
2323
 
2324
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2325
  msgid "Advanced"
2326
  msgstr "Avançado"
2327
 
2328
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:250
2329
  msgid "For specific configurations."
2330
  msgstr ""
2331
 
2332
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:268
2333
  msgid "Load stylesheets and populate script variables up front."
2334
  msgstr ""
2335
 
2336
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:298
2337
  msgid "For the current page only."
2338
  msgstr ""
2339
 
2340
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:315
2341
  msgid "All views"
2342
  msgstr ""
2343
 
2344
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:319
2345
  msgid "For all views. Required for Ajax page loading."
2346
  msgstr ""
2347
 
2348
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:320
2349
  msgid "Then select an option for <strong>Monitor</strong> below."
2350
  msgstr ""
2351
 
2352
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:340
2353
  msgid ""
2354
  "When the shortcode is rendered. May result in a flash of unstyled content."
2355
  msgstr ""
2356
 
2357
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2358
  msgid "Monitor"
2359
  msgstr ""
2360
 
2361
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:358
2362
- msgid "Initialize slideshows, pagination and form validation as pages change."
2363
  msgstr ""
2364
 
2365
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2366
  msgid "Universal"
2367
  msgstr ""
2368
 
2369
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:412
2370
  msgid "Watch for page changes on a timer."
2371
  msgstr ""
2372
 
2373
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:419
2374
  msgctxt "timer setting"
2375
  msgid "Check every"
2376
  msgstr ""
2377
 
2378
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:426
2379
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:468
2380
  msgctxt "timer setting"
2381
  msgid "seconds"
2382
  msgstr ""
2383
 
2384
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:443
2385
  msgid "Observer"
2386
  msgstr ""
2387
 
2388
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:447
2389
  msgid "React to changes in specific page elements."
2390
  msgstr ""
2391
 
2392
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:460
2393
  msgctxt "timer setting"
2394
  msgid "Check once after"
2395
  msgstr ""
2396
 
2397
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:480
2398
  msgid "Container ID"
2399
  msgstr ""
2400
 
2401
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:488
2402
  msgid "the element to observe"
2403
  msgstr ""
2404
 
2405
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:500
2406
  msgid "Added node ID"
2407
  msgstr ""
2408
 
2409
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2410
  msgid "the element being added"
2411
  msgstr ""
2412
 
2413
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:525
2414
  msgid "Custom event"
2415
  msgstr ""
2416
 
2417
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:529
2418
  msgid "Listen for specific events."
2419
  msgstr ""
2420
 
2421
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:537
2422
  msgid "Event name"
2423
  msgstr ""
2424
 
2425
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:560
2426
  msgid "Specific script"
2427
  msgstr ""
2428
 
2429
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:564
2430
  msgid "Register a callback for a specific Ajax script."
2431
  msgstr ""
2432
 
2433
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:572
2434
  msgid "Script name"
2435
  msgstr ""
2436
 
2437
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:578
2438
  #: ../includes/widget2.php:96
2439
  msgid "&mdash; Select &mdash;"
2440
  msgstr ""
2441
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2442
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2443
  msgctxt "adjective"
2444
  msgid "General"
@@ -2448,7 +2695,7 @@ msgstr "Geral"
2448
  msgid "Licenses"
2449
  msgstr ""
2450
 
2451
- #: ../admin/settings/class-strong-testimonials-settings.php:54
2452
  msgid "Settings saved."
2453
  msgstr "Configuração Salva"
2454
 
@@ -2508,163 +2755,163 @@ msgstr ""
2508
  msgid "Form Labels & Messages"
2509
  msgstr ""
2510
 
2511
- #: ../admin/settings/partials/form.php:87
2512
  msgid "Display required notice at top of form"
2513
  msgstr ""
2514
 
2515
- #: ../admin/settings/partials/form.php:98
2516
  msgctxt "singular"
2517
  msgid "restore default"
2518
  msgstr "Restaurar Padrão"
2519
 
2520
- #: ../admin/settings/partials/form.php:109
2521
  msgid "Restore Default Messages"
2522
  msgstr ""
2523
 
2524
- #: ../admin/settings/partials/form.php:117
2525
  msgid "Scroll"
2526
  msgstr ""
2527
 
2528
- #: ../admin/settings/partials/form.php:125
2529
  #, php-format
2530
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2531
  msgstr ""
2532
 
2533
- #: ../admin/settings/partials/form.php:132
2534
  #, php-format
2535
  msgid ""
2536
  "If success, scroll to the success message minus %s pixels. On by default."
2537
  msgstr ""
2538
 
2539
- #: ../admin/settings/partials/form.php:148
2540
  msgid "Form Actions"
2541
  msgstr ""
2542
 
2543
- #: ../admin/settings/partials/form.php:154
2544
  msgid "Upon Successful Submission"
2545
  msgstr ""
2546
 
2547
- #: ../admin/settings/partials/form.php:162
2548
  msgid "display message"
2549
  msgstr ""
2550
 
2551
- #: ../admin/settings/partials/form.php:170
2552
  msgid "redirect to a page"
2553
  msgstr ""
2554
 
2555
- #: ../admin/settings/partials/form.php:175
2556
  msgid "&mdash; select a page &mdash;"
2557
  msgstr ""
2558
 
2559
- #: ../admin/settings/partials/form.php:189
2560
  msgctxt "to select a redirect page"
2561
  msgid "or enter its ID or slug"
2562
  msgstr ""
2563
 
2564
- #: ../admin/settings/partials/form.php:203
2565
  msgid "redirect to a URL"
2566
  msgstr ""
2567
 
2568
- #: ../admin/settings/partials/form.php:218
2569
  msgid "Post Status"
2570
  msgstr ""
2571
 
2572
- #: ../admin/settings/partials/form.php:227
2573
  msgid "Pending"
2574
  msgstr "Pendente"
2575
 
2576
- #: ../admin/settings/partials/form.php:234
2577
  msgid "Published"
2578
  msgstr "Publicado"
2579
 
2580
- #: ../admin/settings/partials/form.php:244
2581
  msgid "Notification Email"
2582
  msgstr ""
2583
 
2584
- #: ../admin/settings/partials/form.php:254
2585
  msgid "Send an email upon new testimonial submission."
2586
  msgstr ""
2587
 
2588
- #: ../admin/settings/partials/form.php:279
2589
  msgid "Form Spam Control"
2590
  msgstr ""
2591
 
2592
- #: ../admin/settings/partials/form.php:285
2593
  msgctxt "spam control techniques"
2594
  msgid "Honeypot"
2595
  msgstr "Honeypot"
2596
 
2597
- #: ../admin/settings/partials/form.php:290
2598
  msgid ""
2599
  "These methods for trapping spambots are both time-tested and widely used. "
2600
  "May be used simultaneously for more protection."
2601
  msgstr ""
2602
 
2603
- #: ../admin/settings/partials/form.php:293
2604
  msgid ""
2605
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2606
  "loading, caching or minification."
2607
  msgstr ""
2608
 
2609
- #: ../admin/settings/partials/form.php:296
2610
  msgid "If your form is not working properly, try disabling these."
2611
  msgstr ""
2612
 
2613
- #: ../admin/settings/partials/form.php:306
2614
  msgid ""
2615
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2616
  "every field they find in the form. Empty field = human. Not empty = spambot."
2617
  msgstr ""
2618
 
2619
- #: ../admin/settings/partials/form.php:314
2620
  msgid ""
2621
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2622
  "JavaScript so the new field never gets added. New field = human. Missing = "
2623
  "spambot."
2624
  msgstr ""
2625
 
2626
- #: ../admin/settings/partials/form.php:322
2627
  msgid "Captcha"
2628
  msgstr "Captcha"
2629
 
2630
- #: ../admin/settings/partials/form.php:327
2631
  msgid ""
2632
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2633
  "first, if necessary."
2634
  msgstr ""
2635
 
2636
- #: ../admin/settings/partials/form.php:328
2637
  msgid "May be used alongside honeypot methods."
2638
  msgstr ""
2639
 
2640
- #: ../admin/settings/partials/form.php:331
2641
  msgid "May not be compatible with Ajax page loading."
2642
  msgstr ""
2643
 
2644
- #: ../admin/settings/partials/form.php:356
2645
  msgctxt "link"
2646
  msgid "settings"
2647
  msgstr "Configurações"
2648
 
2649
- #: ../admin/settings/partials/form.php:358
2650
  msgid "no settings"
2651
  msgstr "nenhuma configuração"
2652
 
2653
- #: ../admin/settings/partials/form.php:363
2654
  msgctxt "adjective"
2655
  msgid "inactive"
2656
  msgstr "Inativo"
2657
 
2658
- #: ../admin/settings/partials/form.php:370
2659
  msgid "not installed"
2660
  msgstr "não instalado"
2661
 
2662
- #: ../admin/settings/partials/form.php:373
2663
  msgctxt "link"
2664
  msgid "install plugin"
2665
  msgstr "Instalar plugin"
2666
 
2667
- #: ../admin/settings/partials/form.php:379
2668
  msgctxt "link"
2669
  msgid "plugin page"
2670
  msgstr "Pagina do plugin"
@@ -2866,155 +3113,159 @@ msgid ""
2866
  "Images</a> plugin."
2867
  msgstr ""
2868
 
2869
- #: ../admin/settings/partials/licenses.php:12
 
 
 
 
2870
  msgid ""
2871
  "Valid license keys allow you to receive automatic updates and priority "
2872
  "support."
2873
  msgstr ""
2874
 
2875
- #: ../admin/settings/partials/licenses.php:13
2876
  msgid ""
2877
  "To transfer a license to another site or to uninstall the add-on, please "
2878
  "deactivate the license here first."
2879
  msgstr ""
2880
 
2881
- #: ../admin/settings/partials/licenses.php:14
2882
  #, php-format
2883
  msgid ""
2884
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
2885
  msgstr ""
2886
 
2887
- #: ../admin/settings/partials/licenses.php:19
2888
  msgid "Add-on"
2889
  msgstr ""
2890
 
2891
- #: ../admin/settings/partials/licenses.php:20
2892
  msgid "License Key"
2893
  msgstr ""
2894
 
2895
- #: ../admin/settings/partials/licenses.php:21
2896
  msgid "Status"
2897
  msgstr ""
2898
 
2899
- #: ../admin/views.php:28
2900
  msgid "View saved."
2901
  msgstr ""
2902
 
2903
- #: ../admin/views.php:30
2904
  msgid "View deleted."
2905
  msgstr ""
2906
 
2907
- #: ../admin/views.php:41 ../admin/views.php:200
2908
  msgid "Edit View"
2909
  msgstr ""
2910
 
2911
- #: ../admin/views.php:42 ../includes/functions-views.php:38
2912
  msgid "An error occurred."
2913
  msgstr ""
2914
 
2915
- #: ../admin/views.php:42 ../includes/functions-activation.php:34
2916
  #: ../includes/functions-views.php:40
2917
  #, php-format
2918
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
2919
  msgstr ""
2920
 
2921
- #: ../admin/views.php:57
2922
- msgid "Invalid request. Please try again."
2923
  msgstr ""
2924
 
2925
- #: ../admin/views.php:68 ../admin/views.php:201 ../includes/post-types.php:56
2926
- msgid "Add New"
2927
  msgstr ""
2928
 
2929
- #: ../admin/views.php:200
2930
  msgid "Add View"
2931
  msgstr ""
2932
 
2933
- #: ../admin/views.php:202
2934
  msgid "Return To List"
2935
  msgstr ""
2936
 
2937
- #: ../admin/views.php:204
2938
  msgid "Duplicate This View"
2939
  msgstr ""
2940
 
2941
- #: ../admin/views.php:472
2942
  msgid "built-in"
2943
  msgstr ""
2944
 
2945
- #: ../admin/views.php:480
2946
  msgid "link with another field"
2947
  msgstr ""
2948
 
2949
- #: ../admin/views.php:481
2950
  msgid "link (must be URL type)"
2951
  msgstr ""
2952
 
2953
- #: ../admin/views.php:482
2954
  msgid "date"
2955
  msgstr ""
2956
 
2957
- #: ../admin/views.php:483
2958
  msgid "category"
2959
  msgstr ""
2960
 
2961
- #: ../admin/views.php:484
2962
  msgid "rating"
2963
  msgstr ""
2964
 
2965
- #: ../admin/views.php:518
2966
  msgid "remove this field"
2967
  msgstr ""
2968
 
2969
- #: ../admin/views.php:556
2970
  msgid "Display Type"
2971
  msgstr ""
2972
 
2973
- #: ../admin/views.php:589
2974
  msgid "CSS Class"
2975
  msgstr ""
2976
 
2977
- #: ../admin/views.php:636
2978
  msgid "Link Text"
2979
  msgstr ""
2980
 
2981
- #: ../admin/views.php:638
2982
  msgid "this field's value"
2983
  msgstr ""
2984
 
2985
- #: ../admin/views.php:639
2986
  msgid "this field's label"
2987
  msgstr ""
2988
 
2989
- #: ../admin/views.php:640
2990
  msgid "custom text"
2991
  msgstr ""
2992
 
2993
- #: ../admin/views.php:659
2994
  msgid "URL Field"
2995
  msgstr ""
2996
 
2997
- #: ../admin/views.php:676
2998
  msgid "new tab"
2999
  msgstr ""
3000
 
3001
- #: ../admin/views.php:701
3002
  msgid "Format"
3003
  msgstr ""
3004
 
3005
- #: ../admin/views.php:709
3006
  msgid "more about date formats"
3007
  msgstr ""
3008
 
3009
- #: ../admin/views.php:759 ../admin/views.php:787
3010
  msgid "filter categories"
3011
  msgstr ""
3012
 
3013
- #: ../includes/class-strong-form.php:496
3014
  msgid "Unknown error."
3015
  msgstr ""
3016
 
3017
- #: ../includes/class-strong-form.php:641
3018
  msgid "star"
3019
  msgid_plural "stars"
3020
  msgstr[0] ""
@@ -3032,19 +3283,56 @@ msgstr ""
3032
  msgid "Plugin"
3033
  msgstr ""
3034
 
3035
- #: ../includes/class-strong-testimonials-shortcodes.php:75
3036
- #, php-format
3037
- msgid "Strong Testimonials View %s not found"
3038
  msgstr ""
3039
 
3040
- #: ../includes/class-strong-view.php:69
3041
- msgid "No testimonials found. Check your view settings."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3042
  msgstr ""
3043
 
3044
- #: ../includes/class-strong-view.php:70
 
3045
  msgid "(Only administrators see this message.)"
3046
  msgstr ""
3047
 
 
 
 
 
3048
  #: ../includes/functions-activation.php:30
3049
  msgid "An error occurred:"
3050
  msgstr ""
@@ -3404,7 +3692,7 @@ msgctxt "widget setting"
3404
  msgid "View:"
3405
  msgstr ""
3406
 
3407
- #: ../strong-testimonials.php:127 ../strong-testimonials.php:139
3408
  msgid "Cheatin&#8217; huh?"
3409
  msgstr ""
3410
 
@@ -3734,9 +4022,6 @@ msgstr ""
3734
  #~ msgid "The Form"
3735
  #~ msgstr "O Formulário"
3736
 
3737
- #~ msgid "Shortcodes"
3738
- #~ msgstr "Shortcodes"
3739
-
3740
  #~ msgid ""
3741
  #~ "Please use the <a href=\"%s\" target=\"_blank\">support forum</a> or <a "
3742
  #~ "href=\"%s\" target=\"_blank\">contact me</a>."
@@ -3860,9 +4145,6 @@ msgstr ""
3860
  #~ "Estes shortcodes se tornará obsoleto em breve. Por favor migrar para <a "
3861
  #~ "href=\"%s\"><code>[strong]</code></a> shortcode."
3862
 
3863
- #~ msgid "Default:"
3864
- #~ msgstr "Padrão:"
3865
-
3866
  #~ msgid ""
3867
  #~ "This shortcode will be deprecated soon. Please migrate to the <a href=\"%s"
3868
  #~ "\"><code>[strong]</code></a> shortcode."
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials 1.13\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/strong-testimonials\n"
5
+ "POT-Creation-Date: 2018-08-02 15:24-0400\n"
6
+ "PO-Revision-Date: 2018-08-02 15:24-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: \n"
9
  "Language: pt_BR\n"
19
  "esc_attr__:1;esc_html__:1;esc_attr_e:1;esc_html_e:1;esc_attr_x:1,2c;"
20
  "esc_html_x:1,2c;comments_number_link:2,3;t:1;st:1;trans:1;transChoice:1,2\n"
21
  "X-Loco-Target-Locale: pt_BR\n"
22
+ "X-Generator: Poedit 2.1.1\n"
23
  "X-Poedit-SearchPath-0: ..\n"
24
 
25
  #: ../admin/about/about.php:1
26
  msgid "Flexible Features. Strong Support."
27
  msgstr ""
28
 
29
+ #. translators: %s is a formatted number
30
+ #: ../admin/about/about.php:3
31
+ #, php-format
32
  msgid ""
33
+ "The highest-rated free testimonials plugin trusted by more than %s people."
 
34
  msgstr ""
35
 
36
+ #: ../admin/about/about.php:6
37
  msgid ""
38
+ "Designed from the ground up to simplify the process of customizing your "
 
39
  "testimonials or reviews."
40
  msgstr ""
41
 
42
+ #: ../admin/about/about.php:7
43
  msgid ""
44
  "<strong>Custom fields</strong> are deeply integrated into Strong "
45
+ "Testimonials. It even includes a default set of custom fields so you can get "
46
+ "started quickly."
 
 
47
  msgstr ""
48
 
49
+ #: ../admin/about/about.php:8
50
  msgid ""
51
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
52
  "unlimited testimonial displays including grids and slideshows with features "
53
  "like excerpts and pagination in a variety of templates."
54
  msgstr ""
55
 
56
+ #: ../admin/about/about.php:9
57
  msgid ""
58
+ "Integrate with plugins like Popup Maker or Google Captcha. For developers, "
59
  "actions and filters allow further customization."
60
  msgstr ""
61
 
63
  msgid "Get More Features With Pro Add-ons"
64
  msgstr ""
65
 
66
+ #: ../admin/about/class-strong-testimonials-about.php:42
67
+ #: ../admin/about/class-strong-testimonials-about.php:43
68
+ #: ../admin/about/class-strong-testimonials-about.php:73
69
  msgid "About"
70
  msgstr ""
71
 
72
+ #. translators: %s is the plugin version number
73
+ #: ../admin/about/class-strong-testimonials-about.php:61
74
  #, php-format
75
  msgid "Welcome to Strong Testimonials %s"
76
  msgstr ""
77
 
78
+ #: ../admin/about/class-strong-testimonials-about.php:64
79
  msgid "Thank you for updating to the latest version!"
80
  msgstr ""
81
 
82
+ #. translators: %s is the plugin version number
83
+ #: ../admin/about/class-strong-testimonials-about.php:69
84
  #, php-format
85
  msgid "Version %s"
86
  msgstr ""
87
 
88
+ #: ../admin/about/class-strong-testimonials-about.php:75
89
  msgid "What&#8217;s New"
90
  msgstr ""
91
 
92
+ #: ../admin/about/class-strong-testimonials-about.php:77
93
  msgid "How To"
94
  msgstr ""
95
 
96
+ #: ../admin/about/class-strong-testimonials-about.php:79
97
+ msgid "Privacy"
98
+ msgstr ""
99
+
100
  #: ../admin/about/how-to.php:2
101
  msgid ""
102
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
190
  msgstr ""
191
 
192
  #: ../admin/about/how-to.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
193
  msgid "How to Translate"
194
  msgstr ""
195
 
196
+ #: ../admin/about/how-to.php:57
197
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
198
  msgstr ""
199
 
200
+ #: ../admin/about/how-to.php:58
201
  msgid ""
202
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
203
  "strong> pages. Those domains encompass the form fields, the form messages, "
265
  msgid "Form examples"
266
  msgstr ""
267
 
268
+ #: ../admin/about/privacy.php:1
269
+ msgid "Privacy and GDPR"
270
+ msgstr ""
271
+
272
+ #: ../admin/about/privacy.php:2
273
+ msgid "Compliance is entirely in your control."
274
+ msgstr ""
275
+
276
+ #: ../admin/about/privacy.php:5
277
+ msgid ""
278
+ "By default, this plugin does not store any user or visitor data, does not "
279
+ "send any data to remote servers, act as a service or embed content, does not "
280
+ "edit the comments form in any way."
281
+ msgstr ""
282
+
283
+ #: ../admin/about/privacy.php:6
284
+ msgid ""
285
+ "The plugin also prevents displaying email addresses in your testimonials on "
286
+ "the front end."
287
+ msgstr ""
288
+
289
+ #: ../admin/about/privacy.php:7
290
+ msgid "However, this plugin provides features that may involve private data."
291
+ msgstr ""
292
+
293
+ #: ../admin/about/privacy.php:8
294
+ msgid ""
295
+ "If you use the testimonial submission form, the data collected on that form "
296
+ "will be stored in your database."
297
+ msgstr ""
298
+
299
+ #: ../admin/about/privacy.php:9
300
+ msgid ""
301
+ "If you enable the administrator notification email upon new testimonial "
302
+ "submission, the data collected on your form, at your selection, may be "
303
+ "included in that notification email."
304
+ msgstr ""
305
+
306
+ #: ../admin/about/privacy.php:10
307
+ msgid ""
308
+ "If you enable comments on testimonials, the plugin will use your theme's "
309
+ "single post template and comment form."
310
+ msgstr ""
311
+
312
+ #: ../admin/about/privacy.php:11
313
+ msgid ""
314
+ "If you embed third-party posts such as Twitter, YouTube and FaceBook in your "
315
+ "testimonials, you will be agreeing to the Terms of Use of those third-party "
316
+ "sites."
317
+ msgstr ""
318
+
319
+ #: ../admin/admin-notices.php:66 ../admin/views.php:36
320
  msgid "Defaults restored."
321
  msgstr "Padrões restaurado."
322
 
324
  msgid "Fields saved."
325
  msgstr "Campos Salvos."
326
 
327
+ #: ../admin/admin-notices.php:90 ../admin/views.php:35
328
  msgid "Changes cancelled."
329
  msgstr ""
330
 
397
  msgstr ""
398
 
399
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
400
+ #: ../admin/class-strong-views-list-table.php:61
401
  msgid "ID"
402
  msgstr "ID"
403
 
404
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
405
  #: ../admin/class-strong-testimonials-defaults.php:316
406
+ #: ../admin/class-strong-views-list-table.php:64
407
  #: ../admin/partials/views/view-name.php:10
408
  #: ../admin/settings/partials/email-from.php:25
409
+ #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:547
410
  msgid "Name"
411
  msgstr ""
412
 
442
  msgid "Date"
443
  msgstr "Data"
444
 
445
+ #: ../admin/class-strong-testimonials-admin-scripts.php:136
446
  msgctxt "Field editor: The default label for new fields"
447
  msgid "New Field"
448
  msgstr ""
449
 
450
+ #: ../admin/class-strong-testimonials-admin-scripts.php:137
451
  msgctxt "Fields editor: To indicate when a field type can only be used once."
452
  msgid "(in use)"
453
  msgstr ""
454
 
455
+ #: ../admin/class-strong-testimonials-admin-scripts.php:138
456
  msgctxt "Fields editor: To indicate when no categories have been found."
457
  msgid "(none found)"
458
  msgstr ""
459
 
460
+ #: ../admin/class-strong-testimonials-admin-scripts.php:207
461
  #: ../admin/class-strong-testimonials-defaults.php:72
462
  msgid "This field is required."
463
  msgstr "Este campo é requerido."
464
 
465
+ #: ../admin/class-strong-testimonials-admin-scripts.php:208
466
+ #: ../admin/edd/Strong_Plugin_Updater.php:105
467
+ #: ../admin/edd/Strong_Plugin_Updater.php:156
468
+ #: ../admin/edd/Strong_Plugin_Updater.php:212
469
  msgid "An error occurred, please try again."
470
  msgstr ""
471
 
472
+ #: ../admin/class-strong-testimonials-admin-scripts.php:209
473
  msgid "Restore the default settings?"
474
  msgstr ""
475
 
476
+ #: ../admin/class-strong-testimonials-admin-scripts.php:242
477
  msgid "click to insert into message at caret"
478
  msgstr ""
479
 
491
  msgid "Featured Image"
492
  msgstr "Imagem em Destaque"
493
 
494
+ #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:493
495
  #: ../includes/l10n-wpml.php:152
496
  msgid "text"
497
  msgstr ""
516
  msgid "category checklist"
517
  msgstr ""
518
 
519
+ #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:499
520
  msgid "shortcode"
521
  msgstr ""
522
 
574
  #: ../admin/class-strong-testimonials-defaults.php:288
575
  #: ../admin/class-strong-testimonials-defaults.php:336
576
  #: ../admin/partials/views/option-title.php:15
577
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
578
  msgid "Testimonial"
579
  msgstr "Depoimento"
580
 
601
  #. translators: Settings > Form > Messages tab
602
  #: ../admin/class-strong-testimonials-defaults.php:392
603
  msgctxt "setting description"
604
+ msgid "Required"
605
  msgstr ""
606
 
607
  #: ../admin/class-strong-testimonials-defaults.php:393
608
  msgctxt "Default message for required notice at top of form."
609
+ msgid "Required"
610
  msgstr ""
611
 
612
  #. translators: Settings > Form > Messages tab
621
  msgstr ""
622
 
623
  #. translators: Settings > Form > Messages tab
624
+ #: ../admin/class-strong-testimonials-defaults.php:406
625
  msgctxt "description"
626
  msgid "Submit Button"
627
  msgstr ""
628
 
629
  #. translators: Default label for the Submit button on testimonial form.
630
+ #: ../admin/class-strong-testimonials-defaults.php:408
631
  msgctxt "the Submit button"
632
  msgid "Add Testimonial"
633
  msgstr "Add Depoimento"
634
 
635
  #. translators: Settings > Form > Messages tab
636
+ #: ../admin/class-strong-testimonials-defaults.php:413
637
  msgctxt "description"
638
  msgid "Submission Error"
639
  msgstr ""
640
 
641
  #. translators: Default message for submission form error.
642
+ #: ../admin/class-strong-testimonials-defaults.php:415
643
  msgctxt "error message"
644
  msgid "There was a problem processing your testimonial."
645
  msgstr "Houve um problema no processamento de seu depoimento."
646
 
647
  #. translators: Settings > Form > Messages tab
648
+ #: ../admin/class-strong-testimonials-defaults.php:420
649
  msgctxt "description"
650
  msgid "Submission Success"
651
  msgstr ""
652
 
653
  #. translators: Default message for submission form success message.
654
+ #: ../admin/class-strong-testimonials-defaults.php:422
655
  msgctxt "success message"
656
  msgid "Thank you! Your testimonial is waiting to be approved."
657
  msgstr ""
658
 
659
  #. translators: Default subject line for new testimonial notification email.
660
+ #: ../admin/class-strong-testimonials-defaults.php:448
661
  msgid "New testimonial for %BLOGNAME%"
662
  msgstr ""
663
 
664
  #. translators: Default message for new testimonial notification email.
665
+ #: ../admin/class-strong-testimonials-defaults.php:450
666
  msgid ""
667
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
668
  "website administrator."
669
  msgstr ""
670
 
671
+ #: ../admin/class-strong-testimonials-defaults.php:480
672
  msgid "Display"
673
  msgstr ""
674
 
675
+ #: ../admin/class-strong-testimonials-defaults.php:481
676
  msgid "Display your testimonials in a list or a grid."
677
  msgstr ""
678
 
679
  #. translators: In the view editor.
680
+ #: ../admin/class-strong-testimonials-defaults.php:485
681
+ #: ../admin/partials/views/group-slideshow.php:14
682
  msgid "Slideshow"
683
  msgstr "Slideshow"
684
 
685
+ #: ../admin/class-strong-testimonials-defaults.php:486
686
  msgid "Create a slideshow of your testimonials."
687
  msgstr ""
688
 
689
+ #: ../admin/class-strong-testimonials-defaults.php:490
690
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
691
  msgid "Form"
692
  msgstr "Formulário"
693
 
694
+ #: ../admin/class-strong-testimonials-defaults.php:491
695
  msgid "Display a testimonial submission form."
696
  msgstr ""
697
 
698
+ #: ../admin/class-strong-testimonials-defaults.php:495
699
  msgid "Single Template"
700
  msgstr ""
701
 
702
+ #: ../admin/class-strong-testimonials-defaults.php:496
703
  msgid "When viewing the testimonial using a theme's single post template."
704
  msgstr ""
705
 
706
+ #: ../admin/class-strong-testimonials-defaults.php:501
707
  msgctxt "display order"
708
  msgid "random"
709
  msgstr ""
710
 
711
+ #: ../admin/class-strong-testimonials-defaults.php:502
712
  msgctxt "display order"
713
  msgid "menu order"
714
  msgstr ""
715
 
716
+ #: ../admin/class-strong-testimonials-defaults.php:503
717
  msgctxt "display order"
718
  msgid "newest first"
719
  msgstr ""
720
 
721
+ #: ../admin/class-strong-testimonials-defaults.php:504
722
  msgctxt "display order"
723
  msgid "oldest first"
724
  msgstr ""
725
 
726
+ #: ../admin/class-strong-testimonials-defaults.php:508
727
  msgctxt "slideshow transition option"
728
  msgid "no transition effect"
729
  msgstr ""
730
 
731
+ #: ../admin/class-strong-testimonials-defaults.php:509
732
  msgctxt "slideshow transition option"
733
  msgid "fade"
734
  msgstr ""
735
 
736
+ #: ../admin/class-strong-testimonials-defaults.php:510
737
  msgctxt "slideshow transition option"
738
  msgid "scroll horizontally"
739
  msgstr ""
740
 
741
+ #: ../admin/class-strong-testimonials-defaults.php:511
742
  msgctxt "slideshow transition option"
743
  msgid "scroll vertically"
744
  msgstr ""
745
 
746
+ #: ../admin/class-strong-testimonials-defaults.php:515
747
  msgctxt "slideshow option"
748
  msgid "Adjust height for each slide"
749
  msgstr ""
750
 
751
+ #: ../admin/class-strong-testimonials-defaults.php:516
752
  msgctxt "slideshow option"
753
  msgid "Set height to match the tallest slide"
754
  msgstr ""
755
 
756
+ #: ../admin/class-strong-testimonials-defaults.php:522
757
  msgctxt "slideshow controls option"
758
  msgid "none"
759
  msgstr ""
760
 
761
+ #: ../admin/class-strong-testimonials-defaults.php:530
762
  msgctxt "slideshow controls option"
763
  msgid "Bottom: previous / play-pause / next"
764
  msgstr ""
765
 
766
+ #: ../admin/class-strong-testimonials-defaults.php:542
767
  msgctxt "slideshow controls option"
768
  msgid "Bottom: previous / next"
769
  msgstr ""
770
 
771
+ #: ../admin/class-strong-testimonials-defaults.php:551
772
  msgctxt "slideshow controls option"
773
  msgid "Sides: previous / next"
774
  msgstr ""
775
 
776
+ #: ../admin/class-strong-testimonials-defaults.php:564
777
  msgctxt "slideshow navigation option"
778
  msgid "none"
779
  msgstr ""
780
 
781
+ #: ../admin/class-strong-testimonials-defaults.php:568
782
  msgctxt "slideshow navigation option"
783
  msgid "full"
784
  msgstr ""
785
 
786
+ #: ../admin/class-strong-testimonials-defaults.php:581
787
  msgctxt "slideshow navigation option"
788
  msgid "buttons 1"
789
  msgstr ""
790
 
791
+ #: ../admin/class-strong-testimonials-defaults.php:591
792
  msgctxt "slideshow navigation option"
793
  msgid "buttons 2"
794
  msgstr ""
795
 
796
+ #: ../admin/class-strong-testimonials-defaults.php:601
797
  msgctxt "slideshow navigation option"
798
  msgid "buttons 3"
799
  msgstr ""
800
 
801
+ #: ../admin/class-strong-testimonials-defaults.php:611
802
+ #: ../admin/class-strong-testimonials-defaults.php:631
803
  msgctxt "slideshow navigation option"
804
  msgid "text"
805
  msgstr ""
806
 
807
+ #: ../admin/class-strong-testimonials-defaults.php:614
808
  msgctxt "slideshow control"
809
  msgid "Play"
810
  msgstr ""
811
 
812
+ #: ../admin/class-strong-testimonials-defaults.php:615
813
  msgctxt "slideshow control"
814
  msgid "Pause"
815
  msgstr ""
816
 
817
+ #: ../admin/class-strong-testimonials-defaults.php:616
818
  msgctxt "slideshow_control"
819
  msgid "Previous"
820
  msgstr ""
821
 
822
+ #: ../admin/class-strong-testimonials-defaults.php:617
823
  msgctxt "slideshow_control"
824
  msgid "Next"
825
  msgstr ""
826
 
827
+ #: ../admin/class-strong-testimonials-defaults.php:623
828
  msgctxt "slideshow navigation option"
829
  msgid "buttons"
830
  msgstr ""
831
 
832
+ #: ../admin/class-strong-testimonials-defaults.php:643
833
  msgctxt "slideshow navigation option"
834
  msgid "inside"
835
  msgstr ""
836
 
837
+ #: ../admin/class-strong-testimonials-defaults.php:644
838
  msgctxt "slideshow navigation option"
839
  msgid "outside"
840
  msgstr ""
841
 
842
+ #: ../admin/class-strong-testimonials-defaults.php:707
843
  msgctxt "link"
844
  msgid "Read more"
845
  msgstr "Leia mais"
846
 
847
+ #: ../admin/class-strong-testimonials-defaults.php:711
848
  msgctxt "link"
849
  msgid "Read more testimonials"
850
  msgstr ""
851
 
852
+ #: ../admin/class-strong-testimonials-defaults.php:809
853
  msgid ""
854
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
855
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
856
  msgstr ""
857
 
858
+ #: ../admin/class-strong-testimonials-defaults.php:820
859
  msgid "An excellent plugin for math- and image-based captchas."
860
  msgstr ""
861
 
901
  msgstr ""
902
 
903
  #: ../admin/class-strong-testimonials-help.php:46
904
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:368
905
  msgid "Prerender"
906
  msgstr ""
907
 
954
  msgid "You can create an <strong>unlimited</strong> number of views."
955
  msgstr ""
956
 
957
+ #: ../admin/class-strong-testimonials-help.php:90
958
+ msgid "For example:"
959
+ msgstr ""
960
+
961
  #: ../admin/class-strong-testimonials-help.php:92
962
  msgid ""
963
  "Create a view to display your testimonials in a list, grid, or slideshow."
1010
  msgstr ""
1011
 
1012
  #: ../admin/class-strong-testimonials-help.php:125
1013
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-1\"]</code>"
1014
  msgstr ""
1015
 
1016
  #: ../admin/class-strong-testimonials-help.php:126
1017
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-2\"]</code>"
1018
  msgstr ""
1019
 
1020
  #: ../admin/class-strong-testimonials-help.php:129
1023
 
1024
  #: ../admin/class-strong-testimonials-help.php:130
1025
  msgid ""
1026
+ "<code>[testimonial_view id=\"1\" category=\"service-3\" order=\"random\" "
1027
+ "count=\"5\"]</code>"
1028
  msgstr ""
1029
 
1030
  #: ../admin/class-strong-testimonials-help.php:132
1207
  msgstr ""
1208
 
1209
  #: ../admin/class-strong-testimonials-list-table.php:732
1210
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:402
1211
  msgid "Current page"
1212
  msgstr ""
1213
 
1229
  msgid "Select All"
1230
  msgstr ""
1231
 
1232
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:32
1233
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:45
1234
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:46
1235
+ msgid "Shortcodes"
1236
+ msgstr "Shortcodes"
1237
+
1238
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:34
1239
+ #, php-format
1240
+ msgid ""
1241
+ "Open a <a href=\"%s\" target=\"_blank\">support ticket</a> if you need help."
1242
+ msgstr ""
1243
+
1244
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:36
1245
+ msgid "Testimonial Views"
1246
+ msgstr ""
1247
+
1248
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:39
1249
+ msgid ""
1250
+ "Each view has a unique shortcode like <code>&#91;testimonial_view id="
1251
+ "\"1\"&#93;</code>."
1252
+ msgstr ""
1253
+
1254
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:40
1255
+ msgid "Go to views"
1256
+ msgstr ""
1257
+
1258
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:43
1259
+ msgid "Testimonial Count"
1260
+ msgstr ""
1261
+
1262
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:45
1263
+ #, php-format
1264
+ msgid "Use %s to display the number of testimonials."
1265
+ msgstr ""
1266
+
1267
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:50
1268
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:83
1269
+ msgid "Default"
1270
+ msgstr ""
1271
+
1272
+ #. translators: %s is a shortcode
1273
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:55
1274
+ #, php-format
1275
+ msgid "Read some of our %s testimonials!"
1276
+ msgstr ""
1277
+
1278
+ #. translators: %s is a shortcode attribute
1279
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:62
1280
+ #, php-format
1281
+ msgid ""
1282
+ "To count for a specific category, add the %s attribute with the category "
1283
+ "slug."
1284
+ msgstr ""
1285
+
1286
+ #. translators: %s is a shortcode
1287
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:67
1288
+ #, php-format
1289
+ msgid "Here's what %s local clients say"
1290
+ msgstr ""
1291
+
1292
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:73
1293
+ msgid "Average Rating"
1294
+ msgstr ""
1295
+
1296
+ #. translators: %s is a shortcode
1297
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:77
1298
+ #, php-format
1299
+ msgid ""
1300
+ "If using a <strong>single</strong> rating field, use %s to display the "
1301
+ "average rating."
1302
+ msgstr ""
1303
+
1304
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:84
1305
+ msgid ""
1306
+ "You must use the closing slash <code>/</code> if using the shortcode with "
1307
+ "content elsewhere on your page."
1308
+ msgstr ""
1309
+
1310
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:108
1311
+ msgid "Customize using content tags."
1312
+ msgstr ""
1313
+
1314
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:109
1315
+ msgid "Default:"
1316
+ msgstr "Padrão:"
1317
+
1318
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:134
1319
+ msgid "Alternate content tags."
1320
+ msgstr ""
1321
+
1322
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:159
1323
+ msgid "Insert tags into your custom content."
1324
+ msgstr ""
1325
+
1326
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:313
1327
+ msgid ""
1328
+ "The default container element is <code>div</code>. Select another element "
1329
+ "using <code>element</code>."
1330
+ msgstr ""
1331
+
1332
  #: ../admin/class-strong-testimonials-post-editor.php:38
1333
  msgctxt "post editor"
1334
  msgid "Client Details"
1356
  msgstr ""
1357
 
1358
  #: ../admin/class-strong-testimonials-post-editor.php:232
1359
+ #: ../admin/class-strong-views-list-table.php:127
1360
  msgid "Edit"
1361
  msgstr ""
1362
 
1365
  msgid "shortcode %s not found"
1366
  msgstr ""
1367
 
1368
+ #: ../admin/class-strong-views-list-table.php:19
1369
+ msgid "No views found."
1370
+ msgstr ""
1371
+
1372
+ #: ../admin/class-strong-views-list-table.php:65
1373
  #: ../admin/partials/views/view-mode.php:3
1374
  msgid "Mode"
1375
  msgstr ""
1376
 
1377
  #. translators: On the Views admin screen.
1378
+ #: ../admin/class-strong-views-list-table.php:66
1379
  #: ../admin/partials/views/option-template-list.php:3
1380
  msgid "Template"
1381
  msgstr ""
1382
 
1383
+ #: ../admin/class-strong-views-list-table.php:67
1384
+ #: ../admin/partials/views/view-shortcode.php:26
1385
  msgid "Shortcode"
1386
  msgstr "Shortcode"
1387
 
1388
+ #: ../admin/class-strong-views-list-table.php:128
1389
  msgid "Duplicate"
1390
  msgstr ""
1391
 
1392
+ #: ../admin/class-strong-views-list-table.php:129
1393
  #, php-format
1394
  msgid "Delete \"%s\"?"
1395
  msgstr ""
1396
 
1397
+ #: ../admin/class-strong-views-list-table.php:129
1398
  #: ../admin/partials/fields/field-controls.php:9
1399
  msgid "Delete"
1400
  msgstr "Apagar"
1401
 
1402
+ #: ../admin/class-strong-views-list-table.php:141
1403
  msgid "stick to top of list"
1404
  msgstr ""
1405
 
1406
+ #: ../admin/class-strong-views-list-table.php:156
1407
  msgid "theme single post template"
1408
  msgstr ""
1409
 
1410
  #. translators: On the Views admin screen.
1411
+ #: ../admin/class-strong-views-list-table.php:182
1412
  #: ../admin/partials/views/template-not-found.php:19
1413
  msgid "not found"
1414
  msgstr ""
1418
  msgstr ""
1419
 
1420
  #: ../admin/custom-fields.php:147
1421
+ #: ../admin/settings/class-strong-testimonials-settings.php:44
1422
  #: ../admin/views.php:17
1423
  msgid "You do not have sufficient permissions to access this page."
1424
  msgstr "Você não tem permissões suficientes para acessar esta página."
1431
  #: ../admin/custom-fields.php:159
1432
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1433
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1434
+ #: ../admin/partials/views/group-fields.php:14
1435
  msgid "Fields"
1436
  msgstr "Campos"
1437
 
1443
  msgid "Click a field to open its options panel."
1444
  msgstr ""
1445
 
1446
+ #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:24
1447
  #: ../admin/partials/views/option-pagination.php:3
1448
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1449
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:373
1450
+ #: ../admin/views.php:73
1451
  msgid "Help"
1452
  msgstr ""
1453
 
1455
  msgid "Add New Field"
1456
  msgstr "Add Novo Campo"
1457
 
1458
+ #: ../admin/custom-fields.php:194 ../admin/views.php:262
1459
  msgid "Cancel Changes"
1460
  msgstr ""
1461
 
1462
+ #: ../admin/custom-fields.php:195 ../admin/views.php:263
1463
  msgid "Restore Defaults"
1464
  msgstr "Restaurar Padrões"
1465
 
1487
  msgid "next to the checkbox"
1488
  msgstr ""
1489
 
1490
+ #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:307
1491
+ #: ../admin/views.php:595
1492
  msgid "Before"
1493
  msgstr "Antes"
1494
 
1495
+ #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:315
1496
  msgid "After"
1497
  msgstr "Depois"
1498
 
1561
  msgid "Error"
1562
  msgstr ""
1563
 
1564
+ #: ../admin/edd/Strong_Plugin_Updater.php:114
1565
  msgid "An error occurred, please contact support."
1566
  msgstr ""
1567
 
1568
+ #: ../admin/edd/Strong_Plugin_Updater.php:123
1569
  #, php-format
1570
  msgid "Your license key expired on %s."
1571
  msgstr ""
1572
 
1573
+ #: ../admin/edd/Strong_Plugin_Updater.php:130
1574
  msgid "Your license key has been disabled."
1575
  msgstr ""
1576
 
1577
+ #: ../admin/edd/Strong_Plugin_Updater.php:135
1578
  msgid "Invalid license."
1579
  msgstr ""
1580
 
1581
+ #: ../admin/edd/Strong_Plugin_Updater.php:141
1582
  msgid "Your license is not active for this URL."
1583
  msgstr ""
1584
 
1585
+ #: ../admin/edd/Strong_Plugin_Updater.php:146
1586
  #, php-format
1587
  msgid "This appears to be an invalid license key for %s."
1588
  msgstr ""
1589
 
1590
+ #: ../admin/edd/Strong_Plugin_Updater.php:151
1591
  msgid "Your license key has reached its activation limit."
1592
  msgstr ""
1593
 
1594
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1595
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1596
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
1597
  msgid "Settings"
1598
  msgstr "Configurações"
1599
 
1600
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1601
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1602
+ #: ../admin/views.php:71
1603
  msgid "Views"
1604
  msgstr ""
1605
 
1608
  msgid "Close"
1609
  msgstr "Fechar"
1610
 
1611
+ #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:524
1612
+ #: ../admin/views.php:537
1613
  msgid "click to open or close"
1614
  msgstr ""
1615
 
1616
+ #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:530
1617
  msgid "drag and drop to reorder"
1618
  msgstr ""
1619
 
1667
  msgid "Select a field type or delete this field."
1668
  msgstr ""
1669
 
1670
+ #. translators: On the Views admin screen.
1671
+ #: ../admin/partials/views/group-compat.php:10
1672
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:46
1673
  msgid "Compatibility"
1674
  msgstr ""
1675
 
1676
  #. translators: On the Views admin screen.
1677
+ #: ../admin/partials/views/group-extra.php:14
1678
  msgid "Extra"
1679
  msgstr ""
1680
 
1681
  #. translators: On the Views admin screen.
1682
+ #: ../admin/partials/views/group-form.php:14
1683
  msgid "Actions"
1684
  msgstr ""
1685
 
1686
  #. translators: On the Views admin screen.
1687
+ #: ../admin/partials/views/group-query.php:14
1688
  msgid "Query"
1689
  msgstr ""
1690
 
1691
+ #: ../admin/partials/views/group-query.php:18
1692
+ msgid "Option"
1693
+ msgstr ""
1694
+
1695
+ #: ../admin/partials/views/group-query.php:19
1696
+ msgid "Setting"
1697
+ msgstr ""
1698
+
1699
+ #: ../admin/partials/views/group-query.php:21
1700
+ msgid "or Shortcode Attribute"
1701
+ msgstr ""
1702
+
1703
  #. translators: On the Views admin screen.
1704
+ #: ../admin/partials/views/group-style.php:14
1705
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1706
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1707
  msgid "Style"
1795
  msgstr ""
1796
 
1797
  #: ../admin/partials/views/option-classes.php:10
1798
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:582
1799
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:674
1800
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:717
1801
  #: ../admin/settings/partials/general.php:57
1802
  msgid "For advanced users."
1803
  msgstr ""
1814
  msgid "Font Color"
1815
  msgstr ""
1816
 
1817
+ #: ../admin/partials/views/option-color.php:24 ../admin/views.php:485
1818
  msgid "custom"
1819
  msgstr ""
1820
 
2363
  msgid "will be available after you save this"
2364
  msgstr ""
2365
 
2366
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
2367
  msgid "Common Scenarios"
2368
  msgstr ""
2369
 
2370
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:185
2371
+ msgid "Symptom"
2372
  msgstr ""
2373
 
2374
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:188
2375
  msgid "Possible Cause"
2376
  msgstr ""
2377
 
2378
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:191
2379
+ msgid "Try"
2380
  msgstr ""
2381
 
2382
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:197
2383
+ msgid "Views not working"
 
2384
  msgstr ""
2385
 
2386
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:198
2387
  msgid ""
2388
+ "A testimonial view does not appear correctly the <strong>first time</strong> "
2389
+ "you view the page but it does when you <strong>refresh</strong> the page."
2390
  msgstr ""
2391
 
2392
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:199
2393
+ msgid ""
2394
+ "For example, it has no style, no pagination, or the slider has not started."
2395
  msgstr ""
2396
 
2397
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2398
  msgid ""
2399
+ "Your site uses <strong>Ajax page loading</strong> &ndash; also known as page "
2400
+ "animations, transition effects or Pjax (pushState Ajax) &ndash; provided by "
2401
+ "your theme or another plugin."
2402
  msgstr ""
2403
 
2404
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2405
  msgid ""
2406
  "Instead of loading the entire page, this technique fetches only the new "
2407
  "content."
2408
  msgstr ""
2409
 
2410
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2411
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:261
2412
  msgid "Ajax Page Loading"
2413
  msgstr ""
2414
 
2415
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2416
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:323
2417
  msgid "General"
2418
  msgstr ""
2419
 
2420
+ #. translators: link text on Settings > Compatibility tab
2421
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:209
2422
  msgid "Set this now"
2423
  msgstr ""
2424
 
2425
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:217
2426
+ msgid "Slider never starts"
2427
  msgstr ""
2428
 
2429
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:218
2430
+ msgid "A testimonial slider does not start or is missing navigation controls."
2431
+ msgstr ""
2432
+
2433
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:221
2434
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:234
2435
+ msgid ""
2436
+ "The page is very busy loading image galleries, other sliders or third-party "
2437
+ "resources like social media posts."
2438
+ msgstr ""
2439
+
2440
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2441
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2442
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:751
2443
+ msgid "Load Event"
2444
+ msgstr ""
2445
+
2446
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2447
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2448
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:808
2449
+ msgid "window load"
2450
+ msgstr ""
2451
+
2452
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:230
2453
+ msgid "Masonry layout not working"
2454
+ msgstr ""
2455
+
2456
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:231
2457
+ msgid ""
2458
+ "A testimonial view with the Masonry layout has only one column or works "
2459
+ "inconsistently in different browsers or devices."
2460
+ msgstr ""
2461
+
2462
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2463
+ msgid "Compatibility Settings"
2464
+ msgstr ""
2465
+
2466
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:248
2467
+ #, php-format
2468
+ msgid ""
2469
+ "<a href=\"%s\" target=\"_blank\">Start a support ticket</a> if you need help "
2470
+ "with these options."
2471
+ msgstr ""
2472
+
2473
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:266
2474
  msgid "This does not perform Ajax page loading."
2475
  msgstr ""
2476
 
2477
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:267
2478
  msgid ""
2479
  "It provides compatibility with themes and plugins that use Ajax to load "
2480
  "pages, also known as page animation or transition effects."
2481
  msgstr ""
2482
 
2483
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:296
2484
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:455
2485
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:507
2486
  msgid "None"
2487
  msgstr "Nenhuma"
2488
 
2489
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:297
2490
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:403
2491
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2492
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:783
2493
  msgid "(default)"
2494
  msgstr ""
2495
 
2496
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:301
2497
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:512
2498
  msgid "No compatibility needed."
2499
  msgstr ""
2500
 
2501
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:302
2502
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2503
  msgid "This works well for most themes."
2504
  msgstr ""
2505
 
2506
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:327
2507
  msgid "Be ready to render any view at any time."
2508
  msgstr ""
2509
 
2510
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:328
2511
  msgid "This works well with common Ajax methods."
2512
  msgstr ""
2513
 
2514
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:350
2515
  msgid "Advanced"
2516
  msgstr "Avançado"
2517
 
2518
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2519
  msgid "For specific configurations."
2520
  msgstr ""
2521
 
2522
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:372
2523
  msgid "Load stylesheets and populate script variables up front."
2524
  msgstr ""
2525
 
2526
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:407
2527
  msgid "For the current page only."
2528
  msgstr ""
2529
 
2530
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:429
2531
  msgid "All views"
2532
  msgstr ""
2533
 
2534
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:433
2535
  msgid "For all views. Required for Ajax page loading."
2536
  msgstr ""
2537
 
2538
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:434
2539
  msgid "Then select an option for <strong>Monitor</strong> below."
2540
  msgstr ""
2541
 
2542
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:459
2543
  msgid ""
2544
  "When the shortcode is rendered. May result in a flash of unstyled content."
2545
  msgstr ""
2546
 
2547
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:473
2548
  msgid "Monitor"
2549
  msgstr ""
2550
 
2551
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:477
2552
+ msgid "Initialize sliders, pagination and form validation as pages change."
2553
  msgstr ""
2554
 
2555
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:534
2556
  msgid "Universal"
2557
  msgstr ""
2558
 
2559
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:538
2560
  msgid "Watch for page changes on a timer."
2561
  msgstr ""
2562
 
2563
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:545
2564
  msgctxt "timer setting"
2565
  msgid "Check every"
2566
  msgstr ""
2567
 
2568
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:555
2569
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:604
2570
  msgctxt "timer setting"
2571
  msgid "seconds"
2572
  msgstr ""
2573
 
2574
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:577
2575
  msgid "Observer"
2576
  msgstr ""
2577
 
2578
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:581
2579
  msgid "React to changes in specific page elements."
2580
  msgstr ""
2581
 
2582
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:594
2583
  msgctxt "timer setting"
2584
  msgid "Check once after"
2585
  msgstr ""
2586
 
2587
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:616
2588
  msgid "Container ID"
2589
  msgstr ""
2590
 
2591
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:626
2592
  msgid "the element to observe"
2593
  msgstr ""
2594
 
2595
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:638
2596
  msgid "Added node ID"
2597
  msgstr ""
2598
 
2599
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:648
2600
  msgid "the element being added"
2601
  msgstr ""
2602
 
2603
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:669
2604
  msgid "Custom event"
2605
  msgstr ""
2606
 
2607
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:673
2608
  msgid "Listen for specific events."
2609
  msgstr ""
2610
 
2611
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:681
2612
  msgid "Event name"
2613
  msgstr ""
2614
 
2615
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:712
2616
  msgid "Specific script"
2617
  msgstr ""
2618
 
2619
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:716
2620
  msgid "Register a callback for a specific Ajax script."
2621
  msgstr ""
2622
 
2623
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:724
2624
  msgid "Script name"
2625
  msgstr ""
2626
 
2627
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:730
2628
  #: ../includes/widget2.php:96
2629
  msgid "&mdash; Select &mdash;"
2630
  msgstr ""
2631
 
2632
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:755
2633
+ msgid "When to start sliders, Masonry, pagination and form validation."
2634
+ msgstr ""
2635
+
2636
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:782
2637
+ msgid "document ready"
2638
+ msgstr ""
2639
+
2640
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:787
2641
+ msgid "This works well if your page load time is less than a few seconds."
2642
+ msgstr ""
2643
+
2644
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:812
2645
+ msgid "Try this if your page load time is more than a few seconds."
2646
+ msgstr ""
2647
+
2648
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:828
2649
+ msgid "Lazy Loading Images"
2650
+ msgstr ""
2651
+
2652
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:832
2653
+ msgid "Watch for lazy loading images in themes and plugins."
2654
+ msgstr ""
2655
+
2656
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:860
2657
+ msgid "Enable watcher"
2658
+ msgstr ""
2659
+
2660
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:864
2661
+ msgid ""
2662
+ "Most lazy loading techniques use one or two CSS class names to indicate "
2663
+ "which images to lazy load and when the lazy loading is finished."
2664
+ msgstr ""
2665
+
2666
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:865
2667
+ msgid ""
2668
+ "Contact support for your theme or plugin to ask if it uses CSS class names."
2669
+ msgstr ""
2670
+
2671
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:881
2672
+ msgid "CSS Class Names"
2673
+ msgstr ""
2674
+
2675
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:895
2676
+ msgid "Add Classes"
2677
+ msgstr ""
2678
+
2679
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:912
2680
+ msgctxt "noun"
2681
+ msgid "start"
2682
+ msgstr ""
2683
+
2684
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:920
2685
+ msgctxt "noun"
2686
+ msgid "finish"
2687
+ msgstr ""
2688
+
2689
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2690
  msgctxt "adjective"
2691
  msgid "General"
2695
  msgid "Licenses"
2696
  msgstr ""
2697
 
2698
+ #: ../admin/settings/class-strong-testimonials-settings.php:55
2699
  msgid "Settings saved."
2700
  msgstr "Configuração Salva"
2701
 
2755
  msgid "Form Labels & Messages"
2756
  msgstr ""
2757
 
2758
+ #: ../admin/settings/partials/form.php:89
2759
  msgid "Display required notice at top of form"
2760
  msgstr ""
2761
 
2762
+ #: ../admin/settings/partials/form.php:101
2763
  msgctxt "singular"
2764
  msgid "restore default"
2765
  msgstr "Restaurar Padrão"
2766
 
2767
+ #: ../admin/settings/partials/form.php:112
2768
  msgid "Restore Default Messages"
2769
  msgstr ""
2770
 
2771
+ #: ../admin/settings/partials/form.php:120
2772
  msgid "Scroll"
2773
  msgstr ""
2774
 
2775
+ #: ../admin/settings/partials/form.php:128
2776
  #, php-format
2777
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2778
  msgstr ""
2779
 
2780
+ #: ../admin/settings/partials/form.php:135
2781
  #, php-format
2782
  msgid ""
2783
  "If success, scroll to the success message minus %s pixels. On by default."
2784
  msgstr ""
2785
 
2786
+ #: ../admin/settings/partials/form.php:151
2787
  msgid "Form Actions"
2788
  msgstr ""
2789
 
2790
+ #: ../admin/settings/partials/form.php:157
2791
  msgid "Upon Successful Submission"
2792
  msgstr ""
2793
 
2794
+ #: ../admin/settings/partials/form.php:165
2795
  msgid "display message"
2796
  msgstr ""
2797
 
2798
+ #: ../admin/settings/partials/form.php:173
2799
  msgid "redirect to a page"
2800
  msgstr ""
2801
 
2802
+ #: ../admin/settings/partials/form.php:178
2803
  msgid "&mdash; select a page &mdash;"
2804
  msgstr ""
2805
 
2806
+ #: ../admin/settings/partials/form.php:192
2807
  msgctxt "to select a redirect page"
2808
  msgid "or enter its ID or slug"
2809
  msgstr ""
2810
 
2811
+ #: ../admin/settings/partials/form.php:206
2812
  msgid "redirect to a URL"
2813
  msgstr ""
2814
 
2815
+ #: ../admin/settings/partials/form.php:221
2816
  msgid "Post Status"
2817
  msgstr ""
2818
 
2819
+ #: ../admin/settings/partials/form.php:230
2820
  msgid "Pending"
2821
  msgstr "Pendente"
2822
 
2823
+ #: ../admin/settings/partials/form.php:237
2824
  msgid "Published"
2825
  msgstr "Publicado"
2826
 
2827
+ #: ../admin/settings/partials/form.php:247
2828
  msgid "Notification Email"
2829
  msgstr ""
2830
 
2831
+ #: ../admin/settings/partials/form.php:257
2832
  msgid "Send an email upon new testimonial submission."
2833
  msgstr ""
2834
 
2835
+ #: ../admin/settings/partials/form.php:282
2836
  msgid "Form Spam Control"
2837
  msgstr ""
2838
 
2839
+ #: ../admin/settings/partials/form.php:288
2840
  msgctxt "spam control techniques"
2841
  msgid "Honeypot"
2842
  msgstr "Honeypot"
2843
 
2844
+ #: ../admin/settings/partials/form.php:293
2845
  msgid ""
2846
  "These methods for trapping spambots are both time-tested and widely used. "
2847
  "May be used simultaneously for more protection."
2848
  msgstr ""
2849
 
2850
+ #: ../admin/settings/partials/form.php:296
2851
  msgid ""
2852
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2853
  "loading, caching or minification."
2854
  msgstr ""
2855
 
2856
+ #: ../admin/settings/partials/form.php:299
2857
  msgid "If your form is not working properly, try disabling these."
2858
  msgstr ""
2859
 
2860
+ #: ../admin/settings/partials/form.php:309
2861
  msgid ""
2862
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2863
  "every field they find in the form. Empty field = human. Not empty = spambot."
2864
  msgstr ""
2865
 
2866
+ #: ../admin/settings/partials/form.php:317
2867
  msgid ""
2868
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2869
  "JavaScript so the new field never gets added. New field = human. Missing = "
2870
  "spambot."
2871
  msgstr ""
2872
 
2873
+ #: ../admin/settings/partials/form.php:325
2874
  msgid "Captcha"
2875
  msgstr "Captcha"
2876
 
2877
+ #: ../admin/settings/partials/form.php:330
2878
  msgid ""
2879
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2880
  "first, if necessary."
2881
  msgstr ""
2882
 
2883
+ #: ../admin/settings/partials/form.php:331
2884
  msgid "May be used alongside honeypot methods."
2885
  msgstr ""
2886
 
2887
+ #: ../admin/settings/partials/form.php:334
2888
  msgid "May not be compatible with Ajax page loading."
2889
  msgstr ""
2890
 
2891
+ #: ../admin/settings/partials/form.php:359
2892
  msgctxt "link"
2893
  msgid "settings"
2894
  msgstr "Configurações"
2895
 
2896
+ #: ../admin/settings/partials/form.php:361
2897
  msgid "no settings"
2898
  msgstr "nenhuma configuração"
2899
 
2900
+ #: ../admin/settings/partials/form.php:366
2901
  msgctxt "adjective"
2902
  msgid "inactive"
2903
  msgstr "Inativo"
2904
 
2905
+ #: ../admin/settings/partials/form.php:373
2906
  msgid "not installed"
2907
  msgstr "não instalado"
2908
 
2909
+ #: ../admin/settings/partials/form.php:376
2910
  msgctxt "link"
2911
  msgid "install plugin"
2912
  msgstr "Instalar plugin"
2913
 
2914
+ #: ../admin/settings/partials/form.php:382
2915
  msgctxt "link"
2916
  msgid "plugin page"
2917
  msgstr "Pagina do plugin"
3113
  "Images</a> plugin."
3114
  msgstr ""
3115
 
3116
+ #: ../admin/settings/partials/licenses.php:11
3117
+ msgid "Add-on Licenses"
3118
+ msgstr ""
3119
+
3120
+ #: ../admin/settings/partials/licenses.php:13
3121
  msgid ""
3122
  "Valid license keys allow you to receive automatic updates and priority "
3123
  "support."
3124
  msgstr ""
3125
 
3126
+ #: ../admin/settings/partials/licenses.php:14
3127
  msgid ""
3128
  "To transfer a license to another site or to uninstall the add-on, please "
3129
  "deactivate the license here first."
3130
  msgstr ""
3131
 
3132
+ #: ../admin/settings/partials/licenses.php:15
3133
  #, php-format
3134
  msgid ""
3135
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
3136
  msgstr ""
3137
 
3138
+ #: ../admin/settings/partials/licenses.php:20
3139
  msgid "Add-on"
3140
  msgstr ""
3141
 
3142
+ #: ../admin/settings/partials/licenses.php:21
3143
  msgid "License Key"
3144
  msgstr ""
3145
 
3146
+ #: ../admin/settings/partials/licenses.php:22
3147
  msgid "Status"
3148
  msgstr ""
3149
 
3150
+ #: ../admin/views.php:37
3151
  msgid "View saved."
3152
  msgstr ""
3153
 
3154
+ #: ../admin/views.php:38
3155
  msgid "View deleted."
3156
  msgstr ""
3157
 
3158
+ #: ../admin/views.php:49 ../admin/views.php:208
3159
  msgid "Edit View"
3160
  msgstr ""
3161
 
3162
+ #: ../admin/views.php:51 ../includes/functions-views.php:38
3163
  msgid "An error occurred."
3164
  msgstr ""
3165
 
3166
+ #: ../admin/views.php:51 ../includes/functions-activation.php:34
3167
  #: ../includes/functions-views.php:40
3168
  #, php-format
3169
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
3170
  msgstr ""
3171
 
3172
+ #: ../admin/views.php:72 ../admin/views.php:209 ../includes/post-types.php:56
3173
+ msgid "Add New"
3174
  msgstr ""
3175
 
3176
+ #: ../admin/views.php:114
3177
+ msgid "Invalid request. Please try again."
3178
  msgstr ""
3179
 
3180
+ #: ../admin/views.php:208
3181
  msgid "Add View"
3182
  msgstr ""
3183
 
3184
+ #: ../admin/views.php:210
3185
  msgid "Return To List"
3186
  msgstr ""
3187
 
3188
+ #: ../admin/views.php:212
3189
  msgid "Duplicate This View"
3190
  msgstr ""
3191
 
3192
+ #: ../admin/views.php:486
3193
  msgid "built-in"
3194
  msgstr ""
3195
 
3196
+ #: ../admin/views.php:494
3197
  msgid "link with another field"
3198
  msgstr ""
3199
 
3200
+ #: ../admin/views.php:495
3201
  msgid "link (must be URL type)"
3202
  msgstr ""
3203
 
3204
+ #: ../admin/views.php:496
3205
  msgid "date"
3206
  msgstr ""
3207
 
3208
+ #: ../admin/views.php:497
3209
  msgid "category"
3210
  msgstr ""
3211
 
3212
+ #: ../admin/views.php:498
3213
  msgid "rating"
3214
  msgstr ""
3215
 
3216
+ #: ../admin/views.php:532
3217
  msgid "remove this field"
3218
  msgstr ""
3219
 
3220
+ #: ../admin/views.php:570
3221
  msgid "Display Type"
3222
  msgstr ""
3223
 
3224
+ #: ../admin/views.php:603
3225
  msgid "CSS Class"
3226
  msgstr ""
3227
 
3228
+ #: ../admin/views.php:650
3229
  msgid "Link Text"
3230
  msgstr ""
3231
 
3232
+ #: ../admin/views.php:652
3233
  msgid "this field's value"
3234
  msgstr ""
3235
 
3236
+ #: ../admin/views.php:653
3237
  msgid "this field's label"
3238
  msgstr ""
3239
 
3240
+ #: ../admin/views.php:654
3241
  msgid "custom text"
3242
  msgstr ""
3243
 
3244
+ #: ../admin/views.php:673
3245
  msgid "URL Field"
3246
  msgstr ""
3247
 
3248
+ #: ../admin/views.php:690
3249
  msgid "new tab"
3250
  msgstr ""
3251
 
3252
+ #: ../admin/views.php:715
3253
  msgid "Format"
3254
  msgstr ""
3255
 
3256
+ #: ../admin/views.php:723
3257
  msgid "more about date formats"
3258
  msgstr ""
3259
 
3260
+ #: ../admin/views.php:772 ../admin/views.php:800
3261
  msgid "filter categories"
3262
  msgstr ""
3263
 
3264
+ #: ../includes/class-strong-form.php:498
3265
  msgid "Unknown error."
3266
  msgstr ""
3267
 
3268
+ #: ../includes/class-strong-form.php:643
3269
  msgid "star"
3270
  msgid_plural "stars"
3271
  msgstr[0] ""
3283
  msgid "Plugin"
3284
  msgstr ""
3285
 
3286
+ #: ../includes/class-strong-testimonials-privacy.php:31
3287
+ msgid "Strong Testimonials Plugin"
 
3288
  msgstr ""
3289
 
3290
+ #: ../includes/class-strong-testimonials-privacy.php:62
3291
+ msgid "Testimonials"
3292
+ msgstr ""
3293
+
3294
+ #: ../includes/class-strong-testimonials-shortcode-average.php:139
3295
+ msgid "Average Rating:"
3296
+ msgstr ""
3297
+
3298
+ #. translators: %s is a number
3299
+ #: ../includes/class-strong-testimonials-shortcode-average.php:143
3300
+ #, php-format
3301
+ msgid "Average of %s Rating:"
3302
+ msgid_plural "Average of %s Ratings:"
3303
+ msgstr[0] ""
3304
+ msgstr[1] ""
3305
+
3306
+ #. translators: %s is a number
3307
+ #: ../includes/class-strong-testimonials-shortcode-average.php:166
3308
+ #: ../includes/class-strong-testimonials-shortcode-average.php:173
3309
+ #, php-format
3310
+ msgid "%s star"
3311
+ msgid_plural "%s stars"
3312
+ msgstr[0] ""
3313
+ msgstr[1] ""
3314
+
3315
+ #: ../includes/class-strong-testimonials-shortcode-average.php:167
3316
+ #, php-format
3317
+ msgid "(based on %s rating)"
3318
+ msgid_plural "(based on %s ratings)"
3319
+ msgstr[0] ""
3320
+ msgstr[1] ""
3321
+
3322
+ #: ../includes/class-strong-testimonials-shortcode.php:77
3323
+ #, php-format
3324
+ msgid "Testimonial view %s not found."
3325
  msgstr ""
3326
 
3327
+ #: ../includes/class-strong-testimonials-shortcode.php:78
3328
+ #: ../includes/class-strong-view.php:78
3329
  msgid "(Only administrators see this message.)"
3330
  msgstr ""
3331
 
3332
+ #: ../includes/class-strong-view.php:77
3333
+ msgid "No testimonials found. Check your view settings."
3334
+ msgstr ""
3335
+
3336
  #: ../includes/functions-activation.php:30
3337
  msgid "An error occurred:"
3338
  msgstr ""
3692
  msgid "View:"
3693
  msgstr ""
3694
 
3695
+ #: ../strong-testimonials.php:126 ../strong-testimonials.php:138
3696
  msgid "Cheatin&#8217; huh?"
3697
  msgstr ""
3698
 
4022
  #~ msgid "The Form"
4023
  #~ msgstr "O Formulário"
4024
 
 
 
 
4025
  #~ msgid ""
4026
  #~ "Please use the <a href=\"%s\" target=\"_blank\">support forum</a> or <a "
4027
  #~ "href=\"%s\" target=\"_blank\">contact me</a>."
4145
  #~ "Estes shortcodes se tornará obsoleto em breve. Por favor migrar para <a "
4146
  #~ "href=\"%s\"><code>[strong]</code></a> shortcode."
4147
 
 
 
 
4148
  #~ msgid ""
4149
  #~ "This shortcode will be deprecated soon. Please migrate to the <a href=\"%s"
4150
  #~ "\"><code>[strong]</code></a> shortcode."
languages/strong-testimonials-ru_RU.mo CHANGED
Binary file
languages/strong-testimonials-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.11.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-04-23 17:56-0400\n"
6
- "PO-Revision-Date: 2018-04-23 17:56-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: \n"
9
  "Language: ru_RU\n"
@@ -12,7 +12,7 @@ msgstr ""
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
14
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
15
- "X-Generator: Poedit 2.0.7\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -24,38 +24,36 @@ msgstr ""
24
  msgid "Flexible Features. Strong Support."
25
  msgstr ""
26
 
27
- #: ../admin/about/about.php:2
 
 
28
  msgid ""
29
- "The highest-rated free testimonials plugin trusted by more than 50,000 "
30
- "people keeps getting better."
31
  msgstr ""
32
 
33
- #: ../admin/about/about.php:5
34
  msgid ""
35
- "Your site is unique, right? So are your testimonials. This plugin is "
36
- "designed from the ground up to simplify the process of customizing your "
37
  "testimonials or reviews."
38
  msgstr ""
39
 
40
- #: ../admin/about/about.php:6
41
  msgid ""
42
  "<strong>Custom fields</strong> are deeply integrated into Strong "
43
- "Testimonials so it's simple to configure the fields on your testimonial "
44
- "submission form, update those fields when adding or editing testimonials, "
45
- "and select which fields to display on your testimonials. The plugin even "
46
- "includes a default set of custom fields so you can get started quickly."
47
  msgstr ""
48
 
49
- #: ../admin/about/about.php:7
50
  msgid ""
51
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
52
  "unlimited testimonial displays including grids and slideshows with features "
53
  "like excerpts and pagination in a variety of templates."
54
  msgstr ""
55
 
56
- #: ../admin/about/about.php:8
57
  msgid ""
58
- "Power up with plugins like Popup Maker or Google Captcha. For developers, "
59
  "actions and filters allow further customization."
60
  msgstr ""
61
 
@@ -63,34 +61,40 @@ msgstr ""
63
  msgid "Get More Features With Pro Add-ons"
64
  msgstr ""
65
 
66
- #: ../admin/about/class-strong-testimonials-about.php:48
67
- #: ../admin/about/class-strong-testimonials-about.php:49
68
- #: ../admin/about/class-strong-testimonials-about.php:77
69
  msgid "About"
70
  msgstr ""
71
 
72
- #: ../admin/about/class-strong-testimonials-about.php:66
 
73
  #, php-format
74
  msgid "Welcome to Strong Testimonials %s"
75
  msgstr ""
76
 
77
- #: ../admin/about/class-strong-testimonials-about.php:69
78
  msgid "Thank you for updating to the latest version!"
79
  msgstr ""
80
 
81
- #: ../admin/about/class-strong-testimonials-about.php:73
 
82
  #, php-format
83
  msgid "Version %s"
84
  msgstr ""
85
 
86
- #: ../admin/about/class-strong-testimonials-about.php:79
87
  msgid "What&#8217;s New"
88
  msgstr ""
89
 
90
- #: ../admin/about/class-strong-testimonials-about.php:81
91
  msgid "How To"
92
  msgstr ""
93
 
 
 
 
 
94
  #: ../admin/about/how-to.php:2
95
  msgid ""
96
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
@@ -184,45 +188,14 @@ msgid "Select <strong>Slideshow</strong> mode."
184
  msgstr ""
185
 
186
  #: ../admin/about/how-to.php:56
187
- msgid "How to Display the Number of Testimonials"
188
- msgstr ""
189
-
190
- #: ../admin/about/how-to.php:57
191
- #, php-format
192
- msgid "Use the %s shortcode."
193
- msgstr ""
194
-
195
- #: ../admin/about/how-to.php:58 ../admin/about/how-to.php:61
196
- #: ../admin/class-strong-testimonials-help.php:90
197
- msgid "For example:"
198
- msgstr ""
199
-
200
- #: ../admin/about/how-to.php:59
201
- #, php-format
202
- msgid "Read some of our %s testimonials!"
203
- msgstr ""
204
-
205
- #: ../admin/about/how-to.php:60
206
- #, php-format
207
- msgid ""
208
- "To count for a specific category, add the %s attribute with the category "
209
- "slug."
210
- msgstr ""
211
-
212
- #: ../admin/about/how-to.php:62
213
- #, php-format
214
- msgid "Here's what %s local clients say"
215
- msgstr ""
216
-
217
- #: ../admin/about/how-to.php:66
218
  msgid "How to Translate"
219
  msgstr ""
220
 
221
- #: ../admin/about/how-to.php:67
222
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
223
  msgstr ""
224
 
225
- #: ../admin/about/how-to.php:68
226
  msgid ""
227
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
228
  "strong> pages. Those domains encompass the form fields, the form messages, "
@@ -290,8 +263,59 @@ msgstr ""
290
  msgid "Form examples"
291
  msgstr ""
292
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  # @ strong-testimonials
294
- #: ../admin/admin-notices.php:66 ../admin/views.php:26
295
  msgid "Defaults restored."
296
  msgstr "Исходные установки восстановлены."
297
 
@@ -300,7 +324,7 @@ msgstr "Исходные установки восстановлены."
300
  msgid "Fields saved."
301
  msgstr "Поля сохранены."
302
 
303
- #: ../admin/admin-notices.php:90 ../admin/views.php:24
304
  msgid "Changes cancelled."
305
  msgstr ""
306
 
@@ -377,16 +401,16 @@ msgstr ""
377
 
378
  # @ strong-testimonials
379
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
380
- #: ../admin/class-strong-views-list-table.php:51
381
  msgid "ID"
382
  msgstr "ID"
383
 
384
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
385
  #: ../admin/class-strong-testimonials-defaults.php:316
386
- #: ../admin/class-strong-views-list-table.php:54
387
  #: ../admin/partials/views/view-name.php:10
388
  #: ../admin/settings/partials/email-from.php:25
389
- #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:533
390
  msgid "Name"
391
  msgstr ""
392
 
@@ -428,39 +452,39 @@ msgstr "Категории"
428
  msgid "Date"
429
  msgstr "Дата"
430
 
431
- #: ../admin/class-strong-testimonials-admin-scripts.php:135
432
  msgctxt "Field editor: The default label for new fields"
433
  msgid "New Field"
434
  msgstr ""
435
 
436
- #: ../admin/class-strong-testimonials-admin-scripts.php:136
437
  msgctxt "Fields editor: To indicate when a field type can only be used once."
438
  msgid "(in use)"
439
  msgstr ""
440
 
441
- #: ../admin/class-strong-testimonials-admin-scripts.php:137
442
  msgctxt "Fields editor: To indicate when no categories have been found."
443
  msgid "(none found)"
444
  msgstr ""
445
 
446
  # @ strong-testimonials
447
- #: ../admin/class-strong-testimonials-admin-scripts.php:206
448
  #: ../admin/class-strong-testimonials-defaults.php:72
449
  msgid "This field is required."
450
  msgstr "Это поле является обязательным."
451
 
452
- #: ../admin/class-strong-testimonials-admin-scripts.php:207
453
- #: ../admin/edd/Strong_Plugin_Updater.php:115
454
- #: ../admin/edd/Strong_Plugin_Updater.php:166
455
- #: ../admin/edd/Strong_Plugin_Updater.php:222
456
  msgid "An error occurred, please try again."
457
  msgstr ""
458
 
459
- #: ../admin/class-strong-testimonials-admin-scripts.php:208
460
  msgid "Restore the default settings?"
461
  msgstr ""
462
 
463
- #: ../admin/class-strong-testimonials-admin-scripts.php:241
464
  msgid "click to insert into message at caret"
465
  msgstr ""
466
 
@@ -481,7 +505,7 @@ msgstr "Содержание Отзыва"
481
  msgid "Featured Image"
482
  msgstr "Избранное Изображение"
483
 
484
- #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:479
485
  #: ../includes/l10n-wpml.php:152
486
  msgid "text"
487
  msgstr ""
@@ -506,7 +530,7 @@ msgstr ""
506
  msgid "category checklist"
507
  msgstr ""
508
 
509
- #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:485
510
  msgid "shortcode"
511
  msgstr ""
512
 
@@ -575,7 +599,7 @@ msgstr "Заголовок для вашего отзыва."
575
  #: ../admin/class-strong-testimonials-defaults.php:288
576
  #: ../admin/class-strong-testimonials-defaults.php:336
577
  #: ../admin/partials/views/option-title.php:15
578
- #: ../admin/settings/class-strong-testimonials-settings.php:50
579
  msgid "Testimonial"
580
  msgstr "Отзыв"
581
 
@@ -605,12 +629,12 @@ msgstr ""
605
  #. translators: Settings > Form > Messages tab
606
  #: ../admin/class-strong-testimonials-defaults.php:392
607
  msgctxt "setting description"
608
- msgid "Required Field"
609
  msgstr ""
610
 
611
  #: ../admin/class-strong-testimonials-defaults.php:393
612
  msgctxt "Default message for required notice at top of form."
613
- msgid "Required field"
614
  msgstr ""
615
 
616
  #. translators: Settings > Form > Messages tab
@@ -625,250 +649,250 @@ msgid "Captcha"
625
  msgstr ""
626
 
627
  #. translators: Settings > Form > Messages tab
628
- #: ../admin/class-strong-testimonials-defaults.php:405
629
  msgctxt "description"
630
  msgid "Submit Button"
631
  msgstr ""
632
 
633
  # @ strong-testimonials
634
  #. translators: Default label for the Submit button on testimonial form.
635
- #: ../admin/class-strong-testimonials-defaults.php:407
636
  #, fuzzy
637
  msgctxt "the Submit button"
638
  msgid "Add Testimonial"
639
  msgstr "Добавить отзыв"
640
 
641
  #. translators: Settings > Form > Messages tab
642
- #: ../admin/class-strong-testimonials-defaults.php:412
643
  msgctxt "description"
644
  msgid "Submission Error"
645
  msgstr ""
646
 
647
  # @ strong-testimonials
648
  #. translators: Default message for submission form error.
649
- #: ../admin/class-strong-testimonials-defaults.php:414
650
  #, fuzzy
651
  msgctxt "error message"
652
  msgid "There was a problem processing your testimonial."
653
  msgstr "Возникла проблема с обработкой вашего отзыва."
654
 
655
  #. translators: Settings > Form > Messages tab
656
- #: ../admin/class-strong-testimonials-defaults.php:419
657
  msgctxt "description"
658
  msgid "Submission Success"
659
  msgstr ""
660
 
661
  #. translators: Default message for submission form success message.
662
- #: ../admin/class-strong-testimonials-defaults.php:421
663
  msgctxt "success message"
664
  msgid "Thank you! Your testimonial is waiting to be approved."
665
  msgstr ""
666
 
667
  #. translators: Default subject line for new testimonial notification email.
668
- #: ../admin/class-strong-testimonials-defaults.php:447
669
  msgid "New testimonial for %BLOGNAME%"
670
  msgstr ""
671
 
672
  #. translators: Default message for new testimonial notification email.
673
- #: ../admin/class-strong-testimonials-defaults.php:449
674
  msgid ""
675
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
676
  "website administrator."
677
  msgstr ""
678
 
679
- #: ../admin/class-strong-testimonials-defaults.php:479
680
  msgid "Display"
681
  msgstr ""
682
 
683
- #: ../admin/class-strong-testimonials-defaults.php:480
684
  msgid "Display your testimonials in a list or a grid."
685
  msgstr ""
686
 
687
  # @ strong-testimonials
688
  #. translators: In the view editor.
689
- #: ../admin/class-strong-testimonials-defaults.php:484
690
- #: ../admin/partials/views/group-slideshow.php:4
691
  msgid "Slideshow"
692
  msgstr "Слайдшоу"
693
 
694
- #: ../admin/class-strong-testimonials-defaults.php:485
695
  msgid "Create a slideshow of your testimonials."
696
  msgstr ""
697
 
698
  # @ strong-testimonials
699
- #: ../admin/class-strong-testimonials-defaults.php:489
700
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
701
  #, fuzzy
702
  msgid "Form"
703
  msgstr "Форма"
704
 
705
- #: ../admin/class-strong-testimonials-defaults.php:490
706
  msgid "Display a testimonial submission form."
707
  msgstr ""
708
 
709
- #: ../admin/class-strong-testimonials-defaults.php:494
710
  msgid "Single Template"
711
  msgstr ""
712
 
713
- #: ../admin/class-strong-testimonials-defaults.php:495
714
  msgid "When viewing the testimonial using a theme's single post template."
715
  msgstr ""
716
 
717
- #: ../admin/class-strong-testimonials-defaults.php:500
718
  msgctxt "display order"
719
  msgid "random"
720
  msgstr ""
721
 
722
- #: ../admin/class-strong-testimonials-defaults.php:501
723
  msgctxt "display order"
724
  msgid "menu order"
725
  msgstr ""
726
 
727
- #: ../admin/class-strong-testimonials-defaults.php:502
728
  msgctxt "display order"
729
  msgid "newest first"
730
  msgstr ""
731
 
732
- #: ../admin/class-strong-testimonials-defaults.php:503
733
  msgctxt "display order"
734
  msgid "oldest first"
735
  msgstr ""
736
 
737
- #: ../admin/class-strong-testimonials-defaults.php:507
738
  msgctxt "slideshow transition option"
739
  msgid "no transition effect"
740
  msgstr ""
741
 
742
- #: ../admin/class-strong-testimonials-defaults.php:508
743
  msgctxt "slideshow transition option"
744
  msgid "fade"
745
  msgstr ""
746
 
747
- #: ../admin/class-strong-testimonials-defaults.php:509
748
  msgctxt "slideshow transition option"
749
  msgid "scroll horizontally"
750
  msgstr ""
751
 
752
- #: ../admin/class-strong-testimonials-defaults.php:510
753
  msgctxt "slideshow transition option"
754
  msgid "scroll vertically"
755
  msgstr ""
756
 
757
- #: ../admin/class-strong-testimonials-defaults.php:514
758
  msgctxt "slideshow option"
759
  msgid "Adjust height for each slide"
760
  msgstr ""
761
 
762
- #: ../admin/class-strong-testimonials-defaults.php:515
763
  msgctxt "slideshow option"
764
  msgid "Set height to match the tallest slide"
765
  msgstr ""
766
 
767
- #: ../admin/class-strong-testimonials-defaults.php:521
768
  msgctxt "slideshow controls option"
769
  msgid "none"
770
  msgstr ""
771
 
772
- #: ../admin/class-strong-testimonials-defaults.php:529
773
  msgctxt "slideshow controls option"
774
  msgid "Bottom: previous / play-pause / next"
775
  msgstr ""
776
 
777
- #: ../admin/class-strong-testimonials-defaults.php:541
778
  msgctxt "slideshow controls option"
779
  msgid "Bottom: previous / next"
780
  msgstr ""
781
 
782
- #: ../admin/class-strong-testimonials-defaults.php:550
783
  msgctxt "slideshow controls option"
784
  msgid "Sides: previous / next"
785
  msgstr ""
786
 
787
- #: ../admin/class-strong-testimonials-defaults.php:563
788
  msgctxt "slideshow navigation option"
789
  msgid "none"
790
  msgstr ""
791
 
792
- #: ../admin/class-strong-testimonials-defaults.php:567
793
  msgctxt "slideshow navigation option"
794
  msgid "full"
795
  msgstr ""
796
 
797
- #: ../admin/class-strong-testimonials-defaults.php:580
798
  msgctxt "slideshow navigation option"
799
  msgid "buttons 1"
800
  msgstr ""
801
 
802
- #: ../admin/class-strong-testimonials-defaults.php:590
803
  msgctxt "slideshow navigation option"
804
  msgid "buttons 2"
805
  msgstr ""
806
 
807
- #: ../admin/class-strong-testimonials-defaults.php:600
808
  msgctxt "slideshow navigation option"
809
  msgid "buttons 3"
810
  msgstr ""
811
 
812
- #: ../admin/class-strong-testimonials-defaults.php:610
813
- #: ../admin/class-strong-testimonials-defaults.php:630
814
  msgctxt "slideshow navigation option"
815
  msgid "text"
816
  msgstr ""
817
 
818
- #: ../admin/class-strong-testimonials-defaults.php:613
819
  msgctxt "slideshow control"
820
  msgid "Play"
821
  msgstr ""
822
 
823
- #: ../admin/class-strong-testimonials-defaults.php:614
824
  msgctxt "slideshow control"
825
  msgid "Pause"
826
  msgstr ""
827
 
828
- #: ../admin/class-strong-testimonials-defaults.php:615
829
  msgctxt "slideshow_control"
830
  msgid "Previous"
831
  msgstr ""
832
 
833
- #: ../admin/class-strong-testimonials-defaults.php:616
834
  msgctxt "slideshow_control"
835
  msgid "Next"
836
  msgstr ""
837
 
838
- #: ../admin/class-strong-testimonials-defaults.php:622
839
  msgctxt "slideshow navigation option"
840
  msgid "buttons"
841
  msgstr ""
842
 
843
- #: ../admin/class-strong-testimonials-defaults.php:642
844
  msgctxt "slideshow navigation option"
845
  msgid "inside"
846
  msgstr ""
847
 
848
- #: ../admin/class-strong-testimonials-defaults.php:643
849
  msgctxt "slideshow navigation option"
850
  msgid "outside"
851
  msgstr ""
852
 
853
  # @ strong-testimonials
854
- #: ../admin/class-strong-testimonials-defaults.php:706
855
  #, fuzzy
856
  msgctxt "link"
857
  msgid "Read more"
858
  msgstr "Читать далее"
859
 
860
- #: ../admin/class-strong-testimonials-defaults.php:710
861
  msgctxt "link"
862
  msgid "Read more testimonials"
863
  msgstr ""
864
 
865
- #: ../admin/class-strong-testimonials-defaults.php:795
866
  msgid ""
867
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
868
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
869
  msgstr ""
870
 
871
- #: ../admin/class-strong-testimonials-defaults.php:806
872
  msgid "An excellent plugin for math- and image-based captchas."
873
  msgstr ""
874
 
@@ -914,7 +938,7 @@ msgid ""
914
  msgstr ""
915
 
916
  #: ../admin/class-strong-testimonials-help.php:46
917
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:264
918
  msgid "Prerender"
919
  msgstr ""
920
 
@@ -969,6 +993,10 @@ msgstr ""
969
  msgid "You can create an <strong>unlimited</strong> number of views."
970
  msgstr ""
971
 
 
 
 
 
972
  #: ../admin/class-strong-testimonials-help.php:92
973
  msgid ""
974
  "Create a view to display your testimonials in a list, grid, or slideshow."
@@ -1021,11 +1049,11 @@ msgid ""
1021
  msgstr ""
1022
 
1023
  #: ../admin/class-strong-testimonials-help.php:125
1024
- msgid "<code>[testimonial_view id=1 category=\"service-1\"]</code>"
1025
  msgstr ""
1026
 
1027
  #: ../admin/class-strong-testimonials-help.php:126
1028
- msgid "<code>[testimonial_view id=1 category=\"service-2\"]</code>"
1029
  msgstr ""
1030
 
1031
  #: ../admin/class-strong-testimonials-help.php:129
@@ -1034,8 +1062,8 @@ msgstr ""
1034
 
1035
  #: ../admin/class-strong-testimonials-help.php:130
1036
  msgid ""
1037
- "<code>[testimonial_view id=1 category=\"service-3\" order=\"random\" count="
1038
- "\"5\"]</code>"
1039
  msgstr ""
1040
 
1041
  #: ../admin/class-strong-testimonials-help.php:132
@@ -1222,6 +1250,108 @@ msgstr ""
1222
  msgid "Select All"
1223
  msgstr ""
1224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1225
  # @ strong-testimonials
1226
  #: ../admin/class-strong-testimonials-post-editor.php:38
1227
  #, fuzzy
@@ -1252,7 +1382,7 @@ msgid "Cancel"
1252
  msgstr ""
1253
 
1254
  #: ../admin/class-strong-testimonials-post-editor.php:232
1255
- #: ../admin/class-strong-views-list-table.php:117
1256
  msgid "Edit"
1257
  msgstr ""
1258
 
@@ -1261,48 +1391,52 @@ msgstr ""
1261
  msgid "shortcode %s not found"
1262
  msgstr ""
1263
 
1264
- #: ../admin/class-strong-views-list-table.php:55
 
 
 
 
1265
  #: ../admin/partials/views/view-mode.php:3
1266
  msgid "Mode"
1267
  msgstr ""
1268
 
1269
  #. translators: On the Views admin screen.
1270
- #: ../admin/class-strong-views-list-table.php:56
1271
  #: ../admin/partials/views/option-template-list.php:3
1272
  msgid "Template"
1273
  msgstr ""
1274
 
1275
  # @ strong-testimonials
1276
- #: ../admin/class-strong-views-list-table.php:57
1277
- #: ../admin/partials/views/view-shortcode.php:17
1278
  msgid "Shortcode"
1279
  msgstr "Шорткод"
1280
 
1281
- #: ../admin/class-strong-views-list-table.php:118
1282
  msgid "Duplicate"
1283
  msgstr ""
1284
 
1285
- #: ../admin/class-strong-views-list-table.php:119
1286
  #, php-format
1287
  msgid "Delete \"%s\"?"
1288
  msgstr ""
1289
 
1290
  # @ default
1291
- #: ../admin/class-strong-views-list-table.php:119
1292
  #: ../admin/partials/fields/field-controls.php:9
1293
  msgid "Delete"
1294
  msgstr "Удалить"
1295
 
1296
- #: ../admin/class-strong-views-list-table.php:131
1297
  msgid "stick to top of list"
1298
  msgstr ""
1299
 
1300
- #: ../admin/class-strong-views-list-table.php:146
1301
  msgid "theme single post template"
1302
  msgstr ""
1303
 
1304
  #. translators: On the Views admin screen.
1305
- #: ../admin/class-strong-views-list-table.php:172
1306
  #: ../admin/partials/views/template-not-found.php:19
1307
  msgid "not found"
1308
  msgstr ""
@@ -1313,7 +1447,7 @@ msgstr ""
1313
 
1314
  # @ default
1315
  #: ../admin/custom-fields.php:147
1316
- #: ../admin/settings/class-strong-testimonials-settings.php:43
1317
  #: ../admin/views.php:17
1318
  msgid "You do not have sufficient permissions to access this page."
1319
  msgstr "Вы не имеете достаточно прав для доступа к этой странице."
@@ -1327,7 +1461,7 @@ msgstr ""
1327
  #: ../admin/custom-fields.php:159
1328
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1329
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1330
- #: ../admin/partials/views/group-fields.php:4
1331
  msgid "Fields"
1332
  msgstr "Поля"
1333
 
@@ -1339,11 +1473,11 @@ msgstr ""
1339
  msgid "Click a field to open its options panel."
1340
  msgstr ""
1341
 
1342
- #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:10
1343
  #: ../admin/partials/views/option-pagination.php:3
1344
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1345
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:269
1346
- #: ../admin/views.php:69
1347
  msgid "Help"
1348
  msgstr ""
1349
 
@@ -1352,12 +1486,12 @@ msgstr ""
1352
  msgid "Add New Field"
1353
  msgstr "Добавить Новое Поле"
1354
 
1355
- #: ../admin/custom-fields.php:194 ../admin/views.php:254
1356
  msgid "Cancel Changes"
1357
  msgstr ""
1358
 
1359
  # @ strong-testimonials
1360
- #: ../admin/custom-fields.php:195 ../admin/views.php:255
1361
  msgid "Restore Defaults"
1362
  msgstr "Сброс Установок"
1363
 
@@ -1388,13 +1522,13 @@ msgid "next to the checkbox"
1388
  msgstr ""
1389
 
1390
  # @ strong-testimonials
1391
- #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:304
1392
- #: ../admin/views.php:581
1393
  msgid "Before"
1394
  msgstr "Перед"
1395
 
1396
  # @ strong-testimonials
1397
- #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:312
1398
  msgid "After"
1399
  msgstr "После"
1400
 
@@ -1464,46 +1598,46 @@ msgstr ""
1464
  msgid "Error"
1465
  msgstr ""
1466
 
1467
- #: ../admin/edd/Strong_Plugin_Updater.php:124
1468
  msgid "An error occurred, please contact support."
1469
  msgstr ""
1470
 
1471
- #: ../admin/edd/Strong_Plugin_Updater.php:133
1472
  #, php-format
1473
  msgid "Your license key expired on %s."
1474
  msgstr ""
1475
 
1476
- #: ../admin/edd/Strong_Plugin_Updater.php:140
1477
  msgid "Your license key has been disabled."
1478
  msgstr ""
1479
 
1480
- #: ../admin/edd/Strong_Plugin_Updater.php:145
1481
  msgid "Invalid license."
1482
  msgstr ""
1483
 
1484
- #: ../admin/edd/Strong_Plugin_Updater.php:151
1485
  msgid "Your license is not active for this URL."
1486
  msgstr ""
1487
 
1488
- #: ../admin/edd/Strong_Plugin_Updater.php:156
1489
  #, php-format
1490
  msgid "This appears to be an invalid license key for %s."
1491
  msgstr ""
1492
 
1493
- #: ../admin/edd/Strong_Plugin_Updater.php:161
1494
  msgid "Your license key has reached its activation limit."
1495
  msgstr ""
1496
 
1497
  # @ strong-testimonials
1498
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1499
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1500
- #: ../admin/settings/class-strong-testimonials-settings.php:50
1501
  msgid "Settings"
1502
  msgstr "Настройки"
1503
 
1504
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1505
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1506
- #: ../admin/views.php:67
1507
  msgid "Views"
1508
  msgstr ""
1509
 
@@ -1514,12 +1648,12 @@ msgctxt "verb"
1514
  msgid "Close"
1515
  msgstr "Закрыть"
1516
 
1517
- #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:510
1518
- #: ../admin/views.php:523
1519
  msgid "click to open or close"
1520
  msgstr ""
1521
 
1522
- #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:516
1523
  msgid "drag and drop to reorder"
1524
  msgstr ""
1525
 
@@ -1578,28 +1712,41 @@ msgstr ""
1578
  msgid "Select a field type or delete this field."
1579
  msgstr ""
1580
 
1581
- #: ../admin/partials/views/group-compat.php:3
1582
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:45
 
1583
  msgid "Compatibility"
1584
  msgstr ""
1585
 
1586
  #. translators: On the Views admin screen.
1587
- #: ../admin/partials/views/group-extra.php:4
1588
  msgid "Extra"
1589
  msgstr ""
1590
 
1591
  #. translators: On the Views admin screen.
1592
- #: ../admin/partials/views/group-form.php:4
1593
  msgid "Actions"
1594
  msgstr ""
1595
 
1596
  #. translators: On the Views admin screen.
1597
- #: ../admin/partials/views/group-query.php:4
1598
  msgid "Query"
1599
  msgstr ""
1600
 
 
 
 
 
 
 
 
 
 
 
 
 
1601
  #. translators: On the Views admin screen.
1602
- #: ../admin/partials/views/group-style.php:4
1603
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1604
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1605
  msgid "Style"
@@ -1693,9 +1840,9 @@ msgid "CSS Classes"
1693
  msgstr ""
1694
 
1695
  #: ../admin/partials/views/option-classes.php:10
1696
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:448
1697
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:530
1698
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:565
1699
  #: ../admin/settings/partials/general.php:57
1700
  msgid "For advanced users."
1701
  msgstr ""
@@ -1712,7 +1859,7 @@ msgstr ""
1712
  msgid "Font Color"
1713
  msgstr ""
1714
 
1715
- #: ../admin/partials/views/option-color.php:24 ../admin/views.php:471
1716
  msgid "custom"
1717
  msgstr ""
1718
 
@@ -2262,242 +2409,336 @@ msgstr ""
2262
  msgid "Options"
2263
  msgstr ""
2264
 
2265
- #: ../admin/partials/views/view-shortcode.php:6
2266
- msgid "copy to clipboard"
2267
- msgstr ""
2268
-
2269
  #: ../admin/partials/views/view-shortcode.php:10
2270
  msgctxt "The shortcode for a new View."
2271
  msgid "will be available after you save this"
2272
  msgstr ""
2273
 
2274
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:118
2275
  msgid "Common Scenarios"
2276
  msgstr ""
2277
 
2278
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:126
2279
- msgid "Views Not Working"
2280
  msgstr ""
2281
 
2282
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:129
2283
  msgid "Possible Cause"
2284
  msgstr ""
2285
 
2286
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:132
2287
- msgid "Solution"
2288
  msgstr ""
2289
 
2290
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:138
2291
- msgid ""
2292
- "A testimonial view does not look right the first time you view the page."
2293
  msgstr ""
2294
 
2295
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:139
2296
  msgid ""
2297
- "For example, it does not seem to have any style, the slideshow has not "
2298
- "started, or the pagination is missing."
2299
  msgstr ""
2300
 
2301
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:140
2302
- msgid "When you refresh the page, the view does appear correctly."
 
2303
  msgstr ""
2304
 
2305
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:143
2306
  msgid ""
2307
- "Your site is using <strong>Ajax page loading</strong> &ndash; also known as "
2308
- "page animations, transition effects or Pjax (pushState Ajax) &ndash; "
2309
- "provided by your theme or another plugin."
2310
  msgstr ""
2311
 
2312
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:144
2313
  msgid ""
2314
  "Instead of loading the entire page, this technique fetches only the new "
2315
  "content."
2316
  msgstr ""
2317
 
2318
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:147
2319
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:167
2320
  msgid "Ajax Page Loading"
2321
  msgstr ""
2322
 
2323
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:148
2324
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2325
  msgid "General"
2326
  msgstr ""
2327
 
2328
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:150
2329
- msgctxt "link text on Settings > Compatibility tab"
2330
  msgid "Set this now"
2331
  msgstr ""
2332
 
2333
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:172
2334
- msgid "Type"
2335
  msgstr ""
2336
 
2337
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2338
  msgid "This does not perform Ajax page loading."
2339
  msgstr ""
2340
 
2341
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:178
2342
  msgid ""
2343
  "It provides compatibility with themes and plugins that use Ajax to load "
2344
  "pages, also known as page animation or transition effects."
2345
  msgstr ""
2346
 
2347
  # @ strong-testimonials
2348
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2349
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:336
2350
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:383
2351
  msgid "None"
2352
  msgstr "Нет"
2353
 
2354
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2355
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:294
2356
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:384
 
2357
  msgid "(default)"
2358
  msgstr ""
2359
 
2360
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:207
2361
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:388
2362
  msgid "No compatibility needed."
2363
  msgstr ""
2364
 
2365
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:208
2366
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:299
2367
  msgid "This works well for most themes."
2368
  msgstr ""
2369
 
2370
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:228
2371
  msgid "Be ready to render any view at any time."
2372
  msgstr ""
2373
 
2374
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:229
2375
  msgid "This works well with common Ajax methods."
2376
  msgstr ""
2377
 
2378
  # @ strong-testimonials
2379
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2380
  msgid "Advanced"
2381
  msgstr "Продвинутый режим"
2382
 
2383
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:250
2384
  msgid "For specific configurations."
2385
  msgstr ""
2386
 
2387
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:268
2388
  msgid "Load stylesheets and populate script variables up front."
2389
  msgstr ""
2390
 
2391
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:293
2392
  msgid "Current page"
2393
  msgstr ""
2394
 
2395
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:298
2396
  msgid "For the current page only."
2397
  msgstr ""
2398
 
2399
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:315
2400
  msgid "All views"
2401
  msgstr ""
2402
 
2403
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:319
2404
  msgid "For all views. Required for Ajax page loading."
2405
  msgstr ""
2406
 
2407
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:320
2408
  msgid "Then select an option for <strong>Monitor</strong> below."
2409
  msgstr ""
2410
 
2411
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:340
2412
  msgid ""
2413
  "When the shortcode is rendered. May result in a flash of unstyled content."
2414
  msgstr ""
2415
 
2416
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2417
  msgid "Monitor"
2418
  msgstr ""
2419
 
2420
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:358
2421
- msgid "Initialize slideshows, pagination and form validation as pages change."
2422
  msgstr ""
2423
 
2424
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2425
  msgid "Universal"
2426
  msgstr ""
2427
 
2428
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:412
2429
  msgid "Watch for page changes on a timer."
2430
  msgstr ""
2431
 
2432
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:419
2433
  msgctxt "timer setting"
2434
  msgid "Check every"
2435
  msgstr ""
2436
 
2437
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:426
2438
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:468
2439
  msgctxt "timer setting"
2440
  msgid "seconds"
2441
  msgstr ""
2442
 
2443
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:443
2444
  msgid "Observer"
2445
  msgstr ""
2446
 
2447
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:447
2448
  msgid "React to changes in specific page elements."
2449
  msgstr ""
2450
 
2451
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:460
2452
  msgctxt "timer setting"
2453
  msgid "Check once after"
2454
  msgstr ""
2455
 
2456
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:480
2457
  msgid "Container ID"
2458
  msgstr ""
2459
 
2460
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:488
2461
  msgid "the element to observe"
2462
  msgstr ""
2463
 
2464
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:500
2465
  msgid "Added node ID"
2466
  msgstr ""
2467
 
2468
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2469
  msgid "the element being added"
2470
  msgstr ""
2471
 
2472
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:525
2473
  msgid "Custom event"
2474
  msgstr ""
2475
 
2476
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:529
2477
  msgid "Listen for specific events."
2478
  msgstr ""
2479
 
2480
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:537
2481
  msgid "Event name"
2482
  msgstr ""
2483
 
2484
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:560
2485
  msgid "Specific script"
2486
  msgstr ""
2487
 
2488
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:564
2489
  msgid "Register a callback for a specific Ajax script."
2490
  msgstr ""
2491
 
2492
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:572
2493
  msgid "Script name"
2494
  msgstr ""
2495
 
2496
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:578
2497
  #: ../includes/widget2.php:96
2498
  msgid "&mdash; Select &mdash;"
2499
  msgstr ""
2500
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2501
  # @ strong-testimonials
2502
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2503
  #, fuzzy
@@ -2510,7 +2751,7 @@ msgid "Licenses"
2510
  msgstr ""
2511
 
2512
  # @ default
2513
- #: ../admin/settings/class-strong-testimonials-settings.php:54
2514
  msgid "Settings saved."
2515
  msgstr "Настройки сохраняются."
2516
 
@@ -2566,123 +2807,123 @@ msgstr ""
2566
  msgid "Form Labels & Messages"
2567
  msgstr ""
2568
 
2569
- #: ../admin/settings/partials/form.php:87
2570
  msgid "Display required notice at top of form"
2571
  msgstr ""
2572
 
2573
  # @ strong-testimonials
2574
- #: ../admin/settings/partials/form.php:98
2575
  #, fuzzy
2576
  msgctxt "singular"
2577
  msgid "restore default"
2578
  msgstr "Восстановить По Умолчанию"
2579
 
2580
- #: ../admin/settings/partials/form.php:109
2581
  msgid "Restore Default Messages"
2582
  msgstr ""
2583
 
2584
- #: ../admin/settings/partials/form.php:117
2585
  msgid "Scroll"
2586
  msgstr ""
2587
 
2588
- #: ../admin/settings/partials/form.php:125
2589
  #, php-format
2590
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2591
  msgstr ""
2592
 
2593
- #: ../admin/settings/partials/form.php:132
2594
  #, php-format
2595
  msgid ""
2596
  "If success, scroll to the success message minus %s pixels. On by default."
2597
  msgstr ""
2598
 
2599
- #: ../admin/settings/partials/form.php:148
2600
  msgid "Form Actions"
2601
  msgstr ""
2602
 
2603
- #: ../admin/settings/partials/form.php:154
2604
  msgid "Upon Successful Submission"
2605
  msgstr ""
2606
 
2607
- #: ../admin/settings/partials/form.php:162
2608
  msgid "display message"
2609
  msgstr ""
2610
 
2611
- #: ../admin/settings/partials/form.php:170
2612
  msgid "redirect to a page"
2613
  msgstr ""
2614
 
2615
- #: ../admin/settings/partials/form.php:175
2616
  msgid "&mdash; select a page &mdash;"
2617
  msgstr ""
2618
 
2619
- #: ../admin/settings/partials/form.php:189
2620
  msgctxt "to select a redirect page"
2621
  msgid "or enter its ID or slug"
2622
  msgstr ""
2623
 
2624
- #: ../admin/settings/partials/form.php:203
2625
  msgid "redirect to a URL"
2626
  msgstr ""
2627
 
2628
- #: ../admin/settings/partials/form.php:218
2629
  msgid "Post Status"
2630
  msgstr ""
2631
 
2632
  # @ strong-testimonials
2633
- #: ../admin/settings/partials/form.php:227
2634
  #, fuzzy
2635
  msgid "Pending"
2636
  msgstr "Заголовок"
2637
 
2638
  # @ strong-testimonials
2639
- #: ../admin/settings/partials/form.php:234
2640
  #, fuzzy
2641
  msgid "Published"
2642
  msgstr "Публиковать"
2643
 
2644
- #: ../admin/settings/partials/form.php:244
2645
  msgid "Notification Email"
2646
  msgstr ""
2647
 
2648
- #: ../admin/settings/partials/form.php:254
2649
  msgid "Send an email upon new testimonial submission."
2650
  msgstr ""
2651
 
2652
- #: ../admin/settings/partials/form.php:279
2653
  msgid "Form Spam Control"
2654
  msgstr ""
2655
 
2656
  # @ strong-testimonials
2657
- #: ../admin/settings/partials/form.php:285
2658
  #, fuzzy
2659
  msgctxt "spam control techniques"
2660
  msgid "Honeypot"
2661
  msgstr "Спам-ловушки"
2662
 
2663
- #: ../admin/settings/partials/form.php:290
2664
  msgid ""
2665
  "These methods for trapping spambots are both time-tested and widely used. "
2666
  "May be used simultaneously for more protection."
2667
  msgstr ""
2668
 
2669
- #: ../admin/settings/partials/form.php:293
2670
  msgid ""
2671
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2672
  "loading, caching or minification."
2673
  msgstr ""
2674
 
2675
- #: ../admin/settings/partials/form.php:296
2676
  msgid "If your form is not working properly, try disabling these."
2677
  msgstr ""
2678
 
2679
- #: ../admin/settings/partials/form.php:306
2680
  msgid ""
2681
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2682
  "every field they find in the form. Empty field = human. Not empty = spambot."
2683
  msgstr ""
2684
 
2685
- #: ../admin/settings/partials/form.php:314
2686
  msgid ""
2687
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2688
  "JavaScript so the new field never gets added. New field = human. Missing = "
@@ -2690,58 +2931,58 @@ msgid ""
2690
  msgstr ""
2691
 
2692
  # @ strong-testimonials
2693
- #: ../admin/settings/partials/form.php:322
2694
  #, fuzzy
2695
  msgid "Captcha"
2696
  msgstr "Капча"
2697
 
2698
- #: ../admin/settings/partials/form.php:327
2699
  msgid ""
2700
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2701
  "first, if necessary."
2702
  msgstr ""
2703
 
2704
- #: ../admin/settings/partials/form.php:328
2705
  msgid "May be used alongside honeypot methods."
2706
  msgstr ""
2707
 
2708
- #: ../admin/settings/partials/form.php:331
2709
  msgid "May not be compatible with Ajax page loading."
2710
  msgstr ""
2711
 
2712
  # @ strong-testimonials
2713
- #: ../admin/settings/partials/form.php:356
2714
  #, fuzzy
2715
  msgctxt "link"
2716
  msgid "settings"
2717
  msgstr "настройки"
2718
 
2719
  # @ strong-testimonials
2720
- #: ../admin/settings/partials/form.php:358
2721
  msgid "no settings"
2722
  msgstr "нет настроек"
2723
 
2724
  # @ strong-testimonials
2725
- #: ../admin/settings/partials/form.php:363
2726
  #, fuzzy
2727
  msgctxt "adjective"
2728
  msgid "inactive"
2729
  msgstr "неактивный"
2730
 
2731
  # @ strong-testimonials
2732
- #: ../admin/settings/partials/form.php:370
2733
  msgid "not installed"
2734
  msgstr "не установлено"
2735
 
2736
  # @ strong-testimonials
2737
- #: ../admin/settings/partials/form.php:373
2738
  #, fuzzy
2739
  msgctxt "link"
2740
  msgid "install plugin"
2741
  msgstr "установить плагин"
2742
 
2743
  # @ strong-testimonials
2744
- #: ../admin/settings/partials/form.php:379
2745
  #, fuzzy
2746
  msgctxt "link"
2747
  msgid "plugin page"
@@ -2944,155 +3185,159 @@ msgid ""
2944
  "Images</a> plugin."
2945
  msgstr ""
2946
 
2947
- #: ../admin/settings/partials/licenses.php:12
 
 
 
 
2948
  msgid ""
2949
  "Valid license keys allow you to receive automatic updates and priority "
2950
  "support."
2951
  msgstr ""
2952
 
2953
- #: ../admin/settings/partials/licenses.php:13
2954
  msgid ""
2955
  "To transfer a license to another site or to uninstall the add-on, please "
2956
  "deactivate the license here first."
2957
  msgstr ""
2958
 
2959
- #: ../admin/settings/partials/licenses.php:14
2960
  #, php-format
2961
  msgid ""
2962
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
2963
  msgstr ""
2964
 
2965
- #: ../admin/settings/partials/licenses.php:19
2966
  msgid "Add-on"
2967
  msgstr ""
2968
 
2969
- #: ../admin/settings/partials/licenses.php:20
2970
  msgid "License Key"
2971
  msgstr ""
2972
 
2973
- #: ../admin/settings/partials/licenses.php:21
2974
  msgid "Status"
2975
  msgstr ""
2976
 
2977
- #: ../admin/views.php:28
2978
  msgid "View saved."
2979
  msgstr ""
2980
 
2981
- #: ../admin/views.php:30
2982
  msgid "View deleted."
2983
  msgstr ""
2984
 
2985
- #: ../admin/views.php:41 ../admin/views.php:200
2986
  msgid "Edit View"
2987
  msgstr ""
2988
 
2989
- #: ../admin/views.php:42 ../includes/functions-views.php:38
2990
  msgid "An error occurred."
2991
  msgstr ""
2992
 
2993
- #: ../admin/views.php:42 ../includes/functions-activation.php:34
2994
  #: ../includes/functions-views.php:40
2995
  #, php-format
2996
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
2997
  msgstr ""
2998
 
2999
- #: ../admin/views.php:57
3000
- msgid "Invalid request. Please try again."
3001
  msgstr ""
3002
 
3003
- #: ../admin/views.php:68 ../admin/views.php:201 ../includes/post-types.php:56
3004
- msgid "Add New"
3005
  msgstr ""
3006
 
3007
- #: ../admin/views.php:200
3008
  msgid "Add View"
3009
  msgstr ""
3010
 
3011
- #: ../admin/views.php:202
3012
  msgid "Return To List"
3013
  msgstr ""
3014
 
3015
- #: ../admin/views.php:204
3016
  msgid "Duplicate This View"
3017
  msgstr ""
3018
 
3019
- #: ../admin/views.php:472
3020
  msgid "built-in"
3021
  msgstr ""
3022
 
3023
- #: ../admin/views.php:480
3024
  msgid "link with another field"
3025
  msgstr ""
3026
 
3027
- #: ../admin/views.php:481
3028
  msgid "link (must be URL type)"
3029
  msgstr ""
3030
 
3031
- #: ../admin/views.php:482
3032
  msgid "date"
3033
  msgstr ""
3034
 
3035
- #: ../admin/views.php:483
3036
  msgid "category"
3037
  msgstr ""
3038
 
3039
- #: ../admin/views.php:484
3040
  msgid "rating"
3041
  msgstr ""
3042
 
3043
- #: ../admin/views.php:518
3044
  msgid "remove this field"
3045
  msgstr ""
3046
 
3047
- #: ../admin/views.php:556
3048
  msgid "Display Type"
3049
  msgstr ""
3050
 
3051
- #: ../admin/views.php:589
3052
  msgid "CSS Class"
3053
  msgstr ""
3054
 
3055
- #: ../admin/views.php:636
3056
  msgid "Link Text"
3057
  msgstr ""
3058
 
3059
- #: ../admin/views.php:638
3060
  msgid "this field's value"
3061
  msgstr ""
3062
 
3063
- #: ../admin/views.php:639
3064
  msgid "this field's label"
3065
  msgstr ""
3066
 
3067
- #: ../admin/views.php:640
3068
  msgid "custom text"
3069
  msgstr ""
3070
 
3071
- #: ../admin/views.php:659
3072
  msgid "URL Field"
3073
  msgstr ""
3074
 
3075
- #: ../admin/views.php:676
3076
  msgid "new tab"
3077
  msgstr ""
3078
 
3079
- #: ../admin/views.php:701
3080
  msgid "Format"
3081
  msgstr ""
3082
 
3083
- #: ../admin/views.php:709
3084
  msgid "more about date formats"
3085
  msgstr ""
3086
 
3087
- #: ../admin/views.php:759 ../admin/views.php:787
3088
  msgid "filter categories"
3089
  msgstr ""
3090
 
3091
- #: ../includes/class-strong-form.php:496
3092
  msgid "Unknown error."
3093
  msgstr ""
3094
 
3095
- #: ../includes/class-strong-form.php:641
3096
  msgid "star"
3097
  msgid_plural "stars"
3098
  msgstr[0] ""
@@ -3111,19 +3356,59 @@ msgstr ""
3111
  msgid "Plugin"
3112
  msgstr ""
3113
 
3114
- #: ../includes/class-strong-testimonials-shortcodes.php:75
3115
- #, php-format
3116
- msgid "Strong Testimonials View %s not found"
3117
  msgstr ""
3118
 
3119
- #: ../includes/class-strong-view.php:69
3120
- msgid "No testimonials found. Check your view settings."
3121
  msgstr ""
3122
 
3123
- #: ../includes/class-strong-view.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3124
  msgid "(Only administrators see this message.)"
3125
  msgstr ""
3126
 
 
 
 
 
3127
  #: ../includes/functions-activation.php:30
3128
  msgid "An error occurred:"
3129
  msgstr ""
@@ -3505,7 +3790,7 @@ msgctxt "widget setting"
3505
  msgid "View:"
3506
  msgstr ""
3507
 
3508
- #: ../strong-testimonials.php:127 ../strong-testimonials.php:139
3509
  msgid "Cheatin&#8217; huh?"
3510
  msgstr ""
3511
 
@@ -3922,10 +4207,6 @@ msgstr ""
3922
  #~ msgid "The Form"
3923
  #~ msgstr "Форма"
3924
 
3925
- # @ strong-testimonials
3926
- #~ msgid "Shortcodes"
3927
- #~ msgstr "Шорткоды"
3928
-
3929
  # @ strong-testimonials
3930
  #, fuzzy
3931
  #~ msgid ""
@@ -4274,10 +4555,6 @@ msgstr ""
4274
  #~ "Поддержка этих шорткодов будет прекращена в ближайшее время. Пожалуйста, "
4275
  #~ "перейдите на <code>[strong]</code> шорткоды."
4276
 
4277
- # @ strong-testimonials
4278
- #~ msgid "Default:"
4279
- #~ msgstr "По умолчанию:"
4280
-
4281
  # @ strong-testimonials
4282
  #~ msgid "Add testimonials to your site in three simple steps."
4283
  #~ msgstr "Добавление отзывов на ваш сайт включает три простых шага."
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.11.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-08-02 15:24-0400\n"
6
+ "PO-Revision-Date: 2018-08-02 15:24-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: \n"
9
  "Language: ru_RU\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
14
  "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
15
+ "X-Generator: Poedit 2.1.1\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
18
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
24
  msgid "Flexible Features. Strong Support."
25
  msgstr ""
26
 
27
+ #. translators: %s is a formatted number
28
+ #: ../admin/about/about.php:3
29
+ #, php-format
30
  msgid ""
31
+ "The highest-rated free testimonials plugin trusted by more than %s people."
 
32
  msgstr ""
33
 
34
+ #: ../admin/about/about.php:6
35
  msgid ""
36
+ "Designed from the ground up to simplify the process of customizing your "
 
37
  "testimonials or reviews."
38
  msgstr ""
39
 
40
+ #: ../admin/about/about.php:7
41
  msgid ""
42
  "<strong>Custom fields</strong> are deeply integrated into Strong "
43
+ "Testimonials. It even includes a default set of custom fields so you can get "
44
+ "started quickly."
 
 
45
  msgstr ""
46
 
47
+ #: ../admin/about/about.php:8
48
  msgid ""
49
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
50
  "unlimited testimonial displays including grids and slideshows with features "
51
  "like excerpts and pagination in a variety of templates."
52
  msgstr ""
53
 
54
+ #: ../admin/about/about.php:9
55
  msgid ""
56
+ "Integrate with plugins like Popup Maker or Google Captcha. For developers, "
57
  "actions and filters allow further customization."
58
  msgstr ""
59
 
61
  msgid "Get More Features With Pro Add-ons"
62
  msgstr ""
63
 
64
+ #: ../admin/about/class-strong-testimonials-about.php:42
65
+ #: ../admin/about/class-strong-testimonials-about.php:43
66
+ #: ../admin/about/class-strong-testimonials-about.php:73
67
  msgid "About"
68
  msgstr ""
69
 
70
+ #. translators: %s is the plugin version number
71
+ #: ../admin/about/class-strong-testimonials-about.php:61
72
  #, php-format
73
  msgid "Welcome to Strong Testimonials %s"
74
  msgstr ""
75
 
76
+ #: ../admin/about/class-strong-testimonials-about.php:64
77
  msgid "Thank you for updating to the latest version!"
78
  msgstr ""
79
 
80
+ #. translators: %s is the plugin version number
81
+ #: ../admin/about/class-strong-testimonials-about.php:69
82
  #, php-format
83
  msgid "Version %s"
84
  msgstr ""
85
 
86
+ #: ../admin/about/class-strong-testimonials-about.php:75
87
  msgid "What&#8217;s New"
88
  msgstr ""
89
 
90
+ #: ../admin/about/class-strong-testimonials-about.php:77
91
  msgid "How To"
92
  msgstr ""
93
 
94
+ #: ../admin/about/class-strong-testimonials-about.php:79
95
+ msgid "Privacy"
96
+ msgstr ""
97
+
98
  #: ../admin/about/how-to.php:2
99
  msgid ""
100
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
188
  msgstr ""
189
 
190
  #: ../admin/about/how-to.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  msgid "How to Translate"
192
  msgstr ""
193
 
194
+ #: ../admin/about/how-to.php:57
195
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
196
  msgstr ""
197
 
198
+ #: ../admin/about/how-to.php:58
199
  msgid ""
200
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
201
  "strong> pages. Those domains encompass the form fields, the form messages, "
263
  msgid "Form examples"
264
  msgstr ""
265
 
266
+ #: ../admin/about/privacy.php:1
267
+ msgid "Privacy and GDPR"
268
+ msgstr ""
269
+
270
+ #: ../admin/about/privacy.php:2
271
+ msgid "Compliance is entirely in your control."
272
+ msgstr ""
273
+
274
+ #: ../admin/about/privacy.php:5
275
+ msgid ""
276
+ "By default, this plugin does not store any user or visitor data, does not "
277
+ "send any data to remote servers, act as a service or embed content, does not "
278
+ "edit the comments form in any way."
279
+ msgstr ""
280
+
281
+ #: ../admin/about/privacy.php:6
282
+ msgid ""
283
+ "The plugin also prevents displaying email addresses in your testimonials on "
284
+ "the front end."
285
+ msgstr ""
286
+
287
+ #: ../admin/about/privacy.php:7
288
+ msgid "However, this plugin provides features that may involve private data."
289
+ msgstr ""
290
+
291
+ #: ../admin/about/privacy.php:8
292
+ msgid ""
293
+ "If you use the testimonial submission form, the data collected on that form "
294
+ "will be stored in your database."
295
+ msgstr ""
296
+
297
+ #: ../admin/about/privacy.php:9
298
+ msgid ""
299
+ "If you enable the administrator notification email upon new testimonial "
300
+ "submission, the data collected on your form, at your selection, may be "
301
+ "included in that notification email."
302
+ msgstr ""
303
+
304
+ #: ../admin/about/privacy.php:10
305
+ msgid ""
306
+ "If you enable comments on testimonials, the plugin will use your theme's "
307
+ "single post template and comment form."
308
+ msgstr ""
309
+
310
+ #: ../admin/about/privacy.php:11
311
+ msgid ""
312
+ "If you embed third-party posts such as Twitter, YouTube and FaceBook in your "
313
+ "testimonials, you will be agreeing to the Terms of Use of those third-party "
314
+ "sites."
315
+ msgstr ""
316
+
317
  # @ strong-testimonials
318
+ #: ../admin/admin-notices.php:66 ../admin/views.php:36
319
  msgid "Defaults restored."
320
  msgstr "Исходные установки восстановлены."
321
 
324
  msgid "Fields saved."
325
  msgstr "Поля сохранены."
326
 
327
+ #: ../admin/admin-notices.php:90 ../admin/views.php:35
328
  msgid "Changes cancelled."
329
  msgstr ""
330
 
401
 
402
  # @ strong-testimonials
403
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
404
+ #: ../admin/class-strong-views-list-table.php:61
405
  msgid "ID"
406
  msgstr "ID"
407
 
408
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
409
  #: ../admin/class-strong-testimonials-defaults.php:316
410
+ #: ../admin/class-strong-views-list-table.php:64
411
  #: ../admin/partials/views/view-name.php:10
412
  #: ../admin/settings/partials/email-from.php:25
413
+ #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:547
414
  msgid "Name"
415
  msgstr ""
416
 
452
  msgid "Date"
453
  msgstr "Дата"
454
 
455
+ #: ../admin/class-strong-testimonials-admin-scripts.php:136
456
  msgctxt "Field editor: The default label for new fields"
457
  msgid "New Field"
458
  msgstr ""
459
 
460
+ #: ../admin/class-strong-testimonials-admin-scripts.php:137
461
  msgctxt "Fields editor: To indicate when a field type can only be used once."
462
  msgid "(in use)"
463
  msgstr ""
464
 
465
+ #: ../admin/class-strong-testimonials-admin-scripts.php:138
466
  msgctxt "Fields editor: To indicate when no categories have been found."
467
  msgid "(none found)"
468
  msgstr ""
469
 
470
  # @ strong-testimonials
471
+ #: ../admin/class-strong-testimonials-admin-scripts.php:207
472
  #: ../admin/class-strong-testimonials-defaults.php:72
473
  msgid "This field is required."
474
  msgstr "Это поле является обязательным."
475
 
476
+ #: ../admin/class-strong-testimonials-admin-scripts.php:208
477
+ #: ../admin/edd/Strong_Plugin_Updater.php:105
478
+ #: ../admin/edd/Strong_Plugin_Updater.php:156
479
+ #: ../admin/edd/Strong_Plugin_Updater.php:212
480
  msgid "An error occurred, please try again."
481
  msgstr ""
482
 
483
+ #: ../admin/class-strong-testimonials-admin-scripts.php:209
484
  msgid "Restore the default settings?"
485
  msgstr ""
486
 
487
+ #: ../admin/class-strong-testimonials-admin-scripts.php:242
488
  msgid "click to insert into message at caret"
489
  msgstr ""
490
 
505
  msgid "Featured Image"
506
  msgstr "Избранное Изображение"
507
 
508
+ #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:493
509
  #: ../includes/l10n-wpml.php:152
510
  msgid "text"
511
  msgstr ""
530
  msgid "category checklist"
531
  msgstr ""
532
 
533
+ #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:499
534
  msgid "shortcode"
535
  msgstr ""
536
 
599
  #: ../admin/class-strong-testimonials-defaults.php:288
600
  #: ../admin/class-strong-testimonials-defaults.php:336
601
  #: ../admin/partials/views/option-title.php:15
602
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
603
  msgid "Testimonial"
604
  msgstr "Отзыв"
605
 
629
  #. translators: Settings > Form > Messages tab
630
  #: ../admin/class-strong-testimonials-defaults.php:392
631
  msgctxt "setting description"
632
+ msgid "Required"
633
  msgstr ""
634
 
635
  #: ../admin/class-strong-testimonials-defaults.php:393
636
  msgctxt "Default message for required notice at top of form."
637
+ msgid "Required"
638
  msgstr ""
639
 
640
  #. translators: Settings > Form > Messages tab
649
  msgstr ""
650
 
651
  #. translators: Settings > Form > Messages tab
652
+ #: ../admin/class-strong-testimonials-defaults.php:406
653
  msgctxt "description"
654
  msgid "Submit Button"
655
  msgstr ""
656
 
657
  # @ strong-testimonials
658
  #. translators: Default label for the Submit button on testimonial form.
659
+ #: ../admin/class-strong-testimonials-defaults.php:408
660
  #, fuzzy
661
  msgctxt "the Submit button"
662
  msgid "Add Testimonial"
663
  msgstr "Добавить отзыв"
664
 
665
  #. translators: Settings > Form > Messages tab
666
+ #: ../admin/class-strong-testimonials-defaults.php:413
667
  msgctxt "description"
668
  msgid "Submission Error"
669
  msgstr ""
670
 
671
  # @ strong-testimonials
672
  #. translators: Default message for submission form error.
673
+ #: ../admin/class-strong-testimonials-defaults.php:415
674
  #, fuzzy
675
  msgctxt "error message"
676
  msgid "There was a problem processing your testimonial."
677
  msgstr "Возникла проблема с обработкой вашего отзыва."
678
 
679
  #. translators: Settings > Form > Messages tab
680
+ #: ../admin/class-strong-testimonials-defaults.php:420
681
  msgctxt "description"
682
  msgid "Submission Success"
683
  msgstr ""
684
 
685
  #. translators: Default message for submission form success message.
686
+ #: ../admin/class-strong-testimonials-defaults.php:422
687
  msgctxt "success message"
688
  msgid "Thank you! Your testimonial is waiting to be approved."
689
  msgstr ""
690
 
691
  #. translators: Default subject line for new testimonial notification email.
692
+ #: ../admin/class-strong-testimonials-defaults.php:448
693
  msgid "New testimonial for %BLOGNAME%"
694
  msgstr ""
695
 
696
  #. translators: Default message for new testimonial notification email.
697
+ #: ../admin/class-strong-testimonials-defaults.php:450
698
  msgid ""
699
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
700
  "website administrator."
701
  msgstr ""
702
 
703
+ #: ../admin/class-strong-testimonials-defaults.php:480
704
  msgid "Display"
705
  msgstr ""
706
 
707
+ #: ../admin/class-strong-testimonials-defaults.php:481
708
  msgid "Display your testimonials in a list or a grid."
709
  msgstr ""
710
 
711
  # @ strong-testimonials
712
  #. translators: In the view editor.
713
+ #: ../admin/class-strong-testimonials-defaults.php:485
714
+ #: ../admin/partials/views/group-slideshow.php:14
715
  msgid "Slideshow"
716
  msgstr "Слайдшоу"
717
 
718
+ #: ../admin/class-strong-testimonials-defaults.php:486
719
  msgid "Create a slideshow of your testimonials."
720
  msgstr ""
721
 
722
  # @ strong-testimonials
723
+ #: ../admin/class-strong-testimonials-defaults.php:490
724
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
725
  #, fuzzy
726
  msgid "Form"
727
  msgstr "Форма"
728
 
729
+ #: ../admin/class-strong-testimonials-defaults.php:491
730
  msgid "Display a testimonial submission form."
731
  msgstr ""
732
 
733
+ #: ../admin/class-strong-testimonials-defaults.php:495
734
  msgid "Single Template"
735
  msgstr ""
736
 
737
+ #: ../admin/class-strong-testimonials-defaults.php:496
738
  msgid "When viewing the testimonial using a theme's single post template."
739
  msgstr ""
740
 
741
+ #: ../admin/class-strong-testimonials-defaults.php:501
742
  msgctxt "display order"
743
  msgid "random"
744
  msgstr ""
745
 
746
+ #: ../admin/class-strong-testimonials-defaults.php:502
747
  msgctxt "display order"
748
  msgid "menu order"
749
  msgstr ""
750
 
751
+ #: ../admin/class-strong-testimonials-defaults.php:503
752
  msgctxt "display order"
753
  msgid "newest first"
754
  msgstr ""
755
 
756
+ #: ../admin/class-strong-testimonials-defaults.php:504
757
  msgctxt "display order"
758
  msgid "oldest first"
759
  msgstr ""
760
 
761
+ #: ../admin/class-strong-testimonials-defaults.php:508
762
  msgctxt "slideshow transition option"
763
  msgid "no transition effect"
764
  msgstr ""
765
 
766
+ #: ../admin/class-strong-testimonials-defaults.php:509
767
  msgctxt "slideshow transition option"
768
  msgid "fade"
769
  msgstr ""
770
 
771
+ #: ../admin/class-strong-testimonials-defaults.php:510
772
  msgctxt "slideshow transition option"
773
  msgid "scroll horizontally"
774
  msgstr ""
775
 
776
+ #: ../admin/class-strong-testimonials-defaults.php:511
777
  msgctxt "slideshow transition option"
778
  msgid "scroll vertically"
779
  msgstr ""
780
 
781
+ #: ../admin/class-strong-testimonials-defaults.php:515
782
  msgctxt "slideshow option"
783
  msgid "Adjust height for each slide"
784
  msgstr ""
785
 
786
+ #: ../admin/class-strong-testimonials-defaults.php:516
787
  msgctxt "slideshow option"
788
  msgid "Set height to match the tallest slide"
789
  msgstr ""
790
 
791
+ #: ../admin/class-strong-testimonials-defaults.php:522
792
  msgctxt "slideshow controls option"
793
  msgid "none"
794
  msgstr ""
795
 
796
+ #: ../admin/class-strong-testimonials-defaults.php:530
797
  msgctxt "slideshow controls option"
798
  msgid "Bottom: previous / play-pause / next"
799
  msgstr ""
800
 
801
+ #: ../admin/class-strong-testimonials-defaults.php:542
802
  msgctxt "slideshow controls option"
803
  msgid "Bottom: previous / next"
804
  msgstr ""
805
 
806
+ #: ../admin/class-strong-testimonials-defaults.php:551
807
  msgctxt "slideshow controls option"
808
  msgid "Sides: previous / next"
809
  msgstr ""
810
 
811
+ #: ../admin/class-strong-testimonials-defaults.php:564
812
  msgctxt "slideshow navigation option"
813
  msgid "none"
814
  msgstr ""
815
 
816
+ #: ../admin/class-strong-testimonials-defaults.php:568
817
  msgctxt "slideshow navigation option"
818
  msgid "full"
819
  msgstr ""
820
 
821
+ #: ../admin/class-strong-testimonials-defaults.php:581
822
  msgctxt "slideshow navigation option"
823
  msgid "buttons 1"
824
  msgstr ""
825
 
826
+ #: ../admin/class-strong-testimonials-defaults.php:591
827
  msgctxt "slideshow navigation option"
828
  msgid "buttons 2"
829
  msgstr ""
830
 
831
+ #: ../admin/class-strong-testimonials-defaults.php:601
832
  msgctxt "slideshow navigation option"
833
  msgid "buttons 3"
834
  msgstr ""
835
 
836
+ #: ../admin/class-strong-testimonials-defaults.php:611
837
+ #: ../admin/class-strong-testimonials-defaults.php:631
838
  msgctxt "slideshow navigation option"
839
  msgid "text"
840
  msgstr ""
841
 
842
+ #: ../admin/class-strong-testimonials-defaults.php:614
843
  msgctxt "slideshow control"
844
  msgid "Play"
845
  msgstr ""
846
 
847
+ #: ../admin/class-strong-testimonials-defaults.php:615
848
  msgctxt "slideshow control"
849
  msgid "Pause"
850
  msgstr ""
851
 
852
+ #: ../admin/class-strong-testimonials-defaults.php:616
853
  msgctxt "slideshow_control"
854
  msgid "Previous"
855
  msgstr ""
856
 
857
+ #: ../admin/class-strong-testimonials-defaults.php:617
858
  msgctxt "slideshow_control"
859
  msgid "Next"
860
  msgstr ""
861
 
862
+ #: ../admin/class-strong-testimonials-defaults.php:623
863
  msgctxt "slideshow navigation option"
864
  msgid "buttons"
865
  msgstr ""
866
 
867
+ #: ../admin/class-strong-testimonials-defaults.php:643
868
  msgctxt "slideshow navigation option"
869
  msgid "inside"
870
  msgstr ""
871
 
872
+ #: ../admin/class-strong-testimonials-defaults.php:644
873
  msgctxt "slideshow navigation option"
874
  msgid "outside"
875
  msgstr ""
876
 
877
  # @ strong-testimonials
878
+ #: ../admin/class-strong-testimonials-defaults.php:707
879
  #, fuzzy
880
  msgctxt "link"
881
  msgid "Read more"
882
  msgstr "Читать далее"
883
 
884
+ #: ../admin/class-strong-testimonials-defaults.php:711
885
  msgctxt "link"
886
  msgid "Read more testimonials"
887
  msgstr ""
888
 
889
+ #: ../admin/class-strong-testimonials-defaults.php:809
890
  msgid ""
891
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
892
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
893
  msgstr ""
894
 
895
+ #: ../admin/class-strong-testimonials-defaults.php:820
896
  msgid "An excellent plugin for math- and image-based captchas."
897
  msgstr ""
898
 
938
  msgstr ""
939
 
940
  #: ../admin/class-strong-testimonials-help.php:46
941
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:368
942
  msgid "Prerender"
943
  msgstr ""
944
 
993
  msgid "You can create an <strong>unlimited</strong> number of views."
994
  msgstr ""
995
 
996
+ #: ../admin/class-strong-testimonials-help.php:90
997
+ msgid "For example:"
998
+ msgstr ""
999
+
1000
  #: ../admin/class-strong-testimonials-help.php:92
1001
  msgid ""
1002
  "Create a view to display your testimonials in a list, grid, or slideshow."
1049
  msgstr ""
1050
 
1051
  #: ../admin/class-strong-testimonials-help.php:125
1052
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-1\"]</code>"
1053
  msgstr ""
1054
 
1055
  #: ../admin/class-strong-testimonials-help.php:126
1056
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-2\"]</code>"
1057
  msgstr ""
1058
 
1059
  #: ../admin/class-strong-testimonials-help.php:129
1062
 
1063
  #: ../admin/class-strong-testimonials-help.php:130
1064
  msgid ""
1065
+ "<code>[testimonial_view id=\"1\" category=\"service-3\" order=\"random\" "
1066
+ "count=\"5\"]</code>"
1067
  msgstr ""
1068
 
1069
  #: ../admin/class-strong-testimonials-help.php:132
1250
  msgid "Select All"
1251
  msgstr ""
1252
 
1253
+ # @ strong-testimonials
1254
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:32
1255
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:45
1256
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:46
1257
+ msgid "Shortcodes"
1258
+ msgstr "Шорткоды"
1259
+
1260
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:34
1261
+ #, php-format
1262
+ msgid ""
1263
+ "Open a <a href=\"%s\" target=\"_blank\">support ticket</a> if you need help."
1264
+ msgstr ""
1265
+
1266
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:36
1267
+ msgid "Testimonial Views"
1268
+ msgstr ""
1269
+
1270
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:39
1271
+ msgid ""
1272
+ "Each view has a unique shortcode like <code>&#91;testimonial_view id="
1273
+ "\"1\"&#93;</code>."
1274
+ msgstr ""
1275
+
1276
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:40
1277
+ msgid "Go to views"
1278
+ msgstr ""
1279
+
1280
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:43
1281
+ msgid "Testimonial Count"
1282
+ msgstr ""
1283
+
1284
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:45
1285
+ #, php-format
1286
+ msgid "Use %s to display the number of testimonials."
1287
+ msgstr ""
1288
+
1289
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:50
1290
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:83
1291
+ msgid "Default"
1292
+ msgstr ""
1293
+
1294
+ #. translators: %s is a shortcode
1295
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:55
1296
+ #, php-format
1297
+ msgid "Read some of our %s testimonials!"
1298
+ msgstr ""
1299
+
1300
+ #. translators: %s is a shortcode attribute
1301
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:62
1302
+ #, php-format
1303
+ msgid ""
1304
+ "To count for a specific category, add the %s attribute with the category "
1305
+ "slug."
1306
+ msgstr ""
1307
+
1308
+ #. translators: %s is a shortcode
1309
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:67
1310
+ #, php-format
1311
+ msgid "Here's what %s local clients say"
1312
+ msgstr ""
1313
+
1314
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:73
1315
+ msgid "Average Rating"
1316
+ msgstr ""
1317
+
1318
+ #. translators: %s is a shortcode
1319
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:77
1320
+ #, php-format
1321
+ msgid ""
1322
+ "If using a <strong>single</strong> rating field, use %s to display the "
1323
+ "average rating."
1324
+ msgstr ""
1325
+
1326
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:84
1327
+ msgid ""
1328
+ "You must use the closing slash <code>/</code> if using the shortcode with "
1329
+ "content elsewhere on your page."
1330
+ msgstr ""
1331
+
1332
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:108
1333
+ msgid "Customize using content tags."
1334
+ msgstr ""
1335
+
1336
+ # @ strong-testimonials
1337
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:109
1338
+ msgid "Default:"
1339
+ msgstr "По умолчанию:"
1340
+
1341
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:134
1342
+ msgid "Alternate content tags."
1343
+ msgstr ""
1344
+
1345
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:159
1346
+ msgid "Insert tags into your custom content."
1347
+ msgstr ""
1348
+
1349
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:313
1350
+ msgid ""
1351
+ "The default container element is <code>div</code>. Select another element "
1352
+ "using <code>element</code>."
1353
+ msgstr ""
1354
+
1355
  # @ strong-testimonials
1356
  #: ../admin/class-strong-testimonials-post-editor.php:38
1357
  #, fuzzy
1382
  msgstr ""
1383
 
1384
  #: ../admin/class-strong-testimonials-post-editor.php:232
1385
+ #: ../admin/class-strong-views-list-table.php:127
1386
  msgid "Edit"
1387
  msgstr ""
1388
 
1391
  msgid "shortcode %s not found"
1392
  msgstr ""
1393
 
1394
+ #: ../admin/class-strong-views-list-table.php:19
1395
+ msgid "No views found."
1396
+ msgstr ""
1397
+
1398
+ #: ../admin/class-strong-views-list-table.php:65
1399
  #: ../admin/partials/views/view-mode.php:3
1400
  msgid "Mode"
1401
  msgstr ""
1402
 
1403
  #. translators: On the Views admin screen.
1404
+ #: ../admin/class-strong-views-list-table.php:66
1405
  #: ../admin/partials/views/option-template-list.php:3
1406
  msgid "Template"
1407
  msgstr ""
1408
 
1409
  # @ strong-testimonials
1410
+ #: ../admin/class-strong-views-list-table.php:67
1411
+ #: ../admin/partials/views/view-shortcode.php:26
1412
  msgid "Shortcode"
1413
  msgstr "Шорткод"
1414
 
1415
+ #: ../admin/class-strong-views-list-table.php:128
1416
  msgid "Duplicate"
1417
  msgstr ""
1418
 
1419
+ #: ../admin/class-strong-views-list-table.php:129
1420
  #, php-format
1421
  msgid "Delete \"%s\"?"
1422
  msgstr ""
1423
 
1424
  # @ default
1425
+ #: ../admin/class-strong-views-list-table.php:129
1426
  #: ../admin/partials/fields/field-controls.php:9
1427
  msgid "Delete"
1428
  msgstr "Удалить"
1429
 
1430
+ #: ../admin/class-strong-views-list-table.php:141
1431
  msgid "stick to top of list"
1432
  msgstr ""
1433
 
1434
+ #: ../admin/class-strong-views-list-table.php:156
1435
  msgid "theme single post template"
1436
  msgstr ""
1437
 
1438
  #. translators: On the Views admin screen.
1439
+ #: ../admin/class-strong-views-list-table.php:182
1440
  #: ../admin/partials/views/template-not-found.php:19
1441
  msgid "not found"
1442
  msgstr ""
1447
 
1448
  # @ default
1449
  #: ../admin/custom-fields.php:147
1450
+ #: ../admin/settings/class-strong-testimonials-settings.php:44
1451
  #: ../admin/views.php:17
1452
  msgid "You do not have sufficient permissions to access this page."
1453
  msgstr "Вы не имеете достаточно прав для доступа к этой странице."
1461
  #: ../admin/custom-fields.php:159
1462
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1463
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1464
+ #: ../admin/partials/views/group-fields.php:14
1465
  msgid "Fields"
1466
  msgstr "Поля"
1467
 
1473
  msgid "Click a field to open its options panel."
1474
  msgstr ""
1475
 
1476
+ #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:24
1477
  #: ../admin/partials/views/option-pagination.php:3
1478
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1479
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:373
1480
+ #: ../admin/views.php:73
1481
  msgid "Help"
1482
  msgstr ""
1483
 
1486
  msgid "Add New Field"
1487
  msgstr "Добавить Новое Поле"
1488
 
1489
+ #: ../admin/custom-fields.php:194 ../admin/views.php:262
1490
  msgid "Cancel Changes"
1491
  msgstr ""
1492
 
1493
  # @ strong-testimonials
1494
+ #: ../admin/custom-fields.php:195 ../admin/views.php:263
1495
  msgid "Restore Defaults"
1496
  msgstr "Сброс Установок"
1497
 
1522
  msgstr ""
1523
 
1524
  # @ strong-testimonials
1525
+ #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:307
1526
+ #: ../admin/views.php:595
1527
  msgid "Before"
1528
  msgstr "Перед"
1529
 
1530
  # @ strong-testimonials
1531
+ #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:315
1532
  msgid "After"
1533
  msgstr "После"
1534
 
1598
  msgid "Error"
1599
  msgstr ""
1600
 
1601
+ #: ../admin/edd/Strong_Plugin_Updater.php:114
1602
  msgid "An error occurred, please contact support."
1603
  msgstr ""
1604
 
1605
+ #: ../admin/edd/Strong_Plugin_Updater.php:123
1606
  #, php-format
1607
  msgid "Your license key expired on %s."
1608
  msgstr ""
1609
 
1610
+ #: ../admin/edd/Strong_Plugin_Updater.php:130
1611
  msgid "Your license key has been disabled."
1612
  msgstr ""
1613
 
1614
+ #: ../admin/edd/Strong_Plugin_Updater.php:135
1615
  msgid "Invalid license."
1616
  msgstr ""
1617
 
1618
+ #: ../admin/edd/Strong_Plugin_Updater.php:141
1619
  msgid "Your license is not active for this URL."
1620
  msgstr ""
1621
 
1622
+ #: ../admin/edd/Strong_Plugin_Updater.php:146
1623
  #, php-format
1624
  msgid "This appears to be an invalid license key for %s."
1625
  msgstr ""
1626
 
1627
+ #: ../admin/edd/Strong_Plugin_Updater.php:151
1628
  msgid "Your license key has reached its activation limit."
1629
  msgstr ""
1630
 
1631
  # @ strong-testimonials
1632
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1633
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1634
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
1635
  msgid "Settings"
1636
  msgstr "Настройки"
1637
 
1638
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1639
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1640
+ #: ../admin/views.php:71
1641
  msgid "Views"
1642
  msgstr ""
1643
 
1648
  msgid "Close"
1649
  msgstr "Закрыть"
1650
 
1651
+ #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:524
1652
+ #: ../admin/views.php:537
1653
  msgid "click to open or close"
1654
  msgstr ""
1655
 
1656
+ #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:530
1657
  msgid "drag and drop to reorder"
1658
  msgstr ""
1659
 
1712
  msgid "Select a field type or delete this field."
1713
  msgstr ""
1714
 
1715
+ #. translators: On the Views admin screen.
1716
+ #: ../admin/partials/views/group-compat.php:10
1717
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:46
1718
  msgid "Compatibility"
1719
  msgstr ""
1720
 
1721
  #. translators: On the Views admin screen.
1722
+ #: ../admin/partials/views/group-extra.php:14
1723
  msgid "Extra"
1724
  msgstr ""
1725
 
1726
  #. translators: On the Views admin screen.
1727
+ #: ../admin/partials/views/group-form.php:14
1728
  msgid "Actions"
1729
  msgstr ""
1730
 
1731
  #. translators: On the Views admin screen.
1732
+ #: ../admin/partials/views/group-query.php:14
1733
  msgid "Query"
1734
  msgstr ""
1735
 
1736
+ #: ../admin/partials/views/group-query.php:18
1737
+ msgid "Option"
1738
+ msgstr ""
1739
+
1740
+ #: ../admin/partials/views/group-query.php:19
1741
+ msgid "Setting"
1742
+ msgstr ""
1743
+
1744
+ #: ../admin/partials/views/group-query.php:21
1745
+ msgid "or Shortcode Attribute"
1746
+ msgstr ""
1747
+
1748
  #. translators: On the Views admin screen.
1749
+ #: ../admin/partials/views/group-style.php:14
1750
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1751
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1752
  msgid "Style"
1840
  msgstr ""
1841
 
1842
  #: ../admin/partials/views/option-classes.php:10
1843
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:582
1844
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:674
1845
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:717
1846
  #: ../admin/settings/partials/general.php:57
1847
  msgid "For advanced users."
1848
  msgstr ""
1859
  msgid "Font Color"
1860
  msgstr ""
1861
 
1862
+ #: ../admin/partials/views/option-color.php:24 ../admin/views.php:485
1863
  msgid "custom"
1864
  msgstr ""
1865
 
2409
  msgid "Options"
2410
  msgstr ""
2411
 
 
 
 
 
2412
  #: ../admin/partials/views/view-shortcode.php:10
2413
  msgctxt "The shortcode for a new View."
2414
  msgid "will be available after you save this"
2415
  msgstr ""
2416
 
2417
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
2418
  msgid "Common Scenarios"
2419
  msgstr ""
2420
 
2421
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:185
2422
+ msgid "Symptom"
2423
  msgstr ""
2424
 
2425
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:188
2426
  msgid "Possible Cause"
2427
  msgstr ""
2428
 
2429
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:191
2430
+ msgid "Try"
2431
  msgstr ""
2432
 
2433
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:197
2434
+ msgid "Views not working"
 
2435
  msgstr ""
2436
 
2437
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:198
2438
  msgid ""
2439
+ "A testimonial view does not appear correctly the <strong>first time</strong> "
2440
+ "you view the page but it does when you <strong>refresh</strong> the page."
2441
  msgstr ""
2442
 
2443
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:199
2444
+ msgid ""
2445
+ "For example, it has no style, no pagination, or the slider has not started."
2446
  msgstr ""
2447
 
2448
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2449
  msgid ""
2450
+ "Your site uses <strong>Ajax page loading</strong> &ndash; also known as page "
2451
+ "animations, transition effects or Pjax (pushState Ajax) &ndash; provided by "
2452
+ "your theme or another plugin."
2453
  msgstr ""
2454
 
2455
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2456
  msgid ""
2457
  "Instead of loading the entire page, this technique fetches only the new "
2458
  "content."
2459
  msgstr ""
2460
 
2461
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2462
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:261
2463
  msgid "Ajax Page Loading"
2464
  msgstr ""
2465
 
2466
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2467
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:323
2468
  msgid "General"
2469
  msgstr ""
2470
 
2471
+ #. translators: link text on Settings > Compatibility tab
2472
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:209
2473
  msgid "Set this now"
2474
  msgstr ""
2475
 
2476
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:217
2477
+ msgid "Slider never starts"
2478
  msgstr ""
2479
 
2480
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:218
2481
+ msgid "A testimonial slider does not start or is missing navigation controls."
2482
+ msgstr ""
2483
+
2484
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:221
2485
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:234
2486
+ msgid ""
2487
+ "The page is very busy loading image galleries, other sliders or third-party "
2488
+ "resources like social media posts."
2489
+ msgstr ""
2490
+
2491
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2492
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2493
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:751
2494
+ msgid "Load Event"
2495
+ msgstr ""
2496
+
2497
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2498
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2499
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:808
2500
+ msgid "window load"
2501
+ msgstr ""
2502
+
2503
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:230
2504
+ msgid "Masonry layout not working"
2505
+ msgstr ""
2506
+
2507
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:231
2508
+ msgid ""
2509
+ "A testimonial view with the Masonry layout has only one column or works "
2510
+ "inconsistently in different browsers or devices."
2511
+ msgstr ""
2512
+
2513
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2514
+ msgid "Compatibility Settings"
2515
+ msgstr ""
2516
+
2517
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:248
2518
+ #, php-format
2519
+ msgid ""
2520
+ "<a href=\"%s\" target=\"_blank\">Start a support ticket</a> if you need help "
2521
+ "with these options."
2522
+ msgstr ""
2523
+
2524
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:266
2525
  msgid "This does not perform Ajax page loading."
2526
  msgstr ""
2527
 
2528
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:267
2529
  msgid ""
2530
  "It provides compatibility with themes and plugins that use Ajax to load "
2531
  "pages, also known as page animation or transition effects."
2532
  msgstr ""
2533
 
2534
  # @ strong-testimonials
2535
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:296
2536
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:455
2537
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:507
2538
  msgid "None"
2539
  msgstr "Нет"
2540
 
2541
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:297
2542
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:403
2543
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2544
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:783
2545
  msgid "(default)"
2546
  msgstr ""
2547
 
2548
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:301
2549
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:512
2550
  msgid "No compatibility needed."
2551
  msgstr ""
2552
 
2553
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:302
2554
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2555
  msgid "This works well for most themes."
2556
  msgstr ""
2557
 
2558
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:327
2559
  msgid "Be ready to render any view at any time."
2560
  msgstr ""
2561
 
2562
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:328
2563
  msgid "This works well with common Ajax methods."
2564
  msgstr ""
2565
 
2566
  # @ strong-testimonials
2567
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:350
2568
  msgid "Advanced"
2569
  msgstr "Продвинутый режим"
2570
 
2571
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2572
  msgid "For specific configurations."
2573
  msgstr ""
2574
 
2575
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:372
2576
  msgid "Load stylesheets and populate script variables up front."
2577
  msgstr ""
2578
 
2579
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:402
2580
  msgid "Current page"
2581
  msgstr ""
2582
 
2583
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:407
2584
  msgid "For the current page only."
2585
  msgstr ""
2586
 
2587
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:429
2588
  msgid "All views"
2589
  msgstr ""
2590
 
2591
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:433
2592
  msgid "For all views. Required for Ajax page loading."
2593
  msgstr ""
2594
 
2595
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:434
2596
  msgid "Then select an option for <strong>Monitor</strong> below."
2597
  msgstr ""
2598
 
2599
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:459
2600
  msgid ""
2601
  "When the shortcode is rendered. May result in a flash of unstyled content."
2602
  msgstr ""
2603
 
2604
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:473
2605
  msgid "Monitor"
2606
  msgstr ""
2607
 
2608
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:477
2609
+ msgid "Initialize sliders, pagination and form validation as pages change."
2610
  msgstr ""
2611
 
2612
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:534
2613
  msgid "Universal"
2614
  msgstr ""
2615
 
2616
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:538
2617
  msgid "Watch for page changes on a timer."
2618
  msgstr ""
2619
 
2620
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:545
2621
  msgctxt "timer setting"
2622
  msgid "Check every"
2623
  msgstr ""
2624
 
2625
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:555
2626
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:604
2627
  msgctxt "timer setting"
2628
  msgid "seconds"
2629
  msgstr ""
2630
 
2631
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:577
2632
  msgid "Observer"
2633
  msgstr ""
2634
 
2635
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:581
2636
  msgid "React to changes in specific page elements."
2637
  msgstr ""
2638
 
2639
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:594
2640
  msgctxt "timer setting"
2641
  msgid "Check once after"
2642
  msgstr ""
2643
 
2644
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:616
2645
  msgid "Container ID"
2646
  msgstr ""
2647
 
2648
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:626
2649
  msgid "the element to observe"
2650
  msgstr ""
2651
 
2652
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:638
2653
  msgid "Added node ID"
2654
  msgstr ""
2655
 
2656
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:648
2657
  msgid "the element being added"
2658
  msgstr ""
2659
 
2660
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:669
2661
  msgid "Custom event"
2662
  msgstr ""
2663
 
2664
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:673
2665
  msgid "Listen for specific events."
2666
  msgstr ""
2667
 
2668
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:681
2669
  msgid "Event name"
2670
  msgstr ""
2671
 
2672
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:712
2673
  msgid "Specific script"
2674
  msgstr ""
2675
 
2676
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:716
2677
  msgid "Register a callback for a specific Ajax script."
2678
  msgstr ""
2679
 
2680
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:724
2681
  msgid "Script name"
2682
  msgstr ""
2683
 
2684
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:730
2685
  #: ../includes/widget2.php:96
2686
  msgid "&mdash; Select &mdash;"
2687
  msgstr ""
2688
 
2689
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:755
2690
+ msgid "When to start sliders, Masonry, pagination and form validation."
2691
+ msgstr ""
2692
+
2693
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:782
2694
+ msgid "document ready"
2695
+ msgstr ""
2696
+
2697
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:787
2698
+ msgid "This works well if your page load time is less than a few seconds."
2699
+ msgstr ""
2700
+
2701
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:812
2702
+ msgid "Try this if your page load time is more than a few seconds."
2703
+ msgstr ""
2704
+
2705
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:828
2706
+ msgid "Lazy Loading Images"
2707
+ msgstr ""
2708
+
2709
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:832
2710
+ msgid "Watch for lazy loading images in themes and plugins."
2711
+ msgstr ""
2712
+
2713
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:860
2714
+ msgid "Enable watcher"
2715
+ msgstr ""
2716
+
2717
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:864
2718
+ msgid ""
2719
+ "Most lazy loading techniques use one or two CSS class names to indicate "
2720
+ "which images to lazy load and when the lazy loading is finished."
2721
+ msgstr ""
2722
+
2723
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:865
2724
+ msgid ""
2725
+ "Contact support for your theme or plugin to ask if it uses CSS class names."
2726
+ msgstr ""
2727
+
2728
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:881
2729
+ msgid "CSS Class Names"
2730
+ msgstr ""
2731
+
2732
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:912
2733
+ msgctxt "noun"
2734
+ msgid "start"
2735
+ msgstr ""
2736
+
2737
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:920
2738
+ msgctxt "noun"
2739
+ msgid "finish"
2740
+ msgstr ""
2741
+
2742
  # @ strong-testimonials
2743
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2744
  #, fuzzy
2751
  msgstr ""
2752
 
2753
  # @ default
2754
+ #: ../admin/settings/class-strong-testimonials-settings.php:55
2755
  msgid "Settings saved."
2756
  msgstr "Настройки сохраняются."
2757
 
2807
  msgid "Form Labels & Messages"
2808
  msgstr ""
2809
 
2810
+ #: ../admin/settings/partials/form.php:89
2811
  msgid "Display required notice at top of form"
2812
  msgstr ""
2813
 
2814
  # @ strong-testimonials
2815
+ #: ../admin/settings/partials/form.php:101
2816
  #, fuzzy
2817
  msgctxt "singular"
2818
  msgid "restore default"
2819
  msgstr "Восстановить По Умолчанию"
2820
 
2821
+ #: ../admin/settings/partials/form.php:112
2822
  msgid "Restore Default Messages"
2823
  msgstr ""
2824
 
2825
+ #: ../admin/settings/partials/form.php:120
2826
  msgid "Scroll"
2827
  msgstr ""
2828
 
2829
+ #: ../admin/settings/partials/form.php:128
2830
  #, php-format
2831
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2832
  msgstr ""
2833
 
2834
+ #: ../admin/settings/partials/form.php:135
2835
  #, php-format
2836
  msgid ""
2837
  "If success, scroll to the success message minus %s pixels. On by default."
2838
  msgstr ""
2839
 
2840
+ #: ../admin/settings/partials/form.php:151
2841
  msgid "Form Actions"
2842
  msgstr ""
2843
 
2844
+ #: ../admin/settings/partials/form.php:157
2845
  msgid "Upon Successful Submission"
2846
  msgstr ""
2847
 
2848
+ #: ../admin/settings/partials/form.php:165
2849
  msgid "display message"
2850
  msgstr ""
2851
 
2852
+ #: ../admin/settings/partials/form.php:173
2853
  msgid "redirect to a page"
2854
  msgstr ""
2855
 
2856
+ #: ../admin/settings/partials/form.php:178
2857
  msgid "&mdash; select a page &mdash;"
2858
  msgstr ""
2859
 
2860
+ #: ../admin/settings/partials/form.php:192
2861
  msgctxt "to select a redirect page"
2862
  msgid "or enter its ID or slug"
2863
  msgstr ""
2864
 
2865
+ #: ../admin/settings/partials/form.php:206
2866
  msgid "redirect to a URL"
2867
  msgstr ""
2868
 
2869
+ #: ../admin/settings/partials/form.php:221
2870
  msgid "Post Status"
2871
  msgstr ""
2872
 
2873
  # @ strong-testimonials
2874
+ #: ../admin/settings/partials/form.php:230
2875
  #, fuzzy
2876
  msgid "Pending"
2877
  msgstr "Заголовок"
2878
 
2879
  # @ strong-testimonials
2880
+ #: ../admin/settings/partials/form.php:237
2881
  #, fuzzy
2882
  msgid "Published"
2883
  msgstr "Публиковать"
2884
 
2885
+ #: ../admin/settings/partials/form.php:247
2886
  msgid "Notification Email"
2887
  msgstr ""
2888
 
2889
+ #: ../admin/settings/partials/form.php:257
2890
  msgid "Send an email upon new testimonial submission."
2891
  msgstr ""
2892
 
2893
+ #: ../admin/settings/partials/form.php:282
2894
  msgid "Form Spam Control"
2895
  msgstr ""
2896
 
2897
  # @ strong-testimonials
2898
+ #: ../admin/settings/partials/form.php:288
2899
  #, fuzzy
2900
  msgctxt "spam control techniques"
2901
  msgid "Honeypot"
2902
  msgstr "Спам-ловушки"
2903
 
2904
+ #: ../admin/settings/partials/form.php:293
2905
  msgid ""
2906
  "These methods for trapping spambots are both time-tested and widely used. "
2907
  "May be used simultaneously for more protection."
2908
  msgstr ""
2909
 
2910
+ #: ../admin/settings/partials/form.php:296
2911
  msgid ""
2912
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2913
  "loading, caching or minification."
2914
  msgstr ""
2915
 
2916
+ #: ../admin/settings/partials/form.php:299
2917
  msgid "If your form is not working properly, try disabling these."
2918
  msgstr ""
2919
 
2920
+ #: ../admin/settings/partials/form.php:309
2921
  msgid ""
2922
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2923
  "every field they find in the form. Empty field = human. Not empty = spambot."
2924
  msgstr ""
2925
 
2926
+ #: ../admin/settings/partials/form.php:317
2927
  msgid ""
2928
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2929
  "JavaScript so the new field never gets added. New field = human. Missing = "
2931
  msgstr ""
2932
 
2933
  # @ strong-testimonials
2934
+ #: ../admin/settings/partials/form.php:325
2935
  #, fuzzy
2936
  msgid "Captcha"
2937
  msgstr "Капча"
2938
 
2939
+ #: ../admin/settings/partials/form.php:330
2940
  msgid ""
2941
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2942
  "first, if necessary."
2943
  msgstr ""
2944
 
2945
+ #: ../admin/settings/partials/form.php:331
2946
  msgid "May be used alongside honeypot methods."
2947
  msgstr ""
2948
 
2949
+ #: ../admin/settings/partials/form.php:334
2950
  msgid "May not be compatible with Ajax page loading."
2951
  msgstr ""
2952
 
2953
  # @ strong-testimonials
2954
+ #: ../admin/settings/partials/form.php:359
2955
  #, fuzzy
2956
  msgctxt "link"
2957
  msgid "settings"
2958
  msgstr "настройки"
2959
 
2960
  # @ strong-testimonials
2961
+ #: ../admin/settings/partials/form.php:361
2962
  msgid "no settings"
2963
  msgstr "нет настроек"
2964
 
2965
  # @ strong-testimonials
2966
+ #: ../admin/settings/partials/form.php:366
2967
  #, fuzzy
2968
  msgctxt "adjective"
2969
  msgid "inactive"
2970
  msgstr "неактивный"
2971
 
2972
  # @ strong-testimonials
2973
+ #: ../admin/settings/partials/form.php:373
2974
  msgid "not installed"
2975
  msgstr "не установлено"
2976
 
2977
  # @ strong-testimonials
2978
+ #: ../admin/settings/partials/form.php:376
2979
  #, fuzzy
2980
  msgctxt "link"
2981
  msgid "install plugin"
2982
  msgstr "установить плагин"
2983
 
2984
  # @ strong-testimonials
2985
+ #: ../admin/settings/partials/form.php:382
2986
  #, fuzzy
2987
  msgctxt "link"
2988
  msgid "plugin page"
3185
  "Images</a> plugin."
3186
  msgstr ""
3187
 
3188
+ #: ../admin/settings/partials/licenses.php:11
3189
+ msgid "Add-on Licenses"
3190
+ msgstr ""
3191
+
3192
+ #: ../admin/settings/partials/licenses.php:13
3193
  msgid ""
3194
  "Valid license keys allow you to receive automatic updates and priority "
3195
  "support."
3196
  msgstr ""
3197
 
3198
+ #: ../admin/settings/partials/licenses.php:14
3199
  msgid ""
3200
  "To transfer a license to another site or to uninstall the add-on, please "
3201
  "deactivate the license here first."
3202
  msgstr ""
3203
 
3204
+ #: ../admin/settings/partials/licenses.php:15
3205
  #, php-format
3206
  msgid ""
3207
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
3208
  msgstr ""
3209
 
3210
+ #: ../admin/settings/partials/licenses.php:20
3211
  msgid "Add-on"
3212
  msgstr ""
3213
 
3214
+ #: ../admin/settings/partials/licenses.php:21
3215
  msgid "License Key"
3216
  msgstr ""
3217
 
3218
+ #: ../admin/settings/partials/licenses.php:22
3219
  msgid "Status"
3220
  msgstr ""
3221
 
3222
+ #: ../admin/views.php:37
3223
  msgid "View saved."
3224
  msgstr ""
3225
 
3226
+ #: ../admin/views.php:38
3227
  msgid "View deleted."
3228
  msgstr ""
3229
 
3230
+ #: ../admin/views.php:49 ../admin/views.php:208
3231
  msgid "Edit View"
3232
  msgstr ""
3233
 
3234
+ #: ../admin/views.php:51 ../includes/functions-views.php:38
3235
  msgid "An error occurred."
3236
  msgstr ""
3237
 
3238
+ #: ../admin/views.php:51 ../includes/functions-activation.php:34
3239
  #: ../includes/functions-views.php:40
3240
  #, php-format
3241
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
3242
  msgstr ""
3243
 
3244
+ #: ../admin/views.php:72 ../admin/views.php:209 ../includes/post-types.php:56
3245
+ msgid "Add New"
3246
  msgstr ""
3247
 
3248
+ #: ../admin/views.php:114
3249
+ msgid "Invalid request. Please try again."
3250
  msgstr ""
3251
 
3252
+ #: ../admin/views.php:208
3253
  msgid "Add View"
3254
  msgstr ""
3255
 
3256
+ #: ../admin/views.php:210
3257
  msgid "Return To List"
3258
  msgstr ""
3259
 
3260
+ #: ../admin/views.php:212
3261
  msgid "Duplicate This View"
3262
  msgstr ""
3263
 
3264
+ #: ../admin/views.php:486
3265
  msgid "built-in"
3266
  msgstr ""
3267
 
3268
+ #: ../admin/views.php:494
3269
  msgid "link with another field"
3270
  msgstr ""
3271
 
3272
+ #: ../admin/views.php:495
3273
  msgid "link (must be URL type)"
3274
  msgstr ""
3275
 
3276
+ #: ../admin/views.php:496
3277
  msgid "date"
3278
  msgstr ""
3279
 
3280
+ #: ../admin/views.php:497
3281
  msgid "category"
3282
  msgstr ""
3283
 
3284
+ #: ../admin/views.php:498
3285
  msgid "rating"
3286
  msgstr ""
3287
 
3288
+ #: ../admin/views.php:532
3289
  msgid "remove this field"
3290
  msgstr ""
3291
 
3292
+ #: ../admin/views.php:570
3293
  msgid "Display Type"
3294
  msgstr ""
3295
 
3296
+ #: ../admin/views.php:603
3297
  msgid "CSS Class"
3298
  msgstr ""
3299
 
3300
+ #: ../admin/views.php:650
3301
  msgid "Link Text"
3302
  msgstr ""
3303
 
3304
+ #: ../admin/views.php:652
3305
  msgid "this field's value"
3306
  msgstr ""
3307
 
3308
+ #: ../admin/views.php:653
3309
  msgid "this field's label"
3310
  msgstr ""
3311
 
3312
+ #: ../admin/views.php:654
3313
  msgid "custom text"
3314
  msgstr ""
3315
 
3316
+ #: ../admin/views.php:673
3317
  msgid "URL Field"
3318
  msgstr ""
3319
 
3320
+ #: ../admin/views.php:690
3321
  msgid "new tab"
3322
  msgstr ""
3323
 
3324
+ #: ../admin/views.php:715
3325
  msgid "Format"
3326
  msgstr ""
3327
 
3328
+ #: ../admin/views.php:723
3329
  msgid "more about date formats"
3330
  msgstr ""
3331
 
3332
+ #: ../admin/views.php:772 ../admin/views.php:800
3333
  msgid "filter categories"
3334
  msgstr ""
3335
 
3336
+ #: ../includes/class-strong-form.php:498
3337
  msgid "Unknown error."
3338
  msgstr ""
3339
 
3340
+ #: ../includes/class-strong-form.php:643
3341
  msgid "star"
3342
  msgid_plural "stars"
3343
  msgstr[0] ""
3356
  msgid "Plugin"
3357
  msgstr ""
3358
 
3359
+ #: ../includes/class-strong-testimonials-privacy.php:31
3360
+ msgid "Strong Testimonials Plugin"
 
3361
  msgstr ""
3362
 
3363
+ #: ../includes/class-strong-testimonials-privacy.php:62
3364
+ msgid "Testimonials"
3365
  msgstr ""
3366
 
3367
+ #: ../includes/class-strong-testimonials-shortcode-average.php:139
3368
+ msgid "Average Rating:"
3369
+ msgstr ""
3370
+
3371
+ #. translators: %s is a number
3372
+ #: ../includes/class-strong-testimonials-shortcode-average.php:143
3373
+ #, php-format
3374
+ msgid "Average of %s Rating:"
3375
+ msgid_plural "Average of %s Ratings:"
3376
+ msgstr[0] ""
3377
+ msgstr[1] ""
3378
+ msgstr[2] ""
3379
+
3380
+ #. translators: %s is a number
3381
+ #: ../includes/class-strong-testimonials-shortcode-average.php:166
3382
+ #: ../includes/class-strong-testimonials-shortcode-average.php:173
3383
+ #, php-format
3384
+ msgid "%s star"
3385
+ msgid_plural "%s stars"
3386
+ msgstr[0] ""
3387
+ msgstr[1] ""
3388
+ msgstr[2] ""
3389
+
3390
+ #: ../includes/class-strong-testimonials-shortcode-average.php:167
3391
+ #, php-format
3392
+ msgid "(based on %s rating)"
3393
+ msgid_plural "(based on %s ratings)"
3394
+ msgstr[0] ""
3395
+ msgstr[1] ""
3396
+ msgstr[2] ""
3397
+
3398
+ #: ../includes/class-strong-testimonials-shortcode.php:77
3399
+ #, php-format
3400
+ msgid "Testimonial view %s not found."
3401
+ msgstr ""
3402
+
3403
+ #: ../includes/class-strong-testimonials-shortcode.php:78
3404
+ #: ../includes/class-strong-view.php:78
3405
  msgid "(Only administrators see this message.)"
3406
  msgstr ""
3407
 
3408
+ #: ../includes/class-strong-view.php:77
3409
+ msgid "No testimonials found. Check your view settings."
3410
+ msgstr ""
3411
+
3412
  #: ../includes/functions-activation.php:30
3413
  msgid "An error occurred:"
3414
  msgstr ""
3790
  msgid "View:"
3791
  msgstr ""
3792
 
3793
+ #: ../strong-testimonials.php:126 ../strong-testimonials.php:138
3794
  msgid "Cheatin&#8217; huh?"
3795
  msgstr ""
3796
 
4207
  #~ msgid "The Form"
4208
  #~ msgstr "Форма"
4209
 
 
 
 
 
4210
  # @ strong-testimonials
4211
  #, fuzzy
4212
  #~ msgid ""
4555
  #~ "Поддержка этих шорткодов будет прекращена в ближайшее время. Пожалуйста, "
4556
  #~ "перейдите на <code>[strong]</code> шорткоды."
4557
 
 
 
 
 
4558
  # @ strong-testimonials
4559
  #~ msgid "Add testimonials to your site in three simple steps."
4560
  #~ msgstr "Добавление отзывов на ваш сайт включает три простых шага."
languages/strong-testimonials-sv_SE.mo CHANGED
Binary file
languages/strong-testimonials-sv_SE.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.8\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/strong-testimonials\n"
5
- "POT-Creation-Date: 2018-04-23 17:56-0400\n"
6
- "PO-Revision-Date: 2018-04-23 17:56-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: info@tomstone.se\n"
9
  "Language: sv_SE\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
- "X-Generator: Poedit 2.0.7\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
@@ -24,38 +24,36 @@ msgstr ""
24
  msgid "Flexible Features. Strong Support."
25
  msgstr ""
26
 
27
- #: ../admin/about/about.php:2
 
 
28
  msgid ""
29
- "The highest-rated free testimonials plugin trusted by more than 50,000 people "
30
- "keeps getting better."
31
  msgstr ""
32
 
33
- #: ../admin/about/about.php:5
34
  msgid ""
35
- "Your site is unique, right? So are your testimonials. This plugin is designed "
36
- "from the ground up to simplify the process of customizing your testimonials "
37
- "or reviews."
38
  msgstr ""
39
 
40
- #: ../admin/about/about.php:6
41
  msgid ""
42
- "<strong>Custom fields</strong> are deeply integrated into Strong Testimonials "
43
- "so it's simple to configure the fields on your testimonial submission form, "
44
- "update those fields when adding or editing testimonials, and select which "
45
- "fields to display on your testimonials. The plugin even includes a default "
46
- "set of custom fields so you can get started quickly."
47
  msgstr ""
48
 
49
- #: ../admin/about/about.php:7
50
  msgid ""
51
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
52
  "unlimited testimonial displays including grids and slideshows with features "
53
  "like excerpts and pagination in a variety of templates."
54
  msgstr ""
55
 
56
- #: ../admin/about/about.php:8
57
  msgid ""
58
- "Power up with plugins like Popup Maker or Google Captcha. For developers, "
59
  "actions and filters allow further customization."
60
  msgstr ""
61
 
@@ -63,34 +61,40 @@ msgstr ""
63
  msgid "Get More Features With Pro Add-ons"
64
  msgstr ""
65
 
66
- #: ../admin/about/class-strong-testimonials-about.php:48
67
- #: ../admin/about/class-strong-testimonials-about.php:49
68
- #: ../admin/about/class-strong-testimonials-about.php:77
69
  msgid "About"
70
  msgstr ""
71
 
72
- #: ../admin/about/class-strong-testimonials-about.php:66
 
73
  #, php-format
74
  msgid "Welcome to Strong Testimonials %s"
75
  msgstr ""
76
 
77
- #: ../admin/about/class-strong-testimonials-about.php:69
78
  msgid "Thank you for updating to the latest version!"
79
  msgstr ""
80
 
81
- #: ../admin/about/class-strong-testimonials-about.php:73
 
82
  #, php-format
83
  msgid "Version %s"
84
  msgstr ""
85
 
86
- #: ../admin/about/class-strong-testimonials-about.php:79
87
  msgid "What&#8217;s New"
88
  msgstr ""
89
 
90
- #: ../admin/about/class-strong-testimonials-about.php:81
91
  msgid "How To"
92
  msgstr ""
93
 
 
 
 
 
94
  #: ../admin/about/how-to.php:2
95
  msgid ""
96
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
@@ -184,44 +188,14 @@ msgid "Select <strong>Slideshow</strong> mode."
184
  msgstr ""
185
 
186
  #: ../admin/about/how-to.php:56
187
- msgid "How to Display the Number of Testimonials"
188
- msgstr ""
189
-
190
- #: ../admin/about/how-to.php:57
191
- #, php-format
192
- msgid "Use the %s shortcode."
193
- msgstr ""
194
-
195
- #: ../admin/about/how-to.php:58 ../admin/about/how-to.php:61
196
- #: ../admin/class-strong-testimonials-help.php:90
197
- msgid "For example:"
198
- msgstr ""
199
-
200
- #: ../admin/about/how-to.php:59
201
- #, php-format
202
- msgid "Read some of our %s testimonials!"
203
- msgstr ""
204
-
205
- #: ../admin/about/how-to.php:60
206
- #, php-format
207
- msgid ""
208
- "To count for a specific category, add the %s attribute with the category slug."
209
- msgstr ""
210
-
211
- #: ../admin/about/how-to.php:62
212
- #, php-format
213
- msgid "Here's what %s local clients say"
214
- msgstr ""
215
-
216
- #: ../admin/about/how-to.php:66
217
  msgid "How to Translate"
218
  msgstr ""
219
 
220
- #: ../admin/about/how-to.php:67
221
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
222
  msgstr ""
223
 
224
- #: ../admin/about/how-to.php:68
225
  msgid ""
226
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
227
  "strong> pages. Those domains encompass the form fields, the form messages, "
@@ -289,8 +263,59 @@ msgstr ""
289
  msgid "Form examples"
290
  msgstr ""
291
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
292
  # @ strong-testimonials
293
- #: ../admin/admin-notices.php:66 ../admin/views.php:26
294
  msgid "Defaults restored."
295
  msgstr "Återställt inställningar"
296
 
@@ -299,7 +324,7 @@ msgstr "Återställt inställningar"
299
  msgid "Fields saved."
300
  msgstr "Fälten har sparats"
301
 
302
- #: ../admin/admin-notices.php:90 ../admin/views.php:24
303
  msgid "Changes cancelled."
304
  msgstr ""
305
 
@@ -373,16 +398,16 @@ msgstr ""
373
 
374
  # @ strong-testimonials
375
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
376
- #: ../admin/class-strong-views-list-table.php:51
377
  msgid "ID"
378
  msgstr "ID"
379
 
380
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
381
  #: ../admin/class-strong-testimonials-defaults.php:316
382
- #: ../admin/class-strong-views-list-table.php:54
383
  #: ../admin/partials/views/view-name.php:10
384
  #: ../admin/settings/partials/email-from.php:25
385
- #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:533
386
  msgid "Name"
387
  msgstr ""
388
 
@@ -424,39 +449,39 @@ msgstr "Kategorier"
424
  msgid "Date"
425
  msgstr "Datum"
426
 
427
- #: ../admin/class-strong-testimonials-admin-scripts.php:135
428
  msgctxt "Field editor: The default label for new fields"
429
  msgid "New Field"
430
  msgstr ""
431
 
432
- #: ../admin/class-strong-testimonials-admin-scripts.php:136
433
  msgctxt "Fields editor: To indicate when a field type can only be used once."
434
  msgid "(in use)"
435
  msgstr ""
436
 
437
- #: ../admin/class-strong-testimonials-admin-scripts.php:137
438
  msgctxt "Fields editor: To indicate when no categories have been found."
439
  msgid "(none found)"
440
  msgstr ""
441
 
442
  # @ strong-testimonials
443
- #: ../admin/class-strong-testimonials-admin-scripts.php:206
444
  #: ../admin/class-strong-testimonials-defaults.php:72
445
  msgid "This field is required."
446
  msgstr "Detta fält är obligatoriskt."
447
 
448
- #: ../admin/class-strong-testimonials-admin-scripts.php:207
449
- #: ../admin/edd/Strong_Plugin_Updater.php:115
450
- #: ../admin/edd/Strong_Plugin_Updater.php:166
451
- #: ../admin/edd/Strong_Plugin_Updater.php:222
452
  msgid "An error occurred, please try again."
453
  msgstr ""
454
 
455
- #: ../admin/class-strong-testimonials-admin-scripts.php:208
456
  msgid "Restore the default settings?"
457
  msgstr ""
458
 
459
- #: ../admin/class-strong-testimonials-admin-scripts.php:241
460
  msgid "click to insert into message at caret"
461
  msgstr ""
462
 
@@ -477,7 +502,7 @@ msgstr "Vitsord innehåll"
477
  msgid "Featured Image"
478
  msgstr "Utvald bild"
479
 
480
- #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:479
481
  #: ../includes/l10n-wpml.php:152
482
  msgid "text"
483
  msgstr ""
@@ -502,7 +527,7 @@ msgstr ""
502
  msgid "category checklist"
503
  msgstr ""
504
 
505
- #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:485
506
  msgid "shortcode"
507
  msgstr ""
508
 
@@ -571,7 +596,7 @@ msgstr "En rubrik för ditt vitsord."
571
  #: ../admin/class-strong-testimonials-defaults.php:288
572
  #: ../admin/class-strong-testimonials-defaults.php:336
573
  #: ../admin/partials/views/option-title.php:15
574
- #: ../admin/settings/class-strong-testimonials-settings.php:50
575
  msgid "Testimonial"
576
  msgstr "Vitsord"
577
 
@@ -601,12 +626,12 @@ msgstr ""
601
  #. translators: Settings > Form > Messages tab
602
  #: ../admin/class-strong-testimonials-defaults.php:392
603
  msgctxt "setting description"
604
- msgid "Required Field"
605
  msgstr ""
606
 
607
  #: ../admin/class-strong-testimonials-defaults.php:393
608
  msgctxt "Default message for required notice at top of form."
609
- msgid "Required field"
610
  msgstr ""
611
 
612
  #. translators: Settings > Form > Messages tab
@@ -621,243 +646,243 @@ msgid "Captcha"
621
  msgstr ""
622
 
623
  #. translators: Settings > Form > Messages tab
624
- #: ../admin/class-strong-testimonials-defaults.php:405
625
  msgctxt "description"
626
  msgid "Submit Button"
627
  msgstr ""
628
 
629
  # @ strong-testimonials
630
  #. translators: Default label for the Submit button on testimonial form.
631
- #: ../admin/class-strong-testimonials-defaults.php:407
632
  msgctxt "the Submit button"
633
  msgid "Add Testimonial"
634
  msgstr "Lägg till Vitsord"
635
 
636
  #. translators: Settings > Form > Messages tab
637
- #: ../admin/class-strong-testimonials-defaults.php:412
638
  msgctxt "description"
639
  msgid "Submission Error"
640
  msgstr ""
641
 
642
  #. translators: Default message for submission form error.
643
- #: ../admin/class-strong-testimonials-defaults.php:414
644
  msgctxt "error message"
645
  msgid "There was a problem processing your testimonial."
646
  msgstr "Något trasslade till sig med ditt vitsord."
647
 
648
  #. translators: Settings > Form > Messages tab
649
- #: ../admin/class-strong-testimonials-defaults.php:419
650
  msgctxt "description"
651
  msgid "Submission Success"
652
  msgstr ""
653
 
654
  #. translators: Default message for submission form success message.
655
- #: ../admin/class-strong-testimonials-defaults.php:421
656
  msgctxt "success message"
657
  msgid "Thank you! Your testimonial is waiting to be approved."
658
  msgstr ""
659
 
660
  #. translators: Default subject line for new testimonial notification email.
661
- #: ../admin/class-strong-testimonials-defaults.php:447
662
  msgid "New testimonial for %BLOGNAME%"
663
  msgstr ""
664
 
665
  #. translators: Default message for new testimonial notification email.
666
- #: ../admin/class-strong-testimonials-defaults.php:449
667
  msgid ""
668
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
669
  "website administrator."
670
  msgstr ""
671
 
672
- #: ../admin/class-strong-testimonials-defaults.php:479
673
  msgid "Display"
674
  msgstr ""
675
 
676
- #: ../admin/class-strong-testimonials-defaults.php:480
677
  msgid "Display your testimonials in a list or a grid."
678
  msgstr ""
679
 
680
  #. translators: In the view editor.
681
- #: ../admin/class-strong-testimonials-defaults.php:484
682
- #: ../admin/partials/views/group-slideshow.php:4
683
  msgid "Slideshow"
684
  msgstr "Bildspel"
685
 
686
- #: ../admin/class-strong-testimonials-defaults.php:485
687
  msgid "Create a slideshow of your testimonials."
688
  msgstr ""
689
 
690
- #: ../admin/class-strong-testimonials-defaults.php:489
691
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
692
  msgid "Form"
693
  msgstr "Formuläret"
694
 
695
- #: ../admin/class-strong-testimonials-defaults.php:490
696
  msgid "Display a testimonial submission form."
697
  msgstr ""
698
 
699
- #: ../admin/class-strong-testimonials-defaults.php:494
700
  msgid "Single Template"
701
  msgstr ""
702
 
703
- #: ../admin/class-strong-testimonials-defaults.php:495
704
  msgid "When viewing the testimonial using a theme's single post template."
705
  msgstr ""
706
 
707
- #: ../admin/class-strong-testimonials-defaults.php:500
708
  msgctxt "display order"
709
  msgid "random"
710
  msgstr ""
711
 
712
- #: ../admin/class-strong-testimonials-defaults.php:501
713
  msgctxt "display order"
714
  msgid "menu order"
715
  msgstr ""
716
 
717
- #: ../admin/class-strong-testimonials-defaults.php:502
718
  msgctxt "display order"
719
  msgid "newest first"
720
  msgstr ""
721
 
722
- #: ../admin/class-strong-testimonials-defaults.php:503
723
  msgctxt "display order"
724
  msgid "oldest first"
725
  msgstr ""
726
 
727
- #: ../admin/class-strong-testimonials-defaults.php:507
728
  msgctxt "slideshow transition option"
729
  msgid "no transition effect"
730
  msgstr ""
731
 
732
- #: ../admin/class-strong-testimonials-defaults.php:508
733
  msgctxt "slideshow transition option"
734
  msgid "fade"
735
  msgstr ""
736
 
737
- #: ../admin/class-strong-testimonials-defaults.php:509
738
  msgctxt "slideshow transition option"
739
  msgid "scroll horizontally"
740
  msgstr ""
741
 
742
- #: ../admin/class-strong-testimonials-defaults.php:510
743
  msgctxt "slideshow transition option"
744
  msgid "scroll vertically"
745
  msgstr ""
746
 
747
- #: ../admin/class-strong-testimonials-defaults.php:514
748
  msgctxt "slideshow option"
749
  msgid "Adjust height for each slide"
750
  msgstr ""
751
 
752
- #: ../admin/class-strong-testimonials-defaults.php:515
753
  msgctxt "slideshow option"
754
  msgid "Set height to match the tallest slide"
755
  msgstr ""
756
 
757
- #: ../admin/class-strong-testimonials-defaults.php:521
758
  msgctxt "slideshow controls option"
759
  msgid "none"
760
  msgstr ""
761
 
762
- #: ../admin/class-strong-testimonials-defaults.php:529
763
  msgctxt "slideshow controls option"
764
  msgid "Bottom: previous / play-pause / next"
765
  msgstr ""
766
 
767
- #: ../admin/class-strong-testimonials-defaults.php:541
768
  msgctxt "slideshow controls option"
769
  msgid "Bottom: previous / next"
770
  msgstr ""
771
 
772
- #: ../admin/class-strong-testimonials-defaults.php:550
773
  msgctxt "slideshow controls option"
774
  msgid "Sides: previous / next"
775
  msgstr ""
776
 
777
- #: ../admin/class-strong-testimonials-defaults.php:563
778
  msgctxt "slideshow navigation option"
779
  msgid "none"
780
  msgstr ""
781
 
782
- #: ../admin/class-strong-testimonials-defaults.php:567
783
  msgctxt "slideshow navigation option"
784
  msgid "full"
785
  msgstr ""
786
 
787
- #: ../admin/class-strong-testimonials-defaults.php:580
788
  msgctxt "slideshow navigation option"
789
  msgid "buttons 1"
790
  msgstr ""
791
 
792
- #: ../admin/class-strong-testimonials-defaults.php:590
793
  msgctxt "slideshow navigation option"
794
  msgid "buttons 2"
795
  msgstr ""
796
 
797
- #: ../admin/class-strong-testimonials-defaults.php:600
798
  msgctxt "slideshow navigation option"
799
  msgid "buttons 3"
800
  msgstr ""
801
 
802
- #: ../admin/class-strong-testimonials-defaults.php:610
803
- #: ../admin/class-strong-testimonials-defaults.php:630
804
  msgctxt "slideshow navigation option"
805
  msgid "text"
806
  msgstr ""
807
 
808
- #: ../admin/class-strong-testimonials-defaults.php:613
809
  msgctxt "slideshow control"
810
  msgid "Play"
811
  msgstr ""
812
 
813
- #: ../admin/class-strong-testimonials-defaults.php:614
814
  msgctxt "slideshow control"
815
  msgid "Pause"
816
  msgstr ""
817
 
818
- #: ../admin/class-strong-testimonials-defaults.php:615
819
  msgctxt "slideshow_control"
820
  msgid "Previous"
821
  msgstr ""
822
 
823
- #: ../admin/class-strong-testimonials-defaults.php:616
824
  msgctxt "slideshow_control"
825
  msgid "Next"
826
  msgstr ""
827
 
828
- #: ../admin/class-strong-testimonials-defaults.php:622
829
  msgctxt "slideshow navigation option"
830
  msgid "buttons"
831
  msgstr ""
832
 
833
- #: ../admin/class-strong-testimonials-defaults.php:642
834
  msgctxt "slideshow navigation option"
835
  msgid "inside"
836
  msgstr ""
837
 
838
- #: ../admin/class-strong-testimonials-defaults.php:643
839
  msgctxt "slideshow navigation option"
840
  msgid "outside"
841
  msgstr ""
842
 
843
  # @ strong-testimonials
844
- #: ../admin/class-strong-testimonials-defaults.php:706
845
  msgctxt "link"
846
  msgid "Read more"
847
  msgstr "Läs mer"
848
 
849
- #: ../admin/class-strong-testimonials-defaults.php:710
850
  msgctxt "link"
851
  msgid "Read more testimonials"
852
  msgstr ""
853
 
854
- #: ../admin/class-strong-testimonials-defaults.php:795
855
  msgid ""
856
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
857
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
858
  msgstr ""
859
 
860
- #: ../admin/class-strong-testimonials-defaults.php:806
861
  msgid "An excellent plugin for math- and image-based captchas."
862
  msgstr ""
863
 
@@ -903,7 +928,7 @@ msgid ""
903
  msgstr ""
904
 
905
  #: ../admin/class-strong-testimonials-help.php:46
906
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:264
907
  msgid "Prerender"
908
  msgstr ""
909
 
@@ -957,6 +982,10 @@ msgstr ""
957
  msgid "You can create an <strong>unlimited</strong> number of views."
958
  msgstr ""
959
 
 
 
 
 
960
  #: ../admin/class-strong-testimonials-help.php:92
961
  msgid ""
962
  "Create a view to display your testimonials in a list, grid, or slideshow."
@@ -1008,11 +1037,11 @@ msgid ""
1008
  msgstr ""
1009
 
1010
  #: ../admin/class-strong-testimonials-help.php:125
1011
- msgid "<code>[testimonial_view id=1 category=\"service-1\"]</code>"
1012
  msgstr ""
1013
 
1014
  #: ../admin/class-strong-testimonials-help.php:126
1015
- msgid "<code>[testimonial_view id=1 category=\"service-2\"]</code>"
1016
  msgstr ""
1017
 
1018
  #: ../admin/class-strong-testimonials-help.php:129
@@ -1021,8 +1050,8 @@ msgstr ""
1021
 
1022
  #: ../admin/class-strong-testimonials-help.php:130
1023
  msgid ""
1024
- "<code>[testimonial_view id=1 category=\"service-3\" order=\"random\" count="
1025
- "\"5\"]</code>"
1026
  msgstr ""
1027
 
1028
  #: ../admin/class-strong-testimonials-help.php:132
@@ -1205,6 +1234,106 @@ msgstr ""
1205
  msgid "Select All"
1206
  msgstr ""
1207
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1208
  # @ strong-testimonials
1209
  #: ../admin/class-strong-testimonials-post-editor.php:38
1210
  msgctxt "post editor"
@@ -1233,7 +1362,7 @@ msgid "Cancel"
1233
  msgstr ""
1234
 
1235
  #: ../admin/class-strong-testimonials-post-editor.php:232
1236
- #: ../admin/class-strong-views-list-table.php:117
1237
  msgid "Edit"
1238
  msgstr ""
1239
 
@@ -1242,48 +1371,52 @@ msgstr ""
1242
  msgid "shortcode %s not found"
1243
  msgstr ""
1244
 
1245
- #: ../admin/class-strong-views-list-table.php:55
 
 
 
 
1246
  #: ../admin/partials/views/view-mode.php:3
1247
  msgid "Mode"
1248
  msgstr ""
1249
 
1250
  #. translators: On the Views admin screen.
1251
- #: ../admin/class-strong-views-list-table.php:56
1252
  #: ../admin/partials/views/option-template-list.php:3
1253
  msgid "Template"
1254
  msgstr ""
1255
 
1256
  # @ strong-testimonials
1257
- #: ../admin/class-strong-views-list-table.php:57
1258
- #: ../admin/partials/views/view-shortcode.php:17
1259
  msgid "Shortcode"
1260
  msgstr "Shortcode"
1261
 
1262
- #: ../admin/class-strong-views-list-table.php:118
1263
  msgid "Duplicate"
1264
  msgstr ""
1265
 
1266
- #: ../admin/class-strong-views-list-table.php:119
1267
  #, php-format
1268
  msgid "Delete \"%s\"?"
1269
  msgstr ""
1270
 
1271
  # @ default
1272
- #: ../admin/class-strong-views-list-table.php:119
1273
  #: ../admin/partials/fields/field-controls.php:9
1274
  msgid "Delete"
1275
  msgstr "Radera"
1276
 
1277
- #: ../admin/class-strong-views-list-table.php:131
1278
  msgid "stick to top of list"
1279
  msgstr ""
1280
 
1281
- #: ../admin/class-strong-views-list-table.php:146
1282
  msgid "theme single post template"
1283
  msgstr ""
1284
 
1285
  #. translators: On the Views admin screen.
1286
- #: ../admin/class-strong-views-list-table.php:172
1287
  #: ../admin/partials/views/template-not-found.php:19
1288
  msgid "not found"
1289
  msgstr ""
@@ -1294,7 +1427,7 @@ msgstr ""
1294
 
1295
  # @ default
1296
  #: ../admin/custom-fields.php:147
1297
- #: ../admin/settings/class-strong-testimonials-settings.php:43
1298
  #: ../admin/views.php:17
1299
  msgid "You do not have sufficient permissions to access this page."
1300
  msgstr "Du har ej tillräckliga rättigheter att tillgå denna sida."
@@ -1308,7 +1441,7 @@ msgstr ""
1308
  #: ../admin/custom-fields.php:159
1309
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1310
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1311
- #: ../admin/partials/views/group-fields.php:4
1312
  msgid "Fields"
1313
  msgstr "Fält"
1314
 
@@ -1320,11 +1453,11 @@ msgstr ""
1320
  msgid "Click a field to open its options panel."
1321
  msgstr ""
1322
 
1323
- #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:10
1324
  #: ../admin/partials/views/option-pagination.php:3
1325
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1326
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:269
1327
- #: ../admin/views.php:69
1328
  msgid "Help"
1329
  msgstr ""
1330
 
@@ -1333,12 +1466,12 @@ msgstr ""
1333
  msgid "Add New Field"
1334
  msgstr "Skapa nytt fält"
1335
 
1336
- #: ../admin/custom-fields.php:194 ../admin/views.php:254
1337
  msgid "Cancel Changes"
1338
  msgstr ""
1339
 
1340
  # @ strong-testimonials
1341
- #: ../admin/custom-fields.php:195 ../admin/views.php:255
1342
  msgid "Restore Defaults"
1343
  msgstr "Återställ inställningar"
1344
 
@@ -1369,13 +1502,13 @@ msgid "next to the checkbox"
1369
  msgstr ""
1370
 
1371
  # @ strong-testimonials
1372
- #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:304
1373
- #: ../admin/views.php:581
1374
  msgid "Before"
1375
  msgstr "Före"
1376
 
1377
  # @ strong-testimonials
1378
- #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:312
1379
  msgid "After"
1380
  msgstr "Efter"
1381
 
@@ -1445,46 +1578,46 @@ msgstr ""
1445
  msgid "Error"
1446
  msgstr ""
1447
 
1448
- #: ../admin/edd/Strong_Plugin_Updater.php:124
1449
  msgid "An error occurred, please contact support."
1450
  msgstr ""
1451
 
1452
- #: ../admin/edd/Strong_Plugin_Updater.php:133
1453
  #, php-format
1454
  msgid "Your license key expired on %s."
1455
  msgstr ""
1456
 
1457
- #: ../admin/edd/Strong_Plugin_Updater.php:140
1458
  msgid "Your license key has been disabled."
1459
  msgstr ""
1460
 
1461
- #: ../admin/edd/Strong_Plugin_Updater.php:145
1462
  msgid "Invalid license."
1463
  msgstr ""
1464
 
1465
- #: ../admin/edd/Strong_Plugin_Updater.php:151
1466
  msgid "Your license is not active for this URL."
1467
  msgstr ""
1468
 
1469
- #: ../admin/edd/Strong_Plugin_Updater.php:156
1470
  #, php-format
1471
  msgid "This appears to be an invalid license key for %s."
1472
  msgstr ""
1473
 
1474
- #: ../admin/edd/Strong_Plugin_Updater.php:161
1475
  msgid "Your license key has reached its activation limit."
1476
  msgstr ""
1477
 
1478
  # @ strong-testimonials
1479
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1480
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1481
- #: ../admin/settings/class-strong-testimonials-settings.php:50
1482
  msgid "Settings"
1483
  msgstr "Inställningar"
1484
 
1485
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1486
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1487
- #: ../admin/views.php:67
1488
  msgid "Views"
1489
  msgstr ""
1490
 
@@ -1494,12 +1627,12 @@ msgctxt "verb"
1494
  msgid "Close"
1495
  msgstr "Stäng"
1496
 
1497
- #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:510
1498
- #: ../admin/views.php:523
1499
  msgid "click to open or close"
1500
  msgstr ""
1501
 
1502
- #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:516
1503
  msgid "drag and drop to reorder"
1504
  msgstr ""
1505
 
@@ -1557,28 +1690,41 @@ msgstr ""
1557
  msgid "Select a field type or delete this field."
1558
  msgstr ""
1559
 
1560
- #: ../admin/partials/views/group-compat.php:3
1561
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:45
 
1562
  msgid "Compatibility"
1563
  msgstr ""
1564
 
1565
  #. translators: On the Views admin screen.
1566
- #: ../admin/partials/views/group-extra.php:4
1567
  msgid "Extra"
1568
  msgstr ""
1569
 
1570
  #. translators: On the Views admin screen.
1571
- #: ../admin/partials/views/group-form.php:4
1572
  msgid "Actions"
1573
  msgstr ""
1574
 
1575
  #. translators: On the Views admin screen.
1576
- #: ../admin/partials/views/group-query.php:4
1577
  msgid "Query"
1578
  msgstr ""
1579
 
 
 
 
 
 
 
 
 
 
 
 
 
1580
  #. translators: On the Views admin screen.
1581
- #: ../admin/partials/views/group-style.php:4
1582
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1583
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1584
  msgid "Style"
@@ -1672,9 +1818,9 @@ msgid "CSS Classes"
1672
  msgstr ""
1673
 
1674
  #: ../admin/partials/views/option-classes.php:10
1675
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:448
1676
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:530
1677
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:565
1678
  #: ../admin/settings/partials/general.php:57
1679
  msgid "For advanced users."
1680
  msgstr ""
@@ -1691,7 +1837,7 @@ msgstr ""
1691
  msgid "Font Color"
1692
  msgstr ""
1693
 
1694
- #: ../admin/partials/views/option-color.php:24 ../admin/views.php:471
1695
  msgid "custom"
1696
  msgstr ""
1697
 
@@ -2235,240 +2381,335 @@ msgstr ""
2235
  msgid "Options"
2236
  msgstr ""
2237
 
2238
- #: ../admin/partials/views/view-shortcode.php:6
2239
- msgid "copy to clipboard"
2240
- msgstr ""
2241
-
2242
  #: ../admin/partials/views/view-shortcode.php:10
2243
  msgctxt "The shortcode for a new View."
2244
  msgid "will be available after you save this"
2245
  msgstr ""
2246
 
2247
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:118
2248
  msgid "Common Scenarios"
2249
  msgstr ""
2250
 
2251
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:126
2252
- msgid "Views Not Working"
2253
  msgstr ""
2254
 
2255
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:129
2256
  msgid "Possible Cause"
2257
  msgstr ""
2258
 
2259
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:132
2260
- msgid "Solution"
2261
  msgstr ""
2262
 
2263
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:138
2264
- msgid "A testimonial view does not look right the first time you view the page."
2265
  msgstr ""
2266
 
2267
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:139
2268
  msgid ""
2269
- "For example, it does not seem to have any style, the slideshow has not "
2270
- "started, or the pagination is missing."
2271
  msgstr ""
2272
 
2273
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:140
2274
- msgid "When you refresh the page, the view does appear correctly."
 
2275
  msgstr ""
2276
 
2277
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:143
2278
  msgid ""
2279
- "Your site is using <strong>Ajax page loading</strong> &ndash; also known as "
2280
- "page animations, transition effects or Pjax (pushState Ajax) &ndash; provided "
2281
- "by your theme or another plugin."
2282
  msgstr ""
2283
 
2284
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:144
2285
  msgid ""
2286
  "Instead of loading the entire page, this technique fetches only the new "
2287
  "content."
2288
  msgstr ""
2289
 
2290
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:147
2291
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:167
2292
  msgid "Ajax Page Loading"
2293
  msgstr ""
2294
 
2295
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:148
2296
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2297
  msgid "General"
2298
  msgstr ""
2299
 
2300
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:150
2301
- msgctxt "link text on Settings > Compatibility tab"
2302
  msgid "Set this now"
2303
  msgstr ""
2304
 
2305
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:172
2306
- msgid "Type"
2307
  msgstr ""
2308
 
2309
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2310
  msgid "This does not perform Ajax page loading."
2311
  msgstr ""
2312
 
2313
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:178
2314
  msgid ""
2315
  "It provides compatibility with themes and plugins that use Ajax to load "
2316
  "pages, also known as page animation or transition effects."
2317
  msgstr ""
2318
 
2319
  # @ strong-testimonials
2320
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2321
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:336
2322
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:383
2323
  msgid "None"
2324
  msgstr "Ingen"
2325
 
2326
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2327
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:294
2328
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:384
 
2329
  msgid "(default)"
2330
  msgstr ""
2331
 
2332
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:207
2333
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:388
2334
  msgid "No compatibility needed."
2335
  msgstr ""
2336
 
2337
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:208
2338
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:299
2339
  msgid "This works well for most themes."
2340
  msgstr ""
2341
 
2342
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:228
2343
  msgid "Be ready to render any view at any time."
2344
  msgstr ""
2345
 
2346
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:229
2347
  msgid "This works well with common Ajax methods."
2348
  msgstr ""
2349
 
2350
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2351
  msgid "Advanced"
2352
  msgstr "Avancerat"
2353
 
2354
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:250
2355
  msgid "For specific configurations."
2356
  msgstr ""
2357
 
2358
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:268
2359
  msgid "Load stylesheets and populate script variables up front."
2360
  msgstr ""
2361
 
2362
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:293
2363
  msgid "Current page"
2364
  msgstr ""
2365
 
2366
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:298
2367
  msgid "For the current page only."
2368
  msgstr ""
2369
 
2370
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:315
2371
  msgid "All views"
2372
  msgstr ""
2373
 
2374
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:319
2375
  msgid "For all views. Required for Ajax page loading."
2376
  msgstr ""
2377
 
2378
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:320
2379
  msgid "Then select an option for <strong>Monitor</strong> below."
2380
  msgstr ""
2381
 
2382
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:340
2383
  msgid ""
2384
  "When the shortcode is rendered. May result in a flash of unstyled content."
2385
  msgstr ""
2386
 
2387
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2388
  msgid "Monitor"
2389
  msgstr ""
2390
 
2391
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:358
2392
- msgid "Initialize slideshows, pagination and form validation as pages change."
2393
  msgstr ""
2394
 
2395
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2396
  msgid "Universal"
2397
  msgstr ""
2398
 
2399
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:412
2400
  msgid "Watch for page changes on a timer."
2401
  msgstr ""
2402
 
2403
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:419
2404
  msgctxt "timer setting"
2405
  msgid "Check every"
2406
  msgstr ""
2407
 
2408
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:426
2409
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:468
2410
  msgctxt "timer setting"
2411
  msgid "seconds"
2412
  msgstr ""
2413
 
2414
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:443
2415
  msgid "Observer"
2416
  msgstr ""
2417
 
2418
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:447
2419
  msgid "React to changes in specific page elements."
2420
  msgstr ""
2421
 
2422
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:460
2423
  msgctxt "timer setting"
2424
  msgid "Check once after"
2425
  msgstr ""
2426
 
2427
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:480
2428
  msgid "Container ID"
2429
  msgstr ""
2430
 
2431
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:488
2432
  msgid "the element to observe"
2433
  msgstr ""
2434
 
2435
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:500
2436
  msgid "Added node ID"
2437
  msgstr ""
2438
 
2439
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2440
  msgid "the element being added"
2441
  msgstr ""
2442
 
2443
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:525
2444
  msgid "Custom event"
2445
  msgstr ""
2446
 
2447
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:529
2448
  msgid "Listen for specific events."
2449
  msgstr ""
2450
 
2451
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:537
2452
  msgid "Event name"
2453
  msgstr ""
2454
 
2455
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:560
2456
  msgid "Specific script"
2457
  msgstr ""
2458
 
2459
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:564
2460
  msgid "Register a callback for a specific Ajax script."
2461
  msgstr ""
2462
 
2463
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:572
2464
  msgid "Script name"
2465
  msgstr ""
2466
 
2467
- #: ../admin/settings/class-strong-testimonials-settings-compat.php:578
2468
  #: ../includes/widget2.php:96
2469
  msgid "&mdash; Select &mdash;"
2470
  msgstr ""
2471
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2472
  # @ strong-testimonials
2473
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2474
  msgctxt "adjective"
@@ -2480,7 +2721,7 @@ msgid "Licenses"
2480
  msgstr ""
2481
 
2482
  # @ default
2483
- #: ../admin/settings/class-strong-testimonials-settings.php:54
2484
  msgid "Settings saved."
2485
  msgstr "Inställningar sparade"
2486
 
@@ -2536,116 +2777,116 @@ msgstr ""
2536
  msgid "Form Labels & Messages"
2537
  msgstr ""
2538
 
2539
- #: ../admin/settings/partials/form.php:87
2540
  msgid "Display required notice at top of form"
2541
  msgstr ""
2542
 
2543
- #: ../admin/settings/partials/form.php:98
2544
  msgctxt "singular"
2545
  msgid "restore default"
2546
  msgstr "Återställ grundinställning"
2547
 
2548
- #: ../admin/settings/partials/form.php:109
2549
  msgid "Restore Default Messages"
2550
  msgstr ""
2551
 
2552
- #: ../admin/settings/partials/form.php:117
2553
  msgid "Scroll"
2554
  msgstr ""
2555
 
2556
- #: ../admin/settings/partials/form.php:125
2557
  #, php-format
2558
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2559
  msgstr ""
2560
 
2561
- #: ../admin/settings/partials/form.php:132
2562
  #, php-format
2563
  msgid ""
2564
  "If success, scroll to the success message minus %s pixels. On by default."
2565
  msgstr ""
2566
 
2567
- #: ../admin/settings/partials/form.php:148
2568
  msgid "Form Actions"
2569
  msgstr ""
2570
 
2571
- #: ../admin/settings/partials/form.php:154
2572
  msgid "Upon Successful Submission"
2573
  msgstr ""
2574
 
2575
- #: ../admin/settings/partials/form.php:162
2576
  msgid "display message"
2577
  msgstr ""
2578
 
2579
- #: ../admin/settings/partials/form.php:170
2580
  msgid "redirect to a page"
2581
  msgstr ""
2582
 
2583
- #: ../admin/settings/partials/form.php:175
2584
  msgid "&mdash; select a page &mdash;"
2585
  msgstr ""
2586
 
2587
- #: ../admin/settings/partials/form.php:189
2588
  msgctxt "to select a redirect page"
2589
  msgid "or enter its ID or slug"
2590
  msgstr ""
2591
 
2592
- #: ../admin/settings/partials/form.php:203
2593
  msgid "redirect to a URL"
2594
  msgstr ""
2595
 
2596
- #: ../admin/settings/partials/form.php:218
2597
  msgid "Post Status"
2598
  msgstr ""
2599
 
2600
  # @ strong-testimonials
2601
- #: ../admin/settings/partials/form.php:227
2602
  msgid "Pending"
2603
  msgstr "Väntar på granskning"
2604
 
2605
- #: ../admin/settings/partials/form.php:234
2606
  msgid "Published"
2607
  msgstr "Publicerad"
2608
 
2609
- #: ../admin/settings/partials/form.php:244
2610
  msgid "Notification Email"
2611
  msgstr ""
2612
 
2613
- #: ../admin/settings/partials/form.php:254
2614
  msgid "Send an email upon new testimonial submission."
2615
  msgstr ""
2616
 
2617
- #: ../admin/settings/partials/form.php:279
2618
  msgid "Form Spam Control"
2619
  msgstr ""
2620
 
2621
- #: ../admin/settings/partials/form.php:285
2622
  msgctxt "spam control techniques"
2623
  msgid "Honeypot"
2624
  msgstr "Honeypot"
2625
 
2626
- #: ../admin/settings/partials/form.php:290
2627
  msgid ""
2628
  "These methods for trapping spambots are both time-tested and widely used. May "
2629
  "be used simultaneously for more protection."
2630
  msgstr ""
2631
 
2632
- #: ../admin/settings/partials/form.php:293
2633
  msgid ""
2634
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2635
  "loading, caching or minification."
2636
  msgstr ""
2637
 
2638
- #: ../admin/settings/partials/form.php:296
2639
  msgid "If your form is not working properly, try disabling these."
2640
  msgstr ""
2641
 
2642
- #: ../admin/settings/partials/form.php:306
2643
  msgid ""
2644
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2645
  "every field they find in the form. Empty field = human. Not empty = spambot."
2646
  msgstr ""
2647
 
2648
- #: ../admin/settings/partials/form.php:314
2649
  msgid ""
2650
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2651
  "JavaScript so the new field never gets added. New field = human. Missing = "
@@ -2653,48 +2894,48 @@ msgid ""
2653
  msgstr ""
2654
 
2655
  # @ strong-testimonials
2656
- #: ../admin/settings/partials/form.php:322
2657
  msgid "Captcha"
2658
  msgstr "CAPTCHA Bild"
2659
 
2660
- #: ../admin/settings/partials/form.php:327
2661
  msgid ""
2662
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2663
  "first, if necessary."
2664
  msgstr ""
2665
 
2666
- #: ../admin/settings/partials/form.php:328
2667
  msgid "May be used alongside honeypot methods."
2668
  msgstr ""
2669
 
2670
- #: ../admin/settings/partials/form.php:331
2671
  msgid "May not be compatible with Ajax page loading."
2672
  msgstr ""
2673
 
2674
- #: ../admin/settings/partials/form.php:356
2675
  msgctxt "link"
2676
  msgid "settings"
2677
  msgstr "Inställningar"
2678
 
2679
- #: ../admin/settings/partials/form.php:358
2680
  msgid "no settings"
2681
  msgstr "Inga inställningar"
2682
 
2683
- #: ../admin/settings/partials/form.php:363
2684
  msgctxt "adjective"
2685
  msgid "inactive"
2686
  msgstr "inaktiv"
2687
 
2688
- #: ../admin/settings/partials/form.php:370
2689
  msgid "not installed"
2690
  msgstr "ej installerad"
2691
 
2692
- #: ../admin/settings/partials/form.php:373
2693
  msgctxt "link"
2694
  msgid "install plugin"
2695
  msgstr "installera plugg"
2696
 
2697
- #: ../admin/settings/partials/form.php:379
2698
  msgctxt "link"
2699
  msgid "plugin page"
2700
  msgstr "Plugin-sida"
@@ -2895,155 +3136,159 @@ msgid ""
2895
  "a> plugin."
2896
  msgstr ""
2897
 
2898
- #: ../admin/settings/partials/licenses.php:12
 
 
 
 
2899
  msgid ""
2900
  "Valid license keys allow you to receive automatic updates and priority "
2901
  "support."
2902
  msgstr ""
2903
 
2904
- #: ../admin/settings/partials/licenses.php:13
2905
  msgid ""
2906
  "To transfer a license to another site or to uninstall the add-on, please "
2907
  "deactivate the license here first."
2908
  msgstr ""
2909
 
2910
- #: ../admin/settings/partials/licenses.php:14
2911
  #, php-format
2912
  msgid ""
2913
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
2914
  msgstr ""
2915
 
2916
- #: ../admin/settings/partials/licenses.php:19
2917
  msgid "Add-on"
2918
  msgstr ""
2919
 
2920
- #: ../admin/settings/partials/licenses.php:20
2921
  msgid "License Key"
2922
  msgstr ""
2923
 
2924
- #: ../admin/settings/partials/licenses.php:21
2925
  msgid "Status"
2926
  msgstr ""
2927
 
2928
- #: ../admin/views.php:28
2929
  msgid "View saved."
2930
  msgstr ""
2931
 
2932
- #: ../admin/views.php:30
2933
  msgid "View deleted."
2934
  msgstr ""
2935
 
2936
- #: ../admin/views.php:41 ../admin/views.php:200
2937
  msgid "Edit View"
2938
  msgstr ""
2939
 
2940
- #: ../admin/views.php:42 ../includes/functions-views.php:38
2941
  msgid "An error occurred."
2942
  msgstr ""
2943
 
2944
- #: ../admin/views.php:42 ../includes/functions-activation.php:34
2945
  #: ../includes/functions-views.php:40
2946
  #, php-format
2947
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
2948
  msgstr ""
2949
 
2950
- #: ../admin/views.php:57
2951
- msgid "Invalid request. Please try again."
2952
  msgstr ""
2953
 
2954
- #: ../admin/views.php:68 ../admin/views.php:201 ../includes/post-types.php:56
2955
- msgid "Add New"
2956
  msgstr ""
2957
 
2958
- #: ../admin/views.php:200
2959
  msgid "Add View"
2960
  msgstr ""
2961
 
2962
- #: ../admin/views.php:202
2963
  msgid "Return To List"
2964
  msgstr ""
2965
 
2966
- #: ../admin/views.php:204
2967
  msgid "Duplicate This View"
2968
  msgstr ""
2969
 
2970
- #: ../admin/views.php:472
2971
  msgid "built-in"
2972
  msgstr ""
2973
 
2974
- #: ../admin/views.php:480
2975
  msgid "link with another field"
2976
  msgstr ""
2977
 
2978
- #: ../admin/views.php:481
2979
  msgid "link (must be URL type)"
2980
  msgstr ""
2981
 
2982
- #: ../admin/views.php:482
2983
  msgid "date"
2984
  msgstr ""
2985
 
2986
- #: ../admin/views.php:483
2987
  msgid "category"
2988
  msgstr ""
2989
 
2990
- #: ../admin/views.php:484
2991
  msgid "rating"
2992
  msgstr ""
2993
 
2994
- #: ../admin/views.php:518
2995
  msgid "remove this field"
2996
  msgstr ""
2997
 
2998
- #: ../admin/views.php:556
2999
  msgid "Display Type"
3000
  msgstr ""
3001
 
3002
- #: ../admin/views.php:589
3003
  msgid "CSS Class"
3004
  msgstr ""
3005
 
3006
- #: ../admin/views.php:636
3007
  msgid "Link Text"
3008
  msgstr ""
3009
 
3010
- #: ../admin/views.php:638
3011
  msgid "this field's value"
3012
  msgstr ""
3013
 
3014
- #: ../admin/views.php:639
3015
  msgid "this field's label"
3016
  msgstr ""
3017
 
3018
- #: ../admin/views.php:640
3019
  msgid "custom text"
3020
  msgstr ""
3021
 
3022
- #: ../admin/views.php:659
3023
  msgid "URL Field"
3024
  msgstr ""
3025
 
3026
- #: ../admin/views.php:676
3027
  msgid "new tab"
3028
  msgstr ""
3029
 
3030
- #: ../admin/views.php:701
3031
  msgid "Format"
3032
  msgstr ""
3033
 
3034
- #: ../admin/views.php:709
3035
  msgid "more about date formats"
3036
  msgstr ""
3037
 
3038
- #: ../admin/views.php:759 ../admin/views.php:787
3039
  msgid "filter categories"
3040
  msgstr ""
3041
 
3042
- #: ../includes/class-strong-form.php:496
3043
  msgid "Unknown error."
3044
  msgstr ""
3045
 
3046
- #: ../includes/class-strong-form.php:641
3047
  msgid "star"
3048
  msgid_plural "stars"
3049
  msgstr[0] ""
@@ -3061,19 +3306,56 @@ msgstr ""
3061
  msgid "Plugin"
3062
  msgstr ""
3063
 
3064
- #: ../includes/class-strong-testimonials-shortcodes.php:75
3065
- #, php-format
3066
- msgid "Strong Testimonials View %s not found"
3067
  msgstr ""
3068
 
3069
- #: ../includes/class-strong-view.php:69
3070
- msgid "No testimonials found. Check your view settings."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3071
  msgstr ""
3072
 
3073
- #: ../includes/class-strong-view.php:70
 
3074
  msgid "(Only administrators see this message.)"
3075
  msgstr ""
3076
 
 
 
 
 
3077
  #: ../includes/functions-activation.php:30
3078
  msgid "An error occurred:"
3079
  msgstr ""
@@ -3447,7 +3729,7 @@ msgctxt "widget setting"
3447
  msgid "View:"
3448
  msgstr ""
3449
 
3450
- #: ../strong-testimonials.php:127 ../strong-testimonials.php:139
3451
  msgid "Cheatin&#8217; huh?"
3452
  msgstr ""
3453
 
@@ -3811,10 +4093,6 @@ msgstr ""
3811
  #~ msgid "The Form"
3812
  #~ msgstr "Formuläret"
3813
 
3814
- # @ strong-testimonials
3815
- #~ msgid "Shortcodes"
3816
- #~ msgstr "Shortcoder"
3817
-
3818
  # @ strong-testimonials
3819
  #~ msgid "Read More"
3820
  #~ msgstr "Läs mer"
@@ -3948,9 +4226,6 @@ msgstr ""
3948
  #~ "Dessa shortkoder att föråldras snart. Vänligen migrera till <code><a href="
3949
  #~ "\"%s\">[strong]</a></code> shortkod."
3950
 
3951
- #~ msgid "Default:"
3952
- #~ msgstr "Grundinställning"
3953
-
3954
  #~ msgid ""
3955
  #~ "This shortcode will be deprecated soon. Please migrate to the <a href=\"%s"
3956
  #~ "\"><code>[strong]</code></a> shortcode."
2
  msgstr ""
3
  "Project-Id-Version: Strong Testimonials v1.8\n"
4
  "Report-Msgid-Bugs-To: http://wordpress.org/tag/strong-testimonials\n"
5
+ "POT-Creation-Date: 2018-08-02 15:24-0400\n"
6
+ "PO-Revision-Date: 2018-08-02 15:24-0400\n"
7
  "Last-Translator: Chris Dillon <chris@strongplugins.com>\n"
8
  "Language-Team: info@tomstone.se\n"
9
  "Language: sv_SE\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
14
+ "X-Generator: Poedit 2.1.1\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;"
17
  "_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
24
  msgid "Flexible Features. Strong Support."
25
  msgstr ""
26
 
27
+ #. translators: %s is a formatted number
28
+ #: ../admin/about/about.php:3
29
+ #, php-format
30
  msgid ""
31
+ "The highest-rated free testimonials plugin trusted by more than %s people."
 
32
  msgstr ""
33
 
34
+ #: ../admin/about/about.php:6
35
  msgid ""
36
+ "Designed from the ground up to simplify the process of customizing your "
37
+ "testimonials or reviews."
 
38
  msgstr ""
39
 
40
+ #: ../admin/about/about.php:7
41
  msgid ""
42
+ "<strong>Custom fields</strong> are deeply integrated into Strong "
43
+ "Testimonials. It even includes a default set of custom fields so you can get "
44
+ "started quickly."
 
 
45
  msgstr ""
46
 
47
+ #: ../admin/about/about.php:8
48
  msgid ""
49
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
50
  "unlimited testimonial displays including grids and slideshows with features "
51
  "like excerpts and pagination in a variety of templates."
52
  msgstr ""
53
 
54
+ #: ../admin/about/about.php:9
55
  msgid ""
56
+ "Integrate with plugins like Popup Maker or Google Captcha. For developers, "
57
  "actions and filters allow further customization."
58
  msgstr ""
59
 
61
  msgid "Get More Features With Pro Add-ons"
62
  msgstr ""
63
 
64
+ #: ../admin/about/class-strong-testimonials-about.php:42
65
+ #: ../admin/about/class-strong-testimonials-about.php:43
66
+ #: ../admin/about/class-strong-testimonials-about.php:73
67
  msgid "About"
68
  msgstr ""
69
 
70
+ #. translators: %s is the plugin version number
71
+ #: ../admin/about/class-strong-testimonials-about.php:61
72
  #, php-format
73
  msgid "Welcome to Strong Testimonials %s"
74
  msgstr ""
75
 
76
+ #: ../admin/about/class-strong-testimonials-about.php:64
77
  msgid "Thank you for updating to the latest version!"
78
  msgstr ""
79
 
80
+ #. translators: %s is the plugin version number
81
+ #: ../admin/about/class-strong-testimonials-about.php:69
82
  #, php-format
83
  msgid "Version %s"
84
  msgstr ""
85
 
86
+ #: ../admin/about/class-strong-testimonials-about.php:75
87
  msgid "What&#8217;s New"
88
  msgstr ""
89
 
90
+ #: ../admin/about/class-strong-testimonials-about.php:77
91
  msgid "How To"
92
  msgstr ""
93
 
94
+ #: ../admin/about/class-strong-testimonials-about.php:79
95
+ msgid "Privacy"
96
+ msgstr ""
97
+
98
  #: ../admin/about/how-to.php:2
99
  msgid ""
100
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
188
  msgstr ""
189
 
190
  #: ../admin/about/how-to.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
191
  msgid "How to Translate"
192
  msgstr ""
193
 
194
+ #: ../admin/about/how-to.php:57
195
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
196
  msgstr ""
197
 
198
+ #: ../admin/about/how-to.php:58
199
  msgid ""
200
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
201
  "strong> pages. Those domains encompass the form fields, the form messages, "
263
  msgid "Form examples"
264
  msgstr ""
265
 
266
+ #: ../admin/about/privacy.php:1
267
+ msgid "Privacy and GDPR"
268
+ msgstr ""
269
+
270
+ #: ../admin/about/privacy.php:2
271
+ msgid "Compliance is entirely in your control."
272
+ msgstr ""
273
+
274
+ #: ../admin/about/privacy.php:5
275
+ msgid ""
276
+ "By default, this plugin does not store any user or visitor data, does not "
277
+ "send any data to remote servers, act as a service or embed content, does not "
278
+ "edit the comments form in any way."
279
+ msgstr ""
280
+
281
+ #: ../admin/about/privacy.php:6
282
+ msgid ""
283
+ "The plugin also prevents displaying email addresses in your testimonials on "
284
+ "the front end."
285
+ msgstr ""
286
+
287
+ #: ../admin/about/privacy.php:7
288
+ msgid "However, this plugin provides features that may involve private data."
289
+ msgstr ""
290
+
291
+ #: ../admin/about/privacy.php:8
292
+ msgid ""
293
+ "If you use the testimonial submission form, the data collected on that form "
294
+ "will be stored in your database."
295
+ msgstr ""
296
+
297
+ #: ../admin/about/privacy.php:9
298
+ msgid ""
299
+ "If you enable the administrator notification email upon new testimonial "
300
+ "submission, the data collected on your form, at your selection, may be "
301
+ "included in that notification email."
302
+ msgstr ""
303
+
304
+ #: ../admin/about/privacy.php:10
305
+ msgid ""
306
+ "If you enable comments on testimonials, the plugin will use your theme's "
307
+ "single post template and comment form."
308
+ msgstr ""
309
+
310
+ #: ../admin/about/privacy.php:11
311
+ msgid ""
312
+ "If you embed third-party posts such as Twitter, YouTube and FaceBook in your "
313
+ "testimonials, you will be agreeing to the Terms of Use of those third-party "
314
+ "sites."
315
+ msgstr ""
316
+
317
  # @ strong-testimonials
318
+ #: ../admin/admin-notices.php:66 ../admin/views.php:36
319
  msgid "Defaults restored."
320
  msgstr "Återställt inställningar"
321
 
324
  msgid "Fields saved."
325
  msgstr "Fälten har sparats"
326
 
327
+ #: ../admin/admin-notices.php:90 ../admin/views.php:35
328
  msgid "Changes cancelled."
329
  msgstr ""
330
 
398
 
399
  # @ strong-testimonials
400
  #: ../admin/class-strong-testimonials-admin-category-list.php:39
401
+ #: ../admin/class-strong-views-list-table.php:61
402
  msgid "ID"
403
  msgstr "ID"
404
 
405
  #: ../admin/class-strong-testimonials-admin-category-list.php:40
406
  #: ../admin/class-strong-testimonials-defaults.php:316
407
+ #: ../admin/class-strong-views-list-table.php:64
408
  #: ../admin/partials/views/view-name.php:10
409
  #: ../admin/settings/partials/email-from.php:25
410
+ #: ../admin/settings/partials/email-to.php:14 ../admin/views.php:547
411
  msgid "Name"
412
  msgstr ""
413
 
449
  msgid "Date"
450
  msgstr "Datum"
451
 
452
+ #: ../admin/class-strong-testimonials-admin-scripts.php:136
453
  msgctxt "Field editor: The default label for new fields"
454
  msgid "New Field"
455
  msgstr ""
456
 
457
+ #: ../admin/class-strong-testimonials-admin-scripts.php:137
458
  msgctxt "Fields editor: To indicate when a field type can only be used once."
459
  msgid "(in use)"
460
  msgstr ""
461
 
462
+ #: ../admin/class-strong-testimonials-admin-scripts.php:138
463
  msgctxt "Fields editor: To indicate when no categories have been found."
464
  msgid "(none found)"
465
  msgstr ""
466
 
467
  # @ strong-testimonials
468
+ #: ../admin/class-strong-testimonials-admin-scripts.php:207
469
  #: ../admin/class-strong-testimonials-defaults.php:72
470
  msgid "This field is required."
471
  msgstr "Detta fält är obligatoriskt."
472
 
473
+ #: ../admin/class-strong-testimonials-admin-scripts.php:208
474
+ #: ../admin/edd/Strong_Plugin_Updater.php:105
475
+ #: ../admin/edd/Strong_Plugin_Updater.php:156
476
+ #: ../admin/edd/Strong_Plugin_Updater.php:212
477
  msgid "An error occurred, please try again."
478
  msgstr ""
479
 
480
+ #: ../admin/class-strong-testimonials-admin-scripts.php:209
481
  msgid "Restore the default settings?"
482
  msgstr ""
483
 
484
+ #: ../admin/class-strong-testimonials-admin-scripts.php:242
485
  msgid "click to insert into message at caret"
486
  msgstr ""
487
 
502
  msgid "Featured Image"
503
  msgstr "Utvald bild"
504
 
505
+ #: ../admin/class-strong-testimonials-defaults.php:140 ../admin/views.php:493
506
  #: ../includes/l10n-wpml.php:152
507
  msgid "text"
508
  msgstr ""
527
  msgid "category checklist"
528
  msgstr ""
529
 
530
+ #: ../admin/class-strong-testimonials-defaults.php:188 ../admin/views.php:499
531
  msgid "shortcode"
532
  msgstr ""
533
 
596
  #: ../admin/class-strong-testimonials-defaults.php:288
597
  #: ../admin/class-strong-testimonials-defaults.php:336
598
  #: ../admin/partials/views/option-title.php:15
599
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
600
  msgid "Testimonial"
601
  msgstr "Vitsord"
602
 
626
  #. translators: Settings > Form > Messages tab
627
  #: ../admin/class-strong-testimonials-defaults.php:392
628
  msgctxt "setting description"
629
+ msgid "Required"
630
  msgstr ""
631
 
632
  #: ../admin/class-strong-testimonials-defaults.php:393
633
  msgctxt "Default message for required notice at top of form."
634
+ msgid "Required"
635
  msgstr ""
636
 
637
  #. translators: Settings > Form > Messages tab
646
  msgstr ""
647
 
648
  #. translators: Settings > Form > Messages tab
649
+ #: ../admin/class-strong-testimonials-defaults.php:406
650
  msgctxt "description"
651
  msgid "Submit Button"
652
  msgstr ""
653
 
654
  # @ strong-testimonials
655
  #. translators: Default label for the Submit button on testimonial form.
656
+ #: ../admin/class-strong-testimonials-defaults.php:408
657
  msgctxt "the Submit button"
658
  msgid "Add Testimonial"
659
  msgstr "Lägg till Vitsord"
660
 
661
  #. translators: Settings > Form > Messages tab
662
+ #: ../admin/class-strong-testimonials-defaults.php:413
663
  msgctxt "description"
664
  msgid "Submission Error"
665
  msgstr ""
666
 
667
  #. translators: Default message for submission form error.
668
+ #: ../admin/class-strong-testimonials-defaults.php:415
669
  msgctxt "error message"
670
  msgid "There was a problem processing your testimonial."
671
  msgstr "Något trasslade till sig med ditt vitsord."
672
 
673
  #. translators: Settings > Form > Messages tab
674
+ #: ../admin/class-strong-testimonials-defaults.php:420
675
  msgctxt "description"
676
  msgid "Submission Success"
677
  msgstr ""
678
 
679
  #. translators: Default message for submission form success message.
680
+ #: ../admin/class-strong-testimonials-defaults.php:422
681
  msgctxt "success message"
682
  msgid "Thank you! Your testimonial is waiting to be approved."
683
  msgstr ""
684
 
685
  #. translators: Default subject line for new testimonial notification email.
686
+ #: ../admin/class-strong-testimonials-defaults.php:448
687
  msgid "New testimonial for %BLOGNAME%"
688
  msgstr ""
689
 
690
  #. translators: Default message for new testimonial notification email.
691
+ #: ../admin/class-strong-testimonials-defaults.php:450
692
  msgid ""
693
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
694
  "website administrator."
695
  msgstr ""
696
 
697
+ #: ../admin/class-strong-testimonials-defaults.php:480
698
  msgid "Display"
699
  msgstr ""
700
 
701
+ #: ../admin/class-strong-testimonials-defaults.php:481
702
  msgid "Display your testimonials in a list or a grid."
703
  msgstr ""
704
 
705
  #. translators: In the view editor.
706
+ #: ../admin/class-strong-testimonials-defaults.php:485
707
+ #: ../admin/partials/views/group-slideshow.php:14
708
  msgid "Slideshow"
709
  msgstr "Bildspel"
710
 
711
+ #: ../admin/class-strong-testimonials-defaults.php:486
712
  msgid "Create a slideshow of your testimonials."
713
  msgstr ""
714
 
715
+ #: ../admin/class-strong-testimonials-defaults.php:490
716
  #: ../admin/settings/class-strong-testimonials-settings-form.php:49
717
  msgid "Form"
718
  msgstr "Formuläret"
719
 
720
+ #: ../admin/class-strong-testimonials-defaults.php:491
721
  msgid "Display a testimonial submission form."
722
  msgstr ""
723
 
724
+ #: ../admin/class-strong-testimonials-defaults.php:495
725
  msgid "Single Template"
726
  msgstr ""
727
 
728
+ #: ../admin/class-strong-testimonials-defaults.php:496
729
  msgid "When viewing the testimonial using a theme's single post template."
730
  msgstr ""
731
 
732
+ #: ../admin/class-strong-testimonials-defaults.php:501
733
  msgctxt "display order"
734
  msgid "random"
735
  msgstr ""
736
 
737
+ #: ../admin/class-strong-testimonials-defaults.php:502
738
  msgctxt "display order"
739
  msgid "menu order"
740
  msgstr ""
741
 
742
+ #: ../admin/class-strong-testimonials-defaults.php:503
743
  msgctxt "display order"
744
  msgid "newest first"
745
  msgstr ""
746
 
747
+ #: ../admin/class-strong-testimonials-defaults.php:504
748
  msgctxt "display order"
749
  msgid "oldest first"
750
  msgstr ""
751
 
752
+ #: ../admin/class-strong-testimonials-defaults.php:508
753
  msgctxt "slideshow transition option"
754
  msgid "no transition effect"
755
  msgstr ""
756
 
757
+ #: ../admin/class-strong-testimonials-defaults.php:509
758
  msgctxt "slideshow transition option"
759
  msgid "fade"
760
  msgstr ""
761
 
762
+ #: ../admin/class-strong-testimonials-defaults.php:510
763
  msgctxt "slideshow transition option"
764
  msgid "scroll horizontally"
765
  msgstr ""
766
 
767
+ #: ../admin/class-strong-testimonials-defaults.php:511
768
  msgctxt "slideshow transition option"
769
  msgid "scroll vertically"
770
  msgstr ""
771
 
772
+ #: ../admin/class-strong-testimonials-defaults.php:515
773
  msgctxt "slideshow option"
774
  msgid "Adjust height for each slide"
775
  msgstr ""
776
 
777
+ #: ../admin/class-strong-testimonials-defaults.php:516
778
  msgctxt "slideshow option"
779
  msgid "Set height to match the tallest slide"
780
  msgstr ""
781
 
782
+ #: ../admin/class-strong-testimonials-defaults.php:522
783
  msgctxt "slideshow controls option"
784
  msgid "none"
785
  msgstr ""
786
 
787
+ #: ../admin/class-strong-testimonials-defaults.php:530
788
  msgctxt "slideshow controls option"
789
  msgid "Bottom: previous / play-pause / next"
790
  msgstr ""
791
 
792
+ #: ../admin/class-strong-testimonials-defaults.php:542
793
  msgctxt "slideshow controls option"
794
  msgid "Bottom: previous / next"
795
  msgstr ""
796
 
797
+ #: ../admin/class-strong-testimonials-defaults.php:551
798
  msgctxt "slideshow controls option"
799
  msgid "Sides: previous / next"
800
  msgstr ""
801
 
802
+ #: ../admin/class-strong-testimonials-defaults.php:564
803
  msgctxt "slideshow navigation option"
804
  msgid "none"
805
  msgstr ""
806
 
807
+ #: ../admin/class-strong-testimonials-defaults.php:568
808
  msgctxt "slideshow navigation option"
809
  msgid "full"
810
  msgstr ""
811
 
812
+ #: ../admin/class-strong-testimonials-defaults.php:581
813
  msgctxt "slideshow navigation option"
814
  msgid "buttons 1"
815
  msgstr ""
816
 
817
+ #: ../admin/class-strong-testimonials-defaults.php:591
818
  msgctxt "slideshow navigation option"
819
  msgid "buttons 2"
820
  msgstr ""
821
 
822
+ #: ../admin/class-strong-testimonials-defaults.php:601
823
  msgctxt "slideshow navigation option"
824
  msgid "buttons 3"
825
  msgstr ""
826
 
827
+ #: ../admin/class-strong-testimonials-defaults.php:611
828
+ #: ../admin/class-strong-testimonials-defaults.php:631
829
  msgctxt "slideshow navigation option"
830
  msgid "text"
831
  msgstr ""
832
 
833
+ #: ../admin/class-strong-testimonials-defaults.php:614
834
  msgctxt "slideshow control"
835
  msgid "Play"
836
  msgstr ""
837
 
838
+ #: ../admin/class-strong-testimonials-defaults.php:615
839
  msgctxt "slideshow control"
840
  msgid "Pause"
841
  msgstr ""
842
 
843
+ #: ../admin/class-strong-testimonials-defaults.php:616
844
  msgctxt "slideshow_control"
845
  msgid "Previous"
846
  msgstr ""
847
 
848
+ #: ../admin/class-strong-testimonials-defaults.php:617
849
  msgctxt "slideshow_control"
850
  msgid "Next"
851
  msgstr ""
852
 
853
+ #: ../admin/class-strong-testimonials-defaults.php:623
854
  msgctxt "slideshow navigation option"
855
  msgid "buttons"
856
  msgstr ""
857
 
858
+ #: ../admin/class-strong-testimonials-defaults.php:643
859
  msgctxt "slideshow navigation option"
860
  msgid "inside"
861
  msgstr ""
862
 
863
+ #: ../admin/class-strong-testimonials-defaults.php:644
864
  msgctxt "slideshow navigation option"
865
  msgid "outside"
866
  msgstr ""
867
 
868
  # @ strong-testimonials
869
+ #: ../admin/class-strong-testimonials-defaults.php:707
870
  msgctxt "link"
871
  msgid "Read more"
872
  msgstr "Läs mer"
873
 
874
+ #: ../admin/class-strong-testimonials-defaults.php:711
875
  msgctxt "link"
876
  msgid "Read more testimonials"
877
  msgstr ""
878
 
879
+ #: ../admin/class-strong-testimonials-defaults.php:809
880
  msgid ""
881
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
882
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
883
  msgstr ""
884
 
885
+ #: ../admin/class-strong-testimonials-defaults.php:820
886
  msgid "An excellent plugin for math- and image-based captchas."
887
  msgstr ""
888
 
928
  msgstr ""
929
 
930
  #: ../admin/class-strong-testimonials-help.php:46
931
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:368
932
  msgid "Prerender"
933
  msgstr ""
934
 
982
  msgid "You can create an <strong>unlimited</strong> number of views."
983
  msgstr ""
984
 
985
+ #: ../admin/class-strong-testimonials-help.php:90
986
+ msgid "For example:"
987
+ msgstr ""
988
+
989
  #: ../admin/class-strong-testimonials-help.php:92
990
  msgid ""
991
  "Create a view to display your testimonials in a list, grid, or slideshow."
1037
  msgstr ""
1038
 
1039
  #: ../admin/class-strong-testimonials-help.php:125
1040
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-1\"]</code>"
1041
  msgstr ""
1042
 
1043
  #: ../admin/class-strong-testimonials-help.php:126
1044
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-2\"]</code>"
1045
  msgstr ""
1046
 
1047
  #: ../admin/class-strong-testimonials-help.php:129
1050
 
1051
  #: ../admin/class-strong-testimonials-help.php:130
1052
  msgid ""
1053
+ "<code>[testimonial_view id=\"1\" category=\"service-3\" order=\"random\" "
1054
+ "count=\"5\"]</code>"
1055
  msgstr ""
1056
 
1057
  #: ../admin/class-strong-testimonials-help.php:132
1234
  msgid "Select All"
1235
  msgstr ""
1236
 
1237
+ # @ strong-testimonials
1238
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:32
1239
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:45
1240
+ #: ../admin/menu/class-strong-testimonials-menu-shortcodes.php:46
1241
+ msgid "Shortcodes"
1242
+ msgstr "Shortcoder"
1243
+
1244
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:34
1245
+ #, php-format
1246
+ msgid ""
1247
+ "Open a <a href=\"%s\" target=\"_blank\">support ticket</a> if you need help."
1248
+ msgstr ""
1249
+
1250
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:36
1251
+ msgid "Testimonial Views"
1252
+ msgstr ""
1253
+
1254
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:39
1255
+ msgid ""
1256
+ "Each view has a unique shortcode like <code>&#91;testimonial_view id="
1257
+ "\"1\"&#93;</code>."
1258
+ msgstr ""
1259
+
1260
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:40
1261
+ msgid "Go to views"
1262
+ msgstr ""
1263
+
1264
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:43
1265
+ msgid "Testimonial Count"
1266
+ msgstr ""
1267
+
1268
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:45
1269
+ #, php-format
1270
+ msgid "Use %s to display the number of testimonials."
1271
+ msgstr ""
1272
+
1273
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:50
1274
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:83
1275
+ msgid "Default"
1276
+ msgstr ""
1277
+
1278
+ #. translators: %s is a shortcode
1279
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:55
1280
+ #, php-format
1281
+ msgid "Read some of our %s testimonials!"
1282
+ msgstr ""
1283
+
1284
+ #. translators: %s is a shortcode attribute
1285
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:62
1286
+ #, php-format
1287
+ msgid ""
1288
+ "To count for a specific category, add the %s attribute with the category slug."
1289
+ msgstr ""
1290
+
1291
+ #. translators: %s is a shortcode
1292
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:67
1293
+ #, php-format
1294
+ msgid "Here's what %s local clients say"
1295
+ msgstr ""
1296
+
1297
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:73
1298
+ msgid "Average Rating"
1299
+ msgstr ""
1300
+
1301
+ #. translators: %s is a shortcode
1302
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:77
1303
+ #, php-format
1304
+ msgid ""
1305
+ "If using a <strong>single</strong> rating field, use %s to display the "
1306
+ "average rating."
1307
+ msgstr ""
1308
+
1309
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:84
1310
+ msgid ""
1311
+ "You must use the closing slash <code>/</code> if using the shortcode with "
1312
+ "content elsewhere on your page."
1313
+ msgstr ""
1314
+
1315
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:108
1316
+ msgid "Customize using content tags."
1317
+ msgstr ""
1318
+
1319
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:109
1320
+ msgid "Default:"
1321
+ msgstr "Grundinställning"
1322
+
1323
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:134
1324
+ msgid "Alternate content tags."
1325
+ msgstr ""
1326
+
1327
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:159
1328
+ msgid "Insert tags into your custom content."
1329
+ msgstr ""
1330
+
1331
+ #: ../admin/class-strong-testimonials-page-shortcodes.php:313
1332
+ msgid ""
1333
+ "The default container element is <code>div</code>. Select another element "
1334
+ "using <code>element</code>."
1335
+ msgstr ""
1336
+
1337
  # @ strong-testimonials
1338
  #: ../admin/class-strong-testimonials-post-editor.php:38
1339
  msgctxt "post editor"
1362
  msgstr ""
1363
 
1364
  #: ../admin/class-strong-testimonials-post-editor.php:232
1365
+ #: ../admin/class-strong-views-list-table.php:127
1366
  msgid "Edit"
1367
  msgstr ""
1368
 
1371
  msgid "shortcode %s not found"
1372
  msgstr ""
1373
 
1374
+ #: ../admin/class-strong-views-list-table.php:19
1375
+ msgid "No views found."
1376
+ msgstr ""
1377
+
1378
+ #: ../admin/class-strong-views-list-table.php:65
1379
  #: ../admin/partials/views/view-mode.php:3
1380
  msgid "Mode"
1381
  msgstr ""
1382
 
1383
  #. translators: On the Views admin screen.
1384
+ #: ../admin/class-strong-views-list-table.php:66
1385
  #: ../admin/partials/views/option-template-list.php:3
1386
  msgid "Template"
1387
  msgstr ""
1388
 
1389
  # @ strong-testimonials
1390
+ #: ../admin/class-strong-views-list-table.php:67
1391
+ #: ../admin/partials/views/view-shortcode.php:26
1392
  msgid "Shortcode"
1393
  msgstr "Shortcode"
1394
 
1395
+ #: ../admin/class-strong-views-list-table.php:128
1396
  msgid "Duplicate"
1397
  msgstr ""
1398
 
1399
+ #: ../admin/class-strong-views-list-table.php:129
1400
  #, php-format
1401
  msgid "Delete \"%s\"?"
1402
  msgstr ""
1403
 
1404
  # @ default
1405
+ #: ../admin/class-strong-views-list-table.php:129
1406
  #: ../admin/partials/fields/field-controls.php:9
1407
  msgid "Delete"
1408
  msgstr "Radera"
1409
 
1410
+ #: ../admin/class-strong-views-list-table.php:141
1411
  msgid "stick to top of list"
1412
  msgstr ""
1413
 
1414
+ #: ../admin/class-strong-views-list-table.php:156
1415
  msgid "theme single post template"
1416
  msgstr ""
1417
 
1418
  #. translators: On the Views admin screen.
1419
+ #: ../admin/class-strong-views-list-table.php:182
1420
  #: ../admin/partials/views/template-not-found.php:19
1421
  msgid "not found"
1422
  msgstr ""
1427
 
1428
  # @ default
1429
  #: ../admin/custom-fields.php:147
1430
+ #: ../admin/settings/class-strong-testimonials-settings.php:44
1431
  #: ../admin/views.php:17
1432
  msgid "You do not have sufficient permissions to access this page."
1433
  msgstr "Du har ej tillräckliga rättigheter att tillgå denna sida."
1441
  #: ../admin/custom-fields.php:159
1442
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:45
1443
  #: ../admin/menu/class-strong-testimonials-menu-fields.php:46
1444
+ #: ../admin/partials/views/group-fields.php:14
1445
  msgid "Fields"
1446
  msgstr "Fält"
1447
 
1453
  msgid "Click a field to open its options panel."
1454
  msgstr ""
1455
 
1456
+ #: ../admin/custom-fields.php:168 ../admin/partials/views/group-query.php:24
1457
  #: ../admin/partials/views/option-pagination.php:3
1458
  #: ../admin/partials/views/option-slideshow-behavior.php:82
1459
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:373
1460
+ #: ../admin/views.php:73
1461
  msgid "Help"
1462
  msgstr ""
1463
 
1466
  msgid "Add New Field"
1467
  msgstr "Skapa nytt fält"
1468
 
1469
+ #: ../admin/custom-fields.php:194 ../admin/views.php:262
1470
  msgid "Cancel Changes"
1471
  msgstr ""
1472
 
1473
  # @ strong-testimonials
1474
+ #: ../admin/custom-fields.php:195 ../admin/views.php:263
1475
  msgid "Restore Defaults"
1476
  msgstr "Återställ inställningar"
1477
 
1502
  msgstr ""
1503
 
1504
  # @ strong-testimonials
1505
+ #: ../admin/custom-fields.php:327 ../admin/settings/partials/form.php:307
1506
+ #: ../admin/views.php:595
1507
  msgid "Before"
1508
  msgstr "Före"
1509
 
1510
  # @ strong-testimonials
1511
+ #: ../admin/custom-fields.php:335 ../admin/settings/partials/form.php:315
1512
  msgid "After"
1513
  msgstr "Efter"
1514
 
1578
  msgid "Error"
1579
  msgstr ""
1580
 
1581
+ #: ../admin/edd/Strong_Plugin_Updater.php:114
1582
  msgid "An error occurred, please contact support."
1583
  msgstr ""
1584
 
1585
+ #: ../admin/edd/Strong_Plugin_Updater.php:123
1586
  #, php-format
1587
  msgid "Your license key expired on %s."
1588
  msgstr ""
1589
 
1590
+ #: ../admin/edd/Strong_Plugin_Updater.php:130
1591
  msgid "Your license key has been disabled."
1592
  msgstr ""
1593
 
1594
+ #: ../admin/edd/Strong_Plugin_Updater.php:135
1595
  msgid "Invalid license."
1596
  msgstr ""
1597
 
1598
+ #: ../admin/edd/Strong_Plugin_Updater.php:141
1599
  msgid "Your license is not active for this URL."
1600
  msgstr ""
1601
 
1602
+ #: ../admin/edd/Strong_Plugin_Updater.php:146
1603
  #, php-format
1604
  msgid "This appears to be an invalid license key for %s."
1605
  msgstr ""
1606
 
1607
+ #: ../admin/edd/Strong_Plugin_Updater.php:151
1608
  msgid "Your license key has reached its activation limit."
1609
  msgstr ""
1610
 
1611
  # @ strong-testimonials
1612
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:47
1613
  #: ../admin/menu/class-strong-testimonials-menu-settings.php:48
1614
+ #: ../admin/settings/class-strong-testimonials-settings.php:51
1615
  msgid "Settings"
1616
  msgstr "Inställningar"
1617
 
1618
  #: ../admin/menu/class-strong-testimonials-menu-views.php:45
1619
  #: ../admin/menu/class-strong-testimonials-menu-views.php:46
1620
+ #: ../admin/views.php:71
1621
  msgid "Views"
1622
  msgstr ""
1623
 
1627
  msgid "Close"
1628
  msgstr "Stäng"
1629
 
1630
+ #: ../admin/partials/fields/field-header.php:8 ../admin/views.php:524
1631
+ #: ../admin/views.php:537
1632
  msgid "click to open or close"
1633
  msgstr ""
1634
 
1635
+ #: ../admin/partials/fields/field-header.php:10 ../admin/views.php:530
1636
  msgid "drag and drop to reorder"
1637
  msgstr ""
1638
 
1690
  msgid "Select a field type or delete this field."
1691
  msgstr ""
1692
 
1693
+ #. translators: On the Views admin screen.
1694
+ #: ../admin/partials/views/group-compat.php:10
1695
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:46
1696
  msgid "Compatibility"
1697
  msgstr ""
1698
 
1699
  #. translators: On the Views admin screen.
1700
+ #: ../admin/partials/views/group-extra.php:14
1701
  msgid "Extra"
1702
  msgstr ""
1703
 
1704
  #. translators: On the Views admin screen.
1705
+ #: ../admin/partials/views/group-form.php:14
1706
  msgid "Actions"
1707
  msgstr ""
1708
 
1709
  #. translators: On the Views admin screen.
1710
+ #: ../admin/partials/views/group-query.php:14
1711
  msgid "Query"
1712
  msgstr ""
1713
 
1714
+ #: ../admin/partials/views/group-query.php:18
1715
+ msgid "Option"
1716
+ msgstr ""
1717
+
1718
+ #: ../admin/partials/views/group-query.php:19
1719
+ msgid "Setting"
1720
+ msgstr ""
1721
+
1722
+ #: ../admin/partials/views/group-query.php:21
1723
+ msgid "or Shortcode Attribute"
1724
+ msgstr ""
1725
+
1726
  #. translators: On the Views admin screen.
1727
+ #: ../admin/partials/views/group-style.php:14
1728
  #: ../admin/partials/views/option-slideshow-navigation.php:29
1729
  #: ../admin/partials/views/option-slideshow-navigation.php:60
1730
  msgid "Style"
1818
  msgstr ""
1819
 
1820
  #: ../admin/partials/views/option-classes.php:10
1821
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:582
1822
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:674
1823
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:717
1824
  #: ../admin/settings/partials/general.php:57
1825
  msgid "For advanced users."
1826
  msgstr ""
1837
  msgid "Font Color"
1838
  msgstr ""
1839
 
1840
+ #: ../admin/partials/views/option-color.php:24 ../admin/views.php:485
1841
  msgid "custom"
1842
  msgstr ""
1843
 
2381
  msgid "Options"
2382
  msgstr ""
2383
 
 
 
 
 
2384
  #: ../admin/partials/views/view-shortcode.php:10
2385
  msgctxt "The shortcode for a new View."
2386
  msgid "will be available after you save this"
2387
  msgstr ""
2388
 
2389
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:177
2390
  msgid "Common Scenarios"
2391
  msgstr ""
2392
 
2393
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:185
2394
+ msgid "Symptom"
2395
  msgstr ""
2396
 
2397
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:188
2398
  msgid "Possible Cause"
2399
  msgstr ""
2400
 
2401
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:191
2402
+ msgid "Try"
2403
  msgstr ""
2404
 
2405
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:197
2406
+ msgid "Views not working"
2407
  msgstr ""
2408
 
2409
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:198
2410
  msgid ""
2411
+ "A testimonial view does not appear correctly the <strong>first time</strong> "
2412
+ "you view the page but it does when you <strong>refresh</strong> the page."
2413
  msgstr ""
2414
 
2415
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:199
2416
+ msgid ""
2417
+ "For example, it has no style, no pagination, or the slider has not started."
2418
  msgstr ""
2419
 
2420
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:202
2421
  msgid ""
2422
+ "Your site uses <strong>Ajax page loading</strong> &ndash; also known as page "
2423
+ "animations, transition effects or Pjax (pushState Ajax) &ndash; provided by "
2424
+ "your theme or another plugin."
2425
  msgstr ""
2426
 
2427
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:203
2428
  msgid ""
2429
  "Instead of loading the entire page, this technique fetches only the new "
2430
  "content."
2431
  msgstr ""
2432
 
2433
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2434
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:261
2435
  msgid "Ajax Page Loading"
2436
  msgstr ""
2437
 
2438
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:206
2439
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:323
2440
  msgid "General"
2441
  msgstr ""
2442
 
2443
+ #. translators: link text on Settings > Compatibility tab
2444
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:209
2445
  msgid "Set this now"
2446
  msgstr ""
2447
 
2448
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:217
2449
+ msgid "Slider never starts"
2450
  msgstr ""
2451
 
2452
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:218
2453
+ msgid "A testimonial slider does not start or is missing navigation controls."
2454
+ msgstr ""
2455
+
2456
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:221
2457
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:234
2458
+ msgid ""
2459
+ "The page is very busy loading image galleries, other sliders or third-party "
2460
+ "resources like social media posts."
2461
+ msgstr ""
2462
+
2463
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2464
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2465
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:751
2466
+ msgid "Load Event"
2467
+ msgstr ""
2468
+
2469
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:224
2470
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:237
2471
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:808
2472
+ msgid "window load"
2473
+ msgstr ""
2474
+
2475
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:230
2476
+ msgid "Masonry layout not working"
2477
+ msgstr ""
2478
+
2479
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:231
2480
+ msgid ""
2481
+ "A testimonial view with the Masonry layout has only one column or works "
2482
+ "inconsistently in different browsers or devices."
2483
+ msgstr ""
2484
+
2485
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:246
2486
+ msgid "Compatibility Settings"
2487
+ msgstr ""
2488
+
2489
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:248
2490
+ #, php-format
2491
+ msgid ""
2492
+ "<a href=\"%s\" target=\"_blank\">Start a support ticket</a> if you need help "
2493
+ "with these options."
2494
+ msgstr ""
2495
+
2496
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:266
2497
  msgid "This does not perform Ajax page loading."
2498
  msgstr ""
2499
 
2500
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:267
2501
  msgid ""
2502
  "It provides compatibility with themes and plugins that use Ajax to load "
2503
  "pages, also known as page animation or transition effects."
2504
  msgstr ""
2505
 
2506
  # @ strong-testimonials
2507
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:296
2508
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:455
2509
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:507
2510
  msgid "None"
2511
  msgstr "Ingen"
2512
 
2513
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:297
2514
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:403
2515
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:508
2516
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:783
2517
  msgid "(default)"
2518
  msgstr ""
2519
 
2520
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:301
2521
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:512
2522
  msgid "No compatibility needed."
2523
  msgstr ""
2524
 
2525
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:302
2526
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:408
2527
  msgid "This works well for most themes."
2528
  msgstr ""
2529
 
2530
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:327
2531
  msgid "Be ready to render any view at any time."
2532
  msgstr ""
2533
 
2534
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:328
2535
  msgid "This works well with common Ajax methods."
2536
  msgstr ""
2537
 
2538
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:350
2539
  msgid "Advanced"
2540
  msgstr "Avancerat"
2541
 
2542
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:354
2543
  msgid "For specific configurations."
2544
  msgstr ""
2545
 
2546
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:372
2547
  msgid "Load stylesheets and populate script variables up front."
2548
  msgstr ""
2549
 
2550
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:402
2551
  msgid "Current page"
2552
  msgstr ""
2553
 
2554
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:407
2555
  msgid "For the current page only."
2556
  msgstr ""
2557
 
2558
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:429
2559
  msgid "All views"
2560
  msgstr ""
2561
 
2562
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:433
2563
  msgid "For all views. Required for Ajax page loading."
2564
  msgstr ""
2565
 
2566
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:434
2567
  msgid "Then select an option for <strong>Monitor</strong> below."
2568
  msgstr ""
2569
 
2570
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:459
2571
  msgid ""
2572
  "When the shortcode is rendered. May result in a flash of unstyled content."
2573
  msgstr ""
2574
 
2575
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:473
2576
  msgid "Monitor"
2577
  msgstr ""
2578
 
2579
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:477
2580
+ msgid "Initialize sliders, pagination and form validation as pages change."
2581
  msgstr ""
2582
 
2583
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:534
2584
  msgid "Universal"
2585
  msgstr ""
2586
 
2587
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:538
2588
  msgid "Watch for page changes on a timer."
2589
  msgstr ""
2590
 
2591
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:545
2592
  msgctxt "timer setting"
2593
  msgid "Check every"
2594
  msgstr ""
2595
 
2596
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:555
2597
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:604
2598
  msgctxt "timer setting"
2599
  msgid "seconds"
2600
  msgstr ""
2601
 
2602
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:577
2603
  msgid "Observer"
2604
  msgstr ""
2605
 
2606
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:581
2607
  msgid "React to changes in specific page elements."
2608
  msgstr ""
2609
 
2610
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:594
2611
  msgctxt "timer setting"
2612
  msgid "Check once after"
2613
  msgstr ""
2614
 
2615
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:616
2616
  msgid "Container ID"
2617
  msgstr ""
2618
 
2619
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:626
2620
  msgid "the element to observe"
2621
  msgstr ""
2622
 
2623
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:638
2624
  msgid "Added node ID"
2625
  msgstr ""
2626
 
2627
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:648
2628
  msgid "the element being added"
2629
  msgstr ""
2630
 
2631
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:669
2632
  msgid "Custom event"
2633
  msgstr ""
2634
 
2635
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:673
2636
  msgid "Listen for specific events."
2637
  msgstr ""
2638
 
2639
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:681
2640
  msgid "Event name"
2641
  msgstr ""
2642
 
2643
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:712
2644
  msgid "Specific script"
2645
  msgstr ""
2646
 
2647
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:716
2648
  msgid "Register a callback for a specific Ajax script."
2649
  msgstr ""
2650
 
2651
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:724
2652
  msgid "Script name"
2653
  msgstr ""
2654
 
2655
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:730
2656
  #: ../includes/widget2.php:96
2657
  msgid "&mdash; Select &mdash;"
2658
  msgstr ""
2659
 
2660
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:755
2661
+ msgid "When to start sliders, Masonry, pagination and form validation."
2662
+ msgstr ""
2663
+
2664
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:782
2665
+ msgid "document ready"
2666
+ msgstr ""
2667
+
2668
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:787
2669
+ msgid "This works well if your page load time is less than a few seconds."
2670
+ msgstr ""
2671
+
2672
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:812
2673
+ msgid "Try this if your page load time is more than a few seconds."
2674
+ msgstr ""
2675
+
2676
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:828
2677
+ msgid "Lazy Loading Images"
2678
+ msgstr ""
2679
+
2680
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:832
2681
+ msgid "Watch for lazy loading images in themes and plugins."
2682
+ msgstr ""
2683
+
2684
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:860
2685
+ msgid "Enable watcher"
2686
+ msgstr ""
2687
+
2688
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:864
2689
+ msgid ""
2690
+ "Most lazy loading techniques use one or two CSS class names to indicate which "
2691
+ "images to lazy load and when the lazy loading is finished."
2692
+ msgstr ""
2693
+
2694
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:865
2695
+ msgid ""
2696
+ "Contact support for your theme or plugin to ask if it uses CSS class names."
2697
+ msgstr ""
2698
+
2699
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:881
2700
+ msgid "CSS Class Names"
2701
+ msgstr ""
2702
+
2703
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:912
2704
+ msgctxt "noun"
2705
+ msgid "start"
2706
+ msgstr ""
2707
+
2708
+ #: ../admin/settings/class-strong-testimonials-settings-compat.php:920
2709
+ msgctxt "noun"
2710
+ msgid "finish"
2711
+ msgstr ""
2712
+
2713
  # @ strong-testimonials
2714
  #: ../admin/settings/class-strong-testimonials-settings-general.php:44
2715
  msgctxt "adjective"
2721
  msgstr ""
2722
 
2723
  # @ default
2724
+ #: ../admin/settings/class-strong-testimonials-settings.php:55
2725
  msgid "Settings saved."
2726
  msgstr "Inställningar sparade"
2727
 
2777
  msgid "Form Labels & Messages"
2778
  msgstr ""
2779
 
2780
+ #: ../admin/settings/partials/form.php:89
2781
  msgid "Display required notice at top of form"
2782
  msgstr ""
2783
 
2784
+ #: ../admin/settings/partials/form.php:101
2785
  msgctxt "singular"
2786
  msgid "restore default"
2787
  msgstr "Återställ grundinställning"
2788
 
2789
+ #: ../admin/settings/partials/form.php:112
2790
  msgid "Restore Default Messages"
2791
  msgstr ""
2792
 
2793
+ #: ../admin/settings/partials/form.php:120
2794
  msgid "Scroll"
2795
  msgstr ""
2796
 
2797
+ #: ../admin/settings/partials/form.php:128
2798
  #, php-format
2799
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2800
  msgstr ""
2801
 
2802
+ #: ../admin/settings/partials/form.php:135
2803
  #, php-format
2804
  msgid ""
2805
  "If success, scroll to the success message minus %s pixels. On by default."
2806
  msgstr ""
2807
 
2808
+ #: ../admin/settings/partials/form.php:151
2809
  msgid "Form Actions"
2810
  msgstr ""
2811
 
2812
+ #: ../admin/settings/partials/form.php:157
2813
  msgid "Upon Successful Submission"
2814
  msgstr ""
2815
 
2816
+ #: ../admin/settings/partials/form.php:165
2817
  msgid "display message"
2818
  msgstr ""
2819
 
2820
+ #: ../admin/settings/partials/form.php:173
2821
  msgid "redirect to a page"
2822
  msgstr ""
2823
 
2824
+ #: ../admin/settings/partials/form.php:178
2825
  msgid "&mdash; select a page &mdash;"
2826
  msgstr ""
2827
 
2828
+ #: ../admin/settings/partials/form.php:192
2829
  msgctxt "to select a redirect page"
2830
  msgid "or enter its ID or slug"
2831
  msgstr ""
2832
 
2833
+ #: ../admin/settings/partials/form.php:206
2834
  msgid "redirect to a URL"
2835
  msgstr ""
2836
 
2837
+ #: ../admin/settings/partials/form.php:221
2838
  msgid "Post Status"
2839
  msgstr ""
2840
 
2841
  # @ strong-testimonials
2842
+ #: ../admin/settings/partials/form.php:230
2843
  msgid "Pending"
2844
  msgstr "Väntar på granskning"
2845
 
2846
+ #: ../admin/settings/partials/form.php:237
2847
  msgid "Published"
2848
  msgstr "Publicerad"
2849
 
2850
+ #: ../admin/settings/partials/form.php:247
2851
  msgid "Notification Email"
2852
  msgstr ""
2853
 
2854
+ #: ../admin/settings/partials/form.php:257
2855
  msgid "Send an email upon new testimonial submission."
2856
  msgstr ""
2857
 
2858
+ #: ../admin/settings/partials/form.php:282
2859
  msgid "Form Spam Control"
2860
  msgstr ""
2861
 
2862
+ #: ../admin/settings/partials/form.php:288
2863
  msgctxt "spam control techniques"
2864
  msgid "Honeypot"
2865
  msgstr "Honeypot"
2866
 
2867
+ #: ../admin/settings/partials/form.php:293
2868
  msgid ""
2869
  "These methods for trapping spambots are both time-tested and widely used. May "
2870
  "be used simultaneously for more protection."
2871
  msgstr ""
2872
 
2873
+ #: ../admin/settings/partials/form.php:296
2874
  msgid ""
2875
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2876
  "loading, caching or minification."
2877
  msgstr ""
2878
 
2879
+ #: ../admin/settings/partials/form.php:299
2880
  msgid "If your form is not working properly, try disabling these."
2881
  msgstr ""
2882
 
2883
+ #: ../admin/settings/partials/form.php:309
2884
  msgid ""
2885
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2886
  "every field they find in the form. Empty field = human. Not empty = spambot."
2887
  msgstr ""
2888
 
2889
+ #: ../admin/settings/partials/form.php:317
2890
  msgid ""
2891
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2892
  "JavaScript so the new field never gets added. New field = human. Missing = "
2894
  msgstr ""
2895
 
2896
  # @ strong-testimonials
2897
+ #: ../admin/settings/partials/form.php:325
2898
  msgid "Captcha"
2899
  msgstr "CAPTCHA Bild"
2900
 
2901
+ #: ../admin/settings/partials/form.php:330
2902
  msgid ""
2903
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2904
  "first, if necessary."
2905
  msgstr ""
2906
 
2907
+ #: ../admin/settings/partials/form.php:331
2908
  msgid "May be used alongside honeypot methods."
2909
  msgstr ""
2910
 
2911
+ #: ../admin/settings/partials/form.php:334
2912
  msgid "May not be compatible with Ajax page loading."
2913
  msgstr ""
2914
 
2915
+ #: ../admin/settings/partials/form.php:359
2916
  msgctxt "link"
2917
  msgid "settings"
2918
  msgstr "Inställningar"
2919
 
2920
+ #: ../admin/settings/partials/form.php:361
2921
  msgid "no settings"
2922
  msgstr "Inga inställningar"
2923
 
2924
+ #: ../admin/settings/partials/form.php:366
2925
  msgctxt "adjective"
2926
  msgid "inactive"
2927
  msgstr "inaktiv"
2928
 
2929
+ #: ../admin/settings/partials/form.php:373
2930
  msgid "not installed"
2931
  msgstr "ej installerad"
2932
 
2933
+ #: ../admin/settings/partials/form.php:376
2934
  msgctxt "link"
2935
  msgid "install plugin"
2936
  msgstr "installera plugg"
2937
 
2938
+ #: ../admin/settings/partials/form.php:382
2939
  msgctxt "link"
2940
  msgid "plugin page"
2941
  msgstr "Plugin-sida"
3136
  "a> plugin."
3137
  msgstr ""
3138
 
3139
+ #: ../admin/settings/partials/licenses.php:11
3140
+ msgid "Add-on Licenses"
3141
+ msgstr ""
3142
+
3143
+ #: ../admin/settings/partials/licenses.php:13
3144
  msgid ""
3145
  "Valid license keys allow you to receive automatic updates and priority "
3146
  "support."
3147
  msgstr ""
3148
 
3149
+ #: ../admin/settings/partials/licenses.php:14
3150
  msgid ""
3151
  "To transfer a license to another site or to uninstall the add-on, please "
3152
  "deactivate the license here first."
3153
  msgstr ""
3154
 
3155
+ #: ../admin/settings/partials/licenses.php:15
3156
  #, php-format
3157
  msgid ""
3158
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
3159
  msgstr ""
3160
 
3161
+ #: ../admin/settings/partials/licenses.php:20
3162
  msgid "Add-on"
3163
  msgstr ""
3164
 
3165
+ #: ../admin/settings/partials/licenses.php:21
3166
  msgid "License Key"
3167
  msgstr ""
3168
 
3169
+ #: ../admin/settings/partials/licenses.php:22
3170
  msgid "Status"
3171
  msgstr ""
3172
 
3173
+ #: ../admin/views.php:37
3174
  msgid "View saved."
3175
  msgstr ""
3176
 
3177
+ #: ../admin/views.php:38
3178
  msgid "View deleted."
3179
  msgstr ""
3180
 
3181
+ #: ../admin/views.php:49 ../admin/views.php:208
3182
  msgid "Edit View"
3183
  msgstr ""
3184
 
3185
+ #: ../admin/views.php:51 ../includes/functions-views.php:38
3186
  msgid "An error occurred."
3187
  msgstr ""
3188
 
3189
+ #: ../admin/views.php:51 ../includes/functions-activation.php:34
3190
  #: ../includes/functions-views.php:40
3191
  #, php-format
3192
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
3193
  msgstr ""
3194
 
3195
+ #: ../admin/views.php:72 ../admin/views.php:209 ../includes/post-types.php:56
3196
+ msgid "Add New"
3197
  msgstr ""
3198
 
3199
+ #: ../admin/views.php:114
3200
+ msgid "Invalid request. Please try again."
3201
  msgstr ""
3202
 
3203
+ #: ../admin/views.php:208
3204
  msgid "Add View"
3205
  msgstr ""
3206
 
3207
+ #: ../admin/views.php:210
3208
  msgid "Return To List"
3209
  msgstr ""
3210
 
3211
+ #: ../admin/views.php:212
3212
  msgid "Duplicate This View"
3213
  msgstr ""
3214
 
3215
+ #: ../admin/views.php:486
3216
  msgid "built-in"
3217
  msgstr ""
3218
 
3219
+ #: ../admin/views.php:494
3220
  msgid "link with another field"
3221
  msgstr ""
3222
 
3223
+ #: ../admin/views.php:495
3224
  msgid "link (must be URL type)"
3225
  msgstr ""
3226
 
3227
+ #: ../admin/views.php:496
3228
  msgid "date"
3229
  msgstr ""
3230
 
3231
+ #: ../admin/views.php:497
3232
  msgid "category"
3233
  msgstr ""
3234
 
3235
+ #: ../admin/views.php:498
3236
  msgid "rating"
3237
  msgstr ""
3238
 
3239
+ #: ../admin/views.php:532
3240
  msgid "remove this field"
3241
  msgstr ""
3242
 
3243
+ #: ../admin/views.php:570
3244
  msgid "Display Type"
3245
  msgstr ""
3246
 
3247
+ #: ../admin/views.php:603
3248
  msgid "CSS Class"
3249
  msgstr ""
3250
 
3251
+ #: ../admin/views.php:650
3252
  msgid "Link Text"
3253
  msgstr ""
3254
 
3255
+ #: ../admin/views.php:652
3256
  msgid "this field's value"
3257
  msgstr ""
3258
 
3259
+ #: ../admin/views.php:653
3260
  msgid "this field's label"
3261
  msgstr ""
3262
 
3263
+ #: ../admin/views.php:654
3264
  msgid "custom text"
3265
  msgstr ""
3266
 
3267
+ #: ../admin/views.php:673
3268
  msgid "URL Field"
3269
  msgstr ""
3270
 
3271
+ #: ../admin/views.php:690
3272
  msgid "new tab"
3273
  msgstr ""
3274
 
3275
+ #: ../admin/views.php:715
3276
  msgid "Format"
3277
  msgstr ""
3278
 
3279
+ #: ../admin/views.php:723
3280
  msgid "more about date formats"
3281
  msgstr ""
3282
 
3283
+ #: ../admin/views.php:772 ../admin/views.php:800
3284
  msgid "filter categories"
3285
  msgstr ""
3286
 
3287
+ #: ../includes/class-strong-form.php:498
3288
  msgid "Unknown error."
3289
  msgstr ""
3290
 
3291
+ #: ../includes/class-strong-form.php:643
3292
  msgid "star"
3293
  msgid_plural "stars"
3294
  msgstr[0] ""
3306
  msgid "Plugin"
3307
  msgstr ""
3308
 
3309
+ #: ../includes/class-strong-testimonials-privacy.php:31
3310
+ msgid "Strong Testimonials Plugin"
 
3311
  msgstr ""
3312
 
3313
+ #: ../includes/class-strong-testimonials-privacy.php:62
3314
+ msgid "Testimonials"
3315
+ msgstr ""
3316
+
3317
+ #: ../includes/class-strong-testimonials-shortcode-average.php:139
3318
+ msgid "Average Rating:"
3319
+ msgstr ""
3320
+
3321
+ #. translators: %s is a number
3322
+ #: ../includes/class-strong-testimonials-shortcode-average.php:143
3323
+ #, php-format
3324
+ msgid "Average of %s Rating:"
3325
+ msgid_plural "Average of %s Ratings:"
3326
+ msgstr[0] ""
3327
+ msgstr[1] ""
3328
+
3329
+ #. translators: %s is a number
3330
+ #: ../includes/class-strong-testimonials-shortcode-average.php:166
3331
+ #: ../includes/class-strong-testimonials-shortcode-average.php:173
3332
+ #, php-format
3333
+ msgid "%s star"
3334
+ msgid_plural "%s stars"
3335
+ msgstr[0] ""
3336
+ msgstr[1] ""
3337
+
3338
+ #: ../includes/class-strong-testimonials-shortcode-average.php:167
3339
+ #, php-format
3340
+ msgid "(based on %s rating)"
3341
+ msgid_plural "(based on %s ratings)"
3342
+ msgstr[0] ""
3343
+ msgstr[1] ""
3344
+
3345
+ #: ../includes/class-strong-testimonials-shortcode.php:77
3346
+ #, php-format
3347
+ msgid "Testimonial view %s not found."
3348
  msgstr ""
3349
 
3350
+ #: ../includes/class-strong-testimonials-shortcode.php:78
3351
+ #: ../includes/class-strong-view.php:78
3352
  msgid "(Only administrators see this message.)"
3353
  msgstr ""
3354
 
3355
+ #: ../includes/class-strong-view.php:77
3356
+ msgid "No testimonials found. Check your view settings."
3357
+ msgstr ""
3358
+
3359
  #: ../includes/functions-activation.php:30
3360
  msgid "An error occurred:"
3361
  msgstr ""
3729
  msgid "View:"
3730
  msgstr ""
3731
 
3732
+ #: ../strong-testimonials.php:126 ../strong-testimonials.php:138
3733
  msgid "Cheatin&#8217; huh?"
3734
  msgstr ""
3735
 
4093
  #~ msgid "The Form"
4094
  #~ msgstr "Formuläret"
4095
 
 
 
 
 
4096
  # @ strong-testimonials
4097
  #~ msgid "Read More"
4098
  #~ msgstr "Läs mer"
4226
  #~ "Dessa shortkoder att föråldras snart. Vänligen migrera till <code><a href="
4227
  #~ "\"%s\">[strong]</a></code> shortkod."
4228
 
 
 
 
4229
  #~ msgid ""
4230
  #~ "This shortcode will be deprecated soon. Please migrate to the <a href=\"%s"
4231
  #~ "\"><code>[strong]</code></a> shortcode."
languages/strong-testimonials.pot CHANGED
@@ -2,10 +2,10 @@
2
  # This file is distributed under the same license as the Strong Testimonials package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: Strong Testimonials 2.30.7\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/strong-"
7
  "testimonials\n"
8
- "POT-Creation-Date: 2018-04-23 21:53:05+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
@@ -17,38 +17,35 @@ msgstr ""
17
  msgid "Flexible Features. Strong Support."
18
  msgstr ""
19
 
20
- #: admin/about/about.php:2
 
21
  msgid ""
22
- "The highest-rated free testimonials plugin trusted by more than 50,000 "
23
- "people keeps getting better."
24
  msgstr ""
25
 
26
- #: admin/about/about.php:5
27
  msgid ""
28
- "Your site is unique, right? So are your testimonials. This plugin is "
29
- "designed from the ground up to simplify the process of customizing your "
30
  "testimonials or reviews."
31
  msgstr ""
32
 
33
- #: admin/about/about.php:6
34
  msgid ""
35
  "<strong>Custom fields</strong> are deeply integrated into Strong "
36
- "Testimonials so it's simple to configure the fields on your testimonial "
37
- "submission form, update those fields when adding or editing testimonials, "
38
- "and select which fields to display on your testimonials. The plugin even "
39
- "includes a default set of custom fields so you can get started quickly."
40
  msgstr ""
41
 
42
- #: admin/about/about.php:7
43
  msgid ""
44
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
45
  "unlimited testimonial displays including grids and slideshows with features "
46
  "like excerpts and pagination in a variety of templates."
47
  msgstr ""
48
 
49
- #: admin/about/about.php:8
50
  msgid ""
51
- "Power up with plugins like Popup Maker or Google Captcha. For developers, "
52
  "actions and filters allow further customization."
53
  msgstr ""
54
 
@@ -56,32 +53,38 @@ msgstr ""
56
  msgid "Get More Features With Pro Add-ons"
57
  msgstr ""
58
 
59
- #: admin/about/class-strong-testimonials-about.php:48
60
- #: admin/about/class-strong-testimonials-about.php:49
61
- #: admin/about/class-strong-testimonials-about.php:77
62
  msgid "About"
63
  msgstr ""
64
 
65
- #: admin/about/class-strong-testimonials-about.php:66
 
66
  msgid "Welcome to Strong Testimonials %s"
67
  msgstr ""
68
 
69
- #: admin/about/class-strong-testimonials-about.php:69
70
  msgid "Thank you for updating to the latest version!"
71
  msgstr ""
72
 
73
- #: admin/about/class-strong-testimonials-about.php:73
 
74
  msgid "Version %s"
75
  msgstr ""
76
 
77
- #: admin/about/class-strong-testimonials-about.php:79
78
  msgid "What&#8217;s New"
79
  msgstr ""
80
 
81
- #: admin/about/class-strong-testimonials-about.php:81
82
  msgid "How To"
83
  msgstr ""
84
 
 
 
 
 
85
  #: admin/about/how-to.php:2
86
  msgid ""
87
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
@@ -171,41 +174,14 @@ msgid "Select <strong>Slideshow</strong> mode."
171
  msgstr ""
172
 
173
  #: admin/about/how-to.php:56
174
- msgid "How to Display the Number of Testimonials"
175
- msgstr ""
176
-
177
- #: admin/about/how-to.php:57
178
- msgid "Use the %s shortcode."
179
- msgstr ""
180
-
181
- #: admin/about/how-to.php:58 admin/about/how-to.php:61
182
- #: admin/class-strong-testimonials-help.php:90
183
- msgid "For example:"
184
- msgstr ""
185
-
186
- #: admin/about/how-to.php:59
187
- msgid "Read some of our %s testimonials!"
188
- msgstr ""
189
-
190
- #: admin/about/how-to.php:60
191
- msgid ""
192
- "To count for a specific category, add the %s attribute with the category "
193
- "slug."
194
- msgstr ""
195
-
196
- #: admin/about/how-to.php:62
197
- msgid "Here's what %s local clients say"
198
- msgstr ""
199
-
200
- #: admin/about/how-to.php:66
201
  msgid "How to Translate"
202
  msgstr ""
203
 
204
- #: admin/about/how-to.php:67
205
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
206
  msgstr ""
207
 
208
- #: admin/about/how-to.php:68
209
  msgid ""
210
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
211
  "strong> pages. Those domains encompass the form fields, the form messages, "
@@ -273,7 +249,58 @@ msgstr ""
273
  msgid "Form examples"
274
  msgstr ""
275
 
276
- #: admin/admin-notices.php:66 admin/views.php:26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277
  msgid "Defaults restored."
278
  msgstr ""
279
 
@@ -281,7 +308,7 @@ msgstr ""
281
  msgid "Fields saved."
282
  msgstr ""
283
 
284
- #: admin/admin-notices.php:90 admin/views.php:24
285
  msgid "Changes cancelled."
286
  msgstr ""
287
 
@@ -346,16 +373,16 @@ msgid "Add-ons"
346
  msgstr ""
347
 
348
  #: admin/class-strong-testimonials-admin-category-list.php:39
349
- #: admin/class-strong-views-list-table.php:51
350
  msgid "ID"
351
  msgstr ""
352
 
353
  #: admin/class-strong-testimonials-admin-category-list.php:40
354
  #: admin/class-strong-testimonials-defaults.php:316
355
- #: admin/class-strong-views-list-table.php:54
356
  #: admin/partials/views/view-name.php:10
357
  #: admin/settings/partials/email-from.php:25
358
- #: admin/settings/partials/email-to.php:14 admin/views.php:533
359
  msgid "Name"
360
  msgstr ""
361
 
@@ -391,38 +418,38 @@ msgstr ""
391
  msgid "Date"
392
  msgstr ""
393
 
394
- #: admin/class-strong-testimonials-admin-scripts.php:135
395
  msgctxt "Field editor: The default label for new fields"
396
  msgid "New Field"
397
  msgstr ""
398
 
399
- #: admin/class-strong-testimonials-admin-scripts.php:136
400
  msgctxt "Fields editor: To indicate when a field type can only be used once."
401
  msgid "(in use)"
402
  msgstr ""
403
 
404
- #: admin/class-strong-testimonials-admin-scripts.php:137
405
  msgctxt "Fields editor: To indicate when no categories have been found."
406
  msgid "(none found)"
407
  msgstr ""
408
 
409
- #: admin/class-strong-testimonials-admin-scripts.php:206
410
  #: admin/class-strong-testimonials-defaults.php:72
411
  msgid "This field is required."
412
  msgstr ""
413
 
414
- #: admin/class-strong-testimonials-admin-scripts.php:207
415
- #: admin/edd/Strong_Plugin_Updater.php:115
416
- #: admin/edd/Strong_Plugin_Updater.php:166
417
- #: admin/edd/Strong_Plugin_Updater.php:222
418
  msgid "An error occurred, please try again."
419
  msgstr ""
420
 
421
- #: admin/class-strong-testimonials-admin-scripts.php:208
422
  msgid "Restore the default settings?"
423
  msgstr ""
424
 
425
- #: admin/class-strong-testimonials-admin-scripts.php:241
426
  msgid "click to insert into message at caret"
427
  msgstr ""
428
 
@@ -440,7 +467,7 @@ msgstr ""
440
  msgid "Featured Image"
441
  msgstr ""
442
 
443
- #: admin/class-strong-testimonials-defaults.php:140 admin/views.php:479
444
  #: includes/l10n-wpml.php:152
445
  msgid "text"
446
  msgstr ""
@@ -465,7 +492,7 @@ msgstr ""
465
  msgid "category checklist"
466
  msgstr ""
467
 
468
- #: admin/class-strong-testimonials-defaults.php:188 admin/views.php:485
469
  msgid "shortcode"
470
  msgstr ""
471
 
@@ -523,7 +550,7 @@ msgstr ""
523
  #: admin/class-strong-testimonials-defaults.php:288
524
  #: admin/class-strong-testimonials-defaults.php:336
525
  #: admin/partials/views/option-title.php:15
526
- #: admin/settings/class-strong-testimonials-settings.php:50
527
  msgid "Testimonial"
528
  msgstr ""
529
 
@@ -550,12 +577,12 @@ msgstr ""
550
  #. translators: Settings > Form > Messages tab
551
  #: admin/class-strong-testimonials-defaults.php:392
552
  msgctxt "setting description"
553
- msgid "Required Field"
554
  msgstr ""
555
 
556
  #: admin/class-strong-testimonials-defaults.php:393
557
  msgctxt "Default message for required notice at top of form."
558
- msgid "Required field"
559
  msgstr ""
560
 
561
  #. translators: Settings > Form > Messages tab
@@ -570,241 +597,241 @@ msgid "Captcha"
570
  msgstr ""
571
 
572
  #. translators: Settings > Form > Messages tab
573
- #: admin/class-strong-testimonials-defaults.php:405
574
  msgctxt "description"
575
  msgid "Submit Button"
576
  msgstr ""
577
 
578
  #. translators: Default label for the Submit button on testimonial form.
579
- #: admin/class-strong-testimonials-defaults.php:407
580
  msgctxt "the Submit button"
581
  msgid "Add Testimonial"
582
  msgstr ""
583
 
584
  #. translators: Settings > Form > Messages tab
585
- #: admin/class-strong-testimonials-defaults.php:412
586
  msgctxt "description"
587
  msgid "Submission Error"
588
  msgstr ""
589
 
590
  #. translators: Default message for submission form error.
591
- #: admin/class-strong-testimonials-defaults.php:414
592
  msgctxt "error message"
593
  msgid "There was a problem processing your testimonial."
594
  msgstr ""
595
 
596
  #. translators: Settings > Form > Messages tab
597
- #: admin/class-strong-testimonials-defaults.php:419
598
  msgctxt "description"
599
  msgid "Submission Success"
600
  msgstr ""
601
 
602
  #. translators: Default message for submission form success message.
603
- #: admin/class-strong-testimonials-defaults.php:421
604
  msgctxt "success message"
605
  msgid "Thank you! Your testimonial is waiting to be approved."
606
  msgstr ""
607
 
608
  #. translators: Default subject line for new testimonial notification email.
609
- #: admin/class-strong-testimonials-defaults.php:447
610
  msgid "New testimonial for %BLOGNAME%"
611
  msgstr ""
612
 
613
  #. translators: Default message for new testimonial notification email.
614
- #: admin/class-strong-testimonials-defaults.php:449
615
  msgid ""
616
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
617
  "website administrator."
618
  msgstr ""
619
 
620
- #: admin/class-strong-testimonials-defaults.php:479
621
  msgid "Display"
622
  msgstr ""
623
 
624
- #: admin/class-strong-testimonials-defaults.php:480
625
  msgid "Display your testimonials in a list or a grid."
626
  msgstr ""
627
 
628
  #. translators: In the view editor.
629
- #: admin/class-strong-testimonials-defaults.php:484
630
- #: admin/partials/views/group-slideshow.php:4
631
  msgid "Slideshow"
632
  msgstr ""
633
 
634
- #: admin/class-strong-testimonials-defaults.php:485
635
  msgid "Create a slideshow of your testimonials."
636
  msgstr ""
637
 
638
- #: admin/class-strong-testimonials-defaults.php:489
639
  #: admin/settings/class-strong-testimonials-settings-form.php:49
640
  msgid "Form"
641
  msgstr ""
642
 
643
- #: admin/class-strong-testimonials-defaults.php:490
644
  msgid "Display a testimonial submission form."
645
  msgstr ""
646
 
647
- #: admin/class-strong-testimonials-defaults.php:494
648
  msgid "Single Template"
649
  msgstr ""
650
 
651
- #: admin/class-strong-testimonials-defaults.php:495
652
  msgid "When viewing the testimonial using a theme's single post template."
653
  msgstr ""
654
 
655
- #: admin/class-strong-testimonials-defaults.php:500
656
  msgctxt "display order"
657
  msgid "random"
658
  msgstr ""
659
 
660
- #: admin/class-strong-testimonials-defaults.php:501
661
  msgctxt "display order"
662
  msgid "menu order"
663
  msgstr ""
664
 
665
- #: admin/class-strong-testimonials-defaults.php:502
666
  msgctxt "display order"
667
  msgid "newest first"
668
  msgstr ""
669
 
670
- #: admin/class-strong-testimonials-defaults.php:503
671
  msgctxt "display order"
672
  msgid "oldest first"
673
  msgstr ""
674
 
675
- #: admin/class-strong-testimonials-defaults.php:507
676
  msgctxt "slideshow transition option"
677
  msgid "no transition effect"
678
  msgstr ""
679
 
680
- #: admin/class-strong-testimonials-defaults.php:508
681
  msgctxt "slideshow transition option"
682
  msgid "fade"
683
  msgstr ""
684
 
685
- #: admin/class-strong-testimonials-defaults.php:509
686
  msgctxt "slideshow transition option"
687
  msgid "scroll horizontally"
688
  msgstr ""
689
 
690
- #: admin/class-strong-testimonials-defaults.php:510
691
  msgctxt "slideshow transition option"
692
  msgid "scroll vertically"
693
  msgstr ""
694
 
695
- #: admin/class-strong-testimonials-defaults.php:514
696
  msgctxt "slideshow option"
697
  msgid "Adjust height for each slide"
698
  msgstr ""
699
 
700
- #: admin/class-strong-testimonials-defaults.php:515
701
  msgctxt "slideshow option"
702
  msgid "Set height to match the tallest slide"
703
  msgstr ""
704
 
705
- #: admin/class-strong-testimonials-defaults.php:521
706
  msgctxt "slideshow controls option"
707
  msgid "none"
708
  msgstr ""
709
 
710
- #: admin/class-strong-testimonials-defaults.php:529
711
  msgctxt "slideshow controls option"
712
  msgid "Bottom: previous / play-pause / next"
713
  msgstr ""
714
 
715
- #: admin/class-strong-testimonials-defaults.php:541
716
  msgctxt "slideshow controls option"
717
  msgid "Bottom: previous / next"
718
  msgstr ""
719
 
720
- #: admin/class-strong-testimonials-defaults.php:550
721
  msgctxt "slideshow controls option"
722
  msgid "Sides: previous / next"
723
  msgstr ""
724
 
725
- #: admin/class-strong-testimonials-defaults.php:563
726
  msgctxt "slideshow navigation option"
727
  msgid "none"
728
  msgstr ""
729
 
730
- #: admin/class-strong-testimonials-defaults.php:567
731
  msgctxt "slideshow navigation option"
732
  msgid "full"
733
  msgstr ""
734
 
735
- #: admin/class-strong-testimonials-defaults.php:580
736
  msgctxt "slideshow navigation option"
737
  msgid "buttons 1"
738
  msgstr ""
739
 
740
- #: admin/class-strong-testimonials-defaults.php:590
741
  msgctxt "slideshow navigation option"
742
  msgid "buttons 2"
743
  msgstr ""
744
 
745
- #: admin/class-strong-testimonials-defaults.php:600
746
  msgctxt "slideshow navigation option"
747
  msgid "buttons 3"
748
  msgstr ""
749
 
750
- #: admin/class-strong-testimonials-defaults.php:610
751
- #: admin/class-strong-testimonials-defaults.php:630
752
  msgctxt "slideshow navigation option"
753
  msgid "text"
754
  msgstr ""
755
 
756
- #: admin/class-strong-testimonials-defaults.php:613
757
  msgctxt "slideshow control"
758
  msgid "Play"
759
  msgstr ""
760
 
761
- #: admin/class-strong-testimonials-defaults.php:614
762
  msgctxt "slideshow control"
763
  msgid "Pause"
764
  msgstr ""
765
 
766
- #: admin/class-strong-testimonials-defaults.php:615
767
  msgctxt "slideshow_control"
768
  msgid "Previous"
769
  msgstr ""
770
 
771
- #: admin/class-strong-testimonials-defaults.php:616
772
  msgctxt "slideshow_control"
773
  msgid "Next"
774
  msgstr ""
775
 
776
- #: admin/class-strong-testimonials-defaults.php:622
777
  msgctxt "slideshow navigation option"
778
  msgid "buttons"
779
  msgstr ""
780
 
781
- #: admin/class-strong-testimonials-defaults.php:642
782
  msgctxt "slideshow navigation option"
783
  msgid "inside"
784
  msgstr ""
785
 
786
- #: admin/class-strong-testimonials-defaults.php:643
787
  msgctxt "slideshow navigation option"
788
  msgid "outside"
789
  msgstr ""
790
 
791
- #: admin/class-strong-testimonials-defaults.php:706
792
  msgctxt "link"
793
  msgid "Read more"
794
  msgstr ""
795
 
796
- #: admin/class-strong-testimonials-defaults.php:710
797
  msgctxt "link"
798
  msgid "Read more testimonials"
799
  msgstr ""
800
 
801
- #: admin/class-strong-testimonials-defaults.php:795
802
  msgid ""
803
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
804
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
805
  msgstr ""
806
 
807
- #: admin/class-strong-testimonials-defaults.php:806
808
  msgid "An excellent plugin for math- and image-based captchas."
809
  msgstr ""
810
 
@@ -847,7 +874,7 @@ msgid ""
847
  msgstr ""
848
 
849
  #: admin/class-strong-testimonials-help.php:46
850
- #: admin/settings/class-strong-testimonials-settings-compat.php:264
851
  msgid "Prerender"
852
  msgstr ""
853
 
@@ -899,6 +926,10 @@ msgstr ""
899
  msgid "You can create an <strong>unlimited</strong> number of views."
900
  msgstr ""
901
 
 
 
 
 
902
  #: admin/class-strong-testimonials-help.php:92
903
  msgid ""
904
  "Create a view to display your testimonials in a list, grid, or slideshow."
@@ -951,11 +982,11 @@ msgid ""
951
  msgstr ""
952
 
953
  #: admin/class-strong-testimonials-help.php:125
954
- msgid "<code>[testimonial_view id=1 category=\"service-1\"]</code>"
955
  msgstr ""
956
 
957
  #: admin/class-strong-testimonials-help.php:126
958
- msgid "<code>[testimonial_view id=1 category=\"service-2\"]</code>"
959
  msgstr ""
960
 
961
  #: admin/class-strong-testimonials-help.php:129
@@ -964,8 +995,8 @@ msgstr ""
964
 
965
  #: admin/class-strong-testimonials-help.php:130
966
  msgid ""
967
- "<code>[testimonial_view id=1 category=\"service-3\" order=\"random\" count="
968
- "\"5\"]</code>"
969
  msgstr ""
970
 
971
  #: admin/class-strong-testimonials-help.php:132
@@ -1145,7 +1176,7 @@ msgid "Select Page"
1145
  msgstr ""
1146
 
1147
  #: admin/class-strong-testimonials-list-table.php:732
1148
- #: admin/settings/class-strong-testimonials-settings-compat.php:293
1149
  msgid "Current page"
1150
  msgstr ""
1151
 
@@ -1166,6 +1197,100 @@ msgstr ""
1166
  msgid "Select All"
1167
  msgstr ""
1168
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1169
  #: admin/class-strong-testimonials-post-editor.php:38
1170
  msgctxt "post editor"
1171
  msgid "Client Details"
@@ -1193,7 +1318,7 @@ msgid "Cancel"
1193
  msgstr ""
1194
 
1195
  #: admin/class-strong-testimonials-post-editor.php:232
1196
- #: admin/class-strong-views-list-table.php:117
1197
  msgid "Edit"
1198
  msgstr ""
1199
 
@@ -1201,44 +1326,48 @@ msgstr ""
1201
  msgid "shortcode %s not found"
1202
  msgstr ""
1203
 
1204
- #: admin/class-strong-views-list-table.php:55
 
 
 
 
1205
  #: admin/partials/views/view-mode.php:3
1206
  msgid "Mode"
1207
  msgstr ""
1208
 
1209
  #. translators: On the Views admin screen.
1210
- #: admin/class-strong-views-list-table.php:56
1211
  #: admin/partials/views/option-template-list.php:3
1212
  msgid "Template"
1213
  msgstr ""
1214
 
1215
- #: admin/class-strong-views-list-table.php:57
1216
- #: admin/partials/views/view-shortcode.php:17
1217
  msgid "Shortcode"
1218
  msgstr ""
1219
 
1220
- #: admin/class-strong-views-list-table.php:118
1221
  msgid "Duplicate"
1222
  msgstr ""
1223
 
1224
- #: admin/class-strong-views-list-table.php:119
1225
  msgid "Delete \"%s\"?"
1226
  msgstr ""
1227
 
1228
- #: admin/class-strong-views-list-table.php:119
1229
  #: admin/partials/fields/field-controls.php:9
1230
  msgid "Delete"
1231
  msgstr ""
1232
 
1233
- #: admin/class-strong-views-list-table.php:131
1234
  msgid "stick to top of list"
1235
  msgstr ""
1236
 
1237
- #: admin/class-strong-views-list-table.php:146
1238
  msgid "theme single post template"
1239
  msgstr ""
1240
 
1241
- #: admin/class-strong-views-list-table.php:172
1242
  #: admin/partials/views/template-not-found.php:19
1243
  msgid "not found"
1244
  msgstr ""
@@ -1248,7 +1377,7 @@ msgid "New Field"
1248
  msgstr ""
1249
 
1250
  #: admin/custom-fields.php:147
1251
- #: admin/settings/class-strong-testimonials-settings.php:43 admin/views.php:17
1252
  msgid "You do not have sufficient permissions to access this page."
1253
  msgstr ""
1254
 
@@ -1260,7 +1389,7 @@ msgstr ""
1260
  #: admin/custom-fields.php:159
1261
  #: admin/menu/class-strong-testimonials-menu-fields.php:45
1262
  #: admin/menu/class-strong-testimonials-menu-fields.php:46
1263
- #: admin/partials/views/group-fields.php:4
1264
  msgid "Fields"
1265
  msgstr ""
1266
 
@@ -1272,11 +1401,11 @@ msgstr ""
1272
  msgid "Click a field to open its options panel."
1273
  msgstr ""
1274
 
1275
- #: admin/custom-fields.php:168 admin/partials/views/group-query.php:10
1276
  #: admin/partials/views/option-pagination.php:3
1277
  #: admin/partials/views/option-slideshow-behavior.php:82
1278
- #: admin/settings/class-strong-testimonials-settings-compat.php:269
1279
- #: admin/views.php:69
1280
  msgid "Help"
1281
  msgstr ""
1282
 
@@ -1284,11 +1413,11 @@ msgstr ""
1284
  msgid "Add New Field"
1285
  msgstr ""
1286
 
1287
- #: admin/custom-fields.php:194 admin/views.php:254
1288
  msgid "Cancel Changes"
1289
  msgstr ""
1290
 
1291
- #: admin/custom-fields.php:195 admin/views.php:255
1292
  msgid "Restore Defaults"
1293
  msgstr ""
1294
 
@@ -1316,12 +1445,12 @@ msgstr ""
1316
  msgid "next to the checkbox"
1317
  msgstr ""
1318
 
1319
- #: admin/custom-fields.php:327 admin/settings/partials/form.php:304
1320
- #: admin/views.php:581
1321
  msgid "Before"
1322
  msgstr ""
1323
 
1324
- #: admin/custom-fields.php:335 admin/settings/partials/form.php:312
1325
  msgid "After"
1326
  msgstr ""
1327
 
@@ -1388,42 +1517,42 @@ msgstr ""
1388
  msgid "Error"
1389
  msgstr ""
1390
 
1391
- #: admin/edd/Strong_Plugin_Updater.php:124
1392
  msgid "An error occurred, please contact support."
1393
  msgstr ""
1394
 
1395
- #: admin/edd/Strong_Plugin_Updater.php:133
1396
  msgid "Your license key expired on %s."
1397
  msgstr ""
1398
 
1399
- #: admin/edd/Strong_Plugin_Updater.php:140
1400
  msgid "Your license key has been disabled."
1401
  msgstr ""
1402
 
1403
- #: admin/edd/Strong_Plugin_Updater.php:145
1404
  msgid "Invalid license."
1405
  msgstr ""
1406
 
1407
- #: admin/edd/Strong_Plugin_Updater.php:151
1408
  msgid "Your license is not active for this URL."
1409
  msgstr ""
1410
 
1411
- #: admin/edd/Strong_Plugin_Updater.php:156
1412
  msgid "This appears to be an invalid license key for %s."
1413
  msgstr ""
1414
 
1415
- #: admin/edd/Strong_Plugin_Updater.php:161
1416
  msgid "Your license key has reached its activation limit."
1417
  msgstr ""
1418
 
1419
  #: admin/menu/class-strong-testimonials-menu-settings.php:47
1420
  #: admin/menu/class-strong-testimonials-menu-settings.php:48
1421
- #: admin/settings/class-strong-testimonials-settings.php:50
1422
  msgid "Settings"
1423
  msgstr ""
1424
 
1425
  #: admin/menu/class-strong-testimonials-menu-views.php:45
1426
- #: admin/menu/class-strong-testimonials-menu-views.php:46 admin/views.php:67
1427
  msgid "Views"
1428
  msgstr ""
1429
 
@@ -1432,12 +1561,12 @@ msgctxt "verb"
1432
  msgid "Close"
1433
  msgstr ""
1434
 
1435
- #: admin/partials/fields/field-header.php:8 admin/views.php:510
1436
- #: admin/views.php:523
1437
  msgid "click to open or close"
1438
  msgstr ""
1439
 
1440
- #: admin/partials/fields/field-header.php:10 admin/views.php:516
1441
  msgid "drag and drop to reorder"
1442
  msgstr ""
1443
 
@@ -1491,28 +1620,41 @@ msgstr ""
1491
  msgid "Select a field type or delete this field."
1492
  msgstr ""
1493
 
1494
- #: admin/partials/views/group-compat.php:3
1495
- #: admin/settings/class-strong-testimonials-settings-compat.php:45
 
1496
  msgid "Compatibility"
1497
  msgstr ""
1498
 
1499
  #. translators: On the Views admin screen.
1500
- #: admin/partials/views/group-extra.php:4
1501
  msgid "Extra"
1502
  msgstr ""
1503
 
1504
  #. translators: On the Views admin screen.
1505
- #: admin/partials/views/group-form.php:4
1506
  msgid "Actions"
1507
  msgstr ""
1508
 
1509
  #. translators: On the Views admin screen.
1510
- #: admin/partials/views/group-query.php:4
1511
  msgid "Query"
1512
  msgstr ""
1513
 
 
 
 
 
 
 
 
 
 
 
 
 
1514
  #. translators: On the Views admin screen.
1515
- #: admin/partials/views/group-style.php:4
1516
  #: admin/partials/views/option-slideshow-navigation.php:29
1517
  #: admin/partials/views/option-slideshow-navigation.php:60
1518
  msgid "Style"
@@ -1606,9 +1748,9 @@ msgid "CSS Classes"
1606
  msgstr ""
1607
 
1608
  #: admin/partials/views/option-classes.php:10
1609
- #: admin/settings/class-strong-testimonials-settings-compat.php:448
1610
- #: admin/settings/class-strong-testimonials-settings-compat.php:530
1611
- #: admin/settings/class-strong-testimonials-settings-compat.php:565
1612
  #: admin/settings/partials/general.php:57
1613
  msgid "For advanced users."
1614
  msgstr ""
@@ -1625,7 +1767,7 @@ msgstr ""
1625
  msgid "Font Color"
1626
  msgstr ""
1627
 
1628
- #: admin/partials/views/option-color.php:24 admin/views.php:471
1629
  msgid "custom"
1630
  msgstr ""
1631
 
@@ -2170,227 +2312,328 @@ msgctxt "The shortcode for a new View."
2170
  msgid "will be available after you save this"
2171
  msgstr ""
2172
 
2173
- #: admin/settings/class-strong-testimonials-settings-compat.php:118
2174
  msgid "Common Scenarios"
2175
  msgstr ""
2176
 
2177
- #: admin/settings/class-strong-testimonials-settings-compat.php:126
2178
- msgid "Views Not Working"
2179
  msgstr ""
2180
 
2181
- #: admin/settings/class-strong-testimonials-settings-compat.php:129
2182
  msgid "Possible Cause"
2183
  msgstr ""
2184
 
2185
- #: admin/settings/class-strong-testimonials-settings-compat.php:132
2186
- msgid "Solution"
2187
  msgstr ""
2188
 
2189
- #: admin/settings/class-strong-testimonials-settings-compat.php:138
2190
- msgid ""
2191
- "A testimonial view does not look right the first time you view the page."
2192
  msgstr ""
2193
 
2194
- #: admin/settings/class-strong-testimonials-settings-compat.php:139
2195
  msgid ""
2196
- "For example, it does not seem to have any style, the slideshow has not "
2197
- "started, or the pagination is missing."
2198
  msgstr ""
2199
 
2200
- #: admin/settings/class-strong-testimonials-settings-compat.php:140
2201
- msgid "When you refresh the page, the view does appear correctly."
 
2202
  msgstr ""
2203
 
2204
- #: admin/settings/class-strong-testimonials-settings-compat.php:143
2205
  msgid ""
2206
- "Your site is using <strong>Ajax page loading</strong> &ndash; also known as "
2207
- "page animations, transition effects or Pjax (pushState Ajax) &ndash; "
2208
- "provided by your theme or another plugin."
2209
  msgstr ""
2210
 
2211
- #: admin/settings/class-strong-testimonials-settings-compat.php:144
2212
  msgid ""
2213
  "Instead of loading the entire page, this technique fetches only the new "
2214
  "content."
2215
  msgstr ""
2216
 
2217
- #: admin/settings/class-strong-testimonials-settings-compat.php:147
2218
- #: admin/settings/class-strong-testimonials-settings-compat.php:167
2219
  msgid "Ajax Page Loading"
2220
  msgstr ""
2221
 
2222
- #: admin/settings/class-strong-testimonials-settings-compat.php:148
2223
- #: admin/settings/class-strong-testimonials-settings-compat.php:224
2224
  msgid "General"
2225
  msgstr ""
2226
 
2227
- #: admin/settings/class-strong-testimonials-settings-compat.php:150
2228
- msgctxt "link text on Settings > Compatibility tab"
2229
  msgid "Set this now"
2230
  msgstr ""
2231
 
2232
- #: admin/settings/class-strong-testimonials-settings-compat.php:172
2233
- msgid "Type"
2234
  msgstr ""
2235
 
2236
- #: admin/settings/class-strong-testimonials-settings-compat.php:177
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2237
  msgid "This does not perform Ajax page loading."
2238
  msgstr ""
2239
 
2240
- #: admin/settings/class-strong-testimonials-settings-compat.php:178
2241
  msgid ""
2242
  "It provides compatibility with themes and plugins that use Ajax to load "
2243
  "pages, also known as page animation or transition effects."
2244
  msgstr ""
2245
 
2246
- #: admin/settings/class-strong-testimonials-settings-compat.php:202
2247
- #: admin/settings/class-strong-testimonials-settings-compat.php:336
2248
- #: admin/settings/class-strong-testimonials-settings-compat.php:383
2249
  msgid "None"
2250
  msgstr ""
2251
 
2252
- #: admin/settings/class-strong-testimonials-settings-compat.php:203
2253
- #: admin/settings/class-strong-testimonials-settings-compat.php:294
2254
- #: admin/settings/class-strong-testimonials-settings-compat.php:384
 
2255
  msgid "(default)"
2256
  msgstr ""
2257
 
2258
- #: admin/settings/class-strong-testimonials-settings-compat.php:207
2259
- #: admin/settings/class-strong-testimonials-settings-compat.php:388
2260
  msgid "No compatibility needed."
2261
  msgstr ""
2262
 
2263
- #: admin/settings/class-strong-testimonials-settings-compat.php:208
2264
- #: admin/settings/class-strong-testimonials-settings-compat.php:299
2265
  msgid "This works well for most themes."
2266
  msgstr ""
2267
 
2268
- #: admin/settings/class-strong-testimonials-settings-compat.php:228
2269
  msgid "Be ready to render any view at any time."
2270
  msgstr ""
2271
 
2272
- #: admin/settings/class-strong-testimonials-settings-compat.php:229
2273
  msgid "This works well with common Ajax methods."
2274
  msgstr ""
2275
 
2276
- #: admin/settings/class-strong-testimonials-settings-compat.php:246
2277
  msgid "Advanced"
2278
  msgstr ""
2279
 
2280
- #: admin/settings/class-strong-testimonials-settings-compat.php:250
2281
  msgid "For specific configurations."
2282
  msgstr ""
2283
 
2284
- #: admin/settings/class-strong-testimonials-settings-compat.php:268
2285
  msgid "Load stylesheets and populate script variables up front."
2286
  msgstr ""
2287
 
2288
- #: admin/settings/class-strong-testimonials-settings-compat.php:298
2289
  msgid "For the current page only."
2290
  msgstr ""
2291
 
2292
- #: admin/settings/class-strong-testimonials-settings-compat.php:315
2293
  msgid "All views"
2294
  msgstr ""
2295
 
2296
- #: admin/settings/class-strong-testimonials-settings-compat.php:319
2297
  msgid "For all views. Required for Ajax page loading."
2298
  msgstr ""
2299
 
2300
- #: admin/settings/class-strong-testimonials-settings-compat.php:320
2301
  msgid "Then select an option for <strong>Monitor</strong> below."
2302
  msgstr ""
2303
 
2304
- #: admin/settings/class-strong-testimonials-settings-compat.php:340
2305
  msgid ""
2306
  "When the shortcode is rendered. May result in a flash of unstyled content."
2307
  msgstr ""
2308
 
2309
- #: admin/settings/class-strong-testimonials-settings-compat.php:354
2310
  msgid "Monitor"
2311
  msgstr ""
2312
 
2313
- #: admin/settings/class-strong-testimonials-settings-compat.php:358
2314
- msgid "Initialize slideshows, pagination and form validation as pages change."
2315
  msgstr ""
2316
 
2317
- #: admin/settings/class-strong-testimonials-settings-compat.php:408
2318
  msgid "Universal"
2319
  msgstr ""
2320
 
2321
- #: admin/settings/class-strong-testimonials-settings-compat.php:412
2322
  msgid "Watch for page changes on a timer."
2323
  msgstr ""
2324
 
2325
- #: admin/settings/class-strong-testimonials-settings-compat.php:419
2326
  msgctxt "timer setting"
2327
  msgid "Check every"
2328
  msgstr ""
2329
 
2330
- #: admin/settings/class-strong-testimonials-settings-compat.php:426
2331
- #: admin/settings/class-strong-testimonials-settings-compat.php:468
2332
  msgctxt "timer setting"
2333
  msgid "seconds"
2334
  msgstr ""
2335
 
2336
- #: admin/settings/class-strong-testimonials-settings-compat.php:443
2337
  msgid "Observer"
2338
  msgstr ""
2339
 
2340
- #: admin/settings/class-strong-testimonials-settings-compat.php:447
2341
  msgid "React to changes in specific page elements."
2342
  msgstr ""
2343
 
2344
- #: admin/settings/class-strong-testimonials-settings-compat.php:460
2345
  msgctxt "timer setting"
2346
  msgid "Check once after"
2347
  msgstr ""
2348
 
2349
- #: admin/settings/class-strong-testimonials-settings-compat.php:480
2350
  msgid "Container ID"
2351
  msgstr ""
2352
 
2353
- #: admin/settings/class-strong-testimonials-settings-compat.php:488
2354
  msgid "the element to observe"
2355
  msgstr ""
2356
 
2357
- #: admin/settings/class-strong-testimonials-settings-compat.php:500
2358
  msgid "Added node ID"
2359
  msgstr ""
2360
 
2361
- #: admin/settings/class-strong-testimonials-settings-compat.php:508
2362
  msgid "the element being added"
2363
  msgstr ""
2364
 
2365
- #: admin/settings/class-strong-testimonials-settings-compat.php:525
2366
  msgid "Custom event"
2367
  msgstr ""
2368
 
2369
- #: admin/settings/class-strong-testimonials-settings-compat.php:529
2370
  msgid "Listen for specific events."
2371
  msgstr ""
2372
 
2373
- #: admin/settings/class-strong-testimonials-settings-compat.php:537
2374
  msgid "Event name"
2375
  msgstr ""
2376
 
2377
- #: admin/settings/class-strong-testimonials-settings-compat.php:560
2378
  msgid "Specific script"
2379
  msgstr ""
2380
 
2381
- #: admin/settings/class-strong-testimonials-settings-compat.php:564
2382
  msgid "Register a callback for a specific Ajax script."
2383
  msgstr ""
2384
 
2385
- #: admin/settings/class-strong-testimonials-settings-compat.php:572
2386
  msgid "Script name"
2387
  msgstr ""
2388
 
2389
- #: admin/settings/class-strong-testimonials-settings-compat.php:578
2390
  #: includes/widget2.php:96
2391
  msgid "&mdash; Select &mdash;"
2392
  msgstr ""
2393
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2394
  #: admin/settings/class-strong-testimonials-settings-general.php:44
2395
  msgctxt "adjective"
2396
  msgid "General"
@@ -2400,7 +2643,7 @@ msgstr ""
2400
  msgid "Licenses"
2401
  msgstr ""
2402
 
2403
- #: admin/settings/class-strong-testimonials-settings.php:54
2404
  msgid "Settings saved."
2405
  msgstr ""
2406
 
@@ -2460,161 +2703,161 @@ msgstr ""
2460
  msgid "Form Labels & Messages"
2461
  msgstr ""
2462
 
2463
- #: admin/settings/partials/form.php:87
2464
  msgid "Display required notice at top of form"
2465
  msgstr ""
2466
 
2467
- #: admin/settings/partials/form.php:98
2468
  msgctxt "singular"
2469
  msgid "restore default"
2470
  msgstr ""
2471
 
2472
- #: admin/settings/partials/form.php:109
2473
  msgid "Restore Default Messages"
2474
  msgstr ""
2475
 
2476
- #: admin/settings/partials/form.php:117
2477
  msgid "Scroll"
2478
  msgstr ""
2479
 
2480
- #: admin/settings/partials/form.php:125
2481
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2482
  msgstr ""
2483
 
2484
- #: admin/settings/partials/form.php:132
2485
  msgid ""
2486
  "If success, scroll to the success message minus %s pixels. On by default."
2487
  msgstr ""
2488
 
2489
- #: admin/settings/partials/form.php:148
2490
  msgid "Form Actions"
2491
  msgstr ""
2492
 
2493
- #: admin/settings/partials/form.php:154
2494
  msgid "Upon Successful Submission"
2495
  msgstr ""
2496
 
2497
- #: admin/settings/partials/form.php:162
2498
  msgid "display message"
2499
  msgstr ""
2500
 
2501
- #: admin/settings/partials/form.php:170
2502
  msgid "redirect to a page"
2503
  msgstr ""
2504
 
2505
- #: admin/settings/partials/form.php:175
2506
  msgid "&mdash; select a page &mdash;"
2507
  msgstr ""
2508
 
2509
- #: admin/settings/partials/form.php:189
2510
  msgctxt "to select a redirect page"
2511
  msgid "or enter its ID or slug"
2512
  msgstr ""
2513
 
2514
- #: admin/settings/partials/form.php:203
2515
  msgid "redirect to a URL"
2516
  msgstr ""
2517
 
2518
- #: admin/settings/partials/form.php:218
2519
  msgid "Post Status"
2520
  msgstr ""
2521
 
2522
- #: admin/settings/partials/form.php:227
2523
  msgid "Pending"
2524
  msgstr ""
2525
 
2526
- #: admin/settings/partials/form.php:234
2527
  msgid "Published"
2528
  msgstr ""
2529
 
2530
- #: admin/settings/partials/form.php:244
2531
  msgid "Notification Email"
2532
  msgstr ""
2533
 
2534
- #: admin/settings/partials/form.php:254
2535
  msgid "Send an email upon new testimonial submission."
2536
  msgstr ""
2537
 
2538
- #: admin/settings/partials/form.php:279
2539
  msgid "Form Spam Control"
2540
  msgstr ""
2541
 
2542
- #: admin/settings/partials/form.php:285
2543
  msgctxt "spam control techniques"
2544
  msgid "Honeypot"
2545
  msgstr ""
2546
 
2547
- #: admin/settings/partials/form.php:290
2548
  msgid ""
2549
  "These methods for trapping spambots are both time-tested and widely used. "
2550
  "May be used simultaneously for more protection."
2551
  msgstr ""
2552
 
2553
- #: admin/settings/partials/form.php:293
2554
  msgid ""
2555
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2556
  "loading, caching or minification."
2557
  msgstr ""
2558
 
2559
- #: admin/settings/partials/form.php:296
2560
  msgid "If your form is not working properly, try disabling these."
2561
  msgstr ""
2562
 
2563
- #: admin/settings/partials/form.php:306
2564
  msgid ""
2565
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2566
  "every field they find in the form. Empty field = human. Not empty = spambot."
2567
  msgstr ""
2568
 
2569
- #: admin/settings/partials/form.php:314
2570
  msgid ""
2571
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2572
  "JavaScript so the new field never gets added. New field = human. Missing = "
2573
  "spambot."
2574
  msgstr ""
2575
 
2576
- #: admin/settings/partials/form.php:322
2577
  msgid "Captcha"
2578
  msgstr ""
2579
 
2580
- #: admin/settings/partials/form.php:327
2581
  msgid ""
2582
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2583
  "first, if necessary."
2584
  msgstr ""
2585
 
2586
- #: admin/settings/partials/form.php:328
2587
  msgid "May be used alongside honeypot methods."
2588
  msgstr ""
2589
 
2590
- #: admin/settings/partials/form.php:331
2591
  msgid "May not be compatible with Ajax page loading."
2592
  msgstr ""
2593
 
2594
- #: admin/settings/partials/form.php:356
2595
  msgctxt "link"
2596
  msgid "settings"
2597
  msgstr ""
2598
 
2599
- #: admin/settings/partials/form.php:358
2600
  msgid "no settings"
2601
  msgstr ""
2602
 
2603
- #: admin/settings/partials/form.php:363
2604
  msgctxt "adjective"
2605
  msgid "inactive"
2606
  msgstr ""
2607
 
2608
- #: admin/settings/partials/form.php:370
2609
  msgid "not installed"
2610
  msgstr ""
2611
 
2612
- #: admin/settings/partials/form.php:373
2613
  msgctxt "link"
2614
  msgid "install plugin"
2615
  msgstr ""
2616
 
2617
- #: admin/settings/partials/form.php:379
2618
  msgctxt "link"
2619
  msgid "plugin page"
2620
  msgstr ""
@@ -2812,153 +3055,157 @@ msgid ""
2812
  "Images</a> plugin."
2813
  msgstr ""
2814
 
2815
- #: admin/settings/partials/licenses.php:12
 
 
 
 
2816
  msgid ""
2817
  "Valid license keys allow you to receive automatic updates and priority "
2818
  "support."
2819
  msgstr ""
2820
 
2821
- #: admin/settings/partials/licenses.php:13
2822
  msgid ""
2823
  "To transfer a license to another site or to uninstall the add-on, please "
2824
  "deactivate the license here first."
2825
  msgstr ""
2826
 
2827
- #: admin/settings/partials/licenses.php:14
2828
  msgid ""
2829
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
2830
  msgstr ""
2831
 
2832
- #: admin/settings/partials/licenses.php:19
2833
  msgid "Add-on"
2834
  msgstr ""
2835
 
2836
- #: admin/settings/partials/licenses.php:20
2837
  msgid "License Key"
2838
  msgstr ""
2839
 
2840
- #: admin/settings/partials/licenses.php:21
2841
  msgid "Status"
2842
  msgstr ""
2843
 
2844
- #: admin/views.php:28
2845
  msgid "View saved."
2846
  msgstr ""
2847
 
2848
- #: admin/views.php:30
2849
  msgid "View deleted."
2850
  msgstr ""
2851
 
2852
- #: admin/views.php:41 admin/views.php:200
2853
  msgid "Edit View"
2854
  msgstr ""
2855
 
2856
- #: admin/views.php:42 includes/functions-views.php:38
2857
  msgid "An error occurred."
2858
  msgstr ""
2859
 
2860
- #: admin/views.php:42 includes/functions-activation.php:34
2861
  #: includes/functions-views.php:40
2862
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
2863
  msgstr ""
2864
 
2865
- #: admin/views.php:57
2866
- msgid "Invalid request. Please try again."
2867
  msgstr ""
2868
 
2869
- #: admin/views.php:68 admin/views.php:201 includes/post-types.php:56
2870
- msgid "Add New"
2871
  msgstr ""
2872
 
2873
- #: admin/views.php:200
2874
  msgid "Add View"
2875
  msgstr ""
2876
 
2877
- #: admin/views.php:202
2878
  msgid "Return To List"
2879
  msgstr ""
2880
 
2881
- #: admin/views.php:204
2882
  msgid "Duplicate This View"
2883
  msgstr ""
2884
 
2885
- #: admin/views.php:472
2886
  msgid "built-in"
2887
  msgstr ""
2888
 
2889
- #: admin/views.php:480
2890
  msgid "link with another field"
2891
  msgstr ""
2892
 
2893
- #: admin/views.php:481
2894
  msgid "link (must be URL type)"
2895
  msgstr ""
2896
 
2897
- #: admin/views.php:482
2898
  msgid "date"
2899
  msgstr ""
2900
 
2901
- #: admin/views.php:483
2902
  msgid "category"
2903
  msgstr ""
2904
 
2905
- #: admin/views.php:484
2906
  msgid "rating"
2907
  msgstr ""
2908
 
2909
- #: admin/views.php:518
2910
  msgid "remove this field"
2911
  msgstr ""
2912
 
2913
- #: admin/views.php:556
2914
  msgid "Display Type"
2915
  msgstr ""
2916
 
2917
- #: admin/views.php:589
2918
  msgid "CSS Class"
2919
  msgstr ""
2920
 
2921
- #: admin/views.php:636
2922
  msgid "Link Text"
2923
  msgstr ""
2924
 
2925
- #: admin/views.php:638
2926
  msgid "this field's value"
2927
  msgstr ""
2928
 
2929
- #: admin/views.php:639
2930
  msgid "this field's label"
2931
  msgstr ""
2932
 
2933
- #: admin/views.php:640
2934
  msgid "custom text"
2935
  msgstr ""
2936
 
2937
- #: admin/views.php:659
2938
  msgid "URL Field"
2939
  msgstr ""
2940
 
2941
- #: admin/views.php:676
2942
  msgid "new tab"
2943
  msgstr ""
2944
 
2945
- #: admin/views.php:701
2946
  msgid "Format"
2947
  msgstr ""
2948
 
2949
- #: admin/views.php:709
2950
  msgid "more about date formats"
2951
  msgstr ""
2952
 
2953
- #: admin/views.php:759 admin/views.php:787
2954
  msgid "filter categories"
2955
  msgstr ""
2956
 
2957
- #: includes/class-strong-form.php:496
2958
  msgid "Unknown error."
2959
  msgstr ""
2960
 
2961
- #: includes/class-strong-form.php:641
2962
  msgid "star"
2963
  msgid_plural "stars"
2964
  msgstr[0] ""
@@ -2976,18 +3223,52 @@ msgstr ""
2976
  msgid "Plugin"
2977
  msgstr ""
2978
 
2979
- #: includes/class-strong-testimonials-shortcodes.php:75
2980
- msgid "Strong Testimonials View %s not found"
2981
  msgstr ""
2982
 
2983
- #: includes/class-strong-view.php:69
2984
- msgid "No testimonials found. Check your view settings."
2985
  msgstr ""
2986
 
2987
- #: includes/class-strong-view.php:70
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2988
  msgid "(Only administrators see this message.)"
2989
  msgstr ""
2990
 
 
 
 
 
2991
  #: includes/functions-activation.php:30
2992
  msgid "An error occurred:"
2993
  msgstr ""
@@ -3336,7 +3617,7 @@ msgctxt "widget setting"
3336
  msgid "View:"
3337
  msgstr ""
3338
 
3339
- #: strong-testimonials.php:127 strong-testimonials.php:139
3340
  msgid "Cheatin&#8217; huh?"
3341
  msgstr ""
3342
 
@@ -3349,9 +3630,7 @@ msgid "https://strongplugins.com/plugins/strong-testimonials/"
3349
  msgstr ""
3350
 
3351
  #. Description of the plugin/theme
3352
- msgid ""
3353
- "A full-featured plugin that works right out of the box for beginners and "
3354
- "offers advanced features for pros."
3355
  msgstr ""
3356
 
3357
  #. Author of the plugin/theme
2
  # This file is distributed under the same license as the Strong Testimonials package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: Strong Testimonials 2.31.10\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/strong-"
7
  "testimonials\n"
8
+ "POT-Creation-Date: 2018-08-02 19:18:06+00:00\n"
9
  "MIME-Version: 1.0\n"
10
  "Content-Type: text/plain; charset=UTF-8\n"
11
  "Content-Transfer-Encoding: 8bit\n"
17
  msgid "Flexible Features. Strong Support."
18
  msgstr ""
19
 
20
+ #. translators: %s is a formatted number
21
+ #: admin/about/about.php:3
22
  msgid ""
23
+ "The highest-rated free testimonials plugin trusted by more than %s people."
 
24
  msgstr ""
25
 
26
+ #: admin/about/about.php:6
27
  msgid ""
28
+ "Designed from the ground up to simplify the process of customizing your "
 
29
  "testimonials or reviews."
30
  msgstr ""
31
 
32
+ #: admin/about/about.php:7
33
  msgid ""
34
  "<strong>Custom fields</strong> are deeply integrated into Strong "
35
+ "Testimonials. It even includes a default set of custom fields so you can get "
36
+ "started quickly."
 
 
37
  msgstr ""
38
 
39
+ #: admin/about/about.php:8
40
  msgid ""
41
  "Forget about complicated shortcodes. Use <strong>views</strong> to construct "
42
  "unlimited testimonial displays including grids and slideshows with features "
43
  "like excerpts and pagination in a variety of templates."
44
  msgstr ""
45
 
46
+ #: admin/about/about.php:9
47
  msgid ""
48
+ "Integrate with plugins like Popup Maker or Google Captcha. For developers, "
49
  "actions and filters allow further customization."
50
  msgstr ""
51
 
53
  msgid "Get More Features With Pro Add-ons"
54
  msgstr ""
55
 
56
+ #: admin/about/class-strong-testimonials-about.php:42
57
+ #: admin/about/class-strong-testimonials-about.php:43
58
+ #: admin/about/class-strong-testimonials-about.php:73
59
  msgid "About"
60
  msgstr ""
61
 
62
+ #. translators: %s is the plugin version number
63
+ #: admin/about/class-strong-testimonials-about.php:61
64
  msgid "Welcome to Strong Testimonials %s"
65
  msgstr ""
66
 
67
+ #: admin/about/class-strong-testimonials-about.php:64
68
  msgid "Thank you for updating to the latest version!"
69
  msgstr ""
70
 
71
+ #. translators: %s is the plugin version number
72
+ #: admin/about/class-strong-testimonials-about.php:69
73
  msgid "Version %s"
74
  msgstr ""
75
 
76
+ #: admin/about/class-strong-testimonials-about.php:75
77
  msgid "What&#8217;s New"
78
  msgstr ""
79
 
80
+ #: admin/about/class-strong-testimonials-about.php:77
81
  msgid "How To"
82
  msgstr ""
83
 
84
+ #: admin/about/class-strong-testimonials-about.php:79
85
+ msgid "Privacy"
86
+ msgstr ""
87
+
88
  #: admin/about/how-to.php:2
89
  msgid ""
90
  "Add the view to a page or sidebar using its unique shortcode or the Strong "
174
  msgstr ""
175
 
176
  #: admin/about/how-to.php:56
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
177
  msgid "How to Translate"
178
  msgstr ""
179
 
180
+ #: admin/about/how-to.php:57
181
  msgid "Strong Testimonials is compatible with WPML, Polylang and WP Globus."
182
  msgstr ""
183
 
184
+ #: admin/about/how-to.php:58
185
  msgid ""
186
  "In WPML and Polylang, domains are added to the <strong>String Translation</"
187
  "strong> pages. Those domains encompass the form fields, the form messages, "
249
  msgid "Form examples"
250
  msgstr ""
251
 
252
+ #: admin/about/privacy.php:1
253
+ msgid "Privacy and GDPR"
254
+ msgstr ""
255
+
256
+ #: admin/about/privacy.php:2
257
+ msgid "Compliance is entirely in your control."
258
+ msgstr ""
259
+
260
+ #: admin/about/privacy.php:5
261
+ msgid ""
262
+ "By default, this plugin does not store any user or visitor data, does not "
263
+ "send any data to remote servers, act as a service or embed content, does not "
264
+ "edit the comments form in any way."
265
+ msgstr ""
266
+
267
+ #: admin/about/privacy.php:6
268
+ msgid ""
269
+ "The plugin also prevents displaying email addresses in your testimonials on "
270
+ "the front end."
271
+ msgstr ""
272
+
273
+ #: admin/about/privacy.php:7
274
+ msgid "However, this plugin provides features that may involve private data."
275
+ msgstr ""
276
+
277
+ #: admin/about/privacy.php:8
278
+ msgid ""
279
+ "If you use the testimonial submission form, the data collected on that form "
280
+ "will be stored in your database."
281
+ msgstr ""
282
+
283
+ #: admin/about/privacy.php:9
284
+ msgid ""
285
+ "If you enable the administrator notification email upon new testimonial "
286
+ "submission, the data collected on your form, at your selection, may be "
287
+ "included in that notification email."
288
+ msgstr ""
289
+
290
+ #: admin/about/privacy.php:10
291
+ msgid ""
292
+ "If you enable comments on testimonials, the plugin will use your theme's "
293
+ "single post template and comment form."
294
+ msgstr ""
295
+
296
+ #: admin/about/privacy.php:11
297
+ msgid ""
298
+ "If you embed third-party posts such as Twitter, YouTube and FaceBook in your "
299
+ "testimonials, you will be agreeing to the Terms of Use of those third-party "
300
+ "sites."
301
+ msgstr ""
302
+
303
+ #: admin/admin-notices.php:66 admin/views.php:36
304
  msgid "Defaults restored."
305
  msgstr ""
306
 
308
  msgid "Fields saved."
309
  msgstr ""
310
 
311
+ #: admin/admin-notices.php:90 admin/views.php:35
312
  msgid "Changes cancelled."
313
  msgstr ""
314
 
373
  msgstr ""
374
 
375
  #: admin/class-strong-testimonials-admin-category-list.php:39
376
+ #: admin/class-strong-views-list-table.php:61
377
  msgid "ID"
378
  msgstr ""
379
 
380
  #: admin/class-strong-testimonials-admin-category-list.php:40
381
  #: admin/class-strong-testimonials-defaults.php:316
382
+ #: admin/class-strong-views-list-table.php:64
383
  #: admin/partials/views/view-name.php:10
384
  #: admin/settings/partials/email-from.php:25
385
+ #: admin/settings/partials/email-to.php:14 admin/views.php:547
386
  msgid "Name"
387
  msgstr ""
388
 
418
  msgid "Date"
419
  msgstr ""
420
 
421
+ #: admin/class-strong-testimonials-admin-scripts.php:136
422
  msgctxt "Field editor: The default label for new fields"
423
  msgid "New Field"
424
  msgstr ""
425
 
426
+ #: admin/class-strong-testimonials-admin-scripts.php:137
427
  msgctxt "Fields editor: To indicate when a field type can only be used once."
428
  msgid "(in use)"
429
  msgstr ""
430
 
431
+ #: admin/class-strong-testimonials-admin-scripts.php:138
432
  msgctxt "Fields editor: To indicate when no categories have been found."
433
  msgid "(none found)"
434
  msgstr ""
435
 
436
+ #: admin/class-strong-testimonials-admin-scripts.php:207
437
  #: admin/class-strong-testimonials-defaults.php:72
438
  msgid "This field is required."
439
  msgstr ""
440
 
441
+ #: admin/class-strong-testimonials-admin-scripts.php:208
442
+ #: admin/edd/Strong_Plugin_Updater.php:105
443
+ #: admin/edd/Strong_Plugin_Updater.php:156
444
+ #: admin/edd/Strong_Plugin_Updater.php:212
445
  msgid "An error occurred, please try again."
446
  msgstr ""
447
 
448
+ #: admin/class-strong-testimonials-admin-scripts.php:209
449
  msgid "Restore the default settings?"
450
  msgstr ""
451
 
452
+ #: admin/class-strong-testimonials-admin-scripts.php:242
453
  msgid "click to insert into message at caret"
454
  msgstr ""
455
 
467
  msgid "Featured Image"
468
  msgstr ""
469
 
470
+ #: admin/class-strong-testimonials-defaults.php:140 admin/views.php:493
471
  #: includes/l10n-wpml.php:152
472
  msgid "text"
473
  msgstr ""
492
  msgid "category checklist"
493
  msgstr ""
494
 
495
+ #: admin/class-strong-testimonials-defaults.php:188 admin/views.php:499
496
  msgid "shortcode"
497
  msgstr ""
498
 
550
  #: admin/class-strong-testimonials-defaults.php:288
551
  #: admin/class-strong-testimonials-defaults.php:336
552
  #: admin/partials/views/option-title.php:15
553
+ #: admin/settings/class-strong-testimonials-settings.php:51
554
  msgid "Testimonial"
555
  msgstr ""
556
 
577
  #. translators: Settings > Form > Messages tab
578
  #: admin/class-strong-testimonials-defaults.php:392
579
  msgctxt "setting description"
580
+ msgid "Required"
581
  msgstr ""
582
 
583
  #: admin/class-strong-testimonials-defaults.php:393
584
  msgctxt "Default message for required notice at top of form."
585
+ msgid "Required"
586
  msgstr ""
587
 
588
  #. translators: Settings > Form > Messages tab
597
  msgstr ""
598
 
599
  #. translators: Settings > Form > Messages tab
600
+ #: admin/class-strong-testimonials-defaults.php:406
601
  msgctxt "description"
602
  msgid "Submit Button"
603
  msgstr ""
604
 
605
  #. translators: Default label for the Submit button on testimonial form.
606
+ #: admin/class-strong-testimonials-defaults.php:408
607
  msgctxt "the Submit button"
608
  msgid "Add Testimonial"
609
  msgstr ""
610
 
611
  #. translators: Settings > Form > Messages tab
612
+ #: admin/class-strong-testimonials-defaults.php:413
613
  msgctxt "description"
614
  msgid "Submission Error"
615
  msgstr ""
616
 
617
  #. translators: Default message for submission form error.
618
+ #: admin/class-strong-testimonials-defaults.php:415
619
  msgctxt "error message"
620
  msgid "There was a problem processing your testimonial."
621
  msgstr ""
622
 
623
  #. translators: Settings > Form > Messages tab
624
+ #: admin/class-strong-testimonials-defaults.php:420
625
  msgctxt "description"
626
  msgid "Submission Success"
627
  msgstr ""
628
 
629
  #. translators: Default message for submission form success message.
630
+ #: admin/class-strong-testimonials-defaults.php:422
631
  msgctxt "success message"
632
  msgid "Thank you! Your testimonial is waiting to be approved."
633
  msgstr ""
634
 
635
  #. translators: Default subject line for new testimonial notification email.
636
+ #: admin/class-strong-testimonials-defaults.php:448
637
  msgid "New testimonial for %BLOGNAME%"
638
  msgstr ""
639
 
640
  #. translators: Default message for new testimonial notification email.
641
+ #: admin/class-strong-testimonials-defaults.php:450
642
  msgid ""
643
  "New testimonial submission for %BLOGNAME%. This is awaiting action from the "
644
  "website administrator."
645
  msgstr ""
646
 
647
+ #: admin/class-strong-testimonials-defaults.php:480
648
  msgid "Display"
649
  msgstr ""
650
 
651
+ #: admin/class-strong-testimonials-defaults.php:481
652
  msgid "Display your testimonials in a list or a grid."
653
  msgstr ""
654
 
655
  #. translators: In the view editor.
656
+ #: admin/class-strong-testimonials-defaults.php:485
657
+ #: admin/partials/views/group-slideshow.php:14
658
  msgid "Slideshow"
659
  msgstr ""
660
 
661
+ #: admin/class-strong-testimonials-defaults.php:486
662
  msgid "Create a slideshow of your testimonials."
663
  msgstr ""
664
 
665
+ #: admin/class-strong-testimonials-defaults.php:490
666
  #: admin/settings/class-strong-testimonials-settings-form.php:49
667
  msgid "Form"
668
  msgstr ""
669
 
670
+ #: admin/class-strong-testimonials-defaults.php:491
671
  msgid "Display a testimonial submission form."
672
  msgstr ""
673
 
674
+ #: admin/class-strong-testimonials-defaults.php:495
675
  msgid "Single Template"
676
  msgstr ""
677
 
678
+ #: admin/class-strong-testimonials-defaults.php:496
679
  msgid "When viewing the testimonial using a theme's single post template."
680
  msgstr ""
681
 
682
+ #: admin/class-strong-testimonials-defaults.php:501
683
  msgctxt "display order"
684
  msgid "random"
685
  msgstr ""
686
 
687
+ #: admin/class-strong-testimonials-defaults.php:502
688
  msgctxt "display order"
689
  msgid "menu order"
690
  msgstr ""
691
 
692
+ #: admin/class-strong-testimonials-defaults.php:503
693
  msgctxt "display order"
694
  msgid "newest first"
695
  msgstr ""
696
 
697
+ #: admin/class-strong-testimonials-defaults.php:504
698
  msgctxt "display order"
699
  msgid "oldest first"
700
  msgstr ""
701
 
702
+ #: admin/class-strong-testimonials-defaults.php:508
703
  msgctxt "slideshow transition option"
704
  msgid "no transition effect"
705
  msgstr ""
706
 
707
+ #: admin/class-strong-testimonials-defaults.php:509
708
  msgctxt "slideshow transition option"
709
  msgid "fade"
710
  msgstr ""
711
 
712
+ #: admin/class-strong-testimonials-defaults.php:510
713
  msgctxt "slideshow transition option"
714
  msgid "scroll horizontally"
715
  msgstr ""
716
 
717
+ #: admin/class-strong-testimonials-defaults.php:511
718
  msgctxt "slideshow transition option"
719
  msgid "scroll vertically"
720
  msgstr ""
721
 
722
+ #: admin/class-strong-testimonials-defaults.php:515
723
  msgctxt "slideshow option"
724
  msgid "Adjust height for each slide"
725
  msgstr ""
726
 
727
+ #: admin/class-strong-testimonials-defaults.php:516
728
  msgctxt "slideshow option"
729
  msgid "Set height to match the tallest slide"
730
  msgstr ""
731
 
732
+ #: admin/class-strong-testimonials-defaults.php:522
733
  msgctxt "slideshow controls option"
734
  msgid "none"
735
  msgstr ""
736
 
737
+ #: admin/class-strong-testimonials-defaults.php:530
738
  msgctxt "slideshow controls option"
739
  msgid "Bottom: previous / play-pause / next"
740
  msgstr ""
741
 
742
+ #: admin/class-strong-testimonials-defaults.php:542
743
  msgctxt "slideshow controls option"
744
  msgid "Bottom: previous / next"
745
  msgstr ""
746
 
747
+ #: admin/class-strong-testimonials-defaults.php:551
748
  msgctxt "slideshow controls option"
749
  msgid "Sides: previous / next"
750
  msgstr ""
751
 
752
+ #: admin/class-strong-testimonials-defaults.php:564
753
  msgctxt "slideshow navigation option"
754
  msgid "none"
755
  msgstr ""
756
 
757
+ #: admin/class-strong-testimonials-defaults.php:568
758
  msgctxt "slideshow navigation option"
759
  msgid "full"
760
  msgstr ""
761
 
762
+ #: admin/class-strong-testimonials-defaults.php:581
763
  msgctxt "slideshow navigation option"
764
  msgid "buttons 1"
765
  msgstr ""
766
 
767
+ #: admin/class-strong-testimonials-defaults.php:591
768
  msgctxt "slideshow navigation option"
769
  msgid "buttons 2"
770
  msgstr ""
771
 
772
+ #: admin/class-strong-testimonials-defaults.php:601
773
  msgctxt "slideshow navigation option"
774
  msgid "buttons 3"
775
  msgstr ""
776
 
777
+ #: admin/class-strong-testimonials-defaults.php:611
778
+ #: admin/class-strong-testimonials-defaults.php:631
779
  msgctxt "slideshow navigation option"
780
  msgid "text"
781
  msgstr ""
782
 
783
+ #: admin/class-strong-testimonials-defaults.php:614
784
  msgctxt "slideshow control"
785
  msgid "Play"
786
  msgstr ""
787
 
788
+ #: admin/class-strong-testimonials-defaults.php:615
789
  msgctxt "slideshow control"
790
  msgid "Pause"
791
  msgstr ""
792
 
793
+ #: admin/class-strong-testimonials-defaults.php:616
794
  msgctxt "slideshow_control"
795
  msgid "Previous"
796
  msgstr ""
797
 
798
+ #: admin/class-strong-testimonials-defaults.php:617
799
  msgctxt "slideshow_control"
800
  msgid "Next"
801
  msgstr ""
802
 
803
+ #: admin/class-strong-testimonials-defaults.php:623
804
  msgctxt "slideshow navigation option"
805
  msgid "buttons"
806
  msgstr ""
807
 
808
+ #: admin/class-strong-testimonials-defaults.php:643
809
  msgctxt "slideshow navigation option"
810
  msgid "inside"
811
  msgstr ""
812
 
813
+ #: admin/class-strong-testimonials-defaults.php:644
814
  msgctxt "slideshow navigation option"
815
  msgid "outside"
816
  msgstr ""
817
 
818
+ #: admin/class-strong-testimonials-defaults.php:707
819
  msgctxt "link"
820
  msgid "Read more"
821
  msgstr ""
822
 
823
+ #: admin/class-strong-testimonials-defaults.php:711
824
  msgctxt "link"
825
  msgid "Read more testimonials"
826
  msgstr ""
827
 
828
+ #: admin/class-strong-testimonials-defaults.php:809
829
  msgid ""
830
  "<strong>Recommended.</strong> The best choice for both Invisible reCAPTCHA "
831
  "and reCAPTCHA V2 (\"I'm not a robot\" checkbox)."
832
  msgstr ""
833
 
834
+ #: admin/class-strong-testimonials-defaults.php:820
835
  msgid "An excellent plugin for math- and image-based captchas."
836
  msgstr ""
837
 
874
  msgstr ""
875
 
876
  #: admin/class-strong-testimonials-help.php:46
877
+ #: admin/settings/class-strong-testimonials-settings-compat.php:368
878
  msgid "Prerender"
879
  msgstr ""
880
 
926
  msgid "You can create an <strong>unlimited</strong> number of views."
927
  msgstr ""
928
 
929
+ #: admin/class-strong-testimonials-help.php:90
930
+ msgid "For example:"
931
+ msgstr ""
932
+
933
  #: admin/class-strong-testimonials-help.php:92
934
  msgid ""
935
  "Create a view to display your testimonials in a list, grid, or slideshow."
982
  msgstr ""
983
 
984
  #: admin/class-strong-testimonials-help.php:125
985
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-1\"]</code>"
986
  msgstr ""
987
 
988
  #: admin/class-strong-testimonials-help.php:126
989
+ msgid "<code>[testimonial_view id=\"1\" category=\"service-2\"]</code>"
990
  msgstr ""
991
 
992
  #: admin/class-strong-testimonials-help.php:129
995
 
996
  #: admin/class-strong-testimonials-help.php:130
997
  msgid ""
998
+ "<code>[testimonial_view id=\"1\" category=\"service-3\" order=\"random\" "
999
+ "count=\"5\"]</code>"
1000
  msgstr ""
1001
 
1002
  #: admin/class-strong-testimonials-help.php:132
1176
  msgstr ""
1177
 
1178
  #: admin/class-strong-testimonials-list-table.php:732
1179
+ #: admin/settings/class-strong-testimonials-settings-compat.php:402
1180
  msgid "Current page"
1181
  msgstr ""
1182
 
1197
  msgid "Select All"
1198
  msgstr ""
1199
 
1200
+ #: admin/class-strong-testimonials-page-shortcodes.php:32
1201
+ #: admin/menu/class-strong-testimonials-menu-shortcodes.php:45
1202
+ #: admin/menu/class-strong-testimonials-menu-shortcodes.php:46
1203
+ msgid "Shortcodes"
1204
+ msgstr ""
1205
+
1206
+ #: admin/class-strong-testimonials-page-shortcodes.php:34
1207
+ msgid ""
1208
+ "Open a <a href=\"%s\" target=\"_blank\">support ticket</a> if you need help."
1209
+ msgstr ""
1210
+
1211
+ #: admin/class-strong-testimonials-page-shortcodes.php:36
1212
+ msgid "Testimonial Views"
1213
+ msgstr ""
1214
+
1215
+ #: admin/class-strong-testimonials-page-shortcodes.php:39
1216
+ msgid ""
1217
+ "Each view has a unique shortcode like <code>&#91;testimonial_view id="
1218
+ "\"1\"&#93;</code>."
1219
+ msgstr ""
1220
+
1221
+ #: admin/class-strong-testimonials-page-shortcodes.php:40
1222
+ msgid "Go to views"
1223
+ msgstr ""
1224
+
1225
+ #: admin/class-strong-testimonials-page-shortcodes.php:43
1226
+ msgid "Testimonial Count"
1227
+ msgstr ""
1228
+
1229
+ #: admin/class-strong-testimonials-page-shortcodes.php:45
1230
+ msgid "Use %s to display the number of testimonials."
1231
+ msgstr ""
1232
+
1233
+ #: admin/class-strong-testimonials-page-shortcodes.php:50
1234
+ #: admin/class-strong-testimonials-page-shortcodes.php:83
1235
+ msgid "Default"
1236
+ msgstr ""
1237
+
1238
+ #. translators: %s is a shortcode
1239
+ #: admin/class-strong-testimonials-page-shortcodes.php:55
1240
+ msgid "Read some of our %s testimonials!"
1241
+ msgstr ""
1242
+
1243
+ #. translators: %s is a shortcode attribute
1244
+ #: admin/class-strong-testimonials-page-shortcodes.php:62
1245
+ msgid ""
1246
+ "To count for a specific category, add the %s attribute with the category "
1247
+ "slug."
1248
+ msgstr ""
1249
+
1250
+ #. translators: %s is a shortcode
1251
+ #: admin/class-strong-testimonials-page-shortcodes.php:67
1252
+ msgid "Here's what %s local clients say"
1253
+ msgstr ""
1254
+
1255
+ #: admin/class-strong-testimonials-page-shortcodes.php:73
1256
+ msgid "Average Rating"
1257
+ msgstr ""
1258
+
1259
+ #. translators: %s is a shortcode
1260
+ #: admin/class-strong-testimonials-page-shortcodes.php:77
1261
+ msgid ""
1262
+ "If using a <strong>single</strong> rating field, use %s to display the "
1263
+ "average rating."
1264
+ msgstr ""
1265
+
1266
+ #: admin/class-strong-testimonials-page-shortcodes.php:84
1267
+ msgid ""
1268
+ "You must use the closing slash <code>/</code> if using the shortcode with "
1269
+ "content elsewhere on your page."
1270
+ msgstr ""
1271
+
1272
+ #: admin/class-strong-testimonials-page-shortcodes.php:108
1273
+ msgid "Customize using content tags."
1274
+ msgstr ""
1275
+
1276
+ #: admin/class-strong-testimonials-page-shortcodes.php:109
1277
+ msgid "Default:"
1278
+ msgstr ""
1279
+
1280
+ #: admin/class-strong-testimonials-page-shortcodes.php:134
1281
+ msgid "Alternate content tags."
1282
+ msgstr ""
1283
+
1284
+ #: admin/class-strong-testimonials-page-shortcodes.php:159
1285
+ msgid "Insert tags into your custom content."
1286
+ msgstr ""
1287
+
1288
+ #: admin/class-strong-testimonials-page-shortcodes.php:313
1289
+ msgid ""
1290
+ "The default container element is <code>div</code>. Select another element "
1291
+ "using <code>element</code>."
1292
+ msgstr ""
1293
+
1294
  #: admin/class-strong-testimonials-post-editor.php:38
1295
  msgctxt "post editor"
1296
  msgid "Client Details"
1318
  msgstr ""
1319
 
1320
  #: admin/class-strong-testimonials-post-editor.php:232
1321
+ #: admin/class-strong-views-list-table.php:127
1322
  msgid "Edit"
1323
  msgstr ""
1324
 
1326
  msgid "shortcode %s not found"
1327
  msgstr ""
1328
 
1329
+ #: admin/class-strong-views-list-table.php:19
1330
+ msgid "No views found."
1331
+ msgstr ""
1332
+
1333
+ #: admin/class-strong-views-list-table.php:65
1334
  #: admin/partials/views/view-mode.php:3
1335
  msgid "Mode"
1336
  msgstr ""
1337
 
1338
  #. translators: On the Views admin screen.
1339
+ #: admin/class-strong-views-list-table.php:66
1340
  #: admin/partials/views/option-template-list.php:3
1341
  msgid "Template"
1342
  msgstr ""
1343
 
1344
+ #: admin/class-strong-views-list-table.php:67
1345
+ #: admin/partials/views/view-shortcode.php:26
1346
  msgid "Shortcode"
1347
  msgstr ""
1348
 
1349
+ #: admin/class-strong-views-list-table.php:128
1350
  msgid "Duplicate"
1351
  msgstr ""
1352
 
1353
+ #: admin/class-strong-views-list-table.php:129
1354
  msgid "Delete \"%s\"?"
1355
  msgstr ""
1356
 
1357
+ #: admin/class-strong-views-list-table.php:129
1358
  #: admin/partials/fields/field-controls.php:9
1359
  msgid "Delete"
1360
  msgstr ""
1361
 
1362
+ #: admin/class-strong-views-list-table.php:141
1363
  msgid "stick to top of list"
1364
  msgstr ""
1365
 
1366
+ #: admin/class-strong-views-list-table.php:156
1367
  msgid "theme single post template"
1368
  msgstr ""
1369
 
1370
+ #: admin/class-strong-views-list-table.php:182
1371
  #: admin/partials/views/template-not-found.php:19
1372
  msgid "not found"
1373
  msgstr ""
1377
  msgstr ""
1378
 
1379
  #: admin/custom-fields.php:147
1380
+ #: admin/settings/class-strong-testimonials-settings.php:44 admin/views.php:17
1381
  msgid "You do not have sufficient permissions to access this page."
1382
  msgstr ""
1383
 
1389
  #: admin/custom-fields.php:159
1390
  #: admin/menu/class-strong-testimonials-menu-fields.php:45
1391
  #: admin/menu/class-strong-testimonials-menu-fields.php:46
1392
+ #: admin/partials/views/group-fields.php:14
1393
  msgid "Fields"
1394
  msgstr ""
1395
 
1401
  msgid "Click a field to open its options panel."
1402
  msgstr ""
1403
 
1404
+ #: admin/custom-fields.php:168 admin/partials/views/group-query.php:24
1405
  #: admin/partials/views/option-pagination.php:3
1406
  #: admin/partials/views/option-slideshow-behavior.php:82
1407
+ #: admin/settings/class-strong-testimonials-settings-compat.php:373
1408
+ #: admin/views.php:73
1409
  msgid "Help"
1410
  msgstr ""
1411
 
1413
  msgid "Add New Field"
1414
  msgstr ""
1415
 
1416
+ #: admin/custom-fields.php:194 admin/views.php:262
1417
  msgid "Cancel Changes"
1418
  msgstr ""
1419
 
1420
+ #: admin/custom-fields.php:195 admin/views.php:263
1421
  msgid "Restore Defaults"
1422
  msgstr ""
1423
 
1445
  msgid "next to the checkbox"
1446
  msgstr ""
1447
 
1448
+ #: admin/custom-fields.php:327 admin/settings/partials/form.php:307
1449
+ #: admin/views.php:595
1450
  msgid "Before"
1451
  msgstr ""
1452
 
1453
+ #: admin/custom-fields.php:335 admin/settings/partials/form.php:315
1454
  msgid "After"
1455
  msgstr ""
1456
 
1517
  msgid "Error"
1518
  msgstr ""
1519
 
1520
+ #: admin/edd/Strong_Plugin_Updater.php:114
1521
  msgid "An error occurred, please contact support."
1522
  msgstr ""
1523
 
1524
+ #: admin/edd/Strong_Plugin_Updater.php:123
1525
  msgid "Your license key expired on %s."
1526
  msgstr ""
1527
 
1528
+ #: admin/edd/Strong_Plugin_Updater.php:130
1529
  msgid "Your license key has been disabled."
1530
  msgstr ""
1531
 
1532
+ #: admin/edd/Strong_Plugin_Updater.php:135
1533
  msgid "Invalid license."
1534
  msgstr ""
1535
 
1536
+ #: admin/edd/Strong_Plugin_Updater.php:141
1537
  msgid "Your license is not active for this URL."
1538
  msgstr ""
1539
 
1540
+ #: admin/edd/Strong_Plugin_Updater.php:146
1541
  msgid "This appears to be an invalid license key for %s."
1542
  msgstr ""
1543
 
1544
+ #: admin/edd/Strong_Plugin_Updater.php:151
1545
  msgid "Your license key has reached its activation limit."
1546
  msgstr ""
1547
 
1548
  #: admin/menu/class-strong-testimonials-menu-settings.php:47
1549
  #: admin/menu/class-strong-testimonials-menu-settings.php:48
1550
+ #: admin/settings/class-strong-testimonials-settings.php:51
1551
  msgid "Settings"
1552
  msgstr ""
1553
 
1554
  #: admin/menu/class-strong-testimonials-menu-views.php:45
1555
+ #: admin/menu/class-strong-testimonials-menu-views.php:46 admin/views.php:71
1556
  msgid "Views"
1557
  msgstr ""
1558
 
1561
  msgid "Close"
1562
  msgstr ""
1563
 
1564
+ #: admin/partials/fields/field-header.php:8 admin/views.php:524
1565
+ #: admin/views.php:537
1566
  msgid "click to open or close"
1567
  msgstr ""
1568
 
1569
+ #: admin/partials/fields/field-header.php:10 admin/views.php:530
1570
  msgid "drag and drop to reorder"
1571
  msgstr ""
1572
 
1620
  msgid "Select a field type or delete this field."
1621
  msgstr ""
1622
 
1623
+ #. translators: On the Views admin screen.
1624
+ #: admin/partials/views/group-compat.php:10
1625
+ #: admin/settings/class-strong-testimonials-settings-compat.php:46
1626
  msgid "Compatibility"
1627
  msgstr ""
1628
 
1629
  #. translators: On the Views admin screen.
1630
+ #: admin/partials/views/group-extra.php:14
1631
  msgid "Extra"
1632
  msgstr ""
1633
 
1634
  #. translators: On the Views admin screen.
1635
+ #: admin/partials/views/group-form.php:14
1636
  msgid "Actions"
1637
  msgstr ""
1638
 
1639
  #. translators: On the Views admin screen.
1640
+ #: admin/partials/views/group-query.php:14
1641
  msgid "Query"
1642
  msgstr ""
1643
 
1644
+ #: admin/partials/views/group-query.php:18
1645
+ msgid "Option"
1646
+ msgstr ""
1647
+
1648
+ #: admin/partials/views/group-query.php:19
1649
+ msgid "Setting"
1650
+ msgstr ""
1651
+
1652
+ #: admin/partials/views/group-query.php:21
1653
+ msgid "or Shortcode Attribute"
1654
+ msgstr ""
1655
+
1656
  #. translators: On the Views admin screen.
1657
+ #: admin/partials/views/group-style.php:14
1658
  #: admin/partials/views/option-slideshow-navigation.php:29
1659
  #: admin/partials/views/option-slideshow-navigation.php:60
1660
  msgid "Style"
1748
  msgstr ""
1749
 
1750
  #: admin/partials/views/option-classes.php:10
1751
+ #: admin/settings/class-strong-testimonials-settings-compat.php:582
1752
+ #: admin/settings/class-strong-testimonials-settings-compat.php:674
1753
+ #: admin/settings/class-strong-testimonials-settings-compat.php:717
1754
  #: admin/settings/partials/general.php:57
1755
  msgid "For advanced users."
1756
  msgstr ""
1767
  msgid "Font Color"
1768
  msgstr ""
1769
 
1770
+ #: admin/partials/views/option-color.php:24 admin/views.php:485
1771
  msgid "custom"
1772
  msgstr ""
1773
 
2312
  msgid "will be available after you save this"
2313
  msgstr ""
2314
 
2315
+ #: admin/settings/class-strong-testimonials-settings-compat.php:177
2316
  msgid "Common Scenarios"
2317
  msgstr ""
2318
 
2319
+ #: admin/settings/class-strong-testimonials-settings-compat.php:185
2320
+ msgid "Symptom"
2321
  msgstr ""
2322
 
2323
+ #: admin/settings/class-strong-testimonials-settings-compat.php:188
2324
  msgid "Possible Cause"
2325
  msgstr ""
2326
 
2327
+ #: admin/settings/class-strong-testimonials-settings-compat.php:191
2328
+ msgid "Try"
2329
  msgstr ""
2330
 
2331
+ #: admin/settings/class-strong-testimonials-settings-compat.php:197
2332
+ msgid "Views not working"
 
2333
  msgstr ""
2334
 
2335
+ #: admin/settings/class-strong-testimonials-settings-compat.php:198
2336
  msgid ""
2337
+ "A testimonial view does not appear correctly the <strong>first time</strong> "
2338
+ "you view the page but it does when you <strong>refresh</strong> the page."
2339
  msgstr ""
2340
 
2341
+ #: admin/settings/class-strong-testimonials-settings-compat.php:199
2342
+ msgid ""
2343
+ "For example, it has no style, no pagination, or the slider has not started."
2344
  msgstr ""
2345
 
2346
+ #: admin/settings/class-strong-testimonials-settings-compat.php:202
2347
  msgid ""
2348
+ "Your site uses <strong>Ajax page loading</strong> &ndash; also known as page "
2349
+ "animations, transition effects or Pjax (pushState Ajax) &ndash; provided by "
2350
+ "your theme or another plugin."
2351
  msgstr ""
2352
 
2353
+ #: admin/settings/class-strong-testimonials-settings-compat.php:203
2354
  msgid ""
2355
  "Instead of loading the entire page, this technique fetches only the new "
2356
  "content."
2357
  msgstr ""
2358
 
2359
+ #: admin/settings/class-strong-testimonials-settings-compat.php:206
2360
+ #: admin/settings/class-strong-testimonials-settings-compat.php:261
2361
  msgid "Ajax Page Loading"
2362
  msgstr ""
2363
 
2364
+ #: admin/settings/class-strong-testimonials-settings-compat.php:206
2365
+ #: admin/settings/class-strong-testimonials-settings-compat.php:323
2366
  msgid "General"
2367
  msgstr ""
2368
 
2369
+ #. translators: link text on Settings > Compatibility tab
2370
+ #: admin/settings/class-strong-testimonials-settings-compat.php:209
2371
  msgid "Set this now"
2372
  msgstr ""
2373
 
2374
+ #: admin/settings/class-strong-testimonials-settings-compat.php:217
2375
+ msgid "Slider never starts"
2376
  msgstr ""
2377
 
2378
+ #: admin/settings/class-strong-testimonials-settings-compat.php:218
2379
+ msgid "A testimonial slider does not start or is missing navigation controls."
2380
+ msgstr ""
2381
+
2382
+ #: admin/settings/class-strong-testimonials-settings-compat.php:221
2383
+ #: admin/settings/class-strong-testimonials-settings-compat.php:234
2384
+ msgid ""
2385
+ "The page is very busy loading image galleries, other sliders or third-party "
2386
+ "resources like social media posts."
2387
+ msgstr ""
2388
+
2389
+ #: admin/settings/class-strong-testimonials-settings-compat.php:224
2390
+ #: admin/settings/class-strong-testimonials-settings-compat.php:237
2391
+ #: admin/settings/class-strong-testimonials-settings-compat.php:751
2392
+ msgid "Load Event"
2393
+ msgstr ""
2394
+
2395
+ #: admin/settings/class-strong-testimonials-settings-compat.php:224
2396
+ #: admin/settings/class-strong-testimonials-settings-compat.php:237
2397
+ #: admin/settings/class-strong-testimonials-settings-compat.php:808
2398
+ msgid "window load"
2399
+ msgstr ""
2400
+
2401
+ #: admin/settings/class-strong-testimonials-settings-compat.php:230
2402
+ msgid "Masonry layout not working"
2403
+ msgstr ""
2404
+
2405
+ #: admin/settings/class-strong-testimonials-settings-compat.php:231
2406
+ msgid ""
2407
+ "A testimonial view with the Masonry layout has only one column or works "
2408
+ "inconsistently in different browsers or devices."
2409
+ msgstr ""
2410
+
2411
+ #: admin/settings/class-strong-testimonials-settings-compat.php:246
2412
+ msgid "Compatibility Settings"
2413
+ msgstr ""
2414
+
2415
+ #: admin/settings/class-strong-testimonials-settings-compat.php:248
2416
+ msgid ""
2417
+ "<a href=\"%s\" target=\"_blank\">Start a support ticket</a> if you need help "
2418
+ "with these options."
2419
+ msgstr ""
2420
+
2421
+ #: admin/settings/class-strong-testimonials-settings-compat.php:266
2422
  msgid "This does not perform Ajax page loading."
2423
  msgstr ""
2424
 
2425
+ #: admin/settings/class-strong-testimonials-settings-compat.php:267
2426
  msgid ""
2427
  "It provides compatibility with themes and plugins that use Ajax to load "
2428
  "pages, also known as page animation or transition effects."
2429
  msgstr ""
2430
 
2431
+ #: admin/settings/class-strong-testimonials-settings-compat.php:296
2432
+ #: admin/settings/class-strong-testimonials-settings-compat.php:455
2433
+ #: admin/settings/class-strong-testimonials-settings-compat.php:507
2434
  msgid "None"
2435
  msgstr ""
2436
 
2437
+ #: admin/settings/class-strong-testimonials-settings-compat.php:297
2438
+ #: admin/settings/class-strong-testimonials-settings-compat.php:403
2439
+ #: admin/settings/class-strong-testimonials-settings-compat.php:508
2440
+ #: admin/settings/class-strong-testimonials-settings-compat.php:783
2441
  msgid "(default)"
2442
  msgstr ""
2443
 
2444
+ #: admin/settings/class-strong-testimonials-settings-compat.php:301
2445
+ #: admin/settings/class-strong-testimonials-settings-compat.php:512
2446
  msgid "No compatibility needed."
2447
  msgstr ""
2448
 
2449
+ #: admin/settings/class-strong-testimonials-settings-compat.php:302
2450
+ #: admin/settings/class-strong-testimonials-settings-compat.php:408
2451
  msgid "This works well for most themes."
2452
  msgstr ""
2453
 
2454
+ #: admin/settings/class-strong-testimonials-settings-compat.php:327
2455
  msgid "Be ready to render any view at any time."
2456
  msgstr ""
2457
 
2458
+ #: admin/settings/class-strong-testimonials-settings-compat.php:328
2459
  msgid "This works well with common Ajax methods."
2460
  msgstr ""
2461
 
2462
+ #: admin/settings/class-strong-testimonials-settings-compat.php:350
2463
  msgid "Advanced"
2464
  msgstr ""
2465
 
2466
+ #: admin/settings/class-strong-testimonials-settings-compat.php:354
2467
  msgid "For specific configurations."
2468
  msgstr ""
2469
 
2470
+ #: admin/settings/class-strong-testimonials-settings-compat.php:372
2471
  msgid "Load stylesheets and populate script variables up front."
2472
  msgstr ""
2473
 
2474
+ #: admin/settings/class-strong-testimonials-settings-compat.php:407
2475
  msgid "For the current page only."
2476
  msgstr ""
2477
 
2478
+ #: admin/settings/class-strong-testimonials-settings-compat.php:429
2479
  msgid "All views"
2480
  msgstr ""
2481
 
2482
+ #: admin/settings/class-strong-testimonials-settings-compat.php:433
2483
  msgid "For all views. Required for Ajax page loading."
2484
  msgstr ""
2485
 
2486
+ #: admin/settings/class-strong-testimonials-settings-compat.php:434
2487
  msgid "Then select an option for <strong>Monitor</strong> below."
2488
  msgstr ""
2489
 
2490
+ #: admin/settings/class-strong-testimonials-settings-compat.php:459
2491
  msgid ""
2492
  "When the shortcode is rendered. May result in a flash of unstyled content."
2493
  msgstr ""
2494
 
2495
+ #: admin/settings/class-strong-testimonials-settings-compat.php:473
2496
  msgid "Monitor"
2497
  msgstr ""
2498
 
2499
+ #: admin/settings/class-strong-testimonials-settings-compat.php:477
2500
+ msgid "Initialize sliders, pagination and form validation as pages change."
2501
  msgstr ""
2502
 
2503
+ #: admin/settings/class-strong-testimonials-settings-compat.php:534
2504
  msgid "Universal"
2505
  msgstr ""
2506
 
2507
+ #: admin/settings/class-strong-testimonials-settings-compat.php:538
2508
  msgid "Watch for page changes on a timer."
2509
  msgstr ""
2510
 
2511
+ #: admin/settings/class-strong-testimonials-settings-compat.php:545
2512
  msgctxt "timer setting"
2513
  msgid "Check every"
2514
  msgstr ""
2515
 
2516
+ #: admin/settings/class-strong-testimonials-settings-compat.php:555
2517
+ #: admin/settings/class-strong-testimonials-settings-compat.php:604
2518
  msgctxt "timer setting"
2519
  msgid "seconds"
2520
  msgstr ""
2521
 
2522
+ #: admin/settings/class-strong-testimonials-settings-compat.php:577
2523
  msgid "Observer"
2524
  msgstr ""
2525
 
2526
+ #: admin/settings/class-strong-testimonials-settings-compat.php:581
2527
  msgid "React to changes in specific page elements."
2528
  msgstr ""
2529
 
2530
+ #: admin/settings/class-strong-testimonials-settings-compat.php:594
2531
  msgctxt "timer setting"
2532
  msgid "Check once after"
2533
  msgstr ""
2534
 
2535
+ #: admin/settings/class-strong-testimonials-settings-compat.php:616
2536
  msgid "Container ID"
2537
  msgstr ""
2538
 
2539
+ #: admin/settings/class-strong-testimonials-settings-compat.php:626
2540
  msgid "the element to observe"
2541
  msgstr ""
2542
 
2543
+ #: admin/settings/class-strong-testimonials-settings-compat.php:638
2544
  msgid "Added node ID"
2545
  msgstr ""
2546
 
2547
+ #: admin/settings/class-strong-testimonials-settings-compat.php:648
2548
  msgid "the element being added"
2549
  msgstr ""
2550
 
2551
+ #: admin/settings/class-strong-testimonials-settings-compat.php:669
2552
  msgid "Custom event"
2553
  msgstr ""
2554
 
2555
+ #: admin/settings/class-strong-testimonials-settings-compat.php:673
2556
  msgid "Listen for specific events."
2557
  msgstr ""
2558
 
2559
+ #: admin/settings/class-strong-testimonials-settings-compat.php:681
2560
  msgid "Event name"
2561
  msgstr ""
2562
 
2563
+ #: admin/settings/class-strong-testimonials-settings-compat.php:712
2564
  msgid "Specific script"
2565
  msgstr ""
2566
 
2567
+ #: admin/settings/class-strong-testimonials-settings-compat.php:716
2568
  msgid "Register a callback for a specific Ajax script."
2569
  msgstr ""
2570
 
2571
+ #: admin/settings/class-strong-testimonials-settings-compat.php:724
2572
  msgid "Script name"
2573
  msgstr ""
2574
 
2575
+ #: admin/settings/class-strong-testimonials-settings-compat.php:730
2576
  #: includes/widget2.php:96
2577
  msgid "&mdash; Select &mdash;"
2578
  msgstr ""
2579
 
2580
+ #: admin/settings/class-strong-testimonials-settings-compat.php:755
2581
+ msgid "When to start sliders, Masonry, pagination and form validation."
2582
+ msgstr ""
2583
+
2584
+ #: admin/settings/class-strong-testimonials-settings-compat.php:782
2585
+ msgid "document ready"
2586
+ msgstr ""
2587
+
2588
+ #: admin/settings/class-strong-testimonials-settings-compat.php:787
2589
+ msgid "This works well if your page load time is less than a few seconds."
2590
+ msgstr ""
2591
+
2592
+ #: admin/settings/class-strong-testimonials-settings-compat.php:812
2593
+ msgid "Try this if your page load time is more than a few seconds."
2594
+ msgstr ""
2595
+
2596
+ #: admin/settings/class-strong-testimonials-settings-compat.php:828
2597
+ msgid "Lazy Loading Images"
2598
+ msgstr ""
2599
+
2600
+ #: admin/settings/class-strong-testimonials-settings-compat.php:832
2601
+ msgid "Watch for lazy loading images in themes and plugins."
2602
+ msgstr ""
2603
+
2604
+ #: admin/settings/class-strong-testimonials-settings-compat.php:860
2605
+ msgid "Enable watcher"
2606
+ msgstr ""
2607
+
2608
+ #: admin/settings/class-strong-testimonials-settings-compat.php:864
2609
+ msgid ""
2610
+ "Most lazy loading techniques use one or two CSS class names to indicate "
2611
+ "which images to lazy load and when the lazy loading is finished."
2612
+ msgstr ""
2613
+
2614
+ #: admin/settings/class-strong-testimonials-settings-compat.php:865
2615
+ msgid ""
2616
+ "Contact support for your theme or plugin to ask if it uses CSS class names."
2617
+ msgstr ""
2618
+
2619
+ #: admin/settings/class-strong-testimonials-settings-compat.php:881
2620
+ msgid "CSS Class Names"
2621
+ msgstr ""
2622
+
2623
+ #: admin/settings/class-strong-testimonials-settings-compat.php:895
2624
+ msgid "Add Classes"
2625
+ msgstr ""
2626
+
2627
+ #: admin/settings/class-strong-testimonials-settings-compat.php:912
2628
+ msgctxt "noun"
2629
+ msgid "start"
2630
+ msgstr ""
2631
+
2632
+ #: admin/settings/class-strong-testimonials-settings-compat.php:920
2633
+ msgctxt "noun"
2634
+ msgid "finish"
2635
+ msgstr ""
2636
+
2637
  #: admin/settings/class-strong-testimonials-settings-general.php:44
2638
  msgctxt "adjective"
2639
  msgid "General"
2643
  msgid "Licenses"
2644
  msgstr ""
2645
 
2646
+ #: admin/settings/class-strong-testimonials-settings.php:55
2647
  msgid "Settings saved."
2648
  msgstr ""
2649
 
2703
  msgid "Form Labels & Messages"
2704
  msgstr ""
2705
 
2706
+ #: admin/settings/partials/form.php:89
2707
  msgid "Display required notice at top of form"
2708
  msgstr ""
2709
 
2710
+ #: admin/settings/partials/form.php:101
2711
  msgctxt "singular"
2712
  msgid "restore default"
2713
  msgstr ""
2714
 
2715
+ #: admin/settings/partials/form.php:112
2716
  msgid "Restore Default Messages"
2717
  msgstr ""
2718
 
2719
+ #: admin/settings/partials/form.php:120
2720
  msgid "Scroll"
2721
  msgstr ""
2722
 
2723
+ #: admin/settings/partials/form.php:128
2724
  msgid "If errors, scroll to the first error minus %s pixels. On by default."
2725
  msgstr ""
2726
 
2727
+ #: admin/settings/partials/form.php:135
2728
  msgid ""
2729
  "If success, scroll to the success message minus %s pixels. On by default."
2730
  msgstr ""
2731
 
2732
+ #: admin/settings/partials/form.php:151
2733
  msgid "Form Actions"
2734
  msgstr ""
2735
 
2736
+ #: admin/settings/partials/form.php:157
2737
  msgid "Upon Successful Submission"
2738
  msgstr ""
2739
 
2740
+ #: admin/settings/partials/form.php:165
2741
  msgid "display message"
2742
  msgstr ""
2743
 
2744
+ #: admin/settings/partials/form.php:173
2745
  msgid "redirect to a page"
2746
  msgstr ""
2747
 
2748
+ #: admin/settings/partials/form.php:178
2749
  msgid "&mdash; select a page &mdash;"
2750
  msgstr ""
2751
 
2752
+ #: admin/settings/partials/form.php:192
2753
  msgctxt "to select a redirect page"
2754
  msgid "or enter its ID or slug"
2755
  msgstr ""
2756
 
2757
+ #: admin/settings/partials/form.php:206
2758
  msgid "redirect to a URL"
2759
  msgstr ""
2760
 
2761
+ #: admin/settings/partials/form.php:221
2762
  msgid "Post Status"
2763
  msgstr ""
2764
 
2765
+ #: admin/settings/partials/form.php:230
2766
  msgid "Pending"
2767
  msgstr ""
2768
 
2769
+ #: admin/settings/partials/form.php:237
2770
  msgid "Published"
2771
  msgstr ""
2772
 
2773
+ #: admin/settings/partials/form.php:247
2774
  msgid "Notification Email"
2775
  msgstr ""
2776
 
2777
+ #: admin/settings/partials/form.php:257
2778
  msgid "Send an email upon new testimonial submission."
2779
  msgstr ""
2780
 
2781
+ #: admin/settings/partials/form.php:282
2782
  msgid "Form Spam Control"
2783
  msgstr ""
2784
 
2785
+ #: admin/settings/partials/form.php:288
2786
  msgctxt "spam control techniques"
2787
  msgid "Honeypot"
2788
  msgstr ""
2789
 
2790
+ #: admin/settings/partials/form.php:293
2791
  msgid ""
2792
  "These methods for trapping spambots are both time-tested and widely used. "
2793
  "May be used simultaneously for more protection."
2794
  msgstr ""
2795
 
2796
+ #: admin/settings/partials/form.php:296
2797
  msgid ""
2798
  "However, honeypots may not be compatible with WP-SpamShield, Ajax page "
2799
  "loading, caching or minification."
2800
  msgstr ""
2801
 
2802
+ #: admin/settings/partials/form.php:299
2803
  msgid "If your form is not working properly, try disabling these."
2804
  msgstr ""
2805
 
2806
+ #: admin/settings/partials/form.php:309
2807
  msgid ""
2808
  "Adds a new empty field that is invisible to humans. Spambots tend to fill in "
2809
  "every field they find in the form. Empty field = human. Not empty = spambot."
2810
  msgstr ""
2811
 
2812
+ #: admin/settings/partials/form.php:317
2813
  msgid ""
2814
  "Adds a new field as soon as the form is submitted. Spambots cannot run "
2815
  "JavaScript so the new field never gets added. New field = human. Missing = "
2816
  "spambot."
2817
  msgstr ""
2818
 
2819
+ #: admin/settings/partials/form.php:325
2820
  msgid "Captcha"
2821
  msgstr ""
2822
 
2823
+ #: admin/settings/partials/form.php:330
2824
  msgid ""
2825
  "Enable Captcha using one of these plugins. Be sure to configure any plugins "
2826
  "first, if necessary."
2827
  msgstr ""
2828
 
2829
+ #: admin/settings/partials/form.php:331
2830
  msgid "May be used alongside honeypot methods."
2831
  msgstr ""
2832
 
2833
+ #: admin/settings/partials/form.php:334
2834
  msgid "May not be compatible with Ajax page loading."
2835
  msgstr ""
2836
 
2837
+ #: admin/settings/partials/form.php:359
2838
  msgctxt "link"
2839
  msgid "settings"
2840
  msgstr ""
2841
 
2842
+ #: admin/settings/partials/form.php:361
2843
  msgid "no settings"
2844
  msgstr ""
2845
 
2846
+ #: admin/settings/partials/form.php:366
2847
  msgctxt "adjective"
2848
  msgid "inactive"
2849
  msgstr ""
2850
 
2851
+ #: admin/settings/partials/form.php:373
2852
  msgid "not installed"
2853
  msgstr ""
2854
 
2855
+ #: admin/settings/partials/form.php:376
2856
  msgctxt "link"
2857
  msgid "install plugin"
2858
  msgstr ""
2859
 
2860
+ #: admin/settings/partials/form.php:382
2861
  msgctxt "link"
2862
  msgid "plugin page"
2863
  msgstr ""
3055
  "Images</a> plugin."
3056
  msgstr ""
3057
 
3058
+ #: admin/settings/partials/licenses.php:11
3059
+ msgid "Add-on Licenses"
3060
+ msgstr ""
3061
+
3062
+ #: admin/settings/partials/licenses.php:13
3063
  msgid ""
3064
  "Valid license keys allow you to receive automatic updates and priority "
3065
  "support."
3066
  msgstr ""
3067
 
3068
+ #: admin/settings/partials/licenses.php:14
3069
  msgid ""
3070
  "To transfer a license to another site or to uninstall the add-on, please "
3071
  "deactivate the license here first."
3072
  msgstr ""
3073
 
3074
+ #: admin/settings/partials/licenses.php:15
3075
  msgid ""
3076
  "<a href=\"%s\" target=\"_blank\">Access your downloads and license keys</a>."
3077
  msgstr ""
3078
 
3079
+ #: admin/settings/partials/licenses.php:20
3080
  msgid "Add-on"
3081
  msgstr ""
3082
 
3083
+ #: admin/settings/partials/licenses.php:21
3084
  msgid "License Key"
3085
  msgstr ""
3086
 
3087
+ #: admin/settings/partials/licenses.php:22
3088
  msgid "Status"
3089
  msgstr ""
3090
 
3091
+ #: admin/views.php:37
3092
  msgid "View saved."
3093
  msgstr ""
3094
 
3095
+ #: admin/views.php:38
3096
  msgid "View deleted."
3097
  msgstr ""
3098
 
3099
+ #: admin/views.php:49 admin/views.php:208
3100
  msgid "Edit View"
3101
  msgstr ""
3102
 
3103
+ #: admin/views.php:51 includes/functions-views.php:38
3104
  msgid "An error occurred."
3105
  msgstr ""
3106
 
3107
+ #: admin/views.php:51 includes/functions-activation.php:34
3108
  #: includes/functions-views.php:40
3109
  msgid "Please <a href=\"%s\" target=\"_blank\">open a support ticket</a>."
3110
  msgstr ""
3111
 
3112
+ #: admin/views.php:72 admin/views.php:209 includes/post-types.php:56
3113
+ msgid "Add New"
3114
  msgstr ""
3115
 
3116
+ #: admin/views.php:114
3117
+ msgid "Invalid request. Please try again."
3118
  msgstr ""
3119
 
3120
+ #: admin/views.php:208
3121
  msgid "Add View"
3122
  msgstr ""
3123
 
3124
+ #: admin/views.php:210
3125
  msgid "Return To List"
3126
  msgstr ""
3127
 
3128
+ #: admin/views.php:212
3129
  msgid "Duplicate This View"
3130
  msgstr ""
3131
 
3132
+ #: admin/views.php:486
3133
  msgid "built-in"
3134
  msgstr ""
3135
 
3136
+ #: admin/views.php:494
3137
  msgid "link with another field"
3138
  msgstr ""
3139
 
3140
+ #: admin/views.php:495
3141
  msgid "link (must be URL type)"
3142
  msgstr ""
3143
 
3144
+ #: admin/views.php:496
3145
  msgid "date"
3146
  msgstr ""
3147
 
3148
+ #: admin/views.php:497
3149
  msgid "category"
3150
  msgstr ""
3151
 
3152
+ #: admin/views.php:498
3153
  msgid "rating"
3154
  msgstr ""
3155
 
3156
+ #: admin/views.php:532
3157
  msgid "remove this field"
3158
  msgstr ""
3159
 
3160
+ #: admin/views.php:570
3161
  msgid "Display Type"
3162
  msgstr ""
3163
 
3164
+ #: admin/views.php:603
3165
  msgid "CSS Class"
3166
  msgstr ""
3167
 
3168
+ #: admin/views.php:650
3169
  msgid "Link Text"
3170
  msgstr ""
3171
 
3172
+ #: admin/views.php:652
3173
  msgid "this field's value"
3174
  msgstr ""
3175
 
3176
+ #: admin/views.php:653
3177
  msgid "this field's label"
3178
  msgstr ""
3179
 
3180
+ #: admin/views.php:654
3181
  msgid "custom text"
3182
  msgstr ""
3183
 
3184
+ #: admin/views.php:673
3185
  msgid "URL Field"
3186
  msgstr ""
3187
 
3188
+ #: admin/views.php:690
3189
  msgid "new tab"
3190
  msgstr ""
3191
 
3192
+ #: admin/views.php:715
3193
  msgid "Format"
3194
  msgstr ""
3195
 
3196
+ #: admin/views.php:723
3197
  msgid "more about date formats"
3198
  msgstr ""
3199
 
3200
+ #: admin/views.php:772 admin/views.php:800
3201
  msgid "filter categories"
3202
  msgstr ""
3203
 
3204
+ #: includes/class-strong-form.php:498
3205
  msgid "Unknown error."
3206
  msgstr ""
3207
 
3208
+ #: includes/class-strong-form.php:643
3209
  msgid "star"
3210
  msgid_plural "stars"
3211
  msgstr[0] ""
3223
  msgid "Plugin"
3224
  msgstr ""
3225
 
3226
+ #: includes/class-strong-testimonials-privacy.php:31
3227
+ msgid "Strong Testimonials Plugin"
3228
  msgstr ""
3229
 
3230
+ #: includes/class-strong-testimonials-privacy.php:62
3231
+ msgid "Testimonials"
3232
  msgstr ""
3233
 
3234
+ #: includes/class-strong-testimonials-shortcode-average.php:139
3235
+ msgid "Average Rating:"
3236
+ msgstr ""
3237
+
3238
+ #. translators: %s is a number
3239
+ #: includes/class-strong-testimonials-shortcode-average.php:143
3240
+ msgid "Average of %s Rating:"
3241
+ msgid_plural "Average of %s Ratings:"
3242
+ msgstr[0] ""
3243
+ msgstr[1] ""
3244
+
3245
+ #. translators: %s is a number
3246
+ #: includes/class-strong-testimonials-shortcode-average.php:166
3247
+ #: includes/class-strong-testimonials-shortcode-average.php:173
3248
+ msgid "%s star"
3249
+ msgid_plural "%s stars"
3250
+ msgstr[0] ""
3251
+ msgstr[1] ""
3252
+
3253
+ #: includes/class-strong-testimonials-shortcode-average.php:167
3254
+ msgid "(based on %s rating)"
3255
+ msgid_plural "(based on %s ratings)"
3256
+ msgstr[0] ""
3257
+ msgstr[1] ""
3258
+
3259
+ #: includes/class-strong-testimonials-shortcode.php:77
3260
+ msgid "Testimonial view %s not found."
3261
+ msgstr ""
3262
+
3263
+ #: includes/class-strong-testimonials-shortcode.php:78
3264
+ #: includes/class-strong-view.php:78
3265
  msgid "(Only administrators see this message.)"
3266
  msgstr ""
3267
 
3268
+ #: includes/class-strong-view.php:77
3269
+ msgid "No testimonials found. Check your view settings."
3270
+ msgstr ""
3271
+
3272
  #: includes/functions-activation.php:30
3273
  msgid "An error occurred:"
3274
  msgstr ""
3617
  msgid "View:"
3618
  msgstr ""
3619
 
3620
+ #: strong-testimonials.php:126 strong-testimonials.php:138
3621
  msgid "Cheatin&#8217; huh?"
3622
  msgstr ""
3623
 
3630
  msgstr ""
3631
 
3632
  #. Description of the plugin/theme
3633
+ msgid "Collect and display your testimonials or reviews."
 
 
3634
  msgstr ""
3635
 
3636
  #. Author of the plugin/theme
public/css/slider-controls-full-buttons.css CHANGED
@@ -67,7 +67,12 @@
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
- margin: 0 4px;
 
 
 
 
 
71
  }
72
  .strong-view.controls-style-buttons .wpmslider-start:before {
73
  content: "\f04b";
@@ -75,18 +80,24 @@
75
  .strong-view.controls-style-buttons .wpmslider-stop:before {
76
  content: "\f04c";
77
  }
78
- .strong-view.controls-style-buttons .wpmslider-prev:before {
79
- content: "\f053";
80
- }
81
- .strong-view.controls-style-buttons .wpmslider-next:before {
82
- content: "\f054";
83
- }
84
  .strong-view.controls-style-buttons .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
88
  color: #111;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
92
  position: absolute;
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
+ margin: 0 7px;
71
+ }
72
+ .strong-view.controls-style-buttons .wpmslider-start:before,
73
+ .strong-view.controls-style-buttons .wpmslider-stop:before {
74
+ position: relative;
75
+ top: -1px;
76
  }
77
  .strong-view.controls-style-buttons .wpmslider-start:before {
78
  content: "\f04b";
80
  .strong-view.controls-style-buttons .wpmslider-stop:before {
81
  content: "\f04c";
82
  }
 
 
 
 
 
 
83
  .strong-view.controls-style-buttons .wpmslider-start:hover,
84
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
85
  .strong-view.controls-style-buttons .wpmslider-next:hover,
86
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
87
  color: #111;
88
  }
89
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
90
+ content: "\f053";
91
+ }
92
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
93
+ content: "\f054";
94
+ }
95
+ .strong-view.controls-style-buttons.rtl .wpmslider-prev:before {
96
+ content: "\f054";
97
+ }
98
+ .strong-view.controls-style-buttons.rtl .wpmslider-next:before {
99
+ content: "\f053";
100
+ }
101
 
102
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
103
  position: absolute;
public/css/slider-controls-full-buttons2.css CHANGED
@@ -61,35 +61,53 @@
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
- line-height: 28px;
65
- width: 28px;
66
- height: 28px;
67
  margin: 0 5px;
 
68
  text-align: center;
69
  transition: all 0.2s ease;
70
  }
71
  .strong-view.controls-style-buttons2 .wpmslider-start,
72
  .strong-view.controls-style-buttons2 .wpmslider-stop {
73
- margin: 0 4px;
74
  }
75
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
76
  content: "\f04b";
 
 
 
77
  }
78
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
79
  content: "\f04c";
80
  }
81
- .strong-view.controls-style-buttons2 .wpmslider-prev:before {
82
- content: "\f053";
83
- }
84
- .strong-view.controls-style-buttons2 .wpmslider-next:before {
85
- content: "\f054";
86
- }
87
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
89
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
90
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
91
  background: #333;
92
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
95
  position: absolute;
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
+ line-height: 27px;
65
+ width: 27px;
66
+ height: 27px;
67
  margin: 0 5px;
68
+ padding-top: 1px;
69
  text-align: center;
70
  transition: all 0.2s ease;
71
  }
72
  .strong-view.controls-style-buttons2 .wpmslider-start,
73
  .strong-view.controls-style-buttons2 .wpmslider-stop {
74
+ margin: 0 7px;
75
  }
76
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
77
  content: "\f04b";
78
+ position: relative;
79
+ left: 1px;
80
+ top: -1px;
81
  }
82
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
83
  content: "\f04c";
84
  }
 
 
 
 
 
 
85
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
86
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
87
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
89
  background: #333;
90
  }
91
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
92
+ content: "\f053";
93
+ position: relative;
94
+ left: -1px;
95
+ }
96
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
97
+ content: "\f054";
98
+ position: relative;
99
+ left: 1px;
100
+ }
101
+ .strong-view.controls-style-buttons2.rtl .wpmslider-prev:before {
102
+ content: "\f054";
103
+ position: relative;
104
+ left: 1px;
105
+ }
106
+ .strong-view.controls-style-buttons2.rtl .wpmslider-next:before {
107
+ content: "\f053";
108
+ position: relative;
109
+ left: -1px;
110
+ }
111
 
112
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
113
  position: absolute;
public/css/slider-controls-full-buttons3.css CHANGED
@@ -67,7 +67,7 @@
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
- margin: 0 4px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
@@ -75,18 +75,24 @@
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
78
- .strong-view.controls-style-buttons3 .wpmslider-prev:before {
79
- content: "\f137";
80
- }
81
- .strong-view.controls-style-buttons3 .wpmslider-next:before {
82
- content: "\f138";
83
- }
84
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
88
  color: #333;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
92
  position: absolute;
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
+ margin: 0 7px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
 
 
 
 
 
 
78
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
79
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
80
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
81
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
82
  color: #333;
83
  }
84
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before {
85
+ content: "\f137";
86
+ }
87
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:before {
88
+ content: "\f138";
89
+ }
90
+ .strong-view.controls-style-buttons3.rtl .wpmslider-prev:before {
91
+ content: "\f138";
92
+ }
93
+ .strong-view.controls-style-buttons3.rtl .wpmslider-next:before {
94
+ content: "\f137";
95
+ }
96
 
97
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
98
  position: absolute;
public/css/slider-controls-sides-buttons-pager-buttons.css CHANGED
@@ -67,7 +67,12 @@
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
- margin: 0 4px;
 
 
 
 
 
71
  }
72
  .strong-view.controls-style-buttons .wpmslider-start:before {
73
  content: "\f04b";
@@ -75,22 +80,28 @@
75
  .strong-view.controls-style-buttons .wpmslider-stop:before {
76
  content: "\f04c";
77
  }
78
- .strong-view.controls-style-buttons .wpmslider-prev:before {
79
- content: "\f053";
80
- }
81
- .strong-view.controls-style-buttons .wpmslider-next:before {
82
- content: "\f054";
83
- }
84
  .strong-view.controls-style-buttons .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
88
  color: #111;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.pager-style-buttons .wpmslider-pager {
92
  line-height: 24px;
93
- margin: 0 4px;
94
  text-align: center;
95
  }
96
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
@@ -130,17 +141,22 @@
130
  z-index: 5;
131
  }
132
 
133
- .strong-view.controls-type-sides .wpmslider-prev {
 
 
 
 
 
134
  left: 8px;
135
  }
136
- .strong-view.controls-type-sides .wpmslider-next {
137
  right: 8px;
138
  }
139
- .strong-view.controls-type-sides .wpmslider-prev,
140
- .strong-view.controls-type-sides .wpmslider-next {
141
- position: absolute;
142
- width: auto;
143
- top: calc( 50% - 14px );
144
  }
145
 
146
  .strong-view.controls-type-sides .wpmslider-controls {
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
+ margin: 0 7px;
71
+ }
72
+ .strong-view.controls-style-buttons .wpmslider-start:before,
73
+ .strong-view.controls-style-buttons .wpmslider-stop:before {
74
+ position: relative;
75
+ top: -1px;
76
  }
77
  .strong-view.controls-style-buttons .wpmslider-start:before {
78
  content: "\f04b";
80
  .strong-view.controls-style-buttons .wpmslider-stop:before {
81
  content: "\f04c";
82
  }
 
 
 
 
 
 
83
  .strong-view.controls-style-buttons .wpmslider-start:hover,
84
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
85
  .strong-view.controls-style-buttons .wpmslider-next:hover,
86
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
87
  color: #111;
88
  }
89
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
90
+ content: "\f053";
91
+ }
92
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
93
+ content: "\f054";
94
+ }
95
+ .strong-view.controls-style-buttons.rtl .wpmslider-prev:before {
96
+ content: "\f054";
97
+ }
98
+ .strong-view.controls-style-buttons.rtl .wpmslider-next:before {
99
+ content: "\f053";
100
+ }
101
 
102
  .strong-view.pager-style-buttons .wpmslider-pager {
103
  line-height: 24px;
104
+ margin: 0 7px;
105
  text-align: center;
106
  }
107
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
141
  z-index: 5;
142
  }
143
 
144
+ .strong-view.controls-type-sides .wpmslider-prev,
145
+ .strong-view.controls-type-sides .wpmslider-next {
146
+ position: absolute;
147
+ top: calc(50% - 14px);
148
+ }
149
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
150
  left: 8px;
151
  }
152
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
153
  right: 8px;
154
  }
155
+ .strong-view.controls-type-sides.rtl .wpmslider-prev {
156
+ right: 8px;
157
+ }
158
+ .strong-view.controls-type-sides.rtl .wpmslider-next {
159
+ left: 8px;
160
  }
161
 
162
  .strong-view.controls-type-sides .wpmslider-controls {
public/css/slider-controls-sides-buttons-pager-text.css CHANGED
@@ -67,7 +67,12 @@
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
- margin: 0 4px;
 
 
 
 
 
71
  }
72
  .strong-view.controls-style-buttons .wpmslider-start:before {
73
  content: "\f04b";
@@ -75,18 +80,24 @@
75
  .strong-view.controls-style-buttons .wpmslider-stop:before {
76
  content: "\f04c";
77
  }
78
- .strong-view.controls-style-buttons .wpmslider-prev:before {
79
- content: "\f053";
80
- }
81
- .strong-view.controls-style-buttons .wpmslider-next:before {
82
- content: "\f054";
83
- }
84
  .strong-view.controls-style-buttons .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
88
  color: #111;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.controls-style-text .wpmslider-start,
92
  .strong-view.controls-style-text .wpmslider-stop,
@@ -101,7 +112,7 @@
101
 
102
  .strong-view .wpmslider-pager {
103
  line-height: 24px;
104
- margin: 0 4px;
105
  text-align: center;
106
  }
107
  .strong-view .wpmslider-pager-link {
@@ -132,17 +143,22 @@
132
  z-index: 5;
133
  }
134
 
135
- .strong-view.controls-type-sides .wpmslider-prev {
 
 
 
 
 
136
  left: 8px;
137
  }
138
- .strong-view.controls-type-sides .wpmslider-next {
139
  right: 8px;
140
  }
141
- .strong-view.controls-type-sides .wpmslider-prev,
142
- .strong-view.controls-type-sides .wpmslider-next {
143
- position: absolute;
144
- width: auto;
145
- top: calc( 50% - 14px );
146
  }
147
 
148
  .strong-view.controls-type-sides .wpmslider-controls {
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
+ margin: 0 7px;
71
+ }
72
+ .strong-view.controls-style-buttons .wpmslider-start:before,
73
+ .strong-view.controls-style-buttons .wpmslider-stop:before {
74
+ position: relative;
75
+ top: -1px;
76
  }
77
  .strong-view.controls-style-buttons .wpmslider-start:before {
78
  content: "\f04b";
80
  .strong-view.controls-style-buttons .wpmslider-stop:before {
81
  content: "\f04c";
82
  }
 
 
 
 
 
 
83
  .strong-view.controls-style-buttons .wpmslider-start:hover,
84
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
85
  .strong-view.controls-style-buttons .wpmslider-next:hover,
86
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
87
  color: #111;
88
  }
89
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
90
+ content: "\f053";
91
+ }
92
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
93
+ content: "\f054";
94
+ }
95
+ .strong-view.controls-style-buttons.rtl .wpmslider-prev:before {
96
+ content: "\f054";
97
+ }
98
+ .strong-view.controls-style-buttons.rtl .wpmslider-next:before {
99
+ content: "\f053";
100
+ }
101
 
102
  .strong-view.controls-style-text .wpmslider-start,
103
  .strong-view.controls-style-text .wpmslider-stop,
112
 
113
  .strong-view .wpmslider-pager {
114
  line-height: 24px;
115
+ margin: 0 7px;
116
  text-align: center;
117
  }
118
  .strong-view .wpmslider-pager-link {
143
  z-index: 5;
144
  }
145
 
146
+ .strong-view.controls-type-sides .wpmslider-prev,
147
+ .strong-view.controls-type-sides .wpmslider-next {
148
+ position: absolute;
149
+ top: calc(50% - 14px);
150
+ }
151
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
152
  left: 8px;
153
  }
154
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
155
  right: 8px;
156
  }
157
+ .strong-view.controls-type-sides.rtl .wpmslider-prev {
158
+ right: 8px;
159
+ }
160
+ .strong-view.controls-type-sides.rtl .wpmslider-next {
161
+ left: 8px;
162
  }
163
 
164
  .strong-view.controls-type-sides .wpmslider-controls {
public/css/slider-controls-sides-buttons.css CHANGED
@@ -67,7 +67,12 @@
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
- margin: 0 4px;
 
 
 
 
 
71
  }
72
  .strong-view.controls-style-buttons .wpmslider-start:before {
73
  content: "\f04b";
@@ -75,18 +80,24 @@
75
  .strong-view.controls-style-buttons .wpmslider-stop:before {
76
  content: "\f04c";
77
  }
78
- .strong-view.controls-style-buttons .wpmslider-prev:before {
79
- content: "\f053";
80
- }
81
- .strong-view.controls-style-buttons .wpmslider-next:before {
82
- content: "\f054";
83
- }
84
  .strong-view.controls-style-buttons .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
88
  color: #111;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
92
  position: absolute;
@@ -105,15 +116,20 @@
105
  z-index: 5;
106
  }
107
 
108
- .strong-view.controls-type-sides .wpmslider-prev {
 
 
 
 
 
109
  left: 8px;
110
  }
111
- .strong-view.controls-type-sides .wpmslider-next {
112
  right: 8px;
113
  }
114
- .strong-view.controls-type-sides .wpmslider-prev,
115
- .strong-view.controls-type-sides .wpmslider-next {
116
- position: absolute;
117
- width: auto;
118
- top: calc( 50% - 14px );
119
  }
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
+ margin: 0 7px;
71
+ }
72
+ .strong-view.controls-style-buttons .wpmslider-start:before,
73
+ .strong-view.controls-style-buttons .wpmslider-stop:before {
74
+ position: relative;
75
+ top: -1px;
76
  }
77
  .strong-view.controls-style-buttons .wpmslider-start:before {
78
  content: "\f04b";
80
  .strong-view.controls-style-buttons .wpmslider-stop:before {
81
  content: "\f04c";
82
  }
 
 
 
 
 
 
83
  .strong-view.controls-style-buttons .wpmslider-start:hover,
84
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
85
  .strong-view.controls-style-buttons .wpmslider-next:hover,
86
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
87
  color: #111;
88
  }
89
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
90
+ content: "\f053";
91
+ }
92
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
93
+ content: "\f054";
94
+ }
95
+ .strong-view.controls-style-buttons.rtl .wpmslider-prev:before {
96
+ content: "\f054";
97
+ }
98
+ .strong-view.controls-style-buttons.rtl .wpmslider-next:before {
99
+ content: "\f053";
100
+ }
101
 
102
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
103
  position: absolute;
116
  z-index: 5;
117
  }
118
 
119
+ .strong-view.controls-type-sides .wpmslider-prev,
120
+ .strong-view.controls-type-sides .wpmslider-next {
121
+ position: absolute;
122
+ top: calc(50% - 14px);
123
+ }
124
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
125
  left: 8px;
126
  }
127
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
128
  right: 8px;
129
  }
130
+ .strong-view.controls-type-sides.rtl .wpmslider-prev {
131
+ right: 8px;
132
+ }
133
+ .strong-view.controls-type-sides.rtl .wpmslider-next {
134
+ left: 8px;
135
  }
public/css/slider-controls-sides-buttons2-pager-buttons.css CHANGED
@@ -61,39 +61,57 @@
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
- line-height: 28px;
65
- width: 28px;
66
- height: 28px;
67
  margin: 0 5px;
 
68
  text-align: center;
69
  transition: all 0.2s ease;
70
  }
71
  .strong-view.controls-style-buttons2 .wpmslider-start,
72
  .strong-view.controls-style-buttons2 .wpmslider-stop {
73
- margin: 0 4px;
74
  }
75
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
76
  content: "\f04b";
 
 
 
77
  }
78
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
79
  content: "\f04c";
80
  }
81
- .strong-view.controls-style-buttons2 .wpmslider-prev:before {
82
- content: "\f053";
83
- }
84
- .strong-view.controls-style-buttons2 .wpmslider-next:before {
85
- content: "\f054";
86
- }
87
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
89
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
90
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
91
  background: #333;
92
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  .strong-view.pager-style-buttons .wpmslider-pager {
95
  line-height: 24px;
96
- margin: 0 4px;
97
  text-align: center;
98
  }
99
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
@@ -133,17 +151,22 @@
133
  z-index: 5;
134
  }
135
 
136
- .strong-view.controls-type-sides .wpmslider-prev {
 
 
 
 
 
137
  left: 8px;
138
  }
139
- .strong-view.controls-type-sides .wpmslider-next {
140
  right: 8px;
141
  }
142
- .strong-view.controls-type-sides .wpmslider-prev,
143
- .strong-view.controls-type-sides .wpmslider-next {
144
- position: absolute;
145
- width: auto;
146
- top: calc( 50% - 14px );
147
  }
148
 
149
  .strong-view.controls-type-sides .wpmslider-controls {
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
+ line-height: 27px;
65
+ width: 27px;
66
+ height: 27px;
67
  margin: 0 5px;
68
+ padding-top: 1px;
69
  text-align: center;
70
  transition: all 0.2s ease;
71
  }
72
  .strong-view.controls-style-buttons2 .wpmslider-start,
73
  .strong-view.controls-style-buttons2 .wpmslider-stop {
74
+ margin: 0 7px;
75
  }
76
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
77
  content: "\f04b";
78
+ position: relative;
79
+ left: 1px;
80
+ top: -1px;
81
  }
82
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
83
  content: "\f04c";
84
  }
 
 
 
 
 
 
85
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
86
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
87
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
89
  background: #333;
90
  }
91
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
92
+ content: "\f053";
93
+ position: relative;
94
+ left: -1px;
95
+ }
96
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
97
+ content: "\f054";
98
+ position: relative;
99
+ left: 1px;
100
+ }
101
+ .strong-view.controls-style-buttons2.rtl .wpmslider-prev:before {
102
+ content: "\f054";
103
+ position: relative;
104
+ left: 1px;
105
+ }
106
+ .strong-view.controls-style-buttons2.rtl .wpmslider-next:before {
107
+ content: "\f053";
108
+ position: relative;
109
+ left: -1px;
110
+ }
111
 
112
  .strong-view.pager-style-buttons .wpmslider-pager {
113
  line-height: 24px;
114
+ margin: 0 7px;
115
  text-align: center;
116
  }
117
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
151
  z-index: 5;
152
  }
153
 
154
+ .strong-view.controls-type-sides .wpmslider-prev,
155
+ .strong-view.controls-type-sides .wpmslider-next {
156
+ position: absolute;
157
+ top: calc(50% - 14px);
158
+ }
159
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
160
  left: 8px;
161
  }
162
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
163
  right: 8px;
164
  }
165
+ .strong-view.controls-type-sides.rtl .wpmslider-prev {
166
+ right: 8px;
167
+ }
168
+ .strong-view.controls-type-sides.rtl .wpmslider-next {
169
+ left: 8px;
170
  }
171
 
172
  .strong-view.controls-type-sides .wpmslider-controls {
public/css/slider-controls-sides-buttons2-pager-text.css CHANGED
@@ -61,35 +61,53 @@
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
- line-height: 28px;
65
- width: 28px;
66
- height: 28px;
67
  margin: 0 5px;
 
68
  text-align: center;
69
  transition: all 0.2s ease;
70
  }
71
  .strong-view.controls-style-buttons2 .wpmslider-start,
72
  .strong-view.controls-style-buttons2 .wpmslider-stop {
73
- margin: 0 4px;
74
  }
75
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
76
  content: "\f04b";
 
 
 
77
  }
78
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
79
  content: "\f04c";
80
  }
81
- .strong-view.controls-style-buttons2 .wpmslider-prev:before {
82
- content: "\f053";
83
- }
84
- .strong-view.controls-style-buttons2 .wpmslider-next:before {
85
- content: "\f054";
86
- }
87
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
89
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
90
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
91
  background: #333;
92
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  .strong-view.controls-style-text .wpmslider-start,
95
  .strong-view.controls-style-text .wpmslider-stop,
@@ -104,7 +122,7 @@
104
 
105
  .strong-view .wpmslider-pager {
106
  line-height: 24px;
107
- margin: 0 4px;
108
  text-align: center;
109
  }
110
  .strong-view .wpmslider-pager-link {
@@ -135,17 +153,22 @@
135
  z-index: 5;
136
  }
137
 
138
- .strong-view.controls-type-sides .wpmslider-prev {
 
 
 
 
 
139
  left: 8px;
140
  }
141
- .strong-view.controls-type-sides .wpmslider-next {
142
  right: 8px;
143
  }
144
- .strong-view.controls-type-sides .wpmslider-prev,
145
- .strong-view.controls-type-sides .wpmslider-next {
146
- position: absolute;
147
- width: auto;
148
- top: calc( 50% - 14px );
149
  }
150
 
151
  .strong-view.controls-type-sides .wpmslider-controls {
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
+ line-height: 27px;
65
+ width: 27px;
66
+ height: 27px;
67
  margin: 0 5px;
68
+ padding-top: 1px;
69
  text-align: center;
70
  transition: all 0.2s ease;
71
  }
72
  .strong-view.controls-style-buttons2 .wpmslider-start,
73
  .strong-view.controls-style-buttons2 .wpmslider-stop {
74
+ margin: 0 7px;
75
  }
76
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
77
  content: "\f04b";
78
+ position: relative;
79
+ left: 1px;
80
+ top: -1px;
81
  }
82
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
83
  content: "\f04c";
84
  }
 
 
 
 
 
 
85
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
86
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
87
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
89
  background: #333;
90
  }
91
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
92
+ content: "\f053";
93
+ position: relative;
94
+ left: -1px;
95
+ }
96
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
97
+ content: "\f054";
98
+ position: relative;
99
+ left: 1px;
100
+ }
101
+ .strong-view.controls-style-buttons2.rtl .wpmslider-prev:before {
102
+ content: "\f054";
103
+ position: relative;
104
+ left: 1px;
105
+ }
106
+ .strong-view.controls-style-buttons2.rtl .wpmslider-next:before {
107
+ content: "\f053";
108
+ position: relative;
109
+ left: -1px;
110
+ }
111
 
112
  .strong-view.controls-style-text .wpmslider-start,
113
  .strong-view.controls-style-text .wpmslider-stop,
122
 
123
  .strong-view .wpmslider-pager {
124
  line-height: 24px;
125
+ margin: 0 7px;
126
  text-align: center;
127
  }
128
  .strong-view .wpmslider-pager-link {
153
  z-index: 5;
154
  }
155
 
156
+ .strong-view.controls-type-sides .wpmslider-prev,
157
+ .strong-view.controls-type-sides .wpmslider-next {
158
+ position: absolute;
159
+ top: calc(50% - 14px);
160
+ }
161
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
162
  left: 8px;
163
  }
164
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
165
  right: 8px;
166
  }
167
+ .strong-view.controls-type-sides.rtl .wpmslider-prev {
168
+ right: 8px;
169
+ }
170
+ .strong-view.controls-type-sides.rtl .wpmslider-next {
171
+ left: 8px;
172
  }
173
 
174
  .strong-view.controls-type-sides .wpmslider-controls {
public/css/slider-controls-sides-buttons2.css CHANGED
@@ -61,35 +61,53 @@
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
- line-height: 28px;
65
- width: 28px;
66
- height: 28px;
67
  margin: 0 5px;
 
68
  text-align: center;
69
  transition: all 0.2s ease;
70
  }
71
  .strong-view.controls-style-buttons2 .wpmslider-start,
72
  .strong-view.controls-style-buttons2 .wpmslider-stop {
73
- margin: 0 4px;
74
  }
75
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
76
  content: "\f04b";
 
 
 
77
  }
78
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
79
  content: "\f04c";
80
  }
81
- .strong-view.controls-style-buttons2 .wpmslider-prev:before {
82
- content: "\f053";
83
- }
84
- .strong-view.controls-style-buttons2 .wpmslider-next:before {
85
- content: "\f054";
86
- }
87
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
89
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
90
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
91
  background: #333;
92
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
95
  position: absolute;
@@ -108,15 +126,20 @@
108
  z-index: 5;
109
  }
110
 
111
- .strong-view.controls-type-sides .wpmslider-prev {
 
 
 
 
 
112
  left: 8px;
113
  }
114
- .strong-view.controls-type-sides .wpmslider-next {
115
  right: 8px;
116
  }
117
- .strong-view.controls-type-sides .wpmslider-prev,
118
- .strong-view.controls-type-sides .wpmslider-next {
119
- position: absolute;
120
- width: auto;
121
- top: calc( 50% - 14px );
122
  }
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
+ line-height: 27px;
65
+ width: 27px;
66
+ height: 27px;
67
  margin: 0 5px;
68
+ padding-top: 1px;
69
  text-align: center;
70
  transition: all 0.2s ease;
71
  }
72
  .strong-view.controls-style-buttons2 .wpmslider-start,
73
  .strong-view.controls-style-buttons2 .wpmslider-stop {
74
+ margin: 0 7px;
75
  }
76
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
77
  content: "\f04b";
78
+ position: relative;
79
+ left: 1px;
80
+ top: -1px;
81
  }
82
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
83
  content: "\f04c";
84
  }
 
 
 
 
 
 
85
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
86
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
87
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
89
  background: #333;
90
  }
91
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
92
+ content: "\f053";
93
+ position: relative;
94
+ left: -1px;
95
+ }
96
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
97
+ content: "\f054";
98
+ position: relative;
99
+ left: 1px;
100
+ }
101
+ .strong-view.controls-style-buttons2.rtl .wpmslider-prev:before {
102
+ content: "\f054";
103
+ position: relative;
104
+ left: 1px;
105
+ }
106
+ .strong-view.controls-style-buttons2.rtl .wpmslider-next:before {
107
+ content: "\f053";
108
+ position: relative;
109
+ left: -1px;
110
+ }
111
 
112
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
113
  position: absolute;
126
  z-index: 5;
127
  }
128
 
129
+ .strong-view.controls-type-sides .wpmslider-prev,
130
+ .strong-view.controls-type-sides .wpmslider-next {
131
+ position: absolute;
132
+ top: calc(50% - 14px);
133
+ }
134
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
135
  left: 8px;
136
  }
137
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
138
  right: 8px;
139
  }
140
+ .strong-view.controls-type-sides.rtl .wpmslider-prev {
141
+ right: 8px;
142
+ }
143
+ .strong-view.controls-type-sides.rtl .wpmslider-next {
144
+ left: 8px;
145
  }
public/css/slider-controls-sides-buttons3-pager-buttons.css CHANGED
@@ -67,7 +67,7 @@
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
- margin: 0 4px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
@@ -75,22 +75,28 @@
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
78
- .strong-view.controls-style-buttons3 .wpmslider-prev:before {
79
- content: "\f137";
80
- }
81
- .strong-view.controls-style-buttons3 .wpmslider-next:before {
82
- content: "\f138";
83
- }
84
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
88
  color: #333;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.pager-style-buttons .wpmslider-pager {
92
  line-height: 24px;
93
- margin: 0 4px;
94
  text-align: center;
95
  }
96
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
@@ -130,17 +136,22 @@
130
  z-index: 5;
131
  }
132
 
133
- .strong-view.controls-type-sides .wpmslider-prev {
 
 
 
 
 
134
  left: 8px;
135
  }
136
- .strong-view.controls-type-sides .wpmslider-next {
137
  right: 8px;
138
  }
139
- .strong-view.controls-type-sides .wpmslider-prev,
140
- .strong-view.controls-type-sides .wpmslider-next {
141
- position: absolute;
142
- width: auto;
143
- top: calc( 50% - 14px );
144
  }
145
 
146
  .strong-view.controls-type-sides .wpmslider-controls {
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
+ margin: 0 7px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
 
 
 
 
 
 
78
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
79
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
80
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
81
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
82
  color: #333;
83
  }
84
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before {
85
+ content: "\f137";
86
+ }
87
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:before {
88
+ content: "\f138";
89
+ }
90
+ .strong-view.controls-style-buttons3.rtl .wpmslider-prev:before {
91
+ content: "\f138";
92
+ }
93
+ .strong-view.controls-style-buttons3.rtl .wpmslider-next:before {
94
+ content: "\f137";
95
+ }
96
 
97
  .strong-view.pager-style-buttons .wpmslider-pager {
98
  line-height: 24px;
99
+ margin: 0 7px;
100
  text-align: center;
101
  }
102
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
136
  z-index: 5;
137
  }
138
 
139
+ .strong-view.controls-type-sides .wpmslider-prev,
140
+ .strong-view.controls-type-sides .wpmslider-next {
141
+ position: absolute;
142
+ top: calc(50% - 14px);
143
+ }
144
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
145
  left: 8px;
146
  }
147
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
148
  right: 8px;
149
  }
150
+ .strong-view.controls-type-sides.rtl .wpmslider-prev {
151
+ right: 8px;
152
+ }
153
+ .strong-view.controls-type-sides.rtl .wpmslider-next {
154
+ left: 8px;
155
  }
156
 
157
  .strong-view.controls-type-sides .wpmslider-controls {
public/css/slider-controls-sides-buttons3-pager-text.css CHANGED
@@ -67,7 +67,7 @@
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
- margin: 0 4px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
@@ -75,18 +75,24 @@
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
78
- .strong-view.controls-style-buttons3 .wpmslider-prev:before {
79
- content: "\f137";
80
- }
81
- .strong-view.controls-style-buttons3 .wpmslider-next:before {
82
- content: "\f138";
83
- }
84
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
88
  color: #333;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.controls-style-text .wpmslider-start,
92
  .strong-view.controls-style-text .wpmslider-stop,
@@ -101,7 +107,7 @@
101
 
102
  .strong-view .wpmslider-pager {
103
  line-height: 24px;
104
- margin: 0 4px;
105
  text-align: center;
106
  }
107
  .strong-view .wpmslider-pager-link {
@@ -132,17 +138,22 @@
132
  z-index: 5;
133
  }
134
 
135
- .strong-view.controls-type-sides .wpmslider-prev {
 
 
 
 
 
136
  left: 8px;
137
  }
138
- .strong-view.controls-type-sides .wpmslider-next {
139
  right: 8px;
140
  }
141
- .strong-view.controls-type-sides .wpmslider-prev,
142
- .strong-view.controls-type-sides .wpmslider-next {
143
- position: absolute;
144
- width: auto;
145
- top: calc( 50% - 14px );
146
  }
147
 
148
  .strong-view.controls-type-sides .wpmslider-controls {
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
+ margin: 0 7px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
 
 
 
 
 
 
78
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
79
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
80
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
81
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
82
  color: #333;
83
  }
84
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before {
85
+ content: "\f137";
86
+ }
87
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:before {
88
+ content: "\f138";
89
+ }
90
+ .strong-view.controls-style-buttons3.rtl .wpmslider-prev:before {
91
+ content: "\f138";
92
+ }
93
+ .strong-view.controls-style-buttons3.rtl .wpmslider-next:before {
94
+ content: "\f137";
95
+ }
96
 
97
  .strong-view.controls-style-text .wpmslider-start,
98
  .strong-view.controls-style-text .wpmslider-stop,
107
 
108
  .strong-view .wpmslider-pager {
109
  line-height: 24px;
110
+ margin: 0 7px;
111
  text-align: center;
112
  }
113
  .strong-view .wpmslider-pager-link {
138
  z-index: 5;
139
  }
140
 
141
+ .strong-view.controls-type-sides .wpmslider-prev,
142
+ .strong-view.controls-type-sides .wpmslider-next {
143
+ position: absolute;
144
+ top: calc(50% - 14px);
145
+ }
146
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
147
  left: 8px;
148
  }
149
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
150
  right: 8px;
151
  }
152
+ .strong-view.controls-type-sides.rtl .wpmslider-prev {
153
+ right: 8px;
154
+ }
155
+ .strong-view.controls-type-sides.rtl .wpmslider-next {
156
+ left: 8px;
157
  }
158
 
159
  .strong-view.controls-type-sides .wpmslider-controls {
public/css/slider-controls-sides-buttons3.css CHANGED
@@ -67,7 +67,7 @@
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
- margin: 0 4px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
@@ -75,18 +75,24 @@
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
78
- .strong-view.controls-style-buttons3 .wpmslider-prev:before {
79
- content: "\f137";
80
- }
81
- .strong-view.controls-style-buttons3 .wpmslider-next:before {
82
- content: "\f138";
83
- }
84
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
88
  color: #333;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
92
  position: absolute;
@@ -105,15 +111,20 @@
105
  z-index: 5;
106
  }
107
 
108
- .strong-view.controls-type-sides .wpmslider-prev {
 
 
 
 
 
109
  left: 8px;
110
  }
111
- .strong-view.controls-type-sides .wpmslider-next {
112
  right: 8px;
113
  }
114
- .strong-view.controls-type-sides .wpmslider-prev,
115
- .strong-view.controls-type-sides .wpmslider-next {
116
- position: absolute;
117
- width: auto;
118
- top: calc( 50% - 14px );
119
  }
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
+ margin: 0 7px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
 
 
 
 
 
 
78
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
79
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
80
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
81
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
82
  color: #333;
83
  }
84
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before {
85
+ content: "\f137";
86
+ }
87
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:before {
88
+ content: "\f138";
89
+ }
90
+ .strong-view.controls-style-buttons3.rtl .wpmslider-prev:before {
91
+ content: "\f138";
92
+ }
93
+ .strong-view.controls-style-buttons3.rtl .wpmslider-next:before {
94
+ content: "\f137";
95
+ }
96
 
97
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
98
  position: absolute;
111
  z-index: 5;
112
  }
113
 
114
+ .strong-view.controls-type-sides .wpmslider-prev,
115
+ .strong-view.controls-type-sides .wpmslider-next {
116
+ position: absolute;
117
+ top: calc(50% - 14px);
118
+ }
119
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-prev {
120
  left: 8px;
121
  }
122
+ .strong-view.controls-type-sides:not(.rtl) .wpmslider-next {
123
  right: 8px;
124
  }
125
+ .strong-view.controls-type-sides.rtl .wpmslider-prev {
126
+ right: 8px;
127
+ }
128
+ .strong-view.controls-type-sides.rtl .wpmslider-next {
129
+ left: 8px;
130
  }
public/css/slider-controls-simple-buttons-pager-buttons.css CHANGED
@@ -67,7 +67,12 @@
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
- margin: 0 4px;
 
 
 
 
 
71
  }
72
  .strong-view.controls-style-buttons .wpmslider-start:before {
73
  content: "\f04b";
@@ -75,22 +80,28 @@
75
  .strong-view.controls-style-buttons .wpmslider-stop:before {
76
  content: "\f04c";
77
  }
78
- .strong-view.controls-style-buttons .wpmslider-prev:before {
79
- content: "\f053";
80
- }
81
- .strong-view.controls-style-buttons .wpmslider-next:before {
82
- content: "\f054";
83
- }
84
  .strong-view.controls-style-buttons .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
88
  color: #111;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.pager-style-buttons .wpmslider-pager {
92
  line-height: 24px;
93
- margin: 0 4px;
94
  text-align: center;
95
  }
96
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
+ margin: 0 7px;
71
+ }
72
+ .strong-view.controls-style-buttons .wpmslider-start:before,
73
+ .strong-view.controls-style-buttons .wpmslider-stop:before {
74
+ position: relative;
75
+ top: -1px;
76
  }
77
  .strong-view.controls-style-buttons .wpmslider-start:before {
78
  content: "\f04b";
80
  .strong-view.controls-style-buttons .wpmslider-stop:before {
81
  content: "\f04c";
82
  }
 
 
 
 
 
 
83
  .strong-view.controls-style-buttons .wpmslider-start:hover,
84
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
85
  .strong-view.controls-style-buttons .wpmslider-next:hover,
86
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
87
  color: #111;
88
  }
89
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
90
+ content: "\f053";
91
+ }
92
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
93
+ content: "\f054";
94
+ }
95
+ .strong-view.controls-style-buttons.rtl .wpmslider-prev:before {
96
+ content: "\f054";
97
+ }
98
+ .strong-view.controls-style-buttons.rtl .wpmslider-next:before {
99
+ content: "\f053";
100
+ }
101
 
102
  .strong-view.pager-style-buttons .wpmslider-pager {
103
  line-height: 24px;
104
+ margin: 0 7px;
105
  text-align: center;
106
  }
107
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
public/css/slider-controls-simple-buttons-pager-text.css CHANGED
@@ -67,7 +67,12 @@
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
- margin: 0 4px;
 
 
 
 
 
71
  }
72
  .strong-view.controls-style-buttons .wpmslider-start:before {
73
  content: "\f04b";
@@ -75,18 +80,24 @@
75
  .strong-view.controls-style-buttons .wpmslider-stop:before {
76
  content: "\f04c";
77
  }
78
- .strong-view.controls-style-buttons .wpmslider-prev:before {
79
- content: "\f053";
80
- }
81
- .strong-view.controls-style-buttons .wpmslider-next:before {
82
- content: "\f054";
83
- }
84
  .strong-view.controls-style-buttons .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
88
  color: #111;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.controls-style-text .wpmslider-start,
92
  .strong-view.controls-style-text .wpmslider-stop,
@@ -118,7 +129,7 @@
118
 
119
  .strong-view .wpmslider-pager {
120
  line-height: 24px;
121
- margin: 0 4px;
122
  text-align: center;
123
  }
124
  .strong-view .wpmslider-pager-link {
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
+ margin: 0 7px;
71
+ }
72
+ .strong-view.controls-style-buttons .wpmslider-start:before,
73
+ .strong-view.controls-style-buttons .wpmslider-stop:before {
74
+ position: relative;
75
+ top: -1px;
76
  }
77
  .strong-view.controls-style-buttons .wpmslider-start:before {
78
  content: "\f04b";
80
  .strong-view.controls-style-buttons .wpmslider-stop:before {
81
  content: "\f04c";
82
  }
 
 
 
 
 
 
83
  .strong-view.controls-style-buttons .wpmslider-start:hover,
84
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
85
  .strong-view.controls-style-buttons .wpmslider-next:hover,
86
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
87
  color: #111;
88
  }
89
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
90
+ content: "\f053";
91
+ }
92
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
93
+ content: "\f054";
94
+ }
95
+ .strong-view.controls-style-buttons.rtl .wpmslider-prev:before {
96
+ content: "\f054";
97
+ }
98
+ .strong-view.controls-style-buttons.rtl .wpmslider-next:before {
99
+ content: "\f053";
100
+ }
101
 
102
  .strong-view.controls-style-text .wpmslider-start,
103
  .strong-view.controls-style-text .wpmslider-stop,
129
 
130
  .strong-view .wpmslider-pager {
131
  line-height: 24px;
132
+ margin: 0 7px;
133
  text-align: center;
134
  }
135
  .strong-view .wpmslider-pager-link {
public/css/slider-controls-simple-buttons.css CHANGED
@@ -67,7 +67,12 @@
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
- margin: 0 4px;
 
 
 
 
 
71
  }
72
  .strong-view.controls-style-buttons .wpmslider-start:before {
73
  content: "\f04b";
@@ -75,18 +80,24 @@
75
  .strong-view.controls-style-buttons .wpmslider-stop:before {
76
  content: "\f04c";
77
  }
78
- .strong-view.controls-style-buttons .wpmslider-prev:before {
79
- content: "\f053";
80
- }
81
- .strong-view.controls-style-buttons .wpmslider-next:before {
82
- content: "\f054";
83
- }
84
  .strong-view.controls-style-buttons .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
88
  color: #111;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
92
  position: absolute;
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
+ margin: 0 7px;
71
+ }
72
+ .strong-view.controls-style-buttons .wpmslider-start:before,
73
+ .strong-view.controls-style-buttons .wpmslider-stop:before {
74
+ position: relative;
75
+ top: -1px;
76
  }
77
  .strong-view.controls-style-buttons .wpmslider-start:before {
78
  content: "\f04b";
80
  .strong-view.controls-style-buttons .wpmslider-stop:before {
81
  content: "\f04c";
82
  }
 
 
 
 
 
 
83
  .strong-view.controls-style-buttons .wpmslider-start:hover,
84
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
85
  .strong-view.controls-style-buttons .wpmslider-next:hover,
86
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
87
  color: #111;
88
  }
89
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
90
+ content: "\f053";
91
+ }
92
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
93
+ content: "\f054";
94
+ }
95
+ .strong-view.controls-style-buttons.rtl .wpmslider-prev:before {
96
+ content: "\f054";
97
+ }
98
+ .strong-view.controls-style-buttons.rtl .wpmslider-next:before {
99
+ content: "\f053";
100
+ }
101
 
102
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
103
  position: absolute;
public/css/slider-controls-simple-buttons2-pager-buttons.css CHANGED
@@ -61,39 +61,57 @@
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
- line-height: 28px;
65
- width: 28px;
66
- height: 28px;
67
  margin: 0 5px;
 
68
  text-align: center;
69
  transition: all 0.2s ease;
70
  }
71
  .strong-view.controls-style-buttons2 .wpmslider-start,
72
  .strong-view.controls-style-buttons2 .wpmslider-stop {
73
- margin: 0 4px;
74
  }
75
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
76
  content: "\f04b";
 
 
 
77
  }
78
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
79
  content: "\f04c";
80
  }
81
- .strong-view.controls-style-buttons2 .wpmslider-prev:before {
82
- content: "\f053";
83
- }
84
- .strong-view.controls-style-buttons2 .wpmslider-next:before {
85
- content: "\f054";
86
- }
87
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
89
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
90
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
91
  background: #333;
92
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  .strong-view.pager-style-buttons .wpmslider-pager {
95
  line-height: 24px;
96
- margin: 0 4px;
97
  text-align: center;
98
  }
99
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
+ line-height: 27px;
65
+ width: 27px;
66
+ height: 27px;
67
  margin: 0 5px;
68
+ padding-top: 1px;
69
  text-align: center;
70
  transition: all 0.2s ease;
71
  }
72
  .strong-view.controls-style-buttons2 .wpmslider-start,
73
  .strong-view.controls-style-buttons2 .wpmslider-stop {
74
+ margin: 0 7px;
75
  }
76
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
77
  content: "\f04b";
78
+ position: relative;
79
+ left: 1px;
80
+ top: -1px;
81
  }
82
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
83
  content: "\f04c";
84
  }
 
 
 
 
 
 
85
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
86
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
87
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
89
  background: #333;
90
  }
91
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
92
+ content: "\f053";
93
+ position: relative;
94
+ left: -1px;
95
+ }
96
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
97
+ content: "\f054";
98
+ position: relative;
99
+ left: 1px;
100
+ }
101
+ .strong-view.controls-style-buttons2.rtl .wpmslider-prev:before {
102
+ content: "\f054";
103
+ position: relative;
104
+ left: 1px;
105
+ }
106
+ .strong-view.controls-style-buttons2.rtl .wpmslider-next:before {
107
+ content: "\f053";
108
+ position: relative;
109
+ left: -1px;
110
+ }
111
 
112
  .strong-view.pager-style-buttons .wpmslider-pager {
113
  line-height: 24px;
114
+ margin: 0 7px;
115
  text-align: center;
116
  }
117
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
public/css/slider-controls-simple-buttons2-pager-text.css CHANGED
@@ -61,35 +61,53 @@
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
- line-height: 28px;
65
- width: 28px;
66
- height: 28px;
67
  margin: 0 5px;
 
68
  text-align: center;
69
  transition: all 0.2s ease;
70
  }
71
  .strong-view.controls-style-buttons2 .wpmslider-start,
72
  .strong-view.controls-style-buttons2 .wpmslider-stop {
73
- margin: 0 4px;
74
  }
75
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
76
  content: "\f04b";
 
 
 
77
  }
78
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
79
  content: "\f04c";
80
  }
81
- .strong-view.controls-style-buttons2 .wpmslider-prev:before {
82
- content: "\f053";
83
- }
84
- .strong-view.controls-style-buttons2 .wpmslider-next:before {
85
- content: "\f054";
86
- }
87
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
89
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
90
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
91
  background: #333;
92
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  .strong-view.controls-style-text .wpmslider-start,
95
  .strong-view.controls-style-text .wpmslider-stop,
@@ -121,7 +139,7 @@
121
 
122
  .strong-view .wpmslider-pager {
123
  line-height: 24px;
124
- margin: 0 4px;
125
  text-align: center;
126
  }
127
  .strong-view .wpmslider-pager-link {
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
+ line-height: 27px;
65
+ width: 27px;
66
+ height: 27px;
67
  margin: 0 5px;
68
+ padding-top: 1px;
69
  text-align: center;
70
  transition: all 0.2s ease;
71
  }
72
  .strong-view.controls-style-buttons2 .wpmslider-start,
73
  .strong-view.controls-style-buttons2 .wpmslider-stop {
74
+ margin: 0 7px;
75
  }
76
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
77
  content: "\f04b";
78
+ position: relative;
79
+ left: 1px;
80
+ top: -1px;
81
  }
82
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
83
  content: "\f04c";
84
  }
 
 
 
 
 
 
85
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
86
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
87
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
89
  background: #333;
90
  }
91
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
92
+ content: "\f053";
93
+ position: relative;
94
+ left: -1px;
95
+ }
96
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
97
+ content: "\f054";
98
+ position: relative;
99
+ left: 1px;
100
+ }
101
+ .strong-view.controls-style-buttons2.rtl .wpmslider-prev:before {
102
+ content: "\f054";
103
+ position: relative;
104
+ left: 1px;
105
+ }
106
+ .strong-view.controls-style-buttons2.rtl .wpmslider-next:before {
107
+ content: "\f053";
108
+ position: relative;
109
+ left: -1px;
110
+ }
111
 
112
  .strong-view.controls-style-text .wpmslider-start,
113
  .strong-view.controls-style-text .wpmslider-stop,
139
 
140
  .strong-view .wpmslider-pager {
141
  line-height: 24px;
142
+ margin: 0 7px;
143
  text-align: center;
144
  }
145
  .strong-view .wpmslider-pager-link {
public/css/slider-controls-simple-buttons2.css CHANGED
@@ -61,35 +61,53 @@
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
- line-height: 28px;
65
- width: 28px;
66
- height: 28px;
67
  margin: 0 5px;
 
68
  text-align: center;
69
  transition: all 0.2s ease;
70
  }
71
  .strong-view.controls-style-buttons2 .wpmslider-start,
72
  .strong-view.controls-style-buttons2 .wpmslider-stop {
73
- margin: 0 4px;
74
  }
75
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
76
  content: "\f04b";
 
 
 
77
  }
78
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
79
  content: "\f04c";
80
  }
81
- .strong-view.controls-style-buttons2 .wpmslider-prev:before {
82
- content: "\f053";
83
- }
84
- .strong-view.controls-style-buttons2 .wpmslider-next:before {
85
- content: "\f054";
86
- }
87
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
89
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
90
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
91
  background: #333;
92
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
 
94
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
95
  position: absolute;
61
  color: #FFF;
62
  cursor: pointer;
63
  font-size: 16px;
64
+ line-height: 27px;
65
+ width: 27px;
66
+ height: 27px;
67
  margin: 0 5px;
68
+ padding-top: 1px;
69
  text-align: center;
70
  transition: all 0.2s ease;
71
  }
72
  .strong-view.controls-style-buttons2 .wpmslider-start,
73
  .strong-view.controls-style-buttons2 .wpmslider-stop {
74
+ margin: 0 7px;
75
  }
76
  .strong-view.controls-style-buttons2 .wpmslider-start:before {
77
  content: "\f04b";
78
+ position: relative;
79
+ left: 1px;
80
+ top: -1px;
81
  }
82
  .strong-view.controls-style-buttons2 .wpmslider-stop:before {
83
  content: "\f04c";
84
  }
 
 
 
 
 
 
85
  .strong-view.controls-style-buttons2 .wpmslider-start:hover,
86
  .strong-view.controls-style-buttons2 .wpmslider-stop:hover,
87
  .strong-view.controls-style-buttons2 .wpmslider-next:hover,
88
  .strong-view.controls-style-buttons2 .wpmslider-prev:hover {
89
  background: #333;
90
  }
91
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-prev:before {
92
+ content: "\f053";
93
+ position: relative;
94
+ left: -1px;
95
+ }
96
+ .strong-view.controls-style-buttons2:not(.rtl) .wpmslider-next:before {
97
+ content: "\f054";
98
+ position: relative;
99
+ left: 1px;
100
+ }
101
+ .strong-view.controls-style-buttons2.rtl .wpmslider-prev:before {
102
+ content: "\f054";
103
+ position: relative;
104
+ left: 1px;
105
+ }
106
+ .strong-view.controls-style-buttons2.rtl .wpmslider-next:before {
107
+ content: "\f053";
108
+ position: relative;
109
+ left: -1px;
110
+ }
111
 
112
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
113
  position: absolute;
public/css/slider-controls-simple-buttons3-pager-buttons.css CHANGED
@@ -67,7 +67,7 @@
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
- margin: 0 4px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
@@ -75,22 +75,28 @@
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
78
- .strong-view.controls-style-buttons3 .wpmslider-prev:before {
79
- content: "\f137";
80
- }
81
- .strong-view.controls-style-buttons3 .wpmslider-next:before {
82
- content: "\f138";
83
- }
84
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
88
  color: #333;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.pager-style-buttons .wpmslider-pager {
92
  line-height: 24px;
93
- margin: 0 4px;
94
  text-align: center;
95
  }
96
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
+ margin: 0 7px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
 
 
 
 
 
 
78
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
79
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
80
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
81
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
82
  color: #333;
83
  }
84
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before {
85
+ content: "\f137";
86
+ }
87
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:before {
88
+ content: "\f138";
89
+ }
90
+ .strong-view.controls-style-buttons3.rtl .wpmslider-prev:before {
91
+ content: "\f138";
92
+ }
93
+ .strong-view.controls-style-buttons3.rtl .wpmslider-next:before {
94
+ content: "\f137";
95
+ }
96
 
97
  .strong-view.pager-style-buttons .wpmslider-pager {
98
  line-height: 24px;
99
+ margin: 0 7px;
100
  text-align: center;
101
  }
102
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
public/css/slider-controls-simple-buttons3-pager-text.css CHANGED
@@ -67,7 +67,7 @@
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
- margin: 0 4px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
@@ -75,18 +75,24 @@
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
78
- .strong-view.controls-style-buttons3 .wpmslider-prev:before {
79
- content: "\f137";
80
- }
81
- .strong-view.controls-style-buttons3 .wpmslider-next:before {
82
- content: "\f138";
83
- }
84
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
88
  color: #333;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.controls-style-text .wpmslider-start,
92
  .strong-view.controls-style-text .wpmslider-stop,
@@ -118,7 +124,7 @@
118
 
119
  .strong-view .wpmslider-pager {
120
  line-height: 24px;
121
- margin: 0 4px;
122
  text-align: center;
123
  }
124
  .strong-view .wpmslider-pager-link {
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
+ margin: 0 7px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
 
 
 
 
 
 
78
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
79
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
80
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
81
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
82
  color: #333;
83
  }
84
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before {
85
+ content: "\f137";
86
+ }
87
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:before {
88
+ content: "\f138";
89
+ }
90
+ .strong-view.controls-style-buttons3.rtl .wpmslider-prev:before {
91
+ content: "\f138";
92
+ }
93
+ .strong-view.controls-style-buttons3.rtl .wpmslider-next:before {
94
+ content: "\f137";
95
+ }
96
 
97
  .strong-view.controls-style-text .wpmslider-start,
98
  .strong-view.controls-style-text .wpmslider-stop,
124
 
125
  .strong-view .wpmslider-pager {
126
  line-height: 24px;
127
+ margin: 0 7px;
128
  text-align: center;
129
  }
130
  .strong-view .wpmslider-pager-link {
public/css/slider-controls-simple-buttons3.css CHANGED
@@ -67,7 +67,7 @@
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
- margin: 0 4px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
@@ -75,18 +75,24 @@
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
78
- .strong-view.controls-style-buttons3 .wpmslider-prev:before {
79
- content: "\f137";
80
- }
81
- .strong-view.controls-style-buttons3 .wpmslider-next:before {
82
- content: "\f138";
83
- }
84
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
88
  color: #333;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
92
  position: absolute;
67
  }
68
  .strong-view.controls-style-buttons3 .wpmslider-start,
69
  .strong-view.controls-style-buttons3 .wpmslider-stop {
70
+ margin: 0 7px;
71
  }
72
  .strong-view.controls-style-buttons3 .wpmslider-start:before {
73
  content: "\f144";
75
  .strong-view.controls-style-buttons3 .wpmslider-stop:before {
76
  content: "\f28b";
77
  }
 
 
 
 
 
 
78
  .strong-view.controls-style-buttons3 .wpmslider-start:hover,
79
  .strong-view.controls-style-buttons3 .wpmslider-stop:hover,
80
  .strong-view.controls-style-buttons3 .wpmslider-next:hover,
81
  .strong-view.controls-style-buttons3 .wpmslider-prev:hover {
82
  color: #333;
83
  }
84
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-prev:before {
85
+ content: "\f137";
86
+ }
87
+ .strong-view.controls-style-buttons3:not(.rtl) .wpmslider-next:before {
88
+ content: "\f138";
89
+ }
90
+ .strong-view.controls-style-buttons3.rtl .wpmslider-prev:before {
91
+ content: "\f138";
92
+ }
93
+ .strong-view.controls-style-buttons3.rtl .wpmslider-next:before {
94
+ content: "\f137";
95
+ }
96
 
97
  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
98
  position: absolute;
public/css/slider-controls-simple-text-pager-buttons.css CHANGED
@@ -67,7 +67,12 @@
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
- margin: 0 4px;
 
 
 
 
 
71
  }
72
  .strong-view.controls-style-buttons .wpmslider-start:before {
73
  content: "\f04b";
@@ -75,18 +80,24 @@
75
  .strong-view.controls-style-buttons .wpmslider-stop:before {
76
  content: "\f04c";
77
  }
78
- .strong-view.controls-style-buttons .wpmslider-prev:before {
79
- content: "\f053";
80
- }
81
- .strong-view.controls-style-buttons .wpmslider-next:before {
82
- content: "\f054";
83
- }
84
  .strong-view.controls-style-buttons .wpmslider-start:hover,
85
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
86
  .strong-view.controls-style-buttons .wpmslider-next:hover,
87
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
88
  color: #111;
89
  }
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  .strong-view.controls-style-text .wpmslider-start,
92
  .strong-view.controls-style-text .wpmslider-stop,
@@ -101,7 +112,7 @@
101
 
102
  .strong-view.pager-style-buttons .wpmslider-pager {
103
  line-height: 24px;
104
- margin: 0 4px;
105
  text-align: center;
106
  }
107
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
67
  }
68
  .strong-view.controls-style-buttons .wpmslider-start,
69
  .strong-view.controls-style-buttons .wpmslider-stop {
70
+ margin: 0 7px;
71
+ }
72
+ .strong-view.controls-style-buttons .wpmslider-start:before,
73
+ .strong-view.controls-style-buttons .wpmslider-stop:before {
74
+ position: relative;
75
+ top: -1px;
76
  }
77
  .strong-view.controls-style-buttons .wpmslider-start:before {
78
  content: "\f04b";
80
  .strong-view.controls-style-buttons .wpmslider-stop:before {
81
  content: "\f04c";
82
  }
 
 
 
 
 
 
83
  .strong-view.controls-style-buttons .wpmslider-start:hover,
84
  .strong-view.controls-style-buttons .wpmslider-stop:hover,
85
  .strong-view.controls-style-buttons .wpmslider-next:hover,
86
  .strong-view.controls-style-buttons .wpmslider-prev:hover {
87
  color: #111;
88
  }
89
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-prev:before {
90
+ content: "\f053";
91
+ }
92
+ .strong-view.controls-style-buttons:not(.rtl) .wpmslider-next:before {
93
+ content: "\f054";
94
+ }
95
+ .strong-view.controls-style-buttons.rtl .wpmslider-prev:before {
96
+ content: "\f054";
97
+ }
98
+ .strong-view.controls-style-buttons.rtl .wpmslider-next:before {
99
+ content: "\f053";
100
+ }
101
 
102
  .strong-view.controls-style-text .wpmslider-start,
103
  .strong-view.controls-style-text .wpmslider-stop,
112
 
113
  .strong-view.pager-style-buttons .wpmslider-pager {
114
  line-height: 24px;
115
+ margin: 0 7px;
116
  text-align: center;
117
  }
118
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
public/css/slider-controls-simple-text-pager-text.css CHANGED
@@ -80,7 +80,7 @@
80
 
81
  .strong-view .wpmslider-pager {
82
  line-height: 24px;
83
- margin: 0 4px;
84
  text-align: center;
85
  }
86
  .strong-view .wpmslider-pager-link {
80
 
81
  .strong-view .wpmslider-pager {
82
  line-height: 24px;
83
+ margin: 0 7px;
84
  text-align: center;
85
  }
86
  .strong-view .wpmslider-pager-link {
public/css/slider-pager-buttons.css CHANGED
@@ -63,7 +63,7 @@
63
 
64
  .strong-view.pager-style-buttons .wpmslider-pager {
65
  line-height: 24px;
66
- margin: 0 4px;
67
  text-align: center;
68
  }
69
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
63
 
64
  .strong-view.pager-style-buttons .wpmslider-pager {
65
  line-height: 24px;
66
+ margin: 0 7px;
67
  text-align: center;
68
  }
69
  .strong-view.pager-style-buttons .wpmslider-pager-link:before {
public/css/slider-pager-text.css CHANGED
@@ -80,7 +80,7 @@
80
 
81
  .strong-view .wpmslider-pager {
82
  line-height: 24px;
83
- margin: 0 4px;
84
  text-align: center;
85
  }
86
  .strong-view .wpmslider-pager-link {
80
 
81
  .strong-view .wpmslider-pager {
82
  line-height: 24px;
83
+ margin: 0 7px;
84
  text-align: center;
85
  }
86
  .strong-view .wpmslider-pager-link {
public/js/controller.js CHANGED
@@ -109,8 +109,10 @@ var strongController = {
109
  */
110
  initForm: function () {
111
  var forms = jQuery('.strong-form[data-state="idle"]');
 
112
  if (debugit) console.log('forms found:', forms.length);
113
- if (forms.length) {
 
114
  strongValidation.init();
115
  // initialize Captcha plugins here
116
  }
109
  */
110
  initForm: function () {
111
  var forms = jQuery('.strong-form[data-state="idle"]');
112
+ var messages = jQuery('.testimonial-success');
113
  if (debugit) console.log('forms found:', forms.length);
114
+ if (debugit) console.log('messages found:', messages.length);
115
+ if (forms.length || messages.length) {
116
  strongValidation.init();
117
  // initialize Captcha plugins here
118
  }
public/js/controller.min.js CHANGED
@@ -1 +1 @@
1
- "use strict";var debugit=false;var strongController={grids:{},iframes:{},defaults:{initializeOn:"windowLoad",method:"",universalTimer:500,observerTimer:500,containerId:"page",addedNodeId:"content",event:"",script:"",debug:false},config:{},setup:function(settings){settings.universalTimer=parseInt(settings.universalTimer);settings.observerTimer=parseInt(settings.observerTimer);settings.debug=!!settings.debug;debugit=settings.debug;this.config=jQuery.extend({},this.defaults,settings)},mutationObserver:window.MutationObserver||window.WebKitMutationObserver,eventListenerSupported:window.addEventListener,checkInit:function(){return jQuery('.strong-view[data-state="idle"]').length},initSliders:function(){var sliders=jQuery('.strong-view.slider-container[data-state="idle"]');if(debugit)console.log("sliders found:",sliders.length);if(sliders.length){sliders.each(function(){jQuery(this).strongSlider()})}},initPagers:function(){var pagers=jQuery('.strong-pager[data-state="idle"]');if(debugit)console.log("pagers found:",pagers.length);if(pagers.length){pagers.each(function(){jQuery(this).strongPager()})}},initLayouts:function(){this.grids=jQuery('.strong-view[data-state="idle"] .strong-masonry');if(debugit)console.log("Masonry found:",this.grids.length);if(this.grids.length){this.grids.prepend('<div class="grid-sizer"></div><div class="gutter-sizer"></div>');this.grids.imagesLoaded(function(){strongController.grids.masonry({columnWidth:".grid-sizer",gutter:".gutter-sizer",itemSelector:".testimonial",percentPosition:true});strongController.grids.closest(".strong-view").attr("data-state","init")})}},initForm:function(){var forms=jQuery('.strong-form[data-state="idle"]');if(debugit)console.log("forms found:",forms.length);if(forms.length){strongValidation.init()}},initIframes:function(){this.iframes=jQuery("iframe")},observer:function(obj,callback){if(this.mutationObserver){var obs=new this.mutationObserver(function(mutations){for(var i=0;i<mutations.length;i++){if(mutations[i].addedNodes.length){if(debugit)console.log("mutation observed",mutations);for(var j=0;j<mutations[i].addedNodes.length;j++){if(mutations[i].addedNodes[j].id===strongController.config.containerId){if(debugit)console.log("+",strongController.config.containerId);callback();return}}}}});obs.observe(obj,{childList:true,subtree:true})}else if(this.eventListenerSupported){obj.addEventListener("DOMNodeInserted",function(e){if(e.currentTarget.id===obj.id){if(debugit)console.log("DOMNodeInserted:",e.currentTarget.id);callback()}},false)}},intervalId:null,timeoutId:null,newInterval:function(){strongController.intervalId=setInterval(function tick(){if(debugit)console.log("tick > checkInit",strongController.checkInit());if(strongController.checkInit()){strongController.start()}},strongController.config.universalTimer)},newTimeout:function(){strongController.timeoutId=setTimeout(function tick(){if(debugit)console.log("tick > checkInit",strongController.checkInit());if(strongController.checkInit()){strongController.start()}},strongController.config.observerTimer)},init:function(){if(debugit)console.log("strongController init");var settings={};if(typeof window.strongControllerParms!=="undefined"){settings=window.strongControllerParms}else{if(debugit)console.log("settings not found")}this.setup(settings);if(debugit)console.log("config",this.config);if("documentReady"===this.config.initializeOn){jQuery(document).ready(function(){if(debugit)console.log("document ready");strongController.start();strongController.listen()})}else{jQuery(window).on("load",function(){if(debugit)console.log("window load");strongController.start();strongController.listen()})}jQuery(window).on("load",function(){strongController.listenForIframeReady()})},start:function(){if(debugit)console.log("start");strongController.initSliders();strongController.initPagers();strongController.initLayouts();strongController.initForm();strongController.initIframes()},listen:function(){if(debugit)console.log("listen");switch(this.config.method){case"universal":this.newInterval();break;case"observer":this.observer(document.getElementById(this.config.containerId),this.newTimeout);break;case"event":document.addEventListener(this.config.event,this.start);break;case"script":switch(this.config.script){case"barba":if(typeof Barba==="object"&&Barba.hasOwnProperty("Dispatcher")){Barba.Dispatcher.on("transitionCompleted",this.start)}break;default:}break;default:}},listenForIframeReady:function(){if(debugit)console.log("listenForIframeReady");if(strongController.iframes.length&&strongController.grids.length){strongController.iframes.ready(function(){setTimeout(function(){strongController.grids.masonry();if(debugit)console.log("listenForIframeReady","timeout 1")},1e3);setTimeout(function(){strongController.grids.masonry();if(debugit)console.log("listenForIframeReady","timeout 2")},2e3)})}else{if(debugit)console.log("listenForIframeReady","no iframes or Masonry found")}}};strongController.init();
1
+ "use strict";var debugit=false;var strongController={grids:{},iframes:{},defaults:{initializeOn:"windowLoad",method:"",universalTimer:500,observerTimer:500,containerId:"page",addedNodeId:"content",event:"",script:"",debug:false},config:{},setup:function(settings){settings.universalTimer=parseInt(settings.universalTimer);settings.observerTimer=parseInt(settings.observerTimer);settings.debug=!!settings.debug;debugit=settings.debug;this.config=jQuery.extend({},this.defaults,settings)},mutationObserver:window.MutationObserver||window.WebKitMutationObserver,eventListenerSupported:window.addEventListener,checkInit:function(){return jQuery('.strong-view[data-state="idle"]').length},initSliders:function(){var sliders=jQuery('.strong-view.slider-container[data-state="idle"]');if(debugit)console.log("sliders found:",sliders.length);if(sliders.length){sliders.each(function(){jQuery(this).strongSlider()})}},initPagers:function(){var pagers=jQuery('.strong-pager[data-state="idle"]');if(debugit)console.log("pagers found:",pagers.length);if(pagers.length){pagers.each(function(){jQuery(this).strongPager()})}},initLayouts:function(){this.grids=jQuery('.strong-view[data-state="idle"] .strong-masonry');if(debugit)console.log("Masonry found:",this.grids.length);if(this.grids.length){this.grids.prepend('<div class="grid-sizer"></div><div class="gutter-sizer"></div>');this.grids.imagesLoaded(function(){strongController.grids.masonry({columnWidth:".grid-sizer",gutter:".gutter-sizer",itemSelector:".testimonial",percentPosition:true});strongController.grids.closest(".strong-view").attr("data-state","init")})}},initForm:function(){var forms=jQuery('.strong-form[data-state="idle"]');var messages=jQuery(".testimonial-success");if(debugit)console.log("forms found:",forms.length);if(debugit)console.log("messages found:",messages.length);if(forms.length||messages.length){strongValidation.init()}},initIframes:function(){this.iframes=jQuery("iframe")},observer:function(obj,callback){if(this.mutationObserver){var obs=new this.mutationObserver(function(mutations){for(var i=0;i<mutations.length;i++){if(mutations[i].addedNodes.length){if(debugit)console.log("mutation observed",mutations);for(var j=0;j<mutations[i].addedNodes.length;j++){if(mutations[i].addedNodes[j].id===strongController.config.containerId){if(debugit)console.log("+",strongController.config.containerId);callback();return}}}}});obs.observe(obj,{childList:true,subtree:true})}else if(this.eventListenerSupported){obj.addEventListener("DOMNodeInserted",function(e){if(e.currentTarget.id===obj.id){if(debugit)console.log("DOMNodeInserted:",e.currentTarget.id);callback()}},false)}},intervalId:null,timeoutId:null,newInterval:function(){strongController.intervalId=setInterval(function tick(){if(debugit)console.log("tick > checkInit",strongController.checkInit());if(strongController.checkInit()){strongController.start()}},strongController.config.universalTimer)},newTimeout:function(){strongController.timeoutId=setTimeout(function tick(){if(debugit)console.log("tick > checkInit",strongController.checkInit());if(strongController.checkInit()){strongController.start()}},strongController.config.observerTimer)},init:function(){if(debugit)console.log("strongController init");var settings={};if(typeof window.strongControllerParms!=="undefined"){settings=window.strongControllerParms}else{if(debugit)console.log("settings not found")}this.setup(settings);if(debugit)console.log("config",this.config);if("documentReady"===this.config.initializeOn){jQuery(document).ready(function(){if(debugit)console.log("document ready");strongController.start();strongController.listen()})}else{jQuery(window).on("load",function(){if(debugit)console.log("window load");strongController.start();strongController.listen()})}jQuery(window).on("load",function(){strongController.listenForIframeReady()})},start:function(){if(debugit)console.log("start");strongController.initSliders();strongController.initPagers();strongController.initLayouts();strongController.initForm();strongController.initIframes()},listen:function(){if(debugit)console.log("listen");switch(this.config.method){case"universal":this.newInterval();break;case"observer":this.observer(document.getElementById(this.config.containerId),this.newTimeout);break;case"event":document.addEventListener(this.config.event,this.start);break;case"script":switch(this.config.script){case"barba":if(typeof Barba==="object"&&Barba.hasOwnProperty("Dispatcher")){Barba.Dispatcher.on("transitionCompleted",this.start)}break;default:}break;default:}},listenForIframeReady:function(){if(debugit)console.log("listenForIframeReady");if(strongController.iframes.length&&strongController.grids.length){strongController.iframes.ready(function(){setTimeout(function(){strongController.grids.masonry();if(debugit)console.log("listenForIframeReady","timeout 1")},1e3);setTimeout(function(){strongController.grids.masonry();if(debugit)console.log("listenForIframeReady","timeout 2")},2e3)})}else{if(debugit)console.log("listenForIframeReady","no iframes or Masonry found")}}};strongController.init();
public/js/lib/strongslider/jquery.strongslider.js CHANGED
@@ -5,13 +5,11 @@
5
  * Copyright (c) 2017 Chris Dillon
6
  * Released under the MIT license
7
  *
8
- * Forked from bxSlider v4.2.5
9
- * Copyright 2013-2015 Steven Wanderski
10
  * Licensed under MIT (http://opensource.org/licenses/MIT)
11
  */
12
 
13
- //throw new Error("STOP");
14
-
15
  /**
16
  * @namespace verge.inViewport
17
  */
@@ -19,7 +17,6 @@
19
  ;(function ($) {
20
 
21
  var defaults = {
22
-
23
  debug: false,
24
  logAs: 'strongSlider',
25
  compat: {
@@ -40,15 +37,18 @@
40
  startSlide: 0,
41
  randomStart: false,
42
  captions: false,
 
 
43
  adaptiveHeight: false,
44
  adaptiveHeightSpeed: 500,
 
45
  useCSS: true,
46
  preloadImages: 'visible',
47
  responsive: true,
48
  slideZIndex: 50,
 
49
  stretch: false,
50
  imagesLoaded: true,
51
- wrapperClass: 'wpmslider-wrapper',
52
 
53
  // TOUCH
54
  touchEnabled: true,
@@ -102,24 +102,13 @@
102
  shrinkItems: false,
103
 
104
  // CALLBACKS
105
- onSliderLoad: function () {
106
- return true;
107
- },
108
- onSlideBefore: function () {
109
- return true;
110
- },
111
- onSlideAfter: function () {
112
- return true;
113
- },
114
- onSlideNext: function () {
115
- return true;
116
- },
117
- onSlidePrev: function () {
118
- return true;
119
- },
120
- onSliderResize: function () {
121
- return true;
122
- }
123
  };
124
 
125
  $.fn.strongSlider = function (options) {
@@ -128,16 +117,26 @@
128
  return this;
129
  }
130
 
 
 
 
 
 
 
 
 
131
  // create a namespace to be used throughout the plugin
132
  var slider = {},
133
  // set a reference to our slider element
134
  viewEl = this,
135
  el = this.find('.wpmslider-content');
 
 
 
 
136
 
137
  // Return if slider is already initialized
138
- if ($(el).data('strongSlider')) {
139
- return;
140
- }
141
 
142
  /**
143
  * ===================================================================================
@@ -150,9 +149,7 @@
150
  */
151
  var init = function () {
152
  // Return if slider is already initialized
153
- if ($(el).data('strongSlider')) {
154
- return;
155
- }
156
 
157
  // timer to check visibility; used to control sliders in hidden tabs
158
  slider.visibilityInterval = 0;
@@ -162,7 +159,6 @@
162
  // merge user-supplied options with the defaults
163
  var sliderVar = viewEl.data('slider-var');
164
  var config = {};
165
-
166
  if (typeof(window[sliderVar]) !== 'undefined') {
167
  config = window[sliderVar].config;
168
  }
@@ -213,8 +209,7 @@
213
  // initialize the controls object
214
  slider.controls = {};
215
 
216
- // initialize an auto interval
217
- // no interval = is paused or waiting for user to start
218
  slider.interval = null;
219
 
220
  // determine which property to use for transitions
@@ -223,10 +218,9 @@
223
  // determine if hardware acceleration can be used
224
  slider.usingCSS = slider.settings.useCSS && slider.settings.mode !== 'fade' && (function () {
225
  // create our test div element
226
- var div = document.createElement('div');
227
  // css transition properties
228
- var props = ['WebkitPerspective', 'MozPerspective', 'OPerspective', 'msPerspective'];
229
-
230
  // test for each property
231
  for (var i = 0; i < props.length; i++) {
232
  if (div.style[props[i]] !== undefined) {
@@ -249,17 +243,12 @@
249
  });
250
 
251
  // Bail if no slides
252
- if (!el.getSlideCount()) {
253
- return;
254
- }
255
 
256
  // Wait for images loaded
257
  if (slider.settings.imagesLoaded) {
258
- viewEl.imagesLoaded(function () {
259
- initVisibilityCheck();
260
- });
261
- }
262
- else {
263
  initVisibilityCheck();
264
  }
265
 
@@ -321,9 +310,11 @@
321
  var initVisibilityCheck = function () {
322
  if (reallyVisible() && compatCheck()) {
323
  clearInterval(slider.visibilityInterval);
 
 
324
  setup();
325
- }
326
- else {
327
  if (slider.visibilityInterval === 0) {
328
  slider.visibilityInterval = setInterval(initVisibilityCheck, 1000 * 4);
329
  }
@@ -334,8 +325,7 @@
334
  * Performs all DOM and CSS modifications
335
  */
336
  var setup = function () {
337
- // set the default preload selector (visible)
338
- var preloadSelector = slider.children.eq(slider.settings.startSlide);
339
 
340
  // wrap el in a wrapper
341
  el.wrap('<div class="' + slider.settings.wrapperClass + '"><div class="wpmslider-viewport"></div></div>');
@@ -343,7 +333,8 @@
343
  // store a namespace reference to .wpmslider-viewport
344
  slider.viewport = el.parent();
345
 
346
- // add aria-live if the setting is enabled
 
347
  if (slider.settings.ariaLive) {
348
  slider.viewport.attr('aria-live', 'polite');
349
  }
@@ -363,11 +354,9 @@
363
  if (slider.usingCSS && slider.settings.easing) {
364
  el.css('-' + slider.cssPrefix + '-transition-timing-function', slider.settings.easing);
365
  // if not using CSS and no easing value was supplied, use the default JS animation easing (swing)
366
- }
367
- else if (!slider.settings.easing) {
368
  slider.settings.easing = 'swing';
369
  }
370
-
371
  // make modifications to the viewport (.wpmslider-viewport)
372
  slider.viewport.css({
373
  width: '100%',
@@ -381,15 +370,14 @@
381
 
382
  // make modification to the wrapper (.wpmslider-wrapper)
383
  if (!slider.settings.pager && !slider.settings.controls) {
384
- slider.viewport.parent().css({
385
- margin: '0 auto 0px'
386
- });
387
  }
388
 
389
  // apply css to all slider children
390
  slider.children.css({
391
- float: slider.settings.mode === 'horizontal' ? 'left' : 'none',
392
- // display: 'unset', // not working in Chrome
 
393
  position: 'relative'
394
  });
395
 
@@ -413,8 +401,7 @@
413
  });
414
  // prepare the z-index on the showing element
415
  slider.children.eq(slider.settings.startSlide).css({zIndex: slider.settings.slideZIndex, display: 'block'});
416
- }
417
- else {
418
  slider.children.css({
419
  display: 'block'
420
  });
@@ -422,47 +409,77 @@
422
 
423
  // create an element to contain all slider controls (pager, start / stop, etc)
424
  slider.controls.el = $('<div class="wpmslider-controls" />');
425
-
426
  // if captions are requested, add them
427
  if (slider.settings.captions) {
428
  appendCaptions();
429
  }
430
-
431
  // check if startSlide is last slide
432
  slider.active.last = slider.settings.startSlide === getPagerQty() - 1;
 
 
433
 
434
- if (slider.settings.preloadImages === 'all') {
 
 
 
 
 
435
  preloadSelector = slider.children;
436
  }
437
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
438
  // [ LEFT ]
439
  // if controls are requested, add them
440
- if (slider.settings.controls) {
441
- appendControlPrev();
442
- }
443
-
444
  // [ MIDDLE ]
445
  // if auto is true, and auto controls are requested, add them
446
- if (slider.settings.auto && slider.settings.autoControls) {
447
- appendControlsAuto();
448
- }
449
-
450
  // if pager is requested, add it
451
- if (slider.settings.pager) {
452
- appendPager();
453
- }
454
-
455
  // [ RIGHT ]
456
- if (slider.settings.controls) {
457
- appendControlNext();
458
- }
459
 
460
  // if any control option is requested, add the controls wrapper
461
- if (slider.settings.controls || slider.settings.autoControls || slider.settings.pager) {
462
- slider.viewport.after(slider.controls.el);
 
 
 
 
463
  }
 
464
 
465
- start();
 
 
 
 
 
 
 
 
 
 
 
 
 
466
  };
467
 
468
  /**
@@ -471,15 +488,11 @@
471
  var start = function () {
472
 
473
  // if infinite loop, prepare additional slides
 
474
  if (slider.settings.infiniteLoop && slider.settings.mode !== 'fade') {
475
-
476
- // slide is always 1 if not carousel mode
477
- var slice = slider.settings.mode === 'vertical' ? slider.settings.minSlides : slider.settings.maxSlides;
478
-
479
- var sliceAppend = slider.children.slice(0, slice).clone(true).addClass('wpmslider-clone');
480
-
481
- var slicePrepend = slider.children.slice(-slice).clone(true).addClass('wpmslider-clone');
482
-
483
  if (slider.settings.ariaHidden) {
484
  sliceAppend.attr('aria-hidden', true);
485
  slicePrepend.attr('aria-hidden', true);
@@ -517,31 +530,30 @@
517
  slider.initialized = true;
518
  slider.visibilityInterval = setInterval(visibilityCheck, 500);
519
 
520
- if (slider.settings.responsive) {
521
- attachListeners();
522
- }
523
 
524
  // if auto is true and has more than 1 page, start the show
525
- if (slider.settings.auto
526
- && slider.settings.autoStart
527
- && (getPagerQty() > 1 || slider.settings.autoSlideForOnePage)) {
528
- initAuto();
529
- }
530
- // throw new Error("STOP");
531
 
532
  // if pager is requested, make the appropriate pager link active
533
  if (slider.settings.pager) {
534
  updatePagerActive(slider.settings.startSlide);
535
  }
 
536
  // check for any updates to the controls (like hideControlOnEnd updates)
537
  if (slider.settings.controls) {
538
  updateDirectionControls();
539
  }
 
540
  // if touchEnabled is true, setup the touch events
541
- if (slider.settings.touchEnabled) {
542
- initTouch();
543
- }
544
  // if keyboardEnabled is true, setup the keyboard events
 
545
  if (slider.settings.keyboardEnabled) {
546
  $(document).keydown(keyPress);
547
  }
@@ -600,15 +612,13 @@
600
 
601
  if (!reallyVisible()) {
602
  pauseEvent('hide');
603
- }
604
- else {
605
  playEvent('hide');
606
  }
607
 
608
  if (!verge.inViewport(el)) {
609
  pauseEvent('scroll');
610
- }
611
- else {
612
  playEvent('scroll');
613
  }
614
  };
@@ -665,8 +675,7 @@
665
 
666
  children = slider.children;
667
 
668
- }
669
- else {
670
 
671
  // if not carousel, return the single active child
672
  if (!slider.carousel) {
@@ -674,8 +683,7 @@
674
  children = slider.children.eq(slider.active.index);
675
  // if carousel, return a slice of children
676
 
677
- }
678
- else {
679
 
680
  // get the individual slide index
681
  var currentIndex = slider.settings.moveSlides === 1 ? slider.active.index : slider.active.index * getMoveBy();
@@ -689,8 +697,7 @@
689
  // if looped back to the start
690
  if (currentIndex + i >= slider.children.length) {
691
  children = children.add(slider.children.eq(i - 1));
692
- }
693
- else {
694
  children = children.add(slider.children.eq(currentIndex + i));
695
  }
696
 
@@ -702,31 +709,24 @@
702
 
703
  // if "vertical" mode, calculate the sum of the heights of the children
704
  if (slider.settings.mode === 'vertical') {
705
-
706
  children.each(function (index) {
707
  height += $(this).outerHeight();
708
  });
709
-
710
  // add user-supplied margins
711
  if (slider.settings.slideMargin > 0) {
712
  height += slider.settings.slideMargin * (slider.settings.minSlides - 1);
713
  }
714
-
715
- }
716
- else {
717
-
718
- // if not "vertical" mode, calculate the max height of the children
719
  height = Math.max.apply(Math, children.map(function () {
720
  return $(this).outerHeight(false);
721
  }).get());
722
-
723
  }
724
 
725
  if (slider.viewport.css('box-sizing') === 'border-box') {
726
  height += parseFloat(slider.viewport.css('padding-top')) + parseFloat(slider.viewport.css('padding-bottom')) +
727
  parseFloat(slider.viewport.css('border-top-width')) + parseFloat(slider.viewport.css('border-bottom-width'));
728
- }
729
- else if (slider.viewport.css('box-sizing') === 'padding-box') {
730
  height += parseFloat(slider.viewport.css('padding-top')) + parseFloat(slider.viewport.css('padding-bottom'));
731
  }
732
 
@@ -734,15 +734,14 @@
734
  };
735
 
736
  /**
737
- * Returns the calculated width to be used for the outer wrapper / SLIDER viewport
738
  */
739
  var getViewportMaxWidth = function () {
740
  var width = '100%';
741
  if (slider.settings.slideWidth > 0) {
742
  if (slider.settings.mode === 'horizontal') {
743
  width = (slider.settings.maxSlides * slider.settings.slideWidth) + ((slider.settings.maxSlides - 1) * slider.settings.slideMargin);
744
- }
745
- else {
746
  width = slider.settings.slideWidth;
747
  }
748
  }
@@ -763,21 +762,15 @@
763
  (slider.settings.slideWidth > wrapWidth && !slider.carousel) ||
764
  slider.settings.mode === 'vertical') {
765
  newElWidth = wrapWidth;
766
-
767
- }
768
- else if (slider.settings.maxSlides > 1 && slider.settings.mode === 'horizontal') {
769
-
770
- // if carousel, use the thresholds to determine the width
771
  if (wrapWidth > slider.maxThreshold) {
772
  return newElWidth;
773
- }
774
- else if (wrapWidth < slider.minThreshold) {
775
  newElWidth = (wrapWidth - (slider.settings.slideMargin * (slider.settings.minSlides - 1))) / slider.settings.minSlides;
776
- }
777
- else if (slider.settings.shrinkItems) {
778
  newElWidth = Math.floor((wrapWidth + slider.settings.slideMargin) / (Math.ceil((wrapWidth + slider.settings.slideMargin) / (newElWidth + slider.settings.slideMargin))) - slider.settings.slideMargin);
779
  }
780
-
781
  }
782
  return newElWidth;
783
  };
@@ -792,20 +785,18 @@
792
  // if viewport is smaller than minThreshold, return minSlides
793
  if (slider.viewport.width() < slider.minThreshold) {
794
  slidesShowing = slider.settings.minSlides;
795
- }
796
  // if viewport is larger than maxThreshold, return maxSlides
797
- else if (slider.viewport.width() > slider.maxThreshold) {
798
  slidesShowing = slider.settings.maxSlides;
799
- }
800
  // if viewport is between min / max thresholds, divide viewport width by first child width
 
801
  else {
802
  childWidth = slider.children.first().width() + slider.settings.slideMargin;
803
  slidesShowing = Math.floor((slider.viewport.width() +
804
- slider.settings.slideMargin) / childWidth);
805
  }
806
- }
807
  // if "vertical" mode, slides showing will always be minSlides
808
- else if (slider.settings.mode === 'vertical') {
809
  slidesShowing = slider.settings.minSlides;
810
  }
811
  return slidesShowing;
@@ -822,18 +813,17 @@
822
  if (slider.settings.moveSlides > 0) {
823
  if (slider.settings.infiniteLoop) {
824
  pagerQty = Math.ceil(slider.children.length / getMoveBy());
825
- }
826
- else {
827
  // when breakpoint goes above children length, counter is the number of pages
828
  while (breakPoint < slider.children.length) {
829
  ++pagerQty;
830
  breakPoint = counter + getNumberSlidesShowing();
831
  counter += slider.settings.moveSlides <= getNumberSlidesShowing() ? slider.settings.moveSlides : getNumberSlidesShowing();
832
  }
 
833
  }
834
- }
835
  // if moveSlides is 0 (auto) divide children length by sides showing, then round up
836
- else {
837
  pagerQty = Math.ceil(slider.children.length / getNumberSlidesShowing());
838
  }
839
  return pagerQty;
@@ -866,8 +856,7 @@
866
  position = lastChild.position();
867
  // set the left position
868
  setPositionProperty(-(position.left - (slider.viewport.width() - lastChild.outerWidth())), 'reset', 0);
869
- }
870
- else if (slider.settings.mode === 'vertical') {
871
  // get the last showing index's position
872
  lastShowingIndex = slider.children.length - slider.settings.minSlides;
873
  position = slider.children.eq(lastShowingIndex).position();
@@ -875,9 +864,8 @@
875
  setPositionProperty(-position.top, 'reset', 0);
876
  }
877
 
878
- }
879
  // if not last slide
880
- else {
881
 
882
  // get the position of the first showing slide
883
  position = slider.children.eq(slider.active.index * getMoveBy()).position();
@@ -889,15 +877,9 @@
889
 
890
  // set the respective position
891
  if (position !== undefined) {
892
- if (slider.settings.mode === 'horizontal') {
893
- setPositionProperty(-position.left, 'reset', 0);
894
- }
895
- else if (slider.settings.mode === 'vertical') {
896
- setPositionProperty(-position.top, 'reset', 0);
897
- }
898
- else if (slider.settings.mode === 'none') {
899
- setPositionProperty(-position.top, 'reset', 0);
900
- }
901
  }
902
 
903
  }
@@ -910,7 +892,7 @@
910
  * @param value (int)
911
  * - the animating property's value
912
  *
913
- * @param type (string) 'slide', 'reset'
914
  * - the type of instance for which the function is being
915
  *
916
  * @param duration (int)
@@ -923,19 +905,12 @@
923
  var animateObj, propValue;
924
  // use CSS transform
925
  if (slider.usingCSS) {
926
-
927
  // determine the translate3d value
928
- // propValue = slider.settings.mode === 'vertical' ? 'translate3d(0, ' + value + 'px, 0)' : 'translate3d(' + value + 'px, 0, 0)'
929
  if (slider.settings.mode === 'vertical') {
930
- //propValue = 'translate3d(0, ' + value + 'px, 0)'
931
  propValue = 'translateY(' + value + 'px)';
932
- }
933
- else if (slider.settings.mode === 'horizontal') {
934
- // propValue = 'translate3d(' + value + 'px, 0, 0)'
935
  propValue = 'translateX(' + value + 'px';
936
- }
937
- else if (slider.settings.mode === 'none') {
938
- // propValue = 'translate3d(0, ' + value + 'px, 0)'
939
  propValue = 'translateY(' + value + 'px)';
940
  duration = 0;
941
  }
@@ -948,43 +923,61 @@
948
  // set the property value
949
  el.css(slider.animProp, propValue);
950
  if (duration !== 0) {
951
- // bind a callback method - executes when CSS transition completes
952
  el.on('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function (e) {
953
  //make sure it's the correct one
954
- if (!$(e.target).is(el)) {
955
- return;
956
- }
957
- // unbind the callback
958
  el.off('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd');
959
  updateAfterSlideTransition();
960
  });
961
- }
962
- else {
963
  updateAfterSlideTransition();
964
  }
965
 
966
- }
967
- else if (type === 'reset') {
968
-
969
  el.css(slider.animProp, propValue);
970
-
971
  }
972
-
973
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
974
  // use JS animate
975
- else {
976
-
977
  animateObj = {};
978
  animateObj[slider.animProp] = value;
979
  if (type === 'slide') {
980
  el.animate(animateObj, duration, slider.settings.easing, function () {
981
  updateAfterSlideTransition();
982
  });
983
- }
984
- else if (type === 'reset') {
985
  el.css(slider.animProp, value);
986
  }
987
-
 
 
 
 
 
 
 
988
  }
989
  };
990
 
@@ -1010,8 +1003,7 @@
1010
  linkContent = slider.settings.buildPager(i);
1011
  }
1012
  slider.pagerEl.addClass('wpmslider-custom-pager');
1013
- }
1014
- else {
1015
  linkContent = i + 1;
1016
  slider.pagerEl.addClass('wpmslider-default-pager');
1017
  }
@@ -1034,15 +1026,13 @@
1034
  // if a pager selector was supplied, populate it with the pager
1035
  if (slider.settings.pagerSelector) {
1036
  $(slider.settings.pagerSelector).html(slider.pagerEl);
1037
- }
1038
- else {
1039
- // if no pager selector was supplied, add it after the wrapper
1040
  slider.controls.el.addClass('wpmslider-has-pager').append(slider.pagerEl);
1041
  }
1042
  // populate the pager
1043
  populatePager();
1044
- }
1045
- else {
1046
  slider.pagerEl = $(slider.settings.pagerCustom);
1047
  }
1048
  // assign the pager click binding
@@ -1074,7 +1064,7 @@
1074
  };
1075
 
1076
  /**
1077
- * Appends prev / next controls to the controls element
1078
  */
1079
  var appendControlNext = function () {
1080
  slider.controls.next = $('<a class="wpmslider-next" href="">' + slider.settings.nextText + '</a>');
@@ -1107,7 +1097,7 @@
1107
  // add the controls to the DOM
1108
  slider.controls.autoEl = $('<div class="wpmslider-controls-auto" />');
1109
 
1110
- // bind click actions to the controls
1111
  slider.controls.autoEl.on('click', '.wpmslider-start', clickStartBind);
1112
  slider.controls.autoEl.on('click', '.wpmslider-stop', clickStopBind);
1113
 
@@ -1124,8 +1114,7 @@
1124
  if (slider.settings.autoControlsSelector) {
1125
  $(slider.settings.autoControlsSelector).html(slider.controls.autoEl);
1126
  // if auto controls selector was not supplied, add it after the wrapper
1127
- }
1128
- else {
1129
  slider.controls.el.addClass('wpmslider-has-controls-auto').append(slider.controls.autoEl);
1130
  }
1131
 
@@ -1156,7 +1145,7 @@
1156
  */
1157
  var clickNextBind = function (e) {
1158
  e.preventDefault();
1159
- e.stopPropagation();
1160
  if (slider.controls.el.hasClass('disabled')) {
1161
  return;
1162
  }
@@ -1176,7 +1165,7 @@
1176
  */
1177
  var clickPrevBind = function (e) {
1178
  e.preventDefault();
1179
- e.stopPropagation();
1180
  if (slider.controls.el.hasClass('disabled')) {
1181
  return;
1182
  }
@@ -1197,7 +1186,7 @@
1197
  var clickStartBind = function (e) {
1198
  el.startAuto();
1199
  e.preventDefault();
1200
- e.stopPropagation();
1201
  };
1202
 
1203
  /**
@@ -1209,7 +1198,7 @@
1209
  var clickStopBind = function (e) {
1210
  el.stopAuto();
1211
  e.preventDefault();
1212
- e.stopPropagation();
1213
  };
1214
 
1215
  /**
@@ -1221,7 +1210,7 @@
1221
  var clickPagerBind = function (e) {
1222
  var pagerLink, pagerIndex;
1223
  e.preventDefault();
1224
- e.stopPropagation();
1225
  if (slider.controls.el.hasClass('disabled')) {
1226
  return;
1227
  }
@@ -1275,22 +1264,16 @@
1275
  if (slider.active.index === 0) {
1276
  // set the new position
1277
  position = slider.children.eq(0).position();
1278
- }
1279
  // carousel, last slide
1280
- else if (slider.active.index === getPagerQty() - 1 && slider.carousel) {
1281
  position = slider.children.eq((getPagerQty() - 1) * getMoveBy()).position();
1282
- }
1283
  // last slide
1284
- else if (slider.active.index === slider.children.length - 1) {
1285
  position = slider.children.eq(slider.children.length - 1).position();
1286
  }
1287
  if (position) {
1288
- if (slider.settings.mode === 'horizontal') {
1289
- setPositionProperty(-position.left, 'reset', 0);
1290
- }
1291
- else if (slider.settings.mode === 'vertical') {
1292
- setPositionProperty(-position.top, 'reset', 0);
1293
- }
1294
  }
1295
  }
1296
  // declare that the transition is complete
@@ -1309,9 +1292,8 @@
1309
  // if autoControlsCombine is true, replace the current control with the new state
1310
  if (slider.settings.autoControlsCombine) {
1311
  slider.controls.autoEl.html(slider.controls[state]);
1312
- }
1313
  // if autoControlsCombine is false, apply the "active" class to the appropriate control
1314
- else {
1315
  slider.controls.autoEl.find('a').removeClass('active');
1316
  slider.controls.autoEl.find('a:not(.wpmslider-' + state + ')').addClass('active');
1317
  }
@@ -1330,14 +1312,12 @@
1330
  if (slider.active.index === 0) {
1331
  slider.controls.prev.addClass('disabled');
1332
  slider.controls.next.removeClass('disabled');
1333
- }
1334
  // if last slide
1335
- else if (slider.active.index === getPagerQty() - 1) {
1336
  slider.controls.next.addClass('disabled');
1337
  slider.controls.prev.removeClass('disabled');
1338
- }
1339
  // if any slide in the middle
1340
- else {
1341
  slider.controls.prev.removeClass('disabled');
1342
  slider.controls.next.removeClass('disabled');
1343
  }
@@ -1350,10 +1330,9 @@
1350
  var initAuto = function () {
1351
  // if autoDelay was supplied, launch the auto show using a setTimeout() call
1352
  if (slider.settings.autoDelay > 0) {
1353
- var timeout = setTimeout(el.startAuto, slider.settings.autoDelay);
1354
- }
1355
  // if autoDelay was not supplied, start the auto show normally
1356
- else {
1357
  el.startAuto();
1358
  }
1359
 
@@ -1369,28 +1348,101 @@
1369
  };
1370
 
1371
  /**
1372
- * Check if el is on screen
1373
- *
1374
- * Replaced with verge.inViewport
1375
  */
1376
  /*
1377
- var isOnScreen = function (el) {
1378
- var win = $(window),
1379
- viewport = {
1380
- top: win.scrollTop(),
1381
- left: win.scrollLeft()
1382
- },
1383
- bounds = el.offset()
1384
-
1385
- viewport.right = viewport.left + win.width()
1386
- viewport.bottom = viewport.top + win.height()
1387
- bounds.right = bounds.left + el.outerWidth()
1388
- bounds.bottom = bounds.top + el.outerHeight()
1389
-
1390
- return (!(viewport.right < bounds.left || viewport.left > bounds.right || viewport.bottom < bounds.top || viewport.top > bounds.bottom))
1391
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1392
  */
1393
 
 
 
 
 
 
1394
  /**
1395
  * Initializes keyboard events
1396
  */
@@ -1404,8 +1456,7 @@
1404
  if (e.keyCode === 39) {
1405
  clickNextBind(e);
1406
  return false;
1407
- }
1408
- else if (e.keyCode === 37) {
1409
  clickPrevBind(e);
1410
  return false;
1411
  }
@@ -1428,7 +1479,7 @@
1428
  slider.viewport.on('click', '.wpmslider a', function (e) {
1429
  if (slider.viewport.hasClass('click-disabled')) {
1430
  e.preventDefault();
1431
- e.stopPropagation();
1432
  slider.viewport.removeClass('click-disabled');
1433
  }
1434
  });
@@ -1441,12 +1492,18 @@
1441
  * - DOM event object
1442
  */
1443
  var onTouchStart = function (e) {
 
 
 
 
 
 
1444
  //disable slider controls while user is interacting with slides to avoid slider freeze that happens on touch devices when a slide swipe happens immediately after interacting with slider controls
1445
  slider.controls.el.addClass('disabled');
1446
 
1447
  if (slider.working) {
1448
  e.preventDefault();
1449
- e.stopPropagation();
1450
  slider.controls.el.removeClass('disabled');
1451
  }
1452
  else {
@@ -1454,7 +1511,6 @@
1454
  slider.touch.originalPos = el.position();
1455
  var orig = e.originalEvent,
1456
  touchPoints = (typeof orig.changedTouches !== 'undefined') ? orig.changedTouches : [orig];
1457
- // https://stackoverflow.com/questions/41541121/domexception-failed-to-execute-setpointercapture-on-element-and-releasepoin
1458
  var chromePointerEvents = typeof PointerEvent === 'function';
1459
  if (chromePointerEvents) { if (orig.pointerId === undefined) { return; } }
1460
  // record the starting touch x, y coordinates
@@ -1463,13 +1519,18 @@
1463
 
1464
  if (slider.viewport.get(0).setPointerCapture) {
1465
  slider.pointerId = orig.pointerId;
1466
- if (slider.pointerId === 1) {
1467
- slider.viewport.get(0).setPointerCapture(slider.pointerId);
1468
- }
1469
- }
1470
- // bind a "touchmove" event to the viewport
 
 
 
 
 
1471
  slider.viewport.on('touchmove MSPointerMove pointermove', onTouchMove);
1472
- // bind a "touchend" event to the viewport
1473
  slider.viewport.on('touchend MSPointerUp pointerup', onTouchEnd);
1474
  slider.viewport.on('MSPointerCancel pointercancel', onPointerCancel);
1475
  }
@@ -1482,6 +1543,7 @@
1482
  * - DOM event object
1483
  */
1484
  var onPointerCancel = function (e) {
 
1485
  /* onPointerCancel handler is needed to deal with situations when a touchend
1486
  doesn't fire after a touchstart (this happens on windows phones only) */
1487
  setPositionProperty(slider.touch.originalPos.left, 'reset', 0);
@@ -1510,17 +1572,22 @@
1510
  yMovement = Math.abs(touchPoints[0].pageY - slider.touch.start.y),
1511
  value = 0,
1512
  change = 0;
 
 
1513
 
1514
  // x axis swipe
1515
  if ((xMovement * 3) > yMovement && slider.settings.preventDefaultSwipeX) {
1516
  e.preventDefault();
1517
- e.stopPropagation();
1518
- }
1519
  // y axis swipe
1520
- else if ((yMovement * 3) > xMovement && slider.settings.preventDefaultSwipeY) {
1521
  e.preventDefault();
1522
- e.stopPropagation();
1523
  }
 
 
 
 
1524
  if (slider.settings.mode !== 'fade' && slider.settings.oneToOneTouch) {
1525
  // if horizontal, drag along x axis
1526
  if (slider.settings.mode === 'horizontal') {
@@ -1543,6 +1610,7 @@
1543
  * - DOM event object
1544
  */
1545
  var onTouchEnd = function (e) {
 
1546
  slider.viewport.off('touchmove MSPointerMove pointermove', onTouchMove);
1547
  //enable slider controls as soon as user stops interacing with slides
1548
  slider.controls.el.removeClass('disabled');
@@ -1565,9 +1633,8 @@
1565
  }
1566
  el.stopAuto();
1567
  }
1568
- }
1569
  // not fade mode
1570
- else {
1571
  // calculate distance and el's animate property
1572
  if (slider.settings.mode === 'horizontal') {
1573
  distance = slider.touch.end.x - slider.touch.start.x;
@@ -1602,6 +1669,15 @@
1602
  if (slider.viewport.get(0).releasePointerCapture) {
1603
  slider.viewport.get(0).releasePointerCapture(slider.pointerId);
1604
  }
 
 
 
 
 
 
 
 
 
1605
  };
1606
 
1607
  /**
@@ -1615,8 +1691,7 @@
1615
  // Delay if slider working.
1616
  if (slider.working) {
1617
  window.setTimeout(resizeWindow, 10);
1618
- }
1619
- else {
1620
  // update all dynamic elements
1621
  el.redrawSlider();
1622
  // Call user resize handler
@@ -1632,7 +1707,8 @@
1632
  */
1633
  var applyAriaHiddenAttributes = function (startVisibleIndex) {
1634
  var numberOfSlidesShowing = getNumberSlidesShowing();
1635
- // only apply attributes if the setting is enabled
 
1636
  if (slider.settings.ariaHidden) {
1637
  // add aria-hidden=true to all elements
1638
  slider.children.attr('aria-hidden', 'true');
@@ -1656,19 +1732,16 @@
1656
  //we don't go to undefined slides
1657
  return slider.active.index;
1658
  }
1659
- }
1660
  // if slideIndex is greater than children length, set active index to 0 (this happens during infinite loop)
1661
- else if (slideIndex >= getPagerQty()) {
1662
  if (slider.settings.infiniteLoop) {
1663
  return 0;
1664
- }
1665
- else {
1666
  //we don't move to undefined pages
1667
  return slider.active.index;
1668
  }
1669
- }
1670
  // set active index to requested slide
1671
- else {
1672
  return slideIndex;
1673
  }
1674
  };
@@ -1691,7 +1764,7 @@
1691
  el.goToSlide = function (slideIndex, direction) {
1692
  // onSlideBefore, onSlideNext, onSlidePrev callbacks
1693
  // Allow transition canceling based on returned value
1694
- var performTransition,
1695
  moveBy = 0,
1696
  position = {left: 0, top: 0},
1697
  lastChild = null,
@@ -1718,13 +1791,13 @@
1718
  }
1719
 
1720
  if (direction === 'next') {
1721
- // Prevent canceling in future functions or lack thereof from negating previous commands to cancel
1722
  if (!slider.settings.onSlideNext.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index)) {
1723
  performTransition = false;
1724
  }
1725
  }
1726
  else if (direction === 'prev') {
1727
- // Prevent canceling in future functions or lack thereof from negating previous commands to cancel
1728
  if (!slider.settings.onSlidePrev.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index)) {
1729
  performTransition = false;
1730
  }
@@ -1738,11 +1811,9 @@
1738
  updatePagerActive(slider.active.index);
1739
  }
1740
 
1741
- // check for direction control update
1742
- if (slider.settings.controls) {
1743
- updateDirectionControls();
1744
- }
1745
-
1746
  if (slider.settings.mode === 'fade') {
1747
 
1748
  // if adaptiveHeight is true and next height is different from current height, animate to the new height
@@ -1759,9 +1830,8 @@
1759
  updateAfterSlideTransition();
1760
  });
1761
 
1762
- }
1763
  // slider mode is not "fade"
1764
- else {
1765
 
1766
  // if adaptiveHeight is true and next height is different from current height, animate to the new height
1767
  if (slider.settings.adaptiveHeight && slider.viewport.height() !== getViewportHeight()) {
@@ -1784,26 +1854,23 @@
1784
  position = slider.children.eq(lastShowingIndex).position();
1785
  }
1786
 
1787
- }
1788
  // horizontal carousel, going previous while on first slide (infiniteLoop mode)
1789
- else if (slider.carousel && slider.active.last && direction === 'prev') {
1790
 
1791
  // get the last child position
1792
  eq = slider.settings.moveSlides === 1 ? slider.settings.maxSlides - getMoveBy() : ((getPagerQty() - 1) * getMoveBy()) - (slider.children.length - slider.settings.maxSlides);
1793
  lastChild = el.children('.wpmslider-clone').eq(eq);
1794
  position = lastChild.position();
1795
 
1796
- }
1797
  // if infinite loop and "Next" is clicked on the last slide
1798
- else if (direction === 'next' && slider.active.index === 0) {
1799
 
1800
  // get the last clone position
1801
  position = el.find('> .wpmslider-clone').eq(slider.settings.maxSlides).position();
1802
  slider.active.last = false;
1803
 
1804
- }
1805
  // normal non-zero requests
1806
- else if (slideIndex >= 0) {
1807
 
1808
  //parseInt is applied to allow floats for slides/page
1809
  requestEl = slideIndex * parseInt(getMoveBy());
@@ -1815,29 +1882,17 @@
1815
  * (e.g. if you destroy the slider on a next click),
1816
  * it doesn't throw an error.
1817
  */
1818
- if (typeof position !== 'undefined') {
1819
-
1820
- // value = slider.settings.mode === 'horizontal' ? -(position.left - moveBy) : -position.top
1821
- if (slider.settings.mode === 'horizontal') {
1822
- value = -(position.left - moveBy);
1823
- }
1824
- else {
1825
- value = -position.top;
1826
- }
1827
-
1828
  // plugin values to be animated
1829
  setPositionProperty(value, 'slide', slider.settings.speed);
1830
 
1831
  }
1832
- else {
1833
- slider.working = false;
1834
- }
1835
 
1836
  }
1837
 
1838
- if (slider.settings.ariaHidden) {
1839
- applyAriaHiddenAttributes(slider.active.index * getMoveBy());
1840
- }
1841
  };
1842
 
1843
  /**
@@ -1845,9 +1900,8 @@
1845
  */
1846
  el.goToNextSlide = function () {
1847
  // if infiniteLoop is false and last page is showing, disregard call
1848
- if (!slider.settings.infiniteLoop && slider.active.last) {
1849
- return;
1850
- }
1851
  var pagerIndex = parseInt(slider.active.index) + 1;
1852
  el.goToSlide(pagerIndex, 'next');
1853
  };
@@ -1857,9 +1911,8 @@
1857
  */
1858
  el.goToPrevSlide = function () {
1859
  // if infiniteLoop is false and last page is showing, disregard call
1860
- if (!slider.settings.infiniteLoop && slider.active.index === 0) {
1861
- return;
1862
- }
1863
  var pagerIndex = parseInt(slider.active.index) - 1;
1864
  el.goToSlide(pagerIndex, 'prev');
1865
  };
@@ -1885,7 +1938,8 @@
1885
  el.goToPrevSlide();
1886
  }
1887
  }, slider.settings.pause);
1888
-
 
1889
  // if auto controls are displayed and preventControlUpdate is not true
1890
  if (slider.settings.autoControls && preventControlUpdate !== true) {
1891
  updateAutoControls('stop');
@@ -1899,17 +1953,17 @@
1899
  * - if true, auto controls state will not be updated
1900
  */
1901
  el.stopAuto = function (preventControlUpdate) {
 
 
1902
  // if no interval exists, disregard call
1903
- if (!slider.interval) {
1904
- return;
1905
- }
1906
  // clear the interval
1907
  clearInterval(slider.interval);
1908
  slider.interval = null;
 
 
1909
  // if auto controls are displayed and preventControlUpdate is not true
1910
- if (slider.settings.autoControls && preventControlUpdate !== true) {
1911
- updateAutoControls('start');
1912
- }
1913
  //clearInterval(el.visibilityInterval);
1914
  };
1915
 
@@ -1956,24 +2010,31 @@
1956
  el.redrawSlider = function () {
1957
  // resize all children in ratio to new screen size
1958
  slider.children.add(el.find('.wpmslider-clone')).outerWidth(getSlideWidth());
 
1959
  // adjust the height
1960
  slider.viewport.css('height', getViewportHeight());
 
1961
  // update the slide position
 
1962
  setSlidePosition();
 
1963
  // if active.last was true before the screen resize, we want
1964
  // to keep it last no matter what screen size we end on
1965
  if (slider.active.last) {
1966
  slider.active.index = getPagerQty() - 1;
1967
  }
 
1968
  // if the active index (page) no longer exists due to the resize, simply set the index as last
1969
  if (slider.active.index >= getPagerQty()) {
1970
  slider.active.last = true;
1971
  }
 
1972
  // if a pager is being displayed and a custom pager is not being used, update it
1973
  if (slider.settings.pager && !slider.settings.pagerCustom) {
1974
  populatePager();
1975
  updatePagerActive(slider.active.index);
1976
  }
 
1977
  if (slider.settings.ariaHidden) {
1978
  applyAriaHiddenAttributes(slider.active.index * getMoveBy());
1979
  }
@@ -1993,16 +2054,14 @@
1993
  slider.children.each(function () {
1994
  if ($(this).data('origStyle') !== undefined) {
1995
  $(this).attr('style', $(this).data('origStyle'));
1996
- }
1997
- else {
1998
  $(this).removeAttr('style');
1999
  }
2000
  });
2001
 
2002
  if ($(this).data('origStyle') !== undefined) {
2003
  this.attr('style', $(this).data('origStyle'));
2004
- }
2005
- else {
2006
  $(this).removeAttr('style');
2007
  }
2008
 
@@ -2017,9 +2076,7 @@
2017
  if (slider.controls.prev) {
2018
  slider.controls.prev.remove();
2019
  }
2020
- if (slider.pagerEl && slider.settings.controls && !slider.settings.pagerCustom) {
2021
- slider.pagerEl.remove();
2022
- }
2023
 
2024
  $('.wpmslider-caption', this).remove();
2025
 
@@ -2051,7 +2108,7 @@
2051
  }
2052
  el.destroySlider();
2053
  init();
2054
- // Store reference to self in order to access public functions later
2055
  $(el).data('strongSlider', this);
2056
  };
2057
 
5
  * Copyright (c) 2017 Chris Dillon
6
  * Released under the MIT license
7
  *
8
+ * Forked from bxSlider v4.2.14
9
+ * Copyright 2013-2017 Steven Wanderski
10
  * Licensed under MIT (http://opensource.org/licenses/MIT)
11
  */
12
 
 
 
13
  /**
14
  * @namespace verge.inViewport
15
  */
17
  ;(function ($) {
18
 
19
  var defaults = {
 
20
  debug: false,
21
  logAs: 'strongSlider',
22
  compat: {
37
  startSlide: 0,
38
  randomStart: false,
39
  captions: false,
40
+ // ticker: false,
41
+ // tickerHover: false,
42
  adaptiveHeight: false,
43
  adaptiveHeightSpeed: 500,
44
+ video: false,
45
  useCSS: true,
46
  preloadImages: 'visible',
47
  responsive: true,
48
  slideZIndex: 50,
49
+ wrapperClass: 'wpmslider-wrapper',
50
  stretch: false,
51
  imagesLoaded: true,
 
52
 
53
  // TOUCH
54
  touchEnabled: true,
102
  shrinkItems: false,
103
 
104
  // CALLBACKS
105
+ onSliderLoad: function () { return true; },
106
+ onSlideBefore: function () { return true; },
107
+ onSlideAfter: function () { return true; },
108
+ onSlideNext: function () { return true; },
109
+ onSlidePrev: function () { return true; },
110
+ onSliderResize: function() { return true; },
111
+ onAutoChange: function() { return true; } //calls when auto slides starts and stops
 
 
 
 
 
 
 
 
 
 
 
112
  };
113
 
114
  $.fn.strongSlider = function (options) {
117
  return this;
118
  }
119
 
120
+ // support multiple elements
121
+ // if (this.length > 1) {
122
+ // this.each(function() {
123
+ // $(this).bxSlider(options);
124
+ // });
125
+ // return this;
126
+ // }
127
+
128
  // create a namespace to be used throughout the plugin
129
  var slider = {},
130
  // set a reference to our slider element
131
  viewEl = this,
132
  el = this.find('.wpmslider-content');
133
+ // Doing this with verge instead:
134
+ // get the original window dimens (thanks a lot IE)
135
+ // windowWidth = $(window).width(),
136
+ // windowHeight = $(window).height();
137
 
138
  // Return if slider is already initialized
139
+ if ($(el).data('strongSlider')) { return; }
 
 
140
 
141
  /**
142
  * ===================================================================================
149
  */
150
  var init = function () {
151
  // Return if slider is already initialized
152
+ if ($(el).data('strongSlider')) { return; }
 
 
153
 
154
  // timer to check visibility; used to control sliders in hidden tabs
155
  slider.visibilityInterval = 0;
159
  // merge user-supplied options with the defaults
160
  var sliderVar = viewEl.data('slider-var');
161
  var config = {};
 
162
  if (typeof(window[sliderVar]) !== 'undefined') {
163
  config = window[sliderVar].config;
164
  }
209
  // initialize the controls object
210
  slider.controls = {};
211
 
212
+ // initialize an auto interval (no interval = is paused or waiting for user to start)
 
213
  slider.interval = null;
214
 
215
  // determine which property to use for transitions
218
  // determine if hardware acceleration can be used
219
  slider.usingCSS = slider.settings.useCSS && slider.settings.mode !== 'fade' && (function () {
220
  // create our test div element
221
+ var div = document.createElement('div'),
222
  // css transition properties
223
+ props = ['WebkitPerspective', 'MozPerspective', 'OPerspective', 'msPerspective'];
 
224
  // test for each property
225
  for (var i = 0; i < props.length; i++) {
226
  if (div.style[props[i]] !== undefined) {
243
  });
244
 
245
  // Bail if no slides
246
+ if (!el.getSlideCount()) { return; }
 
 
247
 
248
  // Wait for images loaded
249
  if (slider.settings.imagesLoaded) {
250
+ viewEl.imagesLoaded(function () { initVisibilityCheck(); });
251
+ } else {
 
 
 
252
  initVisibilityCheck();
253
  }
254
 
310
  var initVisibilityCheck = function () {
311
  if (reallyVisible() && compatCheck()) {
312
  clearInterval(slider.visibilityInterval);
313
+
314
+ // perform all DOM / CSS modifications
315
  setup();
316
+
317
+ } else {
318
  if (slider.visibilityInterval === 0) {
319
  slider.visibilityInterval = setInterval(initVisibilityCheck, 1000 * 4);
320
  }
325
  * Performs all DOM and CSS modifications
326
  */
327
  var setup = function () {
328
+ var preloadSelector = slider.children.eq(slider.settings.startSlide); // set the default preload selector (visible)
 
329
 
330
  // wrap el in a wrapper
331
  el.wrap('<div class="' + slider.settings.wrapperClass + '"><div class="wpmslider-viewport"></div></div>');
333
  // store a namespace reference to .wpmslider-viewport
334
  slider.viewport = el.parent();
335
 
336
+ // add aria-live if the setting is enabled and ticker mode is disabled
337
+ //if (slider.settings.ariaLive && !slider.settings.ticker) { // disabling ticker
338
  if (slider.settings.ariaLive) {
339
  slider.viewport.attr('aria-live', 'polite');
340
  }
354
  if (slider.usingCSS && slider.settings.easing) {
355
  el.css('-' + slider.cssPrefix + '-transition-timing-function', slider.settings.easing);
356
  // if not using CSS and no easing value was supplied, use the default JS animation easing (swing)
357
+ } else if (!slider.settings.easing) {
 
358
  slider.settings.easing = 'swing';
359
  }
 
360
  // make modifications to the viewport (.wpmslider-viewport)
361
  slider.viewport.css({
362
  width: '100%',
370
 
371
  // make modification to the wrapper (.wpmslider-wrapper)
372
  if (!slider.settings.pager && !slider.settings.controls) {
373
+ slider.viewport.parent().css({ margin: '0 auto' });
 
 
374
  }
375
 
376
  // apply css to all slider children
377
  slider.children.css({
378
+ // the float attribute is a reserved word in compressors like YUI compressor and need to be quoted #48
379
+ 'float': slider.settings.mode === 'horizontal' ? 'left' : 'none',
380
+ listStyle: 'none',
381
  position: 'relative'
382
  });
383
 
401
  });
402
  // prepare the z-index on the showing element
403
  slider.children.eq(slider.settings.startSlide).css({zIndex: slider.settings.slideZIndex, display: 'block'});
404
+ } else {
 
405
  slider.children.css({
406
  display: 'block'
407
  });
409
 
410
  // create an element to contain all slider controls (pager, start / stop, etc)
411
  slider.controls.el = $('<div class="wpmslider-controls" />');
 
412
  // if captions are requested, add them
413
  if (slider.settings.captions) {
414
  appendCaptions();
415
  }
 
416
  // check if startSlide is last slide
417
  slider.active.last = slider.settings.startSlide === getPagerQty() - 1;
418
+ // if video is true, set up the fitVids plugin
419
+ if (slider.settings.video) { el.fitVids(); }
420
 
421
+ //preloadImages
422
+ if (slider.settings.preloadImages === 'none') {
423
+ preloadSelector = null;
424
+ }
425
+ //else if (slider.settings.preloadImages === 'all' || slider.settings.ticker) { // disabling ticker
426
+ else if (slider.settings.preloadImages === 'all') {
427
  preloadSelector = slider.children;
428
  }
429
 
430
+ // disabling ticker, adding separate control divs
431
+ /*
432
+ // only check for control addition if not in "ticker" mode
433
+ if (!slider.settings.ticker) {
434
+ // if controls are requested, add them
435
+ if (slider.settings.controls) { appendControls(); }
436
+ // if auto is true, and auto controls are requested, add them
437
+ if (slider.settings.auto && slider.settings.autoControls) { appendControlsAuto(); }
438
+ // if pager is requested, add it
439
+ if (slider.settings.pager) { appendPager(); }
440
+ // if any control option is requested, add the controls wrapper
441
+ if (slider.settings.controls || slider.settings.autoControls || slider.settings.pager) { slider.viewport.after(slider.controls.el); }
442
+ // if ticker mode, do not allow a pager
443
+ } else {
444
+ slider.settings.pager = false;
445
+ }
446
+ */
447
+
448
  // [ LEFT ]
449
  // if controls are requested, add them
450
+ if (slider.settings.controls) { appendControlPrev(); }
 
 
 
451
  // [ MIDDLE ]
452
  // if auto is true, and auto controls are requested, add them
453
+ if (slider.settings.auto && slider.settings.autoControls) { appendControlsAuto(); }
 
 
 
454
  // if pager is requested, add it
455
+ if (slider.settings.pager) { appendPager(); }
 
 
 
456
  // [ RIGHT ]
457
+ if (slider.settings.controls) { appendControlNext(); }
 
 
458
 
459
  // if any control option is requested, add the controls wrapper
460
+ if (slider.settings.controls || slider.settings.autoControls || slider.settings.pager) { slider.viewport.after(slider.controls.el); }
461
+
462
+ if (preloadSelector === null) {
463
+ start();
464
+ } else {
465
+ loadElements(preloadSelector, start);
466
  }
467
+ };
468
 
469
+ var loadElements = function(selector, callback) {
470
+ var total = selector.find('img:not([src=""]), iframe').length,
471
+ count = 0;
472
+ if (total === 0) {
473
+ callback();
474
+ return;
475
+ }
476
+ selector.find('img:not([src=""]), iframe').each(function() {
477
+ $(this).one('load error', function() {
478
+ if (++count === total) { callback(); }
479
+ }).each(function() {
480
+ if (this.complete || this.src === '') { $(this).trigger('load'); }
481
+ });
482
+ });
483
  };
484
 
485
  /**
488
  var start = function () {
489
 
490
  // if infinite loop, prepare additional slides
491
+ // if (slider.settings.infiniteLoop && slider.settings.mode !== 'fade' && !slider.settings.ticker) { // disabling ticker
492
  if (slider.settings.infiniteLoop && slider.settings.mode !== 'fade') {
493
+ var slice = slider.settings.mode === 'vertical' ? slider.settings.minSlides : slider.settings.maxSlides,
494
+ sliceAppend = slider.children.slice(0, slice).clone(true).addClass('wpmslider-clone'),
495
+ slicePrepend = slider.children.slice(-slice).clone(true).addClass('wpmslider-clone');
 
 
 
 
 
496
  if (slider.settings.ariaHidden) {
497
  sliceAppend.attr('aria-hidden', true);
498
  slicePrepend.attr('aria-hidden', true);
530
  slider.initialized = true;
531
  slider.visibilityInterval = setInterval(visibilityCheck, 500);
532
 
533
+ if (slider.settings.responsive) { attachListeners(); }
 
 
534
 
535
  // if auto is true and has more than 1 page, start the show
536
+ if (slider.settings.auto && slider.settings.autoStart && (getPagerQty() > 1 || slider.settings.autoSlideForOnePage)) { initAuto(); }
537
+
538
+ // if ticker is true, start the ticker
539
+ // if (slider.settings.ticker) { initTicker(); } // disabling ticker
 
 
540
 
541
  // if pager is requested, make the appropriate pager link active
542
  if (slider.settings.pager) {
543
  updatePagerActive(slider.settings.startSlide);
544
  }
545
+
546
  // check for any updates to the controls (like hideControlOnEnd updates)
547
  if (slider.settings.controls) {
548
  updateDirectionControls();
549
  }
550
+
551
  // if touchEnabled is true, setup the touch events
552
+ // if (slider.settings.touchEnabled && !slider.settings.ticker) { initTouch(); } // disabling ticker
553
+ if (slider.settings.touchEnabled) { initTouch(); }
554
+
555
  // if keyboardEnabled is true, setup the keyboard events
556
+ //if (slider.settings.keyboardEnabled && !slider.settings.ticker) { // disabling ticker
557
  if (slider.settings.keyboardEnabled) {
558
  $(document).keydown(keyPress);
559
  }
612
 
613
  if (!reallyVisible()) {
614
  pauseEvent('hide');
615
+ } else {
 
616
  playEvent('hide');
617
  }
618
 
619
  if (!verge.inViewport(el)) {
620
  pauseEvent('scroll');
621
+ } else {
 
622
  playEvent('scroll');
623
  }
624
  };
675
 
676
  children = slider.children;
677
 
678
+ } else {
 
679
 
680
  // if not carousel, return the single active child
681
  if (!slider.carousel) {
683
  children = slider.children.eq(slider.active.index);
684
  // if carousel, return a slice of children
685
 
686
+ } else {
 
687
 
688
  // get the individual slide index
689
  var currentIndex = slider.settings.moveSlides === 1 ? slider.active.index : slider.active.index * getMoveBy();
697
  // if looped back to the start
698
  if (currentIndex + i >= slider.children.length) {
699
  children = children.add(slider.children.eq(i - 1));
700
+ } else {
 
701
  children = children.add(slider.children.eq(currentIndex + i));
702
  }
703
 
709
 
710
  // if "vertical" mode, calculate the sum of the heights of the children
711
  if (slider.settings.mode === 'vertical') {
 
712
  children.each(function (index) {
713
  height += $(this).outerHeight();
714
  });
 
715
  // add user-supplied margins
716
  if (slider.settings.slideMargin > 0) {
717
  height += slider.settings.slideMargin * (slider.settings.minSlides - 1);
718
  }
719
+ // if not "vertical" mode, calculate the max height of the children
720
+ } else {
 
 
 
721
  height = Math.max.apply(Math, children.map(function () {
722
  return $(this).outerHeight(false);
723
  }).get());
 
724
  }
725
 
726
  if (slider.viewport.css('box-sizing') === 'border-box') {
727
  height += parseFloat(slider.viewport.css('padding-top')) + parseFloat(slider.viewport.css('padding-bottom')) +
728
  parseFloat(slider.viewport.css('border-top-width')) + parseFloat(slider.viewport.css('border-bottom-width'));
729
+ } else if (slider.viewport.css('box-sizing') === 'padding-box') {
 
730
  height += parseFloat(slider.viewport.css('padding-top')) + parseFloat(slider.viewport.css('padding-bottom'));
731
  }
732
 
734
  };
735
 
736
  /**
737
+ * Returns the calculated width to be used for the outer wrapper / viewport
738
  */
739
  var getViewportMaxWidth = function () {
740
  var width = '100%';
741
  if (slider.settings.slideWidth > 0) {
742
  if (slider.settings.mode === 'horizontal') {
743
  width = (slider.settings.maxSlides * slider.settings.slideWidth) + ((slider.settings.maxSlides - 1) * slider.settings.slideMargin);
744
+ } else {
 
745
  width = slider.settings.slideWidth;
746
  }
747
  }
762
  (slider.settings.slideWidth > wrapWidth && !slider.carousel) ||
763
  slider.settings.mode === 'vertical') {
764
  newElWidth = wrapWidth;
765
+ // if carousel, use the thresholds to determine the width
766
+ } else if (slider.settings.maxSlides > 1 && slider.settings.mode === 'horizontal') {
 
 
 
767
  if (wrapWidth > slider.maxThreshold) {
768
  return newElWidth;
769
+ } else if (wrapWidth < slider.minThreshold) {
 
770
  newElWidth = (wrapWidth - (slider.settings.slideMargin * (slider.settings.minSlides - 1))) / slider.settings.minSlides;
771
+ } else if (slider.settings.shrinkItems) {
 
772
  newElWidth = Math.floor((wrapWidth + slider.settings.slideMargin) / (Math.ceil((wrapWidth + slider.settings.slideMargin) / (newElWidth + slider.settings.slideMargin))) - slider.settings.slideMargin);
773
  }
 
774
  }
775
  return newElWidth;
776
  };
785
  // if viewport is smaller than minThreshold, return minSlides
786
  if (slider.viewport.width() < slider.minThreshold) {
787
  slidesShowing = slider.settings.minSlides;
 
788
  // if viewport is larger than maxThreshold, return maxSlides
789
+ } else if (slider.viewport.width() > slider.maxThreshold) {
790
  slidesShowing = slider.settings.maxSlides;
 
791
  // if viewport is between min / max thresholds, divide viewport width by first child width
792
+ }
793
  else {
794
  childWidth = slider.children.first().width() + slider.settings.slideMargin;
795
  slidesShowing = Math.floor((slider.viewport.width() +
796
+ slider.settings.slideMargin) / childWidth) || 1;
797
  }
 
798
  // if "vertical" mode, slides showing will always be minSlides
799
+ } else if (slider.settings.mode === 'vertical') {
800
  slidesShowing = slider.settings.minSlides;
801
  }
802
  return slidesShowing;
813
  if (slider.settings.moveSlides > 0) {
814
  if (slider.settings.infiniteLoop) {
815
  pagerQty = Math.ceil(slider.children.length / getMoveBy());
816
+ } else {
 
817
  // when breakpoint goes above children length, counter is the number of pages
818
  while (breakPoint < slider.children.length) {
819
  ++pagerQty;
820
  breakPoint = counter + getNumberSlidesShowing();
821
  counter += slider.settings.moveSlides <= getNumberSlidesShowing() ? slider.settings.moveSlides : getNumberSlidesShowing();
822
  }
823
+ return counter;
824
  }
 
825
  // if moveSlides is 0 (auto) divide children length by sides showing, then round up
826
+ } else {
827
  pagerQty = Math.ceil(slider.children.length / getNumberSlidesShowing());
828
  }
829
  return pagerQty;
856
  position = lastChild.position();
857
  // set the left position
858
  setPositionProperty(-(position.left - (slider.viewport.width() - lastChild.outerWidth())), 'reset', 0);
859
+ } else if (slider.settings.mode === 'vertical') {
 
860
  // get the last showing index's position
861
  lastShowingIndex = slider.children.length - slider.settings.minSlides;
862
  position = slider.children.eq(lastShowingIndex).position();
864
  setPositionProperty(-position.top, 'reset', 0);
865
  }
866
 
 
867
  // if not last slide
868
+ } else {
869
 
870
  // get the position of the first showing slide
871
  position = slider.children.eq(slider.active.index * getMoveBy()).position();
877
 
878
  // set the respective position
879
  if (position !== undefined) {
880
+ if (slider.settings.mode === 'horizontal') { setPositionProperty(-position.left, 'reset', 0); }
881
+ else if (slider.settings.mode === 'vertical') { setPositionProperty(-position.top, 'reset', 0); }
882
+ else if (slider.settings.mode === 'none') { setPositionProperty(-position.top, 'reset', 0); }
 
 
 
 
 
 
883
  }
884
 
885
  }
892
  * @param value (int)
893
  * - the animating property's value
894
  *
895
+ * @param type (string) 'slide', 'reset', 'ticker'
896
  * - the type of instance for which the function is being
897
  *
898
  * @param duration (int)
905
  var animateObj, propValue;
906
  // use CSS transform
907
  if (slider.usingCSS) {
 
908
  // determine the translate3d value
 
909
  if (slider.settings.mode === 'vertical') {
 
910
  propValue = 'translateY(' + value + 'px)';
911
+ } else if (slider.settings.mode === 'horizontal') {
 
 
912
  propValue = 'translateX(' + value + 'px';
913
+ } else if (slider.settings.mode === 'none') {
 
 
914
  propValue = 'translateY(' + value + 'px)';
915
  duration = 0;
916
  }
923
  // set the property value
924
  el.css(slider.animProp, propValue);
925
  if (duration !== 0) {
926
+ // add a callback method - executes when CSS transition completes
927
  el.on('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function (e) {
928
  //make sure it's the correct one
929
+ if (!$(e.target).is(el)) { return; }
930
+ // remove the callback
 
 
931
  el.off('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd');
932
  updateAfterSlideTransition();
933
  });
934
+ } else { //duration = 0
 
935
  updateAfterSlideTransition();
936
  }
937
 
938
+ } else if (type === 'reset') {
 
 
939
  el.css(slider.animProp, propValue);
 
940
  }
941
+ // disabling ticker
942
+ /* else if (type === 'ticker') {
943
+ // make the transition use 'linear'
944
+ el.css('-' + slider.cssPrefix + '-transition-timing-function', 'linear');
945
+ el.css(slider.animProp, propValue);
946
+ if (duration !== 0) {
947
+ el.on('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd', function (e) {
948
+ //make sure it's the correct one
949
+ if (!$(e.target).is(el)) { return; }
950
+ // remove the callback
951
+ el.off('transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd');
952
+ // reset the position
953
+ setPositionProperty(params.resetValue, 'reset', 0);
954
+ // start the loop again
955
+ tickerLoop();
956
+ });
957
+ } else { //duration = 0
958
+ setPositionProperty(params.resetValue, 'reset', 0);
959
+ tickerLoop();
960
+ }
961
+ } */
962
  // use JS animate
963
+ } else {
 
964
  animateObj = {};
965
  animateObj[slider.animProp] = value;
966
  if (type === 'slide') {
967
  el.animate(animateObj, duration, slider.settings.easing, function () {
968
  updateAfterSlideTransition();
969
  });
970
+ } else if (type === 'reset') {
 
971
  el.css(slider.animProp, value);
972
  }
973
+ // disabling ticker
974
+ /* else if (type === 'ticker') {
975
+ el.animate(animateObj, duration, 'linear', function () {
976
+ setPositionProperty(params.resetValue, 'reset', 0);
977
+ // run the recursive loop after animation
978
+ tickerLoop();
979
+ });
980
+ } */
981
  }
982
  };
983
 
1003
  linkContent = slider.settings.buildPager(i);
1004
  }
1005
  slider.pagerEl.addClass('wpmslider-custom-pager');
1006
+ } else {
 
1007
  linkContent = i + 1;
1008
  slider.pagerEl.addClass('wpmslider-default-pager');
1009
  }
1026
  // if a pager selector was supplied, populate it with the pager
1027
  if (slider.settings.pagerSelector) {
1028
  $(slider.settings.pagerSelector).html(slider.pagerEl);
1029
+ // if no pager selector was supplied, add it after the wrapper
1030
+ } else {
 
1031
  slider.controls.el.addClass('wpmslider-has-pager').append(slider.pagerEl);
1032
  }
1033
  // populate the pager
1034
  populatePager();
1035
+ } else {
 
1036
  slider.pagerEl = $(slider.settings.pagerCustom);
1037
  }
1038
  // assign the pager click binding
1064
  };
1065
 
1066
  /**
1067
+ * Appends next controls to the controls element
1068
  */
1069
  var appendControlNext = function () {
1070
  slider.controls.next = $('<a class="wpmslider-next" href="">' + slider.settings.nextText + '</a>');
1097
  // add the controls to the DOM
1098
  slider.controls.autoEl = $('<div class="wpmslider-controls-auto" />');
1099
 
1100
+ // on click actions to the controls
1101
  slider.controls.autoEl.on('click', '.wpmslider-start', clickStartBind);
1102
  slider.controls.autoEl.on('click', '.wpmslider-stop', clickStopBind);
1103
 
1114
  if (slider.settings.autoControlsSelector) {
1115
  $(slider.settings.autoControlsSelector).html(slider.controls.autoEl);
1116
  // if auto controls selector was not supplied, add it after the wrapper
1117
+ } else {
 
1118
  slider.controls.el.addClass('wpmslider-has-controls-auto').append(slider.controls.autoEl);
1119
  }
1120
 
1145
  */
1146
  var clickNextBind = function (e) {
1147
  e.preventDefault();
1148
+ e.stopPropagation(); // for compatibility with WordPress themes
1149
  if (slider.controls.el.hasClass('disabled')) {
1150
  return;
1151
  }
1165
  */
1166
  var clickPrevBind = function (e) {
1167
  e.preventDefault();
1168
+ e.stopPropagation(); // for compatibility with WordPress themes
1169
  if (slider.controls.el.hasClass('disabled')) {
1170
  return;
1171
  }
1186
  var clickStartBind = function (e) {
1187
  el.startAuto();
1188
  e.preventDefault();
1189
+ e.stopPropagation(); // for compatibility with WordPress themes
1190
  };
1191
 
1192
  /**
1198
  var clickStopBind = function (e) {
1199
  el.stopAuto();
1200
  e.preventDefault();
1201
+ e.stopPropagation(); // for compatibility with WordPress themes
1202
  };
1203
 
1204
  /**
1210
  var clickPagerBind = function (e) {
1211
  var pagerLink, pagerIndex;
1212
  e.preventDefault();
1213
+ e.stopPropagation(); // for compatibility with WordPress themes
1214
  if (slider.controls.el.hasClass('disabled')) {
1215
  return;
1216
  }
1264
  if (slider.active.index === 0) {
1265
  // set the new position
1266
  position = slider.children.eq(0).position();
 
1267
  // carousel, last slide
1268
+ } else if (slider.active.index === getPagerQty() - 1 && slider.carousel) {
1269
  position = slider.children.eq((getPagerQty() - 1) * getMoveBy()).position();
 
1270
  // last slide
1271
+ } else if (slider.active.index === slider.children.length - 1) {
1272
  position = slider.children.eq(slider.children.length - 1).position();
1273
  }
1274
  if (position) {
1275
+ if (slider.settings.mode === 'horizontal') { setPositionProperty(-position.left, 'reset', 0); }
1276
+ else if (slider.settings.mode === 'vertical') { setPositionProperty(-position.top, 'reset', 0); }
 
 
 
 
1277
  }
1278
  }
1279
  // declare that the transition is complete
1292
  // if autoControlsCombine is true, replace the current control with the new state
1293
  if (slider.settings.autoControlsCombine) {
1294
  slider.controls.autoEl.html(slider.controls[state]);
 
1295
  // if autoControlsCombine is false, apply the "active" class to the appropriate control
1296
+ } else {
1297
  slider.controls.autoEl.find('a').removeClass('active');
1298
  slider.controls.autoEl.find('a:not(.wpmslider-' + state + ')').addClass('active');
1299
  }
1312
  if (slider.active.index === 0) {
1313
  slider.controls.prev.addClass('disabled');
1314
  slider.controls.next.removeClass('disabled');
 
1315
  // if last slide
1316
+ } else if (slider.active.index === getPagerQty() - 1) {
1317
  slider.controls.next.addClass('disabled');
1318
  slider.controls.prev.removeClass('disabled');
 
1319
  // if any slide in the middle
1320
+ } else {
1321
  slider.controls.prev.removeClass('disabled');
1322
  slider.controls.next.removeClass('disabled');
1323
  }
1330
  var initAuto = function () {
1331
  // if autoDelay was supplied, launch the auto show using a setTimeout() call
1332
  if (slider.settings.autoDelay > 0) {
1333
+ setTimeout(el.startAuto, slider.settings.autoDelay);
 
1334
  // if autoDelay was not supplied, start the auto show normally
1335
+ } else {
1336
  el.startAuto();
1337
  }
1338
 
1348
  };
1349
 
1350
  /**
1351
+ * Initializes the ticker process
 
 
1352
  */
1353
  /*
1354
+ var initTicker = function() {
1355
+ var startPosition = 0,
1356
+ position, transform, value, idx, ratio, property, newSpeed, totalDimens;
1357
+ // if autoDirection is "next", append a clone of the entire slider
1358
+ if (slider.settings.autoDirection === 'next') {
1359
+ el.append(slider.children.clone().addClass('bx-clone'));
1360
+ // if autoDirection is "prev", prepend a clone of the entire slider, and set the left position
1361
+ } else {
1362
+ el.prepend(slider.children.clone().addClass('bx-clone'));
1363
+ position = slider.children.first().position();
1364
+ startPosition = slider.settings.mode === 'horizontal' ? -position.left : -position.top;
1365
+ }
1366
+ setPositionProperty(startPosition, 'reset', 0);
1367
+ // do not allow controls in ticker mode
1368
+ slider.settings.pager = false;
1369
+ slider.settings.controls = false;
1370
+ slider.settings.autoControls = false;
1371
+ // if autoHover is requested
1372
+ if (slider.settings.tickerHover) {
1373
+ if (slider.usingCSS) {
1374
+ idx = slider.settings.mode === 'horizontal' ? 4 : 5;
1375
+ slider.viewport.hover(function() {
1376
+ transform = el.css('-' + slider.cssPrefix + '-transform');
1377
+ value = parseFloat(transform.split(',')[idx]);
1378
+ setPositionProperty(value, 'reset', 0);
1379
+ }, function() {
1380
+ totalDimens = 0;
1381
+ slider.children.each(function(index) {
1382
+ totalDimens += slider.settings.mode === 'horizontal' ? $(this).outerWidth(true) : $(this).outerHeight(true);
1383
+ });
1384
+ // calculate the speed ratio (used to determine the new speed to finish the paused animation)
1385
+ ratio = slider.settings.speed / totalDimens;
1386
+ // determine which property to use
1387
+ property = slider.settings.mode === 'horizontal' ? 'left' : 'top';
1388
+ // calculate the new speed
1389
+ newSpeed = ratio * (totalDimens - (Math.abs(parseInt(value))));
1390
+ tickerLoop(newSpeed);
1391
+ });
1392
+ } else {
1393
+ // on el hover
1394
+ slider.viewport.hover(function() {
1395
+ el.stop();
1396
+ }, function() {
1397
+ // calculate the total width of children (used to calculate the speed ratio)
1398
+ totalDimens = 0;
1399
+ slider.children.each(function(index) {
1400
+ totalDimens += slider.settings.mode === 'horizontal' ? $(this).outerWidth(true) : $(this).outerHeight(true);
1401
+ });
1402
+ // calculate the speed ratio (used to determine the new speed to finish the paused animation)
1403
+ ratio = slider.settings.speed / totalDimens;
1404
+ // determine which property to use
1405
+ property = slider.settings.mode === 'horizontal' ? 'left' : 'top';
1406
+ // calculate the new speed
1407
+ newSpeed = ratio * (totalDimens - (Math.abs(parseInt(el.css(property)))));
1408
+ tickerLoop(newSpeed);
1409
+ });
1410
+ }
1411
+ }
1412
+ // start the ticker loop
1413
+ tickerLoop();
1414
+ };
1415
+ */
1416
+
1417
+ /**
1418
+ * Runs a continuous loop, news ticker-style
1419
+ */
1420
+ /*
1421
+ var tickerLoop = function(resumeSpeed) {
1422
+ var speed = resumeSpeed ? resumeSpeed : slider.settings.speed,
1423
+ position = {left: 0, top: 0},
1424
+ reset = {left: 0, top: 0},
1425
+ animateProperty, resetValue, params;
1426
+
1427
+ // if "next" animate left position to last child, then reset left to 0
1428
+ if (slider.settings.autoDirection === 'next') {
1429
+ position = el.find('.bx-clone').first().position();
1430
+ // if "prev" animate left position to 0, then reset left to first non-clone child
1431
+ } else {
1432
+ reset = slider.children.first().position();
1433
+ }
1434
+ animateProperty = slider.settings.mode === 'horizontal' ? -position.left : -position.top;
1435
+ resetValue = slider.settings.mode === 'horizontal' ? -reset.left : -reset.top;
1436
+ params = {resetValue: resetValue};
1437
+ setPositionProperty(animateProperty, 'ticker', speed, params);
1438
+ };
1439
  */
1440
 
1441
+ /**
1442
+ * Check if el is on screen
1443
+ * Replaced with verge.inViewport
1444
+ */
1445
+
1446
  /**
1447
  * Initializes keyboard events
1448
  */
1456
  if (e.keyCode === 39) {
1457
  clickNextBind(e);
1458
  return false;
1459
+ } else if (e.keyCode === 37) {
 
1460
  clickPrevBind(e);
1461
  return false;
1462
  }
1479
  slider.viewport.on('click', '.wpmslider a', function (e) {
1480
  if (slider.viewport.hasClass('click-disabled')) {
1481
  e.preventDefault();
1482
+ e.stopPropagation(); // for compatibility with WordPress themes
1483
  slider.viewport.removeClass('click-disabled');
1484
  }
1485
  });
1492
  * - DOM event object
1493
  */
1494
  var onTouchStart = function (e) {
1495
+ // watch only for left mouse, touch contact and pen contact
1496
+ // touchstart event object doesn`t have button property
1497
+ if (e.type !== 'touchstart' && e.button !== 0) {
1498
+ return;
1499
+ }
1500
+ //e.preventDefault();
1501
  //disable slider controls while user is interacting with slides to avoid slider freeze that happens on touch devices when a slide swipe happens immediately after interacting with slider controls
1502
  slider.controls.el.addClass('disabled');
1503
 
1504
  if (slider.working) {
1505
  e.preventDefault();
1506
+ e.stopPropagation(); // for compatibility with WordPress themes
1507
  slider.controls.el.removeClass('disabled');
1508
  }
1509
  else {
1511
  slider.touch.originalPos = el.position();
1512
  var orig = e.originalEvent,
1513
  touchPoints = (typeof orig.changedTouches !== 'undefined') ? orig.changedTouches : [orig];
 
1514
  var chromePointerEvents = typeof PointerEvent === 'function';
1515
  if (chromePointerEvents) { if (orig.pointerId === undefined) { return; } }
1516
  // record the starting touch x, y coordinates
1519
 
1520
  if (slider.viewport.get(0).setPointerCapture) {
1521
  slider.pointerId = orig.pointerId;
1522
+ slider.viewport.get(0).setPointerCapture(slider.pointerId);
1523
+ }
1524
+ // store original event data for click fixation
1525
+ slider.originalClickTarget = orig.originalTarget || orig.target;
1526
+ slider.originalClickButton = orig.button;
1527
+ slider.originalClickButtons = orig.buttons;
1528
+ slider.originalEventType = orig.type;
1529
+ // at this moment we don`t know what it is click or swipe
1530
+ slider.hasMove = false;
1531
+ // on a "touchmove" event to the viewport
1532
  slider.viewport.on('touchmove MSPointerMove pointermove', onTouchMove);
1533
+ // on a "touchend" event to the viewport
1534
  slider.viewport.on('touchend MSPointerUp pointerup', onTouchEnd);
1535
  slider.viewport.on('MSPointerCancel pointercancel', onPointerCancel);
1536
  }
1543
  * - DOM event object
1544
  */
1545
  var onPointerCancel = function (e) {
1546
+ e.preventDefault();
1547
  /* onPointerCancel handler is needed to deal with situations when a touchend
1548
  doesn't fire after a touchstart (this happens on windows phones only) */
1549
  setPositionProperty(slider.touch.originalPos.left, 'reset', 0);
1572
  yMovement = Math.abs(touchPoints[0].pageY - slider.touch.start.y),
1573
  value = 0,
1574
  change = 0;
1575
+ // this is swipe
1576
+ slider.hasMove = true;
1577
 
1578
  // x axis swipe
1579
  if ((xMovement * 3) > yMovement && slider.settings.preventDefaultSwipeX) {
1580
  e.preventDefault();
1581
+ e.stopPropagation(); // for compatibility with WordPress themes
 
1582
  // y axis swipe
1583
+ } else if ((yMovement * 3) > xMovement && slider.settings.preventDefaultSwipeY) {
1584
  e.preventDefault();
1585
+ e.stopPropagation(); // for compatibility with WordPress themes
1586
  }
1587
+ if (e.type !== 'touchmove') {
1588
+ e.preventDefault();
1589
+ }
1590
+
1591
  if (slider.settings.mode !== 'fade' && slider.settings.oneToOneTouch) {
1592
  // if horizontal, drag along x axis
1593
  if (slider.settings.mode === 'horizontal') {
1610
  * - DOM event object
1611
  */
1612
  var onTouchEnd = function (e) {
1613
+ e.preventDefault();
1614
  slider.viewport.off('touchmove MSPointerMove pointermove', onTouchMove);
1615
  //enable slider controls as soon as user stops interacing with slides
1616
  slider.controls.el.removeClass('disabled');
1633
  }
1634
  el.stopAuto();
1635
  }
 
1636
  // not fade mode
1637
+ } else {
1638
  // calculate distance and el's animate property
1639
  if (slider.settings.mode === 'horizontal') {
1640
  distance = slider.touch.end.x - slider.touch.start.x;
1669
  if (slider.viewport.get(0).releasePointerCapture) {
1670
  slider.viewport.get(0).releasePointerCapture(slider.pointerId);
1671
  }
1672
+ // if slider had swipe with left mouse, touch contact and pen contact
1673
+ if (slider.hasMove === false && (slider.originalClickButton === 0 || slider.originalEventType === 'touchstart')) {
1674
+ // trigger click event (fix for Firefox59 and PointerEvent standard compatibility)
1675
+ $(slider.originalClickTarget).trigger({
1676
+ type: 'click',
1677
+ button: slider.originalClickButton,
1678
+ buttons: slider.originalClickButtons
1679
+ });
1680
+ }
1681
  };
1682
 
1683
  /**
1691
  // Delay if slider working.
1692
  if (slider.working) {
1693
  window.setTimeout(resizeWindow, 10);
1694
+ } else {
 
1695
  // update all dynamic elements
1696
  el.redrawSlider();
1697
  // Call user resize handler
1707
  */
1708
  var applyAriaHiddenAttributes = function (startVisibleIndex) {
1709
  var numberOfSlidesShowing = getNumberSlidesShowing();
1710
+ // only apply attributes if the setting is enabled and not in ticker mode
1711
+ //if (slider.settings.ariaHidden && !slider.settings.ticker) { // disabling ticker
1712
  if (slider.settings.ariaHidden) {
1713
  // add aria-hidden=true to all elements
1714
  slider.children.attr('aria-hidden', 'true');
1732
  //we don't go to undefined slides
1733
  return slider.active.index;
1734
  }
 
1735
  // if slideIndex is greater than children length, set active index to 0 (this happens during infinite loop)
1736
+ } else if (slideIndex >= getPagerQty()) {
1737
  if (slider.settings.infiniteLoop) {
1738
  return 0;
1739
+ } else {
 
1740
  //we don't move to undefined pages
1741
  return slider.active.index;
1742
  }
 
1743
  // set active index to requested slide
1744
+ } else {
1745
  return slideIndex;
1746
  }
1747
  };
1764
  el.goToSlide = function (slideIndex, direction) {
1765
  // onSlideBefore, onSlideNext, onSlidePrev callbacks
1766
  // Allow transition canceling based on returned value
1767
+ var performTransition = true,
1768
  moveBy = 0,
1769
  position = {left: 0, top: 0},
1770
  lastChild = null,
1791
  }
1792
 
1793
  if (direction === 'next') {
1794
+ // Prevent canceling in future functions or lack there-of from negating previous commands to cancel
1795
  if (!slider.settings.onSlideNext.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index)) {
1796
  performTransition = false;
1797
  }
1798
  }
1799
  else if (direction === 'prev') {
1800
+ // Prevent canceling in future functions or lack there-of from negating previous commands to cancel
1801
  if (!slider.settings.onSlidePrev.call(el, slider.children.eq(slider.active.index), slider.oldIndex, slider.active.index)) {
1802
  performTransition = false;
1803
  }
1811
  updatePagerActive(slider.active.index);
1812
  }
1813
 
1814
+ // // check for direction control update
1815
+ if (slider.settings.controls) { updateDirectionControls(); }
1816
+ // if slider is set to mode: "fade"
 
 
1817
  if (slider.settings.mode === 'fade') {
1818
 
1819
  // if adaptiveHeight is true and next height is different from current height, animate to the new height
1830
  updateAfterSlideTransition();
1831
  });
1832
 
 
1833
  // slider mode is not "fade"
1834
+ } else {
1835
 
1836
  // if adaptiveHeight is true and next height is different from current height, animate to the new height
1837
  if (slider.settings.adaptiveHeight && slider.viewport.height() !== getViewportHeight()) {
1854
  position = slider.children.eq(lastShowingIndex).position();
1855
  }
1856
 
 
1857
  // horizontal carousel, going previous while on first slide (infiniteLoop mode)
1858
+ } else if (slider.carousel && slider.active.last && direction === 'prev') {
1859
 
1860
  // get the last child position
1861
  eq = slider.settings.moveSlides === 1 ? slider.settings.maxSlides - getMoveBy() : ((getPagerQty() - 1) * getMoveBy()) - (slider.children.length - slider.settings.maxSlides);
1862
  lastChild = el.children('.wpmslider-clone').eq(eq);
1863
  position = lastChild.position();
1864
 
 
1865
  // if infinite loop and "Next" is clicked on the last slide
1866
+ } else if (direction === 'next' && slider.active.index === 0) {
1867
 
1868
  // get the last clone position
1869
  position = el.find('> .wpmslider-clone').eq(slider.settings.maxSlides).position();
1870
  slider.active.last = false;
1871
 
 
1872
  // normal non-zero requests
1873
+ } else if (slideIndex >= 0) {
1874
 
1875
  //parseInt is applied to allow floats for slides/page
1876
  requestEl = slideIndex * parseInt(getMoveBy());
1882
  * (e.g. if you destroy the slider on a next click),
1883
  * it doesn't throw an error.
1884
  */
1885
+ if (typeof (position) !== 'undefined') {
1886
+ value = slider.settings.mode === 'horizontal' ? -(position.left - moveBy) : -position.top;
 
 
 
 
 
 
 
 
1887
  // plugin values to be animated
1888
  setPositionProperty(value, 'slide', slider.settings.speed);
1889
 
1890
  }
1891
+ slider.working = false;
 
 
1892
 
1893
  }
1894
 
1895
+ if (slider.settings.ariaHidden) { applyAriaHiddenAttributes(slider.active.index * getMoveBy()); }
 
 
1896
  };
1897
 
1898
  /**
1900
  */
1901
  el.goToNextSlide = function () {
1902
  // if infiniteLoop is false and last page is showing, disregard call
1903
+ if (!slider.settings.infiniteLoop && slider.active.last) { return; }
1904
+ if (slider.working === true){ return ; }
 
1905
  var pagerIndex = parseInt(slider.active.index) + 1;
1906
  el.goToSlide(pagerIndex, 'next');
1907
  };
1911
  */
1912
  el.goToPrevSlide = function () {
1913
  // if infiniteLoop is false and last page is showing, disregard call
1914
+ if (!slider.settings.infiniteLoop && slider.active.index === 0) { return; }
1915
+ if (slider.working === true){ return ;}
 
1916
  var pagerIndex = parseInt(slider.active.index) - 1;
1917
  el.goToSlide(pagerIndex, 'prev');
1918
  };
1938
  el.goToPrevSlide();
1939
  }
1940
  }, slider.settings.pause);
1941
+ // callback for when the auto rotate status changes
1942
+ slider.settings.onAutoChange.call(el, true);
1943
  // if auto controls are displayed and preventControlUpdate is not true
1944
  if (slider.settings.autoControls && preventControlUpdate !== true) {
1945
  updateAutoControls('stop');
1953
  * - if true, auto controls state will not be updated
1954
  */
1955
  el.stopAuto = function (preventControlUpdate) {
1956
+ // if slider is auto paused, just clear that state
1957
+ if (slider.autoPaused) slider.autoPaused = false;
1958
  // if no interval exists, disregard call
1959
+ if (!slider.interval) { return; }
 
 
1960
  // clear the interval
1961
  clearInterval(slider.interval);
1962
  slider.interval = null;
1963
+ // callback for when the auto rotate status changes
1964
+ slider.settings.onAutoChange.call(el, false);
1965
  // if auto controls are displayed and preventControlUpdate is not true
1966
+ if (slider.settings.autoControls && preventControlUpdate !== true) { updateAutoControls('start'); }
 
 
1967
  //clearInterval(el.visibilityInterval);
1968
  };
1969
 
2010
  el.redrawSlider = function () {
2011
  // resize all children in ratio to new screen size
2012
  slider.children.add(el.find('.wpmslider-clone')).outerWidth(getSlideWidth());
2013
+
2014
  // adjust the height
2015
  slider.viewport.css('height', getViewportHeight());
2016
+
2017
  // update the slide position
2018
+ // if (!slider.settings.ticker) { setSlidePosition(); } // disabling ticker
2019
  setSlidePosition();
2020
+
2021
  // if active.last was true before the screen resize, we want
2022
  // to keep it last no matter what screen size we end on
2023
  if (slider.active.last) {
2024
  slider.active.index = getPagerQty() - 1;
2025
  }
2026
+
2027
  // if the active index (page) no longer exists due to the resize, simply set the index as last
2028
  if (slider.active.index >= getPagerQty()) {
2029
  slider.active.last = true;
2030
  }
2031
+
2032
  // if a pager is being displayed and a custom pager is not being used, update it
2033
  if (slider.settings.pager && !slider.settings.pagerCustom) {
2034
  populatePager();
2035
  updatePagerActive(slider.active.index);
2036
  }
2037
+
2038
  if (slider.settings.ariaHidden) {
2039
  applyAriaHiddenAttributes(slider.active.index * getMoveBy());
2040
  }
2054
  slider.children.each(function () {
2055
  if ($(this).data('origStyle') !== undefined) {
2056
  $(this).attr('style', $(this).data('origStyle'));
2057
+ } else {
 
2058
  $(this).removeAttr('style');
2059
  }
2060
  });
2061
 
2062
  if ($(this).data('origStyle') !== undefined) {
2063
  this.attr('style', $(this).data('origStyle'));
2064
+ } else {
 
2065
  $(this).removeAttr('style');
2066
  }
2067
 
2076
  if (slider.controls.prev) {
2077
  slider.controls.prev.remove();
2078
  }
2079
+ if (slider.pagerEl && slider.settings.controls && !slider.settings.pagerCustom) { slider.pagerEl.remove(); }
 
 
2080
 
2081
  $('.wpmslider-caption', this).remove();
2082
 
2108
  }
2109
  el.destroySlider();
2110
  init();
2111
+ // store reference to self in order to access public functions later
2112
  $(el).data('strongSlider', this);
2113
  };
2114
 
public/js/lib/strongslider/jquery.strongslider.min.js CHANGED
@@ -1,2 +1 @@
1
- (function($){var defaults={debug:false,logAs:"strongSlider",compat:{lazyload:{active:false,classes:{}}},mode:"horizontal",slideSelector:"div.t-slide",infiniteLoop:true,hideControlOnEnd:false,speed:500,easing:null,slideMargin:0,startSlide:0,randomStart:false,captions:false,adaptiveHeight:false,adaptiveHeightSpeed:500,useCSS:true,preloadImages:"visible",responsive:true,slideZIndex:50,stretch:false,imagesLoaded:true,wrapperClass:"wpmslider-wrapper",touchEnabled:true,swipeThreshold:50,oneToOneTouch:true,preventDefaultSwipeX:true,preventDefaultSwipeY:false,ariaLive:true,ariaHidden:true,keyboardEnabled:false,pager:true,pagerType:"full",pagerShortSeparator:" / ",pagerSelector:null,buildPager:null,pagerCustom:null,controls:true,nextText:"Next",prevText:"Prev",nextSelector:null,prevSelector:null,autoControls:false,startText:"Start",stopText:"Stop",autoControlsCombine:false,autoControlsSelector:null,auto:true,pause:4e3,autoStart:true,autoDirection:"next",stopAutoOnClick:false,autoHover:false,autoDelay:0,autoSlideForOnePage:false,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,shrinkItems:false,onSliderLoad:function(){return true},onSlideBefore:function(){return true},onSlideAfter:function(){return true},onSlideNext:function(){return true},onSlidePrev:function(){return true},onSliderResize:function(){return true}};$.fn.strongSlider=function(options){if(this.length===0){return this}var slider={},viewEl=this,el=this.find(".wpmslider-content");if($(el).data("strongSlider")){return}var init=function(){if($(el).data("strongSlider")){return}slider.visibilityInterval=0;slider.hidden=false;var sliderVar=viewEl.data("slider-var");var config={};if(typeof window[sliderVar]!=="undefined"){config=window[sliderVar].config}slider.settings=$.extend({},defaults,config,options);slider.debug=slider.settings.debug;slider.logAs=slider.settings.logAs;if(slider.debug)console.log(slider.logAs,"slider.settings",slider.settings);slider.settings.slideWidth=parseInt(slider.settings.slideWidth);slider.children=el.children(slider.settings.slideSelector);if(slider.children.length<slider.settings.minSlides){slider.settings.minSlides=slider.children.length}if(slider.children.length<slider.settings.maxSlides){slider.settings.maxSlides=slider.children.length}if(slider.settings.randomStart){slider.settings.startSlide=Math.floor(Math.random()*slider.children.length)}slider.active={index:slider.settings.startSlide};slider.carousel=slider.settings.minSlides>1||slider.settings.maxSlides>1;if(slider.carousel){slider.settings.preloadImages="all"}slider.minThreshold=slider.settings.minSlides*slider.settings.slideWidth+(slider.settings.minSlides-1)*slider.settings.slideMargin;slider.maxThreshold=slider.settings.maxSlides*slider.settings.slideWidth+(slider.settings.maxSlides-1)*slider.settings.slideMargin;slider.working=false;slider.controls={};slider.interval=null;slider.animProp=slider.settings.mode==="vertical"?"top":"left";slider.usingCSS=slider.settings.useCSS&&slider.settings.mode!=="fade"&&function(){var div=document.createElement("div");var props=["WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var i=0;i<props.length;i++){if(div.style[props[i]]!==undefined){slider.cssPrefix=props[i].replace("Perspective","").toLowerCase();slider.animProp="-"+slider.cssPrefix+"-transform";return true}}return false}();if(slider.settings.mode==="vertical"){slider.settings.maxSlides=slider.settings.minSlides}el.data("origStyle",el.attr("style"));el.children(slider.settings.slideSelector).each(function(){$(this).data("origStyle",$(this).attr("style"))});if(!el.getSlideCount()){return}if(slider.settings.imagesLoaded){viewEl.imagesLoaded(function(){initVisibilityCheck()})}else{initVisibilityCheck()}};var reallyVisible=function(){return viewEl.is(":visible")&&viewEl.css("visibility")!=="hidden"};var compatCheck=function(){if(slider.settings.compat.lazyload){var inProgress=false;for(var i=0,len=slider.settings.compat.lazyload.classes.length;i<len;i++){var startClass=slider.settings.compat.lazyload.classes[i].start;var finishClass=slider.settings.compat.lazyload.classes[i].finish;if(startClass&&finishClass){if(viewEl.find("img."+startClass).length&&!viewEl.find("img."+finishClass).length){inProgress=true}}else if(startClass){if(viewEl.find("img."+startClass).length){inProgress=true}}else if(finishClass){if(!viewEl.find("img."+finishClass).length){inProgress=true}}}if(inProgress){if(slider.debug)console.log(slider.logAs,"lazy loading...");return false}}if(slider.debug)console.log(slider.logAs,"compat check complete");return true};var initVisibilityCheck=function(){if(reallyVisible()&&compatCheck()){clearInterval(slider.visibilityInterval);setup()}else{if(slider.visibilityInterval===0){slider.visibilityInterval=setInterval(initVisibilityCheck,1e3*4)}}};var setup=function(){var preloadSelector=slider.children.eq(slider.settings.startSlide);el.wrap('<div class="'+slider.settings.wrapperClass+'"><div class="wpmslider-viewport"></div></div>');slider.viewport=el.parent();if(slider.settings.ariaLive){slider.viewport.attr("aria-live","polite")}slider.loader=$('<div class="wpmslider-loading" />');slider.viewport.prepend(slider.loader);el.css({width:slider.settings.mode==="horizontal"?slider.children.length*1e3+215+"%":"auto",position:"relative"});if(slider.usingCSS&&slider.settings.easing){el.css("-"+slider.cssPrefix+"-transition-timing-function",slider.settings.easing)}else if(!slider.settings.easing){slider.settings.easing="swing"}slider.viewport.css({width:"100%",overflow:"hidden",position:"relative"});slider.viewport.parent().css({maxWidth:getViewportMaxWidth()});if(!slider.settings.pager&&!slider.settings.controls){slider.viewport.parent().css({margin:"0 auto 0px"})}slider.children.css({float:slider.settings.mode==="horizontal"?"left":"none",position:"relative"});slider.children.css("width",getSlideWidth());if(slider.settings.mode==="horizontal"&&slider.settings.slideMargin>0){slider.children.css("marginRight",slider.settings.slideMargin)}if(slider.settings.mode==="vertical"&&slider.settings.slideMargin>0){slider.children.css("marginBottom",slider.settings.slideMargin)}if(slider.settings.mode==="fade"){slider.children.css({position:"absolute",zIndex:0,display:"none"});slider.children.eq(slider.settings.startSlide).css({zIndex:slider.settings.slideZIndex,display:"block"})}else{slider.children.css({display:"block"})}slider.controls.el=$('<div class="wpmslider-controls" />');if(slider.settings.captions){appendCaptions()}slider.active.last=slider.settings.startSlide===getPagerQty()-1;if(slider.settings.preloadImages==="all"){preloadSelector=slider.children}if(slider.settings.controls){appendControlPrev()}if(slider.settings.auto&&slider.settings.autoControls){appendControlsAuto()}if(slider.settings.pager){appendPager()}if(slider.settings.controls){appendControlNext()}if(slider.settings.controls||slider.settings.autoControls||slider.settings.pager){slider.viewport.after(slider.controls.el)}start()};var start=function(){if(slider.settings.infiniteLoop&&slider.settings.mode!=="fade"){var slice=slider.settings.mode==="vertical"?slider.settings.minSlides:slider.settings.maxSlides;var sliceAppend=slider.children.slice(0,slice).clone(true).addClass("wpmslider-clone");var slicePrepend=slider.children.slice(-slice).clone(true).addClass("wpmslider-clone");if(slider.settings.ariaHidden){sliceAppend.attr("aria-hidden",true);slicePrepend.attr("aria-hidden",true)}el.append(sliceAppend).prepend(slicePrepend)}slider.loader.remove();setSlidePosition();if(slider.settings.mode==="vertical"){slider.settings.adaptiveHeight=true}slider.viewport.height(getViewportHeight());if(slider.settings.stretch){setSlideHeight()}el.redrawSlider();slider.settings.onSliderLoad.call(el,slider.active.index);slider.initialized=true;slider.visibilityInterval=setInterval(visibilityCheck,500);if(slider.settings.responsive){attachListeners()}if(slider.settings.auto&&slider.settings.autoStart&&(getPagerQty()>1||slider.settings.autoSlideForOnePage)){initAuto()}if(slider.settings.pager){updatePagerActive(slider.settings.startSlide)}if(slider.settings.controls){updateDirectionControls()}if(slider.settings.touchEnabled){initTouch()}if(slider.settings.keyboardEnabled){$(document).keydown(keyPress)}};var attachListeners=function(){window.addEventListener("resize",updateLayout,false);window.addEventListener("orientationchange",updateLayout,false);window.addEventListener("blur",function(){pauseEvent("blur")});window.addEventListener("focus",function(){playEvent("blur")})};var updateLayout=_.debounce(function(){resizeWindow()},250);var visibilityCheck=function(){if(!slider.settings.auto){return}if(!reallyVisible()){pauseEvent("hide")}else{playEvent("hide")}if(!verge.inViewport(el)){pauseEvent("scroll")}else{playEvent("scroll")}};var pauseEvent=function(action){if(slider.interval){el.stopAuto(true);slider.autoPaused=action;if(slider.debug)console.log(slider.logAs,"pause",action)}};var playEvent=function(action){if(slider.autoPaused===action){el.startAuto(true);slider.autoPaused=null;if(slider.debug)console.log(slider.logAs,"play",action)}};var setSlideHeight=function(){var heights=slider.children.map(function(){return jQuery(this).actual("outerHeight")}).get();var maxHeight=arrayMax(heights);slider.children.height(maxHeight)};var arrayMax=function(array){return Math.max.apply(Math,array)};var getViewportHeight=function(){var height=0;var children=$();if(slider.settings.mode!=="vertical"&&!slider.settings.adaptiveHeight){children=slider.children}else{if(!slider.carousel){children=slider.children.eq(slider.active.index)}else{var currentIndex=slider.settings.moveSlides===1?slider.active.index:slider.active.index*getMoveBy();children=slider.children.eq(currentIndex);for(var i=1;i<=slider.settings.maxSlides-1;i++){if(currentIndex+i>=slider.children.length){children=children.add(slider.children.eq(i-1))}else{children=children.add(slider.children.eq(currentIndex+i))}}}}if(slider.settings.mode==="vertical"){children.each(function(index){height+=$(this).outerHeight()});if(slider.settings.slideMargin>0){height+=slider.settings.slideMargin*(slider.settings.minSlides-1)}}else{height=Math.max.apply(Math,children.map(function(){return $(this).outerHeight(false)}).get())}if(slider.viewport.css("box-sizing")==="border-box"){height+=parseFloat(slider.viewport.css("padding-top"))+parseFloat(slider.viewport.css("padding-bottom"))+parseFloat(slider.viewport.css("border-top-width"))+parseFloat(slider.viewport.css("border-bottom-width"))}else if(slider.viewport.css("box-sizing")==="padding-box"){height+=parseFloat(slider.viewport.css("padding-top"))+parseFloat(slider.viewport.css("padding-bottom"))}return height};var getViewportMaxWidth=function(){var width="100%";if(slider.settings.slideWidth>0){if(slider.settings.mode==="horizontal"){width=slider.settings.maxSlides*slider.settings.slideWidth+(slider.settings.maxSlides-1)*slider.settings.slideMargin}else{width=slider.settings.slideWidth}}return width};var getSlideWidth=function(){var newElWidth=slider.settings.slideWidth,wrapWidth=slider.viewport.width();if(slider.settings.slideWidth===0||slider.settings.slideWidth>wrapWidth&&!slider.carousel||slider.settings.mode==="vertical"){newElWidth=wrapWidth}else if(slider.settings.maxSlides>1&&slider.settings.mode==="horizontal"){if(wrapWidth>slider.maxThreshold){return newElWidth}else if(wrapWidth<slider.minThreshold){newElWidth=(wrapWidth-slider.settings.slideMargin*(slider.settings.minSlides-1))/slider.settings.minSlides}else if(slider.settings.shrinkItems){newElWidth=Math.floor((wrapWidth+slider.settings.slideMargin)/Math.ceil((wrapWidth+slider.settings.slideMargin)/(newElWidth+slider.settings.slideMargin))-slider.settings.slideMargin)}}return newElWidth};var getNumberSlidesShowing=function(){var slidesShowing=1,childWidth=null;if(slider.settings.mode==="horizontal"&&slider.settings.slideWidth>0){if(slider.viewport.width()<slider.minThreshold){slidesShowing=slider.settings.minSlides}else if(slider.viewport.width()>slider.maxThreshold){slidesShowing=slider.settings.maxSlides}else{childWidth=slider.children.first().width()+slider.settings.slideMargin;slidesShowing=Math.floor((slider.viewport.width()+slider.settings.slideMargin)/childWidth)}}else if(slider.settings.mode==="vertical"){slidesShowing=slider.settings.minSlides}return slidesShowing};var getPagerQty=function(){var pagerQty=0,breakPoint=0,counter=0;if(slider.settings.moveSlides>0){if(slider.settings.infiniteLoop){pagerQty=Math.ceil(slider.children.length/getMoveBy())}else{while(breakPoint<slider.children.length){++pagerQty;breakPoint=counter+getNumberSlidesShowing();counter+=slider.settings.moveSlides<=getNumberSlidesShowing()?slider.settings.moveSlides:getNumberSlidesShowing()}}}else{pagerQty=Math.ceil(slider.children.length/getNumberSlidesShowing())}return pagerQty};var getMoveBy=function(){if(slider.settings.moveSlides>0&&slider.settings.moveSlides<=getNumberSlidesShowing()){return slider.settings.moveSlides}return getNumberSlidesShowing()};var setSlidePosition=function(){var position,lastChild,lastShowingIndex;if(slider.children.length>slider.settings.maxSlides&&slider.active.last&&!slider.settings.infiniteLoop){if(slider.settings.mode==="horizontal"){lastChild=slider.children.last();position=lastChild.position();setPositionProperty(-(position.left-(slider.viewport.width()-lastChild.outerWidth())),"reset",0)}else if(slider.settings.mode==="vertical"){lastShowingIndex=slider.children.length-slider.settings.minSlides;position=slider.children.eq(lastShowingIndex).position();setPositionProperty(-position.top,"reset",0)}}else{position=slider.children.eq(slider.active.index*getMoveBy()).position();if(slider.active.index===getPagerQty()-1){slider.active.last=true}if(position!==undefined){if(slider.settings.mode==="horizontal"){setPositionProperty(-position.left,"reset",0)}else if(slider.settings.mode==="vertical"){setPositionProperty(-position.top,"reset",0)}else if(slider.settings.mode==="none"){setPositionProperty(-position.top,"reset",0)}}}};var setPositionProperty=function(value,type,duration,params){var animateObj,propValue;if(slider.usingCSS){if(slider.settings.mode==="vertical"){propValue="translateY("+value+"px)"}else if(slider.settings.mode==="horizontal"){propValue="translateX("+value+"px"}else if(slider.settings.mode==="none"){propValue="translateY("+value+"px)";duration=0}el.css("-"+slider.cssPrefix+"-transition-duration",duration/1e3+"s");if(type==="slide"){el.css(slider.animProp,propValue);if(duration!==0){el.on("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(e){if(!$(e.target).is(el)){return}el.off("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd");updateAfterSlideTransition()})}else{updateAfterSlideTransition()}}else if(type==="reset"){el.css(slider.animProp,propValue)}}else{animateObj={};animateObj[slider.animProp]=value;if(type==="slide"){el.animate(animateObj,duration,slider.settings.easing,function(){updateAfterSlideTransition()})}else if(type==="reset"){el.css(slider.animProp,value)}}};var populatePager=function(){var pagerHtml="",linkContent="",pagerQty=getPagerQty();for(var i=0;i<pagerQty;i++){linkContent="";if(slider.settings.buildPager){if(slider.settings.buildPager==="icons"){linkContent=""}if($.isFunction(slider.settings.buildPager)||slider.settings.pagerCustom){linkContent=slider.settings.buildPager(i)}slider.pagerEl.addClass("wpmslider-custom-pager")}else{linkContent=i+1;slider.pagerEl.addClass("wpmslider-default-pager")}pagerHtml+='<div class="wpmslider-pager-item"><a href="" data-slide-index="'+i+'" class="wpmslider-pager-link">'+linkContent+"</a></div>"}slider.pagerEl.html(pagerHtml)};var appendPager=function(){if(!slider.settings.pagerCustom){slider.pagerEl=$('<div class="wpmslider-pager" />');if(slider.settings.pagerSelector){$(slider.settings.pagerSelector).html(slider.pagerEl)}else{slider.controls.el.addClass("wpmslider-has-pager").append(slider.pagerEl)}populatePager()}else{slider.pagerEl=$(slider.settings.pagerCustom)}slider.pagerEl.on("click touchend","a",clickPagerBind)};var appendControlPrev=function(){slider.controls.prev=$('<a class="wpmslider-prev" href="">'+slider.settings.prevText+"</a>");slider.controls.prev.on("click touchend",clickPrevBind);if(slider.settings.prevSelector){$(slider.settings.prevSelector).append(slider.controls.prev)}if(!slider.settings.prevSelector){slider.controls.directionEl=$('<div class="wpmslider-controls-direction" />');slider.controls.directionEl.append(slider.controls.prev);slider.controls.el.addClass("wpmslider-has-controls-direction").append(slider.controls.directionEl)}};var appendControlNext=function(){slider.controls.next=$('<a class="wpmslider-next" href="">'+slider.settings.nextText+"</a>");slider.controls.next.on("click touchend",clickNextBind);if(slider.settings.nextSelector){$(slider.settings.nextSelector).append(slider.controls.next)}if(!slider.settings.nextSelector){slider.controls.directionEl=$('<div class="wpmslider-controls-direction" />');slider.controls.directionEl.append(slider.controls.next);slider.controls.el.addClass("wpmslider-has-controls-direction").append(slider.controls.directionEl)}};var appendControlsAuto=function(){slider.controls.start=$('<div class="wpmslider-controls-auto-item"><a class="wpmslider-start" href="">'+slider.settings.startText+"</a></div>");slider.controls.stop=$('<div class="wpmslider-controls-auto-item"><a class="wpmslider-stop" href="">'+slider.settings.stopText+"</a></div>");slider.controls.autoEl=$('<div class="wpmslider-controls-auto" />');slider.controls.autoEl.on("click",".wpmslider-start",clickStartBind);slider.controls.autoEl.on("click",".wpmslider-stop",clickStopBind);if(slider.settings.autoControlsCombine){slider.controls.autoEl.append(slider.controls.start)}else{slider.controls.autoEl.append(slider.controls.start).append(slider.controls.stop)}if(slider.settings.autoControlsSelector){$(slider.settings.autoControlsSelector).html(slider.controls.autoEl)}else{slider.controls.el.addClass("wpmslider-has-controls-auto").append(slider.controls.autoEl)}updateAutoControls(slider.settings.autoStart?"stop":"start")};var appendCaptions=function(){slider.children.each(function(index){var title=$(this).find("img:first").attr("title");if(title!==undefined&&(""+title).length){$(this).append('<div class="wpmslider-caption"><span>'+title+"</span></div>")}})};var clickNextBind=function(e){e.preventDefault();e.stopPropagation();if(slider.controls.el.hasClass("disabled")){return}if(slider.settings.auto&&slider.settings.stopAutoOnClick){if(slider.debug)console.log(slider.logAs,"stop on navigation");el.stopAuto()}el.goToNextSlide()};var clickPrevBind=function(e){e.preventDefault();e.stopPropagation();if(slider.controls.el.hasClass("disabled")){return}if(slider.settings.auto&&slider.settings.stopAutoOnClick){if(slider.debug)console.log(slider.logAs,"stop on navigation");el.stopAuto()}el.goToPrevSlide()};var clickStartBind=function(e){el.startAuto();e.preventDefault();e.stopPropagation()};var clickStopBind=function(e){el.stopAuto();e.preventDefault();e.stopPropagation()};var clickPagerBind=function(e){var pagerLink,pagerIndex;e.preventDefault();e.stopPropagation();if(slider.controls.el.hasClass("disabled")){return}if(slider.settings.auto&&slider.settings.stopAutoOnClick){if(slider.debug)console.log(slider.logAs,"stop on navigation");el.stopAuto()}pagerLink=$(e.currentTarget);if(pagerLink.attr("data-slide-index")!==undefined){pagerIndex=parseInt(pagerLink.attr("data-slide-index"));if(pagerIndex!==slider.active.index){el.goToSlide(pagerIndex)}}};var updatePagerActive=function(slideIndex){var len=slider.children.length;if(slider.settings.pagerType==="short"){if(slider.settings.maxSlides>1){len=Math.ceil(slider.children.length/slider.settings.maxSlides)}slider.pagerEl.html(slideIndex+1+slider.settings.pagerShortSeparator+len);return}slider.pagerEl.find("a").removeClass("active");slider.pagerEl.each(function(i,el){$(el).find("a").eq(slideIndex).addClass("active")})};var updateAfterSlideTransition=function(){if(slider.settings.infiniteLoop){var position="";if(slider.active.index===0){position=slider.children.eq(0).position()}else if(slider.active.index===getPagerQty()-1&&slider.carousel){position=slider.children.eq((getPagerQty()-1)*getMoveBy()).position()}else if(slider.active.index===slider.children.length-1){position=slider.children.eq(slider.children.length-1).position()}if(position){if(slider.settings.mode==="horizontal"){setPositionProperty(-position.left,"reset",0)}else if(slider.settings.mode==="vertical"){setPositionProperty(-position.top,"reset",0)}}}slider.working=false;slider.settings.onSlideAfter.call(el,slider.children.eq(slider.active.index),slider.oldIndex,slider.active.index)};var updateAutoControls=function(state){if(slider.settings.autoControlsCombine){slider.controls.autoEl.html(slider.controls[state])}else{slider.controls.autoEl.find("a").removeClass("active");slider.controls.autoEl.find("a:not(.wpmslider-"+state+")").addClass("active")}};var updateDirectionControls=function(){if(getPagerQty()===1){slider.controls.prev.addClass("disabled");slider.controls.next.addClass("disabled")}else if(!slider.settings.infiniteLoop&&slider.settings.hideControlOnEnd){if(slider.active.index===0){slider.controls.prev.addClass("disabled");slider.controls.next.removeClass("disabled")}else if(slider.active.index===getPagerQty()-1){slider.controls.next.addClass("disabled");slider.controls.prev.removeClass("disabled")}else{slider.controls.prev.removeClass("disabled");slider.controls.next.removeClass("disabled")}}};var initAuto=function(){if(slider.settings.autoDelay>0){var timeout=setTimeout(el.startAuto,slider.settings.autoDelay)}else{el.startAuto()}if(slider.settings.autoHover){el.hover(function(){pauseEvent("hover")},function(){playEvent("hover")})}};var keyPress=function(e){var activeElementTag=document.activeElement.tagName.toLowerCase(),tagFilters="input|textarea",p=new RegExp(activeElementTag,["i"]),result=p.exec(tagFilters);if(result===null&&verge.inViewport(el)){if(e.keyCode===39){clickNextBind(e);return false}else if(e.keyCode===37){clickPrevBind(e);return false}}};var initTouch=function(){slider.touch={start:{x:0,y:0},end:{x:0,y:0}};slider.viewport.on("touchstart MSPointerDown pointerdown",onTouchStart);slider.viewport.on("click",".wpmslider a",function(e){if(slider.viewport.hasClass("click-disabled")){e.preventDefault();e.stopPropagation();slider.viewport.removeClass("click-disabled")}})};var onTouchStart=function(e){slider.controls.el.addClass("disabled");if(slider.working){e.preventDefault();e.stopPropagation();slider.controls.el.removeClass("disabled")}else{slider.touch.originalPos=el.position();var orig=e.originalEvent,touchPoints=typeof orig.changedTouches!=="undefined"?orig.changedTouches:[orig];var chromePointerEvents=typeof PointerEvent==="function";if(chromePointerEvents){if(orig.pointerId===undefined){return}}slider.touch.start.x=touchPoints[0].pageX;slider.touch.start.y=touchPoints[0].pageY;if(slider.viewport.get(0).setPointerCapture){slider.pointerId=orig.pointerId;if(slider.pointerId===1){slider.viewport.get(0).setPointerCapture(slider.pointerId)}}slider.viewport.on("touchmove MSPointerMove pointermove",onTouchMove);slider.viewport.on("touchend MSPointerUp pointerup",onTouchEnd);slider.viewport.on("MSPointerCancel pointercancel",onPointerCancel)}};var onPointerCancel=function(e){setPositionProperty(slider.touch.originalPos.left,"reset",0);slider.controls.el.removeClass("disabled");slider.viewport.off("MSPointerCancel pointercancel",onPointerCancel);slider.viewport.off("touchmove MSPointerMove pointermove",onTouchMove);slider.viewport.off("touchend MSPointerUp pointerup",onTouchEnd);if(slider.viewport.get(0).releasePointerCapture){slider.viewport.get(0).releasePointerCapture(slider.pointerId)}};var onTouchMove=function(e){var orig=e.originalEvent,touchPoints=typeof orig.changedTouches!=="undefined"?orig.changedTouches:[orig],xMovement=Math.abs(touchPoints[0].pageX-slider.touch.start.x),yMovement=Math.abs(touchPoints[0].pageY-slider.touch.start.y),value=0,change=0;if(xMovement*3>yMovement&&slider.settings.preventDefaultSwipeX){e.preventDefault();e.stopPropagation()}else if(yMovement*3>xMovement&&slider.settings.preventDefaultSwipeY){e.preventDefault();e.stopPropagation()}if(slider.settings.mode!=="fade"&&slider.settings.oneToOneTouch){if(slider.settings.mode==="horizontal"){change=touchPoints[0].pageX-slider.touch.start.x;value=slider.touch.originalPos.left+change}else{change=touchPoints[0].pageY-slider.touch.start.y;value=slider.touch.originalPos.top+change}setPositionProperty(value,"reset",0)}};var onTouchEnd=function(e){slider.viewport.off("touchmove MSPointerMove pointermove",onTouchMove);slider.controls.el.removeClass("disabled");var orig=e.originalEvent,touchPoints=typeof orig.changedTouches!=="undefined"?orig.changedTouches:[orig],value=0,distance=0;slider.touch.end.x=touchPoints[0].pageX;slider.touch.end.y=touchPoints[0].pageY;if(slider.settings.mode==="fade"){distance=Math.abs(slider.touch.start.x-slider.touch.end.x);if(distance>=slider.settings.swipeThreshold){if(slider.touch.start.x>slider.touch.end.x){el.goToNextSlide()}else{el.goToPrevSlide()}el.stopAuto()}}else{if(slider.settings.mode==="horizontal"){distance=slider.touch.end.x-slider.touch.start.x;value=slider.touch.originalPos.left}else{distance=slider.touch.end.y-slider.touch.start.y;value=slider.touch.originalPos.top}if(!slider.settings.infiniteLoop&&(slider.active.index===0&&distance>0||slider.active.last&&distance<0)){setPositionProperty(value,"reset",200)}else{if(Math.abs(distance)>=slider.settings.swipeThreshold){if(distance<0){el.goToNextSlide()}else{el.goToPrevSlide()}el.stopAuto()}else{setPositionProperty(value,"reset",200)}}}slider.viewport.off("touchend MSPointerUp pointerup",onTouchEnd);if(slider.viewport.get(0).releasePointerCapture){slider.viewport.get(0).releasePointerCapture(slider.pointerId)}};var resizeWindow=function(e){if(!slider.initialized){return}if(slider.working){window.setTimeout(resizeWindow,10)}else{el.redrawSlider();slider.settings.onSliderResize.call(el,slider.active.index)}};var applyAriaHiddenAttributes=function(startVisibleIndex){var numberOfSlidesShowing=getNumberSlidesShowing();if(slider.settings.ariaHidden){slider.children.attr("aria-hidden","true");slider.children.slice(startVisibleIndex,startVisibleIndex+numberOfSlidesShowing).attr("aria-hidden","false")}};var setSlideIndex=function(slideIndex){if(slideIndex<0){if(slider.settings.infiniteLoop){return getPagerQty()-1}else{return slider.active.index}}else if(slideIndex>=getPagerQty()){if(slider.settings.infiniteLoop){return 0}else{return slider.active.index}}else{return slideIndex}};el.goToSlide=function(slideIndex,direction){var performTransition,moveBy=0,position={left:0,top:0},lastChild=null,lastShowingIndex,eq,value,requestEl;slider.oldIndex=slider.active.index;slider.active.index=setSlideIndex(slideIndex);if(slider.working||slider.active.index===slider.oldIndex){return}slider.working=true;performTransition=slider.settings.onSlideBefore.call(el,slider.children.eq(slider.active.index),slider.oldIndex,slider.active.index);if(typeof performTransition!=="undefined"&&!performTransition){slider.active.index=slider.oldIndex;slider.working=false;return}if(direction==="next"){if(!slider.settings.onSlideNext.call(el,slider.children.eq(slider.active.index),slider.oldIndex,slider.active.index)){performTransition=false}}else if(direction==="prev"){if(!slider.settings.onSlidePrev.call(el,slider.children.eq(slider.active.index),slider.oldIndex,slider.active.index)){performTransition=false}}slider.active.last=slider.active.index>=getPagerQty()-1;if(slider.settings.pager||slider.settings.pagerCustom){updatePagerActive(slider.active.index)}if(slider.settings.controls){updateDirectionControls()}if(slider.settings.mode==="fade"){if(slider.settings.adaptiveHeight&&slider.viewport.height()!==getViewportHeight()){slider.viewport.animate({height:getViewportHeight()},slider.settings.adaptiveHeightSpeed)}slider.children.filter(":visible").fadeOut(slider.settings.speed).css({zIndex:0});slider.children.eq(slider.active.index).css("zIndex",slider.settings.slideZIndex+1).fadeIn(slider.settings.speed,function(){$(this).css("zIndex",slider.settings.slideZIndex);updateAfterSlideTransition()})}else{if(slider.settings.adaptiveHeight&&slider.viewport.height()!==getViewportHeight()){slider.viewport.animate({height:getViewportHeight()},slider.settings.adaptiveHeightSpeed)}if(!slider.settings.infiniteLoop&&slider.carousel&&slider.active.last){if(slider.settings.mode==="horizontal"){lastChild=slider.children.eq(slider.children.length-1);position=lastChild.position();moveBy=slider.viewport.width()-lastChild.outerWidth()}else{lastShowingIndex=slider.children.length-slider.settings.minSlides;position=slider.children.eq(lastShowingIndex).position()}}else if(slider.carousel&&slider.active.last&&direction==="prev"){eq=slider.settings.moveSlides===1?slider.settings.maxSlides-getMoveBy():(getPagerQty()-1)*getMoveBy()-(slider.children.length-slider.settings.maxSlides);lastChild=el.children(".wpmslider-clone").eq(eq);position=lastChild.position()}else if(direction==="next"&&slider.active.index===0){position=el.find("> .wpmslider-clone").eq(slider.settings.maxSlides).position();slider.active.last=false}else if(slideIndex>=0){requestEl=slideIndex*parseInt(getMoveBy());position=slider.children.eq(requestEl).position()}if(typeof position!=="undefined"){if(slider.settings.mode==="horizontal"){value=-(position.left-moveBy)}else{value=-position.top}setPositionProperty(value,"slide",slider.settings.speed)}else{slider.working=false}}if(slider.settings.ariaHidden){applyAriaHiddenAttributes(slider.active.index*getMoveBy())}};el.goToNextSlide=function(){if(!slider.settings.infiniteLoop&&slider.active.last){return}var pagerIndex=parseInt(slider.active.index)+1;el.goToSlide(pagerIndex,"next")};el.goToPrevSlide=function(){if(!slider.settings.infiniteLoop&&slider.active.index===0){return}var pagerIndex=parseInt(slider.active.index)-1;el.goToSlide(pagerIndex,"prev")};el.startAuto=function(preventControlUpdate){if(slider.interval){return}slider.interval=setInterval(function(){if(slider.settings.autoDirection==="next"){el.goToNextSlide()}else{el.goToPrevSlide()}},slider.settings.pause);if(slider.settings.autoControls&&preventControlUpdate!==true){updateAutoControls("stop")}};el.stopAuto=function(preventControlUpdate){if(!slider.interval){return}clearInterval(slider.interval);slider.interval=null;if(slider.settings.autoControls&&preventControlUpdate!==true){updateAutoControls("start")}};el.getCurrentSlide=function(){return slider.active.index};el.getCurrentSlideElement=function(){return slider.children.eq(slider.active.index)};el.getSlideElement=function(index){return slider.children.eq(index)};el.getSlideCount=function(){return slider.children.length};el.isWorking=function(){return slider.working};el.redrawSlider=function(){slider.children.add(el.find(".wpmslider-clone")).outerWidth(getSlideWidth());slider.viewport.css("height",getViewportHeight());setSlidePosition();if(slider.active.last){slider.active.index=getPagerQty()-1}if(slider.active.index>=getPagerQty()){slider.active.last=true}if(slider.settings.pager&&!slider.settings.pagerCustom){populatePager();updatePagerActive(slider.active.index)}if(slider.settings.ariaHidden){applyAriaHiddenAttributes(slider.active.index*getMoveBy())}};el.destroySlider=function(){if(!slider.initialized){return}slider.initialized=false;$(".wpmslider-clone",this).remove();slider.children.each(function(){if($(this).data("origStyle")!==undefined){$(this).attr("style",$(this).data("origStyle"))}else{$(this).removeAttr("style")}});if($(this).data("origStyle")!==undefined){this.attr("style",$(this).data("origStyle"))}else{$(this).removeAttr("style")}$(this).unwrap().unwrap();if(slider.controls.el){slider.controls.el.remove()}if(slider.controls.next){slider.controls.next.remove()}if(slider.controls.prev){
2
- slider.controls.prev.remove()}if(slider.pagerEl&&slider.settings.controls&&!slider.settings.pagerCustom){slider.pagerEl.remove()}$(".wpmslider-caption",this).remove();if(slider.controls.autoEl){slider.controls.autoEl.remove()}clearInterval(slider.interval);clearInterval(slider.visibilityInterval);if(slider.settings.responsive){$(window).off("resize",resizeWindow)}if(slider.settings.keyboardEnabled){$(document).off("keydown",keyPress)}$(this).removeData("strongSlider")};el.reloadSlider=function(settings){if(settings!==undefined){options=settings}el.destroySlider();init();$(el).data("strongSlider",this)};init();$(el).data("strongSlider",this);viewEl.attr("data-state","init");if(slider.debug)console.log(slider.logAs,"viewport",verge.viewportW(),"x",verge.viewportH());return this}})(jQuery);
1
+ (function($){var defaults={debug:false,logAs:"strongSlider",compat:{lazyload:{active:false,classes:{}}},mode:"horizontal",slideSelector:"div.t-slide",infiniteLoop:true,hideControlOnEnd:false,speed:500,easing:null,slideMargin:0,startSlide:0,randomStart:false,captions:false,adaptiveHeight:false,adaptiveHeightSpeed:500,video:false,useCSS:true,preloadImages:"visible",responsive:true,slideZIndex:50,wrapperClass:"wpmslider-wrapper",stretch:false,imagesLoaded:true,touchEnabled:true,swipeThreshold:50,oneToOneTouch:true,preventDefaultSwipeX:true,preventDefaultSwipeY:false,ariaLive:true,ariaHidden:true,keyboardEnabled:false,pager:true,pagerType:"full",pagerShortSeparator:" / ",pagerSelector:null,buildPager:null,pagerCustom:null,controls:true,nextText:"Next",prevText:"Prev",nextSelector:null,prevSelector:null,autoControls:false,startText:"Start",stopText:"Stop",autoControlsCombine:false,autoControlsSelector:null,auto:true,pause:4e3,autoStart:true,autoDirection:"next",stopAutoOnClick:false,autoHover:false,autoDelay:0,autoSlideForOnePage:false,minSlides:1,maxSlides:1,moveSlides:0,slideWidth:0,shrinkItems:false,onSliderLoad:function(){return true},onSlideBefore:function(){return true},onSlideAfter:function(){return true},onSlideNext:function(){return true},onSlidePrev:function(){return true},onSliderResize:function(){return true},onAutoChange:function(){return true}};$.fn.strongSlider=function(options){if(this.length===0){return this}var slider={},viewEl=this,el=this.find(".wpmslider-content");if($(el).data("strongSlider")){return}var init=function(){if($(el).data("strongSlider")){return}slider.visibilityInterval=0;slider.hidden=false;var sliderVar=viewEl.data("slider-var");var config={};if(typeof window[sliderVar]!=="undefined"){config=window[sliderVar].config}slider.settings=$.extend({},defaults,config,options);slider.debug=slider.settings.debug;slider.logAs=slider.settings.logAs;if(slider.debug)console.log(slider.logAs,"slider.settings",slider.settings);slider.settings.slideWidth=parseInt(slider.settings.slideWidth);slider.children=el.children(slider.settings.slideSelector);if(slider.children.length<slider.settings.minSlides){slider.settings.minSlides=slider.children.length}if(slider.children.length<slider.settings.maxSlides){slider.settings.maxSlides=slider.children.length}if(slider.settings.randomStart){slider.settings.startSlide=Math.floor(Math.random()*slider.children.length)}slider.active={index:slider.settings.startSlide};slider.carousel=slider.settings.minSlides>1||slider.settings.maxSlides>1;if(slider.carousel){slider.settings.preloadImages="all"}slider.minThreshold=slider.settings.minSlides*slider.settings.slideWidth+(slider.settings.minSlides-1)*slider.settings.slideMargin;slider.maxThreshold=slider.settings.maxSlides*slider.settings.slideWidth+(slider.settings.maxSlides-1)*slider.settings.slideMargin;slider.working=false;slider.controls={};slider.interval=null;slider.animProp=slider.settings.mode==="vertical"?"top":"left";slider.usingCSS=slider.settings.useCSS&&slider.settings.mode!=="fade"&&function(){var div=document.createElement("div"),props=["WebkitPerspective","MozPerspective","OPerspective","msPerspective"];for(var i=0;i<props.length;i++){if(div.style[props[i]]!==undefined){slider.cssPrefix=props[i].replace("Perspective","").toLowerCase();slider.animProp="-"+slider.cssPrefix+"-transform";return true}}return false}();if(slider.settings.mode==="vertical"){slider.settings.maxSlides=slider.settings.minSlides}el.data("origStyle",el.attr("style"));el.children(slider.settings.slideSelector).each(function(){$(this).data("origStyle",$(this).attr("style"))});if(!el.getSlideCount()){return}if(slider.settings.imagesLoaded){viewEl.imagesLoaded(function(){initVisibilityCheck()})}else{initVisibilityCheck()}};var reallyVisible=function(){return viewEl.is(":visible")&&viewEl.css("visibility")!=="hidden"};var compatCheck=function(){if(slider.settings.compat.lazyload){var inProgress=false;for(var i=0,len=slider.settings.compat.lazyload.classes.length;i<len;i++){var startClass=slider.settings.compat.lazyload.classes[i].start;var finishClass=slider.settings.compat.lazyload.classes[i].finish;if(startClass&&finishClass){if(viewEl.find("img."+startClass).length&&!viewEl.find("img."+finishClass).length){inProgress=true}}else if(startClass){if(viewEl.find("img."+startClass).length){inProgress=true}}else if(finishClass){if(!viewEl.find("img."+finishClass).length){inProgress=true}}}if(inProgress){if(slider.debug)console.log(slider.logAs,"lazy loading...");return false}}if(slider.debug)console.log(slider.logAs,"compat check complete");return true};var initVisibilityCheck=function(){if(reallyVisible()&&compatCheck()){clearInterval(slider.visibilityInterval);setup()}else{if(slider.visibilityInterval===0){slider.visibilityInterval=setInterval(initVisibilityCheck,1e3*4)}}};var setup=function(){var preloadSelector=slider.children.eq(slider.settings.startSlide);el.wrap('<div class="'+slider.settings.wrapperClass+'"><div class="wpmslider-viewport"></div></div>');slider.viewport=el.parent();if(slider.settings.ariaLive){slider.viewport.attr("aria-live","polite")}slider.loader=$('<div class="wpmslider-loading" />');slider.viewport.prepend(slider.loader);el.css({width:slider.settings.mode==="horizontal"?slider.children.length*1e3+215+"%":"auto",position:"relative"});if(slider.usingCSS&&slider.settings.easing){el.css("-"+slider.cssPrefix+"-transition-timing-function",slider.settings.easing)}else if(!slider.settings.easing){slider.settings.easing="swing"}slider.viewport.css({width:"100%",overflow:"hidden",position:"relative"});slider.viewport.parent().css({maxWidth:getViewportMaxWidth()});if(!slider.settings.pager&&!slider.settings.controls){slider.viewport.parent().css({margin:"0 auto"})}slider.children.css({float:slider.settings.mode==="horizontal"?"left":"none",listStyle:"none",position:"relative"});slider.children.css("width",getSlideWidth());if(slider.settings.mode==="horizontal"&&slider.settings.slideMargin>0){slider.children.css("marginRight",slider.settings.slideMargin)}if(slider.settings.mode==="vertical"&&slider.settings.slideMargin>0){slider.children.css("marginBottom",slider.settings.slideMargin)}if(slider.settings.mode==="fade"){slider.children.css({position:"absolute",zIndex:0,display:"none"});slider.children.eq(slider.settings.startSlide).css({zIndex:slider.settings.slideZIndex,display:"block"})}else{slider.children.css({display:"block"})}slider.controls.el=$('<div class="wpmslider-controls" />');if(slider.settings.captions){appendCaptions()}slider.active.last=slider.settings.startSlide===getPagerQty()-1;if(slider.settings.video){el.fitVids()}if(slider.settings.preloadImages==="none"){preloadSelector=null}else if(slider.settings.preloadImages==="all"){preloadSelector=slider.children}if(slider.settings.controls){appendControlPrev()}if(slider.settings.auto&&slider.settings.autoControls){appendControlsAuto()}if(slider.settings.pager){appendPager()}if(slider.settings.controls){appendControlNext()}if(slider.settings.controls||slider.settings.autoControls||slider.settings.pager){slider.viewport.after(slider.controls.el)}if(preloadSelector===null){start()}else{loadElements(preloadSelector,start)}};var loadElements=function(selector,callback){var total=selector.find('img:not([src=""]), iframe').length,count=0;if(total===0){callback();return}selector.find('img:not([src=""]), iframe').each(function(){$(this).one("load error",function(){if(++count===total){callback()}}).each(function(){if(this.complete||this.src===""){$(this).trigger("load")}})})};var start=function(){if(slider.settings.infiniteLoop&&slider.settings.mode!=="fade"){var slice=slider.settings.mode==="vertical"?slider.settings.minSlides:slider.settings.maxSlides,sliceAppend=slider.children.slice(0,slice).clone(true).addClass("wpmslider-clone"),slicePrepend=slider.children.slice(-slice).clone(true).addClass("wpmslider-clone");if(slider.settings.ariaHidden){sliceAppend.attr("aria-hidden",true);slicePrepend.attr("aria-hidden",true)}el.append(sliceAppend).prepend(slicePrepend)}slider.loader.remove();setSlidePosition();if(slider.settings.mode==="vertical"){slider.settings.adaptiveHeight=true}slider.viewport.height(getViewportHeight());if(slider.settings.stretch){setSlideHeight()}el.redrawSlider();slider.settings.onSliderLoad.call(el,slider.active.index);slider.initialized=true;slider.visibilityInterval=setInterval(visibilityCheck,500);if(slider.settings.responsive){attachListeners()}if(slider.settings.auto&&slider.settings.autoStart&&(getPagerQty()>1||slider.settings.autoSlideForOnePage)){initAuto()}if(slider.settings.pager){updatePagerActive(slider.settings.startSlide)}if(slider.settings.controls){updateDirectionControls()}if(slider.settings.touchEnabled){initTouch()}if(slider.settings.keyboardEnabled){$(document).keydown(keyPress)}};var attachListeners=function(){window.addEventListener("resize",updateLayout,false);window.addEventListener("orientationchange",updateLayout,false);window.addEventListener("blur",function(){pauseEvent("blur")});window.addEventListener("focus",function(){playEvent("blur")})};var updateLayout=_.debounce(function(){resizeWindow()},250);var visibilityCheck=function(){if(!slider.settings.auto){return}if(!reallyVisible()){pauseEvent("hide")}else{playEvent("hide")}if(!verge.inViewport(el)){pauseEvent("scroll")}else{playEvent("scroll")}};var pauseEvent=function(action){if(slider.interval){el.stopAuto(true);slider.autoPaused=action;if(slider.debug)console.log(slider.logAs,"pause",action)}};var playEvent=function(action){if(slider.autoPaused===action){el.startAuto(true);slider.autoPaused=null;if(slider.debug)console.log(slider.logAs,"play",action)}};var setSlideHeight=function(){var heights=slider.children.map(function(){return jQuery(this).actual("outerHeight")}).get();var maxHeight=arrayMax(heights);slider.children.height(maxHeight)};var arrayMax=function(array){return Math.max.apply(Math,array)};var getViewportHeight=function(){var height=0;var children=$();if(slider.settings.mode!=="vertical"&&!slider.settings.adaptiveHeight){children=slider.children}else{if(!slider.carousel){children=slider.children.eq(slider.active.index)}else{var currentIndex=slider.settings.moveSlides===1?slider.active.index:slider.active.index*getMoveBy();children=slider.children.eq(currentIndex);for(var i=1;i<=slider.settings.maxSlides-1;i++){if(currentIndex+i>=slider.children.length){children=children.add(slider.children.eq(i-1))}else{children=children.add(slider.children.eq(currentIndex+i))}}}}if(slider.settings.mode==="vertical"){children.each(function(index){height+=$(this).outerHeight()});if(slider.settings.slideMargin>0){height+=slider.settings.slideMargin*(slider.settings.minSlides-1)}}else{height=Math.max.apply(Math,children.map(function(){return $(this).outerHeight(false)}).get())}if(slider.viewport.css("box-sizing")==="border-box"){height+=parseFloat(slider.viewport.css("padding-top"))+parseFloat(slider.viewport.css("padding-bottom"))+parseFloat(slider.viewport.css("border-top-width"))+parseFloat(slider.viewport.css("border-bottom-width"))}else if(slider.viewport.css("box-sizing")==="padding-box"){height+=parseFloat(slider.viewport.css("padding-top"))+parseFloat(slider.viewport.css("padding-bottom"))}return height};var getViewportMaxWidth=function(){var width="100%";if(slider.settings.slideWidth>0){if(slider.settings.mode==="horizontal"){width=slider.settings.maxSlides*slider.settings.slideWidth+(slider.settings.maxSlides-1)*slider.settings.slideMargin}else{width=slider.settings.slideWidth}}return width};var getSlideWidth=function(){var newElWidth=slider.settings.slideWidth,wrapWidth=slider.viewport.width();if(slider.settings.slideWidth===0||slider.settings.slideWidth>wrapWidth&&!slider.carousel||slider.settings.mode==="vertical"){newElWidth=wrapWidth}else if(slider.settings.maxSlides>1&&slider.settings.mode==="horizontal"){if(wrapWidth>slider.maxThreshold){return newElWidth}else if(wrapWidth<slider.minThreshold){newElWidth=(wrapWidth-slider.settings.slideMargin*(slider.settings.minSlides-1))/slider.settings.minSlides}else if(slider.settings.shrinkItems){newElWidth=Math.floor((wrapWidth+slider.settings.slideMargin)/Math.ceil((wrapWidth+slider.settings.slideMargin)/(newElWidth+slider.settings.slideMargin))-slider.settings.slideMargin)}}return newElWidth};var getNumberSlidesShowing=function(){var slidesShowing=1,childWidth=null;if(slider.settings.mode==="horizontal"&&slider.settings.slideWidth>0){if(slider.viewport.width()<slider.minThreshold){slidesShowing=slider.settings.minSlides}else if(slider.viewport.width()>slider.maxThreshold){slidesShowing=slider.settings.maxSlides}else{childWidth=slider.children.first().width()+slider.settings.slideMargin;slidesShowing=Math.floor((slider.viewport.width()+slider.settings.slideMargin)/childWidth)||1}}else if(slider.settings.mode==="vertical"){slidesShowing=slider.settings.minSlides}return slidesShowing};var getPagerQty=function(){var pagerQty=0,breakPoint=0,counter=0;if(slider.settings.moveSlides>0){if(slider.settings.infiniteLoop){pagerQty=Math.ceil(slider.children.length/getMoveBy())}else{while(breakPoint<slider.children.length){++pagerQty;breakPoint=counter+getNumberSlidesShowing();counter+=slider.settings.moveSlides<=getNumberSlidesShowing()?slider.settings.moveSlides:getNumberSlidesShowing()}return counter}}else{pagerQty=Math.ceil(slider.children.length/getNumberSlidesShowing())}return pagerQty};var getMoveBy=function(){if(slider.settings.moveSlides>0&&slider.settings.moveSlides<=getNumberSlidesShowing()){return slider.settings.moveSlides}return getNumberSlidesShowing()};var setSlidePosition=function(){var position,lastChild,lastShowingIndex;if(slider.children.length>slider.settings.maxSlides&&slider.active.last&&!slider.settings.infiniteLoop){if(slider.settings.mode==="horizontal"){lastChild=slider.children.last();position=lastChild.position();setPositionProperty(-(position.left-(slider.viewport.width()-lastChild.outerWidth())),"reset",0)}else if(slider.settings.mode==="vertical"){lastShowingIndex=slider.children.length-slider.settings.minSlides;position=slider.children.eq(lastShowingIndex).position();setPositionProperty(-position.top,"reset",0)}}else{position=slider.children.eq(slider.active.index*getMoveBy()).position();if(slider.active.index===getPagerQty()-1){slider.active.last=true}if(position!==undefined){if(slider.settings.mode==="horizontal"){setPositionProperty(-position.left,"reset",0)}else if(slider.settings.mode==="vertical"){setPositionProperty(-position.top,"reset",0)}else if(slider.settings.mode==="none"){setPositionProperty(-position.top,"reset",0)}}}};var setPositionProperty=function(value,type,duration,params){var animateObj,propValue;if(slider.usingCSS){if(slider.settings.mode==="vertical"){propValue="translateY("+value+"px)"}else if(slider.settings.mode==="horizontal"){propValue="translateX("+value+"px"}else if(slider.settings.mode==="none"){propValue="translateY("+value+"px)";duration=0}el.css("-"+slider.cssPrefix+"-transition-duration",duration/1e3+"s");if(type==="slide"){el.css(slider.animProp,propValue);if(duration!==0){el.on("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd",function(e){if(!$(e.target).is(el)){return}el.off("transitionend webkitTransitionEnd oTransitionEnd MSTransitionEnd");updateAfterSlideTransition()})}else{updateAfterSlideTransition()}}else if(type==="reset"){el.css(slider.animProp,propValue)}}else{animateObj={};animateObj[slider.animProp]=value;if(type==="slide"){el.animate(animateObj,duration,slider.settings.easing,function(){updateAfterSlideTransition()})}else if(type==="reset"){el.css(slider.animProp,value)}}};var populatePager=function(){var pagerHtml="",linkContent="",pagerQty=getPagerQty();for(var i=0;i<pagerQty;i++){linkContent="";if(slider.settings.buildPager){if(slider.settings.buildPager==="icons"){linkContent=""}if($.isFunction(slider.settings.buildPager)||slider.settings.pagerCustom){linkContent=slider.settings.buildPager(i)}slider.pagerEl.addClass("wpmslider-custom-pager")}else{linkContent=i+1;slider.pagerEl.addClass("wpmslider-default-pager")}pagerHtml+='<div class="wpmslider-pager-item"><a href="" data-slide-index="'+i+'" class="wpmslider-pager-link">'+linkContent+"</a></div>"}slider.pagerEl.html(pagerHtml)};var appendPager=function(){if(!slider.settings.pagerCustom){slider.pagerEl=$('<div class="wpmslider-pager" />');if(slider.settings.pagerSelector){$(slider.settings.pagerSelector).html(slider.pagerEl)}else{slider.controls.el.addClass("wpmslider-has-pager").append(slider.pagerEl)}populatePager()}else{slider.pagerEl=$(slider.settings.pagerCustom)}slider.pagerEl.on("click touchend","a",clickPagerBind)};var appendControlPrev=function(){slider.controls.prev=$('<a class="wpmslider-prev" href="">'+slider.settings.prevText+"</a>");slider.controls.prev.on("click touchend",clickPrevBind);if(slider.settings.prevSelector){$(slider.settings.prevSelector).append(slider.controls.prev)}if(!slider.settings.prevSelector){slider.controls.directionEl=$('<div class="wpmslider-controls-direction" />');slider.controls.directionEl.append(slider.controls.prev);slider.controls.el.addClass("wpmslider-has-controls-direction").append(slider.controls.directionEl)}};var appendControlNext=function(){slider.controls.next=$('<a class="wpmslider-next" href="">'+slider.settings.nextText+"</a>");slider.controls.next.on("click touchend",clickNextBind);if(slider.settings.nextSelector){$(slider.settings.nextSelector).append(slider.controls.next)}if(!slider.settings.nextSelector){slider.controls.directionEl=$('<div class="wpmslider-controls-direction" />');slider.controls.directionEl.append(slider.controls.next);slider.controls.el.addClass("wpmslider-has-controls-direction").append(slider.controls.directionEl)}};var appendControlsAuto=function(){slider.controls.start=$('<div class="wpmslider-controls-auto-item"><a class="wpmslider-start" href="">'+slider.settings.startText+"</a></div>");slider.controls.stop=$('<div class="wpmslider-controls-auto-item"><a class="wpmslider-stop" href="">'+slider.settings.stopText+"</a></div>");slider.controls.autoEl=$('<div class="wpmslider-controls-auto" />');slider.controls.autoEl.on("click",".wpmslider-start",clickStartBind);slider.controls.autoEl.on("click",".wpmslider-stop",clickStopBind);if(slider.settings.autoControlsCombine){slider.controls.autoEl.append(slider.controls.start)}else{slider.controls.autoEl.append(slider.controls.start).append(slider.controls.stop)}if(slider.settings.autoControlsSelector){$(slider.settings.autoControlsSelector).html(slider.controls.autoEl)}else{slider.controls.el.addClass("wpmslider-has-controls-auto").append(slider.controls.autoEl)}updateAutoControls(slider.settings.autoStart?"stop":"start")};var appendCaptions=function(){slider.children.each(function(index){var title=$(this).find("img:first").attr("title");if(title!==undefined&&(""+title).length){$(this).append('<div class="wpmslider-caption"><span>'+title+"</span></div>")}})};var clickNextBind=function(e){e.preventDefault();e.stopPropagation();if(slider.controls.el.hasClass("disabled")){return}if(slider.settings.auto&&slider.settings.stopAutoOnClick){if(slider.debug)console.log(slider.logAs,"stop on navigation");el.stopAuto()}el.goToNextSlide()};var clickPrevBind=function(e){e.preventDefault();e.stopPropagation();if(slider.controls.el.hasClass("disabled")){return}if(slider.settings.auto&&slider.settings.stopAutoOnClick){if(slider.debug)console.log(slider.logAs,"stop on navigation");el.stopAuto()}el.goToPrevSlide()};var clickStartBind=function(e){el.startAuto();e.preventDefault();e.stopPropagation()};var clickStopBind=function(e){el.stopAuto();e.preventDefault();e.stopPropagation()};var clickPagerBind=function(e){var pagerLink,pagerIndex;e.preventDefault();e.stopPropagation();if(slider.controls.el.hasClass("disabled")){return}if(slider.settings.auto&&slider.settings.stopAutoOnClick){if(slider.debug)console.log(slider.logAs,"stop on navigation");el.stopAuto()}pagerLink=$(e.currentTarget);if(pagerLink.attr("data-slide-index")!==undefined){pagerIndex=parseInt(pagerLink.attr("data-slide-index"));if(pagerIndex!==slider.active.index){el.goToSlide(pagerIndex)}}};var updatePagerActive=function(slideIndex){var len=slider.children.length;if(slider.settings.pagerType==="short"){if(slider.settings.maxSlides>1){len=Math.ceil(slider.children.length/slider.settings.maxSlides)}slider.pagerEl.html(slideIndex+1+slider.settings.pagerShortSeparator+len);return}slider.pagerEl.find("a").removeClass("active");slider.pagerEl.each(function(i,el){$(el).find("a").eq(slideIndex).addClass("active")})};var updateAfterSlideTransition=function(){if(slider.settings.infiniteLoop){var position="";if(slider.active.index===0){position=slider.children.eq(0).position()}else if(slider.active.index===getPagerQty()-1&&slider.carousel){position=slider.children.eq((getPagerQty()-1)*getMoveBy()).position()}else if(slider.active.index===slider.children.length-1){position=slider.children.eq(slider.children.length-1).position()}if(position){if(slider.settings.mode==="horizontal"){setPositionProperty(-position.left,"reset",0)}else if(slider.settings.mode==="vertical"){setPositionProperty(-position.top,"reset",0)}}}slider.working=false;slider.settings.onSlideAfter.call(el,slider.children.eq(slider.active.index),slider.oldIndex,slider.active.index)};var updateAutoControls=function(state){if(slider.settings.autoControlsCombine){slider.controls.autoEl.html(slider.controls[state])}else{slider.controls.autoEl.find("a").removeClass("active");slider.controls.autoEl.find("a:not(.wpmslider-"+state+")").addClass("active")}};var updateDirectionControls=function(){if(getPagerQty()===1){slider.controls.prev.addClass("disabled");slider.controls.next.addClass("disabled")}else if(!slider.settings.infiniteLoop&&slider.settings.hideControlOnEnd){if(slider.active.index===0){slider.controls.prev.addClass("disabled");slider.controls.next.removeClass("disabled")}else if(slider.active.index===getPagerQty()-1){slider.controls.next.addClass("disabled");slider.controls.prev.removeClass("disabled")}else{slider.controls.prev.removeClass("disabled");slider.controls.next.removeClass("disabled")}}};var initAuto=function(){if(slider.settings.autoDelay>0){setTimeout(el.startAuto,slider.settings.autoDelay)}else{el.startAuto()}if(slider.settings.autoHover){el.hover(function(){pauseEvent("hover")},function(){playEvent("hover")})}};var keyPress=function(e){var activeElementTag=document.activeElement.tagName.toLowerCase(),tagFilters="input|textarea",p=new RegExp(activeElementTag,["i"]),result=p.exec(tagFilters);if(result===null&&verge.inViewport(el)){if(e.keyCode===39){clickNextBind(e);return false}else if(e.keyCode===37){clickPrevBind(e);return false}}};var initTouch=function(){slider.touch={start:{x:0,y:0},end:{x:0,y:0}};slider.viewport.on("touchstart MSPointerDown pointerdown",onTouchStart);slider.viewport.on("click",".wpmslider a",function(e){if(slider.viewport.hasClass("click-disabled")){e.preventDefault();e.stopPropagation();slider.viewport.removeClass("click-disabled")}})};var onTouchStart=function(e){if(e.type!=="touchstart"&&e.button!==0){return}slider.controls.el.addClass("disabled");if(slider.working){e.preventDefault();e.stopPropagation();slider.controls.el.removeClass("disabled")}else{slider.touch.originalPos=el.position();var orig=e.originalEvent,touchPoints=typeof orig.changedTouches!=="undefined"?orig.changedTouches:[orig];var chromePointerEvents=typeof PointerEvent==="function";if(chromePointerEvents){if(orig.pointerId===undefined){return}}slider.touch.start.x=touchPoints[0].pageX;slider.touch.start.y=touchPoints[0].pageY;if(slider.viewport.get(0).setPointerCapture){slider.pointerId=orig.pointerId;slider.viewport.get(0).setPointerCapture(slider.pointerId)}slider.originalClickTarget=orig.originalTarget||orig.target;slider.originalClickButton=orig.button;slider.originalClickButtons=orig.buttons;slider.originalEventType=orig.type;slider.hasMove=false;slider.viewport.on("touchmove MSPointerMove pointermove",onTouchMove);slider.viewport.on("touchend MSPointerUp pointerup",onTouchEnd);slider.viewport.on("MSPointerCancel pointercancel",onPointerCancel)}};var onPointerCancel=function(e){e.preventDefault();setPositionProperty(slider.touch.originalPos.left,"reset",0);slider.controls.el.removeClass("disabled");slider.viewport.off("MSPointerCancel pointercancel",onPointerCancel);slider.viewport.off("touchmove MSPointerMove pointermove",onTouchMove);slider.viewport.off("touchend MSPointerUp pointerup",onTouchEnd);if(slider.viewport.get(0).releasePointerCapture){slider.viewport.get(0).releasePointerCapture(slider.pointerId)}};var onTouchMove=function(e){var orig=e.originalEvent,touchPoints=typeof orig.changedTouches!=="undefined"?orig.changedTouches:[orig],xMovement=Math.abs(touchPoints[0].pageX-slider.touch.start.x),yMovement=Math.abs(touchPoints[0].pageY-slider.touch.start.y),value=0,change=0;slider.hasMove=true;if(xMovement*3>yMovement&&slider.settings.preventDefaultSwipeX){e.preventDefault();e.stopPropagation()}else if(yMovement*3>xMovement&&slider.settings.preventDefaultSwipeY){e.preventDefault();e.stopPropagation()}if(e.type!=="touchmove"){e.preventDefault()}if(slider.settings.mode!=="fade"&&slider.settings.oneToOneTouch){if(slider.settings.mode==="horizontal"){change=touchPoints[0].pageX-slider.touch.start.x;value=slider.touch.originalPos.left+change}else{change=touchPoints[0].pageY-slider.touch.start.y;value=slider.touch.originalPos.top+change}setPositionProperty(value,"reset",0)}};var onTouchEnd=function(e){e.preventDefault();slider.viewport.off("touchmove MSPointerMove pointermove",onTouchMove);slider.controls.el.removeClass("disabled");var orig=e.originalEvent,touchPoints=typeof orig.changedTouches!=="undefined"?orig.changedTouches:[orig],value=0,distance=0;slider.touch.end.x=touchPoints[0].pageX;slider.touch.end.y=touchPoints[0].pageY;if(slider.settings.mode==="fade"){distance=Math.abs(slider.touch.start.x-slider.touch.end.x);if(distance>=slider.settings.swipeThreshold){if(slider.touch.start.x>slider.touch.end.x){el.goToNextSlide()}else{el.goToPrevSlide()}el.stopAuto()}}else{if(slider.settings.mode==="horizontal"){distance=slider.touch.end.x-slider.touch.start.x;value=slider.touch.originalPos.left}else{distance=slider.touch.end.y-slider.touch.start.y;value=slider.touch.originalPos.top}if(!slider.settings.infiniteLoop&&(slider.active.index===0&&distance>0||slider.active.last&&distance<0)){setPositionProperty(value,"reset",200)}else{if(Math.abs(distance)>=slider.settings.swipeThreshold){if(distance<0){el.goToNextSlide()}else{el.goToPrevSlide()}el.stopAuto()}else{setPositionProperty(value,"reset",200)}}}slider.viewport.off("touchend MSPointerUp pointerup",onTouchEnd);if(slider.viewport.get(0).releasePointerCapture){slider.viewport.get(0).releasePointerCapture(slider.pointerId)}if(slider.hasMove===false&&(slider.originalClickButton===0||slider.originalEventType==="touchstart")){$(slider.originalClickTarget).trigger({type:"click",button:slider.originalClickButton,buttons:slider.originalClickButtons})}};var resizeWindow=function(e){if(!slider.initialized){return}if(slider.working){window.setTimeout(resizeWindow,10)}else{el.redrawSlider();slider.settings.onSliderResize.call(el,slider.active.index)}};var applyAriaHiddenAttributes=function(startVisibleIndex){var numberOfSlidesShowing=getNumberSlidesShowing();if(slider.settings.ariaHidden){slider.children.attr("aria-hidden","true");slider.children.slice(startVisibleIndex,startVisibleIndex+numberOfSlidesShowing).attr("aria-hidden","false")}};var setSlideIndex=function(slideIndex){if(slideIndex<0){if(slider.settings.infiniteLoop){return getPagerQty()-1}else{return slider.active.index}}else if(slideIndex>=getPagerQty()){if(slider.settings.infiniteLoop){return 0}else{return slider.active.index}}else{return slideIndex}};el.goToSlide=function(slideIndex,direction){var performTransition=true,moveBy=0,position={left:0,top:0},lastChild=null,lastShowingIndex,eq,value,requestEl;slider.oldIndex=slider.active.index;slider.active.index=setSlideIndex(slideIndex);if(slider.working||slider.active.index===slider.oldIndex){return}slider.working=true;performTransition=slider.settings.onSlideBefore.call(el,slider.children.eq(slider.active.index),slider.oldIndex,slider.active.index);if(typeof performTransition!=="undefined"&&!performTransition){slider.active.index=slider.oldIndex;slider.working=false;return}if(direction==="next"){if(!slider.settings.onSlideNext.call(el,slider.children.eq(slider.active.index),slider.oldIndex,slider.active.index)){performTransition=false}}else if(direction==="prev"){if(!slider.settings.onSlidePrev.call(el,slider.children.eq(slider.active.index),slider.oldIndex,slider.active.index)){performTransition=false}}slider.active.last=slider.active.index>=getPagerQty()-1;if(slider.settings.pager||slider.settings.pagerCustom){updatePagerActive(slider.active.index)}if(slider.settings.controls){updateDirectionControls()}if(slider.settings.mode==="fade"){if(slider.settings.adaptiveHeight&&slider.viewport.height()!==getViewportHeight()){slider.viewport.animate({height:getViewportHeight()},slider.settings.adaptiveHeightSpeed)}slider.children.filter(":visible").fadeOut(slider.settings.speed).css({zIndex:0});slider.children.eq(slider.active.index).css("zIndex",slider.settings.slideZIndex+1).fadeIn(slider.settings.speed,function(){$(this).css("zIndex",slider.settings.slideZIndex);updateAfterSlideTransition()})}else{if(slider.settings.adaptiveHeight&&slider.viewport.height()!==getViewportHeight()){slider.viewport.animate({height:getViewportHeight()},slider.settings.adaptiveHeightSpeed)}if(!slider.settings.infiniteLoop&&slider.carousel&&slider.active.last){if(slider.settings.mode==="horizontal"){lastChild=slider.children.eq(slider.children.length-1);position=lastChild.position();moveBy=slider.viewport.width()-lastChild.outerWidth()}else{lastShowingIndex=slider.children.length-slider.settings.minSlides;position=slider.children.eq(lastShowingIndex).position()}}else if(slider.carousel&&slider.active.last&&direction==="prev"){eq=slider.settings.moveSlides===1?slider.settings.maxSlides-getMoveBy():(getPagerQty()-1)*getMoveBy()-(slider.children.length-slider.settings.maxSlides);lastChild=el.children(".wpmslider-clone").eq(eq);position=lastChild.position()}else if(direction==="next"&&slider.active.index===0){position=el.find("> .wpmslider-clone").eq(slider.settings.maxSlides).position();slider.active.last=false}else if(slideIndex>=0){requestEl=slideIndex*parseInt(getMoveBy());position=slider.children.eq(requestEl).position()}if(typeof position!=="undefined"){value=slider.settings.mode==="horizontal"?-(position.left-moveBy):-position.top;setPositionProperty(value,"slide",slider.settings.speed)}slider.working=false}if(slider.settings.ariaHidden){applyAriaHiddenAttributes(slider.active.index*getMoveBy())}};el.goToNextSlide=function(){if(!slider.settings.infiniteLoop&&slider.active.last){return}if(slider.working===true){return}var pagerIndex=parseInt(slider.active.index)+1;el.goToSlide(pagerIndex,"next")};el.goToPrevSlide=function(){if(!slider.settings.infiniteLoop&&slider.active.index===0){return}if(slider.working===true){return}var pagerIndex=parseInt(slider.active.index)-1;el.goToSlide(pagerIndex,"prev")};el.startAuto=function(preventControlUpdate){if(slider.interval){return}slider.interval=setInterval(function(){if(slider.settings.autoDirection==="next"){el.goToNextSlide()}else{el.goToPrevSlide()}},slider.settings.pause);slider.settings.onAutoChange.call(el,true);if(slider.settings.autoControls&&preventControlUpdate!==true){updateAutoControls("stop")}};el.stopAuto=function(preventControlUpdate){if(slider.autoPaused)slider.autoPaused=false;if(!slider.interval){return}clearInterval(slider.interval);slider.interval=null;slider.settings.onAutoChange.call(el,false);if(slider.settings.autoControls&&preventControlUpdate!==true){updateAutoControls("start")}};el.getCurrentSlide=function(){return slider.active.index};el.getCurrentSlideElement=function(){return slider.children.eq(slider.active.index)};el.getSlideElement=function(index){return slider.children.eq(index)};el.getSlideCount=function(){return slider.children.length};el.isWorking=function(){return slider.working};el.redrawSlider=function(){slider.children.add(el.find(".wpmslider-clone")).outerWidth(getSlideWidth());slider.viewport.css("height",getViewportHeight());setSlidePosition();if(slider.active.last){slider.active.index=getPagerQty()-1}if(slider.active.index>=getPagerQty()){slider.active.last=true}if(slider.settings.pager&&!slider.settings.pagerCustom){populatePager();updatePagerActive(slider.active.index)}if(slider.settings.ariaHidden){applyAriaHiddenAttributes(slider.active.index*getMoveBy())}};el.destroySlider=function(){if(!slider.initialized){return}slider.initialized=false;$(".wpmslider-clone",this).remove();slider.children.each(function(){if($(this).data("origStyle")!==undefined){$(this).attr("style",$(this).data("origStyle"))}else{$(this).removeAttr("style")}});if($(this).data("origStyle")!==undefined){this.attr("style",$(this).data("origStyle"))}else{$(this).removeAttr("style")}$(this).unwrap().unwrap();if(slider.controls.el){slider.controls.el.remove()}if(slider.controls.next){slider.controls.next.remove()}if(slider.controls.prev){slider.controls.prev.remove()}if(slider.pagerEl&&slider.settings.controls&&!slider.settings.pagerCustom){slider.pagerEl.remove()}$(".wpmslider-caption",this).remove();if(slider.controls.autoEl){slider.controls.autoEl.remove()}clearInterval(slider.interval);clearInterval(slider.visibilityInterval);if(slider.settings.responsive){$(window).off("resize",resizeWindow)}if(slider.settings.keyboardEnabled){$(document).off("keydown",keyPress)}$(this).removeData("strongSlider")};el.reloadSlider=function(settings){if(settings!==undefined){options=settings}el.destroySlider();init();$(el).data("strongSlider",this)};init();$(el).data("strongSlider",this);viewEl.attr("data-state","init");if(slider.debug)console.log(slider.logAs,"viewport",verge.viewportW(),"x",verge.viewportH());return this}})(jQuery);
 
public/scss/_partials/_buttons.scss CHANGED
@@ -15,27 +15,51 @@
15
  text-align: center;
16
  transition: all 0.2s ease;
17
  }
 
18
  .wpmslider-start,
19
  .wpmslider-stop {
20
- margin: 0 4px;
21
  }
 
 
 
 
 
 
 
22
  .wpmslider-start:before {
23
  content: "\f04b";
24
  }
 
25
  .wpmslider-stop:before {
26
  content: "\f04c";
27
  }
28
- .wpmslider-prev:before {
29
- content: "\f053";
30
- }
31
- .wpmslider-next:before {
32
- content: "\f054";
33
- }
34
  .wpmslider-start:hover,
35
  .wpmslider-stop:hover,
36
  .wpmslider-next:hover,
37
  .wpmslider-prev:hover {
38
  color: #111;
39
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
41
  }
15
  text-align: center;
16
  transition: all 0.2s ease;
17
  }
18
+
19
  .wpmslider-start,
20
  .wpmslider-stop {
21
+ margin: 0 7px;
22
  }
23
+
24
+ .wpmslider-start:before,
25
+ .wpmslider-stop:before {
26
+ position: relative;
27
+ top: -1px;
28
+ }
29
+
30
  .wpmslider-start:before {
31
  content: "\f04b";
32
  }
33
+
34
  .wpmslider-stop:before {
35
  content: "\f04c";
36
  }
37
+
 
 
 
 
 
38
  .wpmslider-start:hover,
39
  .wpmslider-stop:hover,
40
  .wpmslider-next:hover,
41
  .wpmslider-prev:hover {
42
  color: #111;
43
  }
44
+
45
+ &:not(.rtl) {
46
+ .wpmslider-prev:before {
47
+ content: "\f053";
48
+ }
49
+
50
+ .wpmslider-next:before {
51
+ content: "\f054";
52
+ }
53
+ }
54
+
55
+ &.rtl {
56
+ .wpmslider-prev:before {
57
+ content: "\f054";
58
+ }
59
+
60
+ .wpmslider-next:before {
61
+ content: "\f053";
62
+ }
63
+ }
64
  }
65
  }
public/scss/_partials/_buttons2.scss CHANGED
@@ -11,34 +11,64 @@
11
  color: #FFF;
12
  cursor: pointer;
13
  font-size: 16px;
14
- line-height: 28px;
15
- width: 28px;
16
- height: 28px;
17
  margin: 0 5px;
 
18
  text-align: center;
19
  transition: all 0.2s ease;
20
  }
 
21
  .wpmslider-start,
22
  .wpmslider-stop {
23
- margin: 0 4px;
24
  }
 
25
  .wpmslider-start:before {
26
  content: "\f04b";
 
 
 
27
  }
 
28
  .wpmslider-stop:before {
29
  content: "\f04c";
30
  }
31
- .wpmslider-prev:before {
32
- content: "\f053";
33
- }
34
- .wpmslider-next:before {
35
- content: "\f054";
36
- }
37
  .wpmslider-start:hover,
38
  .wpmslider-stop:hover,
39
  .wpmslider-next:hover,
40
  .wpmslider-prev:hover {
41
  background: #333;
42
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  }
44
  }
11
  color: #FFF;
12
  cursor: pointer;
13
  font-size: 16px;
14
+ line-height: 27px;
15
+ width: 27px;
16
+ height: 27px;
17
  margin: 0 5px;
18
+ padding-top: 1px;
19
  text-align: center;
20
  transition: all 0.2s ease;
21
  }
22
+
23
  .wpmslider-start,
24
  .wpmslider-stop {
25
+ margin: 0 7px;
26
  }
27
+
28
  .wpmslider-start:before {
29
  content: "\f04b";
30
+ position: relative;
31
+ left: 1px;
32
+ top: -1px;
33
  }
34
+
35
  .wpmslider-stop:before {
36
  content: "\f04c";
37
  }
38
+
 
 
 
 
 
39
  .wpmslider-start:hover,
40
  .wpmslider-stop:hover,
41
  .wpmslider-next:hover,
42
  .wpmslider-prev:hover {
43
  background: #333;
44
  }
45
+
46
+ &:not(.rtl) {
47
+ .wpmslider-prev:before {
48
+ content: "\f053";
49
+ position: relative;
50
+ left: -1px;
51
+ }
52
+
53
+ .wpmslider-next:before {
54
+ content: "\f054";
55
+ position: relative;
56
+ left: 1px;
57
+ }
58
+ }
59
+
60
+ &.rtl {
61
+ .wpmslider-prev:before {
62
+ content: "\f054";
63
+ position: relative;
64
+ left: 1px;
65
+ }
66
+
67
+ .wpmslider-next:before {
68
+ content: "\f053";
69
+ position: relative;
70
+ left: -1px;
71
+ }
72
+ }
73
  }
74
  }
public/scss/_partials/_buttons3.scss CHANGED
@@ -15,27 +15,45 @@
15
  text-align: center;
16
  transition: all 0.2s ease;
17
  }
 
18
  .wpmslider-start,
19
  .wpmslider-stop {
20
- margin: 0 4px;
21
  }
 
22
  .wpmslider-start:before {
23
  content: "\f144";
24
  }
 
25
  .wpmslider-stop:before {
26
  content: "\f28b";
27
  }
28
- .wpmslider-prev:before {
29
- content: "\f137";
30
- }
31
- .wpmslider-next:before {
32
- content: "\f138";
33
- }
34
  .wpmslider-start:hover,
35
  .wpmslider-stop:hover,
36
  .wpmslider-next:hover,
37
  .wpmslider-prev:hover {
38
  color: #333;
39
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
40
  }
41
  }
15
  text-align: center;
16
  transition: all 0.2s ease;
17
  }
18
+
19
  .wpmslider-start,
20
  .wpmslider-stop {
21
+ margin: 0 7px;
22
  }
23
+
24
  .wpmslider-start:before {
25
  content: "\f144";
26
  }
27
+
28
  .wpmslider-stop:before {
29
  content: "\f28b";
30
  }
31
+
 
 
 
 
 
32
  .wpmslider-start:hover,
33
  .wpmslider-stop:hover,
34
  .wpmslider-next:hover,
35
  .wpmslider-prev:hover {
36
  color: #333;
37
  }
38
+
39
+ &:not(.rtl) {
40
+ .wpmslider-prev:before {
41
+ content: "\f137";
42
+ }
43
+
44
+ .wpmslider-next:before {
45
+ content: "\f138";
46
+ }
47
+ }
48
+
49
+ &.rtl {
50
+ .wpmslider-prev:before {
51
+ content: "\f138";
52
+ }
53
+
54
+ .wpmslider-next:before {
55
+ content: "\f137";
56
+ }
57
+ }
58
  }
59
  }
public/scss/_partials/_pager_buttons.scss CHANGED
@@ -2,9 +2,10 @@
2
  &.pager-style-buttons {
3
  .wpmslider-pager {
4
  line-height: 24px;
5
- margin: 0 4px;
6
  text-align: center;
7
  }
 
8
  .wpmslider-pager-link:before {
9
  font-family: FontAwesome;
10
  content: "\f10c";
@@ -15,10 +16,12 @@
15
  width: 18px;
16
  text-align: center;
17
  }
 
18
  .wpmslider-pager-link:hover:before {
19
  content: "\f111";
20
  color: #111;
21
  }
 
22
  .wpmslider-pager-link.active:before {
23
  content: "\f111";
24
  }
2
  &.pager-style-buttons {
3
  .wpmslider-pager {
4
  line-height: 24px;
5
+ margin: 0 7px;
6
  text-align: center;
7
  }
8
+
9
  .wpmslider-pager-link:before {
10
  font-family: FontAwesome;
11
  content: "\f10c";
16
  width: 18px;
17
  text-align: center;
18
  }
19
+
20
  .wpmslider-pager-link:hover:before {
21
  content: "\f111";
22
  color: #111;
23
  }
24
+
25
  .wpmslider-pager-link.active:before {
26
  content: "\f111";
27
  }
public/scss/_partials/_pager_text.scss CHANGED
@@ -1,9 +1,10 @@
1
  .strong-view {
2
  .wpmslider-pager {
3
  line-height: 24px;
4
- margin: 0 4px;
5
  text-align: center;
6
  }
 
7
  .wpmslider-pager-link {
8
  display: inline-block;
9
  &.active {
@@ -11,6 +12,7 @@
11
  font-weight: 700;
12
  }
13
  }
 
14
  &.pager-style-text {
15
  .wpmslider-pager-link {
16
  padding: 0 0.3em;
1
  .strong-view {
2
  .wpmslider-pager {
3
  line-height: 24px;
4
+ margin: 0 7px;
5
  text-align: center;
6
  }
7
+
8
  .wpmslider-pager-link {
9
  display: inline-block;
10
  &.active {
12
  font-weight: 700;
13
  }
14
  }
15
+
16
  &.pager-style-text {
17
  .wpmslider-pager-link {
18
  padding: 0 0.3em;
public/scss/_partials/_sides.scss CHANGED
@@ -1,16 +1,29 @@
1
  .strong-view {
2
- &.controls-type-sides {
3
- .wpmslider-prev {
4
- left: 8px;
5
- }
6
- .wpmslider-next {
7
- right: 8px;
8
- }
9
- .wpmslider-prev,
10
- .wpmslider-next {
11
- position: absolute;
12
- width: auto;
13
- top: calc( 50% - 14px );
14
- }
15
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
1
  .strong-view {
2
+ &.controls-type-sides {
3
+ .wpmslider-prev,
4
+ .wpmslider-next {
5
+ position: absolute;
6
+ top: calc(50% - 14px);
7
+ }
8
+
9
+ &:not(.rtl) {
10
+ .wpmslider-prev {
11
+ left: 8px;
12
+ }
13
+
14
+ .wpmslider-next {
15
+ right: 8px;
16
+ }
17
+ }
18
+
19
+ &.rtl {
20
+ .wpmslider-prev {
21
+ right: 8px;
22
+ }
23
+
24
+ .wpmslider-next {
25
+ left: 8px;
26
+ }
27
+ }
28
+ }
29
  }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: testimonials, testimonial slider, testimonial form, reviews, star ratings
4
  Requires at least: 3.7
5
  Requires PHP: 5.2.4
6
  Tested up to: 4.9.6
7
- Stable tag: 2.31.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -211,6 +211,12 @@ If you prefer, start a private support ticket at [support.strongplugins.com](htt
211
 
212
  == Changelog ==
213
 
 
 
 
 
 
 
214
  = 2.31.9 - July 17, 2018 =
215
  * Fix compatbility issue with Gutenberg.
216
  * Fix bug in average rating calculation.
4
  Requires at least: 3.7
5
  Requires PHP: 5.2.4
6
  Tested up to: 4.9.6
7
+ Stable tag: 2.31.10
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
211
 
212
  == Changelog ==
213
 
214
+ = 2.31.10 - Aug 2, 2018 =
215
+ * Fix singular/plural phrases in testimonial average shortcode.
216
+ * Fix bug in scroll to success message.
217
+ * Fix RTL slider controls.
218
+ * Attempt to fix slider touch problems in iOS.
219
+
220
  = 2.31.9 - July 17, 2018 =
221
  * Fix compatbility issue with Gutenberg.
222
  * Fix bug in average rating calculation.
strong-testimonials.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin URI: https://strongplugins.com/plugins/strong-testimonials/
5
  * Description: Collect and display your testimonials or reviews.
6
  * Author: Chris Dillon
7
- * Version: 2.31.9
8
  *
9
  * Author URI: https://strongplugins.com/
10
  * Text Domain: strong-testimonials
@@ -34,7 +34,7 @@ if ( ! defined( 'ABSPATH' ) ) {
34
  exit;
35
  }
36
 
37
- define( 'WPMTST_VERSION', '2.31.9' );
38
  define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php
39
  define( 'WPMTST', dirname( WPMTST_PLUGIN ) ); // strong-testimonials
40
  define( 'STRONGPLUGINS_STORE_URL', 'https://strongplugins.com' );
4
  * Plugin URI: https://strongplugins.com/plugins/strong-testimonials/
5
  * Description: Collect and display your testimonials or reviews.
6
  * Author: Chris Dillon
7
+ * Version: 2.31.10
8
  *
9
  * Author URI: https://strongplugins.com/
10
  * Text Domain: strong-testimonials
34
  exit;
35
  }
36
 
37
+ define( 'WPMTST_VERSION', '2.31.10' );
38
  define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php
39
  define( 'WPMTST', dirname( WPMTST_PLUGIN ) ); // strong-testimonials
40
  define( 'STRONGPLUGINS_STORE_URL', 'https://strongplugins.com' );