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